@font-face {
  font-family: "Tiny5";
  src: url("./assets/fonts/Tiny5-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Silkscreen";
  src: url("./assets/fonts/Silkscreen-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Silkscreen";
  src: url("./assets/fonts/Silkscreen-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f0eee6;
  --muted: #82857d;
  --black: #070807;
  --deep: #0a0c0a;
  --acid: #c7f04b;
  --zec: #f4b728;
  --line: rgba(240, 238, 230, 0.16);
  --serif: "Tiny5", "Courier New", monospace;
  --mono: "Silkscreen", "Courier New", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 42% 48% at 69% 49%, rgba(28, 35, 26, 0.72), transparent 70%),
    linear-gradient(115deg, #070807 0%, #0a0c09 55%, #050605 100%);
  color: var(--ink);
  font-family: var(--mono);
  font-synthesis: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.028) 50%, transparent 50.05%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 100% 100%, 100% 8rem;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

button:focus-visible, a:focus-visible, [data-card]:focus-visible {
  outline: 1px solid var(--acid);
  outline-offset: 5px;
}

.grain {
  position: fixed;
  inset: -50%;
  z-index: 20;
  opacity: .055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation: grain 9s steps(8) infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(2%, -3%); }
  40% { transform: translate(-3%, 2%); }
  60% { transform: translate(3%, 4%); }
  80% { transform: translate(-2%, -2%); }
}

.site-header {
  height: 84px;
  padding: 0 clamp(24px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .16em;
}

.wordmark { display: flex; align-items: center; gap: 15px; color: inherit; text-decoration: none; }
.sigil {
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid rgba(240,238,230,.55);
  box-shadow: 3px 3px 0 rgba(244,183,40,.2);
}

.sigil img {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}

.batch { margin: 0; color: var(--muted); display: flex; align-items: center; gap: 12px; }
.batch span { width: 5px; height: 5px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 10px var(--acid); }
.header-actions {
  grid-column: 3;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 30px);
}
.x-button {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  text-decoration: none;
  transition: color 140ms ease;
}
.x-button > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,238,230,.38);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 rgba(244,183,40,.15);
  transition: border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}
.x-button:hover { color: var(--ink); }
.x-button:hover > span { color: var(--zec); border-color: var(--zec); box-shadow: 2px 2px 0 rgba(244,183,40,.34); }
.text-button { border: 0; background: none; color: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.text-button span { color: var(--acid); margin-left: 7px; }

.hero {
  --light-x: 70%;
  --light-y: 42%;
  --beam-angle: 15deg;
  --beam-length: 430px;
  --beam-source-x: 50vw;
  --beam-source-y: calc(100vh - 98px);
  --torch-lean: 0deg;
  min-height: calc(100svh - 158px);
  display: grid;
  grid-template-columns: minmax(380px, .83fr) 1.17fr;
  align-items: center;
  padding: 34px clamp(24px, 4vw, 68px) 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.torch-light {
  position: absolute;
  z-index: 1;
  left: var(--light-x);
  top: var(--light-y);
  width: clamp(370px, 46vw, 720px);
  aspect-ratio: 1.72;
  transform: translate(-50%, -50%) rotate(-8deg);
  border-radius: 50%;
  pointer-events: none;
  opacity: .97;
  background:
    radial-gradient(ellipse at 48% 50%, rgba(246,255,255,.7) 0 6%, rgba(171,244,249,.46) 18%, rgba(77,196,207,.25) 38%, rgba(34,107,119,.1) 56%, transparent 72%);
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse, #000 0 54%, rgba(0,0,0,.72) 63%, transparent 76%);
  mask-image: radial-gradient(ellipse, #000 0 54%, rgba(0,0,0,.72) 63%, transparent 76%);
  will-change: left, top;
}

.torch-light::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 62%;
  left: 24%;
  top: 19%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(249,255,255,.42), rgba(109,223,232,.2) 48%, transparent 74%);
  filter: blur(7px);
}

.torch-beam {
  position: fixed;
  z-index: 1;
  left: var(--beam-source-x);
  top: calc(var(--beam-source-y) - var(--beam-length));
  width: clamp(150px, 20vw, 285px);
  height: var(--beam-length);
  pointer-events: none;
  transform-origin: 50% 100%;
  transform: translateX(-50%) rotate(var(--beam-angle));
  clip-path: polygon(46% 100%, 54% 100%, 96% 0, 4% 0);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(238,254,255,.3) 0, rgba(111,220,231,.15) 34%, transparent 74%),
    linear-gradient(to top, rgba(203,245,250,.2), rgba(85,190,202,.075) 52%, transparent 94%);
  mix-blend-mode: screen;
  opacity: .72;
  overflow: hidden;
  contain: paint;
  will-change: height, transform;
}

.torch {
  position: fixed;
  z-index: 18;
  left: 50%;
  bottom: -18px;
  width: 58px;
  height: 116px;
  pointer-events: none;
  transform-origin: 50% 100%;
  transform: translateX(-50%) rotate(var(--torch-lean));
  filter: drop-shadow(4px 6px 0 rgba(0,0,0,.34));
}

.torch-head {
  position: absolute;
  left: 2px;
  top: 8px;
  width: 54px;
  height: 27px;
  border: 3px solid #101412;
  background: linear-gradient(#87959a 0 30%, #505c60 30% 68%, #283135 68%);
  box-shadow: inset 0 3px 0 rgba(255,255,255,.16), 4px 4px 0 rgba(0,0,0,.26);
}

.torch-head::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32px;
  height: 4px;
  background: #b7c8ca;
  box-shadow: 0 7px 0 #303a3d;
}

.torch-head i {
  position: absolute;
  left: 5px;
  top: -11px;
  width: 38px;
  height: 9px;
  border: 3px solid #101412;
  background: #edfeff;
  box-shadow: inset 0 0 0 2px rgba(147,240,248,.42);
  animation: electric-pulse 1.8s steps(2, end) infinite;
}

.torch-collar {
  position: absolute;
  left: 10px;
  top: 36px;
  width: 38px;
  height: 13px;
  background: #596568;
  border: 3px solid #101412;
  box-shadow: inset 0 -4px 0 #30383a, inset 4px 0 0 #78878a;
}

.torch-handle {
  position: absolute;
  left: 17px;
  top: 49px;
  width: 24px;
  height: 67px;
  border: 3px solid #101412;
  background: repeating-linear-gradient(0deg, #364144 0 7px, #566266 7px 11px);
  box-shadow: inset 4px 0 0 rgba(255,255,255,.09), 4px 0 0 rgba(0,0,0,.25);
}

.torch-handle i {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid #161810;
  background: var(--zec);
  box-shadow: 0 0 8px rgba(244,183,40,.72);
}

@keyframes electric-pulse {
  0%, 86%, 100% { filter: brightness(1); }
  90% { filter: brightness(.84); }
  94% { filter: brightness(1.18); }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("./assets/cave-background.png");
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
  opacity: .9;
  filter: brightness(1.28) saturate(1.08) contrast(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,6,5,.3) 0%, rgba(5,6,5,.08) 43%, rgba(5,6,5,.02) 72%, rgba(5,6,5,.1) 100%),
    linear-gradient(180deg, rgba(5,6,5,.18), transparent 24%, transparent 78%, rgba(5,6,5,.4));
}

.hero-copy { align-self: center; position: relative; z-index: 5; padding-top: 4vh; }
.eyebrow { margin: 0 0 38px; color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .22em; }
.eyebrow span { color: var(--acid); margin: 0 5px; }
h1 { margin: 0; font-family: var(--serif); font-weight: 400; text-transform: uppercase; line-height: .72; letter-spacing: -.015em; text-shadow: 5px 5px 0 rgba(0,0,0,.42); }
h1 > span { display: block; font-size: clamp(86px, 11vw, 180px); }
h1 > span:nth-child(2) { font-size: clamp(49px, 6.1vw, 100px); margin-left: .03em; }
h1 i { color: var(--acid); font-weight: 400; padding-left: .13em; }
.cave-word { color: var(--zec); }

.statement { margin: 52px 0 0 5px; font-family: var(--mono); font-size: clamp(11px, 1vw, 15px); line-height: 1.8; letter-spacing: .015em; }
.statement strong { color: var(--zec); font-weight: 700; }
.redacted { color: #676a62; letter-spacing: -.08em; }

.hero-meta { display: flex; gap: clamp(28px, 4vw, 68px); margin: 55px 0 0 5px; }
.hero-meta div { display: grid; gap: 8px; }
.hero-meta span { color: #62665f; text-transform: uppercase; font-size: 8px; letter-spacing: .19em; }
.hero-meta strong { font-family: var(--serif); font-weight: 400; font-size: 18px; text-transform: uppercase; }

.specimens {
  height: min(68vw, 710px);
  min-height: 530px;
  position: relative;
  perspective: 1200px;
  isolation: isolate;
  z-index: 2;
}

.specimens::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 78%;
  right: -7%;
  top: 11%;
  border-radius: 50% 50% 9% 9%;
  background: radial-gradient(circle at 48% 38%, #161b15 0%, #090b09 49%, #030403 72%);
  filter: blur(1px);
  box-shadow: inset 0 0 80px #000, 0 0 100px rgba(0,0,0,.7);
  clip-path: polygon(8% 100%, 1% 59%, 8% 29%, 24% 9%, 44% 0, 70% 8%, 91% 28%, 100% 63%, 93% 100%);
  opacity: .2;
}

.cave-mouth {
  position: absolute;
  width: 82%;
  height: 14%;
  right: -4%;
  bottom: 8%;
  border-radius: 50%;
  background: #000;
  filter: blur(15px);
  transform: rotate(-3deg);
}

.drag-note { position: absolute; top: 8%; right: 0; z-index: 8; margin: 0; color: #696e65; text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }
.drag-note span { color: var(--acid); font-size: 15px; margin-right: 8px; }

.holo-card {
  --rx: 0deg;
  --ry: 0deg;
  --tx: 0px;
  --ty: 0px;
  --glare-x: 50%;
  --glare-y: 50%;
  position: absolute;
  width: clamp(180px, 18vw, 278px);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  transform: translate3d(var(--tx), var(--ty), 0) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz));
  transition: filter .35s ease, opacity .5s ease;
  cursor: grab;
  touch-action: none;
  user-select: none;
  will-change: transform;
}

.holo-card:active { cursor: grabbing; }
.holo-card:hover { filter: brightness(1.09); }
.card-mole { --rz: -8deg; left: 3%; top: 37%; z-index: 2; }
.card-owl { --rz: 4deg; left: 34%; top: 14%; z-index: 4; }
.card-moth { --rz: 10deg; right: 1%; top: 39%; z-index: 3; }

.card-face, .card-depth {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(242, 241, 230, .32);
  background: #050605;
}

.card-depth { transform: translateZ(-10px) translate(9px, 11px); border-color: #42463b; background: #0b0d0b; }
.card-face { overflow: hidden; transform: translateZ(3px); box-shadow: 0 28px 54px rgba(0,0,0,.66); }
.card-face::after { content: ""; position: absolute; inset: 0; border: 10px solid rgba(0,0,0,.32); pointer-events: none; }
.card-face img { display: block; width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.card-face > img:first-child { position: absolute; inset: 0; z-index: 1; }

.edge-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .84;
  filter:
    drop-shadow(var(--rim-x, -2px) var(--rim-y, -2px) .4px var(--rim-core, #d8edff))
    drop-shadow(var(--rim-far-x, -5px) var(--rim-far-y, -5px) 7px var(--rim-glow, #3e7bff));
  transition: opacity .25s ease;
}

.effect-moonlight {
  --rim-core: rgba(224, 244, 255, .96);
  --rim-glow: rgba(69, 128, 255, .88);
  --rim-x: -2px;
  --rim-y: -2px;
  --rim-far-x: -5px;
  --rim-far-y: -5px;
}

.effect-laser {
  --rim-core: rgba(255, 82, 127, .98);
  --rim-glow: rgba(255, 0, 67, .92);
  --rim-x: 2px;
  --rim-y: 0px;
  --rim-far-x: 6px;
  --rim-far-y: 0px;
}

.effect-sunlight {
  --rim-core: rgba(255, 253, 218, 1);
  --rim-glow: rgba(255, 164, 14, 1);
  --rim-x: -4px;
  --rim-y: -5px;
  --rim-far-x: -10px;
  --rim-far-y: -13px;
}

.effect-sunlight .edge-mask {
  opacity: 1;
  filter:
    drop-shadow(var(--rim-x) var(--rim-y) .25px rgba(255,255,231,1))
    drop-shadow(var(--rim-far-x) var(--rim-far-y) 5px rgba(255,193,50,.98))
    drop-shadow(calc(var(--rim-far-x) - 5px) calc(var(--rim-far-y) - 7px) 13px rgba(255,116,0,.72));
}

.foil {
  position: absolute;
  inset: -1px;
  z-index: 3;
  opacity: .17;
  mix-blend-mode: screen;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,255,.82), transparent 15%),
    repeating-linear-gradient(116deg, rgba(199,240,75,.15) 0 8%, rgba(73,215,220,.18) 13%, rgba(206,79,255,.12) 20%, transparent 31% 43%);
  background-size: 100% 100%, 250% 250%;
  background-position: center, var(--glare-x) var(--glare-y);
  transition: opacity .25s ease;
}

.effect-moonlight .foil {
  opacity: .24;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(224,244,255,.78), transparent 17%),
    linear-gradient(132deg, transparent 28%, rgba(83,143,255,.28) 46%, rgba(220,244,255,.38) 50%, transparent 57%);
  background-size: 100% 100%, 190% 190%;
  background-position: center, var(--glare-x) var(--glare-y);
}

.effect-laser .foil {
  opacity: .3;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,231,238,.7), transparent 11%),
    linear-gradient(112deg, transparent 42%, rgba(255,0,71,.18) 47%, rgba(255,125,159,.92) 49.4%, white 50%, rgba(255,0,71,.86) 50.6%, transparent 55%),
    repeating-linear-gradient(90deg, transparent 0 7%, rgba(255,0,70,.12) 8%, transparent 9% 14%);
  background-size: 100% 100%, 190% 190%, 100% 100%;
  background-position: center, var(--glare-x) var(--glare-y), center;
}

.effect-sunlight .foil {
  opacity: .48;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,239,1) 0 4%, rgba(255,207,83,.48) 17%, transparent 38%),
    radial-gradient(circle at 82% 7%, rgba(255,246,181,.82), rgba(255,173,24,.3) 19%, transparent 45%),
    linear-gradient(122deg, transparent 25%, rgba(255,189,42,.08) 38%, rgba(255,238,166,.5) 48%, rgba(255,158,16,.2) 54%, transparent 65%),
    repeating-linear-gradient(118deg, transparent 0 7%, rgba(255,211,105,.25) 8%, transparent 11% 18%);
  background-size: 100% 100%, 100% 100%, 185% 185%, 170% 170%;
  background-position: center, center, var(--glare-x) var(--glare-y), var(--glare-x) var(--glare-y);
}

.holo-card:hover .foil, .holo-card.is-dragging .foil { opacity: .48; }
.effect-sunlight:hover .foil, .effect-sunlight.is-dragging .foil { opacity: .72; }
.holo-card:hover .edge-mask, .holo-card.is-dragging .edge-mask { opacity: 1; }
.card-index { position: absolute; z-index: 4; inset: auto 13px 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(240,238,230,.54); font-size: 7px; letter-spacing: .16em; text-shadow: 0 1px 4px #000; }
.card-index span:nth-child(2) { color: var(--rim-core); text-transform: uppercase; font-size: 6px; }
.card-index span:last-child { text-align: right; }

.release { min-height: 74px; padding: 0 clamp(24px, 4vw, 68px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.release p { margin: 0; color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .17em; }
.release p span { color: var(--acid); margin-right: 12px; }
.release-line { display: flex; align-items: center; gap: 7px; }
.release-line i { display: block; height: 1px; background: var(--line); flex: 1; }
.release-line b { display: block; width: 4px; height: 4px; border: 1px solid var(--acid); transform: rotate(45deg); }
.enter-button { min-width: 210px; border: 0; border-left: 1px solid var(--line); background: none; color: var(--ink); padding: 13px 0 13px 30px; text-align: left; cursor: pointer; }
.enter-button span { display: block; font-family: var(--serif); text-transform: uppercase; font-size: 17px; }
.enter-button small { display: block; color: #5f635c; margin-top: 5px; text-transform: uppercase; font-size: 7px; letter-spacing: .14em; }
.enter-button:hover span { color: var(--acid); }

footer { height: 54px; padding: 0 clamp(24px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; color: #4f534d; text-transform: uppercase; font-size: 7px; letter-spacing: .18em; }

dialog { width: min(92vw, 500px); border: 1px solid #3a3e36; padding: 48px; color: var(--ink); background: rgba(7,8,7,.96); box-shadow: 0 30px 100px #000; }
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(10px); }
dialog h2 { margin: 0 0 25px; font-family: var(--serif); font-weight: 400; font-size: 48px; line-height: .94; text-transform: uppercase; }
dialog > p:not(.eyebrow, .fine-print) { color: #989b92; font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; color: var(--muted); font-size: 25px; cursor: pointer; }
dialog dl { border-top: 1px solid var(--line); margin: 30px 0; }
dialog dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 12px 0; }
dialog dt, dialog dd { margin: 0; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
dialog dd { color: var(--acid); }
.fine-print { color: #5e625b; font-size: 8px; line-height: 1.6; text-transform: uppercase; letter-spacing: .12em; }
.dialog-action { width: 100%; margin-top: 18px; padding: 14px; border: 1px solid var(--ink); background: var(--ink); color: var(--black); text-transform: uppercase; font-size: 9px; letter-spacing: .2em; cursor: pointer; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .batch { display: none; }
  .header-actions { grid-column: 2; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { padding-top: 0; }
  .specimens { margin-top: -25px; min-height: 470px; height: 64vw; }
  .holo-card { width: clamp(155px, 30vw, 230px); }
  .card-mole { left: 8%; top: 37%; }
  .card-owl { left: 36%; top: 16%; }
  .card-moth { right: 4%; top: 40%; }
  .specimens::before { right: 0; width: 92%; }
}

@media (max-width: 580px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .wordmark > span:last-child { display: none; }
  .header-actions { gap: 15px; }
  .hero { min-height: auto; padding: 50px 20px 10px; }
  .eyebrow { margin-bottom: 28px; }
  h1 > span { font-size: clamp(68px, 24vw, 112px); }
  h1 > span:nth-child(2) { font-size: clamp(42px, 14.2vw, 68px); }
  .statement { margin-top: 38px; }
  .hero-meta { margin-top: 36px; gap: 38px; }
  .specimens { height: 465px; min-height: 465px; margin: 0 -20px; }
  .torch { left: 47%; transform: translateX(-50%) rotate(var(--torch-lean)) scale(.82); }
  .torch-light { width: 78vw; }
  .torch-beam { width: 36vw; }
  .holo-card { width: 43vw; max-width: 185px; }
  .card-mole { left: 3%; top: 40%; }
  .card-owl { left: 29%; top: 16%; }
  .card-moth { right: 1%; top: 44%; }
  .drag-note { right: 20px; top: 8%; }
  .release { grid-template-columns: 1fr auto; padding-inline: 20px; gap: 12px; }
  .release p, .release-line { display: none; }
  .enter-button { grid-column: 2; min-width: 190px; }
  footer { padding-inline: 20px; }
  footer span:nth-child(2) { display: none; }
  dialog { padding: 42px 28px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain { animation: none; }
  .holo-card { transition: none; }
  .edge-mask { transition: none; }
  .torch-emitter { animation: none; }
}
