/* Silver Designs — design tokens and components. See docs/02-design-system.md */
:root {
  --ink: #0B1220; --ink-2: #121B2C; --ink-3: #1A2536;
  --cream: #F5EFE4; --cream-2: #ECE3D2; --cream-3: #E1D6C1;
  --gold: #C9A45C; --gold-2: #E4CD92; --gold-deep: #8A6A2B;
  --teal: #5E9E99; --teal-deep: #2F6F6A; --coral: #D8735E;
  --text-ink: #F0E9DC; --muted-ink: #B9B2A5;
  --text-cream: #141A27; --muted-cream: #55534B;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1180px; --radius: 6px; --gutter: clamp(1rem, 4vw, 2.5rem);
  --s1: .5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2rem; --s5: 3rem; --s6: 4.5rem; --s7: 6rem;
}

/* Band theming: every section declares its surface once and all children inherit safe contrast */
.band--ink { background: var(--ink); color: var(--text-ink);
  --fg: var(--text-ink); --muted: var(--muted-ink); --line: rgba(201,164,92,.28);
  --surface: var(--ink-2); --surface-2: var(--ink-3); --link: var(--gold-2); --eyebrow: var(--gold-2);
  --btn-bg: var(--gold); --btn-fg: var(--ink); --btn-bg-hover: var(--gold-2);
  --btn2-border: rgba(240,233,220,.5); --btn2-fg: var(--text-ink); --img-bg: var(--ink-3); --focus: var(--gold-2); }
.band--ink2 { background: var(--ink-2); }
.band--cream { background: var(--cream); color: var(--text-cream);
  --fg: var(--text-cream); --muted: var(--muted-cream); --line: rgba(20,26,39,.16);
  --surface: #FCF8F0; --surface-2: var(--cream-2); --link: var(--teal-deep); --eyebrow: var(--gold-deep);
  --btn-bg: var(--ink); --btn-fg: var(--text-ink); --btn-bg-hover: #1F2B40;
  --btn2-border: rgba(20,26,39,.45); --btn2-fg: var(--text-cream); --img-bg: var(--cream-3); --focus: var(--teal-deep); }
.band--gold { background: linear-gradient(120deg, #C9A45C 0%, #DCC287 60%, #E4CD92 100%); color: var(--ink);
  --fg: var(--ink); --muted: #3B3119; --line: rgba(11,18,32,.22); --surface: rgba(255,255,255,.35); --link: #1F1A0E; --eyebrow: #5A4416;
  --btn-bg: var(--ink); --btn-fg: var(--text-ink); --btn-bg-hover: #1F2B40; --btn2-border: rgba(11,18,32,.55); --btn2-fg: var(--ink); --img-bg: #B8955A; --focus: var(--ink); }

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; color: var(--text-ink); background: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--link, inherit); text-underline-offset: .15em; }
p { margin: 0; }
ul, ol { margin: 0; padding-left: 1.25rem; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.7rem); }
h4 { font-size: 1.2rem; }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 62ch; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.eyebrow { display: block; color: var(--eyebrow); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; margin-bottom: .75rem; }
.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.band { padding-block: clamp(3.5rem, 7vw, 6rem); }
.band--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.stack > * + * { margin-top: var(--s2); }
.stack-lg > * + * { margin-top: var(--s3); }
.flow > * + * { margin-top: 1.1rem; }

:focus-visible { outline: 3px solid var(--focus, var(--gold-2)); outline-offset: 3px; border-radius: 2px; }
.skip-link { position: absolute; left: -999px; top: .75rem; z-index: 200; background: var(--gold-2); color: var(--ink); padding: .6rem 1rem; font-weight: 600; border-radius: var(--radius); }
.skip-link:focus { left: 1rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11,18,32,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(201,164,92,.25); color: var(--text-ink); --link: var(--text-ink); --focus: var(--gold-2); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--text-ink); }
.brand__mark { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-2); font-family: var(--serif); font-size: 1.15rem; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; line-height: 1; }
.brand__sub { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); margin-top: .3rem; }
.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 500; color: var(--text-ink); padding: .35rem 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--gold); color: var(--gold-2); }
.nav .btn { margin-left: .4rem; }
.menu-btn { display: none; background: transparent; border: 1px solid rgba(240,233,220,.45); color: var(--text-ink); font: inherit; font-size: .9rem; padding: .5rem .85rem; border-radius: var(--radius); cursor: pointer; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem 1.25rem; border-radius: var(--radius); text-decoration: none; font-weight: 600; font-size: .95rem; line-height: 1.2; border: 1px solid transparent; cursor: pointer; font-family: var(--sans); transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease; }
.btn--primary { background: var(--btn-bg); color: var(--btn-fg); border-color: var(--btn-bg); }
.btn--primary:hover { background: var(--btn-bg-hover); border-color: var(--btn-bg-hover); }
.btn--secondary { background: transparent; color: var(--btn2-fg); border-color: var(--btn2-border); }
.btn--secondary:hover { border-color: currentColor; }
.btn--small { min-height: 40px; padding: .45rem .9rem; font-size: .88rem; }
.site-header .btn--primary { background: var(--gold); color: var(--ink); border-color: var(--gold); min-height: 40px; padding: .45rem .95rem; font-size: .88rem; }
.site-header .btn--primary:hover { background: var(--gold-2); border-color: var(--gold-2); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.textlink { font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .1em; color: var(--link); }
.textlink:hover { border-bottom-color: transparent; }
.ext::after { content: " ↗"; font-size: .8em; }

/* Section heads */
.section-head { display: grid; gap: 1rem; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); max-width: 70ch; }
.section-head--split { max-width: none; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }
.section-head--split .lede { justify-self: end; }
.section-foot { margin-top: clamp(1.5rem, 3vw, 2.25rem); display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* Hero */
.hero { padding-block: clamp(3rem, 7vw, 6rem); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__copy { display: grid; gap: 1.4rem; }
.hero__copy h1 { max-width: 14ch; font-size: clamp(2.4rem, 4.6vw, 4rem); }
.hero__copy .lede { max-width: 56ch; }
.fan { position: relative; display: flex; justify-content: center; align-items: flex-end; padding: 1.5rem 0 .5rem; min-height: 360px; }
.fan__card { width: clamp(120px, 15vw, 190px); aspect-ratio: 3 / 5; object-fit: cover; border-radius: 8px; border: 1px solid rgba(228,205,146,.55); box-shadow: 0 24px 50px rgba(0,0,0,.5); background: var(--ink-3); }
.fan__card:nth-child(1) { transform: rotate(-9deg) translate(28px, 22px); z-index: 1; }
.fan__card:nth-child(2) { transform: translateY(-6px); z-index: 2; }
.fan__card:nth-child(3) { transform: rotate(9deg) translate(-28px, 22px); z-index: 1; }
.fan__caption { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 1rem; }
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.page-hero .wrap { display: grid; gap: 1.25rem; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: center; }
.page-hero .wrap.single { grid-template-columns: 1fr; }
.page-hero h1 { max-width: 18ch; }
.page-hero__copy { display: grid; gap: 1.2rem; }
.page-hero__media { display: flex; gap: .8rem; justify-content: flex-end; }
.page-hero__media img { width: clamp(120px, 16vw, 200px); aspect-ratio: 3 / 5; object-fit: cover; border-radius: 8px; border: 1px solid rgba(228,205,146,.5); box-shadow: 0 20px 40px rgba(0,0,0,.45); }
.page-hero__media img:first-child { transform: translateY(1rem); }
.page-hero__figure { margin: 0; }
.page-hero__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.breadcrumb { font-size: .82rem; color: var(--muted); }
.breadcrumb a { color: var(--link); }
.breadcrumb ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; opacity: .6; }

/* Grids and tiles */
.grid { display: grid; gap: 1.25rem; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tile { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 2.5vw, 1.75rem); display: flex; flex-direction: column; gap: .8rem; }
.tile__num { font-family: var(--serif); font-size: 1.4rem; color: var(--eyebrow); font-weight: 600; }
.tile h3 { margin-top: .1rem; }
.tile ul { padding-left: 1.1rem; color: var(--fg); font-size: .95rem; }
.tile li + li { margin-top: .35rem; }
.tile__price { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.tile__note { font-size: .9rem; color: var(--muted); }
.tile .actions { margin-top: auto; padding-top: .5rem; }
.tile--accent { border-color: var(--gold); }

/* Product cards */
.pcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-width: 0; }
.pcard a { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.pcard__media { aspect-ratio: 1 / 1; background: var(--img-bg); overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pcard a:hover .pcard__media img { transform: scale(1.03); }
.pcard__body { padding: 1rem 1.1rem 1.2rem; display: grid; gap: .45rem; }
.pcard__meta { display: flex; justify-content: space-between; gap: .75rem; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.pcard h3 { font-size: 1.3rem; }
.pcard p { font-size: .92rem; color: var(--muted); }
.pcard__cta { font-size: .86rem; font-weight: 600; color: var(--link); margin-top: .3rem; }
.pcard__badge { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); background: var(--gold-2); padding: .15rem .5rem; border-radius: 3px; }

/* Feature (image + copy) */
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.feature + .feature { margin-top: clamp(2.5rem, 5vw, 4rem); }
.feature--flip .feature__media { order: 2; }
.feature__media { margin: 0; }
.feature__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: var(--img-bg); }
.feature__media--portrait img { aspect-ratio: 3 / 4; }
.feature__media figcaption { font-size: .8rem; color: var(--muted); margin-top: .5rem; }
.feature__copy { display: grid; gap: 1.1rem; }
.feature__copy .lede { max-width: 50ch; }

/* Card strips (tarot examples) */
.strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; }
.strip--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.strip img { width: 100%; aspect-ratio: 3 / 5; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); background: var(--img-bg); }
.strip-caption { font-size: .85rem; color: var(--muted); margin-top: .8rem; max-width: 80ch; }
.style-group { display: grid; gap: .9rem; }
.style-group + .style-group { margin-top: 2rem; }
.style-group h3 { font-size: 1.35rem; }
.style-group p { font-size: .92rem; color: var(--muted); }

/* Steps */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; counter-reset: step; }
.steps--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.steps li { counter-increment: step; border-top: 2px solid var(--gold); padding-top: 1rem; display: grid; gap: .5rem; }
.steps li::before { content: "0" counter(step); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--eyebrow); }
.steps h3 { font-size: 1.3rem; }
.steps p { font-size: .95rem; color: var(--muted); }

/* Lists */
.check { list-style: none; padding: 0; display: grid; gap: .6rem; }
.check li { padding-left: 1.5rem; position: relative; }
.check li::before { content: "✦"; position: absolute; left: 0; top: .1em; color: var(--gold); font-size: .85em; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.two-col h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 1rem; }
dl.spec { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: .5rem 1.25rem; margin: 0; }
dl.spec dt { font-weight: 600; }
dl.spec dd { margin: 0; color: var(--muted); }

/* FAQ */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq > div { border-bottom: 1px solid var(--line); padding: 1.1rem 0; display: grid; gap: .45rem; }
.faq h3 { font-size: 1.3rem; }
.faq p { color: var(--muted); max-width: 75ch; }

/* Product page */
.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.product__media { margin: 0; position: sticky; top: 90px; }
.product__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); background: var(--img-bg); }
.product__info { display: grid; gap: 1.25rem; }
.product__info h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.price { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--eyebrow); }
.price small { font-family: var(--sans); font-size: .8rem; font-weight: 500; color: var(--muted); margin-left: .5rem; }
.callout { border-left: 3px solid var(--gold); padding: .9rem 1.1rem; background: var(--surface-2); border-radius: 0 var(--radius) var(--radius) 0; font-size: .95rem; }

/* Shop list */
.jump { display: flex; flex-wrap: wrap; gap: .5rem .9rem; font-size: .9rem; margin-top: 1rem; }
.jump a { text-decoration: none; color: var(--link); border: 1px solid var(--line); padding: .35rem .75rem; border-radius: 999px; }
.jump a:hover { border-color: currentColor; }
.filter { display: grid; gap: .5rem; max-width: 560px; margin-top: 1.5rem; }
.filter input { font: inherit; padding: .75rem .9rem; border-radius: var(--radius); border: 1px solid var(--btn2-border); background: var(--surface); color: var(--fg); width: 100%; }
.filter__count { font-size: .85rem; color: var(--muted); }
.collection { padding-top: clamp(2rem, 5vw, 3.5rem); }
.collection + .collection { border-top: 1px solid var(--line); margin-top: clamp(2rem, 5vw, 3.5rem); }
.collection__head { display: grid; gap: .5rem; margin-bottom: 1.5rem; max-width: 70ch; }
.collection__head p { color: var(--muted); }
.catalog-index { margin-top: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.catalog-index summary { cursor: pointer; padding: 1rem 1.1rem; color: var(--fg); font-weight: 600; list-style-position: inside; }
.catalog-index summary:hover { color: var(--link); }
.catalog-index[open] summary { border-bottom: 1px solid var(--line); }
.catalog-index__body { padding: 0 1.1rem 1rem; }
.rows { list-style: none; padding: 0; margin-top: 1.5rem; border-top: 1px solid var(--line); }
.rows li { display: grid; grid-template-columns: minmax(0, 1fr) max-content max-content; gap: .5rem 1.25rem; align-items: baseline; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.rows a { color: var(--fg); text-decoration: none; }
.rows a:hover { color: var(--link); text-decoration: underline; }
.rows .type { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.rows .price-cell { font-variant-numeric: tabular-nums; font-weight: 600; }
.rows li[hidden] { display: none; }
.collection[hidden] { display: none; }

/* Form (inquiry builder) */
.form { display: grid; gap: 1.1rem; max-width: 720px; }
.field { display: grid; gap: .4rem; }
.field label { font-weight: 600; font-size: .95rem; }
.field .hint { font-size: .85rem; color: var(--muted); }
.field input, .field select, .field textarea { font: inherit; padding: .7rem .85rem; border-radius: var(--radius); border: 1px solid var(--btn2-border); background: var(--surface); color: var(--fg); width: 100%; }
.field textarea { min-height: 110px; resize: vertical; }
.output { display: grid; gap: .8rem; margin-top: 1.5rem; }
.output textarea { min-height: 260px; font-family: var(--sans); }
.inquire-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.aside { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: var(--surface); display: grid; gap: .9rem; position: sticky; top: 90px; }
.aside h2 { font-size: 1.5rem; }
.aside ol { padding-left: 1.2rem; color: var(--muted); font-size: .95rem; }

/* Prose (guides) */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin: 2.4rem 0 .8rem; }
.prose h3 { font-size: 1.35rem; margin: 1.6rem 0 .5rem; }
.prose p, .prose li { color: var(--fg); }
.prose p + p { margin-top: 1rem; }
.prose ul, .prose ol { margin: .8rem 0; }
.prose li + li { margin-top: .4rem; }
.prose .faq { margin-top: 1rem; }
.summary-box { border: 1px solid var(--gold); border-left-width: 4px; background: var(--surface); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 1.5rem 0 2rem; }
.summary-box strong { color: var(--eyebrow); }
.article-meta { font-size: .85rem; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.related { display: grid; gap: 1rem; }
.related h2 { font-size: 1.4rem; }
.related .pcard h3 { font-size: 1.1rem; }
.related .pcard__body { padding: .8rem .9rem 1rem; }

/* CTA band */
.cta .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; }
.cta h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
.cta p { color: var(--muted); max-width: 55ch; margin-top: .5rem; }

/* Footer */
.site-footer { border-top: 1px solid rgba(201,164,92,.25); padding: 3rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 2rem; }
.footer-grid h2 { font-size: 1.5rem; margin-bottom: .6rem; }
.footer-grid p { color: var(--muted); font-size: .92rem; max-width: 40ch; }
.footer-grid h3 { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); margin-bottom: .8rem; }
.footer-grid nav { display: grid; gap: .5rem; }
.footer-grid nav a { color: var(--text-ink); text-decoration: none; font-size: .95rem; }
.footer-grid nav a:hover { color: var(--gold-2); }
.fine { border-top: 1px solid rgba(201,164,92,.2); margin-top: 2.25rem; padding-top: 1.25rem; font-size: .8rem; color: var(--muted-ink); display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; }

/* 404 */
.notfound { min-height: 50vh; display: grid; place-items: center; text-align: center; }
.notfound .wrap { display: grid; gap: 1.2rem; justify-items: center; }

@media (max-width: 960px) {
  .menu-btn { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: var(--ink); border-bottom: 1px solid rgba(201,164,92,.25); padding: 1rem var(--gutter) 1.4rem; flex-direction: column; align-items: stretch; gap: .2rem; }
  .nav.is-open { display: flex; }
  .nav a { padding: .7rem 0; border-bottom: 1px solid rgba(240,233,220,.1); font-size: 1rem; }
  .nav .btn { margin: .8rem 0 0; }
  .hero .wrap, .page-hero .wrap, .feature, .two-col, .product, .inquire-layout, .article-layout, .cta .wrap { grid-template-columns: 1fr; }
  .feature--flip .feature__media { order: 0; }
  .section-head--split { grid-template-columns: 1fr; }
  .section-head--split .lede { justify-self: start; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps, .steps--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .strip--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product__media, .aside { position: static; }
  .page-hero__media { justify-content: flex-start; }
  .fan { min-height: 300px; }
}
@media (max-width: 620px) {
  body { font-size: 1rem; }
  .brand__sub { display: none; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .steps, .steps--5 { grid-template-columns: 1fr; }
  .strip, .strip--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
  .strip img { aspect-ratio: 3 / 5; }
  .footer-grid { grid-template-columns: 1fr; }
  .actions .btn { width: 100%; }
  .fan { min-height: 260px; padding-top: .5rem; }
  .fan__card { width: 30vw; }
  .rows li { grid-template-columns: minmax(0, 1fr) max-content; }
  .rows li > span:first-child { grid-column: 1; grid-row: 1; }
  .rows .price-cell { grid-column: 2; grid-row: 1; }
  .rows .type { grid-column: 1 / -1; grid-row: 2; }
  dl.spec { grid-template-columns: 1fr; }
  .hero__copy h1 { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
