:root {
  --anthracite: #17181c;
  --tray: #101116;
  --tray-deep: #090a0d;
  --cream: #f6eedf;
  --cream-soft: #ded3bf;
  --silver: #d9dce0;
  --silver-dim: #9ba0a5;
  --rose: #c9906b;
  --rose-deep: #704534;
  --ruby: #a71e43;
  --blue: #2f5f9b;
  --line: rgba(246, 238, 223, 0.16);
  --line-strong: rgba(246, 238, 223, 0.3);
  --shadow: rgba(0, 0, 0, 0.45);
  --display: 'Cormorant Garamond', serif;
  --ui: 'Archivo', sans-serif;
  --mono: 'Chivo Mono', monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad-x: 4.5rem;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scrollbar-color: var(--rose) var(--tray-deep);
  scrollbar-width: thin;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: clip;
}

body {
  background:
    linear-gradient(107deg, rgba(255, 245, 224, 0.08), transparent 22rem),
    radial-gradient(ellipse at 54% 0%, rgba(221, 213, 195, 0.13), transparent 28rem),
    linear-gradient(180deg, #1b1c20 0%, #121318 36%, #17181c 100%);
  color: var(--cream-soft);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: 0;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "kern" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  min-width: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.11), transparent 16%, transparent 84%, rgba(217, 220, 224, 0.08)),
    repeating-linear-gradient(96deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 13px);
  mix-blend-mode: screen;
  opacity: 0.62;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

::selection {
  background: var(--rose);
  color: var(--tray-deep);
}

:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.7rem;
  left: var(--pad-x);
  z-index: 100;
  transform: translateY(-160%);
  background: var(--cream);
  color: var(--tray);
  font-family: var(--mono);
  font-size: 0.82rem;
  padding: 0.72rem 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.bench-light {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(255, 245, 226, 0.18) 34%, rgba(255, 245, 226, 0.07) 45%, transparent 62%),
    linear-gradient(180deg, rgba(255, 244, 223, 0.07), transparent 38%);
  filter: blur(1px);
  opacity: 0.9;
}

.velvet-grain {
  position: fixed;
  inset: -35%;
  z-index: -2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.72' numOctaves='3' seed='27' type='fractalNoise'/%3E%3CfeColorMatrix values='0.18 0 0 0 0 0 0.18 0 0 0 0 0 0.2 0 0 0 0 0 0.85 0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.22;
  mix-blend-mode: overlay;
  animation: grainDrift 11s steps(5) infinite;
}

@keyframes grainDrift {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-2%, 1%, 0); }
  50% { transform: translate3d(1%, -2%, 0); }
  75% { transform: translate3d(-1%, -1%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: max(0.75rem, env(safe-area-inset-top)) var(--pad-x) 0.75rem;
  background:
    linear-gradient(180deg, rgba(12, 13, 16, 0.94), rgba(12, 13, 16, 0.74)),
    linear-gradient(90deg, rgba(201, 144, 107, 0.13), rgba(217, 220, 224, 0.04));
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(15px);
  opacity: 0;
  transform: translateY(-100%);
  animation: headerLoad 0.9s var(--ease) 0.15s forwards;
}

@keyframes headerLoad {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  min-height: 44px;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.48rem;
  line-height: 1;
  white-space: nowrap;
}

.brand-number {
  color: var(--rose);
  font-family: var(--mono);
  font-size: 0.88rem;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.18rem;
  min-width: 0;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 0.64rem;
  color: var(--cream-soft);
  font-family: var(--mono);
  font-size: 0.77rem;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--cream);
  border-color: var(--rose);
  background: rgba(255, 244, 223, 0.05);
}

.movement-theatre {
  min-height: 224vh;
  position: relative;
}

.theatre-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.35fr) minmax(12rem, 0.42fr);
  align-items: center;
  gap: 1.4rem;
  padding: 6.2rem var(--pad-x) 3.2rem;
  isolation: isolate;
}

.hero-copy {
  max-width: 31rem;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker,
.ledger-title {
  font-family: var(--mono);
  color: var(--rose);
  font-size: 0.78rem;
  line-height: 1.45;
}

h1,
h2 {
  font-family: var(--display);
  color: var(--cream);
  font-weight: 600;
  line-height: 0.92;
  text-wrap: balance;
}

h1 {
  font-size: 5.45rem;
  margin-top: 0.7rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.72rem;
  line-height: 1.05;
  font-weight: 600;
}

.hero-text {
  margin-top: 1.25rem;
  color: var(--cream-soft);
  max-width: 28.5rem;
}

.hero-metrics {
  margin: 1.55rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.hero-metrics div {
  padding: 0.86rem 0.65rem 0.94rem 0;
  min-width: 0;
}

.hero-metrics div + div {
  border-left: 1px solid var(--line);
  padding-left: 0.8rem;
}

dt {
  color: var(--silver-dim);
  font-family: var(--mono);
  font-size: 0.72rem;
}

dd {
  margin: 0.26rem 0 0;
  color: var(--cream);
  font-family: var(--mono);
  font-size: 1.02rem;
}

.movement-shell {
  min-width: 0;
  position: relative;
  align-self: center;
  padding: 0.7rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.1), rgba(255, 244, 223, 0.025)),
    linear-gradient(180deg, rgba(10, 11, 14, 0.86), rgba(25, 26, 31, 0.72));
  border: 1px solid rgba(246, 238, 223, 0.16);
  box-shadow:
    0 3.2rem 5rem rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 244, 223, 0.18);
}

.movement-shell::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  pointer-events: none;
  border: 1px solid rgba(201, 144, 107, 0.22);
  z-index: 1;
}

.bench-rule {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--silver-dim);
  font-family: var(--mono);
  font-size: 0.72rem;
  padding: 0 0.2rem 0.55rem;
  position: relative;
  z-index: 2;
}

.bench-rule b {
  color: var(--cream);
  font-weight: 600;
}

.calibre-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 9.5rem);
  min-height: 25rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  filter: saturate(1.02);
}

.shadow-bed ellipse:first-child {
  fill: rgba(0, 0, 0, 0.38);
  filter: blur(10px);
}

.shadow-bed ellipse:last-child {
  fill: rgba(201, 144, 107, 0.07);
  filter: blur(18px);
}

.movement-part {
  cursor: pointer;
  transform-box: view-box;
  transition: opacity 0.22s ease, filter 0.22s ease;
}

.movement-part:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 18px rgba(255, 244, 223, 0.7));
}

.movement-part.is-hot {
  filter:
    drop-shadow(0 0 15px rgba(246, 238, 223, 0.42))
    drop-shadow(0 0 22px rgba(201, 144, 107, 0.36));
}

.movement-shell.has-hot .movement-part:not(.is-hot) {
  opacity: 0.48;
}

.baseplate {
  fill: url("#plateGlow");
  stroke: rgba(246, 238, 223, 0.34);
  stroke-width: 1.7;
  filter: url("#softShadow");
}

.plate-edge {
  fill: none;
  stroke: rgba(246, 238, 223, 0.22);
  stroke-width: 1.1;
}

.plate-hole {
  fill: rgba(13, 14, 18, 0.5);
  stroke: rgba(246, 238, 223, 0.13);
}

.bridge {
  stroke: rgba(255, 244, 223, 0.34);
  stroke-width: 1.15;
  filter: url("#softShadow");
}

.bridge-silver {
  fill: url("#silverBrush");
}

.bridge-rose {
  fill: url("#roseBrush");
}

.engrave,
.swan {
  fill: none;
  stroke: rgba(23, 24, 28, 0.45);
  stroke-width: 3;
  stroke-linecap: round;
}

.gear-fill {
  stroke: rgba(255, 244, 223, 0.56);
  stroke-width: 1.1;
  filter: url("#softShadow");
}

.gear-silver {
  fill: url("#silverBrush");
}

.gear-rose {
  fill: url("#roseBrush");
}

.gear-brass {
  fill: #d6bd73;
}

.gear-ring,
.balance-ring,
.balance-inner,
.cage-rail,
.tourbillon-dial {
  fill: none;
  stroke: rgba(255, 244, 223, 0.7);
  stroke-width: 2;
}

.gear-ring {
  stroke: rgba(23, 24, 28, 0.56);
  stroke-width: 3;
}

.spokes,
.balance-spoke,
.mini-spokes,
.cage-bar {
  fill: none;
  stroke: rgba(23, 24, 28, 0.62);
  stroke-width: 5;
  stroke-linecap: round;
}

.mainspring,
.hairspring {
  fill: none;
  stroke: rgba(23, 24, 28, 0.68);
  stroke-width: 5;
  stroke-linecap: round;
}

.hairspring {
  stroke: rgba(201, 144, 107, 0.88);
  stroke-width: 3;
}

.arbor,
.screw,
.chaton,
.cage-jewel,
.poise {
  fill: url("#roseBrush");
  stroke: rgba(255, 244, 223, 0.5);
  stroke-width: 1;
}

.arbor.rose,
.screw,
.cage-jewel {
  fill: var(--rose);
}

.ruby,
.ruby-dot {
  fill: var(--ruby);
  stroke: rgba(255, 244, 223, 0.5);
  stroke-width: 0.8;
}

.chaton {
  fill: #c79b55;
}

.pallet {
  fill: url("#silverBrush");
  stroke: rgba(255, 244, 223, 0.4);
}

.lever {
  stroke: rgba(255, 244, 223, 0.72);
  stroke-width: 5;
  stroke-linecap: round;
}

.balance-ring {
  stroke: url("#roseBrush");
  stroke-width: 6;
}

.balance-inner {
  stroke: rgba(255, 244, 223, 0.62);
  stroke-width: 2;
}

.screw-slot {
  fill: none;
  stroke: rgba(23, 24, 28, 0.62);
  stroke-width: 2;
}

.blue-screw {
  fill: radial-gradient(circle at 35% 25%, #87a9d3, #2f5f9b 52%, #17233c);
  fill: #2f5f9b;
  stroke: rgba(255, 244, 223, 0.48);
}

.blue-slot {
  stroke: rgba(246, 238, 223, 0.66);
  stroke-width: 2;
  stroke-linecap: round;
}

.click-spring,
.callout-line {
  fill: none;
  stroke: rgba(246, 238, 223, 0.42);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.svg-label {
  font-family: var(--mono);
  font-size: 13px;
  fill: var(--cream);
  paint-order: stroke;
  stroke: rgba(10, 11, 14, 0.76);
  stroke-width: 4px;
  pointer-events: none;
}

.part-tooltip {
  position: fixed;
  z-index: 40;
  max-width: 20rem;
  padding: 0.85rem 0.95rem;
  background: rgba(12, 13, 16, 0.94);
  border: 1px solid rgba(246, 238, 223, 0.24);
  box-shadow: 0 1.3rem 2.2rem rgba(0, 0, 0, 0.45);
  color: var(--cream-soft);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0.4rem, 0);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.part-tooltip.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.part-tooltip strong {
  display: block;
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.05;
  margin-bottom: 0.28rem;
}

.part-tooltip span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.46;
}

.layer-ledger {
  align-self: end;
  justify-self: stretch;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  padding: 0.9rem 0;
  max-width: 18rem;
}

.layer-ledger ol {
  list-style: none;
  padding: 0;
  margin: 0.65rem 0 0;
  display: grid;
  gap: 0.25rem;
}

.layer-ledger li {
  color: var(--cream-soft);
  font-family: var(--mono);
  font-size: 0.74rem;
  line-height: 1.35;
  padding: 0.22rem 0.15rem;
  border-bottom: 1px solid rgba(246, 238, 223, 0.07);
  cursor: default;
}

.layer-ledger li.is-hot {
  color: var(--cream);
  background: rgba(201, 144, 107, 0.13);
}

.layer-ledger span {
  color: var(--rose);
  margin-right: 0.55rem;
}

.reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

body.is-loaded .movement-theatre .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.movement-shell.reveal {
  transition-delay: 0.18s;
}

.layer-ledger.reveal {
  transition-delay: 0.32s;
}

.section-band {
  position: relative;
  padding: 7.5rem var(--pad-x);
  border-top: 1px solid rgba(246, 238, 223, 0.1);
}

.section-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.035), transparent 26%),
    linear-gradient(90deg, rgba(201, 144, 107, 0.08), transparent 38%);
  opacity: 0.78;
}

.section-band > * {
  position: relative;
  z-index: 1;
}

.atelier-grid,
.tourbillon,
.reservation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 4rem;
  align-items: center;
}

.atelier-copy,
.finish-copy,
.reserve-panel,
.tourbillon-copy,
.spec-head {
  max-width: 46rem;
}

.atelier-copy h2,
.tourbillon-copy h2,
.finish-copy h2,
.reserve-panel h2,
.spec-head h2 {
  margin-top: 0.6rem;
}

.atelier-copy p,
.tourbillon-copy p,
.finish-copy p,
.reserve-panel p {
  margin-top: 1.25rem;
  max-width: 42rem;
}

.bench-notes,
.allocation,
.tourbillon-readout {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.bench-notes p,
.allocation div {
  margin: 0;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(246, 238, 223, 0.1);
  color: var(--cream);
}

.bench-notes p:last-child,
.allocation div:last-child {
  border-bottom: 0;
}

.bench-notes span,
.allocation span {
  display: block;
  color: var(--rose);
  font-family: var(--mono);
  font-size: 0.78rem;
  margin-bottom: 0.24rem;
}

.tourbillon {
  background:
    linear-gradient(180deg, rgba(8, 9, 12, 0.46), rgba(22, 23, 28, 0.92)),
    linear-gradient(120deg, transparent, rgba(201, 144, 107, 0.08));
  min-height: 86vh;
}

.tourbillon-stage {
  justify-self: center;
  width: min(100%, 32rem);
  padding-top: 1.5rem;
}

.tourbillon-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 2rem 2.2rem rgba(0, 0, 0, 0.42));
}

.tourbillon-dial {
  fill: rgba(11, 12, 15, 0.66);
  stroke: rgba(246, 238, 223, 0.22);
}

.cage-rail {
  stroke: url("#tourbillonRail");
  stroke-width: 5;
}

.cage-bar {
  stroke: rgba(246, 238, 223, 0.72);
  stroke-width: 3;
}

.mini-gear {
  fill: url("#roseBrush");
  stroke: rgba(255, 244, 223, 0.55);
}

.mini-pallet path {
  fill: url("#silverBrush");
}

.mini-balance-ring {
  fill: none;
  stroke: var(--rose);
  stroke-width: 4;
}

.cage-escapement circle {
  fill: var(--cream);
}

.tourbillon-readout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1rem;
  color: var(--cream);
}

.tourbillon-readout div {
  min-width: 0;
  border-left: 1px solid rgba(246, 238, 223, 0.12);
}

.tourbillon-readout div:first-child {
  border-left: 0;
}

.tourbillon-readout span,
.tourbillon-readout b {
  display: block;
  padding: 0.55rem 0.72rem 0;
  font-family: var(--mono);
}

.tourbillon-readout span {
  color: var(--rose);
  font-size: 0.72rem;
}

.tourbillon-readout b {
  padding-top: 0.12rem;
  padding-bottom: 0.72rem;
  font-size: 1.02rem;
  font-weight: 600;
}

.specs {
  background:
    linear-gradient(180deg, rgba(246, 238, 223, 0.04), transparent),
    linear-gradient(90deg, transparent, rgba(217, 220, 224, 0.05), transparent);
}

.spec-head {
  margin-bottom: 2.2rem;
}

.spec-table-wrap {
  max-width: 72rem;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.spec-table caption {
  text-align: left;
  color: var(--rose);
  font-family: var(--mono);
  font-size: 0.82rem;
  padding: 0 0 0.75rem;
}

.spec-table th,
.spec-table td {
  padding: 1.05rem 0.7rem;
  border-top: 1px solid rgba(246, 238, 223, 0.11);
  vertical-align: top;
}

.spec-table tr {
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.08), transparent 22rem);
}

.spec-table tr:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(217, 220, 224, 0.055), transparent 22rem);
}

.spec-table th {
  width: 31%;
  color: var(--cream);
  text-align: left;
  font-family: var(--mono);
  font-size: 0.84rem;
  font-weight: 500;
}

.spec-table td {
  color: var(--cream-soft);
  font-family: var(--mono);
  font-size: 0.95rem;
}

.finishing {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}

.finish-samples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.finish-samples article {
  min-width: 0;
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.sample {
  display: block;
  height: 8.2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(246, 238, 223, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.15), 0 1.3rem 2rem rgba(0, 0, 0, 0.25);
}

.sample.frost {
  background:
    linear-gradient(130deg, rgba(255, 244, 223, 0.35), rgba(126, 128, 134, 0.22), rgba(255, 244, 223, 0.12)),
    repeating-linear-gradient(8deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px);
}

.sample.bevel {
  background:
    linear-gradient(128deg, transparent 0 18%, rgba(255, 244, 223, 0.94) 19%, rgba(156, 160, 164, 0.38) 21%, transparent 24%),
    linear-gradient(180deg, #111217, #2a2c31);
}

.sample.rose {
  background:
    repeating-conic-gradient(from 16deg, #6f4635 0deg 16deg, #c9906b 16deg 27deg, #f0c09d 27deg 31deg, #8a5742 31deg 46deg);
}

.finish-samples p {
  margin-top: 0.55rem;
  color: var(--cream-soft);
  font-size: 0.96rem;
}

.reservation {
  align-items: end;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 1.15rem;
  color: var(--cream);
  font-family: var(--mono);
  font-size: 0.86rem;
  text-decoration-color: var(--rose);
  text-underline-offset: 0.28rem;
}

.allocation {
  font-variant-numeric: tabular-nums;
}

.allocation div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
}

.allocation span {
  margin: 0;
}

.allocation b {
  color: var(--cream);
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

.site-footer {
  padding: 4.6rem var(--pad-x) 3rem;
  border-top: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.72), rgba(9, 10, 13, 0.94)),
    linear-gradient(90deg, rgba(201, 144, 107, 0.11), transparent);
  color: var(--cream-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 1rem 2rem;
  align-items: end;
}

.footer-mark {
  grid-row: span 2;
  color: var(--cream);
  font-family: var(--display);
  font-size: 3.1rem;
  line-height: 0.9;
  font-weight: 700;
}

.footer-mark span {
  display: inline-block;
  color: var(--rose);
  font-family: var(--mono);
  font-size: 1.05rem;
  margin-left: 0.45rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.82rem;
}

.site-footer a {
  color: var(--cream);
  text-decoration-color: rgba(201, 144, 107, 0.9);
  text-underline-offset: 0.25rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-footer a:hover {
  color: #fffaf0;
}

/* Guide route */

.guide-main {
  padding-top: 6.5rem;
}

.guide-hero {
  padding: 5.5rem var(--pad-x) 3rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.52fr);
  gap: 3rem;
  align-items: center;
  min-height: 58vh;
  border-bottom: 1px solid var(--line);
}

.guide-hero p {
  max-width: 42rem;
  margin-top: 1rem;
}

.guide-mark {
  justify-self: end;
  width: 21rem;
  aspect-ratio: 1;
  border: 1px solid rgba(246, 238, 223, 0.22);
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 12, 15, 0.72) 0 19%, transparent 20%),
    repeating-conic-gradient(from 7deg, rgba(246, 238, 223, 0.16) 0deg 5deg, transparent 5deg 13deg),
    conic-gradient(from 0deg, rgba(246, 238, 223, 0.05), rgba(201, 144, 107, 0.35), rgba(217, 220, 224, 0.22), rgba(246, 238, 223, 0.05));
  position: relative;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.guide-mark::before,
.guide-mark::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px solid rgba(246, 238, 223, 0.42);
  border-radius: 50%;
}

.guide-mark::after {
  inset: 31%;
  border-color: var(--rose);
  box-shadow:
    0 0 0 2.2rem rgba(9, 10, 13, 0.34),
    inset 0 0 0 0.7rem rgba(246, 238, 223, 0.08);
}

.guide-mark span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.guide-gear {
  inset: 23%;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 29%, rgba(201, 144, 107, 0.95) 30% 35%, transparent 36%),
    repeating-conic-gradient(from 0deg, #d9dce0 0deg 5deg, #8f9297 5deg 9deg, transparent 9deg 13deg);
  filter: drop-shadow(0 0 18px rgba(246, 238, 223, 0.18));
}

.guide-balance {
  left: 18%;
  bottom: 16%;
  width: 36%;
  aspect-ratio: 1;
  border: 4px solid rgba(201, 144, 107, 0.86);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(246, 238, 223, 0.35);
}

.guide-hand {
  left: 50%;
  top: 50%;
  width: 42%;
  height: 2px;
  background: rgba(246, 238, 223, 0.7);
  transform-origin: left center;
  transform: rotate(-31deg);
}

.guide-grid {
  padding: 4.5rem var(--pad-x) 6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
  gap: 4rem;
  align-items: start;
}

.guide-article {
  max-width: 58rem;
  color: var(--cream-soft);
}

.guide-article h2 {
  font-size: 2.5rem;
  margin: 2.6rem 0 0.75rem;
}

.guide-article h2:first-child {
  margin-top: 0;
}

.guide-article p {
  margin-top: 1rem;
}

.guide-article code {
  color: var(--cream);
  font-family: var(--mono);
  font-size: 0.94em;
  white-space: nowrap;
}

.guide-aside {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.guide-aside h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.token-grid {
  display: grid;
  gap: 0.75rem;
}

.token {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.8rem;
  color: var(--cream-soft);
}

.swatch {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(246, 238, 223, 0.24);
}

.swatch.anthracite { background: #17181c; }
.swatch.silver { background: linear-gradient(135deg, #f5f1e8, #8e9297); }
.swatch.rose { background: #c9906b; }
.swatch.cream { background: #f6eedf; }

@media (max-width: 1180px) {
  :root {
    --pad-x: 2.4rem;
  }

  .theatre-sticky {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    grid-template-areas:
      "copy movement"
      "ledger movement";
    gap: 1.4rem 1.8rem;
  }

  .hero-copy { grid-area: copy; }
  .movement-shell { grid-area: movement; }
  .movement-shell {
    align-self: start;
    margin-top: 1.1rem;
  }
  .layer-ledger {
    grid-area: ledger;
    align-self: start;
  }

  h1 {
    font-size: 3.82rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .finishing {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 821px) {
  .tourbillon-stage {
    position: sticky;
    top: 6.4rem;
    align-self: start;
  }

  .tourbillon-svg {
    transform: translateY(8.4rem) scale(0.76);
    transform-origin: top center;
    margin-bottom: 8.4rem;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .site-header {
    align-items: flex-start;
    padding: 0.62rem var(--pad-x);
  }

  .brand {
    font-size: 1.3rem;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 28rem;
  }

  .site-header nav a {
    font-size: 0.72rem;
    padding: 0 0.5rem;
  }

  .movement-theatre {
    min-height: auto;
  }

  .theatre-sticky {
    position: relative;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "movement"
      "copy"
      "ledger";
    padding-top: 6.1rem;
    padding-bottom: 4rem;
  }

  .movement-shell {
    padding: 0.55rem;
  }

  .calibre-svg {
    min-height: auto;
    max-height: none;
  }

  .bench-rule {
    font-size: 0.66rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.85rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .layer-ledger {
    max-width: none;
  }

  .layer-ledger ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atelier-grid,
  .tourbillon,
  .reservation,
  .guide-hero,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-mark {
    justify-self: start;
  }

  .section-band,
  .guide-grid,
  .guide-hero {
    padding-left: var(--pad-x);
    padding-right: var(--pad-x);
  }

  .finish-samples {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  :root {
    --pad-x: 1rem;
  }

  .site-header {
    gap: 0.4rem;
  }

  .brand-word {
    max-width: 5.7rem;
    overflow: hidden;
  }

  .brand {
    gap: 0.35rem;
  }

  .brand-number {
    font-size: 0.76rem;
  }

  .site-header nav a {
    padding: 0 0.37rem;
    font-size: 0.68rem;
  }

  .theatre-sticky {
    padding-top: 5.6rem;
  }

  .movement-shell::before {
    inset: 0.55rem;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  .hero-text {
    margin-top: 1rem;
  }

  .bench-rule {
    flex-direction: column;
    gap: 0.14rem;
  }

  .svg-label {
    font-size: 17px;
  }

  .layer-ledger ol {
    grid-template-columns: 1fr;
  }

  .section-band {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    padding: 0.82rem 0;
  }

  .spec-table td {
    padding-top: 0;
  }

  .tourbillon-readout {
    grid-template-columns: 1fr;
  }

  .tourbillon-readout div,
  .tourbillon-readout div:first-child {
    border-left: 0;
    border-top: 1px solid rgba(246, 238, 223, 0.12);
  }

  .guide-main {
    padding-top: 5rem;
  }

  .guide-hero {
    padding-top: 3.6rem;
  }

  .guide-mark {
    width: 13.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .velvet-grain {
    animation: none;
  }
}

/* Pass 2: exterior critique refinements */

:root {
  --assembly: 0;
  --lamp-x: 18%;
  --lamp-warm: rgba(255, 239, 206, 0.34);
  --lamp-cool: rgba(217, 220, 224, 0.2);
  --steel-blue: #345f95;
}

section[id],
.guide-article h2 {
  scroll-margin-top: 5.5rem;
}

body {
  background:
    radial-gradient(ellipse at 14% 20%, rgba(255, 242, 216, 0.16), transparent 25rem),
    radial-gradient(ellipse at 68% 8%, rgba(201, 144, 107, 0.13), transparent 30rem),
    linear-gradient(180deg, #1a1b1f 0%, #0f1014 42%, #17181c 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 244, 223, 0.035), transparent 20%, transparent 80%, rgba(201, 144, 107, 0.05)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(93deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 19px);
}

.bench-light {
  background:
    radial-gradient(ellipse at 29% 6%, var(--lamp-warm), transparent 26rem),
    linear-gradient(112deg, transparent 0 16%, rgba(255, 245, 226, 0.2) 29%, rgba(255, 245, 226, 0.06) 48%, transparent 63%),
    linear-gradient(180deg, rgba(255, 244, 223, 0.08), transparent 44%);
  opacity: 1;
}

.site-header {
  padding-top: max(0.68rem, env(safe-area-inset-top));
  padding-bottom: 0.68rem;
  background:
    linear-gradient(180deg, rgba(8, 9, 12, 0.97), rgba(8, 9, 12, 0.78)),
    linear-gradient(90deg, rgba(201, 144, 107, 0.18), rgba(217, 220, 224, 0.04));
}

.brand-word {
  letter-spacing: 0.015em;
}

.site-header nav a {
  border-top: 1px solid transparent;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  border-top-color: rgba(201, 144, 107, 0.45);
}

.movement-theatre::before,
.movement-theatre::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.movement-theatre::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 52% 38%, rgba(255, 238, 205, 0.15), transparent 27rem),
    radial-gradient(ellipse at 78% 42%, rgba(52, 95, 149, 0.1), transparent 18rem);
}

.movement-theatre::after {
  left: var(--pad-x);
  right: var(--pad-x);
  bottom: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 238, 223, 0.22), transparent);
}

.theatre-sticky {
  grid-template-columns: minmax(17rem, 0.58fr) minmax(34rem, 1.48fr) minmax(13rem, 0.38fr);
  gap: 1.65rem;
  padding-top: 5.6rem;
  padding-bottom: 2.4rem;
}

.hero-copy {
  max-width: 28.8rem;
}

.eyebrow,
.section-kicker,
.ledger-title {
  text-transform: none;
}

h1,
h2 {
  font-weight: 500;
  line-height: 0.9;
}

h1 {
  font-size: 5.9rem;
}

.hero-text {
  max-width: 27rem;
  color: rgba(246, 238, 223, 0.82);
}

.hero-metrics {
  background:
    linear-gradient(90deg, rgba(12, 13, 16, 0.34), transparent),
    linear-gradient(180deg, rgba(246, 238, 223, 0.035), transparent);
}

.hero-metrics dd {
  font-size: 1.08rem;
}

.movement-shell {
  overflow: hidden;
  padding: 0.82rem;
  background:
    radial-gradient(ellipse at var(--lamp-x) 11%, rgba(255, 244, 223, 0.24), transparent 18rem),
    linear-gradient(140deg, rgba(246, 238, 223, 0.11), rgba(246, 238, 223, 0.02) 39%),
    linear-gradient(180deg, rgba(9, 10, 13, 0.98), rgba(28, 28, 31, 0.72));
  border-color: rgba(246, 238, 223, 0.25);
  box-shadow:
    0 5rem 7rem rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(201, 144, 107, 0.08),
    inset 0 1px 0 rgba(255, 244, 223, 0.2),
    inset 0 0 5rem rgba(255, 244, 223, 0.035);
}

.movement-shell::before {
  border-color: rgba(201, 144, 107, 0.32);
}

.movement-shell::after {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 33%, rgba(255, 244, 223, 0.26) 46%, transparent 58%);
  mix-blend-mode: screen;
  transform: translate3d(-42%, 0, 0);
  opacity: 0;
}

body.is-loaded .movement-shell::after {
  animation: benchSweep 1.7s var(--ease) 0.42s forwards;
}

@keyframes benchSweep {
  0% {
    opacity: 0;
    transform: translate3d(-42%, 0, 0);
  }
  28% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translate3d(44%, 0, 0);
  }
}

.bench-rule {
  color: rgba(246, 238, 223, 0.6);
  letter-spacing: 0.01em;
}

.calibre-svg {
  background:
    radial-gradient(ellipse at 36% 25%, rgba(255, 244, 223, 0.16), transparent 24rem),
    radial-gradient(circle at 77% 70%, rgba(201, 144, 107, 0.12), transparent 10rem);
}

.inspection-marks path,
.inspection-marks circle {
  fill: none;
  stroke: rgba(246, 238, 223, 0.13);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.inspection-marks path:nth-child(2) {
  stroke: rgba(201, 144, 107, 0.22);
}

.inspection-marks circle {
  stroke-dasharray: 2 12;
}

.gear-fill {
  stroke-width: 1.25;
}

.gear-brass {
  fill: #d9bd69;
}

.blue-screw {
  fill: #345f95;
  stroke: rgba(246, 238, 223, 0.72);
}

.svg-label {
  font-size: 12px;
  fill: rgba(255, 248, 235, 0.95);
}

.tick-arc {
  fill: none;
  stroke: rgba(246, 238, 223, 0.18);
  stroke-width: 2;
  stroke-linecap: round;
}

.tick-jewel {
  fill: var(--ruby);
  stroke: rgba(255, 244, 223, 0.75);
  stroke-width: 1;
  opacity: 0.26;
}

.calibre-svg[data-lock="left"] .tick-left,
.calibre-svg[data-lock="right"] .tick-right {
  opacity: 1;
  stroke: rgba(255, 244, 223, 0.82);
  filter: drop-shadow(0 0 10px rgba(201, 144, 107, 0.7));
}

.part-tooltip {
  background:
    linear-gradient(180deg, rgba(18, 18, 21, 0.98), rgba(10, 11, 14, 0.96)),
    linear-gradient(90deg, rgba(201, 144, 107, 0.18), transparent);
  border-color: rgba(201, 144, 107, 0.38);
}

.layer-ledger {
  align-self: center;
  padding: 1rem 0.72rem;
  background:
    linear-gradient(90deg, rgba(246, 238, 223, 0.045), transparent),
    linear-gradient(180deg, rgba(9, 10, 13, 0.24), rgba(9, 10, 13, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.08);
}

.layer-ledger li {
  position: relative;
  padding: 0.24rem 0.2rem 0.24rem 0.35rem;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.layer-ledger li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  bottom: 0.42rem;
  width: 1px;
  background: transparent;
}

.layer-ledger li:hover,
.layer-ledger li:focus-visible,
.layer-ledger li.is-hot {
  color: var(--cream);
  background: rgba(201, 144, 107, 0.16);
  transform: translateX(0.18rem);
}

.layer-ledger li:hover::before,
.layer-ledger li:focus-visible::before,
.layer-ledger li.is-hot::before {
  background: var(--rose);
}

.section-band {
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.05);
}

.atelier {
  background:
    radial-gradient(ellipse at 16% 18%, rgba(255, 244, 223, 0.11), transparent 24rem),
    linear-gradient(110deg, rgba(201, 144, 107, 0.1), transparent 42%);
}

.atelier-copy h2,
.reserve-panel h2 {
  max-width: 40rem;
}

.bench-notes {
  padding-left: 1.05rem;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.36), transparent),
    repeating-linear-gradient(180deg, transparent 0 2.85rem, rgba(246, 238, 223, 0.035) 2.85rem 2.92rem);
}

.tourbillon {
  min-height: 104vh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 78% 20%, rgba(255, 235, 202, 0.12), transparent 24rem),
    radial-gradient(ellipse at 76% 32%, rgba(201, 144, 107, 0.13), transparent 19rem),
    linear-gradient(180deg, rgba(7, 8, 11, 0.88), rgba(17, 18, 23, 0.96));
}

.tourbillon::after {
  content: "";
  position: absolute;
  right: -10rem;
  top: 3rem;
  width: 43rem;
  aspect-ratio: 1;
  border: 1px solid rgba(246, 238, 223, 0.07);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4.5rem rgba(246, 238, 223, 0.018);
  pointer-events: none;
}

.tourbillon::before {
  content: "";
  position: absolute;
  left: 4rem;
  bottom: 5rem;
  width: 28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 0 28%, rgba(246, 238, 223, 0.045) 29% 30%, transparent 31% 46%, rgba(201, 144, 107, 0.06) 47% 48%, transparent 49%),
    repeating-conic-gradient(from -18deg, rgba(246, 238, 223, 0.055) 0deg 1deg, transparent 1deg 15deg);
  opacity: 0.78;
}

.tourbillon-copy {
  align-self: start;
  padding-top: 1.5rem;
}

.tourbillon-stage {
  width: min(100%, 40rem);
  position: relative;
}

.tourbillon-stage::before {
  content: "";
  position: absolute;
  inset: 11% 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 244, 223, 0.09), transparent 58%);
  filter: blur(18px);
  pointer-events: none;
}

.tourbillon-map circle,
.tourbillon-map path {
  fill: none;
  stroke: rgba(246, 238, 223, 0.12);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.tourbillon-map circle:first-child {
  stroke: rgba(201, 144, 107, 0.18);
  stroke-dasharray: 3 13;
}

.tourbillon-readout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(9, 10, 13, 0.26);
}

.tourbillon-readout span {
  color: #d79b76;
}

.specs {
  display: grid;
  grid-template-columns: minmax(18rem, 0.58fr) minmax(0, 1fr);
  gap: 4.5rem;
  align-items: start;
  background:
    radial-gradient(ellipse at 21% 16%, rgba(255, 244, 223, 0.1), transparent 24rem),
    linear-gradient(90deg, rgba(201, 144, 107, 0.08), transparent 45%);
}

.spec-head {
  position: sticky;
  top: 7.5rem;
}

.spec-table-wrap {
  max-width: none;
  background: rgba(9, 10, 13, 0.18);
}

.spec-table th,
.spec-table td {
  padding: 1.1rem 1rem;
}

.spec-table th {
  color: rgba(246, 238, 223, 0.92);
}

.spec-table td strong {
  color: var(--cream);
  font-weight: 700;
}

.finishing {
  background:
    radial-gradient(ellipse at 78% 22%, rgba(217, 220, 224, 0.08), transparent 23rem),
    linear-gradient(110deg, rgba(9, 10, 13, 0.08), rgba(201, 144, 107, 0.06));
}

.finish-samples {
  align-items: start;
}

.finish-samples article:nth-child(2) {
  margin-top: 2.2rem;
}

.finish-samples article:nth-child(3) {
  margin-top: 4.4rem;
}

.sample {
  height: 9.2rem;
  transform: skewY(-1.5deg);
}

.sample.frost {
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 244, 223, 0.5), transparent 3.5rem),
    linear-gradient(130deg, rgba(255, 244, 223, 0.35), rgba(126, 128, 134, 0.22), rgba(255, 244, 223, 0.12)),
    repeating-linear-gradient(8deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px);
}

.sample.bevel {
  background:
    linear-gradient(128deg, transparent 0 14%, rgba(255, 244, 223, 0.96) 15%, rgba(156, 160, 164, 0.44) 18%, transparent 22%),
    linear-gradient(130deg, transparent 0 52%, rgba(201, 144, 107, 0.46) 53%, transparent 57%),
    linear-gradient(180deg, #111217, #2a2c31);
}

.reservation {
  min-height: 72vh;
  background:
    radial-gradient(ellipse at 19% 23%, rgba(255, 244, 223, 0.12), transparent 28rem),
    linear-gradient(90deg, rgba(201, 144, 107, 0.09), transparent 50%);
}

.allocation {
  padding-left: 1rem;
  background: linear-gradient(90deg, rgba(9, 10, 13, 0.3), transparent);
}

.allocation b {
  font-size: 3.35rem;
}

.site-footer {
  background:
    radial-gradient(ellipse at 11% 30%, rgba(255, 244, 223, 0.07), transparent 18rem),
    linear-gradient(180deg, rgba(8, 9, 12, 0.78), rgba(6, 7, 9, 0.98)),
    linear-gradient(90deg, rgba(201, 144, 107, 0.16), transparent);
}

.guide-main {
  background:
    radial-gradient(ellipse at 72% 14%, rgba(201, 144, 107, 0.13), transparent 28rem),
    linear-gradient(180deg, rgba(255, 244, 223, 0.025), transparent 22rem);
}

.guide-hero {
  min-height: 70vh;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.54fr);
}

.guide-hero h1 {
  max-width: 52rem;
}

.guide-mark {
  width: 24rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 12, 15, 0.82) 0 14%, transparent 15%),
    radial-gradient(circle at 42% 34%, rgba(255, 244, 223, 0.24), transparent 8rem),
    repeating-conic-gradient(from 7deg, rgba(246, 238, 223, 0.17) 0deg 4deg, rgba(9, 10, 13, 0.18) 4deg 11deg),
    conic-gradient(from -28deg, rgba(246, 238, 223, 0.05), rgba(201, 144, 107, 0.37), rgba(52, 95, 149, 0.2), rgba(246, 238, 223, 0.05));
  box-shadow:
    0 2.4rem 4rem rgba(0, 0, 0, 0.42),
    inset 0 0 4rem rgba(9, 10, 13, 0.34);
}

.guide-bridge {
  left: 21%;
  top: 29%;
  width: 58%;
  height: 24%;
  border-radius: 48% 52% 45% 55%;
  background:
    linear-gradient(135deg, rgba(255, 244, 223, 0.82), rgba(142, 146, 151, 0.42), rgba(255, 244, 223, 0.72));
  box-shadow: 0 1rem 1.6rem rgba(0, 0, 0, 0.34);
  transform: rotate(-10deg);
}

.guide-pallet {
  right: 21%;
  bottom: 31%;
  width: 27%;
  height: 4px;
  background: rgba(246, 238, 223, 0.86);
  transform: rotate(-39deg);
  transform-origin: center;
}

.guide-jewel {
  width: 0.82rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ruby);
  box-shadow: 0 0 0 0.28rem rgba(201, 144, 107, 0.72);
}

.guide-jewel.one { left: 29%; top: 57%; }
.guide-jewel.two { right: 25%; top: 39%; }
.guide-jewel.three { right: 33%; bottom: 22%; }

.guide-grid {
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
}

.guide-article {
  max-width: 64rem;
}

.guide-article h2 {
  font-size: 2.75rem;
  line-height: 0.95;
}

.guide-aside {
  position: sticky;
  top: 7rem;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.34), transparent),
    linear-gradient(180deg, rgba(246, 238, 223, 0.04), transparent);
  padding: 1.2rem 0.85rem;
}

@media (min-width: 821px) {
  .tourbillon-svg {
    transform: translateY(-0.8rem) scale(1.06);
    transform-origin: top center;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 1180px) {
  .theatre-sticky {
    grid-template-columns: minmax(0, 0.66fr) minmax(0, 1fr);
    gap: 1.2rem 1.5rem;
  }

  h1 {
    font-size: 4.08rem;
  }

  .specs {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .spec-head {
    position: relative;
    top: auto;
  }

  .guide-mark {
    width: 21rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
  }

  .theatre-sticky {
    grid-template-columns: 1fr;
    grid-template-areas:
      "movement"
      "copy"
      "ledger";
    gap: 1.05rem;
  }

  .movement-shell {
    justify-self: stretch;
    width: 100%;
    padding: 0.48rem;
  }

  .hero-copy {
    padding-top: 0.2rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-metrics div + div {
    border-top: 0;
    border-left: 1px solid var(--line);
    padding-left: 0.7rem;
  }

  .tourbillon {
    min-height: auto;
  }

  .tourbillon-stage {
    width: min(100%, 31rem);
    justify-self: start;
  }

  .tourbillon-readout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tourbillon-readout div:nth-child(odd) {
    border-left: 0;
  }

  .tourbillon-readout div:nth-child(n + 3) {
    border-top: 1px solid rgba(246, 238, 223, 0.12);
  }

  .finish-samples article:nth-child(2),
  .finish-samples article:nth-child(3) {
    margin-top: 0;
  }

  .sample {
    transform: none;
  }

  .guide-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-mark {
    justify-self: start;
  }

  .guide-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
  }

  .brand-word {
    max-width: none;
  }

  .site-header nav {
    gap: 0.03rem;
  }

  .site-header nav a {
    padding-inline: 0.3rem;
    font-size: 0.64rem;
  }

  .theatre-sticky {
    padding-top: 5.25rem;
  }

  h1 {
    font-size: 2.92rem;
  }

  h2 {
    font-size: 2.48rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .bench-rule {
    font-size: 0.61rem;
  }

  .svg-label {
    font-size: 12px;
  }

  .layer-ledger ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layer-ledger li {
    font-size: 0.68rem;
  }

  .spec-table th,
  .spec-table td {
    padding-left: 0;
    padding-right: 0;
  }

  .tourbillon-readout {
    grid-template-columns: 1fr;
  }

  .tourbillon-readout div,
  .tourbillon-readout div:first-child,
  .tourbillon-readout div:nth-child(odd) {
    border-left: 0;
  }

  .tourbillon-readout div + div {
    border-top: 1px solid rgba(246, 238, 223, 0.12);
  }

  .guide-mark {
    width: min(17rem, 100%);
  }

  .guide-article h2 {
    font-size: 2.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.is-loaded .movement-shell::after {
    animation: none;
  }

  .layer-ledger li {
    transition-duration: 0.001ms !important;
  }
}

/* Pass 3: final art direction */

:root {
  --torque: 0;
  --loupe-x: 50%;
  --loupe-y: 50%;
}

html::-webkit-scrollbar {
  width: 0.72rem;
  height: 0.72rem;
}

html::-webkit-scrollbar-track {
  background: #08090c;
}

html::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, rgba(246, 238, 223, 0.34), rgba(201, 144, 107, 0.8)),
    #c9906b;
  border: 2px solid #08090c;
}

body {
  font-kerning: normal;
  hanging-punctuation: first last;
}

body::before {
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.1), transparent 16%, transparent 84%, rgba(217, 220, 224, 0.08)),
    repeating-linear-gradient(96deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(2deg, rgba(255, 244, 223, 0.018) 0 1px, transparent 1px 31px);
}

h1,
h2,
h3,
.brand,
.footer-mark {
  font-feature-settings: "kern" 1, "liga" 1;
}

.eyebrow,
.section-kicker,
.ledger-title,
.bench-rule,
.spec-table,
.tourbillon-readout,
.allocation,
.winder-control {
  font-variant-numeric: tabular-nums slashed-zero;
  font-feature-settings: "tnum" 1, "zero" 1, "kern" 1;
}

.hero-copy::before {
  content: "adjusted in 6 positions";
  position: absolute;
  left: -1.1rem;
  top: 0.15rem;
  height: 5.8rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(246, 238, 223, 0.28);
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.winder-control {
  margin-top: 1.05rem;
  min-height: 44px;
  display: inline-grid;
  grid-template-columns: 2.25rem minmax(0, auto) auto;
  align-items: center;
  gap: 0.72rem;
  max-width: 100%;
  padding: 0.4rem 0.72rem 0.4rem 0.45rem;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.16), rgba(246, 238, 223, 0.035)),
    rgba(9, 10, 13, 0.34);
  border: 1px solid rgba(201, 144, 107, 0.42);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 223, 0.16),
    0 1rem 1.8rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s var(--ease);
}

.winder-control:hover,
.winder-control:focus-visible,
.winder-control.is-active,
.winder-control[aria-pressed="true"] {
  border-color: rgba(255, 244, 223, 0.64);
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.28), rgba(246, 238, 223, 0.06)),
    rgba(9, 10, 13, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 223, 0.24),
    0 1.1rem 2.1rem rgba(0, 0, 0, 0.27),
    0 0 1.4rem rgba(201, 144, 107, 0.2);
}

.winder-control:hover,
.winder-control:focus-visible {
  transform: translateY(-1px);
}

.winder-control b {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.winder-crown {
  width: 2.1rem;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 244, 223, 0.72), transparent 0.46rem),
    radial-gradient(circle, rgba(12, 13, 16, 0.62) 0 35%, transparent 36%),
    repeating-conic-gradient(from 0deg, #f4c4a5 0deg 9deg, #8f5d46 9deg 16deg);
  border: 1px solid rgba(246, 238, 223, 0.45);
  box-shadow: inset 0 0 0 0.28rem rgba(9, 10, 13, 0.28);
}

.winder-control.is-active .winder-crown,
.winder-control[aria-pressed="true"] .winder-crown {
  animation: crownWind 0.42s linear infinite;
}

@keyframes crownWind {
  to {
    transform: rotate(1turn);
  }
}

.torque-pulse {
  opacity: 0;
  fill: none;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.torque-pulse circle,
.torque-pulse path {
  fill: none;
  stroke: rgba(255, 244, 223, 0.62);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 9 17;
  vector-effect: non-scaling-stroke;
}

.torque-pulse circle:last-of-type,
.torque-pulse path:last-child {
  stroke: rgba(201, 144, 107, 0.82);
  stroke-dasharray: 2 11;
}

.movement-shell.is-winding .torque-pulse {
  opacity: calc(0.22 + var(--torque) * 0.68);
}

.movement-shell.is-winding .torque-pulse circle,
.movement-shell.is-winding .torque-pulse path {
  animation: torqueDash 0.9s linear infinite;
}

@keyframes torqueDash {
  to {
    stroke-dashoffset: -52;
  }
}

.inspection-loupe {
  position: absolute;
  left: var(--loupe-x);
  top: var(--loupe-y);
  z-index: 6;
  width: clamp(7.6rem, 10vw, 9.4rem);
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.32s var(--ease);
}

.movement-shell.has-loupe .inspection-loupe {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.loupe-glass,
.loupe-crosshair,
.loupe-handle {
  position: absolute;
  display: block;
}

.loupe-glass {
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(246, 238, 223, 0.76);
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 250, 238, 0.36), transparent 1.7rem),
    radial-gradient(circle at 50% 52%, rgba(255, 244, 223, 0.1), transparent 62%),
    rgba(217, 220, 224, 0.035);
  box-shadow:
    inset 0 0 0 0.42rem rgba(12, 13, 16, 0.42),
    inset 0 0 2.2rem rgba(246, 238, 223, 0.16),
    0 1.4rem 2.2rem rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(201, 144, 107, 0.26);
  backdrop-filter: saturate(1.22) contrast(1.18) brightness(1.08);
}

.loupe-crosshair {
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(201, 144, 107, 0.42);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(246, 238, 223, 0.45) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(246, 238, 223, 0.45) 50%, transparent calc(50% + 0.5px));
}

.loupe-handle {
  width: 3.2rem;
  height: 0.6rem;
  right: -2rem;
  bottom: 0.35rem;
  transform: rotate(42deg);
  transform-origin: left center;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(246, 238, 223, 0.72), rgba(201, 144, 107, 0.72), rgba(81, 52, 41, 0.94));
  box-shadow: 0 0.45rem 0.85rem rgba(0, 0, 0, 0.35);
}

.movement-shell.has-loupe .movement-part:hover,
.movement-shell.has-loupe .movement-part:focus-visible {
  filter:
    drop-shadow(0 0 10px rgba(255, 244, 223, 0.5))
    drop-shadow(0 0 18px rgba(201, 144, 107, 0.36));
}

.bench-notes,
.allocation,
.spec-table-wrap,
.guide-aside {
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 223, 0.08),
    inset 0 -1px 0 rgba(9, 10, 13, 0.44);
}

.spec-table tr:first-child th,
.spec-table tr:first-child td,
.spec-table tr:nth-child(2) th,
.spec-table tr:nth-child(2) td,
.spec-table tr:nth-child(3) th,
.spec-table tr:nth-child(3) td {
  background:
    linear-gradient(90deg, rgba(201, 144, 107, 0.11), transparent 70%),
    rgba(246, 238, 223, 0.018);
}

.spec-table td strong {
  letter-spacing: 0.01em;
}

.finish-samples article {
  transition: transform 0.28s var(--ease), border-color 0.24s ease;
}

.finish-samples article:hover,
.finish-samples article:focus-within {
  transform: translateY(-0.28rem);
  border-color: rgba(201, 144, 107, 0.5);
}

.sample::after {
  content: "";
  display: block;
  height: 100%;
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(255, 244, 223, 0.18) 43%, transparent 54%);
  mix-blend-mode: screen;
}

.text-link,
.site-footer a {
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

.text-link:hover,
.text-link:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fffaf0;
  text-decoration-color: var(--cream);
  background: rgba(201, 144, 107, 0.08);
}

.guide-hero {
  background:
    radial-gradient(ellipse at 24% 20%, rgba(255, 244, 223, 0.08), transparent 24rem),
    linear-gradient(90deg, rgba(201, 144, 107, 0.06), transparent 46%);
}

.guide-mark {
  border-color: rgba(201, 144, 107, 0.32);
}

.guide-mark::before {
  box-shadow:
    0 0 0 0.42rem rgba(9, 10, 13, 0.22),
    inset 0 0 2rem rgba(255, 244, 223, 0.1);
}

.guide-loupe {
  right: 9%;
  top: 15%;
  width: 27%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(246, 238, 223, 0.72);
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 244, 223, 0.34), transparent 1.4rem),
    rgba(217, 220, 224, 0.045);
  box-shadow:
    inset 0 0 0 0.32rem rgba(9, 10, 13, 0.36),
    0 0.9rem 1.4rem rgba(0, 0, 0, 0.3);
}

.guide-loupe::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  bottom: -0.18rem;
  width: 2.2rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 238, 223, 0.72), rgba(201, 144, 107, 0.86));
  transform: rotate(42deg);
  transform-origin: left center;
}

.guide-article p {
  max-width: 62rem;
}

@media (pointer: coarse), (max-width: 820px) {
  .inspection-loupe {
    display: none;
  }
}

@media (max-width: 820px) {
  .hero-copy::before {
    display: none;
  }

  .winder-control {
    width: min(100%, 24rem);
  }

  .section-band {
    background-size: auto;
  }
}

@media (max-width: 520px) {
  .winder-control {
    grid-template-columns: 2.1rem minmax(0, 1fr) auto;
    width: 100%;
    padding-right: 0.62rem;
  }

  .winder-control span:not(.winder-crown) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .winder-control b {
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .winder-control.is-active .winder-crown,
  .winder-control[aria-pressed="true"] .winder-crown,
  .movement-shell.is-winding .torque-pulse circle,
  .movement-shell.is-winding .torque-pulse path {
    animation: none;
  }
}
