:root {
  --ink: #17223a;
  --navy: #102852;
  --navy-deep: #071a39;
  --teal: #1d8f95;
  --teal-light: #dff6f2;
  --gold: #f3b62d;
  --gold-deep: #d98416;
  --cream: #fff9ed;
  --paper: #fffdf8;
  --green: #427447;
  --red: #a6382e;
  --muted: #667085;
  --line: rgba(16, 40, 82, 0.14);
  --shadow: 0 22px 60px rgba(7, 26, 57, 0.16);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 100px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: clamp(2.5rem, 5.4vw, 5.35rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.85rem); letter-spacing: -0.035em; }
h3 { font-size: 1.35rem; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: white;
  color: var(--navy);
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 80px;
  padding: 0.8rem max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background: rgba(7, 26, 57, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
}

.brand { display: grid; text-decoration: none; line-height: 1; }
.brand-name { color: var(--gold); font-size: 1.55rem; font-weight: 900; letter-spacing: 0.08em; }
.brand-subtitle { margin-top: 0.25rem; font-family: Georgia, serif; font-size: 0.72rem; color: rgba(255,255,255,0.8); }

nav { display: flex; align-items: center; gap: clamp(0.85rem, 2.4vw, 2rem); }
nav a { color: rgba(255,255,255,0.82); font-size: 0.92rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero {
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(520px, 1fr);
  height: min(720px, calc(100vh - 80px));
  min-height: 0;
  max-height: 720px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 25% 20%, rgba(29,143,149,0.28), transparent 36%),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
}

.hero-copy {
  align-self: center;
  padding: clamp(2rem, 3vw, 3rem) clamp(2rem, 5vw, 6rem) clamp(2rem, 3vw, 3rem) max(1.25rem, calc((100vw - var(--max)) / 2));
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero .eyebrow, .signup-section .eyebrow, .contact-section .eyebrow { color: var(--gold); }
.hero h1 { max-width: 680px; margin-bottom: 1.1rem; font-size: clamp(2.6rem, 3.6vw, 3.8rem); }
.hero-lead { max-width: 640px; color: rgba(255,255,255,0.82); font-size: 1rem; }
.release-note { margin: 1.25rem 0 0; color: rgba(255,255,255,0.68); font-size: 0.9rem; }

.hero-art { display: block; height: 100%; min-height: 0; max-height: 720px; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.button-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.5rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { background: var(--gold); color: var(--navy-deep); box-shadow: 0 8px 24px rgba(243,182,45,0.22); }
.button-primary:hover { background: #ffd064; }
.button-secondary { border-color: currentColor; background: transparent; color: inherit; }
.button-secondary:hover { background: rgba(255,255,255,0.1); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  color: var(--navy);
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip span { padding: 1.25rem; background: var(--cream); font-size: 0.85rem; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: 0.08em; }

.christmas-countdown {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background:
    radial-gradient(circle at 9% 22%, rgba(243,182,45,0.65) 0 2px, transparent 3px),
    radial-gradient(circle at 24% 78%, rgba(255,255,255,0.4) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,0.38) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 92% 72%, rgba(243,182,45,0.6) 0 2px, transparent 3px),
    linear-gradient(135deg, var(--navy-deep), #0b3954 62%, var(--teal));
  border-bottom: 8px solid var(--red);
}
.christmas-countdown::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 14px;
  height: 2px;
  background: repeating-linear-gradient(90deg, transparent 0 16px, rgba(243,182,45,0.4) 16px 28px);
}
.countdown-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.countdown-copy { max-width: 540px; }
.countdown-copy .eyebrow { color: var(--gold); }
.countdown-copy h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.6vw, 3.45rem); }
.countdown-copy > p:last-child { margin-bottom: 0; color: rgba(255,255,255,0.76); }
.countdown-clock {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.4vw, 1rem);
}
.countdown-unit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 142px;
  padding: 1rem 0.65rem;
  background: rgba(4,23,49,0.76);
  border: 1px solid rgba(243,182,45,0.52);
  border-radius: 18px;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.025), 0 14px 30px rgba(0,0,0,0.18);
}
.countdown-unit::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(243,182,45,0.8);
}
.countdown-unit span {
  padding-top: 0.4rem;
  color: var(--cream);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  line-height: 1;
}
.countdown-unit small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 1.25rem; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }

.story-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.story-section > .section-heading { max-width: none; }
.story-copy { font-family: Georgia, serif; font-size: 1.12rem; }
.story-copy blockquote { margin: 2rem 0 0; padding: 1.5rem 0 1.5rem 1.5rem; color: var(--navy); border-left: 5px solid var(--gold); font-size: 1.25rem; font-style: italic; }
.story-copy blockquote cite { display: block; margin-top: 0.85rem; color: var(--muted); font-size: 0.82em; font-style: normal; white-space: nowrap; }
.story-image { margin: 0; }
.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.benefits-section { max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.benefits-section .section-heading { max-width: none; }
.benefits-section #why-clancy { white-space: nowrap; font-size: clamp(0.9rem, 4vw, 3.85rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.benefit-grid article { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 18px; }
.benefit-icon { display: block; width: 44px; height: 44px; margin-bottom: 2.2rem; color: var(--gold-deep); fill: none; stroke: currentColor; stroke-width: 3.25; stroke-linecap: round; stroke-linejoin: round; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); }

.formats-section { max-width: none; color: white; background: var(--navy); }
.formats-intro, .format-layout { max-width: var(--max); margin-left: auto; margin-right: auto; }
.formats-intro { padding: 0 1.25rem 2.5rem; }
.formats-intro > p:last-child { width: 100%; max-width: none; color: rgba(255,255,255,0.72); }
.formats-feature { max-width: var(--max); margin: 0 auto clamp(3rem, 6vw, 5rem); padding: 0 1.25rem; }
.formats-feature img { width: 100%; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,0.16); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,0.3); }
.format-layout { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(2.5rem, 6vw, 5rem); padding: 0 1.25rem; }
.format-covers {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  margin: auto;
}
.format-character {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1122 / 1402;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,0.3));
}
.format-cover {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}
.format-cards { display: grid; gap: 1rem; }
.format-card { padding: 1.7rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; background: rgba(255,255,255,0.06); }
.format-card.featured { border-color: rgba(243,182,45,0.65); background: rgba(243,182,45,0.09); }
.format-card h3 { margin-bottom: 0.6rem; color: var(--gold); font-size: 2rem; }
.format-card p:not(.format-label) { color: rgba(255,255,255,0.72); }
.format-label { margin-bottom: 0.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.78rem; }

.preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); max-width: 900px; margin: auto; }
.preview-grid figure { margin: 0; }
.preview-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.preview-grid figcaption { padding-top: 0.9rem; color: var(--muted); font-size: 0.9rem; text-align: center; }

.creators-section { border-top: 1px solid var(--line); }
.creator-grid { display: grid; grid-template-columns: 1fr; align-items: start; gap: 1rem; }
.creator-grid article { padding: 2rem; border-radius: 18px; background: var(--teal-light); }
.creator-role { margin-bottom: 0.5rem; color: var(--teal); font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; }
.creator-grid article > p:last-child { margin-bottom: 0; color: var(--muted); }

.signup-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background: linear-gradient(135deg, #0b3954, var(--teal));
}
.signup-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.8); }
.signup-form { min-height: 250px; padding: clamp(1rem, 3vw, 2rem); background: #f4f4f4; border-radius: var(--radius); box-shadow: var(--shadow); }
.privacy-note { font-size: 0.85rem; }
.privacy-note a { color: white; }

.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) max(1.25rem, calc((100vw - var(--max)) / 2)); color: white; background: var(--red); }
.contact-section h2 { margin-bottom: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.85rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem 4rem; align-items: center; padding: 3.5rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,0.72); background: var(--navy-deep); }
.publisher-lockup { display: flex; align-items: center; gap: 1.25rem; }
.publisher-lockup img { width: 180px; height: auto; max-height: 105px; padding: 0.35rem; object-fit: contain; background: white; border-radius: 4px; }
.publisher-lockup p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.footer-links a, .compact-footer a { color: white; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }

.legal-page { max-width: 820px; margin: auto; padding: clamp(4rem, 8vw, 7rem) 1.25rem; }
.legal-page > h1 { color: var(--navy); }
.legal-intro { font-size: 1.2rem; color: var(--muted); }
.legal-page section { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.legal-page h2 { font-size: 1.5rem; }
.legal-page a { color: #146c75; font-weight: 700; }
.legal-disclaimer { margin-top: 2rem; padding: 1rem; color: var(--muted); background: var(--cream); border-radius: 12px; font-size: 0.85rem; }
.compact-footer { grid-template-columns: 1fr auto; padding-top: 2rem; padding-bottom: 2rem; }
.compact-footer p { margin: 0; }

.trade-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  min-height: 590px;
  padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background:
    radial-gradient(circle at 18% 20%, rgba(29,143,149,0.34), transparent 35%),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
}
.trade-hero-copy { max-width: 760px; }
.trade-hero-copy .eyebrow { color: var(--gold); }
.trade-hero-copy h1 { margin-bottom: 1.25rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.trade-hero-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,0.82); font-size: 1.12rem; }
.trade-cover { width: min(100%, 320px); margin: auto; transform: rotate(2deg); }
.trade-cover img { width: 100%; height: auto; border-radius: 5px; box-shadow: 0 30px 80px rgba(0,0,0,0.38); }

.trade-audience {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  color: var(--navy);
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.trade-audience span { padding: 1.25rem; background: var(--cream); font-size: 0.82rem; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: 0.08em; }

.sell-sheet-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background: var(--navy-deep);
}
.sell-sheet-banner .eyebrow { margin-bottom: 0.5rem; color: var(--gold); }
.sell-sheet-banner h2 { margin-bottom: 0.45rem; font-size: clamp(1.55rem, 3vw, 2.3rem); }
.sell-sheet-banner p:last-child { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,0.72); }
.sell-sheet-banner .button { flex: 0 0 auto; }

.trade-ordering { padding-bottom: clamp(4rem, 8vw, 7rem); }
.ordering-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.ordering-steps { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ordering-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 1.15rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.ordering-steps li > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--navy-deep); background: var(--gold); border-radius: 50%; font-size: 1.2rem; font-weight: 900; }
.ordering-steps h3 { margin-bottom: 0.35rem; }
.ordering-steps p { margin-bottom: 0; color: var(--muted); }
.trade-note { padding: 2rem; color: white; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.trade-note-label { margin-bottom: 1.4rem; color: var(--gold); font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; }
.trade-note h3 { font-size: 1.8rem; }
.trade-note p:not(.trade-note-label) { color: rgba(255,255,255,0.75); }
.trade-note p:last-child { margin-bottom: 0; }

.edition-section { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.edition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; max-width: var(--max); margin: auto; }
.edition-card { padding: clamp(1.75rem, 4vw, 2.75rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.edition-card.featured { border-color: rgba(243,182,45,0.8); box-shadow: 0 18px 45px rgba(7,26,57,0.1); }
.edition-card .format-label { color: var(--teal); }
.edition-card h3 { color: var(--navy); font-size: clamp(1.35rem, 2.6vw, 2rem); overflow-wrap: anywhere; }
.edition-card dl, .metadata-list { margin: 1.75rem 0 0; }
.edition-card dl > div, .metadata-list > div { display: grid; grid-template-columns: minmax(110px, 0.42fr) 1fr; gap: 1rem; padding: 0.72rem 0; border-top: 1px solid var(--line); }
.edition-card dt, .metadata-list dt { color: var(--muted); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; }
.edition-card dd, .metadata-list dd { margin: 0; font-weight: 700; }

.trade-details { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.trade-details-copy > p:not(.eyebrow) { color: var(--muted); font-family: Georgia, serif; font-size: 1.08rem; }
.metadata-list { margin-top: 0; padding: 0.75rem 1.75rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }

.bulk-order-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  color: white;
  background: linear-gradient(135deg, #0b3954, var(--teal));
}
.bulk-order-copy { max-width: 720px; }
.bulk-order-copy .eyebrow { color: var(--gold); }
.bulk-order-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.8); }
.bulk-order-copy .button { margin-top: 0.65rem; }
.quote-checklist { padding: clamp(1.75rem, 4vw, 2.5rem); color: var(--ink); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-checklist .trade-note-label { color: var(--teal); }
.quote-checklist h3 { color: var(--navy); font-size: 1.8rem; }
.quote-checklist ul { display: grid; gap: 0.7rem; margin: 0; padding-left: 1.2rem; }
.quote-checklist li::marker { color: var(--gold-deep); }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; height: auto; min-height: 0; max-height: none; overflow: visible; }
  .hero-copy { padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); }
  .hero-art { height: auto; min-height: 52vw; max-height: none; }
  .story-grid, .format-layout, .signup-section { grid-template-columns: 1fr; }
  .story-image { order: -1; }
  .format-covers { width: min(78vw, 420px); margin: auto; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .countdown-shell { grid-template-columns: 1fr; }
  .countdown-copy { max-width: 680px; }
  .trade-hero, .ordering-grid, .trade-details, .bulk-order-section { grid-template-columns: 1fr; }
  .trade-cover { width: min(58vw, 300px); }
}

@media (max-width: 700px) {
  section[id] { scroll-margin-top: 130px; }
  .site-header { align-items: flex-start; flex-direction: column; gap: 0.7rem; padding-top: 0.85rem; padding-bottom: 0.85rem; }
  nav { width: 100%; overflow-x: auto; padding-bottom: 0.15rem; }
  nav a { white-space: nowrap; }
  .hero-art { min-height: 66vw; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .christmas-countdown { padding-top: 3.5rem; padding-bottom: 4rem; }
  .countdown-clock { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .countdown-unit { min-height: 118px; }
  .benefit-grid, .preview-grid, .creator-grid { grid-template-columns: 1fr; }
  .contact-section, .site-footer, .compact-footer { align-items: flex-start; grid-template-columns: 1fr; flex-direction: column; }
  .contact-actions { width: 100%; justify-content: flex-start; }
  .contact-actions .button { width: 100%; }
  .sell-sheet-banner { align-items: flex-start; flex-direction: column; }
  .sell-sheet-banner .button { width: 100%; }
  .copyright { grid-column: auto; }
  .button-row .button { width: 100%; }
  .trade-audience, .edition-grid { grid-template-columns: 1fr; }
  .trade-cover { width: min(68vw, 270px); }
  .ordering-steps li { grid-template-columns: 44px 1fr; padding: 1.25rem; }
  .ordering-steps li > span { width: 44px; height: 44px; }
  .edition-card dl > div, .metadata-list > div { grid-template-columns: 1fr; gap: 0.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
