/* =========================================================================
   AtelierPlate — Edition 14, "Ash & Ivory"
   Display: Bodoni Moda · Text: Archivo
   Palette: plaster / ink / Pigment 19 ultramarine / persimmon
   ========================================================================= */

:root {
  /* ground + ink */
  --plaster:        oklch(0.962 0.011 84);
  --plaster-2:      oklch(0.935 0.014 82);
  --plaster-3:      oklch(0.902 0.017 80);
  --ink:            oklch(0.19 0.014 60);
  --ink-2:          oklch(0.34 0.012 62);
  --ink-3:          oklch(0.52 0.011 66);

  /* committed colour */
  --ultramarine:    oklch(0.402 0.152 264);
  --ultramarine-lo: oklch(0.318 0.126 264);
  --persimmon:      oklch(0.615 0.185 42);
  /* persimmon is the graphic mark; persimmon-ink is the same hue pushed dark
     enough to clear 4.5:1 on plaster for text-sized use */
  --persimmon-ink:  oklch(0.517 0.172 40);

  /* structure */
  --rule:           color-mix(in oklab, var(--ink) 16%, transparent);
  --rule-soft:      color-mix(in oklab, var(--ink) 9%, transparent);
  --rule-invert:    color-mix(in oklab, var(--plaster) 26%, transparent);

  /* type */
  --display: "Bodoni Moda", "Bodoni 72", "Didot", "Times New Roman", serif;
  --text:    "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --step--1: clamp(0.75rem, 0.72rem + 0.14vw, 0.82rem);
  --step-0:  clamp(0.95rem, 0.92rem + 0.16vw, 1.05rem);
  --step-1:  clamp(1.14rem, 1.06rem + 0.4vw, 1.35rem);
  --step-2:  clamp(1.5rem, 1.3rem + 1vw, 2.1rem);
  --step-3:  clamp(2rem, 1.55rem + 2.2vw, 3.4rem);
  --step-4:  clamp(2.6rem, 1.6rem + 4.6vw, 6rem);
  --step-5:  clamp(3.4rem, 1.4rem + 8.6vw, 9.5rem);

  /* rhythm */
  --shell: 78rem;
  --gutter: clamp(1.15rem, 4vw, 3.5rem);
  --band: clamp(4.5rem, 10vh, 8.5rem);
  --band-lg: clamp(6rem, 14vh, 12rem);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* the masthead is sticky, so in-page anchors need to clear it */
:target, section[id], main[id] { scroll-margin-top: 5.5rem; }

body {
  background: var(--plaster);
  color: var(--ink);
  font-family: var(--text);
  font-size: var(--step-0);
  font-weight: 350;
  line-height: 1.62;
  letter-spacing: 0.002em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; background: var(--plaster-2); }
button { font: inherit; color: inherit; }
ul, ol { list-style: none; padding: 0; }

a { color: inherit; text-decoration: none; }
p a, .footer a, .field__hint a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: color-mix(in oklab, currentColor 35%, transparent);
  transition: text-decoration-color 0.2s var(--ease), color 0.2s var(--ease);
}
p a:hover, .footer a:hover { text-decoration-color: var(--persimmon); color: var(--persimmon); }

:focus-visible {
  outline: 2px solid var(--persimmon);
  outline-offset: 3px;
  border-radius: 1px;
}

::selection { background: var(--persimmon); color: var(--plaster); }

.skip {
  position: absolute; left: 0.75rem; top: -4rem; z-index: 200;
  background: var(--ink); color: var(--plaster);
  padding: 0.7rem 1.1rem; font-size: var(--step--1);
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: top 0.2s var(--ease);
}
.skip:focus { top: 0.75rem; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* --------------------------------------------------------- type helpers -- */
.label, .eyebrow {
  font-family: var(--text);
  font-size: var(--step--1);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.eyebrow { color: var(--ink-2); }

.lede {
  font-size: var(--step-1);
  line-height: 1.5;
  font-weight: 300;
  color: var(--ink-2);
  max-width: 44ch;
}

.plate-no {
  font-family: var(--display);
  font-style: italic;
  color: var(--persimmon-ink);
  margin-right: 0.45em;
}

figcaption {
  margin-top: 0.85rem;
  font-size: var(--step--1);
  line-height: 1.5;
  color: var(--ink-3);
  max-width: 40ch;
}

/* ------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  padding: 0.95em 1.6em;
  font-size: var(--step--1);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.28s var(--ease), color 0.28s var(--ease),
              border-color 0.28s var(--ease), transform 0.28s var(--ease);
}
.btn--ink { background: var(--ink); color: var(--plaster); border-color: var(--ink); }
.btn--ink:hover { background: var(--ultramarine); border-color: var(--ultramarine); }
.btn--ghost { color: var(--ink); border-color: var(--rule); }
.btn--ghost:hover { border-color: var(--ink); background: color-mix(in oklab, var(--ink) 6%, transparent); }
.btn--paper { background: var(--plaster); color: var(--ink); border-color: var(--plaster); }
.btn--paper:hover { background: var(--persimmon); border-color: var(--persimmon); color: var(--plaster); }
.btn--block { width: 100%; justify-content: center; }
.btn--sm { padding: 0.7em 1.1em; }
.btn:active { transform: translateY(1px); }

.linkish {
  border: 0; background: none; padding: 0; cursor: pointer;
  text-decoration: underline; text-underline-offset: 0.22em;
  text-decoration-color: var(--persimmon);
}

/* -------------------------------------------------------------- ticker -- */
.ticker {
  background: var(--ink);
  color: color-mix(in oklab, var(--plaster) 82%, var(--ink));
  font-size: var(--step--1);
  letter-spacing: 0.06em;
}
.ticker__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 2.6rem; padding-block: 0.55rem;
}
.ticker em { font-family: var(--display); font-size: 1.06em; }
.ticker__item--end { text-align: right; }
.ticker a { text-decoration: underline; text-underline-offset: 0.2em; text-decoration-color: var(--persimmon); }
.dot {
  display: inline-block; width: 0.42em; height: 0.42em; border-radius: 50%;
  background: var(--persimmon); vertical-align: 0.12em; margin-right: 0.5em;
}

/* ------------------------------------------------------------ masthead -- */
.masthead {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in oklab, var(--plaster) 92%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}
@supports (backdrop-filter: blur(6px)) {
  .masthead { backdrop-filter: saturate(1.4) blur(9px); }
}
.masthead.is-stuck {
  border-bottom-color: var(--rule);
  background: color-mix(in oklab, var(--plaster) 97%, transparent);
}
.masthead__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 4.6rem;
}

.wordmark { display: flex; align-items: center; gap: 0.7rem; }
.wordmark__mark { width: 1.85rem; height: 1.85rem; flex: none; }
.wordmark__text {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.nav__list { display: flex; gap: clamp(0.85rem, 1.9vw, 1.9rem); }
.nav__list a {
  font-size: var(--step--1);
  font-weight: 450;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-block: 0.4rem;
  position: relative;
}
.nav__list a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--persimmon);
  transition: right 0.32s var(--ease);
}
.nav__list a:hover::after { right: 0; }
.nav__cta { padding: 0.72em 1.15em; }

.burger {
  display: none; width: 2.75rem; height: 2.75rem;
  border: 1px solid var(--rule); background: none; cursor: pointer;
  position: relative;
}
.burger span {
  position: absolute; left: 50%; width: 1.05rem; height: 1px;
  background: var(--ink); translate: -50% 0;
  transition: translate 0.3s var(--ease), rotate 0.3s var(--ease);
}
.burger span:first-child { top: calc(50% - 3.5px); }
.burger span:last-child  { top: calc(50% + 3.5px); }
.burger[aria-expanded="true"] span:first-child { translate: -50% 3.5px; rotate: 45deg; }
.burger[aria-expanded="true"] span:last-child  { translate: -50% -3.5px; rotate: -45deg; }

/* --------------------------------------------------------- section head -- */
.section-head {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) minmax(0, 26rem);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: end;
  padding-bottom: clamp(1.6rem, 3vw, 2.6rem);
  border-bottom: 1px solid var(--rule);
  margin-bottom: clamp(2.2rem, 5vw, 4rem);
}
.section-num {
  font-family: var(--display);
  font-size: var(--step-1);
  font-style: italic;
  color: var(--persimmon-ink);
  line-height: 1;
  padding-bottom: 0.35em;
}
.section-title {
  font-family: var(--display);
  font-size: var(--step-3);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
.section-title em { font-style: italic; font-weight: 400; }
.section-note {
  font-size: var(--step-0);
  color: var(--ink-3);
  max-width: 40ch;
  padding-bottom: 0.3em;
}
.section-head--invert .section-note { color: color-mix(in oklab, var(--plaster) 74%, transparent); }
.section-head--invert { border-bottom-color: var(--rule-invert); }
.section-head--invert .section-num { color: color-mix(in oklab, var(--plaster) 88%, transparent); }

/* ---------------------------------------------------------------- hero -- */
.hero { padding-block: clamp(2.6rem, 6vh, 5rem) var(--band); }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  align-items: start;
}
.hero__copy { padding-top: clamp(0.5rem, 3vh, 2.5rem); }
.hero__title {
  font-family: var(--display);
  font-size: var(--step-4);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.028em;
  margin: 0.5em 0 0.55em;
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--ultramarine);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }

.colophon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2.6rem, 6vh, 4.5rem);
  border-top: 1px solid var(--rule);
}
.colophon > div { padding: 0.9rem 0.8rem 0 0; border-right: 1px solid var(--rule-soft); }
.colophon > div:last-child { border-right: 0; }
.colophon dt {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 0.15rem;
}
.colophon dd {
  font-family: var(--display); font-size: var(--step-1); font-weight: 500;
}

.hero__figure { position: relative; }
.hero__figure img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}
.hero__figure figcaption { margin-left: auto; text-align: right; }

/* -------------------------------------------------------------- method -- */
.method { padding-bottom: var(--band); }
.index-list { border-top: 1px solid var(--ink); }
/* in the method section the section-head rule already closes the heading
   block, so the list starts flush instead of stacking a second hairline */
.method .index-list { border-top: 0; }
.index-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 16rem) minmax(0, 1fr) 9.5rem;
  gap: clamp(0.75rem, 2.5vw, 2.5rem);
  align-items: baseline;
  padding: clamp(1.3rem, 2.6vw, 2.1rem) 0;
  border-bottom: 1px solid var(--rule);
  transition: background-color 0.32s var(--ease), padding-left 0.32s var(--ease);
}
.index-row:hover {
  background: color-mix(in oklab, var(--ink) 4%, transparent);
  padding-left: 0.9rem;
}
.index-row__num {
  font-family: var(--display); font-style: italic;
  font-size: var(--step-1); color: var(--persimmon-ink);
}
.index-row__title {
  font-family: var(--display);
  font-size: var(--step-2);
  font-weight: 500; line-height: 1.02; letter-spacing: -0.014em;
}
.index-row__title a { position: relative; }
.index-row__title a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -0.14em;
  height: 1px; background: currentColor; transition: right 0.34s var(--ease);
}
.index-row:hover .index-row__title a::after { right: 0; }
.index-row__body { color: var(--ink-2); max-width: 52ch; }
.index-row__meta {
  font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-3); text-align: right;
}

/* ------------------------------------------------------------- plating -- */
.plating { padding-block: var(--band); background: var(--plaster-2); }
.guide { border: 1px solid var(--rule); background: var(--plaster); }
.guide__bar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.1rem, 2.4vw, 2rem);
  border-bottom: 1px solid var(--rule);
}
.guide__dish { font-family: var(--display); font-size: var(--step-1); font-weight: 500; }
.guide__dish .label { display: block; margin-bottom: 0.15rem; font-family: var(--text); }

.switch {
  position: relative; display: flex; padding: 4px;
  border: 1px solid var(--rule); background: var(--plaster-2);
}
.switch__btn {
  position: relative; z-index: 1;
  border: 0; background: none; cursor: pointer;
  padding: 0.6em 1.5em;
  font-size: var(--step--1); font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3);
  transition: color 0.3s var(--ease);
}
.switch__btn.is-active { color: var(--plaster); }
.switch__thumb {
  position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 4px;
  width: var(--thumb-w, 50%);
  translate: var(--thumb-x, 0) 0;
  background: var(--ink);
  transition: translate 0.42s var(--ease), width 0.42s var(--ease), background-color 0.42s var(--ease);
}
.switch[data-mode="atelier"] .switch__thumb { background: var(--ultramarine); }

.guide__body {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.2rem, 3vw, 2.8rem);
  padding: clamp(1.2rem, 2.6vw, 2.2rem) clamp(1.1rem, 2.4vw, 2rem);
}
.guide__figure { position: relative; }
.guide__figure img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
}
.guide__img { grid-area: 1 / 1; }
.guide__figure {
  display: grid;
}
.guide__figure figcaption { grid-column: 1; }
.guide__img {
  opacity: 0; transition: opacity 0.55s var(--ease), scale 0.9s var(--ease);
  scale: 1.02;
}
.guide__img.is-active { opacity: 1; scale: 1; }

.guide__panel { display: flex; flex-direction: column; gap: clamp(1.1rem, 2.4vw, 1.9rem); }
.guide__diagram {
  position: relative;
  border: 1px solid var(--rule-soft);
  background: var(--plaster-2);
  padding: 0.5rem;
}
/* cap the upscale: the 320-unit viewBox carries 7.5px labels, and past ~28rem
   they start to read as headings rather than annotation */
.diagram { width: 100%; max-width: 28rem; height: auto; margin-inline: auto; }
/* no-JS: the markup `hidden` attribute keeps the atelier plate out of the way.
   With JS the active class is authoritative. */
.diagram[hidden] { display: none; }
html.js .diagram { display: none; }
html.js .diagram.is-active { display: block; }
.d-vessel { fill: none; stroke: var(--ink); stroke-width: 1; opacity: 0.5; }
.d-vessel--inner { stroke-dasharray: 3 4; opacity: 0.32; }
.d-mass { fill: color-mix(in oklab, var(--persimmon) 22%, transparent); stroke: var(--persimmon); stroke-width: 1; }
.d-drag { fill: none; stroke: var(--ultramarine); stroke-width: 7; stroke-linecap: round; opacity: 0.5; }
.d-bar { stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; opacity: 0.72; }
.d-dot { fill: var(--persimmon); }
.d-dot--off { fill: none; stroke: var(--persimmon); stroke-width: 1; }
.d-lead { stroke: var(--ink-3); stroke-width: 0.75; fill: none; }
.d-lead--faint { stroke-dasharray: 2 4; }
.d-txt {
  font-family: var(--text); font-size: 7.5px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; fill: var(--ink-3);
}
.d-txt--num { fill: var(--ink-2); }

.steps { counter-reset: s; display: grid; gap: 0.75rem; margin-top: 0.9rem; }
.steps li {
  counter-increment: s;
  display: grid; grid-template-columns: 2rem 1fr; gap: 0.6rem;
  padding-bottom: 0.75rem; border-bottom: 1px solid var(--rule-soft);
  color: var(--ink-2);
}
.steps li::before {
  content: counter(s, decimal-leading-zero);
  font-family: var(--display); font-style: italic; color: var(--persimmon-ink);
}
.steps li:last-child { border-bottom: 0; padding-bottom: 0; }

.spec { display: flex; flex-wrap: wrap; gap: 0 clamp(1.2rem, 3vw, 2.6rem); margin-top: 1.2rem; }
.spec dt {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3);
}
.spec dd { font-family: var(--display); font-size: var(--step-0); }

.guide__foot {
  padding: clamp(1rem, 2.2vw, 1.5rem) clamp(1.1rem, 2.4vw, 2rem);
  border-top: 1px solid var(--rule);
  background: var(--plaster-2);
  color: var(--ink-2);
  font-size: var(--step--1);
  line-height: 1.7;
}
.guide__foot .label { margin-right: 0.5em; color: var(--persimmon-ink); }

/* ------------------------------------------------------------- palette -- */
.palette { padding-block: var(--band); }
.filters {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
}
.filters__set { border: 0; padding: 0; margin: 0; }
.filters__set legend { padding: 0; margin-bottom: 0.85rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.55em;
  padding: 0.6em 1em;
  border: 1px solid var(--rule);
  background: transparent; cursor: pointer;
  font-size: var(--step--1); font-weight: 450; letter-spacing: 0.04em;
  transition: background-color 0.26s var(--ease), border-color 0.26s var(--ease), color 0.26s var(--ease);
}
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ultramarine); border-color: var(--ultramarine); color: var(--plaster); }
.chip--plain.is-active { background: var(--ink); border-color: var(--ink); }
.chip__swatch {
  width: 0.85em; height: 0.85em; border-radius: 50%;
  background: var(--sw); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 22%, transparent);
}

.filters__status {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule);
  font-size: var(--step--1);
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-3);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: clamp(1.2rem, 2.6vw, 2.4rem) clamp(1rem, 2.2vw, 2rem);
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
}
.card.is-hidden { display: none; }
.card__link { display: grid; gap: 1rem; }
.card__media { display: block; overflow: hidden; background: var(--plaster-2); }
.card__media img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  transition: scale 0.9s var(--ease), filter 0.5s var(--ease);
  filter: saturate(0.95);
}
.card__link:hover .card__media img { scale: 1.035; filter: saturate(1.04); }
.card__body { display: grid; gap: 0.5rem; }
.card__swatches { display: flex; gap: 0.3rem; }
.card__swatches i {
  width: 1.5rem; height: 0.3rem; background: var(--sw);
}
.card__title {
  font-family: var(--display); font-size: var(--step-1); font-weight: 500;
  line-height: 1.14; letter-spacing: -0.01em;
}
.card__link:hover .card__title { color: var(--ultramarine); }
.card__meta {
  font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-3);
}

.empty {
  margin-top: 2rem; padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--rule); background: var(--plaster-2);
  max-width: 46rem;
}
.empty__title { font-family: var(--display); font-size: var(--step-2); font-weight: 500; line-height: 1.06; }
.empty__body { margin-top: 0.7rem; color: var(--ink-2); }

/* ---------------------------------------------------------- components -- */
.components {
  padding-block: var(--band-lg);
  background: var(--ultramarine);
  color: color-mix(in oklab, var(--plaster) 96%, var(--ultramarine));
}
.components .section-title { color: var(--plaster); }
.builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.8rem, 4vw, 4rem);
}
.slot { padding-block: clamp(0.9rem, 1.8vw, 1.25rem); border-bottom: 1px solid var(--rule-invert); }
.slot:first-child { border-top: 1px solid var(--rule-invert); }
.slot__label {
  display: flex; align-items: baseline; gap: 0.6em;
  font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase;
  color: color-mix(in oklab, var(--plaster) 66%, var(--ultramarine));
  margin-bottom: 0.7rem;
}
.slot__num {
  font-family: var(--display); font-style: italic; text-transform: none;
  letter-spacing: 0; font-size: 1.2em;
  color: color-mix(in oklab, var(--plaster) 88%, var(--ultramarine));
}
.slot__chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pill {
  border: 1px solid var(--rule-invert); background: transparent;
  color: inherit; cursor: pointer;
  padding: 0.55em 0.95em;
  font-size: var(--step--1); letter-spacing: 0.03em;
  transition: background-color 0.24s var(--ease), color 0.24s var(--ease), border-color 0.24s var(--ease);
}
.pill:hover { border-color: var(--plaster); }
.pill.is-active { background: var(--plaster); border-color: var(--plaster); color: var(--ultramarine-lo); font-weight: 500; }
.components :focus-visible { outline-color: var(--plaster); }

.strip {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.5rem;
}
.strip__item { min-width: 0; }
.strip__item img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}
.strip__item.is-swapping img { animation: swap 0.55s var(--ease); }
@keyframes swap {
  0% { opacity: 1; }
  35% { opacity: 0.15; }
  100% { opacity: 1; }
}
.strip__role {
  margin-top: 0.5rem; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: color-mix(in oklab, var(--plaster) 74%, var(--ultramarine));
}
.strip__name { font-family: var(--display); font-size: var(--step-0); line-height: 1.2; min-height: 2.4em; }

.readout { margin-top: clamp(1.4rem, 3vw, 2.2rem); }
.readout__title {
  font-family: var(--display); font-size: var(--step-2); font-weight: 500;
  line-height: 1.1; letter-spacing: -0.012em; color: var(--plaster);
  text-wrap: balance;
}
.readout__spec {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.9rem 1.4rem;
  margin: 1.4rem 0 1.6rem;
  padding-top: 1.2rem; border-top: 1px solid var(--rule-invert);
}
.readout__spec dt {
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: color-mix(in oklab, var(--plaster) 74%, var(--ultramarine));
  margin-bottom: 0.25rem;
}
.readout__spec dd { font-family: var(--display); font-size: var(--step-1); color: var(--plaster); }
.readout__hint { margin-top: 0.8rem; font-size: var(--step--1); color: color-mix(in oklab, var(--plaster) 70%, var(--ultramarine)); }

/* ------------------------------------------------------------ pairings -- */
.pairings { padding-block: var(--band-lg); }
.pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-areas: "figure spec" "inset spec";
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start;
}
.pair__figure { grid-area: figure; }
.pair__figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.pair__spec { grid-area: spec; }
.pair__inset { grid-area: inset; max-width: 17rem; }
.pair__inset img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(0.25); }

.ledger { margin-top: 1.2rem; border-top: 1px solid var(--ink); }
.ledger > div {
  display: grid; grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 0.4rem 1.2rem;
  padding: 1rem 0; border-bottom: 1px solid var(--rule);
}
.ledger dt {
  font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3); padding-top: 0.2em;
}
.ledger dd { font-family: var(--display); font-size: var(--step-1); line-height: 1.2; }
.ledger dd span {
  display: block; margin-top: 0.4rem;
  font-family: var(--text); font-size: var(--step--1); line-height: 1.6;
  color: var(--ink-2); max-width: 46ch;
}

/* -------------------------------------------------------------- basics -- */
.basics { padding-bottom: var(--band-lg); }
.bleed {
  margin-bottom: clamp(2.4rem, 6vw, 5rem);
}
.bleed img {
  width: 100%; height: clamp(14rem, 34vh, 24rem); object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.accordion { border-top: 1px solid var(--ink); }
.acc { border-bottom: 1px solid var(--rule); }
.acc__btn {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) auto 2rem;
  gap: clamp(0.6rem, 2vw, 1.8rem);
  align-items: center; width: 100%;
  padding: clamp(1.1rem, 2.4vw, 1.7rem) 0;
  border: 0; background: none; cursor: pointer; text-align: left;
  transition: color 0.26s var(--ease);
}
.acc__btn:hover { color: var(--ultramarine); }
.acc__btn > * { font-weight: 400; }
.acc__num { font-family: var(--display); font-style: italic; color: var(--persimmon-ink); font-size: var(--step-1); }
.acc__title { font-family: var(--display); font-size: var(--step-2); font-weight: 500; line-height: 1.06; letter-spacing: -0.012em; }
.acc__meta { font-size: var(--step--1); font-weight: 450; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.acc__sign { position: relative; width: 1rem; height: 1rem; justify-self: end; }
.acc__sign::before, .acc__sign::after {
  content: ""; position: absolute; inset: 50% 0 auto 0; height: 1px; background: currentColor;
}
.acc__sign::after { rotate: 90deg; transition: rotate 0.36s var(--ease), opacity 0.36s var(--ease); }
.acc__btn[aria-expanded="true"] .acc__sign::after { rotate: 0deg; opacity: 0; }

.acc__panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease);
}
.acc__panel.is-open { grid-template-rows: 1fr; }
.acc__inner {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  padding-left: clamp(0rem, 3.2rem, 3.8rem);
}
.acc__panel.is-open .acc__inner { padding-bottom: clamp(1.4rem, 3vw, 2.4rem); }
.acc__inner > p { color: var(--ink-2); max-width: 48ch; }
.lessons { display: grid; gap: 0.55rem; align-content: start; }
.lessons li {
  display: grid; grid-template-columns: 2.6rem 1fr; gap: 0.5rem;
  padding-bottom: 0.55rem; border-bottom: 1px solid var(--rule-soft);
  font-size: var(--step--1); color: var(--ink-2);
}
.lessons span { font-family: var(--display); font-style: italic; color: var(--ink-3); }

/* --------------------------------------------------------------- notes -- */
.notes { padding-block: var(--band); background: var(--plaster-2); }
.notes__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: start;
}
.notes__portrait { position: sticky; top: 6.5rem; }
.notes__portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(0.9); }
.notes__stack { display: grid; gap: clamp(1.6rem, 3.4vw, 2.6rem); justify-items: stretch; }
.notes__stack > .btn { justify-self: start; }

/* the hairline spans the column; only the measure is capped, so the note rule
   and the pull-quote rules line up */
.note { border-top: 1px solid var(--ink); padding-top: 1.2rem; }
.note__kicker {
  font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--persimmon-ink); margin-bottom: 0.6rem;
}
.note__title {
  font-family: var(--display); font-size: var(--step-2); font-weight: 500;
  line-height: 1.06; letter-spacing: -0.014em; margin-bottom: 0.7rem;
}
.note p { color: var(--ink-2); max-width: 62ch; }
.note__sign {
  margin-top: 0.9rem; font-size: var(--step--1);
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
}

.pull {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(1.4rem, 3vw, 2.4rem) 0;
}
.pull p {
  font-family: var(--display); font-style: italic;
  font-size: var(--step-2); font-weight: 400; line-height: 1.16;
  letter-spacing: -0.014em; max-width: 34ch;
}
.pull cite {
  display: block; margin-top: 1rem; font-style: normal;
  font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3);
}

/* -------------------------------------------------------------- pantry -- */
.pantry { padding-block: var(--band); }
.rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: min(78vw, 21rem);
  gap: clamp(1rem, 2.2vw, 2rem);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  /* Full-bleed to the right, first card flush with the shell. The snapport
     must be inset by the same amount or snapping scrolls the inset away. */
  --rail-inset: max(var(--gutter), calc((100% - var(--shell)) / 2 + var(--gutter)));
  padding: 0.25rem var(--gutter) 1.4rem var(--rail-inset);
  scroll-padding-inline-start: var(--rail-inset);
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}
.rail::-webkit-scrollbar { height: 3px; }
.rail::-webkit-scrollbar-thumb { background: var(--rule); }
.rail__item { scroll-snap-align: start; }
.rail__item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.rail__item figcaption { margin-top: 1rem; max-width: none; color: var(--ink-2); }
.rail__kicker {
  font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--persimmon-ink); margin-bottom: 0.5rem;
}
.rail__title {
  font-family: var(--display); font-size: var(--step-1); font-weight: 500;
  line-height: 1.12; color: var(--ink); margin-bottom: 0.5rem;
}
.rail__body { font-size: var(--step--1); line-height: 1.62; }
.rail__meta {
  margin-top: 0.7rem; padding-top: 0.6rem; border-top: 1px solid var(--rule-soft);
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
}
.rail__hint { font-size: var(--step--1); color: var(--ink-3); }

/* ---------------------------------------------------------------- join -- */
.join {
  position: relative; isolation: isolate;
  padding-block: var(--band-lg);
  color: var(--plaster);
  overflow: hidden;
}
.join__media { position: absolute; inset: 0; z-index: -2; }
.join__media img { width: 100%; height: 100%; object-fit: cover; }
.join::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in oklab, oklch(0.16 0.02 60) 82%, transparent);
}
.join__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.join .eyebrow { color: color-mix(in oklab, var(--plaster) 70%, transparent); }
.join__title {
  font-family: var(--display); font-size: var(--step-3); font-weight: 500;
  line-height: 0.98; letter-spacing: -0.02em; margin: 0.5em 0 0.6em;
  text-wrap: balance;
}
.join__title em { font-style: italic; font-weight: 400; }
.join .lede { color: color-mix(in oklab, var(--plaster) 80%, transparent); max-width: 46ch; }
.ticks { margin-top: 1.8rem; display: grid; gap: 0.7rem; max-width: 42ch; }
.ticks li {
  display: grid; grid-template-columns: 1.4rem 1fr; gap: 0.5rem;
  font-size: var(--step--1); color: color-mix(in oklab, var(--plaster) 74%, transparent);
}
.ticks li::before { content: "—"; color: var(--persimmon); }

.signup {
  background: color-mix(in oklab, var(--plaster) 96%, transparent);
  color: var(--ink);
  padding: clamp(1.4rem, 3vw, 2.4rem);
  display: grid; gap: 1.2rem;
  border: 1px solid color-mix(in oklab, var(--plaster) 40%, transparent);
}
.field { display: grid; gap: 0.45rem; }
.field label { cursor: pointer; }
.field input[type="email"] {
  width: 100%; padding: 0.85em 0.9em;
  border: 1px solid var(--rule); background: var(--plaster);
  font: inherit; color: var(--ink);
  transition: border-color 0.24s var(--ease);
}
.field input[type="email"]:hover { border-color: var(--ink-3); }
.field input[type="email"]:focus-visible { border-color: var(--ultramarine); }
.field__hint { font-size: var(--step--1); color: var(--ink-3); }
.field__error { font-size: var(--step--1); color: var(--persimmon-ink); font-weight: 500; }
.field--check {
  grid-template-columns: 1.15rem 1fr; align-items: start; gap: 0.7rem;
  font-size: var(--step--1); color: var(--ink-2);
}
.field--check .field__error { grid-column: 1 / -1; }
.field--check input { margin-top: 0.28em; accent-color: var(--ultramarine); width: 1.05rem; height: 1.05rem; }
.field.has-error input { border-color: var(--persimmon); }
.signup__done {
  border-top: 1px solid var(--rule); padding-top: 1rem;
  font-size: var(--step--1); line-height: 1.7; color: var(--ink-2);
}
.signup__done strong { color: var(--ink); }
.signup.is-done .field, .signup.is-done > .btn { display: none; }

/* -------------------------------------------------------------- footer -- */
.footer {
  background: var(--ink);
  color: color-mix(in oklab, var(--plaster) 80%, var(--ink));
  padding-block: clamp(2.6rem, 6vw, 4.5rem) 2rem;
}
.footer__mark {
  font-family: var(--display); font-weight: 500;
  font-size: var(--step-5); line-height: 0.82; letter-spacing: -0.035em;
  color: color-mix(in oklab, var(--plaster) 96%, var(--ink));
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
  white-space: nowrap;
}
.footer__grid {
  display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 2fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  padding-top: clamp(1.6rem, 3vw, 2.4rem);
  border-top: 1px solid var(--rule-invert);
}
.footer__about p { max-width: 34ch; font-size: var(--step--1); line-height: 1.7; }
.footer address {
  margin-top: 1.2rem; font-style: normal; font-size: var(--step--1); line-height: 1.8;
  color: color-mix(in oklab, var(--plaster) 62%, var(--ink));
}
.footer__nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.6rem; }
.footer__nav .label { color: color-mix(in oklab, var(--plaster) 68%, var(--ink)); margin-bottom: 0.9rem; }
.footer__nav ul { display: grid; gap: 0.55rem; }
.footer__nav a { font-size: var(--step--1); }
.footer__base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.2rem); padding-top: 1.2rem;
  border-top: 1px solid var(--rule-invert);
  font-size: 0.72rem; letter-spacing: 0.06em;
  color: color-mix(in oklab, var(--plaster) 55%, var(--ink));
}
.footer__colophon span { color: var(--persimmon); }

/* -------------------------------------------------------------- cookie -- */
.cookie {
  position: fixed; z-index: 150; inset: auto var(--gutter) 1.2rem auto;
  max-width: 24rem;
  background: var(--plaster);
  border: 1px solid var(--ink);
  box-shadow: 0 18px 40px -24px color-mix(in oklab, var(--ink) 55%, transparent);
  animation: rise 0.5s var(--ease) both;
}
@keyframes rise { from { opacity: 0; translate: 0 16px; } to { opacity: 1; translate: 0 0; } }
.cookie__inner { padding: 1.2rem 1.3rem; display: grid; gap: 0.7rem; }
.cookie p:not(.label) { font-size: var(--step--1); line-height: 1.6; color: var(--ink-2); }
.cookie__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-top: 0.2rem; }
.cookie__link { font-size: var(--step--1); text-decoration: underline; text-underline-offset: 0.2em; color: var(--ink-3); }

/* ---------------------------------------------------- document (legal) -- */
.doc { padding-block: clamp(2.5rem, 6vh, 4.5rem) var(--band); }
.doc__head { border-bottom: 1px solid var(--ink); padding-bottom: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: clamp(2rem, 4vw, 3rem); }
.doc__title {
  font-family: var(--display); font-size: var(--step-3); font-weight: 500;
  line-height: 1; letter-spacing: -0.02em; margin: 0.4em 0 0.5em;
}
.doc__meta { font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.doc__grid { display: grid; grid-template-columns: minmax(0, 15rem) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 4rem); align-items: start; }
.doc__toc { position: sticky; top: 6.5rem; border-top: 1px solid var(--rule); padding-top: 1rem; }
.doc__toc ol { display: grid; gap: 0.5rem; counter-reset: t; margin-top: 0.8rem; }
.doc__toc li { counter-increment: t; font-size: var(--step--1); display: grid; grid-template-columns: 1.9rem 1fr; }
.doc__toc li::before { content: counter(t, decimal-leading-zero); font-family: var(--display); font-style: italic; color: var(--persimmon-ink); }
.prose { max-width: 68ch; }
.prose h2 {
  font-family: var(--display); font-size: var(--step-2); font-weight: 500;
  line-height: 1.08; letter-spacing: -0.012em;
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0.7rem;
  padding-top: 1.1rem; border-top: 1px solid var(--rule);
}
.prose h2:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.prose h3 { font-family: var(--display); font-size: var(--step-1); font-weight: 500; margin: 1.6rem 0 0.4rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose p + p { margin-top: 0.9rem; }
.prose ul { display: grid; gap: 0.5rem; margin: 0.9rem 0; }
.prose ul li { display: grid; grid-template-columns: 1.2rem 1fr; }
.prose ul li::before { content: "—"; color: var(--persimmon-ink); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: var(--step--1); }
.prose th, .prose td { text-align: left; padding: 0.75rem 0.9rem 0.75rem 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.prose th { font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.7rem; color: var(--ink-3); }
.prose td { color: var(--ink-2); }
.prose__note {
  margin-top: 2.4rem; padding: 1.2rem 1.3rem;
  background: var(--plaster-2); border: 1px solid var(--rule);
  font-size: var(--step--1); color: var(--ink-2);
}

.err { padding-block: clamp(4rem, 14vh, 9rem) var(--band-lg); }
.err__num {
  font-family: var(--display); font-size: var(--step-5); font-weight: 500;
  line-height: 0.8; letter-spacing: -0.04em; color: var(--persimmon);
}
.err__title { font-family: var(--display); font-size: var(--step-3); font-weight: 500; line-height: 1; margin: 0.4em 0 0.6em; letter-spacing: -0.02em; }

/* -------------------------------------------------------------- reveal -- */
.reveal { opacity: 0; translate: 0 18px; }
.reveal.is-in {
  opacity: 1; translate: 0 0;
  transition: opacity 0.62s var(--ease), translate 0.72s var(--ease);
  transition-delay: var(--d, 0ms);
}
.no-js .reveal, html:not(.js) .reveal { opacity: 1; translate: 0 0; }

/* Without JS the switch is a dead control, so retire it and stack both
   plating routes instead of leaving the atelier one unreachable. */
html:not(.js) .switch { display: none; }
html:not(.js) .guide__figure { grid-auto-flow: row; }
html:not(.js) .guide__img { grid-area: auto; opacity: 1; scale: 1; }
html:not(.js) [data-steps][hidden],
html:not(.js) [data-caption][hidden] { display: block; }
html:not(.js) .diagram[hidden] { display: block; }

/* ---------------------------------------------------------- responsive -- */
@media (max-width: 1080px) {
  .index-row { grid-template-columns: 3.2rem minmax(0, 1fr) 6rem; }
  .index-row__body { grid-column: 2 / 3; }
  .index-row__meta { grid-column: 3 / 4; grid-row: 1; }
  .filters { grid-template-columns: 1fr; }
  .pair { grid-template-columns: 1fr 1fr; grid-template-areas: "figure figure" "spec spec" "inset ."; }
  .pair__inset { max-width: 14rem; }
  .notes__grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
  .footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .ticker__item--end { display: none; }

  /* backdrop-filter would make the masthead a containing block for the
     fixed nav sheet, pinning it below the ticker. Drop it at this width. */
  .masthead { backdrop-filter: none; background: color-mix(in oklab, var(--plaster) 97%, transparent); }
  .nav {
    position: fixed; inset: 0 0 auto; top: 0;
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 2rem; padding: 7rem var(--gutter) 3rem;
    min-height: 100vh; min-height: 100dvh;
    background: var(--plaster);
    translate: 0 -100%;
    transition: translate 0.5s var(--ease);
    z-index: 90;
  }
  .nav.is-open { translate: 0 0; }
  .nav__list { flex-direction: column; gap: 1.1rem; }
  .nav__list a { font-family: var(--display); font-size: var(--step-2); text-transform: none; letter-spacing: -0.01em; }
  .burger { display: block; position: relative; z-index: 95; }
  .wordmark { position: relative; z-index: 95; }
  .masthead__row { min-height: 4rem; }

  /* headline leads on small screens; the plate photo follows it, and the
     edition index drops to the end. `display: contents` lets one column
     reorder children that live in two wrappers. */
  .hero { padding-top: 1.5rem; }
  .hero__grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .hero__copy { display: contents; }
  .hero__copy > .eyebrow { order: 1; }
  .hero__title { order: 2; margin: 0; font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .hero__figure { order: 3; margin-block: 0.5rem; }
  .hero__copy > .lede { order: 4; }
  .hero__actions { order: 5; margin-top: 0.5rem; }
  .colophon { order: 6; margin-top: 1.6rem; }
  .hero__figure figcaption { text-align: left; margin-left: 0; }
  .hero__figure img { aspect-ratio: 4 / 3; }

  .section-head { grid-template-columns: 2.6rem minmax(0, 1fr); align-items: start; }
  .section-num { padding-block: 0.2em 0; }
  .section-note { grid-column: 2 / 3; padding-top: 0.4rem; }

  .guide__body { grid-template-columns: 1fr; }
  .guide__figure img { aspect-ratio: 5 / 4; }
  .builder { grid-template-columns: 1fr; }
  /* stacked, the first slot rule lands right under the section-head rule */
  .slot:first-child { border-top: 0; }
  .notes__grid { grid-template-columns: 1fr; }
  .notes__portrait { position: static; max-width: 22rem; }
  .join__grid { grid-template-columns: 1fr; }
  .acc__inner { grid-template-columns: 1fr; }
  .doc__grid { grid-template-columns: 1fr; }
  .doc__toc { position: static; }
  .footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__mark { font-size: clamp(2.6rem, 15vw, 5rem); }
}

@media (max-width: 640px) {
  .index-row { grid-template-columns: 2.4rem minmax(0, 1fr); padding-block: 1.2rem; }
  .index-row__meta { grid-column: 2 / 3; grid-row: auto; text-align: left; margin-top: 0.4rem; }
  .index-row:hover { padding-left: 0; }
  .colophon { grid-template-columns: repeat(2, 1fr); }
  .colophon > div { padding-top: 0.8rem; border-bottom: 1px solid var(--rule-soft); padding-bottom: 0.7rem; }
  .colophon > div:nth-child(2) { border-right: 0; }
  .strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip__item:last-child { grid-column: span 2; }
  .strip__item:last-child img { aspect-ratio: 16 / 7; }
  .acc__btn { grid-template-columns: 2.2rem minmax(0, 1fr) 1.4rem; }
  .acc__meta { grid-column: 2 / 3; margin-top: 0.3rem; }
  .ledger > div { grid-template-columns: 1fr; }
  .pair { grid-template-columns: 1fr; grid-template-areas: "figure" "spec" "inset"; }
  .pair__inset { max-width: 12rem; }
  .cookie { inset: auto 0.75rem 0.75rem 0.75rem; max-width: none; }
  .footer__base { font-size: 0.68rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; translate: none !important; }
  .card__media img, .guide__img { scale: 1 !important; }
}

@media print {
  .ticker, .masthead, .cookie, .join, .burger { display: none !important; }
  body { background: #fff; color: #000; }
  .reveal { opacity: 1; translate: none; }
}
