/* Static content and resilient enhancement; brand tokens come from site.css. */
picture { display: block; }
.shot picture { width: 100%; height: 100%; }
.crumb a { text-decoration: underline; text-underline-offset: .2em; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 200; padding: 10px 18px; color: #181205; background: var(--gold-2); transform: translateY(calc(-100% - 20px)); }
.skip-link:focus { transform: translateY(0); }
.hero-copy, .hero-tag, .hero-text .actions { opacity: 1; animation: none; transform: none; }
.hero .reveal-line > span { animation: none; transform: none; }
.editorial { max-width: 78ch; color: var(--muted); font-size: 16px; line-height: 1.85; }
.editorial > * + * { margin-top: 1.1em; }
.editorial h2, .editorial h3, .editorial strong { color: var(--text); }
.editorial h2, .editorial h3 { font-family: var(--serif); font-weight: 500; line-height: 1.35; }
.editorial h2 { font-size: clamp(26px, 3vw, 36px); }
.editorial h3 { font-size: 22px; }
.editorial ul, .editorial ol { padding-inline-start: 1.4em; }
.editorial li + li { margin-top: .5em; }
.editorial a, .seo-faq a, .seo-grid a:not(.btn), .source-note a { color: var(--gold-2); text-decoration: underline; text-underline-offset: .2em; }
.editorial img { width: 100%; height: auto; }
.seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.seo-grid > * { min-width: 0; }
.seo-grid article, .seo-grid .seo-card { padding: 26px; border: 1px solid var(--line-2); background: var(--bg-card); }
.seo-grid h2, .seo-grid h3 { margin-bottom: 12px; color: var(--text); font-family: var(--serif); font-weight: 500; line-height: 1.4; }
.seo-grid p { color: var(--muted); }
.seo-grid p + p { margin-top: 12px; }
.seo-faq { max-width: 900px; }
.seo-faq details, .seo-faq article { padding: 22px 0; border-bottom: 1px solid var(--line-2); }
.seo-faq summary { color: var(--text); cursor: pointer; font-size: 17px; line-height: 1.55; }
.seo-faq summary::marker { color: var(--gold); }
.seo-faq details > :not(summary), .seo-faq article p { margin-top: 12px; color: var(--muted); line-height: 1.85; }
.seo-faq h3 { color: var(--text); font-size: 18px; font-weight: 600; }
.source-note { margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.updated { color: var(--muted); font-size: 12px; }
.lang-switch a[data-lang] { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 10px; color: var(--muted); font: 11px/1 var(--sans); letter-spacing: 1px; }
.lang-switch a[data-lang]:hover { color: var(--gold-2); }
.lang-switch a[data-lang].on, .lang-switch a[data-lang][aria-current="page"] { color: #181205; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 600; }
a:focus-visible, button:focus-visible, summary:focus-visible, .table-scroll:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 5px; }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav { overflow-y: auto; overscroll-behavior: contain; padding: 110px 24px 32px; gap: 16px; }
.mobile-nav .lang-switch a[data-lang] { min-width: 44px; min-height: 44px; font-size: 13px; padding: 8px 16px; }
.mobile-nav > a { max-width: 100%; text-align: center; overflow-wrap: anywhere; }
.menu-open { transform: none !important; }
.table-scroll { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.table-scroll .spec-table { min-width: 600px; }
.spec-wrap > .wrap { min-width: 0; }
.spec-wrap .spec-table { max-width: 100%; }
.spec-table caption { text-align: left; color: var(--muted); padding-bottom: 12px; }
.frame-counter, #frameLabel { display: none !important; }
#heroBar { width: 100% !important; transform: scaleX(0); transform-origin: left center; }
.hero-opening { pointer-events: none !important; }
.hero-poster { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
.hero-poster img, img.hero-poster { width: 100%; height: 100%; object-fit: cover; }
#heroCanvas { opacity: 0; }
#heroCanvas.has-frame { opacity: 1; }
.hero-sticky { height: 100svh; }
.no-js #preloader, .no-js .menu-toggle { display: none !important; }
.no-js .hero, .hero.sequence-static { height: auto; }
.no-js .hero-sticky, .sequence-static .hero-sticky { position: relative; height: auto; min-height: min(720px, 100svh); padding: 148px 0 100px; overflow: visible; }
.no-js .hero-content, .sequence-static .hero-content { position: relative; inset: auto; }
.no-js .hero-text, .sequence-static .hero-text { opacity: 1 !important; transform: none !important; will-change: auto; }
.no-js .hero-opening, .sequence-static .hero-opening, .no-js .hero-flash, .sequence-static .hero-flash,
.no-js .hero-caption, .sequence-static .hero-caption, .no-js .hero-bottom, .sequence-static .hero-bottom,
.no-js .hero-fadeout, .sequence-static .hero-fadeout { display: none !important; }
.no-js #products, main:has(.sequence-static) #products { margin-top: 0; padding-top: 84px; }
.no-js #products::before, main:has(.sequence-static) #products::before { display: none; }
.no-js .hero-copy, .no-js .hero-tag, .no-js .actions { opacity: 1 !important; transform: none !important; }
.no-js .reveal-line > span { transform: none !important; }
@media (max-width: 1024px) {
  .js header .header-inner > .lang-switch { display: none; }
  .js .header-inner { flex-wrap: nowrap; }
  .menu-toggle { flex-shrink: 0; }
  .no-js header { position: relative; }
  .no-js .header-inner { height: auto; flex-wrap: wrap; padding-block: 16px; }
  .no-js header nav { display: flex; flex: 1 1 100%; flex-wrap: wrap; gap: 10px 20px; }
  .no-js .lang-switch { margin-left: auto; }
}
@media (max-width: 760px) {
  .seo-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .editorial { font-size: 15px; }
  .seo-grid article, .seo-grid .seo-card { padding: 22px; }
  .hero-sticky { min-height: 100svh; }
  .hero-caption { bottom: 88px; padding-inline: 24px; }
  .hero-caption .cap { padding-inline: 24px; }
  .hero-caption .cap b { font-size: 17px; }
  .hero-text { max-width: 100%; }
  .hero h1 { font-size: clamp(30px, 7.5vw, 44px); }
  .hero-copy { margin-top: 18px; }
  .hero-content .actions { margin-top: 24px; gap: 10px; }
  .hero-content .btn { min-height: 46px; padding: 12px 20px; letter-spacing: 1px; }
  .no-js .hero-sticky, .sequence-static .hero-sticky { min-height: 0; padding: 128px 0 70px; }
  .no-js #products, main:has(.sequence-static) #products { padding-top: 60px; }
  .lang-switch a[data-lang] { min-height: 40px; }
  .header-inner { column-gap: 12px; }
  .table-scroll .spec-table th, .table-scroll .spec-table td { padding: 12px 14px; }
}
@media (max-height: 600px) {
  .mobile-nav { justify-content: flex-start; gap: 8px; padding-top: 90px; }
  .mobile-nav > a { font-size: 16px; padding-block: 7px; }
  .sequence-static .hero-sticky { min-height: 0; padding: 118px 0 70px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero, .hero.sequence-static { height: auto; }
  .hero-sticky { position: relative; height: auto; min-height: 0; padding: 140px 0 80px; }
  .hero-content { position: relative; inset: auto; }
  .hero-text { opacity: 1 !important; transform: none !important; }
  .hero-opening, .hero-flash, .hero-caption, .hero-bottom, .hero-fadeout { display: none !important; }
  #products { margin-top: 0; padding-top: 60px; }
  #products::before { display: none; }
}
