:root {
  color-scheme: light;
  --ink: #15273c;
  --paper: #f2f5fb;
  --surface: #ffffff;
  --lime: #7de6dc;
  --orange: #ff684d;
  --line: #d3dce9;
  --muted: #718096;
  font-family: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(ellipse at 12% 12%, rgba(111, 226, 231, .18), transparent 32rem), radial-gradient(ellipse at 90% 22%, rgba(255, 143, 117, .15), transparent 34rem), var(--paper); }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.topbar { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 clamp(20px, 5vw, 76px); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: max-content; font: 700 12px/1 "Space Grotesk", sans-serif; letter-spacing: .04em; }
.wordmark-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); border: 1px solid var(--ink); font-size: 12px; letter-spacing: -.08em; }
.topbar nav { display: flex; gap: clamp(20px, 4vw, 52px); font-size: 13px; font-weight: 600; }
.topbar nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.topbar nav a:hover { border-color: var(--ink); }
.connect-button { justify-self: end; min-height: 42px; padding: 0 15px; background: var(--ink); border: 1px solid var(--ink); color: white; font-size: 12px; font-weight: 700; }
.connect-button span { margin-left: 14px; color: var(--lime); }

main { width: min(100%, 1440px); margin: 0 auto; }
.feature { display: grid; grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr); gap: clamp(30px, 5vw, 72px); padding: clamp(28px, 4vw, 58px) clamp(20px, 5vw, 76px) clamp(48px, 6vw, 84px); align-items: center; }
.feature-art-wrap { min-width: 0; }
.feature-art { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; padding: 0; overflow: hidden; border: 1px solid var(--ink); background: #e6e7df; cursor: zoom-in; }
.feature-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.expand-hint { position: absolute; right: 12px; bottom: 12px; padding: 9px 11px; background: var(--lime); border: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.expand-hint span { margin-left: 10px; }
.feature-caption { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; padding-top: 12px; font-size: 10px; letter-spacing: .06em; }
.feature-caption span:first-child { color: var(--muted); }
.feature-caption strong { font: 700 15px "Space Grotesk", sans-serif; }
.feature-caption span:last-child { text-align: right; color: var(--muted); }

.feature-copy { min-width: 0; }
.collection-line,.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.collection-line { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.collection-dot { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.line-divider { color: #a7aaa0; }
h1,h2,p { margin: 0; }
h1 { font: 700 clamp(54px, 6.2vw, 88px)/.9 "Space Grotesk", sans-serif; letter-spacing: -.075em; }
h1 span { color: #ee593e; }
.description { max-width: 520px; margin-top: 17px; color: #555950; font-size: 16px; line-height: 1.5; }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts > div { padding: 12px 10px 12px 0; }
.quick-facts > div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.quick-facts span,.mint-detail span,.quantity-row label { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .055em; }
.quick-facts strong { display: block; margin-top: 5px; font: 700 clamp(15px, 1.65vw, 20px) "Space Grotesk", sans-serif; white-space: nowrap; }

.mint { display: grid; gap: 9px; margin-top: 22px; }
.mint-heading { display: flex; justify-content: space-between; gap: 12px; padding: 0 2px 7px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.mint-heading i { margin-left: 4px; color: var(--orange); font-size: 14px; font-style: normal; }
.mint-status { display: inline-flex; align-items: center; gap: 5px; color: #617087; }
.mint-status[data-state="live"] { color: #13846f; }
.mint-status[data-state="paused"] { color: #b45444; }
.mint-option { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 13px 14px; }
.free-option { background: #dcebed; border-left: 3px solid #438b91; }
.paid-option { background: #263440; border-left: 3px solid #ff8064; color: white; }
.option-index { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid currentColor; color: #397f86; font: 700 11px "Space Grotesk", sans-serif; }
.paid-option .option-index { color: #ff9478; }
.option-copy { min-width: 0; }
.option-kicker { display: block; margin-bottom: 5px; color: #527174; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.option-kicker i { padding: 0 3px; color: #ee8064; font-style: normal; }
.paid-option .option-kicker { color: #bdc9c9; }
.option-copy h2 { margin: 0; font: 700 clamp(17px, 1.55vw, 22px)/1.08 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.option-rule { display: grid; gap: 1px; min-width: 72px; text-align: right; }
.option-rule strong { color: #2d7077; font: 700 15px "Space Grotesk", sans-serif; }
.option-rule span { color: #577579; font-size: 8px; font-weight: 800; letter-spacing: .06em; }
.mint-button { min-width: 116px; min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 0 11px; border: 1px solid #273b3f; background: #273b3f; color: white; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.mint-button:disabled { cursor: not-allowed; opacity: 1; }
.free-mint { border-color: #438b91; background: transparent; color: #21494d; }
.paid-mint { border-color: #ff8064; background: #ff8064; color: #202b31; }
.paid-controls { display: flex; align-items: center; gap: 16px; }
.paid-controls { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: space-between; gap: 8px 16px; }
.paid-quote { grid-column: 1 / -1; color: #c4d0d4; font-size: 8px; line-height: 1.4; }
.option-price { display: grid; gap: 4px; }
.option-price span,.quantity-row label { color: #bdc9c9; font-size: 8px; font-weight: 800; letter-spacing: .06em; white-space: nowrap; }
.option-price strong { color: white; font: 700 15px "Space Grotesk", sans-serif; white-space: nowrap; }
.quantity-row { display: grid; justify-items: end; gap: 4px; }
.quantity-row label small { margin-left: 4px; color: #a6b9b8; font-size: 7px; }
.quantity-control { display: grid; grid-template-columns: 27px 38px 27px; height: 29px; border: 1px solid #748889; }
.quantity-control button { border: 0; background: transparent; color: white; font-size: 18px; line-height: 1; }
.quantity-control input { width: 100%; min-width: 0; padding: 0; border: 0; border-right: 1px solid #748889; border-left: 1px solid #748889; background: transparent; color: white; text-align: center; font-size: 12px; font-weight: 700; outline: none; }
.contract-note { margin-top: 1px; color: var(--muted); font-size: 10px; line-height: 1.4; }

.collection { padding: 36px clamp(20px, 5vw, 76px) 76px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--muted); }
.section-heading h2 { font: 700 clamp(29px, 4vw, 44px)/1 "Space Grotesk", sans-serif; letter-spacing: -.06em; }
.section-heading > p { color: #62665d; font-size: 13px; }
.section-heading > p strong { color: var(--ink); font-weight: 800; }
.section-heading > p span { margin: 0 6px; color: var(--orange); }
.gallery-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.gallery-item { min-width: 0; padding: 0; border: 1px solid var(--line); background: #e6e7df; overflow: hidden; text-align: left; cursor: zoom-in; transition: transform .16s ease, border-color .16s ease; }
.gallery-item:hover,.gallery-item:focus-visible { z-index: 1; transform: translateY(-3px); border-color: var(--ink); outline: none; }
.gallery-item img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-item span { display: block; padding: 8px 9px; background: var(--surface); font-size: 10px; font-weight: 700; }

/* Moon Rollers visual polish: bright orbit colors, depth, and restrained motion. */
::selection { color: var(--ink); background: #91ebe2; }
:focus-visible { outline: 3px solid #1689aa; outline-offset: 3px; }
.topbar { position: sticky; top: 0; z-index: 5; background: rgba(248, 250, 255, .84); backdrop-filter: blur(18px); box-shadow: 0 4px 22px rgba(21, 39, 60, .045); }
.wordmark-mark { border-radius: 50%; background: linear-gradient(145deg, #a5f6e7, #63d8e6); box-shadow: 0 5px 14px rgba(40, 168, 180, .2); transform: rotate(-9deg); }
.topbar nav a { transition: color .18s ease, border-color .18s ease; }
.topbar nav a:hover { color: #e45c42; }
.connect-button { border-radius: 999px; box-shadow: 0 8px 18px rgba(21, 39, 60, .16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.connect-button:hover { transform: translateY(-2px); background: #24435f; box-shadow: 0 11px 22px rgba(21, 39, 60, .22); }
.connect-button span { color: var(--lime); }
.feature { position: relative; }
.feature-art-wrap { position: relative; isolation: isolate; animation: rise-in .75s cubic-bezier(.2,.75,.3,1) both; }
.feature-art-wrap::before { content: ""; position: absolute; z-index: -1; inset: -5% -6%; border: 1px solid rgba(42, 162, 185, .32); border-radius: 50%; transform: rotate(-18deg); animation: orbit-spin 34s linear infinite; }
.feature-art-wrap::after { content: "✦"; position: absolute; top: 5%; right: -3%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(21, 39, 60, .16); border-radius: 50%; background: #ffad75; color: #713a37; box-shadow: 0 8px 20px rgba(255, 104, 77, .2); font-size: 18px; animation: star-drift 4.5s ease-in-out infinite; }
.feature-art { border: 5px solid rgba(255, 255, 255, .92); border-radius: 5px; background: linear-gradient(145deg, #8fe5e9 0%, #d9e4ff 54%, #ffb99e 100%); box-shadow: 0 25px 70px rgba(26, 57, 82, .19), 0 5px 12px rgba(26, 57, 82, .08); transition: transform .3s ease, box-shadow .3s ease; }
.feature-art:hover { transform: translateY(-4px) rotate(-.35deg); box-shadow: 0 32px 76px rgba(26, 57, 82, .25); }
.feature-art img { animation: artwork-float 7s ease-in-out infinite; }
.art-sticker { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 8px 10px; border: 1px solid rgba(21, 39, 60, .12); border-radius: 999px; background: rgba(255, 255, 255, .87); color: #253e56; box-shadow: 0 5px 18px rgba(21, 39, 60, .1); font-size: 9px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.art-sticker span { margin-right: 5px; color: #f16d50; }
.expand-hint { border: 0; border-radius: 999px; background: #fff; color: var(--ink); box-shadow: 0 7px 24px rgba(21, 39, 60, .16); transition: transform .2s ease, color .2s ease; }
.feature-art:hover .expand-hint { transform: translateY(-2px); color: #e45c42; }
.feature-caption strong { color: #df5c47; }
.collection-dot { box-shadow: 0 0 0 5px rgba(255, 104, 77, .12); animation: dot-pulse 2.5s ease-in-out infinite; }
h1 { letter-spacing: -.08em; }
h1 span { display: inline-block; color: transparent; background: linear-gradient(100deg, #ff674f 8%, #ed7c8c 49%, #517fe0 100%); background-clip: text; -webkit-background-clip: text; }
.description { color: #536278; }
.quick-facts { border-color: rgba(72, 96, 126, .2); }
.quick-facts > div { position: relative; }
.quick-facts span { color: #71839b; }
.quick-facts strong { color: #1b3550; }
.quick-facts > div:first-child strong { color: #df604c; }
.mint-heading { border-color: rgba(72, 96, 126, .2); }
.mint-heading i { color: #268ca8; }
.free-option,.paid-option { position: relative; overflow: hidden; border-radius: 3px 13px 3px 13px; box-shadow: 0 8px 22px rgba(31, 62, 83, .08); transition: transform .22s ease, box-shadow .22s ease; }
.free-option { background: linear-gradient(115deg, #d8f5ef 0%, #ebfbf4 62%, #e4f3ff 100%); border-left-color: #2eb9b6; }
.paid-option { background: radial-gradient(circle at 90% 0%, rgba(96, 160, 191, .26), transparent 45%), linear-gradient(110deg, #1d344a, #29475e); border-left-color: #ff8064; box-shadow: 0 10px 25px rgba(21, 39, 60, .18); }
.mint-option:hover,.mint-option:focus-within { transform: translateX(4px); box-shadow: 0 14px 30px rgba(31, 62, 83, .15); }
.option-index { border-radius: 50%; box-shadow: 0 4px 12px rgba(36, 99, 109, .09); }
.paid-option .option-index { border-color: rgba(255, 148, 120, .72); }
.option-copy h2 { letter-spacing: -.06em; }
.free-mint,.paid-mint { border-radius: 999px; box-shadow: 0 5px 12px rgba(21, 39, 60, .09); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.free-mint { border-color: #3c9ca2; color: #1e5962; }
.paid-mint { border-color: #ff8669; background: linear-gradient(110deg, #ff9475, #ffc17c); color: #302d39; box-shadow: 0 6px 18px rgba(255, 122, 93, .2); }
.mint-button:disabled { filter: saturate(.72); }
.paid-controls { padding: 7px 10px; border: 1px solid rgba(205, 231, 234, .16); border-radius: 4px 11px 4px 11px; background: rgba(8, 27, 43, .24); }
.option-price strong { color: #a5f3e9; }
.quantity-control { overflow: hidden; border-color: rgba(205, 231, 234, .44); border-radius: 999px; background: rgba(255,255,255,.05); }
.quantity-control button { transition: color .16s ease, background .16s ease; }
.quantity-control button:hover { background: rgba(125, 230, 220, .16); color: #a5f3e9; }
.quantity-control input { border-color: rgba(205, 231, 234, .3); }
.contract-note { color: #728096; }
.orbit-ticker { overflow: hidden; padding: 12px 0; border-block: 1px solid #25445a; background: #15273c; color: #a4efe5; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: ticker-scroll 44s linear infinite; }
.ticker-track span { font: 700 10px "Space Grotesk", sans-serif; letter-spacing: .14em; white-space: nowrap; }
.ticker-track b { color: #ff8b6c; font-size: 13px; }
.orbit-ticker:hover .ticker-track { animation-play-state: paused; }
.collection { border-color: rgba(72, 96, 126, .17); }
.eyebrow { color: #388ba1; }
.section-heading h2 { color: #1a3048; }
.gallery-item { border-color: rgba(62, 89, 119, .2); border-radius: 9px; box-shadow: 0 5px 15px rgba(31, 62, 83, .045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.gallery-item:hover,.gallery-item:focus-visible { border-color: #438ca9; box-shadow: 0 13px 24px rgba(31, 62, 83, .16); }
.gallery-item img { transition: transform .35s cubic-bezier(.2,.8,.25,1); }
.gallery-item:hover img,.gallery-item:focus-visible img { transform: scale(1.055); }
.gallery-item span { background: rgba(255,255,255,.96); }
.art-dialog { border-color: #567083; border-radius: 12px; background: #15273c; box-shadow: 0 28px 100px rgba(0,0,0,.45); }
.art-dialog::backdrop { background: rgba(10, 24, 39, .86); backdrop-filter: blur(6px); }
.dialog-toolbar strong { color: #8fece2; }
.dialog-arrow:hover { color: var(--ink); border-color: #8fece2; background: #8fece2; }
.toast { border-left-color: #7de6dc; border-radius: 4px 12px 4px 4px; box-shadow: 0 12px 34px rgba(21, 39, 60, .24); }
footer { background: #15273c; }
footer i { color: #ff8b6c; }
.feature-art-wrap,.feature-copy > * { animation: rise-in .68s cubic-bezier(.2,.75,.3,1) both; }
.feature-copy > :nth-child(1) { animation-delay: .08s; }
.feature-copy > :nth-child(2) { animation-delay: .16s; }
.feature-copy > :nth-child(3) { animation-delay: .23s; }
.feature-copy > :nth-child(4) { animation-delay: .3s; }
.feature-copy > :nth-child(5) { animation-delay: .37s; }
.feature-copy > :nth-child(6) { animation-delay: .44s; }
.art-dialog[open] { animation: dialog-pop .22s ease-out both; }

@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes artwork-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes orbit-spin { to { transform: rotate(342deg); } }
@keyframes star-drift { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(12deg); } }
@keyframes dot-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(255, 104, 77, .12); } 50% { box-shadow: 0 0 0 8px rgba(255, 104, 77, .04); } }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }
@keyframes dialog-pop { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.art-dialog { width: min(1000px, calc(100vw - 32px)); max-width: none; max-height: min(94vh, 1000px); padding: 0; border: 1px solid #52554e; background: #171916; color: white; }
.art-dialog::backdrop { background: rgba(13, 15, 13, .9); }
.dialog-toolbar,.dialog-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 18px; font-size: 11px; letter-spacing: .06em; }
.dialog-toolbar > div { display: flex; gap: 14px; align-items: center; }
.dialog-toolbar > div span,.dialog-footer { color: #b9bdb2; }
.dialog-toolbar strong { color: var(--lime); font: 700 14px "Space Grotesk", sans-serif; }
.dialog-toolbar button { border: 0; background: transparent; color: white; font-size: 11px; font-weight: 700; }
.dialog-toolbar button span { margin-left: 8px; font-size: 20px; vertical-align: -2px; }
.dialog-stage { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; justify-items: center; min-height: 280px; max-height: calc(94vh - 108px); padding: 0 10px; }
.dialog-stage img { display: block; max-width: 100%; max-height: calc(94vh - 120px); width: auto; height: auto; object-fit: contain; }
.dialog-arrow { width: 36px; height: 36px; border: 1px solid #73776d; border-radius: 50%; background: transparent; color: white; font-size: 18px; }
.dialog-arrow:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.dialog-footer { border-top: 1px solid #393d36; font-size: 10px; }
.toast { position: fixed; z-index: 10; right: 18px; bottom: 18px; max-width: calc(100vw - 36px); padding: 13px 16px; background: var(--ink); color: white; border-left: 4px solid var(--lime); font-size: 13px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.toast.visible { opacity: 1; transform: none; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 19px clamp(20px, 5vw, 76px); background: var(--ink); color: #f6f5ef; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
footer i { color: var(--orange); font-style: normal; }

@media (max-width: 1060px) {
  .feature { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 28px; }
  .mint-option { grid-template-columns: 34px minmax(0, 1fr); gap: 9px 11px; padding: 12px; }
  .option-index { grid-column: 1; grid-row: 1 / span 3; }
  .option-copy { grid-column: 2; grid-row: 1; }
  .option-rule { display: none; }
  .free-mint { grid-column: 2; grid-row: 2; width: 100%; }
  .paid-controls { grid-column: 2; grid-row: 2; justify-content: space-between; gap: 10px; }
  .paid-mint { grid-column: 2; grid-row: 3; width: 100%; }
  .option-price strong { font-size: 13px; }
  .mint-button { min-width: 104px; }
  .gallery-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .topbar { min-height: 68px; grid-template-columns: 1fr auto; padding-inline: 18px; }
  .topbar nav { grid-column: 1 / -1; display: flex; justify-content: center; gap: 24px; padding: 0 0 8px; font-size: 11px; }
  .feature { grid-template-columns: 1fr; gap: 28px; padding: 22px 18px 42px; }
  .feature-art-wrap { width: min(100%, 560px); margin-inline: auto; }
  .feature-art-wrap::before { inset: -4% -2%; }
  .feature-art-wrap::after { right: 1%; }
  .feature-copy { width: min(100%, 620px); margin-inline: auto; }
  h1 { font-size: clamp(54px, 14vw, 82px); }
  .description { font-size: 15px; }
  .mint-option { grid-template-columns: 38px minmax(0, 1fr); gap: 10px 12px; padding: 14px; }
  .option-index { grid-column: 1; grid-row: 1 / span 3; }
  .option-copy { grid-column: 2; grid-row: 1; }
  .option-rule { display: none; }
  .free-mint { grid-column: 2; grid-row: 2; width: 100%; }
  .paid-controls { grid-column: 2; grid-row: 2; }
  .paid-mint { grid-column: 2; grid-row: 3; width: 100%; }
  .collection { padding: 30px 18px 52px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .gallery-item span { padding: 7px; font-size: 9px; }
}
@media (max-width: 430px) {
  .mint-option { grid-template-columns: 35px minmax(0, 1fr); gap: 9px 10px; padding: 13px 11px; }
  .option-index { grid-column: 1; grid-row: 1 / span 3; width: 32px; height: 32px; }
  .option-copy { grid-column: 2; grid-row: 1; }
  .option-copy h2 { font-size: 20px; }
  .option-rule { display: none; }
  .mint-option .mint-button { grid-column: 2; grid-row: 3; width: 100%; }
  .paid-controls { grid-column: 2; grid-row: 2; justify-content: space-between; }
  .paid-mint { grid-row: 3; }
  .option-price strong { font-size: 14px; }
  .quantity-control { grid-template-columns: 26px 35px 26px; }
  .quantity-row label { font-size: 7px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-caption { font-size: 9px; }
  .quick-facts > div { padding-right: 6px; }
  .quick-facts > div + div { padding-left: 8px; }
  .quick-facts span { font-size: 9px; }
  .quick-facts strong { font-size: 14px; }
  .dialog-stage { grid-template-columns: 36px minmax(0, 1fr) 36px; padding: 0 4px; }
  .dialog-arrow { width: 30px; height: 30px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
