:root {
  --canvas: #f1f2ef;
  --surface: #ffffff;
  --surface-soft: #e5e9e8;
  --ink: #11191d;
  --ink-soft: #46545a;
  --blue: #28566b;
  --blue-dark: #193947;
  --signal: #d55232;
  --signal-soft: #f2d8cf;
  --line: #aeb8ba;
  --line-soft: #d8dddc;
  --shell: min(1240px, calc(100% - 64px));
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --text: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--canvas); color: var(--ink); font-family: var(--text); font-size: 16px; line-height: 1.58; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 2px solid var(--ink); background: rgba(255,255,255,.96); }
.nav-shell { min-height: 72px; display: flex; align-items: stretch; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; line-height: 1.05; }
.brand img, .footer-brand img { width: 44px; height: 44px; border-radius: 0; object-fit: cover; }
.brand strong { display: block; font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: -.025em; text-transform: uppercase; }
.brand small { display: block; margin-top: 5px; color: var(--blue); font-family: var(--mono); font-size: .66rem; letter-spacing: .02em; text-transform: uppercase; }
.site-nav { display: flex; align-items: stretch; border-left: 1px solid var(--line-soft); }
.site-nav a { display: grid; place-items: center; min-width: 124px; padding: 0 18px; border-right: 1px solid var(--line-soft); font-size: .8rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--signal); color: white; }
.language-switcher { display: flex; align-items: center; gap: 7px; padding-left: 18px; border-left: 1px solid var(--line-soft); font-family: var(--mono); font-size: .72rem; font-weight: 700; }
.language-switcher a { padding: 8px 2px; color: var(--ink-soft); }
.language-switcher a.active, .language-switcher a:hover, .language-switcher a:focus-visible { color: var(--signal); }
.language-switcher span { color: var(--line); }
.menu-button { display: none; border: 0; background: transparent; width: 48px; height: 48px; padding: 12px 8px; }
.menu-button i { display: block; height: 2px; background: var(--ink); margin: 7px 0; transition: transform .2s ease; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { font-weight: 800; letter-spacing: -.055em; line-height: .91; }
h1 { max-width: 9ch; margin-bottom: 30px; font-size: clamp(3rem, 4.6vw, 4.6rem); overflow-wrap: normal; text-transform: uppercase; }
h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 5.1vw, 5.2rem); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-family: var(--mono); font-size: .74rem; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 5px; background: var(--signal); }

.hero { min-height: calc(100svh - 72px); padding: clamp(46px, 6vw, 82px) 0 24px; background-color: var(--canvas); background-image: linear-gradient(rgba(17,25,29,.045) 1px, transparent 1px); background-size: 100% 32px; border-bottom: 2px solid var(--ink); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 5vw, 76px); align-items: center; min-height: calc(100svh - 185px); }
.hero-copy { min-width: 0; padding: 30px 0; border-left: 9px solid var(--blue); padding-left: clamp(20px, 3vw, 42px); }
.hero-copy h1::after { content: ""; display: block; width: 88px; height: 11px; margin-top: 28px; background: var(--signal); }
.hero-intro { max-width: 610px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.5vw, 1.24rem); line-height: 1.6; }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 2px solid transparent; padding: 11px 19px; font-size: .82rem; font-weight: 750; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover, .button:focus-visible { transform: translate(-2px, -2px); }
.button-primary { background: var(--signal); color: white; box-shadow: 4px 4px 0 var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--ink); }
.button-text { min-height: 40px; padding-inline: 0; border-bottom-color: var(--ink); }
.button-text span { margin-left: 18px; }
.button-outline { border-color: var(--ink); background: var(--surface); color: var(--ink); box-shadow: 3px 3px 0 var(--surface-soft); }
.button:disabled { cursor: not-allowed; opacity: .52; transform: none; }
.hero-photo { min-width: 0; min-height: 570px; margin: 0; }
.hero-watch-photo { position: relative; overflow: hidden; background: var(--surface-soft); box-shadow: 18px 18px 0 var(--blue); }
.hero-watch-photo img { width: 100%; height: 100%; min-height: 570px; display: block; object-fit: cover; object-position: 52% center; }
.hero-watch-photo figcaption { position: absolute; right: 18px; bottom: 18px; width: min(300px, calc(100% - 36px)); padding: 16px 18px; background: white; border-left: 7px solid var(--signal); }
.hero-watch-photo figcaption span, .hero-watch-photo figcaption small { display: block; font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }
.hero-watch-photo figcaption strong { display: block; margin: 5px 0 2px; font-size: 1.15rem; text-transform: uppercase; }
.hero-watch-photo figcaption small { color: var(--ink-soft); }
.hero-footnote { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }

.section { padding: clamp(78px, 9vw, 132px) 0; border-bottom: 2px solid var(--ink); }
.section-heading { margin-bottom: clamp(42px, 6vw, 74px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.split-heading > p { max-width: 580px; margin-bottom: 2px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.72; }

.legal-hero { padding: clamp(64px, 9vw, 118px) 0 clamp(44px, 6vw, 74px); background-color: var(--canvas); background-image: linear-gradient(rgba(17,25,29,.045) 1px, transparent 1px); background-size: 100% 32px; border-bottom: 2px solid var(--ink); }
.legal-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .74fr); gap: 7vw; align-items: end; }
.legal-hero h1 { max-width: none; margin-bottom: 0; font-size: clamp(3.1rem, 7vw, 7rem); }
.legal-hero-grid > p { margin: 0 0 10px; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.68; }
.legal-section { background: var(--surface); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(42px, 8vw, 100px); align-items: start; }
.legal-index { position: sticky; top: 96px; display: grid; gap: 0; border-top: 2px solid var(--ink); }
.legal-index a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); color: var(--blue); font-family: var(--mono); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.legal-index a:hover, .legal-index a:focus-visible { color: var(--signal); }
.legal-content { max-width: 820px; }
.legal-content article { padding: 0 0 clamp(34px, 5vw, 58px); margin-bottom: clamp(34px, 5vw, 58px); border-bottom: 1px solid var(--line-soft); }
.legal-content article:last-child { margin-bottom: 0; }
.legal-content h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.2vw, 3.35rem); letter-spacing: -.045em; }
.legal-content p { max-width: 760px; color: var(--ink-soft); line-height: 1.78; }
.legal-content a { border-bottom: 2px solid var(--signal); font-weight: 700; }
.legal-data { margin: 0; border-top: 2px solid var(--ink); }
.legal-data div { display: grid; grid-template-columns: .42fr .58fr; gap: 24px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.legal-data dt { color: var(--blue); font-family: var(--mono); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.legal-data dd { margin: 0; text-align: right; }

.method { background: var(--surface); }
.method .section-heading { border-top: 7px solid var(--blue); padding-top: 28px; }
.process { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; margin: 0; }
.process li { position: relative; min-height: 150px; padding: 22px 24px; background: var(--surface-soft); border-left: 6px solid var(--blue); }
.process li:nth-child(even) { background: var(--canvas); border-left-color: var(--signal); }
.process span { position: absolute; top: 18px; right: 20px; color: var(--line); font-family: var(--mono); font-size: 1.3rem; }
.process strong { display: block; margin: 34px 0 6px; font-size: 1.35rem; font-weight: 800; text-transform: uppercase; }
.process small { display: block; max-width: 260px; color: var(--ink-soft); font-size: .86rem; line-height: 1.45; }

.inventory { background: var(--canvas); }
.inventory-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.inventory-heading h2 { margin-bottom: 0; }
.availability-note { margin: 0 0 7px; color: var(--ink-soft); font-family: var(--mono); font-size: .74rem; }
.availability-note span { display: inline-block; width: 9px; height: 9px; margin-right: 8px; background: var(--signal); }
.watch-grid { display: grid; gap: 28px; }
.watch-card { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 28px; align-items: stretch; }
.product-photo { min-height: 590px; }
.product-photo-real { position: relative; overflow: hidden; background: var(--surface-soft); }
.product-photo-real img { width: 100%; height: 100%; min-height: 590px; display: block; object-fit: cover; }
.product-photo-real small { position: absolute; left: 16px; top: 16px; margin: 0; padding: 7px 10px; background: var(--blue-dark); color: white; font-family: var(--mono); font-size: .66rem; }
.watch-copy { min-width: 0; padding: clamp(30px, 4vw, 54px); background: var(--surface); border-top: 7px solid var(--signal); box-shadow: 8px 8px 0 rgba(25,57,71,.14); }
.placeholder-tag, .story-type { margin-bottom: 30px; color: var(--blue); font-family: var(--mono); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.watch-copy h3 { margin-bottom: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 800; line-height: .98; text-transform: uppercase; }
.watch-copy h3 span { display: block; margin-top: 8px; color: var(--ink-soft); font-family: var(--mono); font-size: .8rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.watch-copy dl { margin: 34px 0; border-top: 2px solid var(--ink); }
.watch-copy dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.watch-copy dt { color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.watch-copy dd { margin: 0; font-size: .83rem; text-align: right; }
.watch-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.watch-footer strong { font-size: 1.55rem; font-weight: 800; }

.watch-detail { background: var(--surface); }
.watch-detail-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; align-items: end; margin-bottom: clamp(42px, 6vw, 72px); }
.watch-detail-heading h2 { margin-bottom: 0; text-transform: uppercase; }
.detail-price { display: inline-block; margin: 18px 0 0; padding: 5px 10px; background: var(--signal-soft); font-family: var(--mono); font-size: 1rem; font-weight: 800; }
.watch-detail-heading > p { margin-bottom: 4px; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.72; }
.watch-gallery { display: grid; grid-template-columns: 1.45fr .55fr; grid-template-rows: repeat(3, minmax(180px, 1fr)); gap: 8px; padding: 8px; background: var(--ink); }
.watch-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--surface-soft); }
.watch-gallery .gallery-main { grid-row: 1 / 4; min-height: 690px; }
.watch-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.watch-gallery figure:last-child img { object-position: center 42%; }
.watch-gallery figcaption, .archive-gallery figcaption { position: absolute; left: 0; bottom: 0; padding: 7px 10px; background: var(--signal); color: white; font-family: var(--mono); font-size: .66rem; text-transform: uppercase; }
.watch-report { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; margin-top: clamp(52px, 8vw, 92px); }
.watch-report article { padding-top: 22px; border-top: 5px solid var(--blue); }
.watch-report article:nth-child(2) { border-top-color: var(--signal); }
.watch-report h3 { margin-bottom: 18px; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 800; line-height: 1; }
.watch-report article > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.74; }
.spec-list { margin: 0 0 24px; border-top: 2px solid var(--ink); }
.spec-list div { display: flex; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); }
.spec-list dt { color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.spec-list dd { max-width: 66%; margin: 0; font-size: .82rem; text-align: right; }
.source-link, .archive-link { display: inline-flex; gap: 10px; padding-bottom: 4px; border-bottom: 2px solid var(--signal); font-family: var(--mono); font-size: .74rem; font-weight: 700; }

.archive { background: var(--blue-dark); color: white; }
.archive-grid { display: block; }
.archive-copy { display: grid; grid-template-columns: .95fr .75fr auto; gap: 5vw; align-items: end; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.3); }
.archive-copy .eyebrow { grid-column: 1 / -1; color: #b8d4df; }
.archive-copy h2 { margin: 0; }
.archive-copy > p:not(.eyebrow) { margin: 0; color: #cad6da; }
.archive-copy .button-text { color: white; border-bottom-color: var(--signal); }
.archive-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.archive-list article { min-width: 0; }
.archive-list article > span { display: block; min-height: 26px; margin-bottom: 10px; color: #a9bec7; font-family: var(--mono); font-size: .65rem; }
.archive-image { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #cbd3d5; }
.archive-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.84); transition: transform .35s ease, filter .35s ease; }
.archive-image:hover img { transform: scale(1.025); filter: saturate(1); }
.archive-list h3 { margin: 17px 0 5px; font-size: 1.45rem; font-weight: 800; text-transform: uppercase; }
.archive-list p { min-height: 46px; color: #b7c8ce; font-size: .82rem; }
.archive-list .archive-link { color: white; }
.archive-detail { background: var(--surface); }
.archive-detail:nth-of-type(even) { background: var(--canvas); }
.archive-gallery { display: grid; grid-template-columns: 1.35fr .825fr .825fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 8px; padding: 8px; background: var(--ink); }
.archive-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--surface-soft); }
.archive-gallery-main { grid-row: 1 / 3; }
.archive-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.archive-report { margin-top: clamp(52px, 8vw, 92px); }

.stories { background: var(--canvas); }
.story-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 0; border: 2px solid var(--ink); }
.feature-story { min-height: 430px; padding: 38px; background: var(--signal); color: white; display: flex; flex-direction: column; }
.feature-story .story-type { color: white; }
.story-number { margin-top: auto; font-family: var(--mono); font-size: .7rem; }
.feature-story h3 { margin: 12px 0; font-size: clamp(2.4rem, 4.2vw, 4.2rem); font-weight: 800; line-height: .95; text-transform: uppercase; }
.feature-story > p:not(.story-type) { max-width: 530px; }
.story-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 2px solid rgba(255,255,255,.7); font-family: var(--mono); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.story-index { background: var(--surface); }
.story-index a { display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; min-height: 86px; padding: 0 24px; border-bottom: 1px solid var(--line-soft); font-size: 1rem; font-weight: 700; }
.story-index a:last-child { border-bottom: 0; }
.story-index a span { color: var(--signal); font-family: var(--mono); font-size: .72rem; }
.story-index a i { font-style: normal; transition: transform .15s ease; }
.story-index a:hover { background: var(--surface-soft); }
.story-index a:hover i { transform: translateX(4px); }

.article-detail { background: var(--surface); }
.article-header { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; padding-bottom: clamp(40px, 6vw, 72px); border-bottom: 8px solid var(--blue); }
.article-header h2 { margin-bottom: 0; text-transform: uppercase; }
.article-deck { margin: 0; font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 650; line-height: 1.3; }
.article-meta { margin: 22px 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: .72rem; }
.article-lead { max-width: 980px; padding: clamp(42px, 6vw, 72px) 0; }
.article-lead p { margin: 0; font-size: clamp(1.35rem, 2.6vw, 2.25rem); font-weight: 650; line-height: 1.35; }
.movement-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--ink); border: 8px solid var(--ink); }
.movement-comparison article { padding: clamp(30px, 5vw, 58px); background: var(--canvas); }
.movement-comparison article:nth-child(2) { background: var(--surface-soft); }
.movement-comparison span { color: var(--signal); font-family: var(--mono); font-size: .74rem; font-weight: 700; }
.movement-comparison h3, .article-body h3 { margin: 22px 0 18px; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 800; line-height: 1; }
.movement-comparison p, .article-body article > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.article-body { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: clamp(58px, 8vw, 96px) 0; }
.criterion-box { align-self: start; padding: clamp(28px, 4vw, 44px); background: var(--blue-dark); color: white; box-shadow: 10px 10px 0 var(--signal); }
.criterion-box .eyebrow { color: #b8d4df; }
.criterion-box dl { margin: 28px 0 0; border-top: 2px solid white; }
.criterion-box dl div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.criterion-box dt { color: #b8c9cf; font-size: .84rem; }
.criterion-box dd { margin: 5px 0 0; font-size: 1.08rem; font-weight: 750; }
.article-conclusion { margin: 0; padding: clamp(48px, 7vw, 82px); background: var(--signal); color: white; text-align: left; }
.article-conclusion p { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 6.5vw, 6rem); font-weight: 800; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }

.truth { padding: clamp(78px, 9vw, 126px) 0; background: var(--blue); color: white; border-bottom: 2px solid var(--ink); }
.truth-grid { display: grid; grid-template-columns: .38fr 1fr .55fr; gap: 5vw; align-items: start; }
.truth .eyebrow { color: #c7dce4; }
.truth h2 { color: white; }
.truth h2 + p { max-width: 640px; color: #d6e2e6; font-size: 1.05rem; line-height: 1.75; }
.truth-fields { border-top: 6px solid var(--signal); }
.truth-fields span { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #e1eaed; font-family: var(--mono); font-size: .76rem; }

.sell { background: var(--surface); }
.sell-grid { display: grid; grid-template-columns: 1.1fr .65fr; gap: 9vw; align-items: end; }
.sell-grid p { color: var(--ink-soft); font-size: 1.03rem; line-height: 1.75; }
.sell .button { margin-top: 18px; }

.contact { background: var(--surface-soft); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: var(--ink-soft); }
.contact-copy ul { list-style: none; padding: 0; margin: 48px 0 0; border-top: 2px solid var(--ink); }
.contact-copy li { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.contact-copy li span { color: var(--blue); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.contact-copy li strong { font-weight: 650; text-align: right; }
.contact-copy li a { border-bottom: 2px solid transparent; }
.contact-copy li a:hover, .contact-copy li a:focus-visible { border-bottom-color: var(--signal); }
.contact-form { padding: clamp(28px, 4vw, 50px); background: var(--surface); border-left: 10px solid var(--signal); box-shadow: 12px 12px 0 rgba(25,57,71,.16); }
.contact-form fieldset { padding: 0; margin: 0; border: 0; }
.contact-form legend { margin-bottom: 32px; font-family: var(--display); font-size: 1.8rem; font-weight: 800; }
.contact-form label { display: block; margin-bottom: 21px; }
.contact-form label > span { display: block; margin-bottom: 6px; color: var(--blue); font-family: var(--mono); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 48px; border: 0; border-bottom: 2px solid var(--line); border-radius: 0; padding: 10px 2px; background: transparent; color: var(--ink); outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-bottom-color: var(--signal); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.form-note, .form-status { color: var(--ink-soft); font-size: .76rem; }
.form-status { margin: 16px 0 0; color: var(--blue); font-weight: 700; }

.site-footer { padding: 56px 0 22px; background: var(--ink); color: white; }
.footer-main { display: flex; justify-content: space-between; gap: 48px; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { filter: grayscale(1); }
.footer-brand strong { font-family: var(--display); font-size: 1.35rem; font-weight: 800; text-transform: uppercase; }
.footer-brand p { margin: 5px 0 0; color: #abb8bd; font-size: .8rem; }
.footer-main nav { display: flex; gap: 30px; align-items: center; font-size: .78rem; }
.footer-main nav a:hover { color: #ff8b6e; }
.footer-main nav small { display: block; color: #829197; font-size: .64rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #48545a; color: #95a4aa; font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-nav a { min-width: auto; padding-inline: 14px; }
  .language-switcher { padding-left: 12px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 760px; padding-block: 18px; }
  .hero-photo { width: min(760px, calc(100% - 14px)); min-height: 0; margin-right: 14px; }
  .hero-watch-photo { box-shadow: 14px 14px 0 var(--blue); }
  .hero-watch-photo img { min-height: 0; aspect-ratio: 4 / 3; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .watch-card { grid-template-columns: 1fr 1fr; }
  .archive-copy { grid-template-columns: 1fr .8fr; }
  .archive-copy .button-text { grid-column: 2; justify-self: start; }
  .truth-grid { grid-template-columns: .45fr 1.2fr; }
  .truth-fields { grid-column: 2; }
  .legal-hero-grid, .legal-layout { grid-template-columns: 1fr; }
  .legal-index { position: static; grid-template-columns: repeat(3, 1fr); gap: 0 18px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 600px); }
  .nav-shell { min-height: 66px; align-items: center; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: .88rem; }
  .brand small { display: none; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 66px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 0 15px 18px; border: 0; border-bottom: 2px solid var(--ink); background: white; }
  .site-nav.open { display: flex; }
  .language-switcher { margin-left: auto; padding-left: 0; border-left: 0; gap: 4px; font-size: .68rem; }
  .language-switcher a { padding-inline: 3px; }
  .site-nav a { display: flex; justify-content: space-between; min-height: 54px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line-soft); font-size: 1rem; }
  .site-nav a::after { content: "→"; color: var(--signal); }
  h1 { max-width: 9ch; font-size: clamp(2.55rem, 11.5vw, 4rem); }
  h2 { font-size: clamp(2.6rem, 12vw, 4.1rem); }
  .legal-hero h1 { max-width: none; font-size: clamp(3rem, 16vw, 5.6rem); }
  .legal-hero-grid { gap: 22px; }
  .legal-index { grid-template-columns: 1fr 1fr; }
  .legal-content h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .legal-data div { grid-template-columns: 1fr; gap: 4px; }
  .legal-data dd { text-align: left; }
  .hero { min-height: auto; padding-top: 36px; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { width: 100%; padding: 18px 0 28px 18px; border-left-width: 6px; }
  .hero-photo { width: calc(100% - 10px); min-height: 0; margin-right: 10px; }
  .hero-watch-photo { box-shadow: 10px 10px 0 var(--blue); }
  .hero-watch-photo img { min-height: 0; aspect-ratio: 4 / 4.65; }
  .hero-footnote { margin-top: 36px; }
  .split-heading, .watch-detail-heading, .watch-report, .story-grid, .article-header, .article-body, .sell-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 40px; }
  .split-heading { gap: 18px; }
  .method .section-heading::after { display: none; }
  .process { grid-template-columns: 1fr; gap: 7px; }
  .process li, .process li:nth-child(even) { min-height: 0; }
  .process strong { margin-top: 12px; }
  .inventory-heading { display: block; }
  .availability-note { margin-top: 18px; }
  .watch-card { display: flex; flex-direction: column; }
  .product-photo { width: 100%; min-height: 0; }
  .product-photo-real img { min-height: 0; aspect-ratio: 4 / 4.7; }
  .watch-copy { width: 100%; margin: 0; padding: 28px 22px; box-shadow: none; }
  .watch-detail-heading { gap: 24px; }
  .watch-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; padding: 5px; gap: 5px; }
  .watch-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .watch-gallery figure:not(.gallery-main) { aspect-ratio: 1; }
  .watch-report { gap: 44px; }
  .archive-copy { display: block; }
  .archive-copy > p:not(.eyebrow) { margin-top: 22px; }
  .archive-copy .button-text { margin-top: 22px; }
  .archive-list { grid-template-columns: 1fr 1fr; }
  .archive-list article:last-child { grid-column: 1 / -1; width: calc(50% - 11px); }
  .archive-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; padding: 5px; gap: 5px; }
  .archive-gallery-main { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 4 / 3; }
  .archive-gallery figure:not(.archive-gallery-main) { aspect-ratio: 1; }
  .feature-story { min-height: 390px; padding: 28px 22px; }
  .article-header { gap: 24px; }
  .movement-comparison { grid-template-columns: 1fr; }
  .movement-comparison article { padding: 32px 22px; }
  .article-body { gap: 46px; }
  .article-conclusion { padding: 50px 22px; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-fields { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { margin-top: 12px; padding: 28px 20px; }
  .footer-main { flex-direction: column; }
  .footer-main nav { align-items: flex-start; flex-direction: column; gap: 15px; }
}

@media (max-width: 460px) {
  .actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .button-text { align-self: flex-start; }
  .hero-watch-photo figcaption { right: 10px; bottom: 10px; }
  .hero-footnote, .footer-bottom { flex-direction: column; gap: 7px; }
  .watch-footer { align-items: stretch; flex-direction: column; }
  .archive-list { grid-template-columns: 1fr; }
  .archive-list article:last-child { grid-column: auto; width: auto; }
  .watch-gallery { display: block; padding: 5px; }
  .watch-gallery figure, .watch-gallery .gallery-main { margin-bottom: 5px; aspect-ratio: 4 / 3; }
  .watch-gallery figure:last-child { margin-bottom: 0; aspect-ratio: 4 / 5; }
  .spec-list div { display: block; }
  .spec-list dd { max-width: none; margin-top: 4px; text-align: left; }
  .contact-copy li { grid-template-columns: 72px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
