/* ============================================================================
   CROWN CALIBER — css/site.css                 owner: DESIGN LEAD

   The page around the two mounted components. It never styles inside
   #mint-root or #workshop-root: it only places them. Every value comes from
   tokens.css, so the reskin after the art-style pick is an edit there.

   Layout
     ≥ 1200   hero = head across [copy | art], the mint panel on the right
     900–1199 hero = [copy / art] | panel
     < 900    one column: title, lede, PANEL, art, rules — the panel's button
              stays inside the first 844 px of a 390-wide phone
   ========================================================================= */

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + var(--s-4)); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-2);
  font: var(--w-reg) var(--fs-lg)/var(--lh) var(--font-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
/* No global rule for <b>: one leaked into the mint box, where the BUY
   button's cost is a <b> on the dark action fill, and painted it dark on dark.
   Every <b> this file uses is styled where it is used. */
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

.n { font-family: var(--font-num); font-variant-numeric: var(--num); }
.unknown { color: var(--ink-4) !important; }

.skip {
  position: absolute; left: -9999px; top: var(--s-2); z-index: 99;
  background: var(--act); color: var(--act-ink); padding: var(--s-2) var(--s-4);
  font: var(--w-semi) var(--fs-label)/1 var(--font-ui); letter-spacing: var(--track-label);
  text-transform: uppercase; text-decoration: none;
}
.skip:focus { left: var(--s-2); }

.label {
  margin: 0 0 var(--s-4);
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui);
  letter-spacing: var(--track-label); text-transform: uppercase;
  color: var(--brass-ink);
}

/* ------------------------------------------------------------ the header */

.top {
  position: sticky; top: 0; z-index: 40;
  height: var(--header-h);
  display: flex; align-items: center; gap: var(--s-7);
  padding: 0 max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter)));
  background: rgba(244, 240, 231, .95);
  backdrop-filter: saturate(1.2) blur(10px);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; align-items: baseline; gap: .32em; text-decoration: none; flex: none; color: var(--ink); }
.wm-a, .wm-b { font-family: var(--font-display); font-size: 23px; line-height: 1; letter-spacing: .01em; }
.wm-a { font-weight: var(--w-semi); }
.wm-b { font-style: italic; font-weight: var(--w-med); color: var(--brass-ink); }

.topnav { display: flex; gap: var(--s-6); margin-left: auto; }
.topnav a {
  font: var(--w-med) var(--fs-xs)/1 var(--font-ui); letter-spacing: var(--track-btn); text-transform: uppercase;
  color: var(--ink-3); text-decoration: none; padding: var(--s-2) 0;
  border-bottom: 1px solid transparent; transition: color var(--dur-1), border-color var(--dur-1);
}
.topnav a:hover { color: var(--ink); border-bottom-color: var(--brass); }

.pill {
  display: inline-flex; align-items: baseline; gap: 6px; flex: none;
  padding: 9px 14px; border: 1px solid var(--line-2); border-radius: var(--r-pill);
  font: var(--w-reg) var(--fs-xs)/1 var(--font-ui); letter-spacing: .04em; color: var(--ink-3);
  text-decoration: none; background: var(--card);
  transition: border-color var(--dur-1), box-shadow var(--dur-1);
}
.pill b { font-weight: var(--w-semi); color: var(--ink); }
.pill:hover { border-color: var(--brass); box-shadow: var(--shadow-1); }

/* -------------------------------------------------------------- the hero */

.hero {
  position: relative;
  max-width: var(--wrap); margin: 0 auto;
  padding: var(--s-7) var(--gutter) var(--s-9);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px 400px;
  grid-template-areas:
    "head head side"
    "copy art  side";
  column-gap: var(--s-8); row-gap: var(--s-6);
  align-items: start;
}
.hero-bg {
  position: absolute; z-index: -1; pointer-events: none;
  right: 10%; top: 4%; width: 62%; height: 96%;
  background: radial-gradient(closest-side, rgba(201, 165, 94, .16), transparent 72%);
}
.hero-head { grid-area: head; }
.hero-copy { grid-area: copy; padding-top: var(--s-2); }
.hero-art  { grid-area: art; }
.hero-side { grid-area: side; }

.eyebrow {
  margin: 0 0 var(--s-3);
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui); letter-spacing: var(--track-label);
  text-transform: uppercase; color: var(--ink-3);
}
.h1 {
  margin: 0;
  font-family: var(--font-display); font-weight: var(--w-med);
  font-size: clamp(56px, 6vw, 88px); line-height: var(--lh-tight); letter-spacing: -.012em;
  color: var(--ink); white-space: nowrap;
}
.h1-b { font-style: italic; color: var(--brass-ink); font-weight: var(--w-reg); }

.lede { margin: 0 0 var(--s-6); font-size: var(--fs-lg); line-height: 1.62; color: var(--ink-2); max-width: 40ch; }
.lede b { display: block; margin-top: var(--s-3); font-weight: var(--w-med); color: var(--ink); }

.rules { list-style: none; margin: 0 0 var(--s-6); padding: 0; max-width: 42ch; }
.rules li {
  position: relative;
  padding: 11px 0 11px 20px; border-top: 1px solid var(--line);
  font-size: var(--fs-md); line-height: 1.5; color: var(--ink-3);
}
.rules li:last-child { border-bottom: 1px solid var(--line); }
.rules li::before {
  content: ""; position: absolute; left: 3px; top: 20px;
  width: 5px; height: 5px; transform: rotate(45deg);
  background: var(--brass);
}
.rules b { color: var(--ink); font-weight: var(--w-med); }

.hero-links { display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-6); margin: 0; }

/* the art: a round velvet cushion inside a slowly turning chapter ring */
.hero-art { position: relative; margin: 36px 0 0; }
.hero-ring {
  position: absolute; left: 50%; top: 192px; width: 452px; height: 452px;
  margin: -226px 0 0 -226px; pointer-events: none;
  /* the turning square SVG would otherwise count its rotated corners as page
     width — a phone scrolled sideways by a pixel or two, now and then */
  overflow: hidden; border-radius: 50%;
}
.hero-ring svg { width: 100%; height: 100%; animation: turn 240s linear infinite; }
.hero-ring circle { fill: none; stroke: var(--brass-line); stroke-width: .35; }
.hero-ring line { stroke: var(--brass); stroke-width: .5; opacity: .55; }
.hero-ring line.long { stroke-width: .9; opacity: .9; }
@keyframes turn { to { transform: rotate(360deg); } }

.plate {
  position: relative; background: var(--plate); overflow: hidden;
}
/* The art is 192 × 192 logical pixels, shipped ×3 as 576 GIFs. Every size
   below is chosen against that: 192 = 1×, 384 = 2× (both exact at 1 dpr),
   256 = 4× on a 3-dpr phone. Scaling is always nearest-neighbour. */
.plate img { width: 100%; height: 100%; image-rendering: var(--art-rendering); }
.plate.empty { background: var(--paper-3); }

.plate-hero {
  width: 384px; height: 384px; border-radius: 50%; margin: 0 auto;
  box-shadow: 0 0 0 1px var(--brass-line), 0 0 0 9px var(--paper), 0 0 0 10px var(--line), 0 40px 70px -30px rgba(28, 25, 21, .55);
}
.cap {
  margin: var(--s-8) 0 0; padding: 0 var(--s-4); text-align: center;
  font: italic var(--w-reg) var(--fs-lg)/1.45 var(--font-display); color: var(--ink-3);
}

/* @seal-cut */
/* the mount the mint builder fills; the panel is 100% of it. While it loads
   it holds its place, so the first screen does not jump when it arrives. */
.mount-mint { width: 100%; }
.mount-mint:empty {
  min-height: 460px; border: 1px solid var(--line); border-radius: var(--panel-radius);
  background: var(--card);
}
.mount-mint.mount-failed:empty::before {
  content: "The mint panel did not load. Reload the page in a moment.";
  display: block; padding: var(--s-6); font-size: var(--fs-sm); color: var(--ink-3);
}
/* @seal-end */

/* ----------------------------------------------------------- the buttons
   Only the mint panel's own buttons are filled on the first screen. These
   are the page's quiet links and the sealed card's two actions. */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  min-height: var(--control-h); padding: 0 var(--s-6);
  font: var(--w-semi) var(--fs-btn)/1 var(--font-ui); letter-spacing: var(--track-btn); text-transform: uppercase;
  border-radius: var(--r-1); border: 1px solid transparent; text-decoration: none; cursor: pointer;
  transition: background var(--dur-1), color var(--dur-1), border-color var(--dur-1);
}
.btn-quiet {
  min-height: 0; padding: var(--s-2) 0; border: 0; border-bottom: 1px solid var(--line-2); border-radius: 0;
  color: var(--ink); font-weight: var(--w-med);
}
.btn-quiet::after { content: "→"; font-family: var(--font-ui); letter-spacing: 0; transition: transform var(--dur-1) var(--ease); }
.btn-quiet:hover { border-bottom-color: var(--brass); }
.btn-quiet:hover::after { transform: translateX(3px); }
.btn-solid { background: var(--act); color: var(--act-ink); border-color: var(--act-line); }
.btn-solid:hover { background: var(--act-hover); }
.btn-line { background: var(--act-2); color: var(--act-2-ink); border-color: var(--act-2-line); }
.btn-line:hover { background: var(--act-2-hover); }
.btn.off, a.off { pointer-events: none; opacity: .5; }

/* -------------------------------------------------------------- the bands */

.band { position: relative; border-top: 1px solid var(--line); }
.band-in { max-width: var(--wrap); margin: 0 auto; padding: var(--s-10) var(--gutter); }
.h2 {
  margin: 0 0 var(--s-6);
  font-family: var(--font-display); font-weight: var(--w-med);
  font-size: var(--fs-h2); line-height: 1.04; letter-spacing: -.01em; color: var(--ink);
  max-width: 28ch;
}
.h2 em { font-style: italic; font-weight: var(--w-reg); color: var(--brass-ink); }
.h3 {
  margin: 0 0 var(--s-2);
  font-family: var(--font-display); font-weight: var(--w-semi);
  font-size: var(--fs-h3); line-height: var(--lh-snug); color: var(--ink);
}
.band-say { margin: 0 0 var(--s-8); max-width: 60ch; font-size: var(--fs-lg); color: var(--ink-2); }

/* ------------------------------------------------------------ assembly -- */

.band-assembly { background: var(--paper); }
.assembly {
  display: grid; grid-template-columns: auto 88px auto; align-items: center; justify-content: start;
  gap: var(--s-6); margin: var(--s-8) 0 var(--s-9);
}
.asm-parts { list-style: none; margin: 0; padding: 0; display: flex; gap: var(--s-4); }
.asm-part .plate { width: 192px; height: 192px; box-shadow: 0 0 0 1px var(--line); }
.asm-part.is-face .plate { box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--brass); }
/* No plate has a border: a 1px border would shrink the art inside it off the
   exact 192 / 384 grid. Outlines are box-shadows, which take no space. */
.asm-watch .plate { width: 384px; height: 384px; border-radius: 50%; box-shadow: 0 0 0 1px var(--brass-line), 0 0 0 8px var(--paper), 0 0 0 9px var(--line), 0 30px 60px -32px rgba(28, 25, 21, .6); }
.asm-k {
  margin: var(--s-3) 0 0;
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase;
  color: var(--ink-3);
}
.asm-part.is-face .asm-k { color: var(--brass-ink); }
.asm-watch .asm-k { text-align: center; color: var(--ink); }
.asm-arrow svg { width: 88px; height: 24px; overflow: visible; }
.asm-arrow path { fill: none; stroke: var(--brass); stroke-width: 1.5; }

.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-8);
}
.step { border-top: 1px solid var(--line-2); padding-top: var(--s-5); }
.step-n {
  margin: 0 0 var(--s-3);
  font: italic var(--w-reg) 30px/1 var(--font-display); color: var(--brass-ink);
}
.step p:last-child { margin: 0; font-size: var(--fs-md); color: var(--ink-2); max-width: 36ch; }

.asm-note {
  margin: var(--s-9) 0 0; padding-top: var(--s-6); border-top: 1px solid var(--line);
  max-width: 64ch; font: italic var(--w-reg) 22px/1.5 var(--font-display); color: var(--ink-2);
}
.asm-note b { font-style: normal; font-family: var(--font-num); font-variant-numeric: var(--num); font-size: .8em; font-weight: var(--w-semi); color: var(--ink); }

/* ------------------------------------------------------------- calibers --
   The one dark band: a walnut bench the movements lie on. Components never
   sit here, but the variables are re-pointed anyway so anything that did
   would still read. */

.band-bench {
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(201, 165, 94, .10), transparent 60%),
    var(--bench);
  border-top-color: var(--bench-line);
  color: var(--bench-ink-2);
  --ink: var(--bench-ink); --ink-2: var(--bench-ink-2); --ink-3: #9b8f7b;
  --line: var(--bench-line); --line-2: #4a4036;
  --brass-ink: var(--brass-hi);
}
.band-bench .h2 { color: var(--bench-ink); }
.band-bench .band-say { color: var(--bench-ink-2); }

.calibers {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 384px); justify-content: space-between;
  gap: var(--s-9) var(--s-7);
}
.cal { display: flex; flex-direction: column; min-width: 0; }
.cal-art {
  width: 100%; aspect-ratio: 1;
  background: var(--plate); box-shadow: 0 0 0 1px var(--bench-line);
  transition: transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease);
}
.cal-art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cal-art .cal-watch { opacity: 0; transition: opacity var(--dur-3) var(--ease); }
.cal.is-watch .cal-watch { opacity: 1; }
.cal:hover .cal-art { transform: translateY(-3px); box-shadow: 0 0 0 1px var(--bench-line), 0 22px 40px -24px rgba(0, 0, 0, .8); }

/* the two-way switch under each plate: Movement | Finished watch */
.cal-views { display: flex; gap: var(--s-5); margin: var(--s-3) 0 0; }
.cal-view {
  appearance: none; background: none; border: 0; padding: var(--s-1) 0; cursor: pointer;
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase;
  color: #8a7f6c; border-bottom: 1px solid transparent;
  transition: color var(--dur-1), border-color var(--dur-1);
}
.cal-view:hover { color: var(--bench-ink); }
.cal-view[aria-pressed="true"] { color: var(--bench-ink); border-bottom-color: var(--brass-hi); }

.cal-body { padding-top: var(--s-4); }
.cal-n {
  display: flex; justify-content: space-between; gap: var(--s-3);
  margin: 0 0 var(--s-1);
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase;
  color: var(--brass-hi);
}
.cal-count { color: #9b8f7b; font-variant-numeric: var(--num); }
.cal-name { margin: 0 0 var(--s-2); font: var(--w-med) 30px/1.1 var(--font-display); color: var(--bench-ink); }
.cal-does { margin: 0 0 var(--s-3); font-size: var(--fs-md); line-height: 1.55; color: var(--bench-ink-2); }
.cal-tell { margin: 0; font: italic var(--w-reg) 18px/1.4 var(--font-display); color: var(--bench-ink); }
.cal-tell-k {
  font: normal var(--w-semi) var(--fs-label)/1 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase;
  color: #9b8f7b; margin-right: 2px;
}
.cal-one-mark {
  aspect-ratio: 1; display: grid; place-items: center;
  border: 1px solid var(--bench-line);
  background: repeating-radial-gradient(circle at 50% 50%, rgba(201, 165, 94, .10) 0 1px, transparent 1px 9px), #17130f;
}
.cal-one-mark span { font: italic var(--w-light) 76px/1 var(--font-display); color: var(--brass-hi); letter-spacing: .02em; }

/* ------------------------------------------------------------- workshop -- */

.band-workshop { background: var(--paper-2); }
.mount-workshop { width: 100%; }

/* -------------------------------------------------------- specification -- */

.band-spec { background: var(--paper); }
.spec-in { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s-9); align-items: start; }
.spec-head .band-say { margin-bottom: var(--s-7); }

.live { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.live > div { padding: var(--s-4) var(--s-3) 0 0; }
.live dt {
  min-height: 2.9em;
  font: var(--w-semi) var(--fs-label)/1.4 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase;
  color: var(--ink-3);
}
.live dd { margin: var(--s-2) 0 0; }
.live b { font: var(--w-med) 40px/1 var(--font-display); font-variant-numeric: var(--num); color: var(--ink); }
/* An unknown value is an em-dash in the UI face: in the display face at this
   size it is a long bar that reads like a value. */
.live b.unknown, .closed-count b.unknown { font: var(--w-light) 26px/1.54 var(--font-ui); }

.spec { margin: 0; border-top: 1px solid var(--ink); }
.spec-row {
  display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: var(--s-6);
  padding: var(--s-4) 0; border-bottom: 1px solid var(--line);
}
.spec dt { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-3); }
.spec-slot { font: var(--w-semi) 21px/1.3 var(--font-display); color: var(--ink); }
.spec-count {
  font: var(--w-med) var(--fs-xs)/1 var(--font-num); font-variant-numeric: var(--num);
  color: var(--brass-ink); border: 1px solid var(--brass-line); border-radius: var(--r-pill);
  padding: 4px 8px;
}
.spec dd { margin: 0; font-size: var(--fs-md); line-height: 1.7; color: var(--ink-2); }
.spec-v { white-space: nowrap; }
.spec-n {
  margin-left: 5px; font: var(--w-reg) var(--fs-xs)/1 var(--font-num); font-variant-numeric: var(--num);
  color: var(--ink-4);
}
.spec-sep { margin: 0 var(--s-2); color: var(--ink-4); }

/* ---------------------------------------------------------- sealed card -- */

.closed {
  background: var(--panel-bg); border: 1px solid var(--panel-line); border-radius: var(--panel-radius);
  box-shadow: var(--panel-shadow); padding: var(--panel-pad);
}
.closed-count { margin: 0 0 var(--s-4); display: flex; align-items: baseline; gap: var(--s-2); }
.closed-count b { font: var(--w-med) 44px/1 var(--font-display); font-variant-numeric: var(--num); color: var(--ink); }
.closed-count span { font: var(--w-semi) var(--fs-label)/1 var(--font-ui); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--ink-3); }
.closed-h { margin: 0 0 var(--s-3); font: var(--w-med) 30px/1.15 var(--font-display); color: var(--ink); }
.closed-p { margin: 0 0 var(--s-6); font-size: var(--fs-md); color: var(--ink-2); }
.closed-cta { display: grid; gap: var(--s-3); margin: 0; }

/* ---------------------------------------------------------------- footer */

.foot { border-top: 1px solid var(--line); background: var(--paper); }
.foot-in {
  max-width: var(--wrap); margin: 0 auto; padding: var(--s-8) var(--gutter);
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--s-4) var(--s-7);
}
.foot-mark { margin: 0; color: var(--ink); }
.foot-links { margin: 0; display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-6); }
.foot-link {
  font: var(--w-med) var(--fs-xs)/1.6 var(--font-ui); letter-spacing: var(--track-btn); text-transform: uppercase;
  color: var(--ink-3); text-decoration: none;
}
a.foot-link:hover { color: var(--ink); }
.noscript { text-align: center; padding: var(--s-6); }

/* -------------------------------------------------------------- reveals */

.reveal.pre { opacity: 0; transform: translateY(18px); }
.reveal.pre.in { opacity: 1; transform: none; transition: opacity var(--dur-3) var(--ease), transform var(--dur-3) var(--ease); }

/* the hero art drifts a few pixels against the scroll, where supported */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .plate-hero { animation: drift linear both; animation-timeline: scroll(root); animation-range: 0 900px; }
    @keyframes drift { to { transform: translateY(-36px); } }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ring svg { animation: none; }
  .cal-art, .btn-quiet::after { transition: none; }
}

/* ============================================================ responsive */

@media (max-width: 1279px) {
  .hero { grid-template-columns: minmax(0, 1fr) 288px 380px; column-gap: var(--s-7); }
  .plate-hero { width: 288px; height: 288px; }
  .hero-ring { top: 144px; width: 340px; height: 340px; margin: -170px 0 0 -170px; }
  .asm-watch .plate { width: 288px; height: 288px; }
}

/* The Director's laptop is ~1170 wide: the art stays beside the copy, on the
   first screen, down to 1100. */
@media (max-width: 1199px) {
  .hero { grid-template-columns: minmax(0, 1fr) 288px 368px; }
}

@media (max-width: 1099px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 368px;
    grid-template-areas:
      "head side"
      "copy side"
      "art  side";
  }
  .h1 { font-size: clamp(50px, 7vw, 76px); white-space: normal; }
  .hero-art { justify-self: center; margin-top: var(--s-6); }
}

@media (max-width: 1199px) {
  .calibers { grid-template-columns: repeat(2, 384px); justify-content: center; gap: var(--s-8) var(--s-7); }
  .asm-watch .plate { width: 384px; height: 384px; }
  .spec-in { grid-template-columns: minmax(0, 1fr); gap: var(--s-8); }
  .assembly { grid-template-columns: minmax(0, 1fr); justify-items: start; }
  .asm-arrow { transform: rotate(90deg); margin-left: var(--s-8); }
}

@media (max-width: 899px) {
  .topnav { display: none; }
  .top { gap: var(--s-4); justify-content: space-between; }
  .hero {
    padding-top: var(--s-5); padding-bottom: var(--s-8);
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "head" "lede" "side" "art" "rules" "links";
    row-gap: 0;
  }
  .hero-copy { display: contents; }
  .hero-head { margin-bottom: var(--s-3); }
  .lede { grid-area: lede; margin-bottom: var(--s-5); max-width: none; }
  .rules { grid-area: rules; max-width: none; margin-top: var(--s-7); }
  .hero-links { grid-area: links; }
  .hero-side { margin-bottom: var(--s-2); }
  .hero-art { margin-top: var(--s-8); }
  .h1 { font-size: clamp(44px, 12.4vw, 64px); line-height: .98; }
  .h1-b { display: block; }
  .band-in { padding: var(--s-9) var(--gutter); }
  .calibers { grid-template-columns: minmax(0, 384px); justify-content: center; gap: var(--s-8); }
  .cal-name { font-size: 24px; }
  .cal-tell { font-size: 16px; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: var(--s-6); }
  .spec-row { grid-template-columns: minmax(0, 1fr); gap: var(--s-2); }
  .spec dt { justify-content: flex-start; }
  .live b { font-size: 32px; }
}

@media (max-width: 700px) {
  .lede { font-size: var(--fs-md); line-height: 1.55; }
  .lede-long { display: none; }
  .wm-a, .wm-b { font-size: 20px; }
  .pill { padding: 8px 11px; }
  .plate-hero { width: 256px; height: 256px; }
  .eyebrow-more { display: none; }
  .hero-ring { top: 128px; width: 300px; height: 300px; margin: -150px 0 0 -150px; }
  .cap { font-size: var(--fs-md); margin-top: var(--s-7); }
  /* the three movements fan out at their true 1× size and overlap to fit the
     screen, the face on top — never scaled below 192, so never resampled */
  .asm-parts { gap: 0; width: 100%; justify-content: center; }
  .asm-part { flex: none; width: 192px; position: relative; }
  .asm-part + .asm-part { margin-left: calc((100% - 576px) / 2); }
  .asm-part:nth-child(1) { z-index: 3; }
  .asm-part:nth-child(2) { z-index: 2; }
  .asm-part:not(.is-face) .asm-k { visibility: hidden; }
  .asm-part .plate { box-shadow: 0 0 0 1px var(--line), 0 16px 30px -18px rgba(28, 25, 21, .7); }
  .asm-arrow { margin-left: 0; justify-self: center; }
  .asm-watch { justify-self: center; }
  .asm-watch .plate { width: 256px; height: 256px; }
  .asm-note { font-size: 19px; }
}

@media (max-width: 420px) {
  .pill span { display: none; }
  .pill::after { content: " minted"; }
}
