
:root{
  --k:#060606;--k2:#0a0a0a;--k3:#111111;
  --y:#F5FF00;--y2:#D4DD00;
  --w:#F5F0E8;--mu:rgba(245,240,232,0.65);--mu2:rgba(245,240,232,0.55);
  --bd:rgba(245,255,0,0.12);--bd2:rgba(245,240,232,0.08);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--k);color:var(--w);
  font-family:'DM Sans',sans-serif;font-weight:300;
  line-height:1.6;
  overflow-x:hidden;overflow-x:clip;
}

/* ─── NAV ─── */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 2.5rem;
  background:rgba(6,6,6,0.85);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--bd);
}
.logo{
  font-family:'Cormorant Garamond',serif;font-weight:700;
  font-size:0.9rem;letter-spacing:0.38em;text-transform:uppercase;
  color:var(--y);text-decoration:none;
}
.nav-links{list-style:none;display:flex;gap:2.5rem;font-size:0.62rem;letter-spacing:0.28em;text-transform:uppercase;font-weight:500}
.nav-item{position:relative}
.nav-item > a{color:rgba(245,240,232,0.55);text-decoration:none;transition:color 0.3s;cursor:pointer;padding:0.4rem 0;display:block}
.nav-item > a:hover, .nav-item > a.active{color:var(--y)}
.nav-item.has-dd:hover > a{color:var(--y)}
.dd{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--k);border:1px solid var(--bd);width:780px;padding:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s;margin-top:0.5rem;box-shadow:0 20px 60px rgba(0,0,0,0.5);z-index:200}
.nav-item:hover .dd,.nav-item:focus-within .dd{opacity:1;visibility:visible}
.dd h4,.dd .dd-h{font-family:'Cormorant Garamond',serif;font-size:0.85rem;font-weight:600;color:var(--y);margin-bottom:0.7rem;padding-bottom:0.4rem;border-bottom:1px solid var(--bd);letter-spacing:0.02em;text-transform:none}
.dd ul{list-style:none}
.dd a{color:var(--mu);text-decoration:none;display:block;transition:color 0.25s,padding 0.25s;font-size:0.65rem;letter-spacing:0.05em;text-transform:none}
.dd li{font-size:0.65rem;padding:0.25rem 0;letter-spacing:0.05em;font-family:'DM Sans',sans-serif;text-transform:none}
.dd li a:hover{color:var(--y);padding-left:0.4rem}
.dd li.dd-all{margin-top:0.5rem;padding-top:0.5rem;border-top:1px solid var(--bd)}
.dd li.dd-all a{color:var(--y);font-weight:500}
.dd li.dd-all a:hover{padding-left:0.4rem}
.nav-cta{
  padding:0.6rem 1.5rem;border:1px solid var(--y);color:var(--y);
  font-family:'DM Sans',sans-serif;font-size:0.6rem;font-weight:500;
  letter-spacing:0.28em;text-transform:uppercase;text-decoration:none;
  transition:all 0.3s;
}
.nav-cta:hover{background:var(--y);color:var(--k)}

/* ─── BREADCRUMB ─── */
.crumb{
  max-width:1500px;margin:0 auto;padding:7rem 2.5rem 1rem;
  font-size:0.6rem;letter-spacing:0.22em;text-transform:uppercase;
  color:var(--mu2);
}
.crumb a{color:var(--mu2);text-decoration:none;transition:color 0.3s}
.crumb a:hover{color:var(--y)}
.crumb .here{color:var(--y)}
.crumb .sep{margin:0 0.5rem;color:var(--mu2)}

/* ─── HERO ─── */
.hero{
  max-width:1500px;margin:0 auto;
  padding:2rem 2.5rem 5rem;
  border-bottom:1px solid var(--bd);
}
.hero-eye{
  font-size:0.65rem;letter-spacing:0.32em;text-transform:uppercase;
  color:var(--y);margin-bottom:1.5rem;font-weight:500;
}
.hero-h{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,8vw,7rem);font-weight:600;
  line-height:0.95;letter-spacing:-0.02em;
  margin-bottom:2rem;max-width:1200px;
}
.hero-h .it{font-style:italic;font-weight:400;color:var(--y)}
.hero-deck{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:clamp(1.15rem,1.6vw,1.55rem);font-weight:300;
  color:var(--mu);max-width:780px;line-height:1.5;
  margin-bottom:3rem;
}
.hero-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;
  padding-top:2.5rem;border-top:1px solid var(--bd2);
}
.stat-n{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:600;
  color:var(--y);line-height:1;letter-spacing:-0.02em;
  margin-bottom:0.3rem;
}
.stat-l{
  font-size:0.6rem;letter-spacing:0.22em;text-transform:uppercase;
  color:var(--mu);font-weight:400;line-height:1.4;
}

/* ─── PILLARS GRID ─── */
.pillars-section{
  max-width:1500px;margin:0 auto;
  padding:6rem 2.5rem;
}
.pillars-eye{
  font-size:0.65rem;letter-spacing:0.32em;text-transform:uppercase;
  color:var(--y);margin-bottom:1rem;font-weight:500;
}
.pillars-h{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;
  line-height:1.05;letter-spacing:-0.02em;
  margin-bottom:1.2rem;max-width:900px;
}
.pillars-h .it{font-style:italic;font-weight:400;color:var(--y)}
.pillars-deck{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:1.15rem;color:var(--mu);max-width:680px;
  line-height:1.5;margin-bottom:4rem;
}
.pillars-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.5rem;
}
.pillar-card{
  background:rgba(245,255,0,0.02);
  border:1px solid var(--bd);
  border-top:2px solid var(--y);
  padding:3rem 2.5rem;
  text-decoration:none;color:inherit;
  display:flex;flex-direction:column;
  min-height:520px;
  position:relative;overflow:hidden;
  transition:all 0.5s cubic-bezier(0.16,1,0.3,1);
}
.pillar-card:hover{
  background:rgba(245,255,0,0.05);
  transform:translateY(-4px);
  border-top:2px solid var(--y);
}
.pillar-num{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:0.85rem;color:var(--y);letter-spacing:0.05em;
  margin-bottom:1rem;font-weight:400;
}
.pillar-name{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3vw,2.8rem);font-weight:600;
  line-height:1;letter-spacing:-0.02em;
  margin-bottom:1.2rem;color:var(--w);
}
.pillar-tag{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:1.15rem;color:var(--y);
  line-height:1.3;margin-bottom:1.8rem;font-weight:400;
}
.pillar-desc{
  font-size:0.92rem;color:var(--mu);line-height:1.65;
  font-weight:300;margin-bottom:2rem;
  flex-grow:1;
}
.pillar-meta{
  font-size:0.6rem;letter-spacing:0.22em;text-transform:uppercase;
  color:var(--mu2);margin-bottom:2rem;font-weight:400;
}
.pillar-meta strong{color:var(--y);font-weight:500}
.pillar-explore{
  font-size:0.6rem;letter-spacing:0.28em;text-transform:uppercase;
  color:var(--y);font-weight:500;
  display:inline-flex;align-items:center;gap:0.7rem;
  padding-top:1.5rem;
  border-top:1px solid var(--bd);
}
.pillar-card:hover .pillar-explore{gap:1.2rem}

/* ─── PHILOSOPHY ─── */
.philosophy{
  max-width:1500px;margin:0 auto;
  padding:5rem 2.5rem 6rem;
  border-top:1px solid var(--bd);
}
.philosophy-eye{
  font-size:0.65rem;letter-spacing:0.32em;text-transform:uppercase;
  color:var(--y);margin-bottom:2rem;font-weight:500;
}
.philosophy-text{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.7rem,3vw,2.6rem);
  font-weight:400;line-height:1.3;letter-spacing:-0.01em;
  color:var(--w);max-width:1100px;
}
.philosophy-text .it{font-style:italic;color:var(--y)}

/* ─── CTA ─── */
.cta-section{
  max-width:1500px;margin:0 auto;
  padding:5rem 2.5rem 8rem;
  border-top:1px solid var(--bd);
  text-align:left;
}
.cta-eye{
  font-size:0.65rem;letter-spacing:0.32em;text-transform:uppercase;
  color:var(--y);margin-bottom:1rem;font-weight:500;
}
.cta-h{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4.5vw,4rem);font-weight:600;
  line-height:1;letter-spacing:-0.02em;
  margin-bottom:1.5rem;max-width:1000px;
}
.cta-h .it{font-style:italic;color:var(--y);font-weight:400}
.cta-body{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:1.2rem;color:var(--mu);max-width:680px;
  line-height:1.5;margin-bottom:3rem;
}
.cta-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn{
  padding:1rem 2.2rem;
  font-size:0.62rem;letter-spacing:0.32em;text-transform:uppercase;
  font-weight:500;text-decoration:none;
  border-radius:999px;
  transition:transform 0.3s;
  display:inline-block;
}
.btn:hover{transform:translateY(-2px)}
.btn-fill{background:var(--y);color:var(--k)}
.btn-out{border:1px solid var(--mu2);color:var(--w)}
.btn-out:hover{border-color:var(--y);color:var(--y)}

/* ─── FOOTER ─── */
.footer{
  background:var(--k2);border-top:1px solid var(--bd);
  padding:3rem 2.5rem 2.5rem;margin-top:0;
}
.footer-grid{
  max-width:1500px;margin:0 auto;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:3rem;margin-bottom:2.5rem;
}
.foot-brand .logo{font-size:0.9rem;letter-spacing:0.38em;display:inline-block;margin-bottom:0.8rem}
.foot-tag{
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:0.95rem;color:var(--mu);line-height:1.5;max-width:340px;
}
.foot-h{
  font-size:0.6rem;letter-spacing:0.28em;text-transform:uppercase;
  color:var(--y);margin-bottom:1rem;font-weight:500;
}
.foot-list{list-style:none}
.foot-list li{margin-bottom:0.5rem}
.foot-list a{color:var(--mu);font-size:0.78rem;text-decoration:none;transition:color 0.25s}
.foot-list a:hover{color:var(--y)}
.foot-bottom{
  max-width:1500px;margin:0 auto;
  padding-top:2rem;border-top:1px solid var(--bd2);
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:1rem;
}
.foot-copy{font-size:0.7rem;color:var(--mu2);letter-spacing:0.05em}
.foot-langs{display:flex;gap:0.7rem;align-items:center;font-size:0.7rem;color:var(--mu2)}
.foot-langs a{color:var(--mu2);text-decoration:none;transition:color 0.25s}
.foot-langs a.active,.foot-langs .active{color:var(--y)}
.foot-langs a:hover{color:var(--y)}
.foot-legal{display:flex;gap:1rem;font-size:0.7rem;color:var(--mu2)}
.foot-legal a{color:var(--mu2);text-decoration:none;transition:color 0.25s}
.foot-legal a:hover{color:var(--y)}

/* ─── MOBILE ─── */
@media (max-width:900px){.logo{letter-spacing:0.2em}.burger{flex-shrink:0}
  .nav{padding:0.9rem 1.2rem}
  .nav-links{display:none}
  
  .nav-cta{padding:0.5rem 0.9rem;font-size:0.5rem;letter-spacing:0.18em}
  .crumb{padding:6rem 1.2rem 1rem}
  .hero{padding:1rem 1.2rem 4rem}
  .hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .pillars-section{padding:4rem 1.2rem}
  .pillars-grid{grid-template-columns:1fr;gap:1.2rem}
  .pillar-card{padding:2rem 1.5rem;min-height:auto}
  .philosophy{padding:3rem 1.2rem 4rem}
  .cta-section{padding:3rem 1.2rem 5rem}
  .footer{padding:2.5rem 1.2rem 2rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .foot-brand{grid-column:1/-1}
  .foot-bottom{flex-direction:column;align-items:flex-start}
}

@media (max-width:480px){
  .hero-stats{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

/* ═══════════════ MOBILE HAMBURGER MENU ═══════════════ */
.burger{display:none;position:relative;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:1002;padding:0;pointer-events:auto}
.burger span{position:absolute;left:0;width:100%;height:2px;background:var(--y);border-radius:2px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .25s}
.burger span:nth-child(1){top:calc(50% - 9px);transform:translateY(-50%)}
.burger span:nth-child(2){top:50%;transform:translateY(-50%)}
.burger span:nth-child(3){bottom:auto;top:calc(50% + 9px);transform:translateY(-50%)}
body.menu-open .burger span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}
body.menu-open .burger span:nth-child(2){opacity:0}
body.menu-open .burger span:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:1001;background:#060606;display:flex;flex-direction:column;padding:5.5rem 1.8rem 2rem;opacity:0;visibility:hidden;transform:translateX(6%);transition:opacity .4s ease,transform .55s cubic-bezier(.16,1,.3,1),visibility .4s;overflow-y:auto;-webkit-overflow-scrolling:touch}
body.menu-open .mobile-menu{opacity:1;visibility:visible;transform:none}
.mm-aura{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(58% 46% at 82% 14%,rgba(245,255,0,.13),transparent 70%),radial-gradient(50% 40% at 6% 92%,rgba(245,255,0,.08),transparent 72%)}
.mm-inner{position:relative;z-index:1;display:flex;flex-direction:column;flex:1}
.mm-item{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .55s cubic-bezier(.16,1,.3,1)}
body.menu-open .mm-item{opacity:1;transform:none}
body.menu-open .mm-item:nth-child(1){transition-delay:.10s}
body.menu-open .mm-item:nth-child(2){transition-delay:.16s}
body.menu-open .mm-item:nth-child(3){transition-delay:.22s}
body.menu-open .mm-item:nth-child(4){transition-delay:.28s}
body.menu-open .mm-item:nth-child(5){transition-delay:.34s}
.mm-link{font-family:'Cormorant Garamond',serif;font-size:2.3rem;font-weight:600;color:var(--w);padding:.55rem 0;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between;width:100%;border:none;border-bottom:1px solid rgba(245,240,232,.08);background:none;text-align:left;cursor:pointer;line-height:1.05}
.mm-link:active,.mm-link:hover{color:var(--y)}
.mm-chevron{font-family:'DM Sans',sans-serif;font-size:1.6rem;font-weight:300;color:var(--y);transition:transform .4s cubic-bezier(.16,1,.3,1);line-height:1}
.mm-acc.open .mm-chevron{transform:rotate(45deg)}
.mm-sub{display:grid;grid-template-columns:1fr 1fr;gap:0 1.4rem;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1)}
.mm-acc.open .mm-sub{max-height:520px}
.mm-sub a{font-family:'DM Sans',sans-serif;font-size:.82rem;font-weight:300;color:var(--mu);padding:.62rem 0;letter-spacing:.01em;border-bottom:1px solid rgba(245,240,232,.05)}
.mm-sub a:active,.mm-sub a:hover{color:var(--y)}
.mm-sub a.mm-all{grid-column:1 / -1;color:var(--y);letter-spacing:.04em}
.mm-foot{position:relative;z-index:1;padding-top:1.6rem;display:flex;flex-direction:column;gap:1.1rem}
.mm-cta{background:var(--y);color:var(--k);text-align:center;padding:1.1rem;font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;font-weight:600;border-radius:999px}
.mm-meta{display:flex;justify-content:space-between;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mu2)}
.mm-meta a{color:var(--mu2)}
@media (max-width:900px){
  .burger{display:block}
  .nav-cta{display:none !important}
}
@media (min-width:901px){ .mobile-menu{display:none !important} }

/* ── V2 accessibility layer ───────────────────────────── */
.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:var(--y,#F5FF00);color:#060606;padding:.75rem 1.25rem;font:600 .9rem/1 'DM Sans',system-ui,sans-serif;text-decoration:none;border-radius:0 0 4px 0}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid var(--y,#F5FF00);outline-offset:3px}
a:focus-visible,button:focus-visible,[role="button"]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--y,#F5FF00);outline-offset:3px}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
  .marq-track,.marq2-track,.ticker-track{animation:none !important;transform:none !important}
  video{display:none}
}

/* ── V4 · image slots ───────────────────────────────────────────
   The production prompt and the filename caption are SIBLINGS of the
   element that carries the background image, not descendants — which is
   why the V3 descendant-only rule hid nothing. Both relationships are
   covered here, and the loader also marks the parent. */
.has-img .photo-prompt,.has-img .media-slot-prompt,.has-img .photo-meta,.has-img .media-slot-meta,
.has-img .hero-ph,.has-img .ai-ph,.has-img .imgph-brief,.has-img .imgph,
.has-img ~ .photo-prompt,.has-img ~ .media-slot-prompt,.has-img ~ .photo-meta,.has-img ~ .media-slot-meta,
.has-img ~ .hero-ph,.has-img ~ .ai-ph,.has-img ~ .imgph-brief,.has-img ~ .imgph,
.hasimg .photo-prompt,.hasimg .photo-meta,.hasimg ~ .photo-prompt,.hasimg ~ .photo-meta{display:none !important}
.has-img{background-size:cover;background-position:center}

/* Target size (V4) — the burger was 30x20 CSS px; WCAG 2.2 target minimum is
   24x24. Padding enlarges the hit area without changing the drawn icon. */
@media (max-width:900px){#burgerBtn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}

/* background-attachment:fixed is expensive and behaves badly on iOS —
   disabled below the desktop breakpoint. */
@media (max-width: 900px){
  [style*="background-attachment"],.s-hero-photo,.hero-bg,.parallax{background-attachment:scroll !important}
}

.mm-close{position:absolute;top:1.1rem;right:1.4rem;z-index:3;width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;background:none;border:0;
  color:var(--y,#F5FF00);font-size:2rem;line-height:1;cursor:pointer;padding:0}
.mm-close:focus-visible{outline:2px solid var(--y,#F5FF00);outline-offset:3px}
@media(min-width:901px){.mm-close{display:none}}

/* ── V6 · mobile menu stacking (site-wide) ─────────────────────
   .chrome-top is position:fixed with z-index:50 and creates a stacking
   context, so the burger's z-index:1002 was trapped under the menu
   overlay (1001). In V5 the lift rule was appended only to the home
   stylesheet; every other page still hid the burger-X. Site-wide now. */
body.menu-open .chrome-top{z-index:1002}
body.menu-open .burger{pointer-events:auto}
body.menu-open .chrome-top > *:not(.burger){opacity:0;pointer-events:none;transition:opacity .2s}

/* ── V6 · no-JavaScript fallbacks ──────────────────────────────
   Without JS: FAQ answers must be readable, all three contact panels
   must be in normal flow, and the mobile menu must exist as a plain
   list instead of an unopenable overlay. */
html:not(.js) .faq-i .faq-a{visibility:visible;max-height:none !important;opacity:1;display:block}
html:not(.js) .faq-i .faq-toggle{display:none}
html:not(.js) [role="tabpanel"]{display:block !important;position:static;opacity:1;visibility:visible}
html:not(.js) .tabs{display:none}
@media (max-width:900px){
  html:not(.js) .burger{display:none}
  html:not(.js) .mobile-menu{position:static;opacity:1;visibility:visible;transform:none;height:auto;padding:1rem 1.8rem;display:block}
  html:not(.js) .mobile-menu .mm-sub{max-height:none;overflow:visible}
  html:not(.js) .mobile-menu .mm-sub a{visibility:visible}
  html:not(.js) .mm-close{display:none}
}

/* V6 — the 780px mega menu could overflow the viewport just above the
   900px breakpoint and get clipped by body overflow-x:hidden. */
.nav-item .dd{max-width:calc(100vw - 2rem)}

/* ── V6.1 · no-JS menu: the children too ───────────────────────
   V6 made the .mobile-menu container static without JS, but .mm-item
   still started at opacity:0 waiting for body.menu-open — which cannot
   exist without JavaScript. 2,280 primary links were invisible yet
   focusable. The reset below is what was missing. */
html:not(.js) .mm-item{opacity:1 !important;transform:none !important}

html:not(.js) #mNav,html:not(.js) .m-nav{display:none !important}

/* ── V7 · no-JS Services: honest semantics ─────────────────────
   In V6.1 the toggle stayed a focusable <button aria-expanded="false">
   while the submenu was visibly open — a dead control announcing a
   false state. Without JS the button is now hidden entirely and a
   plain text label takes its place; with JS the label is hidden. */
.mm-static{display:none}
html:not(.js) .mm-toggle{display:none !important}
html:not(.js) .mm-static{display:block}
.dd .dd-h{margin:0}

/* ── V7.2 · global motion control (WCAG 2.2.2) ─────────────────
   Auto-moving, auto-updating content that runs longer than five seconds
   needs a user-facing pause, independent of OS-level reduced-motion. */
.motion-toggle{position:fixed;bottom:1rem;left:1rem;z-index:900;background:#060606;color:var(--y,#F5FF00);
  border:1px solid var(--y,#F5FF00);padding:0.45rem 0.9rem;font-size:0.72rem;letter-spacing:0.14em;
  text-transform:uppercase;cursor:pointer}
.motion-toggle:focus-visible{outline:2px solid var(--y,#F5FF00);outline-offset:3px}
html.motion-paused .marq-track,html.motion-paused .caps-row{animation-play-state:paused !important}
html.motion-paused *{scroll-behavior:auto !important}
@media print{.motion-toggle{display:none}}
.s-case-eye{font-size:0.6rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--y,#F5FF00);opacity:0.75;margin:0 0 0.8rem}

/* ── V8 · language switcher in the chrome ──────────────────────
   EN·FR must be instantly visible to every visitor, not buried in
   the footer. Footer links stay; these are the loud ones. */
.lang-switch{display:flex;align-items:center;gap:0.4rem;margin-left:0.9rem;flex-shrink:0}
.lang-switch .ls-cur{color:#060606;background:var(--y,#F5FF00);padding:0.3rem 0.6rem;
  font-size:0.68rem;font-weight:700;letter-spacing:0.16em}
.lang-switch .ls-fr{color:var(--y,#F5FF00);border:1px solid var(--y,#F5FF00);
  padding:calc(0.3rem - 1px) 0.6rem;font-size:0.68rem;font-weight:700;
  letter-spacing:0.16em;text-decoration:none;transition:background .15s,color .15s}
.lang-switch .ls-fr:hover,.lang-switch .ls-fr:focus-visible{background:var(--y,#F5FF00);color:#060606}
.lang-switch .ls-fr:focus-visible{outline:2px solid var(--y,#F5FF00);outline-offset:2px}
@media (max-width:900px){
  .lang-switch{margin-left:auto;margin-right:0.8rem}
  .lang-switch .ls-cur,.lang-switch .ls-fr{font-size:0.62rem;padding:0.26rem 0.5rem}
  .lang-switch .ls-fr{padding:calc(0.26rem - 1px) 0.5rem}
}

/* ── V30 · tetto di composizione ───────────────────────────────
   Below 1800px nothing changes at all: laptops and ordinary monitors
   keep their existing gutters. Past that width the side padding grows
   so the CONTENT settles into a 1700px column, while backgrounds —
   hero, bands, navigation bar, footer — still run edge to edge.
   The threshold is chosen so the gutter at the switch (50px) matches
   the natural one (48px): no visible jump. */
@media (min-width:1800px){
  nav,
  .breadcrumb,
  main > section,
  main > header,
  main > div,
  footer,
  .hero,
  .band,
  .cta-block{
    padding-left:calc((100vw - 1700px) / 2)  !important;
    padding-right:calc((100vw - 1700px) / 2) !important;
  }
  .s-cover .cover-photo{margin-right:calc((100vw - 1700px) / -2)}
}

/* ── V32 · la cover rientra nel tetto ──────────────────────────
   V30 told the cover photograph to bleed by half the gutter so it
   would touch the page edge. On a wide screen that gutter is huge,
   so the picture shot past the shell and dwarfed the page. Inside
   the shell it now stays put: no bleed, even columns. */
@media (min-width:1800px){
  .s-cover .cover-photo{margin-right:0 !important}
  .s-cover{grid-template-columns:6fr 5fr !important}
}

/* V38 · global motion pause */
html.motion-paused *,html.motion-paused *::before,html.motion-paused *::after{animation-play-state:paused !important}

/* V38 · hero chips off in production (V37-016) */
.hero-ph{display:none !important}

/* ── V44 · consent banner (PECR/ICO) ────────────────────────────
   Refusal is one click, same weight as acceptance. Sits above the
   motion toggle, never traps focus, disappears on choice. */
#rvz-cc{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:rgba(6,6,6,.97);border-top:1px solid var(--bd,#2a2a24);transform:translateY(102%);transition:transform .26s ease;padding:1.15rem 1.3rem;backdrop-filter:blur(6px)}
#rvz-cc.on{transform:none}
#rvz-cc .cc-in{max-width:1100px;margin:0 auto;display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap}
#rvz-cc .cc-t{font-family:'Cormorant Garamond',serif;font-size:1.12rem;color:var(--w,#f2efe8);margin:0 0 .2rem;flex:1 1 100%}
#rvz-cc .cc-b{font-size:.8rem;line-height:1.6;color:var(--mu,#a8a49a);margin:0;flex:1 1 380px}
#rvz-cc .cc-b a{color:var(--y,#e8ff00)}
#rvz-cc .cc-r{display:flex;gap:.7rem;flex:0 0 auto}
#rvz-cc button{font-family:inherit;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;padding:.78rem 1.25rem;cursor:pointer;border:1px solid var(--bd,#2a2a24);background:transparent;color:var(--w,#f2efe8);min-height:44px}
#rvz-cc .cc-yes{background:var(--y,#e8ff00);color:#060606;border-color:var(--y,#e8ff00);font-weight:600}
#rvz-cc button:focus-visible{outline:2px solid var(--y,#e8ff00);outline-offset:2px}
@media (max-width:640px){#rvz-cc .cc-r{flex:1 1 100%}#rvz-cc button{flex:1}}
/* ── V44 · leggibilità: nessun testo funzionale sotto 11px ─────── */
.crumb,.hero-eye,.case-eye,.cs-eye,.split-eye,.stat-l,.cs-stat-l,.off-tz,.off-tag,.struct-tag,.mi,.stag,.s-case-eye,.case-marker-meta{font-size:0.7rem !important;letter-spacing:.24em}
