:root {
  --black: #090909;
  --black-soft: #11110f;
  --ink: #171714;
  --ivory: #e9e5dc;
  --paper: #f1eee7;
  --white: #f8f6f0;
  --gray: #aaa79f;
  --gray-dark: #928e86;
  --gold: #b5965d;
  --gold-dark: #6d572e;
  --gold-light: #d0ba89;
  --line: rgba(213, 203, 182, .2);
  --line-dark: rgba(28, 27, 24, .22);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --header-height: 76px;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: clip; background: var(--black); color: var(--white); font: 400 16px/1.7 var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
a, button, input, select, textarea { font: inherit; }
a { color: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--black); }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.section { position: relative; padding: clamp(110px, 11vw, 180px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--paper); color: var(--black); text-decoration: none; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
h1, h2, h3, p, figure, dl { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 0; font: 500 clamp(3.5rem, 6.1vw, 6.4rem)/.88 var(--font-display); letter-spacing: -.045em; }
h2 em, h1 em { color: var(--gold-light); font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; color: var(--gold-light); font-size: .64rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { width: 42px; height: 1px; background: currentColor; content: ""; }
.eyebrow-dark { color: var(--gold-dark); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--gold); background: var(--gold); color: var(--black); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { border-color: var(--white); background: var(--white); }
.button:disabled { border-color: #4e4a43; background: #292824; color: #8b877f; cursor: not-allowed; }
.button-outline { border-color: rgba(213, 190, 144, .55); background: transparent; color: var(--white); }
.button-outline:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; border-bottom: 1px solid rgba(208, 186, 137, .55); color: var(--white); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Brand entrance */
body.brand-intro-active { overflow: hidden; }
.brand-intro { position: fixed; z-index: 10000; inset: 0; display: grid; overflow: hidden; place-items: center; pointer-events: all; }
.brand-intro::before, .brand-intro::after { position: absolute; right: 0; left: 0; height: 51%; background: radial-gradient(circle at 50% 50%, #11110f, #070707 68%); content: ""; transition: transform 1.05s cubic-bezier(.77, 0, .18, 1) .28s; }
.brand-intro::before { top: 0; }
.brand-intro::after { bottom: 0; }
.mechanism-intro { position: relative; z-index: 1; display: grid; width: min(900px, calc(100% - 40px)); justify-items: center; opacity: 0; transform: scale(.965); transition: opacity .9s ease, transform 1.15s cubic-bezier(.2, .75, .2, 1); }
.brand-intro.is-visible .mechanism-intro { opacity: 1; transform: none; }
.mechanism-stage { position: relative; width: min(68vh, 640px, 74vw); aspect-ratio: 1; }
.mechanism-image { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: saturate(.86) contrast(1.06); }
.mechanism-base { opacity: .82; -webkit-mask: radial-gradient(circle at 50% 50%, #000 0 40%, rgba(0, 0, 0, .78) 43%, transparent 48%); mask: radial-gradient(circle at 50% 50%, #000 0 40%, rgba(0, 0, 0, .78) 43%, transparent 48%); }
.mechanism-rotor-image { z-index: 6; opacity: .96; transform-origin: 50% 50%; animation: mechanism-rotor-sweep 3.45s cubic-bezier(.45, 0, .2, 1) infinite alternate; filter: saturate(.78) brightness(.82) contrast(1.06) drop-shadow(0 3px 4px rgba(0, 0, 0, .58)); will-change: transform; }
.mechanism-part { position: absolute; z-index: 6; height: auto; object-fit: contain; transform-origin: 50% 50%; will-change: transform; }
.mechanism-slice { z-index: 4; opacity: 1; will-change: transform; }
.mechanism-barrel { top: 14.45%; left: 19.25%; width: 27.5%; animation: mechanism-turn 8.2s linear infinite; filter: brightness(.72) contrast(1.1) saturate(.72) drop-shadow(0 2px 2px rgba(0, 0, 0, .75)); }
.mechanism-gear-one { clip-path: circle(10% at 54% 51%); transform-origin: 54% 51%; animation: mechanism-turn 1.95s steps(48) infinite; }
.mechanism-gear-two { clip-path: circle(9.5% at 68% 51%); transform-origin: 68% 51%; animation: mechanism-turn-reverse 1.42s steps(44) infinite; }
.mechanism-gear-three { clip-path: circle(6.8% at 59% 40%); transform-origin: 59% 40%; animation: mechanism-turn .92s steps(36) infinite; }
.mechanism-escape { z-index: 6; clip-path: circle(7.3% at 61% 70%); transform-origin: 61% 70%; animation: mechanism-escape .3s cubic-bezier(.45, 0, .55, 1) infinite alternate; filter: brightness(.8) saturate(.78) contrast(1.12) drop-shadow(0 2px 2px rgba(0, 0, 0, .7)); }
.mechanism-balance { top: 47.7%; left: 18.65%; width: 28.5%; animation: mechanism-balance .42s cubic-bezier(.45, 0, .55, 1) infinite alternate; filter: brightness(.66) saturate(.78) contrast(1.08) drop-shadow(0 2px 3px rgba(0, 0, 0, .72)); }
.mechanism-halo { position: absolute; z-index: 0; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(187, 154, 91, .14), transparent 67%); filter: blur(24px); animation: mechanism-halo 2.4s ease-in-out infinite alternate; }
.working-gear { position: absolute; z-index: 7; width: auto; height: auto; object-fit: contain; opacity: .94; filter: saturate(.82) brightness(.88) contrast(1.04) drop-shadow(0 2px 2px rgba(0, 0, 0, .7)); transform-origin: 50% 50%; will-change: transform; }
.working-gear-a { top: 40.2%; left: 46.1%; width: 16.2%; animation: mechanism-turn 3.15s linear infinite; }
.working-gear-b { top: 43.4%; left: 60.5%; width: 14.4%; animation: mechanism-turn-reverse 2.38s linear infinite; filter: saturate(.72) brightness(.8) contrast(1.08) drop-shadow(0 2px 2px rgba(0, 0, 0, .72)); }
.working-gear-c { top: 33.4%; left: 54.6%; width: 10.8%; animation: mechanism-turn 1.55s linear infinite; filter: saturate(.9) brightness(.94) contrast(1.03) drop-shadow(0 1px 2px rgba(0, 0, 0, .7)); }
.working-gear-d { top: 56.1%; left: 55%; width: 9.2%; animation: mechanism-turn-reverse 1.08s linear infinite; filter: saturate(.66) brightness(.76) contrast(1.12) drop-shadow(0 1px 2px rgba(0, 0, 0, .78)); }
.mechanism-tick { position: absolute; z-index: 6; top: 67%; left: 58%; width: 8%; aspect-ratio: 1; pointer-events: none; }
.mechanism-tick i { position: absolute; inset: 0; border: 1px solid rgba(231, 207, 153, .75); border-radius: 50%; opacity: 0; animation: mechanism-tick .76s ease-out infinite; }
.mechanism-tick i:last-child { animation-delay: .38s; }
.mechanism-values { z-index: 8; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 34px); width: min(560px, 88vw); margin-top: -22px; }
.mechanism-callout { position: relative; display: flex; align-items: center; gap: 9px; color: #eee8dc; font-size: .62rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: 0; transform: translateY(7px); animation: mechanism-callout-in .58s cubic-bezier(.22, .8, .22, 1) forwards; }
.mechanism-callout + .mechanism-callout::before { width: clamp(18px, 3vw, 42px); height: 1px; margin-right: clamp(1px, .5vw, 7px); background: linear-gradient(90deg, transparent, rgba(208, 186, 137, .55)); content: ""; }
.mechanism-callout span { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 8px rgba(208, 186, 137, .55); }
.mechanism-callout b { font-weight: 600; white-space: nowrap; }
.callout-energy { animation-delay: .35s; }
.callout-precision { animation-delay: 1s; }
.callout-time { animation-delay: 1.65s; }
.mechanism-brand { display: grid; justify-items: center; margin-top: 25px; opacity: 0; transform: translateY(8px); animation: mechanism-brand-in .72s 2.55s cubic-bezier(.22, .8, .22, 1) forwards; }
.brand-intro-name { display: flex; align-items: baseline; gap: 10px; color: var(--white); }
.brand-intro-name span { font: 500 clamp(2.5rem, 5vw, 4.1rem)/.8 var(--font-display); letter-spacing: -.035em; }
.brand-intro-name em { color: var(--gold-light); font: italic 500 clamp(1.35rem, 2.5vw, 2.15rem)/1 var(--font-display); }
.brand-intro.is-leaving .mechanism-intro { opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 1.1s cubic-bezier(.4, 0, .2, 1); }
.brand-intro.is-leaving::before { transform: translateY(-101%); }
.brand-intro.is-leaving::after { transform: translateY(101%); }
@keyframes mechanism-turn { to { transform: rotate(360deg); } }
@keyframes mechanism-turn-reverse { to { transform: rotate(-360deg); } }
@keyframes mechanism-rotor-sweep { from { transform: rotate(-24deg); } to { transform: rotate(44deg); } }
@keyframes mechanism-balance { from { transform: rotate(-16deg) scale(.985); } to { transform: rotate(16deg) scale(1.015); } }
@keyframes mechanism-escape { from { transform: rotate(-4deg); } to { transform: rotate(4deg); } }
@keyframes mechanism-halo { from { opacity: .45; transform: scale(.96); } to { opacity: 1; transform: scale(1.04); } }
@keyframes mechanism-tick { 0% { opacity: .85; transform: scale(.45); } 100% { opacity: 0; transform: scale(1.35); } }
@keyframes mechanism-callout-in { to { opacity: 1; transform: none; } }
@keyframes mechanism-brand-in { to { opacity: 1; transform: none; } }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled, .site-header.menu-active { border-color: var(--line); background: rgba(9, 9, 9, .92); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: none; white-space: nowrap; }
.brand-rb { font: 600 1.35rem/1 var(--font-display); letter-spacing: .05em; }
.brand-watches { color: var(--gold-light); font: 500 italic 1.12rem/1 var(--font-display); }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 34px); }
.site-nav > a { position: relative; padding: 8px 0; color: #d1cfc9; font-size: .61rem; font-weight: 600; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.site-nav > a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--gold); content: ""; transition: transform .22s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .2s; }
.menu-active .menu-toggle > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.menu-active .menu-toggle > span:last-child { transform: translateY(-3px) rotate(-45deg); }
.catalog-header-actions { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); margin-left: auto; }
.catalog-header-actions .site-nav { gap: clamp(15px, 1.7vw, 29px); }
.header-controls { display: flex; align-items: center; gap: 10px; }
.header-cart { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(208, 186, 137, .34); color: var(--white); text-decoration: none; transition: border-color .2s, color .2s, background .2s; }
.header-cart:hover { border-color: var(--gold); background: rgba(181, 150, 93, .1); color: var(--gold-light); }
.header-cart svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.header-cart-count { position: absolute; top: -7px; right: -7px; display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 4px; border: 2px solid var(--black); border-radius: 10px; background: var(--gold); color: var(--black); font-size: .56rem; font-weight: 700; line-height: 1; }
.menu-backdrop { position: fixed; z-index: 90; inset: 0; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .68); transition: opacity .2s, visibility .2s; }
.menu-backdrop.visible { visibility: visible; opacity: 1; }

/* Landing hero */
.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; border-bottom: 1px solid var(--line); background: var(--black); }
.hero-inner { position: relative; display: grid; min-height: max(760px, 100svh); grid-template-areas: "copy clock" "actions clock"; grid-template-columns: minmax(0, 1fr) clamp(280px, 28vw, 390px); grid-template-rows: auto auto; align-content: center; align-items: center; column-gap: clamp(64px, 8vw, 125px); row-gap: 43px; padding-top: var(--header-height); }
.hero-copy { grid-area: copy; max-width: 720px; }
.hero .eyebrow { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.hero .eyebrow::before { width: clamp(58px, 6vw, 82px); }
.hero h1 { margin: 0; font: 500 clamp(4.35rem, 6.4vw, 7.2rem)/.82 var(--font-display); letter-spacing: -.052em; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero-subtitle { margin: 32px 0 0; color: var(--gray-dark); font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-actions { display: flex; grid-area: actions; align-items: center; gap: 34px; }
.hero-actions .button-quiet { min-height: 46px; border-color: rgba(208, 186, 137, .55); background: transparent; color: var(--white); }
.hero-actions .button-quiet:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.hero-clock { grid-area: clock; width: clamp(280px, 28vw, 390px); justify-self: end; color: var(--gold-light); filter: drop-shadow(0 30px 42px rgba(0, 0, 0, .42)); }
.clock-case { position: relative; width: 100%; aspect-ratio: 1; padding: clamp(12px, 1.25vw, 18px); border: 1px solid rgba(208, 186, 137, .7); border-radius: 50%; background: linear-gradient(145deg, #d8c598 0%, #80683e 12%, #e1cfa1 25%, #6f5935 42%, #c9af77 58%, #755d37 76%, #dac590 100%); box-shadow: inset 0 0 0 2px rgba(9, 9, 9, .78), inset 0 0 0 4px rgba(248, 246, 240, .13), 0 0 0 1px rgba(208, 186, 137, .2), 0 24px 65px rgba(0, 0, 0, .35); }
.clock-case::before { position: absolute; z-index: 2; inset: 5px; border: 1px solid rgba(255, 244, 210, .3); border-radius: 50%; pointer-events: none; content: ""; }
.clock-crown { position: absolute; top: 50%; right: clamp(-13px, -1vw, -9px); width: clamp(12px, 1.15vw, 16px); height: clamp(28px, 2.6vw, 36px); transform: translateY(-50%); border: 1px solid #8c7143; border-radius: 2px 5px 5px 2px; background: repeating-linear-gradient(0deg, #765f39 0 2px, #c5a96f 2px 4px); box-shadow: 4px 0 9px rgba(0, 0, 0, .34); }
.clock-dial { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(208, 186, 137, .56); border-radius: 50%; background: radial-gradient(circle at 40% 34%, rgba(255, 255, 255, .055), transparent 24%), radial-gradient(circle, #161613 0%, #10100e 65%, #080807 100%); box-shadow: inset 0 0 0 1px rgba(248, 246, 240, .035), inset 0 0 32px rgba(0, 0, 0, .72); }
.clock-dial::before { position: absolute; inset: 6.5%; border: 1px solid rgba(208, 186, 137, .18); border-radius: 50%; content: ""; }
.clock-dial::after { position: absolute; inset: 2.8%; border: 1px dotted rgba(208, 186, 137, .22); border-radius: 50%; content: ""; }
.clock-index { position: absolute; inset: 0; transform: rotate(calc(var(--index) * 30deg)); }
.clock-index::before { position: absolute; top: 7.8%; left: 50%; width: 2px; height: 5.2%; transform: translateX(-50%); border-radius: 2px; background: linear-gradient(90deg, #7e643b, #dbc58f 48%, #80663d); box-shadow: 0 1px 3px rgba(0, 0, 0, .7); content: ""; }
.clock-index:nth-child(3n + 1)::before { height: 7.4%; background: linear-gradient(90deg, #8d7041, #f0dba8 48%, #876a3c); }
.clock-signature { position: absolute; z-index: 1; top: 27%; left: 50%; display: grid; transform: translateX(-50%); color: rgba(233, 229, 220, .83); text-align: center; }
.clock-signature b { font: 500 clamp(1rem, 1.5vw, 1.35rem)/1 var(--font-display); letter-spacing: .15em; }
.clock-signature small { margin-top: 5px; color: rgba(208, 186, 137, .72); font-size: clamp(.3rem, .42vw, .4rem); font-weight: 600; letter-spacing: .29em; }
.clock-numeral { position: absolute; z-index: 1; color: rgba(233, 229, 220, .76); font: 500 clamp(.72rem, 1.05vw, 1rem)/1 var(--font-display); text-shadow: 0 1px 2px #000; }
.clock-numeral-12 { top: 16%; left: 50%; transform: translateX(-50%); }
.clock-numeral-3 { top: 50%; right: 15%; transform: translateY(-50%); }
.clock-numeral-6 { bottom: 15%; left: 50%; transform: translateX(-50%); }
.clock-numeral-9 { top: 50%; left: 15%; transform: translateY(-50%); }
.clock-hand { --rotation: 0deg; position: absolute; z-index: 4; bottom: 50%; left: 50%; transform: translateX(-50%) rotate(var(--rotation)); transform-origin: 50% 100%; will-change: transform; }
.clock-hand::after { position: absolute; right: 0; bottom: -12%; left: 0; height: 16%; background: inherit; content: ""; }
.clock-hand-hour { width: 5px; height: 24%; clip-path: polygon(50% 0, 100% 14%, 72% 100%, 28% 100%, 0 14%); background: linear-gradient(90deg, #8a7044, #ead5a3 50%, #8a7044); }
.clock-hand-minute { width: 4px; height: 34%; clip-path: polygon(50% 0, 100% 10%, 69% 100%, 31% 100%, 0 10%); background: linear-gradient(90deg, #796139, #ddc48e 50%, #796139); }
.clock-hand-second { width: 1px; height: 40%; background: #d2a953; }
.clock-hand-second::before { position: absolute; bottom: -22%; left: 50%; width: 7px; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid #d2a953; border-radius: 50%; content: ""; }
.clock-center { position: absolute; z-index: 5; top: 50%; left: 50%; width: 11px; aspect-ratio: 1; transform: translate(-50%, -50%); border: 2px solid #8b6b36; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 2px rgba(9, 9, 9, .72); }

/* Centered landing direction */
.hero-centered { min-height: max(740px, 100svh); background: radial-gradient(circle at 50% 52%, rgba(181, 150, 93, .09), transparent 34%), var(--black); }
.hero-centered-inner { display: grid; min-height: max(740px, 100svh); grid-template-areas: "copy" "clock" "actions"; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto; align-content: center; justify-items: center; gap: 22px; padding-block: calc(var(--header-height) + 24px) 32px; text-align: center; }
.hero-centered .hero-copy { width: min(1100px, 100%); }
.hero-centered .eyebrow { align-items: center; flex-direction: row; justify-content: center; gap: 15px; margin-bottom: 28px; }
.hero-centered .eyebrow::after { width: 42px; height: 1px; background: currentColor; content: ""; }
.hero-centered h1 { font-size: clamp(4.25rem, 7.5vw, 7.6rem); line-height: .86; }
.hero-centered h1 span, .hero-centered h1 em { display: block; white-space: nowrap; }
.hero-centered .hero-subtitle { max-width: 560px; margin: 28px auto 0; font-size: .65rem; line-height: 1.7; }
.hero-centered .hero-actions { display: grid; width: min(360px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; gap: 22px; }
.hero-centered .hero-actions > a { width: 100%; min-height: 46px; justify-content: center; }
.hero-centered .hero-clock { width: clamp(205px, 19vw, 260px); justify-self: center; opacity: .94; }

/* Intro */
.intro { overflow: hidden; background: var(--paper); color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(70px, 11vw, 170px); }
.intro-heading { max-width: 760px; }
.intro-heading h2 em { color: var(--gold-dark); }
.intro-text { max-width: 460px; padding: 32px 0 8px 34px; border-left: 1px solid #9a8150; }
.intro-text p { margin-bottom: 18px; color: #56534d; font-size: .92rem; }
.intro-text span { display: block; margin-top: 42px; color: #68645d; font-size: .59rem; letter-spacing: .16em; text-transform: uppercase; }

/* Catalog invitation */
.catalog-preview { min-height: 580px; display: grid; align-items: center; overflow: hidden; border-block: 1px solid var(--line); background: var(--black-soft); }
.catalog-preview-grid { display: grid; grid-template-columns: .45fr 1.55fr; align-items: center; gap: clamp(40px, 8vw, 120px); }
.catalog-index { display: flex; min-height: 250px; align-items: center; border-right: 1px solid var(--line); }
.catalog-index span { color: rgba(208, 186, 137, .28); font: 500 clamp(6rem, 12vw, 11rem)/1 var(--font-display); }
.catalog-preview-copy { max-width: 700px; }
.catalog-preview-copy > p:not(.eyebrow) { max-width: 480px; margin: 30px 0 0; color: var(--gray); }
.catalog-preview-copy .button { margin-top: 36px; }

/* Services */
.services { background: var(--ivory); color: var(--ink); }
.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 10vw; }
.section-title { position: sticky; top: calc(var(--header-height) + 55px); }
.services h2 em { color: var(--gold-dark); }
.service-list { border-top: 1px solid var(--line-dark); }
.service-list article { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: start; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.service-number { color: var(--gold-dark); font: 600 1.1rem var(--font-display); }
.service-list h3 { margin: 0 0 10px; font: 500 clamp(2rem, 3vw, 2.75rem)/1 var(--font-display); }
.service-list article p { max-width: 510px; margin-bottom: 0; color: #5c5a54; font-size: .84rem; }
.service-link { align-self: center; padding: 7px 0; border-bottom: 1px solid #9a8150; color: var(--ink); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.service-note { max-width: 620px; margin: 24px 0 0; color: #5f5d57; font-size: .68rem; }

/* Founder */
.about { overflow: hidden; background: var(--black); }
.about::after { position: absolute; top: -16%; right: -8%; width: 320px; aspect-ratio: 1; border: 1px solid rgba(181, 150, 93, .09); border-radius: 50%; content: ""; }
.about-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.founder-placeholder { margin: 0; }
.founder-mark { display: grid; min-height: 620px; place-items: center; border: 1px solid var(--line); background: linear-gradient(140deg, #171713, #0c0c0b); color: rgba(208, 186, 137, .24); font: 500 clamp(5rem, 9vw, 9rem)/1 var(--font-display); letter-spacing: .08em; }
.founder-placeholder figcaption { margin-top: 13px; color: var(--gray-dark); font-size: .55rem; letter-spacing: .13em; text-transform: uppercase; }
.about-copy { max-width: 630px; }
.about-copy h2 { margin-bottom: 50px; }
.founder-name { margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--gold-light); font: 500 1.45rem var(--font-display); }
.about-copy > p:not(.eyebrow):not(.founder-name) { max-width: 570px; margin-bottom: 15px; color: var(--gray); font-size: .91rem; }

/* Social */
.social { background: var(--paper); color: var(--ink); }
.social-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 10vw; }
.social h2 { font-size: clamp(4.5rem, 8vw, 8rem); }
.gold-dot { color: var(--gold-dark); }
.social-list { border-top: 1px solid var(--line-dark); }
.social-list > a { display: grid; min-height: 104px; grid-template-columns: 32px 1fr auto 24px; align-items: center; gap: 23px; border-bottom: 1px solid var(--line-dark); text-decoration: none; transition: color .2s, padding .2s; }
.social-list > a:hover { padding-inline: 10px; color: var(--gold-dark); }
.social-list svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.social-list svg .fill { fill: currentColor; stroke: none; }
.social-list span { font: 500 2.1rem var(--font-display); }
.social-list small { color: #66625c; font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.social-list b { color: var(--gold-dark); font-weight: 400; }

/* Contact and forms */
.contact { background: var(--black-soft); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 10vw; }
.contact-copy { position: sticky; top: calc(var(--header-height) + 55px); }
.contact-copy h2 { max-width: 520px; }
.contact-details { max-width: 500px; margin: 52px 0 0; border-top: 1px solid var(--line); }
.contact-details div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--gray-dark); font-size: .59rem; letter-spacing: .11em; text-transform: uppercase; }
.contact-details dd { margin: 0; color: #d1cec7; font-size: .73rem; text-align: right; }
.contact-details a { color: var(--gold-light); text-decoration: none; }
.contact-details span { color: var(--gray); }
.contact-form { padding-top: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field { margin-bottom: 24px; }
.field label, .field-label { display: block; margin-bottom: 9px; color: #c7c3bb; font-size: .61rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 12px 0; border: 0; border-bottom: 1px solid #504d46; border-radius: 0; outline: 0; background: transparent; color: var(--white); transition: border-color .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field select { padding-inline: 16px 42px; border: 1px solid rgba(208, 186, 137, .42); background-color: #171714; color: #f5f2eb; color-scheme: dark; cursor: pointer; }
.field select option { background: #171714; color: #f5f2eb; }
.field select option:checked { background: #806a40; color: #fff; }
.field select:disabled { color: #99958e; cursor: not-allowed; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field [aria-invalid="true"] { border-color: #d88678; }
.field-error { display: block; min-height: 1.35em; margin-top: 5px; color: #e6a297; font-size: .66rem; }
.field-hint { display: block; margin-top: 7px; color: var(--gray-dark); font-size: .63rem; }
.contact-watch-picker { display: grid; max-height: 390px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 17px; padding: 4px 7px 4px 0; overflow-y: auto; scrollbar-color: var(--gold) #171713; }
.contact-watch-option { display: grid; min-width: 0; grid-template-columns: 70px minmax(0, 1fr); align-items: center; gap: 13px; padding: 8px; border: 1px solid rgba(208, 186, 137, .18); background: #121210; color: var(--white); text-align: left; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.contact-watch-option:hover { border-color: rgba(208, 186, 137, .62); background: #191814; transform: translateY(-1px); }
.contact-watch-option[aria-pressed="true"] { border-color: var(--gold-light); background: #201d16; box-shadow: inset 0 0 0 1px rgba(208, 186, 137, .22); }
.contact-watch-option img { width: 70px; aspect-ratio: 4 / 5; object-fit: cover; background: #090908; }
.contact-watch-option-copy { min-width: 0; }
.contact-watch-option-code { display: block; margin-bottom: 5px; color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .08em; }
.contact-watch-option-name { display: block; overflow: hidden; color: #e7e3da; font: 500 1rem/1.08 var(--font-display); }
.watch-option-state { display: block; margin-top: 8px; color: var(--gray-dark); font-size: .57rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.contact-watch-option[aria-pressed="true"] .watch-option-state { color: var(--gold-light); }
.watch-selector-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 9px; }
.watch-selector-heading .field-label { margin: 0; }
.selection-count { color: var(--gold-light); font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.selected-watch-list { display: grid; gap: 9px; margin-top: 16px; }
.selected-watch-list:empty { display: none; }
.selected-watch-item { display: grid; min-width: 0; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 8px; border: 1px solid rgba(208, 186, 137, .23); background: #121210; }
.selected-watch-item img { width: 52px; aspect-ratio: 4 / 5; object-fit: cover; }
.selected-watch-copy { min-width: 0; }
.selected-watch-copy small, .selected-watch-copy strong { display: block; }
.selected-watch-copy small { margin-bottom: 3px; color: var(--gold-light); font-size: .6rem; letter-spacing: .08em; }
.selected-watch-copy strong { overflow: hidden; color: #e8e4dc; font: 500 1rem/1.08 var(--font-display); }
.selected-watch-item > button { min-height: 40px; padding: 0 9px; border: 0; border-bottom: 1px solid rgba(208, 186, 137, .5); background: transparent; color: #bcb8af; font-size: .59rem; text-transform: uppercase; cursor: pointer; }
.selected-watch-list-compact .selected-watch-item { grid-template-columns: minmax(0, 1fr) auto; padding: 11px 13px; }
.selected-watch-list-compact .selected-watch-item > span { color: #dedad2; font-size: .75rem; }
.selection-empty { margin: 0; padding: 22px; border: 1px dashed rgba(208, 186, 137, .27); color: var(--gray); font-size: .8rem; text-align: center; }
.selection-back-link { display: inline-flex; margin-top: 17px; padding-bottom: 5px; border-bottom: 1px solid rgba(208, 186, 137, .52); color: var(--gold-light); font-size: .65rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.optional { color: var(--gray-dark); font-size: .55rem; font-weight: 400; }
.form-actions { display: flex; align-items: center; gap: 28px; margin-top: 8px; }
.text-button { min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid rgba(208, 186, 137, .55); background: transparent; color: var(--white); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.form-status { min-height: 1.5em; margin: 22px 0 0; color: var(--gold-light); font-size: .72rem; }
.privacy-consent-field { margin-top: 5px; }
.field .privacy-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: start; gap: 12px; margin: 0; color: #bdb9b0; font-size: .76rem; font-weight: 400; letter-spacing: 0; line-height: 1.65; text-transform: none; cursor: pointer; }
.field .privacy-consent input { width: 18px; height: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; border: 1px solid #625c50; border-radius: 0; accent-color: var(--gold); }
.privacy-consent a { color: var(--gold-light); text-underline-offset: 3px; }
.privacy-consent-field:has(input[aria-invalid="true"]) .privacy-consent { color: #dfb0a7; }

/* Catalog page */
.catalog-hero { min-height: 570px; display: grid; align-items: end; border-bottom: 1px solid var(--line); background: var(--black); }
.catalog-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-top: calc(var(--header-height) + 90px); padding-bottom: 90px; }
.catalog-hero h1 { margin: 0; font: 500 clamp(6rem, 13vw, 13rem)/.72 var(--font-display); letter-spacing: -.06em; }
.catalog-hero p:not(.eyebrow) { margin: 38px 0 0; color: var(--gray); }
.back-link { display: inline-flex; gap: 12px; margin-bottom: 10px; padding-bottom: 7px; border-bottom: 1px solid rgba(208, 186, 137, .5); color: var(--white); font-size: .65rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.catalog-area { min-height: 680px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 5%, rgba(181, 150, 93, .08), transparent 26%), #0d0d0c; color: var(--white); }
.catalog-area-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 85px; }
.catalog-area-heading .eyebrow { margin-bottom: 8px; }
.catalog-area .eyebrow-dark { color: var(--gold-light); }
.catalog-area-heading h2 em { color: var(--gold-light); }
.watch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(35px, 5vw, 75px) clamp(24px, 3.5vw, 52px); }
.catalog-card { min-width: 0; border: 1px solid rgba(208, 186, 137, .18); background: #11110f; transition: border-color .2s, box-shadow .2s, transform .2s; }
.catalog-card:hover { transform: translateY(-3px); border-color: rgba(208, 186, 137, .42); box-shadow: 0 22px 55px rgba(0, 0, 0, .3); }
.catalog-card.is-selected { border-color: var(--gold-light); box-shadow: inset 0 0 0 1px rgba(208, 186, 137, .24), 0 22px 55px rgba(0, 0, 0, .36); }
.catalog-card-media { aspect-ratio: 4 / 5; overflow: hidden; margin: 0; background: #161613; }
.catalog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.catalog-card-body { padding: 22px; }
.catalog-card-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.catalog-code { color: var(--gold-light); font-weight: 600; }
.catalog-availability { color: #a9a59d; text-align: right; }
.catalog-brand { margin: 22px 0 5px; color: var(--gold-light); font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.catalog-card h3 { margin: 0; font: 500 clamp(2rem, 2.8vw, 2.8rem)/.95 var(--font-display); }
.catalog-description { min-height: 4.8em; margin: 18px 0; color: #aaa69e; font-size: .82rem; }
.catalog-meta { margin-bottom: 24px; border-top: 1px solid var(--line-dark); }
.catalog-meta div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--line-dark); }
.catalog-meta dt { color: #67635c; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.catalog-meta dd { margin: 0; color: #36342f; font-size: .7rem; text-align: right; }
.catalog-card .button { width: 100%; border-color: rgba(208, 186, 137, .52); color: var(--white); }
.catalog-card .button:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.catalog-empty { display: grid; min-height: 360px; grid-template-columns: .45fr 1.55fr; align-items: center; gap: clamp(40px, 8vw, 120px); border-block: 1px solid var(--line); }
.empty-index { color: rgba(208, 186, 137, .18); font: 500 clamp(7rem, 13vw, 12rem)/1 var(--font-display); }
.catalog-empty > div { max-width: 600px; }
.catalog-empty h3 { margin: 0 0 15px; font: 500 clamp(2.4rem, 4vw, 4.1rem)/.95 var(--font-display); }
.catalog-empty p { max-width: 520px; margin: 0 0 28px; color: var(--gray); }
.watch-inquiry { border-top: 1px solid var(--line); background: var(--black-soft); }
.watch-inquiry-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: 10vw; }
.watch-inquiry-copy { position: sticky; top: calc(var(--header-height) + 55px); }
.watch-inquiry-copy h2 { max-width: 610px; }
.watch-inquiry-copy > p:last-child { max-width: 470px; margin: 36px 0 0; color: var(--gray); }
.watch-inquiry-minimal { padding-block: clamp(85px, 8vw, 125px); }
.watch-inquiry-minimal .watch-inquiry-grid { grid-template-columns: minmax(230px, .52fr) minmax(0, 1.48fr); gap: clamp(50px, 8vw, 110px); }
.watch-inquiry-copy-minimal h2 { font-size: clamp(3.4rem, 5.2vw, 5.7rem); }
.selection-field { padding: 18px; border: 1px solid rgba(208, 186, 137, .22); background: #0d0d0c; }

/* Catalog controls, cards and detail gallery */
.catalog-count { margin: 15px 0 0; color: var(--gray); font-size: .875rem; }
.catalog-tools { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; align-items: end; gap: 42px; margin: -35px 0 70px; padding: 26px 0; border-block: 1px solid var(--line); }
.catalog-search span { display: block; margin-bottom: 8px; color: #c1bdb4; font-size: .875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.catalog-search input { width: 100%; min-height: 48px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(208, 186, 137, .55); border-radius: 0; outline: 0; background: transparent; color: var(--white); font-size: 1rem; }
.catalog-search input::placeholder { color: #77736c; }
.catalog-search input:focus { border-color: var(--gold-light); }
.brand-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.brand-filter { min-height: 42px; padding: 8px 15px; border: 1px solid rgba(208, 186, 137, .3); background: transparent; color: #c6c2b9; font-size: .875rem; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.brand-filter:hover, .brand-filter[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: var(--black); }
.catalog-card { display: flex; min-width: 0; flex-direction: column; }
.catalog-card-media { border: 1px solid rgba(109, 87, 46, .15); }
.catalog-card-media img { transition: transform .55s ease; }
.catalog-card:hover .catalog-card-media img { transform: scale(1.025); }
.catalog-card-body { display: flex; flex: 1; flex-direction: column; }
.catalog-card-top { font-size: .75rem; }
.catalog-brand { font-size: .75rem; }
.catalog-card h3 { font-size: clamp(2rem, 2.6vw, 2.65rem); }
.catalog-description { min-height: 5.2em; font-size: .95rem; line-height: 1.7; }
.catalog-card-actions { display: grid; gap: 13px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-card-actions .button { min-height: 50px; }
.watch-select-toggle { min-height: 50px; padding: 0 18px; border: 1px solid var(--gold); background: var(--gold); color: var(--black); font-size: .66rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.watch-select-toggle:hover { border-color: var(--white); background: var(--white); }
.watch-select-toggle[aria-pressed="true"] { border-color: var(--gold-light); background: #211e17; color: var(--gold-light); }
.catalog-whatsapp-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; color: #c9c5bc; font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-align: center; text-decoration: none; }
.catalog-whatsapp-link:hover { color: var(--gold-light); }
.catalog-no-results { padding: 70px 0; border-block: 1px solid var(--line); text-align: center; }
.catalog-no-results p { margin-bottom: 18px; color: var(--gray); font-size: 1rem; }
.text-button-dark { min-height: 42px; border-color: rgba(208, 186, 137, .55); color: var(--white); font-size: .8rem; }
.selection-dock { position: fixed; z-index: 79; right: 18px; bottom: 72px; display: flex; width: min(390px, calc(100% - 36px)); align-items: flex-end; flex-direction: column; gap: 10px; color: var(--white); transition: opacity .2s, visibility .2s, transform .2s; }
.selection-dock.is-hidden { visibility: hidden; opacity: 0; transform: translateY(12px); pointer-events: none; }
.selection-cart-toggle { position: relative; display: grid; width: 56px; height: 56px; padding: 0; place-items: center; border: 1px solid rgba(208, 186, 137, .66); border-radius: 50%; background: rgba(13, 13, 12, .96); color: var(--gold-light); box-shadow: 0 14px 40px rgba(0, 0, 0, .45); backdrop-filter: blur(12px); cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.selection-cart-toggle:hover, .selection-dock.is-expanded .selection-cart-toggle { transform: translateY(-2px); border-color: var(--gold-light); background: #191711; }
.selection-cart-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.selection-cart-count { position: absolute; top: -5px; right: -3px; display: grid; min-width: 21px; height: 21px; place-items: center; padding: 0 5px; border: 2px solid var(--black); border-radius: 11px; background: var(--gold); color: var(--black); font-size: .59rem; font-weight: 700; line-height: 1; }
.selection-dock-panel { display: none; width: 100%; padding: 17px; border: 1px solid rgba(208, 186, 137, .5); background: rgba(13, 13, 12, .97); box-shadow: 0 20px 65px rgba(0, 0, 0, .52); backdrop-filter: blur(14px); }
.selection-dock.is-expanded .selection-dock-panel { display: grid; gap: 13px; animation: selection-panel-in .24s ease both; }
.selection-dock-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.selection-dock-heading span, .selection-dock-heading strong { display: block; }
.selection-dock-heading span { color: var(--gray); font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.selection-dock-heading strong { color: var(--gold-light); font: 500 1.3rem/1.1 var(--font-display); }
.selection-dock-list { display: grid; max-height: min(330px, 44vh); gap: 8px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--gold) #171713; }
.selection-dock-list .selected-watch-item { grid-template-columns: 44px minmax(0, 1fr) auto; }
.selection-dock-list .selected-watch-item img { width: 44px; }
.selection-dock-list .selected-watch-copy strong { font-size: .92rem; }
.selection-dock-continue { width: 100%; min-height: 43px; padding-inline: 14px; }
.selection-clear { min-height: 38px; padding: 0; border: 0; border-bottom: 1px solid rgba(208, 186, 137, .48); background: transparent; color: #c2beb5; font-size: .57rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
@keyframes selection-panel-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }
body.dialog-open { overflow: hidden; }
.watch-dialog { width: min(1180px, calc(100% - 44px)); max-height: calc(100dvh - 44px); padding: 0; overflow: auto; border: 1px solid rgba(208, 186, 137, .45); background: #0d0d0c; color: var(--white); box-shadow: 0 32px 100px rgba(0, 0, 0, .55); }
.watch-dialog[open] { display: block; }
.watch-dialog::backdrop { background: rgba(0, 0, 0, .82); backdrop-filter: blur(5px); }
.watch-dialog-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); min-height: min(760px, calc(100dvh - 44px)); }
.watch-dialog-close { position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(208, 186, 137, .4); border-radius: 50%; background: rgba(9, 9, 9, .86); color: var(--white); font: 300 1.7rem/1 var(--font-body); cursor: pointer; }
.watch-detail-gallery { display: grid; min-width: 0; grid-template-rows: minmax(0, 1fr) auto; padding: 28px; background: #070706; }
.watch-detail-stage { display: grid; min-height: 520px; place-items: center; overflow: hidden; background: #11110f; }
.watch-detail-stage img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; }
.watch-detail-thumbs { display: flex; gap: 10px; padding-top: 14px; overflow-x: auto; scrollbar-color: var(--gold) #171713; }
.watch-detail-thumbs button { flex: 0 0 76px; width: 76px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #171713; cursor: pointer; }
.watch-detail-thumbs button[aria-current="true"] { border-color: var(--gold-light); }
.watch-detail-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.watch-detail-copy { align-self: center; padding: 76px clamp(34px, 5vw, 70px); }
.watch-detail-kicker { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--gold-light); font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.watch-detail-copy h2 { margin-bottom: 25px; font-size: clamp(2.9rem, 5vw, 5.2rem); }
.watch-detail-description { color: #b9b5ad; font-size: 1rem; }
.watch-detail-meta { margin-bottom: 32px; border-top: 1px solid var(--line); }
.watch-detail-meta div { display: flex; justify-content: space-between; gap: 25px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.watch-detail-meta dt { color: var(--gray-dark); font-size: .8rem; }
.watch-detail-meta dd { margin: 0; color: #dedbd3; font-size: .875rem; text-align: right; }
.watch-detail-whatsapp { width: 100%; }
.watch-detail-select { width: 100%; margin-bottom: 12px; }
.watch-detail-select[aria-pressed="true"] { border-color: var(--gold-light); background: #211e17; color: var(--gold-light); }

/* Refined landing and editorial pages */
.site-nav > a[aria-current="page"] { color: var(--gold-light); }
.catalog-preview-centered { min-height: auto; padding-block: clamp(105px, 10vw, 155px); background: radial-gradient(circle at 50% 30%, rgba(181, 150, 93, .08), transparent 35%), var(--black-soft); }
.catalog-preview-centered-grid { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 56px; text-align: center; }
.catalog-preview-centered .catalog-preview-copy { max-width: 760px; }
.catalog-preview-centered .eyebrow { justify-content: center; }
.catalog-preview-centered .eyebrow::after { width: 42px; height: 1px; background: currentColor; content: ""; }
.catalog-preview-centered .catalog-preview-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px auto 0; }
.catalog-preview-action { display: flex; justify-content: center; }
.catalog-preview-action .button { min-width: 210px; }
.featured-watch-strip { display: grid; width: min(1040px, 100%); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.featured-watch { display: grid; min-width: 0; grid-template-rows: 1fr auto; border: 1px solid rgba(208, 186, 137, .2); background: #0c0c0b; color: var(--white); text-align: left; text-decoration: none; transition: border-color .2s, transform .2s; }
.featured-watch:hover { transform: translateY(-4px); border-color: rgba(208, 186, 137, .66); }
.featured-watch img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.featured-watch > span { display: block; min-width: 0; padding: 18px; border-top: 1px solid var(--line); }
.featured-watch small, .featured-watch strong { display: block; }
.featured-watch small { margin-bottom: 7px; color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .1em; }
.featured-watch strong { color: #eeeae1; font: 500 clamp(1.35rem, 2vw, 1.9rem)/1 var(--font-display); }

.brand-divider { padding: clamp(54px, 6vw, 78px) 0; border-bottom: 1px solid var(--line); background: #090909; }
.brand-divider-inner { display: flex; width: min(760px, calc(100% - 34px)); align-items: center; justify-content: center; gap: clamp(18px, 4vw, 44px); }
.brand-divider-inner > span { width: min(150px, 22vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(208, 186, 137, .62)); }
.brand-divider-inner > span:last-child { transform: scaleX(-1); }
.brand-divider p { display: flex; align-items: baseline; gap: 8px; margin: 0; color: var(--white); white-space: nowrap; }
.brand-divider b { font: 500 clamp(1.65rem, 3vw, 2.2rem)/1 var(--font-display); letter-spacing: .06em; }
.brand-divider em { color: var(--gold-light); font: italic 500 clamp(1.3rem, 2.4vw, 1.8rem)/1 var(--font-display); }

.services-centered { background: #e9e5dc; }
.services-centered-layout { display: grid; grid-template-columns: 1fr; gap: 64px; }
.services-centered .section-title { position: static; max-width: 760px; margin-inline: auto; text-align: center; }
.services-centered .section-title .eyebrow { justify-content: center; }
.services-centered .section-title .eyebrow::after { width: 42px; height: 1px; background: currentColor; content: ""; }
.services-centered .service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 0; gap: 16px; }
.services-centered .service-list article { display: flex; min-height: 300px; flex-direction: column; gap: 0; padding: 30px; border: 1px solid rgba(28, 27, 24, .18); background: rgba(255, 255, 255, .2); }
.services-centered .service-number { margin-bottom: 52px; }
.services-centered .service-list article p { margin-bottom: 28px; }
.services-centered .service-link { align-self: flex-start; margin-top: auto; }
.services-centered .service-note { grid-column: 1 / -1; max-width: none; margin: 6px 0 0; text-align: center; }

.contact-centered { background: radial-gradient(circle at 50% 18%, rgba(181, 150, 93, .08), transparent 28%), #0d0d0c; }
.contact-heading { max-width: 850px; margin-bottom: 72px; text-align: center; }
.contact-heading .eyebrow { justify-content: center; }
.contact-heading .eyebrow::after { width: 42px; height: 1px; background: currentColor; content: ""; }
.contact-heading > p:last-child { max-width: 620px; margin: 28px auto 0; color: var(--gray); }
.contact-panel { width: min(1120px, calc(100% - 80px)); padding: clamp(28px, 5vw, 64px); border: 1px solid rgba(208, 186, 137, .2); background: rgba(17, 17, 15, .8); }
.contact-panel .contact-copy { position: static; }
.contact-panel .contact-copy h3 { margin: 0; font: 500 clamp(2.3rem, 4vw, 3.5rem)/1 var(--font-display); }
.contact-panel .contact-details { margin-top: 42px; }
.contact-panel .contact-form { padding-top: 0; }
.contact-panel .form-actions .button { min-width: 240px; }

.editorial-page { background: var(--black); }
.subpage-hero { display: grid; min-height: 560px; align-items: center; padding-top: var(--header-height); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 55%, rgba(181, 150, 93, .09), transparent 30%), var(--black); }
.subpage-hero-inner { max-width: 900px; text-align: center; }
.subpage-hero .eyebrow { justify-content: center; }
.subpage-hero .eyebrow::after { width: 42px; height: 1px; background: currentColor; content: ""; }
.subpage-hero h1 { margin: 0; font: 500 clamp(5rem, 12vw, 11rem)/.8 var(--font-display); letter-spacing: -.055em; }
.subpage-hero p:last-child { max-width: 620px; margin: 38px auto 0; color: var(--gray); }
.compact-subpage-hero { min-height: 400px; }
.compact-subpage-hero h1 { font-size: clamp(4.7rem, 9vw, 8rem); }
.brand-story { background: var(--black-soft); }
.brand-story-panel { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: stretch; gap: clamp(45px, 9vw, 120px); }
.brand-monogram { display: grid; min-height: 600px; place-items: center; align-content: center; gap: 18px; border: 1px solid rgba(208, 186, 137, .24); background: linear-gradient(145deg, #181713, #0c0c0b); }
.brand-monogram span { color: rgba(208, 186, 137, .54); font: 500 clamp(5rem, 9vw, 9rem)/1 var(--font-display); letter-spacing: .08em; }
.brand-monogram small { color: var(--gray-dark); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.brand-story-copy { align-self: center; max-width: 650px; }
.brand-story-copy h2 { margin-bottom: 44px; }
.brand-story-copy > p:not(.eyebrow) { color: #b6b2aa; }
.brand-story-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.social-hub { background: var(--black-soft); }
.social-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.social-hub-card { display: grid; min-height: 330px; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; padding: 30px; border: 1px solid rgba(208, 186, 137, .22); background: #0c0c0b; color: var(--white); text-decoration: none; transition: border-color .2s, transform .2s, background .2s; }
.social-hub-card:hover { transform: translateY(-4px); border-color: var(--gold); background: #15130f; }
.social-hub-index { color: var(--gold-light); font-size: .68rem; letter-spacing: .12em; }
.social-hub-name { grid-column: 1 / -1; align-self: center; font: 500 clamp(2.5rem, 4vw, 4.4rem)/1 var(--font-display); }
.social-hub-card small { align-self: end; color: var(--gray); font-size: .8rem; }
.social-hub-card b { align-self: end; color: var(--gold-light); font-size: 1.2rem; font-weight: 400; }
.social-hub-contact { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 56px; }
.social-hub-contact p { margin: 0; color: var(--gray); }

/* Legal pages */
.legal-page { background: var(--black); }
.legal-hero { display: grid; min-height: 430px; align-items: end; padding-top: var(--header-height); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 65%, rgba(181, 150, 93, .1), transparent 35%), var(--black); }
.legal-hero-inner { padding-block: 70px 58px; }
.legal-back { display: inline-flex; margin-bottom: 38px; padding-bottom: 5px; border-bottom: 1px solid rgba(208, 186, 137, .5); color: var(--gold-light); font-size: .65rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.legal-hero h1 { max-width: 1050px; margin: 0; font: 500 clamp(4.1rem, 8.2vw, 8.8rem)/.84 var(--font-display); letter-spacing: -.055em; }
.legal-hero p { margin: 32px 0 0; color: var(--gray); font-size: .72rem; letter-spacing: .08em; }
.legal-document { padding: clamp(90px, 9vw, 140px) 0; background: var(--ivory); color: var(--ink); }
.legal-document-layout { display: grid; grid-template-columns: 190px minmax(0, 790px); justify-content: center; gap: clamp(55px, 8vw, 120px); }
.legal-document-aside { position: sticky; top: calc(var(--header-height) + 40px); display: flex; align-items: flex-start; flex-direction: column; gap: 9px; padding-top: 13px; border-top: 1px solid var(--gold-dark); }
.legal-document-aside p { margin: 0; color: var(--gold-dark); font-size: .66rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.legal-document-aside span { color: #6c685f; font-size: .73rem; }
.legal-document-aside a { margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid rgba(109, 87, 46, .55); color: var(--ink); font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.legal-copy { min-width: 0; }
.legal-section { padding: 0 0 62px; border-bottom: 1px solid rgba(28, 27, 24, .16); }
.legal-section + .legal-section { padding-top: 62px; }
.legal-section-heading { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: start; gap: 18px; margin-bottom: 28px; }
.legal-section-heading > span { padding-top: 7px; color: var(--gold-dark); font-size: .7rem; font-weight: 600; letter-spacing: .12em; }
.legal-section-heading h2 { margin: 0; font: 600 clamp(1.75rem, 3vw, 2.35rem)/1.05 var(--font-display); letter-spacing: -.025em; }
.legal-section-body { padding-left: 70px; }
.legal-section-body p, .legal-section-body li { color: #46423b; font-size: 1rem; line-height: 1.78; }
.legal-section-body p { margin: 0 0 18px; }
.legal-section-body ul, .legal-section-body ol { margin: 0 0 22px; padding-left: 23px; }
.legal-section-body li + li { margin-top: 5px; }
.legal-section-body strong { color: var(--ink); }

/* Footer */
.site-footer { padding: 38px 0 14px; border-top: 1px solid var(--line); background: #070707; }
.footer-main { display: grid; grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(135px, .75fr)); gap: clamp(28px, 4.4vw, 68px); }
.footer-brand p { max-width: 260px; margin: 8px 0 0; color: var(--gray-dark); font: 500 1rem/1.2 var(--font-display); }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; padding-left: 28px; border-left: 1px solid var(--line); }
.footer-heading { margin: 0 0 9px; color: var(--white); font-size: .59rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: var(--gray); font-size: .69rem; text-decoration: none; }
.footer-column a:hover { color: var(--gold-light); }
.footer-socials { display: flex; gap: 8px; margin-top: 14px; }
.footer-socials a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #282724; border-radius: 50%; color: #b0aba2; transition: border-color .25s ease, color .25s ease, transform .25s ease; }
.footer-socials a:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--gold-light); }
.footer-socials svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.footer-socials .icon-fill { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 10px; border-top: 1px solid var(--line); color: #918d85; font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-socials { margin-top: 22px; }
.contact-socials a { border-color: rgba(208, 186, 137, .28); color: #c9c4ba; }
.footer-bottom p { margin: 0; }
.footer-cross { display: flex; justify-content: center; margin-top: 11px; color: rgba(208, 186, 137, .64); }
.footer-cross svg { width: 20px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: square; stroke-width: 1; }
.whatsapp-float { position: fixed; z-index: 80; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); display: flex; min-height: 43px; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid rgba(181, 150, 93, .55); background: rgba(10, 10, 9, .91); color: var(--white); font-size: .57rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; backdrop-filter: blur(8px); }
.whatsapp-float svg { width: 22px; fill: none; stroke: var(--gold-light); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.whatsapp-float.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .container { width: min(var(--container), calc(100% - 52px)); }
  .hero-inner { column-gap: 58px; }
  .intro-grid, .about-grid { gap: 60px; }
  .services-layout, .social-grid, .contact-grid, .watch-inquiry-grid { gap: 7vw; }
  .footer-main { gap: 40px; }
}

@media (max-width: 900px) {
  .hero, .hero-inner { min-height: max(860px, 100svh); }
  .hero-inner { grid-template-areas: "copy" "clock" "actions"; grid-template-columns: 1fr; grid-template-rows: auto auto auto; justify-items: center; row-gap: 38px; padding-block: calc(var(--header-height) + 62px) 70px; }
  .hero-copy { width: min(700px, 100%); }
  .hero-clock { width: clamp(250px, 39vw, 300px); justify-self: center; }
  .hero-actions { justify-content: center; }
  .hero-centered, .hero-centered-inner { min-height: max(850px, 100svh); }
  .hero-centered-inner { grid-template-areas: "copy" "clock" "actions"; row-gap: 27px; padding-block: calc(var(--header-height) + 52px) 52px; }
  .hero-centered .hero-clock { width: clamp(200px, 30vw, 250px); }
  .featured-watch-strip, .social-hub-grid { grid-template-columns: 1fr 1fr; }
  .featured-watch:last-child, .social-hub-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .services-centered .service-list { grid-template-columns: 1fr; }
  .services-centered .service-list article { min-height: 0; }
  .services-centered .service-number { margin-bottom: 34px; }
  .brand-story-panel { grid-template-columns: 1fr; }
  .brand-monogram { min-height: 450px; }
}

@media (max-width: 840px) {
  :root { --header-height: 70px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .site-nav { position: fixed; z-index: 101; top: 0; right: 0; bottom: 0; display: flex; width: min(390px, 88vw); align-items: stretch; flex-direction: column; gap: 0; padding: 105px 30px 35px; transform: translateX(102%); border-left: 1px solid var(--line); background: #0d0d0c; transition: transform .24s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a { display: flex; min-height: 55px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .72rem; }
  .site-nav > a::after { display: none; }
  .catalog-header-actions { margin-left: auto; }
  .intro-grid { grid-template-columns: 1.2fr .8fr; gap: 50px; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .founder-mark { min-height: 510px; }
  .services-layout, .social-grid, .contact-grid, .watch-inquiry-grid { grid-template-columns: 1fr; gap: 65px; }
  .watch-inquiry-minimal .watch-inquiry-grid { grid-template-columns: 1fr; }
  .section-title, .contact-copy, .watch-inquiry-copy { position: static; }
  .section-title { max-width: 700px; }
  .catalog-area-heading { grid-template-columns: 1fr; gap: 25px; }
  .catalog-tools { grid-template-columns: 1fr; gap: 24px; margin-top: -20px; }
  .brand-filters { justify-content: flex-start; }
  .watch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .watch-dialog-shell { grid-template-columns: 1fr; }
  .watch-detail-gallery { min-height: auto; }
  .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-document-layout { grid-template-columns: 150px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 34px); }
  .section { padding: 95px 0; }
  h2 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero, .hero-inner { min-height: max(780px, 100svh); }
  .hero-inner { row-gap: 31px; padding-block: calc(var(--header-height) + 48px) 58px; }
  .hero .eyebrow { gap: 11px; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(2.75rem, 14.5vw, 4.6rem); line-height: .84; }
  .hero-subtitle { margin-top: 25px; font-size: .51rem; letter-spacing: .13em; }
  .hero-clock { width: clamp(220px, 67vw, 270px); }
  .hero-actions { width: 100%; align-items: stretch; gap: 10px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-centered, .hero-centered-inner { min-height: max(720px, 100svh); }
  .hero-centered-inner { grid-template-areas: "copy" "clock" "actions"; row-gap: 20px; padding-block: calc(var(--header-height) + 30px) 30px; }
  .hero-centered h1 { font-size: clamp(2.75rem, 12.5vw, 3.45rem); line-height: .9; }
  .hero-centered .hero-subtitle { margin-top: 22px; font-size: .62rem; }
  .hero-centered .hero-clock { width: clamp(180px, 50vw, 210px); }
  .hero-centered .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .hero-centered .hero-actions > a { min-height: 44px; padding-inline: 12px; font-size: .58rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-text { max-width: 100%; padding: 26px 0 0; border-top: 1px solid #9a8150; border-left: 0; }
  .catalog-preview { min-height: 0; }
  .catalog-preview-grid { grid-template-columns: 80px 1fr; gap: 24px; }
  .catalog-index { min-height: 250px; }
  .catalog-index span { font-size: 5rem; }
  .catalog-preview-copy .button { width: 100%; }
  .catalog-preview-centered { padding-block: 82px; }
  .catalog-preview-centered-grid { width: 100%; grid-template-columns: 1fr; justify-items: center; gap: 24px; }
  .catalog-preview-centered .catalog-preview-copy { display: none; }
  .featured-watch-strip { display: grid; width: 100%; grid-template-columns: 1fr; justify-items: center; gap: 18px; overflow: visible; }
  .featured-watch, .featured-watch:last-child { width: 100%; max-width: 340px; grid-template-columns: 1fr; grid-template-rows: auto auto; justify-self: center; }
  .featured-watch img { width: 100%; height: auto; aspect-ratio: 4 / 4.6; }
  .featured-watch > span { display: block; min-width: 0; padding: 17px; border-top: 1px solid var(--line); border-left: 0; text-align: center; }
  .featured-watch strong { font-size: clamp(1.35rem, 7vw, 1.75rem); line-height: 1.02; }
  .catalog-preview-action { width: 100%; max-width: 340px; justify-self: center; }
  .catalog-preview-action .button { width: 100%; }
  .services-centered-layout { gap: 46px; }
  .services-centered .service-list article { padding: 25px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 16px; padding: 30px 0; }
  .service-link { grid-column: 2; justify-self: start; margin-top: 8px; }
  .about-grid { grid-template-columns: 1fr; }
  .founder-placeholder { width: 88%; }
  .founder-mark { min-height: 490px; }
  .about-copy h2 { margin-bottom: 38px; }
  .social-list > a { grid-template-columns: 27px 1fr 22px; gap: 15px; }
  .social-list small { display: none; }
  .social-list span { font-size: 1.8rem; }
  .contact-details div { grid-template-columns: .7fr 1.3fr; }
  .contact-heading { margin-bottom: 45px; }
  .contact-panel { width: calc(100% - 34px); padding: 24px 18px; }
  .contact-heading h2 { font-size: clamp(3.2rem, 15vw, 4.45rem); }
  .contact-heading > p:last-child { margin-top: 20px; font-size: .84rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field .privacy-consent { font-size: .78rem; }
  .contact-watch-picker { max-height: 440px; grid-template-columns: 1fr; }
  .contact-watch-option { grid-template-columns: 78px minmax(0, 1fr); }
  .contact-watch-option img { width: 78px; }
  .watch-selector-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .selected-watch-item { grid-template-columns: 48px minmax(0, 1fr); }
  .selected-watch-item > button { grid-column: 2; justify-self: start; }
  .form-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-button { width: 100%; }
  .catalog-hero { min-height: 500px; }
  .catalog-hero-inner { align-items: flex-start; flex-direction: column; gap: 40px; padding-bottom: 65px; }
  .catalog-hero h1 { font-size: clamp(5rem, 25vw, 7rem); }
  .catalog-area-heading { margin-bottom: 55px; }
  .catalog-tools { margin-bottom: 50px; }
  .brand-filter { min-height: 44px; }
  .watch-grid { grid-template-columns: 1fr; gap: 65px; }
  .catalog-description { min-height: 0; }
  .watch-dialog { width: 100%; height: 100dvh; max-height: 100dvh; border: 0; }
  .watch-dialog-shell { min-height: 100dvh; }
  .watch-detail-gallery { padding: 14px; }
  .watch-detail-stage { min-height: 52dvh; }
  .watch-detail-copy { padding: 48px 20px 30px; }
  .watch-inquiry-minimal .watch-inquiry-grid { gap: 44px; }
  .watch-inquiry-copy-minimal h2 { font-size: clamp(3.35rem, 17vw, 4.7rem); }
  .selection-dock { right: 10px; bottom: 65px; width: min(350px, calc(100% - 20px)); }
  .selection-cart-toggle { width: 52px; height: 52px; }
  .selection-dock-panel { padding: 14px; }
  .selection-dock-list .selected-watch-item { grid-template-columns: 42px minmax(0, 1fr) auto; }
  .selection-dock-list .selected-watch-item img { width: 42px; }
  .selection-dock-list .selected-watch-item > button { grid-column: auto; justify-self: stretch; }
  .catalog-whatsapp-link { min-height: 46px; border-top: 1px solid rgba(208, 186, 137, .16); }
  .watch-detail-whatsapp, #watch-inquiry-submit, #form-whatsapp { min-height: 48px; }
  .subpage-hero { min-height: 470px; }
  .subpage-hero h1 { font-size: clamp(4.5rem, 23vw, 7rem); }
  .compact-subpage-hero { min-height: 330px; }
  .compact-subpage-hero h1 { font-size: clamp(4rem, 20vw, 5.8rem); }
  .brand-monogram { min-height: 360px; }
  .brand-story-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .brand-story-actions .button, .brand-story-actions .text-link { width: 100%; justify-content: center; }
  .social-hub-grid { grid-template-columns: 1fr; }
  .social-hub-card, .social-hub-card:last-child { width: 100%; min-height: 240px; grid-column: auto; }
  .social-hub-contact { align-items: stretch; flex-direction: column; text-align: center; }
  .catalog-empty { grid-template-columns: 72px 1fr; gap: 20px; }
  .empty-index { align-self: start; padding-top: 43px; font-size: 4.7rem; }
  .catalog-empty h3 { font-size: 2.45rem; }
  .catalog-empty .button { width: 100%; padding-inline: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { grid-column: 1 / -1; }
  .footer-column { padding-left: 0; border-left: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .legal-hero { min-height: 360px; }
  .legal-hero-inner { padding-block: 55px 45px; }
  .legal-back { margin-bottom: 27px; }
  .legal-hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .legal-document-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-document-aside { position: static; }
  .legal-section { padding-bottom: 45px; }
  .legal-section + .legal-section { padding-top: 45px; }
  .legal-section-heading { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; margin-bottom: 22px; }
  .legal-section-heading h2 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .legal-section-body { padding-left: 0; }
  .legal-section-body p, .legal-section-body li { font-size: .94rem; line-height: 1.72; }
}

@media (max-width: 430px) {
  .catalog-preview-grid:not(.catalog-preview-centered-grid) { display: block; }
  .catalog-preview-centered-grid { display: grid; width: 100%; justify-items: center; }
  .catalog-index { min-height: auto; margin-bottom: 45px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-details div { grid-template-columns: 1fr; gap: 4px; }
  .contact-details dd { text-align: left; }
  .whatsapp-float { width: 43px; justify-content: center; padding: 7px; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
}

@media (max-width: 620px) {
  .mechanism-intro { width: calc(100% - 24px); }
  .mechanism-stage { width: min(58vh, 88vw); }
  .mechanism-values { gap: 10px; width: 96vw; margin-top: -8px; }
  .mechanism-callout { gap: 5px; font-size: .48rem; letter-spacing: .11em; }
  .mechanism-callout + .mechanism-callout::before { width: 12px; margin-right: 0; }
  .mechanism-callout span { width: 5px; height: 5px; }
  .mechanism-brand { margin-top: 20px; }
}

@media (max-width: 375px) {
  .container { width: calc(100% - 28px); }
  .hero h1 { font-size: clamp(2.68rem, 14.2vw, 3.35rem); }
  .eyebrow { margin-bottom: 24px; }
  .catalog-empty { display: block; padding: 45px 0; }
  .empty-index { display: block; padding: 0; }
  .catalog-empty h3 { margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .clock-hand { will-change: auto; }
  .brand-intro:not(.is-reduced)::before, .brand-intro:not(.is-reduced)::after { transition-duration: 1.05s !important; transition-delay: .28s !important; }
  .brand-intro:not(.is-reduced) .mechanism-intro { transition-duration: .9s, 1.15s !important; }
  .brand-intro:not(.is-reduced) .mechanism-rotor-image { animation-duration: 3.45s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-barrel { animation-duration: 8.2s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-gear-one { animation-duration: 1.95s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-gear-two { animation-duration: 1.42s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-gear-three { animation-duration: .92s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .working-gear-a { animation-duration: 3.15s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .working-gear-b { animation-duration: 2.38s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .working-gear-c { animation-duration: 1.55s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .working-gear-d { animation-duration: 1.08s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-escape { animation-duration: .3s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-balance { animation-duration: .42s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-halo { animation-duration: 2.4s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-tick i { animation-duration: .76s !important; animation-iteration-count: infinite !important; }
  .brand-intro:not(.is-reduced) .mechanism-tick i:last-child { animation-delay: .38s !important; }
  .brand-intro:not(.is-reduced) .mechanism-callout { animation-duration: .58s !important; }
  .brand-intro:not(.is-reduced) .callout-energy { animation-delay: .35s !important; }
  .brand-intro:not(.is-reduced) .callout-precision { animation-delay: 1s !important; }
  .brand-intro:not(.is-reduced) .callout-time { animation-delay: 1.65s !important; }
  .brand-intro:not(.is-reduced) .mechanism-brand { animation-duration: .72s !important; animation-delay: 2.55s !important; }
  .brand-intro:not(.is-reduced).is-leaving .mechanism-intro { transition-duration: .9s, 1.1s !important; }
}
