:root {
  --paper: #f5f6f3;
  --surface: #ffffff;
  --ink: #171a1c;
  --muted: #676f73;
  --soft: #e9ece9;
  --line: rgba(23, 26, 28, .12);
  --blue: #5661ff;
  --teal: #83d7cb;
  --lilac: #b79cff;
  --pearl: #eef4f8;
  --radius: 24px;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 86px; padding: 0 clamp(22px, 4.8vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(23,26,28,.08); background: rgba(245,246,243,.8); backdrop-filter: blur(22px) saturate(1.2); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 36px; height: 36px; fill: currentColor; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font-size: 17px; letter-spacing: .2em; }
.brand-words small { margin-top: 6px; font-size: 6px; font-weight: 600; letter-spacing: .72em; }
nav { display: flex; gap: clamp(26px, 3vw, 56px); align-items: center; }
nav a, .header-cta { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .3s ease; }
nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 10px 10px 10px 18px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: 18px; background: rgba(255,255,255,.72); transition: background .25s, transform .25s; }
.header-cta i { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-style: normal; font-size: 12px; }
.header-cta:hover { background: white; transform: translateY(-1px); }

.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; color: #525a5e; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 1px; background: currentColor; }

.hero { position: relative; min-height: max(880px, 100svh); padding: 142px clamp(24px, 5.5vw, 100px) 0; overflow: hidden; display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: 1fr auto; column-gap: clamp(12px, 1.5vw, 28px); background:
  radial-gradient(circle at 8% 16%, rgba(183,156,255,.18), transparent 26%),
  radial-gradient(circle at 90% 16%, rgba(131,215,203,.2), transparent 31%),
  linear-gradient(135deg, #fafaf7 0%, #eef1f3 100%);
}
.hero::before { content: ""; position: absolute; inset: 86px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(23,26,28,.08) 25%, rgba(23,26,28,.08) 75%, transparent); }
.hero::after { content: "NOAH"; position: absolute; left: -1.5vw; bottom: 82px; z-index: 0; color: rgba(255,255,255,.55); font-size: clamp(170px, 27vw, 480px); font-weight: 700; line-height: .7; letter-spacing: -.09em; pointer-events: none; }
.hero-copy { position: relative; z-index: 5; grid-column: 1 / span 6; grid-row: 1; align-self: center; padding-bottom: 86px; }
.hero h1 { margin: 28px 0 32px; max-width: 790px; font-size: clamp(69px, 7.8vw, 138px); font-weight: 500; line-height: .85; letter-spacing: -.075em; }
.hero h1 em { position: relative; z-index: 1; font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.04em; bottom: .08em; height: .22em; border-radius: 999px; background: linear-gradient(90deg, rgba(131,215,203,.9), rgba(86,97,255,.4), rgba(183,156,255,.65)); transform: rotate(-1.5deg); }
.hero-intro { max-width: 430px; margin: 0 0 34px; color: var(--muted); font-size: clamp(14px, 1.1vw, 17px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-button { min-width: 235px; padding: 15px 18px 15px 22px; border-radius: 999px; display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; background: var(--ink); color: white; font-size: 11px; font-weight: 600; letter-spacing: .05em; transition: transform .25s, box-shadow .25s; }
.primary-button span { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--ink); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(23,26,28,.16); }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.text-link span { margin-left: 12px; }

.hero-stage { position: relative; z-index: 4; grid-column: 6 / -1; grid-row: 1; align-self: center; height: min(71vh, 710px); min-height: 570px; }
.orb { position: absolute; border-radius: 50%; filter: blur(.2px); box-shadow: inset -30px -40px 80px rgba(20,29,44,.18), inset 20px 20px 50px rgba(255,255,255,.85), 0 30px 80px rgba(63,80,110,.15); }
.orb-one { width: min(41vw, 590px); aspect-ratio: 1; right: 2%; top: 4%; background: radial-gradient(circle at 35% 27%, #daf5f4 0 10%, #86d8d0 29%, #5872e8 62%, #202b62 100%); opacity: .88; }
.orb-two { width: min(22vw, 320px); aspect-ratio: 1; right: 50%; bottom: 2%; background: radial-gradient(circle at 38% 26%, #fff 0 5%, #d0bbff 28%, #7f7ff2 67%, #3e426c 100%); opacity: .7; }
.hero-frame { position: absolute; margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.88); border-radius: 26px; background: #dfe4e5; box-shadow: 0 36px 80px rgba(28,42,60,.22); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-frame-main { z-index: 3; right: 12%; top: 2%; width: min(28vw, 390px); height: 82%; transform: rotate(2.5deg); }
.hero-frame-small { z-index: 4; width: min(14vw, 190px); height: 37%; border-width: 4px; border-radius: 18px; }
.hero-frame-top { right: 0; top: 13%; transform: rotate(5deg); }
.hero-frame-bottom { left: 8%; bottom: 6%; transform: rotate(-5deg); }
.hero-note { position: absolute; z-index: 5; right: 1%; bottom: 3%; margin: 0; padding: 14px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 13px; background: rgba(255,255,255,.58); color: #596065; backdrop-filter: blur(18px); font-size: 8px; line-height: 1.55; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { display: block; color: var(--ink); font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.hero-metrics { position: relative; z-index: 5; grid-column: 1 / -1; grid-row: 2; min-height: 106px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-metrics > div { padding: 24px 28px; border-right: 1px solid var(--line); display: flex; align-items: baseline; gap: 14px; }
.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { font-size: 25px; font-weight: 600; letter-spacing: -.05em; }
.hero-metrics span { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.collection { padding: 130px clamp(20px, 5.5vw, 100px) 150px; background: var(--surface); }
.collection-heading { display: grid; grid-template-columns: 1fr minmax(280px, .37fr); gap: 50px; align-items: end; }
.collection-heading h2, .contact h2 { margin: 22px 0 0; font-size: clamp(58px, 7vw, 118px); font-weight: 500; line-height: .92; letter-spacing: -.075em; }
.collection-heading > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.catalog-tools { margin-top: 72px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.filters { flex: 1 1 auto; min-width: 0; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #596065; font-size: 10px; font-weight: 600; letter-spacing: .04em; transition: background .2s, color .2s, border-color .2s; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.search-field { flex: 0 0 clamp(210px, 22vw, 320px); height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; display: flex; align-items: center; gap: 10px; background: #fafbf9; }
.search-field svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 11px; }
.search-field input::placeholder { color: #8c9295; }
.result-line { margin: 25px 0 28px; display: flex; justify-content: space-between; color: #737a7d; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-flow: dense; gap: clamp(12px, 1.3vw, 22px); align-items: start; }
.watch-card { min-width: 0; }
.watch-card-wide { grid-column: span 2; }
.watch-open { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; }
.watch-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #e8eceb, #d8dddf); }
.watch-card-wide .watch-image { aspect-ratio: 1.64 / 1; }
.watch-card-tall .watch-image { aspect-ratio: 3 / 4.35; }
.watch-image::after { content: "VIEW"; position: absolute; right: 13px; bottom: 13px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.86); color: var(--ink); backdrop-filter: blur(12px); font-size: 7px; font-weight: 700; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.watch-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.watch-open:hover .watch-image img { transform: scale(1.025); filter: saturate(.9); }
.watch-open:hover .watch-image::after { opacity: 1; transform: none; }
.watch-meta { min-height: 88px; padding: 17px 3px 20px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; column-gap: 14px; }
.watch-meta small { grid-column: 1 / -1; margin-bottom: 7px; color: #7a8184; font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.watch-meta strong { overflow: hidden; font-size: 14px; font-weight: 600; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.watch-meta i { font-style: normal; font-size: 15px; }
.catalog-footer { min-height: 120px; padding-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.load-more { min-width: 205px; padding: 15px 20px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s; }
.load-more:hover { background: var(--ink); color: white; }
#catalog-status { min-height: 18px; margin: 0; color: var(--muted); font-size: 10px; }

.contact { position: relative; min-height: 760px; padding: 125px clamp(24px, 7vw, 128px); overflow: hidden; background:
  linear-gradient(120deg, rgba(255,255,255,.74), rgba(255,255,255,.28)),
  radial-gradient(circle at 82% 20%, rgba(131,215,203,.75), transparent 35%),
  radial-gradient(circle at 80% 78%, rgba(86,97,255,.52), transparent 38%),
  radial-gradient(circle at 43% 54%, rgba(183,156,255,.4), transparent 45%),
  #e8eeef;
}
.contact > *:not(.contact-glow) { position: relative; z-index: 2; }
.contact h2 { max-width: 820px; }
.contact > p:not(.eyebrow) { max-width: 430px; margin: 32px 0 0; color: #50575b; }
.contact-glow { position: absolute; right: 2%; top: 6%; width: min(49vw, 670px); aspect-ratio: 1; }
.contact-glow span { position: absolute; border-radius: 50%; box-shadow: inset -40px -50px 90px rgba(26,37,61,.15), inset 24px 24px 65px rgba(255,255,255,.75), 0 45px 80px rgba(36,49,70,.1); }
.contact-glow span:nth-child(1) { inset: 16% 6% 2% 22%; background: radial-gradient(circle at 32% 24%, #e7ffff, #8cdcd1 30%, #687cf1 67%, #28365f); }
.contact-glow span:nth-child(2) { width: 46%; aspect-ratio: 1; top: 0; left: 14%; background: radial-gradient(circle at 35% 25%, #fff, #d5c4ff 32%, #7c86f3 72%, #3d456f); }
.contact-glow span:nth-child(3) { width: 27%; aspect-ratio: 1; bottom: 3%; right: 0; background: radial-gradient(circle at 35% 26%, #efffff, #86d8d0 35%, #4f82dc 100%); }
.contact-links { width: min(650px, 52%); margin-top: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-links a { min-height: 116px; padding: 22px 24px; border: 1px solid rgba(23,26,28,.14); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.52); backdrop-filter: blur(18px); transition: background .25s, transform .25s; }
.contact-links a:hover { background: rgba(255,255,255,.82); transform: translateY(-3px); }
.contact-links span { font-size: 18px; font-weight: 600; }
.contact-links small { display: block; margin-bottom: 9px; color: #60686c; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.contact-links i { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-style: normal; }

footer { min-height: 160px; padding: 42px clamp(22px, 4.8vw, 82px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--paper); }
footer > p, footer > div { margin: 0; color: #747b7e; font-size: 8px; font-weight: 600; letter-spacing: .15em; }
footer > div { justify-self: end; display: flex; gap: 28px; }

.contact-dock { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.contact-dock a { width: 48px; height: 48px; border: 1px solid rgba(23,26,28,.14); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(36,43,52,.13); backdrop-filter: blur(18px); transition: width .3s, border-radius .3s; overflow: hidden; }
.contact-dock strong { font-size: 11px; }
.contact-dock span { display: none; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.contact-dock a:hover { width: 104px; border-radius: 999px; grid-template-columns: auto auto; gap: 8px; }
.contact-dock a:hover span { display: block; }

.product-dialog { width: min(1420px, calc(100vw - 32px)); height: min(900px, calc(100dvh - 32px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(23,26,28,.12); border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 40px 120px rgba(18,25,35,.28); }
.product-dialog::backdrop { background: rgba(32,38,45,.48); backdrop-filter: blur(10px); }
.dialog-shell { position: relative; height: 100%; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(340px,.65fr); }
.dialog-close { position: absolute; z-index: 10; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid rgba(23,26,28,.14); border-radius: 50%; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); }
.dialog-close span { position: absolute; left: 13px; right: 13px; top: 21px; height: 1px; background: var(--ink); transform: rotate(45deg); }
.dialog-close span:last-child { transform: rotate(-45deg); }
.dialog-gallery { min-width: 0; padding: 30px; overflow: hidden; background: #e9edec; display: grid; grid-template-rows: minmax(0,1fr) auto auto; }
.dialog-image-wrap { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #f4f6f5, #dbe0df); }
.dialog-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.image-status { position: absolute; inset: auto 20px 20px; margin: 0; color: #6a7175; text-align: center; font-size: 11px; }
.dialog-navigation { height: 58px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.dialog-navigation button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); }
.dialog-navigation span { min-width: 66px; color: #61696d; text-align: center; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.dialog-thumbnails { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.dialog-thumbnails::-webkit-scrollbar { display: none; }
.dialog-thumbnails button { flex: 0 0 62px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 8px; background: white; opacity: .58; }
.dialog-thumbnails button[aria-current="true"] { border-color: var(--ink); opacity: 1; }
.dialog-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.dialog-info { padding: 96px clamp(30px, 4vw, 68px) 42px; overflow-y: auto; display: flex; flex-direction: column; background: #fbfbf8; }
.dialog-number { margin: 0 0 42px; color: #7a8285; font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.dialog-info h2 { margin: 28px 0 24px; font-size: clamp(38px, 4vw, 67px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.dialog-info > p:not(.dialog-number):not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.dialog-info dl { margin: 54px 0 0; border-top: 1px solid var(--line); }
.dialog-info dl div { padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.dialog-info dt { color: #788084; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.dialog-info dd { margin: 0; font-size: 11px; font-weight: 600; text-align: right; }
.dialog-actions { margin-top: auto; padding-top: 44px; display: flex; flex-direction: column; gap: 8px; }
.dialog-actions a { min-height: 52px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.dialog-actions a:first-child { background: var(--ink); color: white; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes frame-in { from { opacity: 0; transform: translateY(28px) rotate(0deg) scale(.96); } }
.hero-copy { animation: hero-rise .9s .14s both; }
.hero-frame-main { animation: frame-in 1s .14s both; }
.hero-frame-top { animation: frame-in .9s .32s both; }
.hero-frame-bottom { animation: frame-in .9s .44s both; }

@media (max-width: 1100px) {
  .hero { padding-left: 36px; padding-right: 36px; }
  .hero-copy { grid-column: 1 / span 6; }
  .hero-stage { grid-column: 6 / -1; }
  .hero-frame-main { width: min(33vw, 360px); right: 9%; }
  .hero-frame-small { width: min(17vw, 170px); }
  .collection { padding-left: 36px; padding-right: 36px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .contact { padding-left: 55px; padding-right: 55px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  .site-header { height: 74px; padding: 0 17px; grid-template-columns: 1fr auto; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-words strong { font-size: 15px; }
  nav { display: none; }
  .header-cta { padding: 7px 7px 7px 13px; font-size: 8px; gap: 9px; }
  .header-cta i { width: 27px; height: 27px; }
  .hero { min-height: auto; padding: 110px 17px 0; display: block; }
  .hero::after { bottom: 92px; font-size: 45vw; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-top: 23px; font-size: clamp(50px, 13.8vw, 58px); line-height: .9; letter-spacing: -.085em; }
  .hero-intro { max-width: 330px; margin-bottom: 26px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .primary-button { min-width: 224px; }
  .hero-stage { height: 520px; min-height: 0; margin: 43px -17px 0; }
  .orb-one { width: 88vw; right: -23%; top: 0; }
  .orb-two { width: 48vw; left: -5%; right: auto; bottom: 2%; }
  .hero-frame-main { width: 55vw; height: 76%; right: 16%; top: 5%; border-width: 4px; border-radius: 20px; }
  .hero-frame-small { width: 28vw; height: 31%; }
  .hero-frame-top { right: -1%; top: 12%; }
  .hero-frame-bottom { left: 2%; bottom: 8%; }
  .hero-note { right: 12px; bottom: 12px; padding: 10px 12px; font-size: 6px; }
  .hero-note span { font-size: 13px; }
  .hero-metrics { min-height: 88px; margin: 0 -17px; }
  .hero-metrics > div { padding: 17px 10px; flex-direction: column; align-items: flex-start; gap: 3px; }
  .hero-metrics strong { font-size: 18px; }
  .hero-metrics span { font-size: 6px; letter-spacing: .1em; }
  .collection { padding: 84px 13px 100px; }
  .collection-heading { display: block; padding: 0 5px; }
  .collection-heading h2, .contact h2 { font-size: clamp(53px, 15.2vw, 76px); }
  .collection-heading > p { margin-top: 28px; font-size: 13px; }
  .catalog-tools { margin-top: 45px; display: block; }
  .filters { margin: 0 -13px; padding: 0 13px 14px; }
  .search-field { width: 100%; height: 45px; }
  .result-line { padding: 0 3px; }
  .result-line span:last-child { display: none; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .watch-card-wide { grid-column: span 2; }
  .watch-card-wide .watch-image { aspect-ratio: 1.45 / 1; }
  .watch-card-tall .watch-image { aspect-ratio: 4 / 5; }
  .watch-image { border-radius: 12px; }
  .watch-image::after { display: none; }
  .watch-meta { min-height: 80px; padding: 12px 2px 17px; }
  .watch-meta small { font-size: 6px; }
  .watch-meta strong { font-size: 12px; }
  .contact { min-height: 720px; padding: 88px 20px 96px; }
  .contact-glow { width: 100vw; right: -42%; top: 27%; }
  .contact > p:not(.eyebrow) { max-width: 300px; font-size: 13px; }
  .contact-links { width: 100%; margin-top: 250px; grid-template-columns: 1fr; }
  .contact-links a { min-height: 88px; }
  footer { min-height: 190px; padding: 35px 19px 100px; grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
  footer > div { flex-direction: column; gap: 7px; text-align: right; }
  .contact-dock { left: 12px; right: 12px; bottom: 10px; flex-direction: row; gap: 7px; }
  .contact-dock a { width: 50%; height: 48px; border-radius: 999px; grid-template-columns: auto auto; gap: 8px; }
  .contact-dock span { display: block; }
  .product-dialog { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .dialog-shell { height: auto; min-height: 100dvh; display: block; }
  .dialog-close { position: fixed; top: 12px; right: 12px; }
  .dialog-gallery { height: 68dvh; min-height: 520px; padding: 12px 12px 15px; grid-template-rows: minmax(0,1fr) 48px 58px; }
  .dialog-image-wrap { border-radius: 11px; }
  .dialog-thumbnails button { flex-basis: 52px; }
  .dialog-info { min-height: 58dvh; padding: 64px 24px 112px; overflow: visible; }
  .dialog-info h2 { font-size: 44px; }
  .dialog-actions { padding-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
