:root {
  --ink: #111111;
  --muted: #66635f;
  --line: #e5e2dc;
  --paper: #ffffff;
  --warm: #f5f3ef;
  --warm-2: #ece9e3;
  --max: 1580px;
  --pad: clamp(18px, 2.2vw, 40px);
  --font-heading: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --font-body: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(0,0,0,.07);
  backdrop-filter: blur(12px);
}
.brand { justify-self: start; }
.brand img { width: 78px; height: auto; }
.nav { display: flex; gap: clamp(24px, 3vw, 58px); }
.nav a, .menu-button, .footer a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.nav a { position: relative; padding: 31px 0; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 22px;
  height: 1px;
  background: var(--ink);
  transition: right .25s ease;
}
.nav a:hover::after { right: 0; }
.menu-button {
  display: none;
  background: none;
  border: 0;
  justify-self: end;
  cursor: pointer;
}


.video-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}
.video-hero iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}


.section { padding: clamp(82px, 8vw, 145px) var(--pad); }
.collection.section { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; margin-bottom: 0; }
.collection .section-heading {
  max-width: none;
  margin: 0;
  padding: clamp(16px, 1.35vw, 22px) var(--pad);
  display: flex;
  align-items: center;
}
.section-heading { max-width: 760px; margin-bottom: 64px; }
.section-heading h2, .feature-copy h2, .manifesto-card h2, .about-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.52vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
}
.section-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.watch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.watch-card {
  min-width: 0;
  padding: clamp(24px, 2vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.watch-image-wrap {
  aspect-ratio: .86/1;
  display: grid;
  place-items: center;
  background: #fafafa;
  overflow: hidden;
  margin-bottom: 34px;
}
.watch-image-wrap img {
  width: 93%;
  height: 93%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.watch-card:hover .watch-image-wrap img { transform: scale(1.055); }
.watch-category {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
}
.watch-card h3 {
  margin: 0 0 26px;
  font-size: clamp(18px, 1.6vw, 27px);
  letter-spacing: .03em;
}


.discover-button {
  display: block;
  min-width: 136px;
  margin: 0 auto;
  padding: 13px 20px 12px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.discover-button:hover,
.discover-button:focus-visible {
  background: var(--ink);
  color: #fff;
}

.collections-bridge {
  min-height: clamp(110px, 10vw, 175px);
  display: grid;
  place-items: center;
  padding: 28px var(--pad);
  border: 0;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}
.collections-bridge h2 {
  margin: 0;
  font-size: clamp(21px, 2vw, 34px);
  line-height: 1;
  font-weight: 750;
  letter-spacing: .09em;
}
.novelties {
  background: #fff;
  padding: 0 var(--pad) clamp(56px, 5vw, 86px);
}
.novelties-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: clamp(14px, 1.15vw, 18px) 0;
}
.novelties-header h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -.035em;
  text-align: center;
}
.novelties-header-spacer { min-width: 98px; }

.feature {
  display: grid;
  margin-top: 0;
  grid-template-columns: 1.08fr .92fr;
  min-height: 760px;
  background: var(--warm);
}
.feature-image {
  min-height: 720px;
  overflow: hidden;
  background: #eeeae3;
}
.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 6vw, 110px);
}
.feature-copy > p:not(.eyebrow),
#feature-watch-body p {
  max-width: 640px;
  color: #44413d;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.72;
}
#feature-watch-body p { margin: 18px 0 0; }
.spec-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(17,17,17,.18);
}
.spec-row span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.manifesto {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: clamp(50px, 8vw, 120px) var(--pad);
  overflow: hidden;
}
.manifesto-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.02)),
    url("./assets/built-to-be-worn.jpg") center/cover no-repeat,
    url("./assets/editorial.svg") center/cover no-repeat;
  filter: saturate(.7);
}
.manifesto-card {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
  padding: clamp(42px, 5vw, 78px);
  background: rgba(255,255,255,.95);
}
.manifesto-card p:not(.eyebrow) {
  color: #4c4944;
  font-size: 16px;
  line-height: 1.7;
}
.manifesto-card .manifesto-last {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}

.archive { background: #faf9f7; }
.archive-list { border-top: 1px solid var(--ink); }
.vault-item { border-bottom: 1px solid var(--line); }
.vault-toggle {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 80px 1fr auto 34px;
  gap: 18px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.vault-toggle span, .vault-toggle small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}
.vault-toggle strong {
  font-size: clamp(24px, 3vw, 48px);
  letter-spacing: -.025em;
}
.vault-toggle b {
  justify-self: end;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  transition: transform .2s ease;
}
.vault-toggle[aria-expanded="true"] b { transform: rotate(45deg); }
.vault-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(44px, 6vw, 100px);
  padding: 10px 0 clamp(52px, 5vw, 82px) 80px;
}
.vault-panel[hidden] { display: none; }
.vault-copy { max-width: 760px; }
.vault-copy > p {
  margin: 0 0 18px;
  color: #45413d;
  font-size: 16px;
  line-height: 1.72;
}
.vault-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.vault-badges li {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.vault-meta h4 {
  margin: 0 0 16px;
  font-size: 10px;
  letter-spacing: .18em;
}
.vault-specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.vault-specs li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #56514c;
  font-size: 12px;
  line-height: 1.45;
}

.heritage-hero {
  position: relative;
  min-height: clamp(620px, 58vw, 900px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background: #111;
}
.heritage-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.heritage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.05) 42%, rgba(0,0,0,.24) 100%);
}
.heritage-hero-card {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 2 * var(--pad)));
  margin: var(--pad);
  padding: clamp(38px, 4.5vw, 72px);
  background: rgba(250,249,247,.96);
}
.heritage-hero-card h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}
.heritage-hero-card p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #4b4742;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.7;
}

.availability-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(560px, 47vw, 860px);
  background: #fff;
}
.availability-image {
  min-height: inherit;
  overflow: hidden;
  background: var(--warm);
}
.availability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.availability-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(54px, 7vw, 132px) clamp(36px, 7vw, 130px);
}
.availability-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.1vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}
.availability-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  color: #4b4742;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.72;
}
.availability-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  min-height: 46px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  transition: background .2s ease, color .2s ease;
}
.availability-button:hover,
.availability-button:focus-visible {
  background: #fff;
  color: var(--ink);
}

.about {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 140px);
  align-items: center;
}
.about-mark {
  font-size: clamp(96px, 16vw, 270px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.085em;
  color: #ece9e4;
}
.about-copy { max-width: 760px; }
.about-copy > p:last-child {
  color: #4f4b46;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.7;
}

.footer {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
  padding: 70px var(--pad);
  border-top: 1px solid var(--line);
}
.footer strong { font-size: 14px; letter-spacing: .08em; }
.footer p { color: var(--muted); font-size: 13px; }
.footer nav { display: grid; gap: 18px; }
.copyright { justify-self: end; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.2,1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav {
    position: fixed;
    inset: 82px 0 auto 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 20px var(--pad) 32px;
  }
  .nav.open { display: flex; }
  .nav a { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .menu-button { display: block; }
  .watch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 620px; }
  .availability-hero { grid-template-columns: 1fr; min-height: 0; }
  .availability-image { min-height: 600px; }
  .availability-copy { padding: 72px var(--pad) 82px; }
  .about { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .novelties-header { grid-template-columns: 1fr auto; padding-top: 14px; padding-bottom: 14px; }
  .novelties-header-spacer { display:none; }
  .novelties-header h2 { text-align:left; }
  .archive-carousel-controls button { width:40px; height:40px; }
  .heritage-hero { min-height: 760px; align-items:flex-end; }
  .availability-image { min-height: 460px; }
  .availability-copy { padding: 58px var(--pad) 68px; }
  .heritage-hero-card { margin:18px; padding:34px 30px; width:calc(100% - 36px); }
  .site-header { height: 68px; }
  .nav { inset: 68px 0 auto 0; }
  .brand img { width: 67px; }
  .watch-grid { grid-template-columns: 1fr; }
  .watch-image-wrap { aspect-ratio: 1 / 1; }
  .feature-image { min-height: 460px; }
  .feature-copy { padding: 70px var(--pad); }
  .spec-row { grid-template-columns: repeat(2, 1fr); }
  .manifesto { min-height: 760px; align-items: flex-end; padding-left: 18px; padding-right: 18px; }
  .manifesto-card { padding: 34px 30px; }
  .collection .section-heading { padding-top: 14px; padding-bottom: 14px; }
  .vault-toggle { grid-template-columns: 44px 1fr 26px; min-height: 92px; }
  .vault-toggle small { grid-column: 2; margin-top: -10px; }
  .vault-toggle b { grid-column: 3; grid-row: 1 / span 2; }
  .vault-panel { grid-template-columns: 1fr; padding: 6px 0 48px 44px; gap: 30px; }
  .vault-copy > p { font-size: 15px; }
  .footer { grid-template-columns: 1fr; min-height: 0; }
  .copyright { grid-column: auto; }
}


/* Individual-release archive carousel. Two rows, four columns visible on desktop. */
.archive-carousel-wrap { position: relative; margin: 0; }
.archive-carousel-controls { display:flex; justify-content:flex-end; justify-self:end; gap:10px; margin:0; }
.archive-carousel-controls button { width:44px; height:44px; border:1px solid var(--ink); border-radius:0; background:transparent; color:var(--ink); font-size:18px; cursor:pointer; transition:background .2s ease,color .2s ease; }
.archive-carousel-controls button:hover,.archive-carousel-controls button:focus-visible { background:var(--ink); color:#fff; }
.archive-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.archive-carousel::-webkit-scrollbar { display:none; }
.archive-carousel-track {
  --archive-gap: clamp(12px, 1vw, 18px);
  --archive-card-width: 300px;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  column-gap: var(--archive-gap);
  row-gap: var(--archive-gap);
  width: max-content;
  min-width: 100%;
  padding: 0;
}
.archive-watch-card {
  width: var(--archive-card-width);
  min-width: 0;
  padding: clamp(16px, 1.35vw, 24px);
  border: 0;
  scroll-snap-align: start;
  background: #faf9f7;
}
.archive-watch-image {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 18px;
  background: #f0ede7;
}
.archive-watch-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s cubic-bezier(.2,.7,.2,1); }
.archive-watch-card:hover .archive-watch-image img { transform:scale(1.025); }
.archive-watch-card p { margin:0 0 7px; color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.18em; }
.archive-watch-card h3 { margin:0; font-size:clamp(13px,1.05vw,18px); line-height:1.2; letter-spacing:.01em; text-transform:uppercase; }
@media (max-width:900px) { .archive-carousel-track { --archive-card-width: 320px; } }
@media (max-width:560px) { .archive-carousel-track { --archive-card-width: 78vw; } }


/* V4.2 typography study — condensed technical headings + monospaced body. */
h1, h2, h3,
.section-heading h2,
.feature-copy h2,
.manifesto-card h2,
.about-copy h2,
.heritage-hero-card h2,
.availability-copy h2,
.novelties-header h2,
.collections-bridge h2,
.vault-toggle strong,
.about-mark {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: .005em;
}

.section-heading h2,
.feature-copy h2,
.manifesto-card h2,
.about-copy h2,
.heritage-hero-card h2,
.availability-copy h2 {
  line-height: .92;
}

.watch-card h3,
.archive-watch-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1;
}

/* Keep small technical language visibly monospaced. */
.eyebrow,
.watch-category,
.spec-row span,
.vault-toggle span,
.vault-toggle small,
.vault-badges li,
.vault-meta h4,
.vault-specs li,
.archive-watch-card p,
.nav a,
.menu-button,
.discover-button,
.availability-button,
.footer,
.footer a {
  font-family: var(--font-body);
}

body,
p,
.feature-copy > p:not(.eyebrow),
#feature-watch-body p,
.manifesto-card p:not(.eyebrow),
.vault-copy > p,
.heritage-hero-card p:not(.eyebrow),
.availability-copy p:not(.eyebrow),
.about-copy > p:last-child {
  font-family: var(--font-body);
  font-weight: 400;
}

/* Plex Mono is visually denser than the previous grotesk; give prose a little air. */
.feature-copy > p:not(.eyebrow),
#feature-watch-body p,
.manifesto-card p:not(.eyebrow),
.vault-copy > p,
.heritage-hero-card p:not(.eyebrow),
.availability-copy p:not(.eyebrow),
.about-copy > p:last-child {
  letter-spacing: -.012em;
}


/* V4.3 — in-section product archive prototype. */
.archive-watch-card--detail { cursor: pointer; position: relative; }
.archive-watch-card--detail:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.archive-watch-open {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  opacity: .52;
  transition: opacity .2s ease, transform .2s ease;
}
.archive-watch-card--detail:hover .archive-watch-open,
.archive-watch-card--detail:focus-visible .archive-watch-open { opacity: 1; transform: translateX(3px); }

.novelties.is-detail-open .novelties-header,
.novelties.is-detail-open .archive-carousel-wrap {
  animation: noveltyBrowseOut .28s ease forwards;
  pointer-events: none;
}
@keyframes noveltyBrowseOut {
  to { opacity: 0; transform: scale(.985); filter: blur(5px); }
}
.watch-detail[hidden] { display: none; }
.watch-detail {
  margin: 0 calc(var(--pad) * -1) calc(clamp(56px, 5vw, 86px) * -1);
  background: #fff;
  color: var(--ink);
  animation: watchDetailIn .48s cubic-bezier(.2,.75,.2,1);
}
@keyframes watchDetailIn {
  from { opacity: 0; transform: scale(1.018); filter: blur(7px); }
  to { opacity: 1; transform: scale(1); filter: blur(0); }
}
.watch-detail-toolbar {
  position: sticky;
  top: 82px;
  z-index: 44;
  min-height: 82px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(0,0,0,.13);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}
.watch-detail-toolbar > span { color: var(--muted); white-space: nowrap; }
.watch-detail-back {
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .12em;
  cursor: pointer;
}
.watch-detail-back--top {
  border: 2px solid var(--ink);
  background: rgba(255,255,255,.62);
  padding: 12px 16px;
  font-size: 12px;
  transition: background .2s ease, color .2s ease;
}
.watch-detail-back--top:hover,
.watch-detail-back--top:focus-visible { background: var(--ink); color: #fff; outline: none; }
.watch-detail-scroll-cue {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: rgba(58, 104, 66, .80);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  padding: 7px 10px 6px;
  background: rgba(255,255,255,.78);
  border-radius: 2px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.watch-detail-scroll-cue.is-visible { opacity: 1; }
.watch-detail-scroll-cue i {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  animation: watchDetailCue 1.4s ease-in-out infinite;
}
@keyframes watchDetailCue { 0%,100% { transform: translateY(-1px) rotate(45deg); } 50% { transform: translateY(4px) rotate(45deg); } }
.watch-detail-intro {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--warm);
  min-height: min(780px, 78vw);
}
.watch-detail-hero-image { overflow: hidden; min-height: 650px; background: #eeeae3; }
.watch-detail-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.watch-detail-copy {
  padding: clamp(52px, 6vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.watch-detail-copy h2,
.watch-detail-section-heading h2,
.watch-detail-spec-section h2 {
  margin: 8px 0 30px;
  font-family: var(--font-heading);
  font-size: clamp(48px, 6.6vw, 108px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.02em;
}
.watch-detail-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 18px; line-height: 1.72; }
.watch-detail-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.watch-detail-badges span {
  border: 1px solid rgba(0,0,0,.32);
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
}
.watch-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 2px;
  padding: 2px 0;
  background: #fff;
}
.watch-detail-gallery figure { margin: 0; aspect-ratio: 1/1; overflow: hidden; background: #efede8; }
.watch-detail-gallery img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.watch-detail-gallery figure:hover img { transform: scale(1.018); }
.watch-detail-engineering { padding: clamp(70px, 7vw, 120px) var(--pad); }
.watch-detail-section-heading { max-width: 900px; margin-bottom: clamp(48px, 5vw, 80px); }
.watch-detail-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap: clamp(18px,2vw,32px); }
.watch-detail-feature-grid article { border-top:1px solid var(--ink); padding-top:18px; }
.watch-detail-feature-grid article > span { font-family:var(--font-body); font-size:10px; letter-spacing:.14em; color:var(--muted); }
.watch-detail-feature-grid h3 { margin: 28px 0 18px; font-size:clamp(25px,2.4vw,42px); line-height:.95; }
.watch-detail-feature-grid p { margin:0; max-width:520px; line-height:1.65; }
.watch-detail-spec-section {
  display:grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(36px,6vw,110px);
  padding: clamp(70px,7vw,120px) var(--pad);
  background:#0a0a0a;
  color:#fff;
}
.watch-detail-spec-section .eyebrow { color:rgba(255,255,255,.62); }
.watch-detail-spec-section h2 { color:#fff; font-size:clamp(48px,5.5vw,92px); }
.watch-detail-specs { margin:0; }
.watch-detail-specs div { display:grid; grid-template-columns:minmax(150px,.65fr) 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.22); }
.watch-detail-specs dt { font-family:var(--font-body); font-size:10px; font-weight:700; letter-spacing:.14em; color:rgba(255,255,255,.6); }
.watch-detail-specs dd { margin:0; font-family:var(--font-body); font-size:13px; line-height:1.5; }

.watch-detail-closebar {
  display: flex;
  justify-content: center;
  padding: clamp(46px, 5vw, 78px) var(--pad);
  background: #fff;
}
.watch-detail-back--bottom {
  border: 2px solid var(--ink);
  background: transparent;
  padding: 15px 22px;
  font-size: 11px;
  transition: background .2s ease, color .2s ease;
}
.watch-detail-back--bottom:hover,
.watch-detail-back--bottom:focus-visible { background: var(--ink); color: #fff; outline: none; }

@media (max-width: 900px) {
  .watch-detail-intro { grid-template-columns: 1fr; min-height: 0; }
  .watch-detail-hero-image { min-height: 68vw; }
  .watch-detail-feature-grid { grid-template-columns: 1fr; gap: 42px; }
  .watch-detail-spec-section { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .watch-detail-toolbar { top:68px; min-height:72px; }
  .watch-detail-toolbar span { display:none; }
  .watch-detail-back--top { font-size:11px; padding:11px 13px; }
  .watch-detail-scroll-cue { bottom:max(14px, env(safe-area-inset-bottom)); }
  .watch-detail-copy { padding: 46px var(--pad) 60px; }
  .watch-detail-copy h2 { font-size: clamp(46px, 17vw, 70px); }
  .watch-detail-gallery { grid-template-columns:1fr; }
  .watch-detail-engineering, .watch-detail-spec-section { padding-top:60px; padding-bottom:60px; }
  .watch-detail-specs div { grid-template-columns:1fr; gap:6px; }
}


/* V4.6 — scroll-contained novelty detail state. While a watch detail is open,
   the document is latched and the detail module is the only scroll surface. */
html.watch-detail-lock,
body.watch-detail-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.watch-detail.is-latched {
  position: fixed;
  top: 82px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.watch-detail.is-latched .watch-detail-toolbar {
  top: 0;
}

@media (max-width: 600px) {
  .watch-detail.is-latched { top: 68px; }
  .watch-detail.is-latched .watch-detail-toolbar { top: 0; }
}

/* V4.7 — keep the global site header visible above a latched novelty detail. */
html.watch-detail-lock .site-header,
body.watch-detail-lock .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10050;
}

.watch-detail.is-latched {
  z-index: 10000;
}


/* V4.12 — novelty theatrical heading standard. Sentence breaks are explicit
   in detail H2 markup; section headings use the full detail width. */
.watch-detail-section-heading {
  max-width: none;
  width: 100%;
}
.watch-detail-copy h2 br,
.watch-detail-section-heading h2 br {
  display: block;
}
