/* Sets by debs booking — "regal white marble" (ADR-008, was ADR-007 T18).
   Keeps the ADR-007 system (warm charcoal ink, one clay accent as the only
   saturated element, hairlines, 0-radius surfaces + pill CTAs, inverted
   tracking, ONE motion token: 0.4s ease-in-out on opacity/transform only) and
   swaps the ground: the warm paper wash + grain became a generated white marble
   slab (marble.svg) with a whisper of champagne gold in the veining.

   Type is Playfair Display throughout (William 2026-08-28), replacing the San de
   More Demo mockup, which was licence-restricted to personal/testing use AND
   shipped no digits — fatal on a page of prices, durations and clock times.
   Playfair is SIL OFL 1.1, variable 400-900, self-hosted latin subset. Note its
   axis STARTS at 400, so the old 340/360 display weights are now 400/500. */

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-soft-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/instrument-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
/* main face (William 2026-08-22): Atkinson Hyperlegible Next, the Braille
   Institute legibility face. Variable 200-800 latin subset, self-hosted like the
   others. Leads both type tokens below. */
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/atkinson-hyperlegible-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
/* Site face (William 2026-08-28): Playfair Display, replacing the San de More
   Demo mockup that could not ship (personal-use-only licence; no digits at all;
   its period glyph was the foundry's logo). Playfair is SIL OFL 1.1 — free
   commercially — variable 400-900, and its latin subset carries the full digit
   and punctuation set this page needs. Atkinson stays next in both stacks. */
@font-face {
  font-family: "Playfair Display";
  src: url("fonts/playfair-display-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
/* font trials (William 2026-08-16): handwriting candidates, single 400 weight,
   heavier weights render synthetically. None active since 2026-08-22. */
@font-face {
  font-family: "Indie Flower";
  src: url("fonts/indie-flower-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Shadows Into Light";
  src: url("fonts/shadows-into-light-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Oregano";
  src: url("fonts/oregano-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #FBFAF8;             /* the marble's own base tone */
  --paper-raised: #FDFCFA;      /* cards: a shade above the slab, still not #FFF */
  --ink: #34302B;
  --ink-muted: #736C63;
  --clay: #B08A72;
  --clay-deep: #8A6A55;
  --blush: #F0E6DE;
  --line: #E6E1D9;
  --gold: #BFA46F;              /* matches the gold filaments in marble.svg */
  --display: "Playfair Display", "Atkinson Hyperlegible Next", "Fraunces", Georgia, serif;
  --sans: "Playfair Display", "Atkinson Hyperlegible Next", "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: 0.4s ease-in-out;   /* the one motion token */
  --pad: clamp(0.6rem, 2vw, 1.4rem);
}

* { box-sizing: border-box; margin: 0; }

/* fluid scale (William 2026-08-16 "min-max the screen", balanced same day):
   every rem below rides this — ~16.5px on phones up to ~19px on desktop */
html { font-size: clamp(16.5px, 13px + 0.4vw, 19px); }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* The marble slab. position:fixed rather than background-attachment:fixed —
   the latter janks badly on iOS. Painted once, sits behind everything, and the
   content layer below lifts itself out with z-index. */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("marble.svg") center / cover no-repeat, var(--paper);
}
.head, .app, .foot, .legal { position: relative; z-index: 1; }

a { color: var(--clay-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 2px solid var(--clay-deep); outline-offset: 2px; }

.opt, .hint, .fine { color: var(--ink-muted); font-weight: 400; }
.hint { display: block; font-size: 0.875rem; margin-top: 0.25rem; }
.fine { font-size: 0.875rem; margin-top: 1rem; }

/* small uppercase labels — wide tracking (the inverted-tracking system) */
.label-caps, .head-eyebrow, .steps li, .times-label, .upload-label {
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-muted);
}

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

.head { text-align: center; padding: clamp(1.4rem, 3.5vw, 2.4rem) var(--pad) 0; }
.head-with {
  font-family: var(--display); font-style: normal; font-weight: 400;
  color: var(--clay-deep); font-size: 1.3rem; margin-top: 0.3rem;
}
/* differentiator strip (research pattern #5) — quiet trust claims */
.promise {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.4rem 0; list-style: none;
  padding: 1.1rem 0 0.2rem; margin: 0 auto;
  font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-muted); font-weight: 500;
}
.promise li { padding: 0 0.9rem; }
/* The divider rules are drawn with border-left on every item after the first, which
   strands an orphan bar at the start of a wrapped line. CSS cannot see line breaks,
   so the breakpoint is set where the row is guaranteed to fit on ONE line
   (~490px of text + padding); below that the items separate on padding alone. */
@media (min-width: 620px) {
  .promise li + li { border-left: 1px solid var(--line); }
}
.head-small { padding-bottom: 0.5rem; }
.head-eyebrow a { text-decoration: none; color: var(--ink-muted); letter-spacing: inherit; }
/* The hand-drawn clay swash that used to sit under this title is gone
   (William 2026-08-28: "no logo get rid of design"). The marble is the flourish now. */
.head-name {
  display: inline-block;
  font-family: var(--display);
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: clamp(2.7rem, 6.4vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-top: 0.5rem;
}

/* instagram: icon + handle, the primary contact route (William 2026-08-28) */
.head-ig { margin-top: 0.55rem; font-size: 0.98rem; }
.head-ig a, .foot a:has(.ig-icon) {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--clay-deep); text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--ease), color var(--ease);
}
.head-ig a:hover, .foot a:has(.ig-icon):hover {
  color: var(--ink); border-bottom-color: var(--clay);
}
.ig-icon {
  width: 1.05em; height: 1.05em; flex: 0 0 auto;
  fill: none; stroke: currentColor; stroke-width: 1.7;
}
.ig-icon .ig-dot { fill: currentColor; stroke: none; }

/* ---------- shell + steps ---------- */

/* the flow lives on a raised paper card — structure against the wash */
.app {
  max-width: min(1060px, 93vw);
  margin: clamp(0.9rem, 2.5vw, 1.6rem) auto 2.5rem;
  padding: clamp(1.3rem, 3vw, 2.8rem);
  background: var(--paper-raised);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(61, 56, 51, 0.07);
}
@media (max-width: 700px) { .app { max-width: none; margin-inline: 0.5rem; } }

.steps {
  display: flex; justify-content: center; gap: clamp(0.9rem, 4vw, 1.8rem);
  list-style: none; padding: 0.8rem 0 1.6rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.8rem;
}
.steps li { position: relative; opacity: 0.42; transition: opacity var(--ease); }
.steps li.on { opacity: 1; color: var(--clay-deep); }

.panel { animation: panel-in 0.4s ease-in-out; }
@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .panel { animation: none; }
  .steps li { transition: none; }
}

.panel-title {
  font-family: var(--display);
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin-bottom: 0.4rem;
}
.panel-note { color: var(--ink-muted); margin-bottom: 1.3rem; max-width: 62ch; }

/* bottom nav row on every step: Back left, Next right (thumb reach) */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem; padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.nav .cta { min-width: 9rem; }
.nav-back {
  background: none; border: none; padding: 0.6rem 0;
  font: inherit; font-size: 1rem; color: var(--ink-muted); cursor: pointer;
  white-space: nowrap;
}
.nav-back:hover { color: var(--ink); }

/* ---------- selection rows (services, art tiers, soak-offs) ---------- */

/* Every size in a selection row is expressed against --sel-scale so the whole
   block can be re-proportioned from one number. William 2026-08-29 asked for a
   quarter off; the uppercase micro-labels (.group-label, .req-tag) deliberately
   do NOT scale — they are already at the small end and shrinking them costs
   legibility without making the rows any tighter. */
.tiers {
  border-top: 1px solid var(--line);
  --sel-scale: 0.75;
}
.tier-card {
  display: block; width: 100%; text-align: left;
  background: none; border: none; border-bottom: 1px solid var(--line);
  padding: calc(1.35rem * var(--sel-scale)) calc(0.6rem * var(--sel-scale));
  font: inherit; cursor: pointer;
  transition: background var(--ease);
}
/* the .nav border-top follows the list — the last row's line would double it */
.tier-card:last-child { border-bottom: none; }
.tier-card:hover { background: var(--blush); }
.tier-card.sel { background: var(--blush); box-shadow: inset 3px 0 0 var(--clay); }
.dur-card.sel { background: var(--blush); box-shadow: inset 3px 0 0 var(--clay); }
.tier-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: calc(0.8rem * var(--sel-scale));
}
.tier-name {
  font-family: var(--display); font-weight: 400; font-optical-sizing: auto;
  font-size: calc(1.45rem * var(--sel-scale)); line-height: 1.2;
}
.tier-chip {
  flex: 0 0 auto;
  background: var(--blush);
  color: var(--clay-deep);
  font-size: calc(0.82rem * var(--sel-scale)); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: calc(0.35rem * var(--sel-scale)) calc(0.9rem * var(--sel-scale));
  border-radius: 999px;
}
.tier-blurb {
  display: block; color: var(--ink-muted);
  font-size: calc(1.05rem * var(--sel-scale));
  margin-top: calc(0.25rem * var(--sel-scale));
}
.tier-prices {
  display: block; color: var(--clay-deep);
  font-size: calc(1rem * var(--sel-scale));
  margin-top: calc(0.5rem * var(--sel-scale));
  font-variant-numeric: tabular-nums;
}

/* ---------- 2 · duration rows ---------- */

.durations { border-top: 1px solid var(--line); }
.dur-card {
  display: flex; justify-content: space-between; align-items: baseline;
  width: 100%; background: none; border: none; border-bottom: 1px solid var(--line);
  padding: 1rem 0.4rem;
  font: inherit; cursor: pointer;
  transition: background var(--ease);
}
.dur-card:last-child { border-bottom: none; }
.dur-card:hover { background: var(--paper-raised); }
.dur-len { font-family: var(--display); font-size: 1.15rem; font-weight: 400; }
.dur-price { color: var(--clay-deep); font-variant-numeric: tabular-nums; }

/* ---------- 3 · month calendar ---------- */

/* desktop min-max: calendar and times side by side instead of stacked */
@media (min-width: 900px) {
  /* :not([hidden]) — display:grid would otherwise defeat the hidden attribute */
  .panel[data-panel="3"]:not([hidden]) {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    column-gap: 2.4rem;
    align-items: start;
  }
  .panel[data-panel="3"] .panel-title,
  .panel[data-panel="3"] .panel-note,
  .panel[data-panel="3"] .cal-state,
  .panel[data-panel="3"] .nav { grid-column: 1 / -1; }
}

.cal-state { color: var(--ink-muted); padding: 1.2rem 0; }
.cal-state p + p { margin-top: 0.4rem; }
.cal-state-head { font-family: var(--display); font-size: 1.15rem; color: var(--ink); }

/* "nothing posted yet" — calm and expected; the site is fine */
.cal-state.is-empty {
  background: var(--blush); border-left: 3px solid var(--clay);
  padding: 1rem 1.1rem; margin: 0.5rem 0;
}
.cal-state.is-empty .cal-state-head { color: var(--clay-deep); }

/* "we couldn't load it" — a fault, and it must not read like the state above */
.cal-state.is-fault {
  background: #F6E4E0; border-left: 3px solid #8A2E2E;
  color: #6E3A34; padding: 1rem 1.1rem; margin: 0.5rem 0;
}
.cal-state.is-fault .cal-state-head { color: #8A2E2E; }
.cal-retry {
  margin-top: 0.8rem; font: inherit; font-size: 0.9rem; cursor: pointer;
  background: none; color: #8A2E2E; border: 1px solid #8A2E2E;
  border-radius: 999px; padding: 0.5rem 1.3rem;
  transition: background var(--ease), color var(--ease);
}
.cal-retry:hover { background: #8A2E2E; color: var(--paper-raised); }

.cal { border: 1px solid var(--line); background: var(--paper-raised); padding: 1.1rem; }
.cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.7rem;
}
.cal-month { font-family: var(--display); font-weight: 400; font-size: 1.4rem; }
.cal-nav {
  width: 48px; height: 48px;
  background: none; border: 1px solid var(--line);
  font-size: 1.2rem; color: var(--clay-deep);
  cursor: pointer;
  transition: background var(--ease);
}
.cal-nav:hover:not(:disabled) { background: var(--blush); }
.cal-nav:disabled { opacity: 0.3; cursor: default; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.cal-dows span {
  text-align: center; padding: 0.3rem 0;
  font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-muted); font-weight: 500;
}
.cal-day {
  position: relative;
  aspect-ratio: 1;
  min-height: 50px;              /* comfortable thumb target */
  display: grid; place-items: center;
  background: none; border: none;
  font: inherit; font-variant-numeric: tabular-nums;
  color: var(--ink-muted);
  cursor: default;
  transition: background var(--ease);
}
.cal-day:disabled { opacity: 0.38; }
.cal-day.open { color: var(--ink); cursor: pointer; font-weight: 500; }
.cal-day.open:hover { background: var(--blush); }
.cal-day .cal-dot {
  position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: transparent;
}
.cal-day.open .cal-dot { background: var(--clay); }
.cal-day.today .cal-num { text-decoration: underline; text-underline-offset: 3px; }
.cal-day.sel { background: var(--clay); color: var(--paper-raised); }
.cal-day.sel .cal-dot { background: var(--paper-raised); }

.times-label { display: block; padding: 0.5rem 0 0.7rem; }
.times-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
  gap: 0.6rem;
}
.time-chip {
  background: var(--paper-raised); border: 1px solid var(--line);
  padding: 0.75rem 0.5rem;
  min-height: 52px;
  font: inherit; font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease);
}
.time-chip:hover { background: var(--blush); border-color: var(--clay); }
.time-chip.sel { background: var(--clay); border-color: var(--clay); color: var(--paper-raised); font-weight: 600; }

/* ---------- 4 · details ---------- */

.summary {
  background: var(--blush);
  padding: 0.9rem 1.1rem;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

form label { display: block; margin-bottom: 1rem; font-weight: 500; font-size: 1rem; }
input[type="text"], input[type="email"], input[type="tel"], input:not([type]), textarea {
  display: block; width: 100%;
  margin-top: 0.35rem;
  background: var(--paper-raised);
  border: 1px solid var(--line);
  padding: 0.85rem 1rem;
  font: inherit; font-size: max(16px, 1rem); /* stops iOS zoom, scales up on desktop */
  color: var(--ink);
  border-radius: 0;
}

/* desktop min-max: contact fields in two columns, long items span both */
@media (min-width: 900px) {
  form#checkout { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; align-items: start; }
  form#checkout > label:has(textarea),
  form#checkout .upload, form#checkout .form-error,
  form#checkout .nav, form#checkout .fine { grid-column: 1 / -1; }
}
input:focus, textarea:focus { outline: 2px solid var(--clay); outline-offset: 0; border-color: var(--clay); }
textarea { resize: vertical; }

.upload { margin: 1.2rem 0; }
.upload-label { display: block; margin-bottom: 0.6rem; }
.upload-btn {
  display: inline-block;
  border: 1px solid var(--line);
  background: var(--paper-raised);
  padding: 0.55rem 1.2rem;
  font-size: 0.9rem; cursor: pointer;
  transition: background var(--ease);
}
.upload-btn:hover { background: var(--blush); }
/* clickable-but-invisible: display:none file inputs break label taps in some
   mobile browsers, so hide it visually instead */
.file-input {
  position: absolute; width: 1px; height: 1px;
  opacity: 0; overflow: hidden; clip-path: inset(50%);
}
.previews { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 0.8rem; }
.preview { position: relative; width: 110px; height: 110px; }
.preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.preview.uploading img { opacity: 0.4; }
.preview-x {
  position: absolute; top: -8px; right: -8px;
  width: 22px; height: 22px;
  border-radius: 50%; border: none;
  background: var(--ink); color: var(--paper);
  font-size: 0.7rem; cursor: pointer;
}

.form-error { color: #8A2E2E; background: #F6E4E0; padding: 0.7rem 0.9rem; margin-bottom: 1rem; font-size: 0.92rem; }

/* the one saturated element on the page */
.cta {
  display: inline-block;
  background: var(--clay);
  color: var(--paper-raised);
  border: none; border-radius: 999px;
  padding: 1.05rem 2.6rem;
  font: inherit; font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; text-align: center;
  cursor: pointer;
  transition: background var(--ease);
}
.cta:hover { background: var(--clay-deep); color: var(--paper-raised); }
.cta:disabled { opacity: 0.6; cursor: default; }
#confirm-btn { width: 100%; margin-top: 0.4rem; }

.link-quiet { color: var(--ink-muted); font-size: 0.9rem; }

/* ---------- confirmation ---------- */

.confirm { text-align: center; padding-top: 1rem; }
.confirm-mark {
  width: 58px; height: 58px; margin: 0 auto 1.2rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blush); color: var(--clay-deep);
  font-size: 1.5rem;
}
.confirm .summary { display: inline-block; }
.confirm-address { font-weight: 500; margin: 0.8rem 0; }
.signoff { font-family: var(--display); color: var(--clay-deep); }
.confirm-actions { display: grid; gap: 0.9rem; justify-items: center; margin-top: 1.6rem; }

/* ---------- legal + footer ---------- */

.legal { max-width: min(900px, 94vw); margin: 0 auto; padding: 1.5rem var(--pad) 3rem; }
.legal h2 {
  font-family: var(--display); font-weight: 400; font-size: 1.25rem;
  margin: 1.6rem 0 0.5rem; color: var(--clay-deep);
}
.legal p, .legal li { margin-bottom: 0.6rem; }
.legal ul { padding-left: 1.2rem; }
.effective { color: var(--ink-muted); font-size: 0.9rem; margin-bottom: 1.2rem; }

.foot {
  text-align: center;
  color: var(--ink-muted);
  padding: 2rem var(--pad) 2.6rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

/* ============================================================================
   ADR-008 additions (2026-08-28): the add-ons step's two groups, and the
   checkout step's contact fieldset / itemised total / policy block.
   ============================================================================ */

/* ---------- 2 · add-on groups ---------- */

/* Add-ons holds TWO lists with different rules — one required art tier, and an
   optional soak-off. Without a labelled boundary the second list reads as more
   of the first and people think they must pick one. */
.group + .group { margin-top: 2rem; }
.group-label {
  display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-muted);
  margin-bottom: 0.7rem;
}
.req-tag {
  letter-spacing: 0.12em;
  background: var(--blush); color: var(--clay-deep);
  font-size: 0.7rem; font-weight: 600;
  padding: 0.2rem 0.6rem; border-radius: 999px;
}
.group-label .opt { letter-spacing: 0.04em; text-transform: none; font-size: 0.86rem; }

/* re-clicking a chosen soak-off clears it, but that is not discoverable, so an
   explicit escape hatch sits under the list */
.clear-soak {
  margin-top: 0.8rem;
  background: none; border: 1px solid var(--line);
  padding: 0.45rem 1.1rem;
  font: inherit; font-size: 0.85rem; color: var(--ink-muted);
  cursor: pointer;
  transition: background var(--ease), color var(--ease);
}
.clear-soak:hover { background: var(--blush); color: var(--ink); }

/* ---------- 4 · checkout ---------- */

.fieldset {
  border: none; padding: 0; margin: 0 0 1.6rem;
  min-width: 0;   /* fieldsets refuse to shrink in grid/flex without this */
}
.fieldset legend {
  padding: 0;
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-muted);
  margin-bottom: 0.8rem;
}

/* the math sits above the total so the number is never a mystery
   (William 2026-08-28: "do approximate total math on page on top of total") */
.totals {
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  background: var(--paper-raised);
  padding: 1.1rem 1.2rem;
  margin: 0 0 1.6rem;
}
.totals h3 {
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-muted);
  margin-bottom: 0.8rem;
}
.total-rows {
  display: grid; grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem; margin: 0;
}
.total-rows dt { color: var(--ink); }
.total-rows dd {
  margin: 0; text-align: right;
  color: var(--ink-muted); font-variant-numeric: tabular-nums;
}
.total-line {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-top: 0.8rem; padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  font-family: var(--display); font-size: 1.25rem; font-weight: 500;
  font-variant-numeric: tabular-nums;
}

/* owner's policy, rendered from GET /catalog so it cannot drift from the
   confirmation email that repeats it */
.policy {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem; margin: 1.6rem 0 0;
}
.policy h3 {
  font-family: var(--display); font-weight: 500;
  font-size: 1.15rem; color: var(--clay-deep);
  margin-bottom: 0.6rem;
}
.policy p {
  color: var(--ink-muted); font-size: 0.92rem;
  margin-bottom: 0.7rem; max-width: 68ch;
}

/* desktop: the new checkout blocks are full-width, like the textarea and upload */
@media (min-width: 900px) {
  form#checkout > .fieldset,
  form#checkout > .totals,
  form#checkout > .policy { grid-column: 1 / -1; }
  /* the three contact fields still pair up inside their own fieldset */
  .fieldset { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; align-items: start; }
  .fieldset legend { grid-column: 1 / -1; }
  .fieldset label:last-of-type { grid-column: 1 / -1; }
}

/* ---------- misc ---------- */

/* Playfair has more presence than the old face; tier names no longer need 400
   to hold the row, and 500 keeps them distinct from the blurb underneath */
.tier-name { font-weight: 500; }

/* the address is never printed — this line explains where it actually comes from */
.confirm-address {
  color: var(--ink-muted);
  font-weight: 400;
}

/* the card lifts off the marble rather than blending into it */
.app { box-shadow: 0 20px 60px rgba(52, 48, 43, 0.10); }
