/* ==========================================================================
   TRAIT D'UNION D'ASSURANCES — "Le Fil Conducteur"
   Un système visuel construit autour du lien : une ligne qui traverse
   chaque page et relie l'histoire, les produits et les gens.
   ========================================================================== */

:root {
  --green-900: #26392c;
  --green-800: #395c44;
  --green-700: #4e7a5b;
  --green-600: #5f8f6d;
  --green-100: #e9f2ec;

  --red-700: #a82228;
  --red-600: #c1272d;
  --red-500: #d64c46;
  --red-100: #fbeaea;

  --ink: #211f1a;
  --ink-soft: #55534b;
  --paper: #faf7f0;
  --paper-dim: #f1ece1;
  --line: #ddd6c4;
  --white: #ffffff;

  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Inter", "Segoe UI", sans-serif;

  --container: 1180px;
  --shadow: 0 20px 50px -20px rgba(33, 31, 26, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }
.icon { width: 1em; height: 1em; fill: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--green-900);
  line-height: 1.08;
  margin: 0 0 .4em;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
h3 { font-size: 1.3rem; font-weight: 600; }
p { margin: 0 0 1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  font-size: .74rem; color: var(--red-600); margin-bottom: 1em;
}
.kicker::before { content:""; width: 8px; height: 8px; border-radius: 50%; background: var(--red-600); }
.lede { color: var(--ink-soft); font-size: 1.1rem; max-width: 58ch; }
.serif-lg { font-family: var(--font-display); }

/* Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer; font-family: var(--font-body);
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--green-800); color: var(--white); }
.btn-primary:hover { background: var(--green-900); transform: translateY(-1px); }
.btn-line { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-line-white { background: transparent; border-color: rgba(250,247,240,.55); color: var(--paper); }
.btn-line-white:hover { background: var(--paper); color: var(--green-900); }
.btn .icon { width: 18px; height: 18px; }

/* ======================= TOP BAR (minimal) ============================ */
.topbar {
  position: sticky; top: 0; z-index: 200;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.topbar-row { display: flex; align-items: center; justify-content: space-between; height: 86px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 40px; width: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-display); color: var(--green-900); font-weight: 600; font-size: 1.2rem; }
.brand-text small { color: var(--red-600); font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.topbar-actions { display: flex; align-items: center; gap: 14px; }
.menu-btn {
  display: flex; align-items: center; gap: 10px; background: none; border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 10px 10px 10px 20px; cursor: pointer; font-family: var(--font-body); font-weight: 600; font-size: .92rem; color: var(--ink);
}
.menu-btn .burger { width: 32px; height: 32px; border-radius: 50%; background: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; flex-shrink: 0; }
.menu-btn .burger span { width: 14px; height: 1.5px; background: var(--paper); display: block; }

@media (max-width: 520px) {
  .topbar-row { height: 70px; }
  .brand { gap: 8px; }
  .brand img { height: 30px; width: 30px; }
  .brand-text strong { font-size: .88rem; white-space: nowrap; }
  .brand-text small { font-size: .48rem; letter-spacing: .12em; }
  .topbar-actions { gap: 6px; }
  .topbar-actions .btn-primary { padding: 9px 14px; font-size: 0; border-radius: 999px; }
  .topbar-actions .btn-primary::after { content: "Devis"; font-size: .82rem; }
  .menu-btn { font-size: 0; padding: 6px; gap: 0; border-color: transparent; }
  .menu-btn .burger { width: 40px; height: 40px; }
}

/* ======================= FULLSCREEN NAV =============================== */
.nav-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: var(--green-900);
  color: var(--paper);
  display: flex;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}
.nav-overlay.open { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .35s ease, transform .35s ease; }
.nav-overlay-inner { width: 100%; display: flex; flex-direction: column; }
.nav-overlay-top { display: flex; justify-content: space-between; align-items: center; padding: 26px 28px; border-bottom: 1px solid rgba(250,247,240,.15); }
.nav-close { background: none; border: 1.5px solid rgba(250,247,240,.5); color: var(--paper); width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; }
.nav-body { flex: 1; overflow-y: auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; padding: 50px 28px; max-width: var(--container); margin: 0 auto; width: 100%; }
.nav-links { display: flex; flex-direction: column; gap: 6px; }
.nav-links a {
  font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; color: var(--paper);
  padding: 10px 0; border-bottom: 1px solid rgba(250,247,240,.12); display: flex; align-items: baseline; gap: 18px;
}
.nav-links a span.n { font-family: var(--font-body); font-size: .9rem; color: var(--red-500); font-weight: 700; }
.nav-links a:hover { color: var(--red-500); }
.nav-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: start; }
.nav-cats h4 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--red-500); margin-bottom: 14px; }
.nav-cats a { display: block; padding: 6px 0; color: rgba(250,247,240,.78); font-size: .92rem; }
.nav-cats a:hover { color: var(--paper); text-decoration: underline; }
.nav-overlay-foot { padding: 22px 28px; border-top: 1px solid rgba(250,247,240,.15); display: flex; justify-content: space-between; font-size: .85rem; color: rgba(250,247,240,.6); }
@media (max-width: 820px) { .nav-body { grid-template-columns: 1fr; padding: 30px 22px; } .nav-cats { grid-template-columns: 1fr 1fr; } }

/* ======================= THREAD (fil conducteur) ======================= */
.thread-rail {
  position: fixed; left: 22px; top: 50%; transform: translateY(-50%); z-index: 50;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.thread-rail .line { width: 2px; height: 160px; background: var(--line); position: relative; overflow: hidden; }
.thread-rail .line i { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: linear-gradient(var(--green-700), var(--red-600)); }
.thread-rail .dots { display: flex; flex-direction: column; gap: 22px; margin: 10px 0; }
.thread-rail .dots a { width: 9px; height: 9px; border-radius: 50%; background: var(--line); display: block; }
.thread-rail .dots a.active { background: var(--red-600); }
@media (max-width: 1100px) { .thread-rail { display: none; } }

/* ======================= COVER (hero) =================================== */
.cover { position: relative; padding: 70px 0 0; overflow: hidden; background: var(--green-900); }
.cover-media { position: relative; height: 62vh; min-height: 460px; }
.cover-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) sepia(.18) saturate(1.3); mix-blend-mode: luminosity; opacity: .55; }
.cover-media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(38,57,44,.15), var(--green-900) 92%); }
.cover-text { position: relative; z-index: 2; margin-top: -18vh; color: var(--paper); }
.cover-text .kicker { color: var(--red-500); }
.cover-text .kicker::before { background: var(--red-500); }
.cover h1 { color: var(--paper); max-width: 18ch; }
.cover h1 em { font-style: italic; color: #f0b3a6; }
.cover-lede { color: rgba(250,247,240,.82); max-width: 54ch; font-size: 1.15rem; }
.cover-cta { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.cover-foot { border-top: 1px solid rgba(250,247,240,.15); margin-top: 60px; padding: 22px 0; display: flex; gap: 40px; overflow-x: auto; }
.cover-foot .stat { flex-shrink: 0; color: rgba(250,247,240,.85); }
.cover-foot .stat b { font-family: var(--font-display); font-size: 1.6rem; color: var(--paper); display: block; }
.cover-foot .stat span { font-size: .8rem; color: rgba(250,247,240,.55); }

section { padding: 100px 0; }
.section-dim { background: var(--paper-dim); }
.section-ink {
  background-color: var(--green-900); color: var(--paper);
  background-image: radial-gradient(rgba(250,247,240,.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
.section-ink h2, .section-ink h3 { color: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 50px; }

/* ======================= ICON BADGE ====================================== */
.icon-badge { width: 46px; height: 46px; border-radius: 50%; background: var(--green-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-badge .icon { width: 24px; height: 24px; color: var(--green-800); }
.icon-badge.red { background: var(--red-100); }
.icon-badge.red .icon { color: var(--red-600); }
.icon-badge.on-ink { background: rgba(250,247,240,.12); }
.icon-badge.on-ink .icon { color: var(--paper); }

/* ======================= TIMELINE (histoire) ============================ */
.timeline { position: relative; padding-left: 66px; }
.timeline::before { content:""; position:absolute; left: 22px; top: 6px; bottom: 6px; width: 2px; background: repeating-linear-gradient(var(--green-700) 0 10px, transparent 10px 16px); }
.tl-item { position: relative; padding-bottom: 56px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item .marker { position: absolute; left: -66px; top: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--paper); border: 2px solid var(--red-600); display: flex; align-items: center; justify-content: center; }
.tl-item .marker .icon { width: 22px; height: 22px; color: var(--red-600); }
.tl-item .yr { font-family: var(--font-display); color: var(--red-600); font-size: 1.4rem; display: block; margin-bottom: 6px; }
.tl-item h3 { margin-bottom: .3em; }
.tl-item p { color: var(--ink-soft); max-width: 62ch; }

/* ======================= DOSSIER LIST (produits) ========================= */
.toggle-pill { display: inline-flex; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 5px; gap: 4px; }
.toggle-pill button { border: none; background: transparent; padding: 11px 26px; border-radius: 999px; font-weight: 600; font-family: var(--font-body); color: var(--ink-soft); cursor: pointer; }
.toggle-pill button.active { background: var(--green-800); color: var(--white); }
.dossier-group { display: none; }
.dossier-group.active { display: block; }
.dossier-cat { margin-bottom: 46px; }
.dossier-cat h4 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; color: var(--red-600); margin-bottom: 4px; }
.dossier-row {
  display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 22px;
  padding: 22px 6px; border-bottom: 1px solid var(--line);
  transition: padding-left .2s ease, background .2s ease;
}
.dossier-row:hover { padding-left: 14px; background: var(--white); }
.dossier-row .node { width: 56px; height: 56px; border-radius: 50%; background: var(--green-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dossier-row .node .icon { width: 28px; height: 28px; color: var(--green-800); }
.dossier-row h3 { margin: 0 0 4px; font-size: 1.15rem; }
.dossier-row p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.dossier-row .go { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dossier-row .go .icon { width: 16px; height: 16px; }
.dossier-row:hover .go { background: var(--ink); color: var(--paper); }
@media (max-width: 640px) {
  .dossier-row { grid-template-columns: 48px 1fr; }
  .dossier-row .go { display: none; }
}

/* ======================= HORIZONTAL METHOD STRIP ========================= */
.method-strip {
  display: flex; gap: 22px; overflow-x: auto; padding-bottom: 20px;
  padding-left: max(28px, calc((100vw - var(--container)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--container)) / 2 + 28px));
  scrollbar-width: thin;
}
.method-panel {
  flex: 0 0 auto; width: min(360px, 78vw);
  background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 34px 30px;
}
.method-panel .panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.method-panel .num { font-family: var(--font-display); font-size: 3rem; color: var(--red-600); display: block; }
.method-panel h3 { margin-bottom: .4em; }
.method-panel p { color: var(--ink-soft); margin: 0; }
.method-strip::-webkit-scrollbar { height: 5px; }
.method-strip::-webkit-scrollbar-track { background: transparent; }
.method-strip::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }

/* ======================= JOURNAL (actualités) ============================ */
.journal-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px; }
.journal-feature img { border-radius: 4px; }
.journal-feature .kicker { margin-bottom: .6em; }
.journal-list { display: flex; flex-direction: column; }
.journal-row { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 26px 0; border-top: 1px solid var(--line); align-items: center; }
.journal-row img { width: 90px; height: 90px; object-fit: cover; border-radius: 4px; }
.journal-row h3 { font-size: 1.15rem; margin-bottom: .25em; }
.journal-row p { color: var(--ink-soft); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .journal-feature { grid-template-columns: 1fr; } .journal-row { grid-template-columns: 64px 1fr; } .journal-row img { width: 64px; height: 64px; } }

/* ======================= FICHE (product detail) ========================== */
.fiche { display: grid; grid-template-columns: 320px 1fr; gap: 60px; align-items: start; }
.fiche-side { position: sticky; top: 110px; }
.fiche-side .node { width: 74px; height: 74px; border-radius: 50%; background: var(--green-100); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.fiche-side .node .icon { width: 38px; height: 38px; color: var(--green-800); }
.fiche-side .meta { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; }
.fiche-side .meta b { display: block; color: var(--green-900); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.fiche-side .meta p { color: var(--ink-soft); font-size: .92rem; }
.fiche-main .pull { border-left: 3px solid var(--red-600); padding-left: 24px; font-family: var(--font-display); font-size: 1.3rem; color: var(--green-900); margin: 40px 0; }
.ledger { border-top: 1px solid var(--ink); margin-top: 20px; }
.ledger-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.ledger-row span:first-child { color: var(--ink); }
.ledger-row span:last-child { color: var(--red-600); font-weight: 600; font-family: var(--font-display); }
.tile-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; margin: 30px 0; }
.tile { border: 1px solid var(--line); padding: 26px; background: var(--white); }
.tile .icon-badge { margin-bottom: 16px; }
.tile .tag { color: var(--red-600); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: .72rem; display: block; margin-bottom: 10px; }
@media (max-width: 900px) { .fiche { grid-template-columns: 1fr; } .fiche-side { position: static; } }

/* ======================= FORMS (ledger style) ============================ */
.form-ledger .field { border-bottom: 1.5px solid var(--ink); padding: 14px 0; margin-bottom: 6px; }
.form-ledger .field label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 6px; }
.form-ledger .field input, .form-ledger .field select, .form-ledger .field textarea {
  border: none; background: transparent; width: 100%; font-family: var(--font-body); font-size: 1.05rem; color: var(--ink); padding: 0;
}
.form-ledger .field input:focus, .form-ledger .field select:focus, .form-ledger .field textarea:focus { outline: none; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
@media (max-width: 640px) { .form-grid-2 { grid-template-columns: 1fr; } }
.contact-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 40px; }
.contact-strip .item { background: var(--paper); padding: 30px 26px; }
.contact-strip .item .icon { width: 26px; height: 26px; color: var(--red-600); margin-bottom: 14px; }
.contact-strip .item b { display: block; margin-bottom: 6px; font-family: var(--font-display); font-size: 1.05rem; color: var(--green-900); }
.contact-strip .item p { color: var(--ink-soft); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .contact-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .contact-strip { grid-template-columns: 1fr; } }

/* ======================= FOOTER ============================================ */
.site-footer {
  background-color: var(--green-900); color: rgba(250,247,240,.75); padding: 90px 0 30px;
  background-image: radial-gradient(rgba(250,247,240,.06) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  position: relative; overflow: hidden;
}
.site-footer::after {
  content: ""; position: absolute; right: -60px; bottom: -60px; width: 320px; height: 320px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M72,13 L16,13 L16,87 L83,87 L83,35" fill="none" stroke="%23faf7f0" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat; opacity: .06; pointer-events: none;
}
.footer-line { font-family: var(--font-display); font-size: clamp(1.6rem,4vw,2.6rem); color: var(--paper); max-width: 20ch; margin-bottom: 50px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 50px; border-bottom: 1px solid rgba(250,247,240,.15); }
.footer-grid h4 { color: var(--paper); font-family: var(--font-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.footer-grid a, .footer-grid p { color: rgba(250,247,240,.65); font-size: .92rem; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--paper); }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: rgba(250,247,240,.45); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ======================= WHATSAPP FLOAT ==================================== */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; align-items: center; }
.whatsapp-float .label {
  max-width: 0; overflow: hidden; white-space: nowrap;
  background: var(--ink); color: var(--paper); border-radius: 999px; height: 48px;
  display: flex; align-items: center; font-family: var(--font-body); font-size: .86rem; font-weight: 600;
  padding: 0; margin-right: 0;
  transition: max-width .35s ease, padding .35s ease, margin-right .35s ease;
}
.whatsapp-float:hover .label, .whatsapp-float:focus-within .label { max-width: 230px; padding: 0 20px; margin-right: 12px; }
.whatsapp-float .bubble {
  position: relative; width: 60px; height: 60px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow);
  flex-shrink: 0; transition: transform .25s ease;
}
.whatsapp-float:hover .bubble { transform: scale(1.08) rotate(-8deg); }
.whatsapp-float .ring { position: absolute; inset: 0; border-radius: 50%; background: #25D366; animation: wa-pulse 2.4s ease-out infinite; }
.whatsapp-float .icon { position: relative; width: 28px; height: 28px; color: #fff; z-index: 1; }
.whatsapp-float .ping-dot { position: absolute; top: -3px; right: -3px; width: 17px; height: 17px; border-radius: 50%; background: var(--red-600); border: 3px solid var(--paper); z-index: 2; }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(1.9); opacity: 0; } 100% { opacity: 0; } }
@media (max-width: 640px) { .whatsapp-float .label { display: none; } }

.badge { display: inline-block; background: var(--red-100); color: var(--red-700); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }

/* breadcrumb on inner pages */
.page-head {
  background-color: var(--green-900); color: var(--paper); padding: 60px 0 54px;
  background-image: radial-gradient(rgba(250,247,240,.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  position: relative; overflow: hidden;
}
.page-head::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 260px; height: 260px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M72,13 L16,13 L16,87 L83,87 L83,35" fill="none" stroke="%23faf7f0" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat; opacity: .07; pointer-events: none; transform: rotate(8deg);
}
.page-head .container { position: relative; z-index: 1; }
.page-head h1 { color: var(--paper); margin-bottom: .3em; }
.page-head .lede { color: rgba(250,247,240,.82); }
.breadcrumb { font-size: .82rem; color: rgba(250,247,240,.6); margin-bottom: 18px; }
.breadcrumb a { color: rgba(250,247,240,.85); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }

.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ======================= COOKIE BANNER ==================================== */
.cookie-banner {
  position: fixed; left: 22px; right: 22px; bottom: 22px; z-index: 400;
  max-width: 640px; margin: 0 auto;
  background: var(--ink); color: rgba(250,247,240,.88);
  border-radius: 4px; padding: 24px 26px;
  box-shadow: var(--shadow);
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  transform: translateY(140%); transition: transform .5s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { margin: 0; font-size: .88rem; flex: 1 1 320px; color: rgba(250,247,240,.8); }
.cookie-banner a { text-decoration: underline; color: var(--paper); }
.cookie-banner .actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner .btn { padding: 11px 20px; font-size: .86rem; }
@media (max-width: 560px) { .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 20px; } }
