@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/newsreader-700.woff2") format("woff2");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/newsreader-800.woff2") format("woff2");
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/figtree-600.woff2") format("woff2");
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/figtree-700.woff2") format("woff2");
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/figtree-800.woff2") format("woff2");
}

:root {
  --paper: #f3ead6;
  --sheet: #fbf6ea;
  --ink: #1b1610;
  --muted: #6d5f52;
  --line: #dcc9ae;
  --sold: #8f1d2c;
  --sold-deep: #6b1220;
  --ledger: #1f4d3a;
  --ticket: #fffdf6;
  --shadow: 0 18px 40px -28px rgba(60, 40, 20, .45);
  --radius: 18px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: Figtree, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(143, 29, 44, .08), transparent 50%),
    linear-gradient(180deg, var(--paper) 0%, var(--sheet) 40%, #efe4cc 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--sold-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 8px; top: 8px; background: #fff; padding: .5rem .8rem; z-index: 80; }
.wrap { width: min(1080px, calc(100% - 2rem)); margin-inline: auto; }

.top {
  position: sticky; top: 0; z-index: 30;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.top-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .8rem 0;
}
.brand {
  display: flex; align-items: center; gap: .55rem;
  text-decoration: none; color: var(--ink);
}
.stamp {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 3.1rem; height: 1.55rem; padding: 0 .4rem;
  border: 2px solid var(--sold); color: var(--sold);
  font-weight: 800; font-size: .72rem; letter-spacing: .14em;
  transform: rotate(-8deg);
  border-radius: 3px;
}
.stamp-sm { min-width: 2.5rem; height: 1.25rem; font-size: .62rem; }
.word {
  font-family: Newsreader, Georgia, serif;
  font-weight: 800; font-size: 1.45rem; letter-spacing: -.02em;
}
.nav { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; justify-content: flex-end; }
.nav > a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .95rem; }
.nav > a[aria-current="page"] { color: var(--sold-deep); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 1.05rem; border-radius: 8px;
  font-weight: 800; text-decoration: none; border: 1px solid transparent;
}
.btn-ink { background: var(--ink); color: var(--ticket) !important; }
.btn-sold { background: var(--sold); color: #fff8f4 !important; }
.btn-ghost { background: transparent; color: var(--ink) !important; border-color: var(--line); }
.btn:hover { filter: brightness(1.06); }

.hero { padding: 2.2rem 0 1.4rem; }
.hero-grid {
  display: grid; gap: 1.6rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr);
  align-items: center;
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.kicker {
  margin: 0 0 .45rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sold);
}
h1 {
  margin: 0 0 .7rem;
  font-family: Newsreader, Georgia, serif;
  font-weight: 800; font-size: clamp(2.3rem, 6vw, 4.1rem);
  line-height: 1.02; letter-spacing: -.03em;
}
.lede { margin: 0; max-width: 38rem; color: var(--muted); font-size: 1.08rem; line-height: 1.5; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.sources { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1.1rem 0 0; }
.chip {
  display: inline-flex; align-items: center;
  padding: .28rem .7rem; border-radius: 999px;
  background: var(--ticket); border: 1px solid var(--line);
  font-size: .78rem; font-weight: 800; color: var(--ink);
}

.ticket {
  background: var(--ticket);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1.05rem 1.1rem 1rem;
  position: relative;
}
.ticket::before {
  content: "";
  position: absolute; left: 0; top: 12%; bottom: 12%; width: 10px;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 8px,
    var(--line) 8px 9px
  );
  border-right: 1px dashed var(--line);
}
.ticket-inner { padding-left: .7rem; }
.ticket + .ticket { margin-top: .7rem; }
.ticket-top { display: flex; justify-content: space-between; gap: .6rem; align-items: baseline; }
.ticket-id { font-weight: 800; letter-spacing: .04em; }
.ticket-src { font-size: .78rem; color: var(--muted); font-weight: 700; }
.ticket-name { margin: .2rem 0 .7rem; font-family: Newsreader, Georgia, serif; font-size: 1.2rem; font-weight: 800; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
.stat { background: #f6efe0; border-radius: 8px; padding: .45rem .5rem; }
.stat b { display: block; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.stat span { display: block; margin-top: .15rem; font-variant-numeric: tabular-nums; font-weight: 800; color: var(--ledger); }
.stat .wait { color: var(--sold); font-size: .82rem; }
.sample-note { margin: .55rem 0 0; font-size: .78rem; color: var(--muted); }

main { padding-bottom: 3rem; }
h2 {
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  margin: 0 0 .5rem;
}
.section { margin: 2.2rem 0; }
.split {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) { .split { grid-template-columns: 1fr; } }
.card {
  background: var(--ticket);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: var(--shadow);
}
.card h2 { font-size: 1.45rem; }
.card p { margin: 0; color: var(--muted); line-height: 1.5; }
.card ul { margin: .7rem 0 0; padding-left: 1.1rem; color: var(--ink); }
.card li { margin: .28rem 0; }

.band {
  margin: 2.4rem 0 0;
  padding: 1.4rem 1.35rem 1.5rem;
  background: var(--ink);
  color: #f6efe0;
  border-radius: 20px;
}
.band h2 { color: #fffaf3; }
.band p { color: #d8cbb8; margin: 0 0 1rem; max-width: 40rem; }
.band .btn-sold { box-shadow: none; }
.band a.btn-ghost { color: #f6efe0 !important; border-color: rgba(246,239,224,.28); }

.prose { max-width: 40rem; }
.prose p { color: var(--muted); line-height: 1.55; }
.prose h2 { margin-top: 1.6rem; }
.faq details {
  background: var(--ticket); border: 1px solid var(--line);
  border-radius: 12px; padding: .85rem 1rem; margin: .55rem 0;
}
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin: .55rem 0 0; color: var(--muted); }

.foot {
  border-top: 1px solid var(--line);
  background: #efe4cc;
  padding: 2rem 0 1.4rem;
  margin-top: 1rem;
}
.foot-grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: 1.6fr .8fr .8fr;
}
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr; } }
.brand-foot { display: flex; align-items: center; gap: .45rem; font-family: Newsreader, Georgia, serif; font-weight: 800; font-size: 1.2rem; margin: 0 0 .4rem; }
.muted { color: var(--muted); margin: 0; line-height: 1.45; }
.foot-h { margin: 0 0 .4rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sold); font-weight: 800; }
.foot-grid a { display: block; color: var(--ink); text-decoration: none; font-weight: 700; margin: .2rem 0; }
.legal { margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.legal p { margin: 0; font-size: .78rem; color: var(--muted); }
