:root {
  --teal-deep: #071c1a;
  --teal: #0c2f2c;
  --teal-mid: #1a4a45;
  --cream: #f3e6cc;
  --cream-dim: #e4d4b4;
  --gold: #c4a35a;
  --rust: #b44528;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
html { color-scheme: dark; scroll-behavior: smooth; }

body {
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  background: var(--teal-deep);
  color: var(--cream);
  line-height: 1.5;
}

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.stripe {
  position: fixed;
  top: 0;
  left: 0;
  width: 14px;
  height: 100vh;
  background: var(--rust);
  z-index: 40;
}
.stripe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 4px;
  height: 100%;
  background: var(--gold);
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 2rem 1.1rem 2.6rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav a { color: var(--gold); text-decoration: none; }
.nav a:hover { color: var(--cream); text-decoration: none; }
.nav-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.nav-brand { color: var(--cream); font-weight: 600; letter-spacing: 0.18em; }

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 70%;
  z-index: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 28, 26, 0.92) 0%, rgba(7, 28, 26, 0.52) 46%, rgba(7, 28, 26, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 28, 26, 0.4) 0%, transparent 32%, rgba(7, 28, 26, 0.6) 100%);
}

.hero .nav { z-index: 3; }

.top-note {
  position: relative;
  z-index: 2;
  padding: 0 2rem 0 2.6rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.stage {
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem 3rem 2.6rem;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.78rem;
  margin: 0 0 0.75rem;
}

h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.7rem, 7vw, 5.1rem);
  line-height: 0.92;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}
h1 em { font-style: italic; color: var(--gold); }

h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  margin: 0 0 0.8rem;
}

h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 0.45rem;
}

.lede {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.08rem, 2.2vw, 1.38rem);
  color: var(--cream-dim);
  margin: 0 0 1.35rem;
}
.price-line {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  margin: -0.55rem 0 1.1rem;
}

.soon-stores {
  margin: 0 0 1.45rem;
  max-width: 28rem;
}
.soon-flag {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  background: var(--gold);
  color: var(--teal-deep);
  padding: 0.32rem 0.72rem;
  transform: rotate(-3deg);
  margin: 0 0 0.75rem;
  box-shadow: 3px 3px 0 var(--rust);
}
.soon-kicker {
  margin: 0 0 0.65rem;
  color: var(--cream-dim);
  font-size: 0.95rem;
}
.store-badges {
  display: flex;
  align-items: center;
  gap: 0.35rem 0.55rem;
  flex-wrap: wrap;
}
.store-badges a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.store-badges a:hover { opacity: 0.92; text-decoration: none; }
.store-badges img {
  display: block;
  width: auto;
}
.store-badges .badge-apple {
  height: 44px;
}
.store-badges .badge-play {
  height: 64px;
  margin: -10px -12px;
}
.soon-legal {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: rgba(243, 230, 204, 0.55);
  max-width: 28rem;
}

.form-kicker {
  margin: 0 0 0.55rem;
  color: var(--cream);
  font-size: 0.98rem;
}

.row {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

input {
  flex: 1 1 14rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(196, 163, 90, 0.45);
  background: rgba(7, 28, 26, 0.78);
  color: var(--cream);
  font: inherit;
  font-size: 1rem;
}
input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }

button {
  min-height: 3rem;
  padding: 0.75rem 1.2rem;
  border: 0;
  background: var(--gold);
  color: var(--teal-deep);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}
button:hover { filter: brightness(1.08); }
button:disabled { opacity: 0.6; cursor: wait; }

.ghost {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}
.ghost:hover { background: rgba(196, 163, 90, 0.12); text-decoration: none; }

.status {
  min-height: 1.35rem;
  margin: 0.65rem 0 0;
  font-size: 0.95rem;
  color: var(--gold);
}

.wrap {
  padding: 3.2rem 2rem 3.2rem 2.6rem;
  max-width: 72rem;
}

.how {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.4rem;
}
.how article {
  background: var(--teal);
  border: 1px solid rgba(196, 163, 90, 0.22);
  padding: 1.25rem 1.2rem 1.35rem;
}
.how .num {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  color: var(--gold);
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  margin: 0 0 0.5rem;
}
.how p { margin: 0; color: var(--cream-dim); }

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.card {
  display: block;
  background: var(--teal);
  border: 1px solid rgba(196, 163, 90, 0.22);
  padding: 0;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.card img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}
.card-body { padding: 1.1rem 1.2rem 1.25rem; }
.card:hover {
  border-color: var(--gold);
  text-decoration: none;
}
.card .meta {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.45rem;
}

.grade {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}
.grade i {
  display: block;
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
}
.grade-green i { border-radius: 50%; background: #3cb85a; }
.grade-blue i { background: #2b7de9; }
.grade-black i {
  width: 0.58rem;
  height: 0.58rem;
  background: #101010;
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(243, 230, 204, 0.45);
}
.grade-double { gap: 0.18rem; }
.grade-double i {
  width: 0.5rem;
  height: 0.5rem;
  background: #101010;
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(243, 230, 204, 0.45);
}
.grade-key {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.2rem;
  margin: 0.35rem 0 0;
  color: var(--cream-dim);
  font-size: 0.78rem;
}
.grade-key-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.72rem;
}
.grade-note {
  margin: 0.55rem 0 0;
  color: var(--cream-dim);
  font-size: 0.95rem;
}
.card h3 { color: var(--cream); }
.card p { margin: 0; color: var(--cream-dim); font-size: 0.98rem; }
.card.prize { border-color: var(--gold); box-shadow: inset 0 0 0 1px rgba(196, 163, 90, 0.35); }
.card.featured { grid-column: 1 / -1; }
.card.featured img { height: 16rem; }
.prize-line {
  margin-top: 0.55rem !important;
  color: var(--gold) !important;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.02rem !important;
}

.badge {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--gold);
  padding: 0.2rem 0.45rem;
}

.shops { background: #0a2623; max-width: none; }
.shops .body { max-width: 40rem; color: var(--cream-dim); margin: 0 0 1.4rem; font-size: 1.05rem; }
.shops .row { max-width: 52rem; }

.inner {
  padding: 1.5rem 2rem 4rem 2.6rem;
  max-width: 44rem;
}
.adv-art {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  margin: 0 0 1.3rem;
  border: 1px solid rgba(196, 163, 90, 0.28);
}
.inner .lede { max-width: 38rem; }
.crumbs {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
  color: var(--gold);
}
.facts {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 0 0 1.4rem;
}
.facts span {
  border: 1px solid rgba(196, 163, 90, 0.4);
  padding: 0.25rem 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  color: var(--gold);
}

.site-foot {
  padding: 1.4rem 2rem 2rem 2.6rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--cream-dim);
  border-top: 1px solid rgba(196, 163, 90, 0.2);
}

@media (max-width: 860px) {
  .how, .grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .stripe { width: 8px; }
  .stripe::after { left: 8px; width: 3px; }
  .nav, .stage, .wrap, .inner, .site-foot, .top-note { padding-left: 1.4rem; padding-right: 1.2rem; }
  h1 { font-size: 2.6rem; }
  .hero-art { object-position: 72% 80%; }
}
