/* Holding Ground — Night Shift */

@font-face { font-family: "Unbounded"; src: url("/assets/fonts/unbounded-900.woff2") format("woff2"); font-weight: 900; font-display: swap; }
@font-face { font-family: "Geist"; src: url("/assets/fonts/geist-var.woff2") format("woff2"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Geist Mono"; src: url("/assets/fonts/geist-mono-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Silkscreen"; src: url("/assets/fonts/silkscreen-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }

:root {
  --ink: #070B1A;
  --ink-2: #0E1430;
  --line: #26305E;
  --dim: #1A2250;
  --acid: #C8FF2E;
  --white: #EEF1FF;
  --body: #C9CFEA;
  --mute: #98A1CB;
  --gutter: clamp(16px, 3.9vw, 56px);
  --sec: clamp(72px, 9vw, 128px);
  --max: 1440px;
  --display: "Unbounded", "Arial Black", sans-serif;
  --sans: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Geist Mono", ui-monospace, Menlo, monospace;
  --px: "Silkscreen", ui-monospace, monospace;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 24px; }
body {
  margin: 0; background: var(--ink); color: var(--white);
  font-family: var(--sans); font-size: 19px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
a { color: var(--acid); text-underline-offset: 3px; }
a:hover { color: var(--white); }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.on-acid :focus-visible { outline-color: var(--ink); }
button { font: inherit; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--acid); color: var(--ink); padding: 12px 18px; font-family: var(--px); text-transform: uppercase; }
.skip:focus { left: 16px; top: 16px; }
.show-sm { display: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.sec { padding-block: var(--sec); border-bottom: 2px solid var(--line); }
.sec > .wrap { display: flex; flex-direction: column; gap: clamp(36px, 4.5vw, 64px); }
.band { background: var(--ink-2); }

/* type */
.d { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.92; overflow-wrap: break-word; }
.acid { color: var(--acid); }
.mute { color: var(--mute); }
.px { font-family: var(--px); text-transform: uppercase; letter-spacing: 0.04em; font-weight: 400; }
.label { font-family: var(--px); text-transform: uppercase; letter-spacing: 0.08em; font-size: 14px; color: var(--acid); line-height: 1.5; }
.label.mute { color: var(--mute); }
.body { color: var(--body); max-width: 60ch; }
.body strong, .body b { color: var(--white); font-weight: 700; }
.lead { font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }
.small { font-size: 16px; }
.h-hero { font-size: clamp(40px, 7.2vw, 104px); }
.h-page { font-size: clamp(40px, 8.6vw, 124px); }
.h-sec { font-size: clamp(32px, 6.1vw, 88px); }
.h-sub { font-size: clamp(26px, 3vw, 40px); line-height: 1.02; }
.h-card { font-size: clamp(20px, 2.1vw, 30px); line-height: 1.05; }
.stat, .cell p.stat { font-family: var(--display); font-weight: 900; letter-spacing: -0.04em; line-height: 1; font-size: clamp(44px, 5vw, 72px); font-variant-numeric: tabular-nums; }

.sec-head { display: flex; flex-direction: column; gap: 24px; }
.sec-head .label { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.sec-head .num { background: var(--acid); color: var(--ink); padding: 3px 10px; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 56px; padding: 10px 28px; border: 3px solid var(--acid);
  font-family: var(--px); font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase;
  text-decoration: none; text-align: center; line-height: 1.2; cursor: pointer;
}
.btn-p { background: var(--acid); color: var(--ink); }
.btn-p:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.btn-g { background: transparent; color: var(--acid); }
.btn-g:hover { background: var(--acid); color: var(--ink); }
.btn-ink { background: var(--ink); border-color: var(--ink); color: var(--acid); }
.btn-ink:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.btn-lg { min-height: 68px; font-size: 19px; padding-inline: 36px; }
.btns { display: flex; flex-wrap: wrap; gap: 14px; }
.more { font-family: var(--px); text-transform: uppercase; letter-spacing: 0.04em; font-size: 16px; text-decoration: none; display: inline-flex; min-height: 44px; align-items: center; }
.more:hover { text-decoration: underline; }

/* strip */
.strip { background: var(--acid); color: var(--ink); font-family: var(--px); text-transform: uppercase; letter-spacing: 0.04em; font-size: 14px; }
.strip .wrap { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.strip ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; }
.strip a { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.strip a:hover { text-decoration: underline; }

/* header */
.site-head { border-bottom: 2px solid var(--line); position: relative; }
.site-head .wrap { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; color: var(--white); text-decoration: none; min-height: 48px; }
.brand:hover { color: var(--acid); }
.brand .d { font-size: 24px; letter-spacing: -0.01em; line-height: 1; }
.nav-links { display: flex; gap: 48px; list-style: none; margin: 0; padding: 0; font-family: var(--px); text-transform: uppercase; letter-spacing: 0.04em; font-size: 16px; }
.nav-links a { color: var(--white); text-decoration: none; padding-block: 8px 6px; border-bottom: 3px solid transparent; display: inline-block; }
.nav-links a:hover { color: var(--acid); }
.nav-links a[aria-current="page"] { color: var(--acid); border-bottom-color: var(--acid); }
.menu-btn { display: none; width: 48px; height: 48px; border: 2px solid var(--white); background: transparent; color: var(--white); padding: 0; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.nav-donate { display: none; }
.menu-btn span { display: block; width: 20px; height: 3px; background: currentColor; }
.menu-btn[aria-expanded="true"] { background: var(--acid); border-color: var(--acid); color: var(--ink); }

/* hero */
.hero { position: relative; overflow: hidden; background: var(--ink); border-bottom: 2px solid var(--line); }
.hero-art { position: relative; height: clamp(520px, 60vw, 860px); }
.hero-art .scene { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-copy { position: absolute; inset: 0; pointer-events: none; }
.hero-copy .wrap { padding-top: clamp(40px, 4.5vw, 64px); display: flex; flex-direction: column; gap: 28px; }
.hero-copy .h-hero { max-width: 10.5em; text-shadow: 0 2px 0 rgba(7, 11, 26, 0.6); }
.hero-intro { border-bottom: 2px solid var(--line); }
.hero-intro .wrap { padding-block: clamp(40px, 4.5vw, 64px); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: center; }
.hero-intro .btns { justify-content: flex-end; }

/* pixel scene animation */
.scene .f { animation: fall var(--d) steps(45, end) var(--dl) infinite; }
@keyframes fall {
  from { transform: translateY(calc(var(--y) * -1px - 1px)); }
  to { transform: translateY(calc((44 - var(--y)) * 1px)); }
}
.scene .w { opacity: 0; animation: flicker var(--d) steps(1, end) var(--dl) infinite; }
@keyframes flicker {
  0%, 46% { opacity: 0; }
  48%, 88% { opacity: 1; }
  89% { opacity: 0; }
  90%, 95% { opacity: 1; }
  96%, 100% { opacity: 0; }
}
.scene .spill { animation: glow 3.6s steps(3, end) infinite alternate; }
@keyframes glow { from { opacity: 1; } to { opacity: 0.55; } }
.paused .scene * { animation-play-state: paused !important; }
@media (prefers-reduced-motion: reduce) {
  .scene *, .scene { animation: none !important; }
  .scene .w { opacity: 0; }
  html { scroll-behavior: auto; }
}

/* progress meter */
.meter {
  --pct: 0%; --seg: 2%; --gap: 5px;
  height: 44px; width: 100%;
  background: linear-gradient(90deg, var(--acid) var(--pct), var(--dim) var(--pct));
  -webkit-mask: repeating-linear-gradient(90deg, #000 0 calc(var(--seg) - var(--gap)), transparent calc(var(--seg) - var(--gap)) var(--seg));
          mask: repeating-linear-gradient(90deg, #000 0 calc(var(--seg) - var(--gap)), transparent calc(var(--seg) - var(--gap)) var(--seg));
}
.meter-lg { height: 56px; }
.meter-light { background: linear-gradient(90deg, var(--acid) var(--pct), #3A4474 var(--pct)); height: 40px; }
.progress { display: flex; flex-direction: column; gap: 24px; }
.progress-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.progress .amount { font-family: var(--display); font-weight: 900; letter-spacing: -0.04em; line-height: 1; font-size: clamp(56px, 6.7vw, 96px); }
.progress-lg .amount { font-size: clamp(56px, 8.9vw, 128px); }
.progress .amount .of { color: var(--mute); font-size: 0.42em; letter-spacing: -0.02em; white-space: nowrap; }
.progress-meta { font-family: var(--px); text-transform: uppercase; font-size: 14px; color: var(--mute); text-align: right; line-height: 1.7; }
.progress-scale { display: flex; justify-content: space-between; font-family: var(--px); text-transform: uppercase; font-size: 13px; color: var(--mute); gap: 12px; }

/* grids and cells */
.cells { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cells-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cells-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cell { border: 2px solid var(--line); padding: clamp(24px, 2.3vw, 32px); display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.cells:not(.cells-2) > .cell + .cell { border-left: 0; }
.cell p { color: var(--body); font-size: 17px; }
.cell-acid p.stat, .cell p.stat { color: inherit; }
.cell-acid { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.cell-acid p { color: var(--ink); }
.cell .num-px { font-family: var(--px); color: var(--acid); font-size: 32px; line-height: 1; }

.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px 48px; align-items: start; }
.callout { border: 2px solid var(--acid); padding: clamp(24px, 2.8vw, 40px); }
.aside-note { border-left: 4px solid var(--mute); padding-left: 24px; display: flex; flex-direction: column; gap: 10px; }
.aside-note p { font-size: 16px; }

.acid-band { background: var(--acid); color: var(--ink); padding: clamp(32px, 3.3vw, 48px); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px 48px; align-items: start; }
.acid-band p { font-size: 19px; line-height: 1.55; }

/* stages */
.stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.stage { border-top: 6px solid var(--line); padding-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.stage.now { border-top-color: var(--acid); }
.stage.next { border-top-color: var(--white); }
.stage p { font-size: 17px; }
.stage-rows { display: flex; flex-direction: column; }
.stage-row { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr); gap: 16px 24px; border-top: 4px solid var(--line); padding-block: 40px; }
.stage-row.now { border-top-color: var(--acid); }
.stage-row.next { border-top-color: var(--white); }
.stage-row:last-child { border-bottom: 4px solid var(--line); }
.stage-row .when { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.stage-row .when .d { font-size: clamp(34px, 3.3vw, 48px); }
.tag { font-family: var(--px); text-transform: uppercase; font-size: 12px; background: var(--acid); color: var(--ink); padding: 6px 10px; letter-spacing: 0.04em; }
.stage-row p + p { margin-top: 16px; }

/* manifesto */
.manifesto { background: var(--acid); color: var(--ink); padding-block: var(--sec); }
.manifesto .wrap { display: flex; flex-direction: column; gap: clamp(28px, 3.3vw, 48px); }
.m-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.m-top .px { font-size: 15px; }
.m-tabs { display: none; gap: 10px; }
.m-tab { width: 60px; height: 60px; border: 3px solid var(--ink); background: transparent; color: var(--ink); font-family: var(--px); font-size: 16px; cursor: pointer; padding: 0; }
.m-tab[aria-selected="true"] { background: var(--ink); color: var(--acid); }
.m-tab:hover { background: var(--ink); color: var(--acid); }
.m-art { display: flex; flex-direction: column; gap: clamp(20px, 2.5vw, 36px); padding-block: 12px; }
.m-art + .m-art { border-top: 3px solid var(--ink); padding-top: 40px; }
.m-art h3 { font-size: clamp(30px, 5.6vw, 80px); line-height: 1.02; }
.m-art em { font-style: normal; background: var(--ink); color: var(--acid); padding: 0 0.14em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.m-art p { font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; max-width: 820px; }
.m-foot { display: none; flex-direction: column; gap: 24px; }
.m-segs { display: flex; gap: 6px; }
.m-segs span { flex: 1 1 0; height: 12px; background: var(--ink); opacity: 0.22; }
.m-segs span.on { opacity: 1; }
.m-nav { display: flex; justify-content: space-between; gap: 12px; }
.m-nav .btn { border-color: var(--ink); min-height: 60px; font-size: 16px; }
.m-nav .prev { background: transparent; color: var(--ink); }
.m-nav .prev:hover { background: var(--ink); color: var(--acid); }
.js .m-tabs { display: flex; }
.js .m-foot { display: flex; }
.js .m-panels { min-height: clamp(360px, 32vw, 460px); display: flex; flex-direction: column; justify-content: center; }
.js .m-art + .m-art { border-top: 0; padding-top: 12px; }
.js .m-art[hidden] { display: none; }

/* founder */
.founder { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 32px 8.3%; align-items: center; }
.founder figure { display: flex; flex-direction: column; gap: 20px; }
.founder .photo { border: 3px solid var(--white); }
.founder .photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.founder figcaption { display: flex; justify-content: space-between; gap: 12px; font-family: var(--px); text-transform: uppercase; font-size: 14px; }
.founder .words { display: flex; flex-direction: column; gap: 32px; }
.founder h2 { font-size: clamp(32px, 4.4vw, 64px); line-height: 1; }
.founder .sign { font-family: var(--display); font-weight: 900; text-transform: uppercase; color: var(--acid); font-size: clamp(20px, 1.95vw, 28px); line-height: 1.15; letter-spacing: -0.02em; }

/* gap page */
.sleep-scale { display: flex; justify-content: space-between; gap: 16px; font-family: var(--px); text-transform: uppercase; font-size: 15px; flex-wrap: wrap; }
.doors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.door { display: flex; flex-direction: column; gap: 28px; }
.door-art { position: relative; aspect-ratio: 4 / 5; border: 4px solid var(--white); padding: 24px; display: flex; flex-direction: column; gap: 20px; background: var(--ink); }
.door-art i { flex: 1 1 0; border: 2px solid var(--line); }
.door-art i:last-of-type { flex-grow: 1.4; }
.door-art b { position: absolute; right: 28px; top: 52%; width: 16px; height: 16px; background: var(--white); }
.door-art strong { position: absolute; left: -4px; right: -4px; top: 37%; background: var(--acid); color: var(--ink); text-align: center; padding: 18px 8px; transform: rotate(-4deg); font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; font-size: clamp(26px, 2.8vw, 40px); line-height: 1; }
.door dl { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.door dt { font-family: var(--px); text-transform: uppercase; font-size: 13px; color: var(--acid); letter-spacing: 0.04em; }
.door dd { margin: 4px 0 0; color: var(--body); font-size: 17px; }
.door .meta { font-family: var(--px); text-transform: uppercase; font-size: 13px; color: var(--mute); line-height: 1.6; letter-spacing: 0.02em; }
.bars { display: flex; flex-direction: column; gap: 28px; }
.bar { display: flex; flex-direction: column; gap: 10px; }
.bar-top { display: flex; justify-content: space-between; gap: 16px; font-family: var(--px); text-transform: uppercase; font-size: 15px; }
.bar-track { height: 48px; background: #121A40; position: relative; }
.bar-fill { position: absolute; inset: 0 auto 0 0; }
.pull { font-size: clamp(32px, 4.4vw, 64px); line-height: 1; }
.cta-band { background: var(--ink-2); padding-block: clamp(72px, 7.8vw, 112px); border-bottom: 2px solid var(--line); }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px 48px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(34px, 5vw, 72px); }

/* give page */
.give-cards { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; }
.give-card { padding: clamp(28px, 3.9vw, 56px); display: flex; flex-direction: column; gap: 28px; }
.give-card.monthly { background: var(--acid); color: var(--ink); }
.give-card.once { border: 3px solid var(--white); }
.give-card .kicker { font-family: var(--px); text-transform: uppercase; font-size: 15px; letter-spacing: 0.04em; }
.amounts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0; padding: 0; }
.amounts li { border: 4px solid var(--ink); display: flex; align-items: baseline; justify-content: center; gap: 4px; padding: 22px 8px; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -0.03em; font-size: clamp(24px, 3.9vw, 56px); line-height: 1; }
.amounts li small { font-size: 0.36em; letter-spacing: 0; }
.amounts li.pick { background: var(--ink); color: var(--acid); }
.amounts li.any { font-size: clamp(15px, 2.1vw, 30px); align-items: center; text-align: center; }
.give-card.monthly p { font-size: 19px; line-height: 1.55; }
.seats { display: grid; grid-template-columns: repeat(auto-fill, 22px); gap: 6px; }
.seats span { width: 22px; height: 22px; border: 2px solid var(--acid); }
.seat-foot { display: flex; justify-content: space-between; align-items: center; gap: 24px 40px; flex-wrap: wrap; }
.ways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ways .cell { padding: clamp(28px, 3.3vw, 48px); gap: 20px; }
.ways .cell p { font-size: 19px; }
.tax { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 16px 24px; }
.tax p { font-family: var(--mono); font-size: 14px; line-height: 1.7; color: var(--mute); }

/* footer */
.site-foot { padding-block: clamp(64px, 6.7vw, 96px) 56px; }
.site-foot .wrap { display: flex; flex-direction: column; gap: 64px; }
.site-foot .big { font-size: clamp(40px, 7.8vw, 112px); }
.foot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
.foot-cols > div { display: flex; flex-direction: column; gap: 10px; font-family: var(--mono); font-size: 17px; }
.foot-cols a { color: var(--white); overflow-wrap: anywhere; }
.foot-cols a:hover { color: var(--acid); }
.foot-cols .rec { font-size: 15px; color: var(--mute); line-height: 1.6; }
.foot-nav { display: flex; gap: 28px; flex-wrap: wrap; font-family: var(--px); text-transform: uppercase; font-size: 14px; }
.foot-nav a { color: var(--mute); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.foot-nav a:hover { color: var(--acid); }

/* 404 */
.lost { min-height: 60vh; display: flex; align-items: center; }
.lost .wrap { display: flex; flex-direction: column; gap: 32px; padding-block: 96px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .nav-links { gap: 28px; }
  .cells-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cells-4 > .cell:nth-child(3) { border-left: 2px solid var(--line); }
  .cells-4 > .cell:nth-child(n + 3) { border-top: 0; }
  .doors { gap: 24px; }
}

@media (max-width: 900px) {
  body { font-size: 18px; }
  .strip { font-size: 12px; }
  .hide-sm { display: none !important; }
  .show-sm { display: inline; }
  .br-lg { display: none; }
  .site-head .wrap { min-height: 72px; }
  .brand .d { font-size: 18px; }
  .brand .door-mark { width: 16px; height: 22px; }
  .js .menu-btn { display: flex; }
  .js .head-donate { display: none; }
  html:not(.js) .site-head .wrap { flex-wrap: wrap; padding-block: 12px; }
  .js .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 20; flex-direction: column; gap: 0; background: var(--ink); border-bottom: 2px solid var(--line); padding: 8px var(--gutter) 20px; }
  .js .nav-links.open { display: flex; }
  .js .nav-links a { display: flex; min-height: 56px; align-items: center; font-size: 18px; border-bottom: 2px solid var(--line); }
  .js .nav-links a[aria-current="page"] { border-bottom-color: var(--acid); }
  .js .nav-links .nav-donate { display: flex; margin-top: 16px; }
  .nav-links { gap: 20px; font-size: 14px; flex-wrap: wrap; }

  .hero-art { height: auto; aspect-ratio: 4 / 3; }
  .hero-copy { position: static; pointer-events: auto; }
  .hero-copy .wrap { padding-top: 40px; }
  .hero-copy .h-hero { max-width: none; }
  .hero-intro .wrap { grid-template-columns: 1fr; padding-top: 24px; }
  .hero-intro .btns { justify-content: flex-start; }

  .cells { grid-template-columns: 1fr; }
  .cells > .cell + .cell { border-left: 2px solid var(--line); border-top: 0; }
  .cells-2 { gap: 0; }
  .cells-4 > .cell:nth-child(n) { border-left: 2px solid var(--line); }
  .cells > .cell.cell-acid + .cell, .cells > .cell + .cell.cell-acid { border-top: 0; }
  .split, .acid-band, .founder, .give-cards, .tax { grid-template-columns: 1fr; }
  .stages, .doors, .ways { grid-template-columns: 1fr; }
  .stage-row { grid-template-columns: 1fr; padding-block: 32px; }
  .door-art { aspect-ratio: 5 / 4; }
  .door-art b { top: 55%; }
  .door-art strong { top: 38%; }
  .foot-cols { grid-template-columns: 1fr; }
  .progress-meta { text-align: left; }
  .meter { --seg: 4%; --gap: 4px; height: 32px; }
  .meter-lg { height: 40px; }
  .meter-light { --seg: 4%; height: 32px; }
  .founder .photo img { aspect-ratio: 1 / 1; object-position: 50% 30%; }
  .m-tab { width: 48px; height: 48px; font-size: 14px; }
  .m-nav .btn { min-height: 52px; font-size: 14px; padding-inline: 18px; }
  .seats { grid-template-columns: repeat(auto-fill, 14px); gap: 4px; }
  .progress .amount .of { display: block; margin-top: 10px; }
  .seats span { width: 14px; height: 14px; }
}

@media (max-width: 480px) {
  .btns .btn { width: 100%; }
  .amounts { gap: 8px; }
  .amounts li { padding: 18px 4px; border-width: 3px; }
  .give-card .btn { width: 100%; }
  .cta-band .btn { width: 100%; }
  .seat-foot .btn { width: 100%; }
  .m-art h3 { font-size: 28px; }
}

@media print {
  .strip, .menu-btn, .hero-art, .m-tabs, .m-foot { display: none !important; }
  body { background: #fff; color: #000; }
}
