/* ==========================================================================
   The Rattler Gazette — 1890 letterpress meets 1999 GeoCities.
   Ported from the Claude Design handoff "Snake Oil Empire.dc.html".
   ========================================================================== */

:root {
  --ink:          #2a1d12;
  --oxblood:      #9c2b1b;
  --paper:        #e7d9b2;
  --paper-lt:     #f3e7c4;
  --paper-mid:    #efe2bd;
  --gold:         #b8893a;
  --gold-lt:      #caa86a;
  --green:        #1c7a44;
  --green-dk:     #0c4a28;
  --green-deep:   #13311f;
  --mint:         #7fe3a6;
  --yellow:       #ffd60a;
  --sepia:        #6b4a26;

  --chrome:       #c0c0c0;
  --chrome-lt:    #fff;
  --chrome-dk:    #4a4a4a;
  --chrome-dk2:   #5a5a5a;

  --rainbow: linear-gradient(90deg, #ff0040, #ff8a00, #ffe600, #22c55e, #00ffff, #2a6fdb, #a855f7, #ff0040);
}

/* --------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

html { overflow-x: hidden; }

body {
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse at 18% 12%, rgba(120, 78, 38, 0.12), transparent 52%),
    radial-gradient(ellipse at 88% 84%, rgba(120, 78, 38, 0.13), transparent 50%),
    radial-gradient(circle at 50% 40%, rgba(156, 43, 27, 0.05), transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
}

img, svg, picture { max-width: 100%; }

ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }

h1, h2, h3, h4 { font-weight: normal; }

u { text-decoration-thickness: 1px; text-underline-offset: 2px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

:where(a, button, input):focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

:where(.certificate, .odometer, .crypto, .wheel-section, .pricing, .final, .webring, .colophon)
  :where(a, button, input):focus-visible {
  outline-color: var(--yellow);
}

/* ---------------------------------------------------------- keyframes -- */

@keyframes scrollx     { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes scrollxr    { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes blink       { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0.25; } }
@keyframes spin        { to { transform: rotate(360deg); } }
@keyframes spinr       { to { transform: rotate(-360deg); } }
@keyframes floaty      { 0%, 100% { transform: translateY(0) rotate(-0.6deg); } 50% { transform: translateY(-9px) rotate(0.6deg); } }
@keyframes throb       { 0%, 100% { transform: scale(1) rotate(-1.5deg); } 50% { transform: scale(1.04) rotate(-1.5deg); } }
@keyframes pop         { 0% { transform: translateY(24px) scale(0.9); opacity: 0; } 100% { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes flutter     { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(-1deg); } }
@keyframes flash       { 0%, 100% { background: var(--oxblood); color: var(--paper-lt); } 50% { background: var(--green); color: #fff; } }
@keyframes modalin     { 0% { transform: scale(0.7) rotate(-4deg); opacity: 0; } 70% { transform: scale(1.04) rotate(1.5deg); } 100% { transform: scale(1) rotate(-1deg); opacity: 1; } }
@keyframes hardblink   { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes stripesmove { to { background-position: 56px 0; } }
@keyframes rainbowmove { to { background-position: 200px 0; } }
@keyframes eq          { 0%, 100% { transform: scaleY(0.2); } 50% { transform: scaleY(1); } }
@keyframes bx          { from { left: 0; transform: translateX(0); } to { left: 100%; transform: translateX(-100%); } }
@keyframes sparkle     { from { transform: translate(-50%, -50%) scale(1) rotate(0); opacity: 1; }
                         to   { transform: translate(-50%, -50%) scale(0) rotate(140deg); opacity: 0; } }

/* ------------------------------------------------------------- shell --- */

.page {
  font-family: 'IM Fell English', serif;
  color: var(--ink);
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

.vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 55;
  box-shadow:
    inset 0 0 180px rgba(60, 38, 18, 0.32),
    inset 0 0 60px rgba(60, 38, 18, 0.14);
}

/* ------------------------------------------------------------ tickers -- */

.ticker {
  overflow: hidden;
  white-space: nowrap;
}

.ticker__track { display: inline-block; will-change: transform; }
.ticker__track--rtl { animation: scrollxr 26s linear infinite; }
.ticker__track--ltr { animation: scrollx  30s linear infinite; }

.ticker--wire {
  background: var(--ink);
  color: var(--paper);
  padding: 6px 0;
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--gold);
}
.ticker--wire .ticker__item { padding: 0 22px; }

.ticker--bulletin {
  background: var(--oxblood);
  color: var(--paper-lt);
  border-top: 3px double var(--paper-lt);
  border-bottom: 3px double var(--paper-lt);
  padding: 7px 0;
  font-family: 'IM Fell English SC', serif;
  font-size: 15px;
  letter-spacing: 2px;
}
.ticker--bulletin .ticker__item { padding: 0 26px; }

/* ----------------------------------------------------------- masthead -- */

.masthead {
  background: var(--paper-mid);
  border-bottom: 3px solid var(--ink);
  padding: 14px 24px 0;
}
.masthead__inner { max-width: 1120px; margin: 0 auto; }

.masthead__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'IM Fell English SC', serif;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
.masthead__price { text-align: center; }

.masthead__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 0 6px;
}
.masthead__hand {
  font-family: 'Special Elite', monospace;
  font-size: 30px;
  color: var(--oxblood);
  line-height: 0;
}
.masthead__hand--flip { transform: scaleX(-1); }

.masthead__title {
  font-family: 'UnifrakturCook', cursive;
  font-size: clamp(40px, 8vw, 84px);
  margin: 0;
  color: var(--ink);
  text-align: center;
  line-height: 0.9;
  text-shadow: 2.5px 1.5px 0 var(--oxblood);
}

.masthead__sub {
  text-align: center;
  font-family: 'IM Fell English SC', serif;
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 3px;
  color: var(--sepia);
  margin: 0;
}

.masthead__dateline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid var(--ink);
  border-bottom: 3px double var(--ink);
  margin-top: 10px;
  padding: 5px 0;
}
.masthead__weather { text-align: right; }

.masthead__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 9px 0;
  font-family: 'IM Fell English SC', serif;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.masthead__nav a { color: inherit; text-decoration: none; }
.masthead__nav a:hover { text-decoration: underline; }
.nav-sep { color: var(--gold); }

.btn-join {
  font-family: 'Bungee', sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  background: var(--green);
  color: #fff;
  padding: 7px 14px;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-2deg);
}

/* ------------------------------------------------- browser location -- */

.locbar {
  background: var(--chrome);
  border-bottom: 2px solid var(--chrome-dk2);
  box-shadow: inset 0 2px 0 #e8e8e8;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.locbar__label {
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: var(--ink);
  flex: none;
}
.locbar__url {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 2px 8px;
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.locbar__note {
  flex: none;
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 12px;
  color: #3a3a3a;
}

/* ------------------------------------------------------------ toolbar -- */

.toolbar {
  background: var(--chrome);
  border-top: 3px solid #fff;
  border-bottom: 3px solid var(--chrome-dk2);
  box-shadow: inset 0 -2px 0 #808080, inset 0 2px 0 #e8e8e8;
  padding: 9px 10px;
  display: flex;
  gap: 9px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.player {
  background: #000;
  border: 2px solid;
  border-color: var(--chrome-dk2) #fff #fff var(--chrome-dk2);
  padding: 5px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.player__note { color: #00ff66; font-size: 22px; line-height: 1; }
.player__meta { line-height: 0.95; }
.player__label {
  display: block;
  font-family: 'IM Fell English SC', serif;
  color: #00ff66;
  font-size: 14px;
  letter-spacing: 2px;
}
.player__file {
  display: block;
  font-family: 'VT323', monospace;
  color: #ffe600;
  font-size: 18px;
}
.eq { display: flex; align-items: flex-end; gap: 2px; height: 22px; }
.eq__bar {
  width: 4px;
  height: 100%;
  background: #00ff66;
  transform-origin: bottom;
  animation: eq 0.6s ease-in-out infinite;
}
.eq__bar:nth-child(2) { animation-delay: 0.2s; }
.eq__bar:nth-child(3) { animation-delay: 0.4s; }
.eq__bar:nth-child(4) { animation-delay: 0.1s; }
.eq__bar:nth-child(5) { animation-delay: 0.3s; }

.player__ctrls { display: flex; gap: 3px; }

.chip95 {
  background: var(--chrome);
  border: 2px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  color: #000;
  font-size: 11px;
  padding: 1px 5px;
}
.player__ctrls .chip95 { border-color: #fff var(--chrome-dk2) var(--chrome-dk2) #fff; }

.construction {
  background-image: repeating-linear-gradient(45deg, #ffe600 0 14px, #000 14px 28px);
  background-size: 56px 56px;
  animation: stripesmove 1.1s linear infinite;
  border: 2px solid;
  border-color: #fff var(--chrome-dk2) var(--chrome-dk2) #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
}
.construction__text {
  background: #000;
  color: #ffe600;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 7px 11px;
  animation: hardblink 0.9s steps(1) infinite;
}

.counter {
  background: #000;
  border: 2px solid;
  border-color: var(--chrome-dk2) #fff #fff var(--chrome-dk2);
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter__label {
  font-family: 'IM Fell English SC', serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}
.counter__screen { background: #000; border: 1px solid #00ff66; padding: 1px 4px; margin-top: 2px; }
.counter__digits {
  font-family: 'VT323', monospace;
  color: #00ff66;
  font-size: 28px;
  letter-spacing: 7px;
  padding-left: 7px;
}
.counter__note {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  color: #888;
  font-size: 13px;
}

/* --------------------------------------------------- win95 chrome box -- */

.win {
  background: var(--chrome);
  border: 3px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  padding: 4px;
}

.win__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: linear-gradient(90deg, var(--ink), var(--oxblood) 65%, var(--gold));
  padding: 4px 4px 4px 8px;
  margin-bottom: 4px;
}
.win__bar--flat { padding: 3px 4px 3px 7px; background: linear-gradient(90deg, var(--ink), var(--oxblood)); }
.win__bar--green { padding: 3px 4px 3px 8px; background: linear-gradient(90deg, var(--ink), var(--green)); }

.win__title {
  font-family: 'VT323', monospace;
  font-size: 17px;
  color: var(--paper-lt);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.win__bar--flat .win__title { font-size: 15px; }
.win__bar--green .win__title { font-size: 16px; color: #aef7c9; }

.win__btns { display: flex; gap: 3px; flex: none; }

.win__btn {
  width: 19px;
  height: 18px;
  flex: none;
  background: var(--chrome);
  border: 2px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'VT323', monospace;
  font-size: 14px;
  color: #000;
}
.win__btn--min { align-items: flex-end; font-size: 13px; line-height: 0.7; cursor: default; }
.win__btn--sm { width: 17px; height: 16px; font-size: 12px; }

.win__status-row { display: flex; gap: 5px; padding: 4px 0 0; }
.win__status {
  flex: 1;
  min-width: 0;
  background: var(--chrome);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 12px;
  color: var(--ink);
  padding: 1px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.win__status--tag {
  flex: none;
  font-family: 'IM Fell English SC', serif;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 2px 9px;
}
.win__status--mono {
  font-family: 'Special Elite', monospace;
  font-style: normal;
  flex: none;
  padding: 1px 9px;
}
.win__status--full { display: block; flex: none; margin-top: 4px; }

/* ------------------------------------------------------- hero broadside */

.hero { padding: 34px 18px 12px; }
.win--hero { max-width: 1068px; margin: 0 auto; box-shadow: 11px 13px 0 rgba(42, 29, 18, 0.3); }

.broadside {
  position: relative;
  background: var(--paper-lt);
  border: 3px double var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
  padding: 30px 26px 34px;
}
.broadside__corner { position: absolute; color: var(--oxblood); font-size: 20px; }
.broadside__corner--tl { top: 6px; left: 9px; }
.broadside__corner--tr { top: 6px; right: 9px; }
.broadside__corner--bl { bottom: 4px; left: 9px; }
.broadside__corner--br { bottom: 4px; right: 9px; }

.eyebrow-red {
  text-align: center;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 3px;
  font-size: clamp(12px, 2.2vw, 16px);
  color: var(--oxblood);
  margin: 0;
}

.badge-rainbow-wrap { text-align: center; margin: 10px 0 0; }
.badge-rainbow {
  display: inline-block;
  font-family: 'Comic Neue', 'Comic Sans MS', cursive;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(90deg, #ff0040, #ff8a00, #ffe600, #22c55e, #2a6fdb, #a855f7);
  background-size: 200px 100%;
  animation: rainbowmove 3s linear infinite, blink 1.2s steps(1) infinite;
  padding: 5px 16px;
  border: 2px dashed var(--ink);
  transform: rotate(-1.5deg);
  text-shadow: 1px 1px 0 #000;
}

.hero__title { text-align: center; margin: 14px 0 6px; line-height: 0.86; }
.hero__print {
  display: block;
  font-family: 'Abril Fatface', serif;
  font-size: clamp(40px, 9vw, 98px);
  color: var(--ink);
  text-shadow: 3px 2px 0 var(--oxblood);
}
.hero__millions {
  display: block;
  font-family: 'Sancreek', serif;
  font-size: clamp(52px, 13vw, 148px);
  color: var(--oxblood);
  text-shadow: 3px 2px 0 var(--ink);
  margin: -2px 0;
}
.hero__today {
  display: block;
  font-family: 'Rye', serif;
  font-size: clamp(30px, 6vw, 64px);
  color: var(--ink);
}

.rule-fleuron { display: flex; align-items: center; gap: 12px; max-width: 560px; margin: 14px auto 12px; }
.rule-fleuron i { flex: 1; height: 0; border-top: 2px solid var(--ink); }
.rule-fleuron span { color: var(--oxblood); font-size: 18px; }

.hero__lede {
  text-align: center;
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: clamp(17px, 2.6vw, 23px);
  max-width: 680px;
  margin: 0 auto 6px;
}
.hero__sub {
  text-align: center;
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto 22px;
  color: #5a3f22;
}

.hero__product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 10px;
}
.hero__product picture { display: block; line-height: 0; }

.fda-star {
  position: absolute;
  left: 4%;
  top: 8%;
  width: 118px;
  height: 118px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
}
.fda-star__bg {
  position: absolute;
  inset: 0;
  background: var(--green);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.fda-star__text {
  position: relative;
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

.hero__bottle {
  display: block;
  width: min(252px, 58vw);
  height: auto;
  filter: sepia(0.25) drop-shadow(6px 9px 0 rgba(42, 29, 18, 0.22));
  animation: floaty 5s ease-in-out infinite;
}

.seal text { font-family: 'IM Fell English SC', serif; }
.seal__star { font-family: 'Sancreek', serif; }
.seal__pct { font-family: 'Rye', serif; }

.seal--hero {
  position: absolute;
  right: 3%;
  bottom: 2%;
  width: 128px;
  height: 128px;
  z-index: 2;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
  animation: spin 40s linear infinite;
}

.hero__cta-row {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hand-flip { font-family: 'Special Elite', monospace; display: inline-block; transform: scaleX(-1); }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--oxblood);
  color: var(--paper-lt);
  font-family: 'Rye', serif;
  font-size: clamp(17px, 2.6vw, 25px);
  padding: 16px 28px;
  border: 2px solid var(--ink);
  box-shadow: 5px 6px 0 var(--ink);
  animation: throb 1.6s ease-in-out infinite;
  transform: rotate(-1.5deg);
}

.countdown {
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--gold);
  padding: 8px 16px;
  text-align: center;
}
.countdown__label {
  display: block;
  font-family: 'IM Fell English SC', serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--gold-lt);
}
.countdown__time {
  display: block;
  font-family: 'Special Elite', monospace;
  font-size: 30px;
  letter-spacing: 3px;
}

.hero__stars {
  text-align: center;
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 13px;
  color: #7a5733;
  margin: 12px 0 0;
}

/* ------------------------------------------------ a word from Dr Rattle */

.proprietor { max-width: 1040px; margin: 6px auto; padding: 22px; }

.title-sancreek {
  text-align: center;
  font-family: 'Sancreek', serif;
  font-size: clamp(22px, 4vw, 38px);
  color: var(--ink);
  text-shadow: 2px 1.5px 0 var(--oxblood);
  margin: 0;
}

.rule-asterism { display: flex; align-items: center; gap: 12px; max-width: 420px; margin: 8px auto 20px; }
.rule-asterism i { flex: 1; height: 0; border-top: 1px solid var(--ink); }
.rule-asterism span { color: var(--oxblood); }

.letter {
  columns: 2;
  column-gap: 34px;
  column-rule: 1px solid #b89a63;
  font-family: 'IM Fell English', serif;
  font-size: 16px;
  line-height: 1.55;
  text-align: justify;
}
.letter p { margin: 0 0 12px; }
.letter p:last-child { margin: 0; }
.letter p:first-of-type::first-letter {
  float: left;
  font-family: 'Abril Fatface', serif;
  font-size: 62px;
  line-height: 0.7;
  padding: 6px 8px 0 0;
  color: var(--oxblood);
}

/* -------------------------------------------------------- certificate -- */

.certificate {
  background: var(--ink);
  color: var(--paper);
  padding: 34px 22px;
  border-top: 4px double var(--gold);
  border-bottom: 4px double var(--gold);
}
.certificate__frame {
  max-width: 920px;
  margin: 0 auto;
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 0 4px var(--ink), inset 0 0 0 5px var(--gold);
  padding: 26px 24px;
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.seal--cert { width: 108px; height: 108px; flex: none; animation: spinr 50s linear infinite; }
.certificate__body { flex: 1; min-width: 260px; }
.certificate__kicker {
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 3px;
  font-size: 13px;
  color: var(--gold-lt);
  margin: 0;
}
.certificate__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(24px, 4vw, 40px);
  color: var(--paper-lt);
  line-height: 1;
  margin: 0;
}
.certificate__text {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 15px;
  margin: 8px 0 0;
  color: #d8c79a;
}

/* ----------------------------------------------------------- odometer -- */

.odometer {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 30px 18px;
  border-bottom: 4px solid var(--ink);
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.06) 0 16px, transparent 16px 32px);
}
.odometer__label {
  font-family: 'IM Fell English SC', serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 0 var(--green-dk);
  margin: 0;
}
.odometer__case {
  display: inline-flex;
  gap: 6px;
  margin: 12px 0 8px;
  padding: 14px 18px;
  background: var(--green-deep);
  border: 3px solid var(--gold);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.6), 0 6px 0 var(--green-dk);
  position: relative;
  max-width: 100%;
}
.odometer__screw { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.odometer__screw--tl { top: 5px; left: 6px; }
.odometer__screw--tr { top: 5px; right: 6px; }
.odometer__screw--bl { bottom: 5px; left: 6px; }
.odometer__screw--br { bottom: 5px; right: 6px; }
.odometer__value {
  font-family: 'Special Elite', monospace;
  font-size: clamp(34px, 8vw, 76px);
  color: var(--yellow);
  letter-spacing: 4px;
  text-shadow: 0 2px 0 #000;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.odometer__note { font-family: 'IM Fell English', serif; font-style: italic; font-size: 13px; margin: 0; }

/* --------------------------------------------------------- rainbow bar -- */

.rainbow-bar {
  position: relative;
  height: 24px;
  background: var(--rainbow);
  background-size: 200px 100%;
  animation: rainbowmove 2.5s linear infinite;
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
}
.rainbow-bar__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--paper-lt);
  border: 2px solid var(--ink);
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 3px;
  font-size: 11px;
  padding: 1px 15px;
  color: var(--ink);
  white-space: nowrap;
  max-width: calc(100vw - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ------------------------------------------------------------ parlour -- */

.parlour { padding: 48px 22px; text-align: center; }
.parlour__kicker {
  display: inline-block;
  background: var(--oxblood);
  color: var(--paper-lt);
  font-family: 'Rye', serif;
  font-size: 14px;
  padding: 6px 18px;
  transform: rotate(-1.5deg);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  margin: 0;
}
.parlour__title {
  font-family: 'Sancreek', serif;
  font-size: clamp(26px, 5vw, 52px);
  color: var(--ink);
  margin: 16px 0 4px;
  text-shadow: 2px 1.5px 0 var(--oxblood);
}
.parlour__sub { font-family: 'IM Fell English', serif; font-style: italic; font-size: 17px; margin: 0 0 24px; }

.win--parlour {
  max-width: 892px;
  margin: 0 auto;
  box-shadow: 9px 10px 0 rgba(42, 29, 18, 0.35);
  text-align: left;
}
.win--parlour .win__bar { margin-bottom: 5px; }

.screen-frame {
  padding: 14px;
  background: var(--ink);
  border: 3px solid var(--gold);
  box-shadow: inset 0 0 0 4px var(--ink), inset 0 0 0 6px var(--gold);
}
.screen {
  position: relative;
  aspect-ratio: 16 / 9;
  background: repeating-linear-gradient(135deg, #241910 0 26px, #2f2113 26px 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--sepia);
}
.screen__live {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--oxblood);
  color: var(--paper-lt);
  font-family: 'Bungee', sans-serif;
  font-size: 11px;
  padding: 4px 10px;
  border: 2px solid var(--gold);
  animation: blink 1.4s steps(1) infinite;
}
.screen__play {
  width: 0;
  height: 0;
  border-left: 46px solid var(--gold);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-left: 12px;
}
.screen__label {
  font-family: 'IM Fell English SC', serif;
  color: var(--gold-lt);
  font-size: 15px;
  letter-spacing: 3px;
}
.screen__hint { font-family: 'Special Elite', monospace; font-size: 12px; color: #9c8454; }

.transport { display: flex; align-items: center; gap: 6px; padding: 5px 1px 1px; }
.transport__btn {
  background: var(--chrome);
  border: 2px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  font-family: 'VT323', monospace;
  font-size: 14px;
  padding: 1px 9px;
  color: #000;
}
.transport__scrub {
  flex: 1;
  height: 16px;
  background: #a8a8a8;
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  position: relative;
}
.transport__scrub i { position: absolute; left: 0; top: 0; bottom: 0; width: 9%; background: var(--oxblood); }
.transport__note {
  background: var(--chrome);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 12px;
  padding: 1px 8px;
  color: var(--ink);
}

/* ------------------------------------------------------ wheel of wealth */

.wheel-section {
  background: var(--oxblood);
  color: var(--paper-lt);
  padding: 48px 22px;
  text-align: center;
  border-top: 4px double var(--gold);
  border-bottom: 4px double var(--gold);
  position: relative;
  overflow: hidden;
}
.wheel-section__rays {
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.04) 0 10deg, transparent 10deg 20deg);
  animation: spin 70s linear infinite;
}
.wheel-section__inner { position: relative; }

.badge-yellow {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Bungee', sans-serif;
  font-size: 12px;
  padding: 6px 16px;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(2deg);
  animation: blink 1.3s steps(1) infinite;
  margin: 0;
}
.wheel-section__title {
  font-family: 'Sancreek', serif;
  font-size: clamp(28px, 5vw, 54px);
  margin: 14px 0 22px;
  color: var(--paper-lt);
  text-shadow: 2px 1.5px 0 var(--ink);
}

.wheel-wrap { display: flex; flex-direction: column; align-items: center; }
.wheel__pointer {
  font-size: 30px;
  line-height: 0;
  color: var(--yellow);
  margin-bottom: -4px;
  filter: drop-shadow(0 2px 0 var(--ink));
}
.wheel__stage { position: relative; width: min(290px, 78vw); height: min(290px, 78vw); }
.wheel__disc {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid var(--ink);
  box-shadow: 0 0 0 6px var(--gold), 0 0 0 9px var(--ink), 10px 12px 0 rgba(0, 0, 0, 0.3);
  transition: transform 3.6s cubic-bezier(0.15, 0.85, 0.2, 1);
  transform: rotate(0deg);
  background: conic-gradient(
    var(--oxblood) 0 45deg, var(--paper) 45deg 90deg,
    var(--green) 90deg 135deg, var(--ink) 135deg 180deg,
    var(--oxblood) 180deg 225deg, var(--paper) 225deg 270deg,
    var(--green) 270deg 315deg, var(--ink) 315deg 360deg);
}
.wheel__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ink);
  border: 4px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sancreek', serif;
  color: var(--yellow);
  font-size: 22px;
}
.btn-spin {
  margin-top: 20px;
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Bungee', sans-serif;
  font-size: 17px;
  padding: 15px 32px;
  border: 3px solid var(--ink);
  box-shadow: 0 7px 0 var(--ink);
}
.btn-spin[disabled] { cursor: progress; opacity: 0.85; }
.wheel__result {
  font-family: 'Rye', serif;
  color: var(--yellow);
  font-size: clamp(16px, 3vw, 22px);
  min-height: 30px;
  margin: 16px 0 0;
}

/* ----------------------------------------------------------- triangle -- */

.triangle { padding: 52px 22px; max-width: 1080px; margin: 0 auto; }
.triangle__head { text-align: center; }
.triangle__kicker {
  display: inline-block;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 3px;
  font-size: 13px;
  color: var(--oxblood);
  border: 1px solid var(--oxblood);
  padding: 5px 16px;
  margin: 0;
}
.triangle__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(30px, 6vw, 62px);
  color: var(--ink);
  margin: 14px 0 4px;
  line-height: 0.95;
  text-shadow: 3px 2px 0 var(--oxblood);
}
.triangle__note {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 17px;
  max-width: 620px;
  margin: 4px auto 30px;
}
.triangle__layout { display: flex; gap: 38px; align-items: center; justify-content: center; flex-wrap: wrap; }

.plate { margin: 0; flex: none; }
.plate__frame { padding: 10px; background: var(--paper-lt); border: 3px solid var(--ink); box-shadow: 8px 9px 0 var(--oxblood); }
.plate__img-wrap { position: relative; line-height: 0; }
.plate__img-wrap picture { display: block; }
.plate__img-wrap img {
  display: block;
  width: min(440px, 86vw);
  height: auto;
  filter: sepia(0.45) contrast(1.05) saturate(0.85);
}
.plate figcaption {
  text-align: center;
  font-family: 'IM Fell English SC', serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 8px;
}

.halftone {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
  background-image: radial-gradient(var(--ink) 1px, transparent 1.5px);
  background-size: 4px 4px;
}
.halftone--fine { opacity: 0.22; background-size: 3.5px 3.5px; }

.steps { flex: 1; min-width: 280px; max-width: 400px; }
.step { display: flex; gap: 14px; margin-bottom: 18px; }
.step:nth-child(3) { margin-bottom: 22px; }
.step__num { font-family: 'Sancreek', serif; font-size: 30px; color: var(--oxblood); line-height: 1; }
.step__title { display: block; font-family: 'IM Fell English SC', serif; letter-spacing: 1px; }
.step__text { display: block; font-size: 15px; font-style: italic; }
.step--cta { display: block; margin-bottom: 0; }

.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 14px;
  padding: 13px 22px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

/* --------------------------------------------------------- crypto wire -- */

.crypto {
  background: var(--green-deep);
  color: var(--mint);
  padding: 46px 22px;
  text-align: center;
  border-top: 4px solid var(--green);
}
.crypto__badge {
  display: inline-block;
  font-family: 'Bungee', sans-serif;
  font-size: 11px;
  color: var(--green-deep);
  background: var(--mint);
  padding: 5px 14px;
  transform: rotate(-1deg);
  border: 2px solid var(--green-dk);
  margin: 0;
}
.crypto__title {
  font-family: 'Sancreek', serif;
  font-size: clamp(26px, 5vw, 50px);
  color: #aef7c9;
  margin: 14px 0 2px;
  text-shadow: 2px 1.5px 0 #0c2a18;
}
.crypto__sub { font-family: 'IM Fell English', serif; font-style: italic; font-size: 15px; color: #5cc488; margin: 0 0 24px; }

.win--crypto { max-width: 760px; margin: 0 auto; box-shadow: 9px 10px 0 #0a2916; text-align: left; }

.crypto__panel {
  background: #0c1f13;
  border: 2px solid;
  border-color: #0a2916 #3ed47e #3ed47e #0a2916;
  padding: 22px;
}
.crypto__row { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.crypto__price { font-family: 'Special Elite', monospace; font-size: 28px; color: #aef7c9; }
.crypto__delta { font-family: 'Bungee', sans-serif; font-size: 15px; color: #3ed47e; }
.crypto__chart { width: 100%; height: auto; display: block; }
.crypto__disclaimer { font-family: 'IM Fell English', serif; font-style: italic; font-size: 12px; color: #4ea878; margin: 8px 0 0; }

/* ------------------------------------------------------------- tariff -- */

.tariff { padding: 52px 22px; max-width: 980px; margin: 0 auto; position: relative; }
.tariff__flag {
  position: absolute;
  top: 30px;
  right: 18px;
  background: var(--oxblood);
  color: var(--paper-lt);
  font-family: 'Rye', serif;
  font-size: 13px;
  padding: 8px 12px;
  transform: rotate(8deg);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  animation: flutter 2.4s ease-in-out infinite;
  margin: 0;
}
.tariff__head { text-align: center; }
.tariff__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(28px, 5.5vw, 56px);
  color: var(--ink);
  margin: 0 0 4px;
  text-shadow: 3px 2px 0 var(--oxblood);
}
.tariff__kicker {
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 13px;
  color: var(--oxblood);
  margin: 0;
}
.tariff__list {
  border: 3px double var(--ink);
  padding: 20px 24px;
  margin: 18px 0 0;
  background: var(--paper-lt);
  columns: 2;
  column-gap: 40px;
  column-rule: 1px solid #b89a63;
}
.tariff__row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 9px; break-inside: avoid; }
.tariff__row--last { margin-bottom: 0; }
.tariff__hand { color: var(--oxblood); }
.tariff__row dt { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-weight: bold; }
.tariff__row dd { font-style: italic; font-size: 14px; }
.tariff__leader { flex: 1; border-bottom: 1.5px dotted var(--sepia); margin: 0 2px 4px; }

/* ---------------------------------------------------------- testimony -- */

.testimony {
  background: var(--paper-mid);
  padding: 52px 22px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.testimony__head { text-align: center; margin-bottom: 34px; }
.testimony__title {
  font-family: 'Sancreek', serif;
  font-size: clamp(28px, 5vw, 54px);
  color: var(--ink);
  margin: 0;
  text-shadow: 2px 1.5px 0 var(--oxblood);
}
.testimony__sub { font-family: 'IM Fell English', serif; font-style: italic; font-size: 16px; margin: 4px 0 0; }

.testimony__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 34px;
  max-width: 980px;
  margin: 0 auto;
}
.win--testimony { margin: 0; box-shadow: 8px 9px 0 rgba(42, 29, 18, 0.3); }
.testimony-card--left  { transform: rotate(-1.4deg); }
.testimony-card--right { transform: rotate(1.4deg); }

.testimony__paper {
  background: var(--paper-lt);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 14px;
}
.testimony__slug {
  text-align: center;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 12px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 5px;
  margin: 0 0 10px;
}
.testimony__photo { position: relative; border: 2px solid var(--ink); margin-bottom: 10px; line-height: 0; }
.testimony__photo picture { display: block; }
.testimony__photo img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.6) contrast(1.08) saturate(0.7) brightness(1.02);
}
.testimony__quote { font-family: 'IM Fell English', serif; font-size: 15px; margin: 0 0 8px; line-height: 1.5; }
.testimony__name { display: block; font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 13px; color: var(--oxblood); }
.testimony__rank { display: block; font-family: 'IM Fell English', serif; font-style: italic; font-size: 12px; }

/* ------------------------------------------------------------ pricing -- */

.pricing { background: var(--ink); padding: 54px 22px; border-bottom: 4px double var(--gold); }
.pricing__head { text-align: center; margin-bottom: 36px; }
.pricing__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(28px, 5vw, 56px);
  color: var(--paper-lt);
  margin: 0;
  text-shadow: 3px 2px 0 var(--oxblood);
}
.pricing__sub { font-family: 'IM Fell English', serif; font-style: italic; color: var(--gold-lt); font-size: 15px; margin: 6px 0 0; }

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(258px, 100%), 1fr));
  gap: 24px;
  max-width: 1020px;
  margin: 0 auto;
  align-items: start;
}

.tier {
  background: var(--paper-lt);
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 0 4px var(--paper-lt), inset 0 0 0 5px var(--gold), 6px 7px 0 #000;
  padding: 24px;
}
.tier__file {
  display: inline-block;
  background: var(--chrome);
  border: 2px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  font-family: 'VT323', monospace;
  font-size: 13px;
  color: var(--ink);
  padding: 0 9px;
  margin: -8px 0 9px;
}
.tier__name { font-family: 'Rye', serif; font-size: 21px; color: var(--oxblood); margin: 0; }
.tier__price { font-family: 'Abril Fatface', serif; font-size: 46px; color: var(--ink); line-height: 1; margin: 0; }
.tier__unit { font-family: 'IM Fell English', serif; font-style: italic; font-size: 13px; margin: 0 0 14px; }
.tier__perks { font-family: 'IM Fell English', serif; font-size: 14px; line-height: 1.9; }
.tier__perks li::before { content: "☞ "; }

.tier__cta {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Bungee', sans-serif;
  font-size: 12px;
  padding: 11px;
  border: 2px solid var(--ink);
  margin-top: 16px;
}
.tier__cta--gold   { background: var(--gold);     color: var(--ink); }
.tier__cta--yellow { background: var(--yellow);   color: var(--ink); font-size: 13px; padding: 13px; }
.tier__cta--red    { background: var(--oxblood);  color: var(--yellow); }

.tier--hero {
  background: var(--green);
  border: 2px solid var(--yellow);
  box-shadow: inset 0 0 0 4px var(--green), inset 0 0 0 5px var(--yellow), 6px 7px 0 #000;
  padding: 26px 24px;
  transform: scale(1.05);
  position: relative;
  color: #fff;
}
.tier--hero .tier__name  { font-size: 23px; color: #fff5d6; }
.tier--hero .tier__price { font-size: 50px; color: inherit; }

.tier__flag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  background: var(--oxblood);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 10px;
  padding: 5px 14px;
  border: 2px solid var(--ink);
  white-space: nowrap;
  animation: flash 1s steps(1) infinite;
  margin: 0;
}

/* ---------------------------------------------------------------- faq -- */

.faq { padding: 52px 22px; max-width: 800px; margin: 0 auto; }
.win--faq { box-shadow: 10px 11px 0 rgba(42, 29, 18, 0.28); }
.win--faq .win__bar { background: linear-gradient(90deg, var(--ink), var(--oxblood) 70%, var(--gold)); }
.win--faq .win__title { font-size: 16px; }

.faq__tabs { display: flex; gap: 5px; margin-bottom: 4px; }
.chip95--tab { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 12px; padding: 3px 12px; }

.faq__paper {
  background: var(--paper-lt);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 26px 24px;
}
.faq__title {
  text-align: center;
  font-family: 'Sancreek', serif;
  font-size: clamp(26px, 4.5vw, 46px);
  color: var(--ink);
  margin: 0 0 28px;
  text-shadow: 2px 1.5px 0 var(--oxblood);
}
.faq__list { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.faq__item { border-bottom: 1px solid var(--ink); padding: 16px 4px; }
.faq__item--last { border-bottom: 2px solid var(--ink); }
.faq__q { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; color: var(--oxblood); font-weight: bold; }
.faq__a { font-family: 'IM Fell English', serif; font-size: 15px; margin: 6px 0 0; }

/* ----------------------------------------------------- bouncing banner -- */

.bounce {
  background: var(--ink);
  overflow: hidden;
  position: relative;
  height: 46px;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--oxblood);
}
.bounce__text {
  position: absolute;
  top: 11px;
  left: 0;
  white-space: nowrap;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 19px;
  color: var(--yellow);
  animation: bx 4.5s ease-in-out infinite alternate;
  text-shadow: 0 0 8px rgba(255, 214, 10, 0.45);
}

/* -------------------------------------------------------- final call -- */

.final {
  background: var(--oxblood);
  color: var(--paper-lt);
  text-align: center;
  padding: 56px 22px 96px;
  border-top: 4px double var(--gold);
}
.final__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(32px, 7vw, 78px);
  margin: 0 0 8px;
  line-height: 0.92;
  text-shadow: 4px 3px 0 var(--ink);
}
.final__sub { font-family: 'IM Fell English', serif; font-style: italic; font-size: 18px; margin: 0 0 26px; }
.btn-final {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Rye', serif;
  font-size: clamp(18px, 3vw, 28px);
  padding: 20px 38px;
  border: 3px solid var(--ink);
  box-shadow: 0 9px 0 var(--ink);
  animation: throb 1.5s ease-in-out infinite;
}

/* ------------------------------------------------------------ webring -- */

.webring {
  background: var(--ink);
  color: var(--paper);
  padding: 34px 20px;
  text-align: center;
  border-top: 5px ridge var(--gold);
}
.webring__title {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(12px, 2.6vw, 20px);
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--oxblood);
  line-height: 1.5;
  margin: 0;
}
.webring__sub {
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 3px;
  font-size: 14px;
  color: var(--mint);
  margin: 8px 0 20px;
}
.webring__nav { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.webring__btn {
  background: var(--chrome);
  color: #000;
  border: 3px outset #f0f0f0;
  padding: 3px 14px;
  font-family: 'VT323', monospace;
  font-size: 21px;
}

.badges { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; max-width: 740px; margin: 0 auto 22px; }
.badge88 {
  width: 88px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  line-height: 1;
  text-align: center;
}
.badge88--netscape { font-family: 'VT323', monospace; font-size: 13px; color: var(--paper-lt); background: linear-gradient(180deg, #c0442f, #6b1a10); }
.badge88--y2k      { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 12px; color: var(--yellow); background: var(--green-deep); }
.badge88--lead     { font-family: 'IM Fell English SC', serif; font-size: 11px; letter-spacing: 1px; line-height: 0.95; color: var(--ink); background: var(--paper); }
.badge88--html     { font-family: 'VT323', monospace; font-size: 13px; color: var(--yellow); background: var(--oxblood); }
.badge88--res      { font-family: 'VT323', monospace; font-size: 13px; color: var(--mint); background: var(--green-deep); }
.badge88--approved { font-family: 'VT323', monospace; font-size: 12px; line-height: 0.95; color: #fff; background: var(--green); }

.webring__foot {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'VT323', monospace;
  font-size: 21px;
}
.guestbook-link {
  color: var(--yellow);
  animation: blink 1s steps(1) infinite;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 16px;
}
.webring__email { color: var(--mint); }
.webring__award { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.award-star {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ffe600;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: spin 4s linear infinite;
}

/* ----------------------------------------------------------- colophon -- */

.colophon { background: var(--ink); color: #a8895c; padding: 34px 24px 92px; text-align: center; }
.colophon__mark { font-family: 'UnifrakturCook', cursive; font-size: 30px; color: var(--paper); margin: 0 0 4px; }
.colophon__kicker { font-family: 'IM Fell English SC', serif; letter-spacing: 3px; font-size: 12px; color: var(--gold-lt); margin: 0 0 16px; }
.colophon__disclaimer {
  font-family: 'IM Fell English', serif;
  font-size: 13px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
  color: #9a7c52;
}
.colophon__copy { font-family: 'Special Elite', monospace; font-size: 11px; margin: 16px 0 0; color: #6b5436; }

/* ------------------------------------------------------------ taskbar -- */

.taskbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 56;
  background: var(--chrome);
  border-top: 3px solid #fff;
  box-shadow: inset 0 -2px 0 #808080, 0 -3px 0 var(--ink);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 7px;
}
.taskbar__start {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--oxblood);
  color: var(--paper-lt);
  border: 3px solid;
  border-color: #e08a78 #4a1109 #4a1109 #e08a78;
  padding: 5px 12px;
  flex: none;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.taskbar__start .hand-flip { font-size: 15px; line-height: 1; }
.taskbar__task {
  flex: 1;
  min-width: 0;
  background: var(--chrome);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 4px 9px;
  font-family: 'IM Fell English', serif;
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskbar__midi {
  flex: none;
  background: var(--chrome);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 4px 9px;
  font-family: 'VT323', monospace;
  font-size: 15px;
  color: var(--ink);
}
.taskbar__claim {
  flex: none;
  background: var(--green);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 12px;
  padding: 7px 15px;
  border: 3px solid;
  border-color: #5fd193 #083a1e #083a1e #5fd193;
}
.taskbar__clock {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--chrome);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 4px 10px;
}
.taskbar__clock-label { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 11px; color: #5a3f22; }
.taskbar__clock-time { font-family: 'Special Elite', monospace; font-size: 15px; color: var(--ink); letter-spacing: 1px; }

/* --------------------------------------------- floating chrome cards -- */

.telegram {
  position: fixed;
  left: 16px;
  bottom: 74px;
  z-index: 51;
  background: var(--paper-lt);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 11px 15px 11px 11px;
  display: flex;
  gap: 11px;
  align-items: center;
  max-width: 300px;
  animation: pop 0.5s ease-out;
}
.telegram__icon { font-family: 'Special Elite', monospace; font-size: 22px; color: var(--oxblood); line-height: 0; }
.telegram__label { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 12px; color: var(--oxblood); margin: 0; line-height: 1.3; }
.telegram__body { font-family: 'IM Fell English', serif; font-size: 13px; margin: 0; line-height: 1.3; }
.telegram__verified { font-family: 'Special Elite', monospace; font-size: 10px; color: var(--green); margin: 0; line-height: 1.3; }

.brenda {
  position: fixed;
  right: 16px;
  bottom: 74px;
  z-index: 51;
  background: var(--paper-lt);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 10px 13px;
  max-width: 220px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.brenda__avatar {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--oxblood);
  color: var(--paper-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IM Fell English SC', serif;
  font-size: 14px;
}
.brenda__name { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 11px; color: var(--oxblood); margin: 0; line-height: 1.25; }
.brenda__status { font-family: 'IM Fell English', serif; font-style: italic; font-size: 12px; margin: 0; line-height: 1.25; }

/* ------------------------------------------------------------- popups -- */

.popup {
  position: fixed;
  width: min(342px, 86vw);
  animation: modalin 0.34s cubic-bezier(0.2, 1.3, 0.4, 1);
  background: var(--chrome);
  border: 3px solid;
  border-color: #fff var(--chrome-dk) var(--chrome-dk) #fff;
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.45), inset 0 0 0 1px #dfdfdf;
}
.popup .win__bar { margin-bottom: 0; padding: 4px 4px 4px 7px; }
.popup__pad { padding: 4px; }
.popup__paper {
  background: var(--paper-lt);
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 14px 15px;
}
.popup .win__status-row { padding: 0 5px 5px; gap: 6px; }
.popup .win__status { font-family: 'VT323', monospace; font-style: normal; font-size: 14px; padding: 1px 6px; }
.popup .win__status--tag { flex: none; letter-spacing: 0; font-size: 14px; }

/* alert */
.pop-alert { display: flex; gap: 12px; align-items: flex-start; }
.pop-alert__bang {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--oxblood);
  color: var(--paper-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sancreek', serif;
  font-size: 24px;
  box-shadow: 2px 2px 0 var(--ink);
}
.pop-alert__kicker { font-family: 'IM Fell English SC', serif; letter-spacing: 1.5px; font-size: 13px; color: var(--oxblood); margin: 0; }
.pop-alert__text { font-family: 'IM Fell English', serif; font-size: 15px; line-height: 1.45; margin: 5px 0 0; }
.pop-alert__actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 14px; }
.chip95--wide { font-family: 'IM Fell English SC', serif; letter-spacing: 1px; font-size: 13px; padding: 6px 20px; }

/* banner */
.pop-banner__rainbow {
  display: block;
  height: 6px;
  background: var(--rainbow);
  background-size: 200px 100%;
  animation: rainbowmove 2.5s linear infinite;
  margin: -14px -15px 12px;
}
.pop-banner { display: flex; gap: 12px; align-items: center; }
.pop-banner picture { flex: none; display: block; line-height: 0; }
.pop-banner__bottle { width: 64px; height: auto; filter: sepia(0.3); animation: floaty 3.4s ease-in-out infinite; }
.pop-banner__title { font-family: 'Sancreek', serif; font-size: 21px; color: var(--oxblood); line-height: 1; margin: 0; }
.pop-banner__text { font-family: 'IM Fell English', serif; font-style: italic; font-size: 14px; margin: 4px 0 0; }
.pop-banner__cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  background: var(--green);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 13px;
  padding: 10px;
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--green-dk);
  animation: blink 1.4s steps(1) infinite;
}

/* winner */
.pop-winner { text-align: center; }
.pop-winner__congrats {
  font-family: 'Comic Neue', 'Comic Sans MS', cursive;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #ff0040, #ff8a00, #ffe600, #22c55e, #2a6fdb, #a855f7);
  background-size: 200px 100%;
  animation: rainbowmove 3s linear infinite;
  padding: 5px 10px;
  border: 2px dashed var(--ink);
  text-shadow: 1px 1px 0 #000;
  margin: 0;
}
.pop-winner__title {
  font-family: 'Abril Fatface', serif;
  font-size: 26px;
  color: var(--oxblood);
  line-height: 1.05;
  margin: 10px 0 2px;
  text-shadow: 2px 1.5px 0 var(--ink);
}
.pop-winner__text { font-family: 'IM Fell English', serif; font-style: italic; font-size: 14px; margin: 6px 0 0; }
.pop-winner__cta {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Bungee', sans-serif;
  font-size: 13px;
  padding: 11px;
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
  text-align: center;
}

/* chain */
.pop-chain__kicker { font-family: 'IM Fell English SC', serif; letter-spacing: 1.5px; font-size: 12px; color: var(--oxblood); text-align: center; margin: 0; }
.pop-chain__text { font-family: 'IM Fell English', serif; font-size: 15px; line-height: 1.5; margin: 8px 0 0; text-align: center; }
.pop-chain__aside { font-family: 'IM Fell English', serif; font-style: italic; font-size: 14px; margin: 8px 0 0; text-align: center; color: #7a5733; }
.pop-chain__tri { text-align: center; font-family: 'Sancreek', serif; color: var(--oxblood); font-size: 19px; letter-spacing: 4px; margin: 10px 0 0; }
.pop-chain__cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  background: var(--oxblood);
  color: var(--paper-lt);
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 13px;
  padding: 10px;
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--ink);
}

/* guestbook */
.pop-guest__kicker { font-family: 'IM Fell English SC', serif; letter-spacing: 2px; font-size: 12px; color: var(--oxblood); margin: 0; }
.pop-guest__text { font-family: 'IM Fell English', serif; font-size: 14px; margin: 6px 0 10px; line-height: 1.45; }
.pop-guest__field { display: block; }
.pop-guest__field input {
  width: 100%;
  background: #fff;
  border: 2px solid;
  border-color: var(--chrome-dk) #fff #fff var(--chrome-dk);
  padding: 7px 9px;
  font-family: 'Special Elite', monospace;
  font-size: 13px;
  color: var(--ink);
}
.pop-guest__field input::placeholder { color: #8a7a5a; opacity: 1; }
.pop-guest__actions { display: flex; gap: 8px; margin-top: 12px; }
.pop-guest__sign {
  flex: 1;
  text-align: center;
  background: var(--green);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 12px;
  padding: 10px;
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--green-dk);
}

/* order form */
.pop-order__kicker {
  text-align: center;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--oxblood);
  border-bottom: 2px solid var(--ink);
  padding-bottom: 5px;
  margin: 0;
}
.pop-order__list { font-family: 'IM Fell English', serif; font-size: 14px; line-height: 2.1; margin: 8px 0 0; }
.pop-order__list > div { display: flex; align-items: baseline; gap: 6px; }
.pop-order__list dd { font-family: 'Special Elite', monospace; }
.pop-order__leader { flex: 1; border-bottom: 1.5px dotted var(--sepia); }
.pop-order__oath { font-family: 'IM Fell English', serif; font-style: italic; font-size: 12px; color: #7a5733; margin: 10px 0 0; }
.pop-order__cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  background: var(--oxblood);
  color: var(--yellow);
  font-family: 'Rye', serif;
  font-size: 15px;
  padding: 11px;
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
}

/* -------------------------------------------------------------- modal -- */

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(42, 29, 18, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal[hidden] { display: none; }
.modal__card {
  background: var(--paper-lt);
  border: 3px solid var(--ink);
  box-shadow: inset 0 0 0 4px var(--paper-lt), inset 0 0 0 6px var(--oxblood), 14px 14px 0 rgba(0, 0, 0, 0.4);
  max-width: 440px;
  width: 100%;
  padding: 30px 28px;
  text-align: center;
  position: relative;
  animation: modalin 0.5s cubic-bezier(0.2, 1.3, 0.4, 1);
}
.modal__x { position: absolute; top: 6px; right: 10px; font-family: 'Special Elite', monospace; font-size: 20px; color: var(--ink); }
.modal__kicker { font-family: 'IM Fell English SC', serif; letter-spacing: 3px; font-size: 13px; color: var(--oxblood); margin: 0; }
.modal__title {
  font-family: 'Abril Fatface', serif;
  font-size: 34px;
  color: var(--oxblood);
  margin: 6px 0 4px;
  line-height: 0.95;
  text-shadow: 2px 1.5px 0 var(--ink);
}
.modal__text { font-family: 'IM Fell English', serif; font-size: 15px; margin: 6px 0 16px; line-height: 1.5; }
.modal__code {
  background: var(--ink);
  color: var(--yellow);
  font-family: 'Special Elite', monospace;
  font-size: 13px;
  padding: 8px;
  margin: 0 0 14px;
}
.modal__code span { color: #fff; }
.modal__yes {
  background: var(--green);
  color: #fff;
  font-family: 'Bungee', sans-serif;
  font-size: 15px;
  padding: 13px 24px;
  border: 3px solid var(--ink);
  box-shadow: 0 6px 0 var(--green-dk);
  width: 100%;
  text-align: center;
}
.modal__no {
  display: block;
  width: 100%;
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 12px;
  margin-top: 12px;
  color: #7a5733;
  text-decoration: underline;
  text-align: center;
}

/* ----------------------------------------------------------- sparkles -- */

.sparkle {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: sparkle 0.7s ease-out forwards;
}

/* ================================================== responsive tuning == */

@media (max-width: 900px) {
  .brenda { display: none; }
}

@media (max-width: 760px) {
  .letter,
  .tariff__list { columns: 1; }

  .tariff__flag {
    position: static;
    display: inline-block;
    transform: rotate(-3deg);
    margin: 0 0 14px;
  }
  .tariff { text-align: center; }
  .tariff__list { text-align: left; }

  .locbar__note { display: none; }
  .taskbar__midi,
  .taskbar__clock { display: none; }

  .tier--hero { transform: none; margin: 14px 0; }
}

@media (max-width: 620px) {
  .masthead { padding: 12px 14px 0; }
  .masthead__meta { font-size: 10px; letter-spacing: 0.5px; }
  .masthead__dateline { font-size: 10px; }
  .masthead__title-row { gap: 10px; }
  .masthead__hand { font-size: 22px; }

  .broadside { padding: 24px 16px 28px; }
  .hero { padding: 22px 12px 12px; }

  .fda-star { width: 88px; height: 88px; left: 0; top: 2%; }
  .fda-star__text { font-size: 9px; }
  .seal--hero { width: 92px; height: 92px; right: 0; }

  .countdown__time { font-size: 24px; }
  .telegram { max-width: calc(100vw - 32px); }
  .win--parlour, .win--crypto, .win--hero { box-shadow: 5px 6px 0 rgba(42, 29, 18, 0.3); }
  .plate__frame { box-shadow: 5px 6px 0 var(--oxblood); }
  .webring__foot { font-size: 16px; }
  .colophon__mark { font-size: 24px; }
}

@media (max-width: 420px) {
  .toolbar { gap: 6px; padding: 7px 6px; }
  .player, .counter { flex: 1 1 100%; justify-content: center; }
  .taskbar__start span:last-child { display: none; }
}

/* ================================================ reduced motion ====== */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .eq__bar { transform: scaleY(0.65); }
  .badge-rainbow,
  .construction__text,
  .screen__live,
  .badge-yellow,
  .guestbook-link,
  .pop-banner__cta { opacity: 1; }
  .bounce__text { left: 50%; transform: translateX(-50%); }
}

/* ======================================================== print ======= */

@media print {
  .vignette, .taskbar, .telegram, .brenda, .popup-layer, .modal,
  .ticker, .toolbar, .locbar, .bounce, .rainbow-bar { display: none !important; }
  body { background: #fff; }
  .page { color: #000; }
}
