:root {
  color-scheme: dark;
  --ink: #fff8ee;
  --muted: #d5c8ba;
  --soft: #a89482;
  --night: #080706;
  --panel: #120f0d;
  --line: rgba(255, 248, 238, 0.18);
  --amber: #d9a35f;
  --wine: #6d2839;
  --rose: #c68786;
  --shadow: rgba(0, 0, 0, 0.62);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--night);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0.2) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.hero-content,
.section-inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.hero-content {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
}

.brand,
.nav-link {
  text-decoration: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.nav-link {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-copy {
  width: min(640px, 100%);
  margin: auto 0;
  padding: 64px 0 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.96;
}

h1 {
  max-width: 620px;
  font-size: 5rem;
}

h2 {
  font-size: 3.1rem;
}

.lede {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 18px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--ink);
  color: #17100c;
}

.button-secondary,
.button-ghost {
  background: rgba(255, 248, 238, 0.08);
  color: var(--ink);
  border-color: var(--line);
}

.microcopy {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.band {
  padding: 76px 0;
}

.how-band {
  background: #0b0908;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-card {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 248, 238, 0.045);
}

.step-card strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--amber);
}

.step-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.15rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.intro-band {
  background:
    linear-gradient(90deg, rgba(109, 40, 57, 0.24), rgba(217, 163, 95, 0.08)),
    #0d0b0a;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.two-column p,
.status-layout p,
.disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.modes-band {
  background: #090807;
}

.modes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mode-card {
  min-height: 168px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.08), rgba(255, 248, 238, 0.03));
}

.mode-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.mode-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.status-band {
  background:
    linear-gradient(140deg, rgba(109, 40, 57, 0.22), rgba(8, 7, 6, 0) 45%),
    #120f0d;
}

.status-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 48px;
  align-items: start;
}

.status-layout h2 {
  margin-bottom: 22px;
}

.status-layout .button {
  margin-top: 24px;
}

.support-note {
  max-width: 680px;
  margin-top: 18px !important;
  color: var(--soft) !important;
  font-size: 0.94rem !important;
}

.status-list {
  border-top: 1px solid var(--line);
}

.status-list div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.status-list strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.status-list span {
  color: var(--muted);
  line-height: 1.5;
}

.disclaimer-band {
  padding: 44px 0;
  background: #080706;
}

.disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.disclaimer p {
  max-width: 980px;
  color: var(--soft);
  font-size: 0.92rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 26px 0 34px;
  color: var(--soft);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer a {
  color: var(--soft);
}

.policy-main {
  min-height: 100vh;
  padding-top: 98px;
}

.policy-hero {
  padding: 76px 0 44px;
  background:
    linear-gradient(140deg, rgba(109, 40, 57, 0.22), rgba(8, 7, 6, 0) 45%),
    #120f0d;
}

.policy-hero h1 {
  font-size: clamp(3rem, 8vw, 5rem);
}

.policy-list {
  display: grid;
  gap: 22px;
}

.policy-list article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.policy-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.policy-list h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.policy-list p,
.policy-list li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.policy-list ul {
  margin: 0;
  padding-left: 20px;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(8, 7, 6, 0.9);
  backdrop-filter: blur(14px);
  z-index: 20;
}

.age-gate.is-visible {
  display: grid;
}

.age-panel {
  width: min(100%, 460px);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #120f0d;
  box-shadow: 0 24px 70px var(--shadow);
}

.age-panel h2 {
  font-size: 2.3rem;
}

.age-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 900px) {
  .hero,
  .hero-content {
    min-height: 88vh;
  }

  .hero-image {
    object-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 60%, rgba(0, 0, 0, 0.26) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.86) 100%);
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .two-column,
  .status-layout {
    grid-template-columns: 1fr;
  }

  .modes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .hero-content,
  .section-inner,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    padding: 18px 0;
  }

  .brand {
    font-size: 1.25rem;
  }

  .nav-link {
    font-size: 0.88rem;
  }

  .hero-copy {
    padding: 52px 0 70px;
  }

  h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2,
  .age-panel h2 {
    font-size: 2.1rem;
  }

  .lede {
    font-size: 1.02rem;
  }

  .button {
    width: 100%;
  }

  .band {
    padding: 56px 0;
  }

  .modes-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .status-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
