:root {
  --black: #070807;
  --black-soft: #0d0f0e;
  --ink: #151713;
  --ivory: #ece8de;
  --muted: #9b9c94;
  --gold: #c3a46b;
  --gold-deep: #8f7244;
  --line: rgba(236, 232, 222, 0.14);
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); background: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; cursor: pointer; }
img, video { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 16px; color: #111; background: #fff; transition: top .2s; }
.skip-link:focus { top: 16px; }

.header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.header.scrolled { height: 74px; border-color: var(--line); background: rgba(7, 8, 7, .88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(195,164,107,.55); border-radius: 50%; color: var(--gold); font: 15px/1 var(--serif); }
.brand-name { font-size: 11px; font-weight: 650; letter-spacing: .23em; }
.nav { display: flex; gap: 34px; align-items: center; }
.nav a { position: relative; padding: 11px 0; color: #b8b8b0; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; transform: scaleX(0); background: var(--gold); transition: transform .25s; }
.nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: 14px 18px; border: 1px solid var(--line); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; transition: background .2s, color .2s; }
.header-cta:hover { color: #111; background: var(--ivory); }
.header-cta span, .text-link span, .card-link span, .button span { color: var(--gold); }
.menu-toggle { display: none; padding: 10px; border: 0; background: none; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 45% 55%; align-items: center; padding: 125px 5.5vw 72px; background: radial-gradient(circle at 76% 43%, #21170f 0, #0b0c0b 35%, var(--black) 72%); }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 92px auto 0 42%; width: 1px; background: var(--line); }
.hero-copy { position: relative; z-index: 8; max-width: 620px; }
.kicker, .section-label { margin: 0 0 28px; color: var(--gold); font-size: 9px; font-weight: 650; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 400 clamp(66px, 7.2vw, 124px)/.83 var(--serif); letter-spacing: -.058em; }
.hero h1 em { display: inline-block; margin-left: .12em; color: var(--gold); -webkit-text-stroke: 0; font-size: .66em; font-weight: 400; }
.hero-intro { max-width: 475px; margin: 44px 0 0; color: #b7b6ae; font: 17px/1.72 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: #111; background: var(--ivory); }
.button-light:hover { background: #fff; }
.button-outline { width: 100%; border-color: rgba(236,232,222,.25); }
.button-outline:hover { color: #111; background: var(--ivory); }
.button-gold { min-width: 230px; color: #111; background: var(--gold); }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.hero-media { position: absolute; z-index: 3; inset: 92px -3vw 0 auto; width: 66vw; overflow: hidden; background: #000; }
.hero-art { background: radial-gradient(circle at 62% 44%, #241b10 0, #0c0d0c 34%, #030403 72%); }
.hero-monogram { position: absolute; inset: 0; display: grid; place-items: center; }
.hero-monogram span { color: transparent; font: 400 clamp(180px, 28vw, 520px)/1 var(--serif); letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(195,164,107,.28); filter: drop-shadow(0 0 55px rgba(195,164,107,.08)); transform: translateX(5%); }
.hero-orbits { position: absolute; left: 62%; top: 48%; width: min(43vw,680px); aspect-ratio: 1; border: 1px solid rgba(195,164,107,.2); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 7vw rgba(195,164,107,.035), 0 0 0 14vw rgba(195,164,107,.015); animation: orbit 9s ease-in-out infinite; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: none; pointer-events: none; filter: brightness(1.08) contrast(1.04) saturate(1.08) drop-shadow(0 42px 72px rgba(0,0,0,.72)); }
.hero-media video:not([controls]) { -webkit-appearance: none; }
.hero-media video::-webkit-media-controls,
.hero-media video::-webkit-media-controls-enclosure,
.hero-media video::-webkit-media-controls-panel,
.hero-media video::-webkit-media-controls-play-button,
.hero-media video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; opacity: 0; pointer-events: none; }
.hero-vignette { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,8,7,.98) 0, rgba(7,8,7,.48) 15%, transparent 38%, rgba(7,8,7,.04) 100%), radial-gradient(circle at 67% 48%, transparent 0 42%, rgba(7,8,7,.22) 88%); }
.hero-media-label { position: absolute; z-index: 7; right: 8%; bottom: 10%; display: grid; gap: 7px; padding: 17px 20px; border-left: 1px solid var(--gold); background: rgba(7,8,7,.58); backdrop-filter: blur(12px); text-transform: uppercase; }
.hero-media-label span { color: var(--gold); font-size: 7px; letter-spacing: .22em; }
.hero-media-label b { color: var(--ivory); font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.hero-meta { position: absolute; z-index: 9; display: flex; gap: 10px; align-items: center; color: #8d8f89; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.hero-meta b { color: var(--gold); font-weight: 700; }
.hero-meta-one { right: 7%; top: 22%; }
.hero-meta-two { right: 8%; top: 30%; }
.hero-caption { position: absolute; z-index: 9; right: 5%; bottom: 4%; margin: 0; color: #696b66; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 9; left: 4.5vw; bottom: 23px; display: flex; gap: 12px; align-items: center; color: #777973; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; background: var(--line); }

.service-rail { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #050605; }
.service-rail span { display: flex; min-height: 74px; align-items: center; gap: 14px; padding: 0 2.2vw; border-right: 1px solid var(--line); color: #a6a79f; font-size: 8px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.service-rail span:last-child { border-right: 0; }
.service-rail b { color: var(--gold); font-size: 7px; }

.section { padding: 130px 6vw; }
.manifesto { background: var(--ivory); color: var(--ink); }
.manifesto .section-label, .watches .section-label, .jewellery .section-label, .process .section-label { color: var(--gold-deep); }
.manifesto-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 10vw; align-items: start; }
.manifesto h2, .section-head h2, .mechanical-copy h2, .concierge h2 { margin: 0; font: 400 clamp(44px,5.3vw,84px)/.98 var(--serif); letter-spacing: -.045em; }
.manifesto-copy { padding-top: 10px; color: #5f625c; font: 17px/1.85 var(--serif); }
.manifesto-copy p:first-child { margin-top: 0; }
.commitments { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border-top: 1px solid rgba(21,23,19,.16); border-bottom: 1px solid rgba(21,23,19,.16); }
.commitments span { padding: 23px 10px; border-right: 1px solid rgba(21,23,19,.16); font-size: 8px; font-weight: 700; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.commitments span:last-child { border-right: 0; }

.watches { background: #0a0b0a; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-head h2 { font-size: clamp(48px,5.6vw,88px); }
.section-head > p { max-width: 460px; margin: 0; color: var(--muted); font: 16px/1.75 var(--serif); }
.watch-showcase { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-bottom: 72px; border: 1px solid var(--line); background: var(--line); }
.watch-product { position: relative; overflow: hidden; background: #050505; }
.watch-product-image { aspect-ratio: 1.06; overflow: hidden; background: #000; }
.watch-product-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(.92); transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .5s ease; filter: contrast(1.02) saturate(1.02); }
.watch-product:hover .watch-product-image img { transform: scale(.97); filter: contrast(1.06) saturate(1.05); }
.watch-product-copy { position: relative; min-height: 220px; padding: 28px 32px 72px; border-top: 1px solid var(--line); background: linear-gradient(145deg, rgba(195,164,107,.055), transparent 55%); }
.watch-product-copy p { margin: 0 0 12px; color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.watch-product-copy h3 { margin: 0 0 13px; font: 400 clamp(27px,2.5vw,40px)/1.05 var(--serif); letter-spacing: -.025em; }
.watch-product-copy > span { color: #777a75; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.watch-product .card-link { left: 32px; bottom: 28px; }
.watch-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); }
.watch-card { position: relative; min-height: 430px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 90% 0, rgba(195,164,107,.07), transparent 38%); }
.watch-card:nth-child(even) { border-right: 0; }
.watch-card-featured { grid-row: span 2; min-height: 1120px; }
.card-number { color: #5f615d; font-size: 8px; letter-spacing: .2em; }
.card-top { display: flex; justify-content: space-between; align-items: baseline; margin-top: 35px; }
.card-top span { font: 38px/1 var(--serif); }
.card-top small { color: var(--gold); font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.watch-card h3 { margin: 85px 0 22px; font: 400 25px/1.15 var(--serif); }
.watch-card p { max-width: 420px; color: var(--muted); font: 15px/1.75 var(--serif); }
.watch-card ul { padding: 0; margin: 75px 0 0; list-style: none; }
.watch-card li { display: grid; gap: 8px; padding: 20px 0; border-top: 1px solid var(--line); }
.watch-card li b { font: 400 18px/1.2 var(--serif); }
.watch-card li span { color: #777a75; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.reference-list { margin-top: 42px !important; }
.watch-card li.reference-with-image { grid-template-columns: 112px 1fr; align-items: center; gap: 22px; }
.reference-with-image img { width: 112px; aspect-ratio: 1; object-fit: contain; background: #000; }
.reference-with-image div { display: grid; gap: 8px; }
.single-reference-image { height: 205px; margin: 36px 0 0; overflow: hidden; background: #000; }
.single-reference-image img { width: 100%; height: 100%; object-fit: contain; }
.single-reference-image + h3 { margin-top: 30px; }
.card-link { position: absolute; left: 38px; bottom: 36px; padding-bottom: 8px; border-bottom: 1px solid rgba(195,164,107,.4); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.mechanical-story { min-height: 86vh; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; background: #050605; }
.mechanical-image { height: 86vh; }
.mechanical-placeholder { position: relative; display: grid; overflow: hidden; place-items: center; background: radial-gradient(circle, #1c160e 0, #090a09 42%, #030403 75%); }
.mechanical-placeholder::before, .mechanical-placeholder::after { content: ""; position: absolute; width: 46%; aspect-ratio: 1; border: 1px solid rgba(195,164,107,.22); border-radius: 50%; }
.mechanical-placeholder::after { width: 26%; box-shadow: 0 0 0 9vw rgba(195,164,107,.025); }
.mechanical-placeholder span { z-index: 1; color: var(--gold); font: 400 clamp(34px,5vw,78px)/1 var(--serif); letter-spacing: .2em; }
.mechanical-placeholder i { position: absolute; width: 1px; height: 64%; background: linear-gradient(transparent,var(--gold),transparent); transform: rotate(38deg); }
.mechanical-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.mechanical-copy { padding: 8vw; }
.mechanical-copy h2 { font-size: clamp(45px,5vw,78px); }
.mechanical-copy > p:not(.section-label) { margin: 35px 0 25px; color: var(--muted); font: 16px/1.8 var(--serif); }
.mechanical-copy small { color: #60625e; font-size: 8px; line-height: 1.6; letter-spacing: .11em; text-transform: uppercase; }

.jewellery { color: var(--ink); background: var(--ivory); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(21,23,19,.17); border: 1px solid rgba(21,23,19,.17); }
.product-card { background: var(--ivory); }
.product-image { aspect-ratio: 1; overflow: hidden; background: #000; }
.product-placeholder { position: relative; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, #17140e 0, #070807 48%, #000 100%); }
.product-placeholder::before { content: "MO"; position: absolute; color: transparent; font: 400 13vw/1 var(--serif); -webkit-text-stroke: 1px rgba(195,164,107,.18); }
.product-placeholder span { z-index: 1; color: #7f7b70; font-size: 7px; line-height: 1.8; letter-spacing: .24em; text-align: center; text-transform: uppercase; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-info { padding: 30px; }
.product-info > div { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; }
.product-info p { margin: 0; color: var(--gold-deep); font-size: 7px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.product-info h3 { margin: 8px 0 0; font: 400 25px/1 var(--serif); }
.product-info > span { display: block; margin: 12px 0 27px; color: #777a73; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.product-info dl { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 19px 0; margin: 0 0 22px; border-top: 1px solid rgba(21,23,19,.14); }
.product-info dt, .product-info dd { margin: 0; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-info dt { color: #85877f; }
.jewel-universes { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border: 1px solid rgba(21,23,19,.16); }
.jewel-universes article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(21,23,19,.16); }
.jewel-universes article:last-child { border-right: 0; }
.jewel-universes span { color: var(--gold-deep); font-size: 7px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.jewel-universes h3 { margin: 75px 0 14px; font: 400 27px/1 var(--serif); }
.jewel-universes p { color: #6d7069; font: 14px/1.65 var(--serif); }

.bespoke-search { padding: 0 6vw 130px; color: var(--ink); background: var(--ivory); }
.bespoke-search-inner { position: relative; overflow: hidden; padding: clamp(42px,6vw,84px); color: var(--ivory); background: radial-gradient(circle at 92% 10%, rgba(195,164,107,.16), transparent 34%), #090a09; border: 1px solid rgba(195,164,107,.28); }
.bespoke-search-inner::after { content: "MO"; position: absolute; right: -2%; bottom: -18%; color: transparent; font: 400 clamp(150px,22vw,360px)/1 var(--serif); letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(195,164,107,.09); pointer-events: none; }
.bespoke-search h2 { position: relative; z-index: 1; max-width: 940px; margin: 0; font: 400 clamp(40px,5vw,76px)/1.02 var(--serif); letter-spacing: -.04em; }
.bespoke-search-inner > p:not(.section-label) { position: relative; z-index: 1; max-width: 760px; margin: 34px 0 0; color: #a7a79f; font: 16px/1.8 var(--serif); }
.bespoke-search-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 34px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.bespoke-search-footer > span { max-width: 520px; color: #777973; font-size: 8px; line-height: 1.7; letter-spacing: .15em; text-transform: uppercase; }

.process { background: #0b0c0b; }
.process ol { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; border: 1px solid var(--line); list-style: none; }
.process li { min-height: 330px; padding: 32px; border-right: 1px solid var(--line); }
.process li:last-child { border-right: 0; }
.process li > span { color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.process li h3 { margin: 110px 0 18px; font: 400 25px/1 var(--serif); }
.process li p { color: var(--muted); font: 14px/1.7 var(--serif); }

.concierge { position: relative; min-height: 78vh; display: grid; place-items: center; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 50%, #1d1a12 0, #0b0c0b 37%, #050605 72%); }
.concierge-orbit { position: absolute; width: min(67vw,850px); aspect-ratio: 1; border: 1px solid rgba(195,164,107,.15); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(195,164,107,.022), 0 0 0 18vw rgba(195,164,107,.01); animation: orbit 16s ease-in-out infinite; }
.concierge-content { position: relative; z-index: 2; max-width: 760px; padding: 80px 25px; }
.concierge h2 { font-size: clamp(55px,7vw,105px); }
.concierge-content > p:not(.section-label) { max-width: 570px; margin: 32px auto; color: #9c9d97; font: 16px/1.8 var(--serif); }
.concierge-content small { display: block; margin-top: 22px; color: #777973; font-size: 8px; letter-spacing: .19em; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; padding: 65px 5vw; color: #777973; background: #030403; border-top: 1px solid var(--line); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.footer-brand { color: var(--ivory); }
footer > p { margin: 0; text-align: right; }
footer .legal { grid-column: 1/-1; max-width: 940px; text-align: left; line-height: 1.8; text-transform: none; letter-spacing: .07em; }
footer > span { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes orbit { 0%,100% { transform: scale(.97); opacity: .65; } 50% { transform: scale(1.03); opacity: 1; } }

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

@media (max-width: 980px) {
  .header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 20px 5vw 28px; transform: translateY(-130%); border-bottom: 1px solid var(--line); background: rgba(7,8,7,.98); transition: transform .35s; }
  .nav.open { transform: none; }
  .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; align-items: end; padding-bottom: 95px; }
  .hero::before { display: none; }
  .hero-media { inset: 74px 0 0; width: 100%; opacity: .72; }
  .hero-vignette { background: linear-gradient(180deg, rgba(7,8,7,.1), rgba(7,8,7,.25) 45%, rgba(7,8,7,.96) 82%); }
  .hero-copy { max-width: 650px; }
  .hero-meta { display: none; }
  .hero-caption { right: 5vw; }
  .service-rail { grid-template-columns: 1fr 1fr; }
  .service-rail span:nth-child(2) { border-right: 0; }
  .service-rail span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manifesto-grid, .section-head, .mechanical-story { grid-template-columns: 1fr; }
  .watch-showcase { grid-template-columns: 1fr 1fr; }
  .manifesto-copy { max-width: 700px; }
  .mechanical-image { height: 58vh; }
  .product-grid { grid-template-columns: 1fr; }
  .bespoke-search-footer { align-items: flex-start; flex-direction: column; }
  .product-card { display: grid; grid-template-columns: 1fr 1fr; }
  .jewel-universes { grid-template-columns: 1fr 1fr; }
  .jewel-universes article:nth-child(2) { border-right: 0; }
  .jewel-universes article:nth-child(-n+2) { border-bottom: 1px solid rgba(21,23,19,.16); }
  .process ol { grid-template-columns: 1fr 1fr; }
  .process li:nth-child(2) { border-right: 0; }
  .process li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .header { height: 74px; padding: 0 5vw; }
  .brand-name { font-size: 9px; }
  .brand-mark { width: 34px; }
  .hero { min-height: 100svh; padding: 110px 5vw 80px; }
  .hero h1 { font-size: clamp(56px,17vw,82px); }
  .hero-intro { margin-top: 28px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 28px; }
  .text-link { width: max-content; }
  .hero-media video { object-position: 63% center; }
  .hero-media-label { right: 5vw; bottom: 7%; }
  .service-rail { grid-template-columns: 1fr; }
  .service-rail span { min-height: 58px; padding: 0 5vw; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-caption { display: none; }
  .scroll-cue { bottom: 17px; }
  .section { padding: 92px 5vw; }
  .manifesto-grid { gap: 35px; }
  .manifesto h2, .section-head h2, .mechanical-copy h2 { font-size: 45px; }
  .commitments { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .commitments span:nth-child(2) { border-right: 0; }
  .commitments span:nth-child(-n+2) { border-bottom: 1px solid rgba(21,23,19,.16); }
  .section-head { gap: 28px; margin-bottom: 48px; }
  .watch-grid { grid-template-columns: 1fr; }
  .watch-showcase { grid-template-columns: 1fr; margin-bottom: 48px; }
  .watch-product-image { aspect-ratio: 1; }
  .watch-product-copy { min-height: 205px; padding: 25px 25px 66px; }
  .watch-product .card-link { left: 25px; right: 25px; bottom: 24px; }
  .watch-card, .watch-card-featured { min-height: 560px; grid-row: auto; border-right: 0; padding: 28px; }
  .watch-card-featured { min-height: 1180px; }
  .watch-card li.reference-with-image { grid-template-columns: 96px 1fr; gap: 18px; }
  .reference-with-image img { width: 96px; }
  .card-top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .card-top span { font-size: 33px; }
  .watch-card h3 { margin-top: 70px; }
  .card-link { left: 28px; right: 28px; }
  .mechanical-image { height: 45vh; }
  .mechanical-copy { padding: 75px 5vw; }
  .product-card { display: block; }
  .bespoke-search { padding: 0 5vw 92px; }
  .bespoke-search-inner { padding: 42px 26px; }
  .bespoke-search h2 { font-size: 42px; }
  .product-info { padding: 25px; }
  .jewel-universes { grid-template-columns: 1fr; }
  .jewel-universes article { border-right: 0; border-bottom: 1px solid rgba(21,23,19,.16); }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process li h3 { margin-top: 80px; }
  .concierge h2 { font-size: 57px; }
  footer { grid-template-columns: 1fr; }
  footer > p { text-align: left; }
}
