:root {
  --night: #0c1413;
  --ink: #1a1f1e;
  --paper: #eef1ef;
  --cream: #f7f8f6;
  --card: #ffffff;
  --muted: #5c615e;
  --line: #d5dad6;
  --gold: #b8894a;
  --gold-soft: #e8d3b0;
  --pine: #1a3d38;
  --pine-deep: #102824;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--pine);
}

.wrap {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.wide {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.serif {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.intro-head {
  width: min(820px, 100%);
  margin: 0;
}

.caption {
  color: var(--muted);
}

.bar {
  background: var(--night);
  color: #d8d0c4;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 11px 16px;
  text-align: center;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(238, 241, 239, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

header .row {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

header img {
  height: 36px;
  width: auto;
}

header nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

header nav a {
  color: var(--ink);
  text-decoration: none;
}

header nav a:hover {
  color: var(--gold);
}

.hero {
  background:
    radial-gradient(ellipse at 20% 0%, #1e3f39 0%, transparent 55%),
    var(--night);
  color: #f6f1e8;
  padding: 72px 0 64px;
}

.hero .kicker,
.offer-kicker {
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero .kicker {
  margin-bottom: 18px;
}

.offer-kicker {
  margin-bottom: 12px;
}

.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.05;
  font-weight: 500;
  max-width: 16ch;
  margin-bottom: 20px;
}

.hero .lead {
  color: #cfc6b8;
  font-size: 18px;
  max-width: 38rem;
}

.player {
  margin-top: 40px;
  border: 1px solid rgba(232, 211, 176, 0.28);
  overflow: hidden;
  background: #000;
}

#vid_67d49626985336893e91f99d {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}

#thumb_67d49626985336893e91f99d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#backdrop_67d49626985336893e91f99d {
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero .note {
  margin-top: 12px;
  font-size: 13px;
  color: #9a9388;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-block;
  background: #089c41;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px 26px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid #089c41;
}

.btn:hover {
  background: #078738;
  color: #ffffff;
  border-color: #078738;
}

.btn-ghost {
  background: transparent;
  color: #f6f1e8;
  border-color: rgba(246, 241, 232, 0.35);
}

.btn-dark {
  background: var(--pine);
  color: #fff;
  border-color: var(--pine);
}

.stats {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.stats .wide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.stats article {
  padding: 28px 16px;
  border-right: 1px solid var(--line);
}

.stats article:last-child {
  border-right: 0;
}

.stats b {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}

.stats span {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.section {
  padding: 80px 0;
}

.band {
  background: var(--cream);
}

h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 18px;
}

.rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 18px;
}

p+p {
  margin-top: 14px;
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 28px 24px;
}

.card .num {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold);
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.proof-grid a {
  display: block;
  background: var(--card);
  padding: 10px;
  border: 1px solid var(--line);
  text-decoration: none;
}

.proof-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.proof-grid a:hover {
  border-color: var(--gold);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.yes {
  border-top: 2px solid #2f6b4f;
}

.no {
  border-top: 2px solid #8b4a3a;
}

.list {
  margin: 14px 0 0 18px;
}

.list li {
  margin: 10px 0;
}

.offer {
  background: var(--pine-deep);
  color: #f4efe6;
  padding: 88px 0;
  text-align: center;
}

.offer .rule {
  margin: 0 auto 18px;
}

.offer h2 {
  color: #f4efe6;
}

.offer .muted {
  color: #b8b0a4;
}

.price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 8vw, 84px);
  line-height: 0.95;
  margin: 18px 0 8px;
}

.offer .cta-row {
  justify-content: center;
}

.offer .btn {
  background: #089c41;
  color: #ffffff;
  border-color: #089c41;
}

.offer-note {
  margin-top: 20px;
  font-size: 14px;
}

.seal {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 8px;
}

.seal img {
  width: 140px;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  margin-top: 10px;
  color: var(--muted);
}

footer {
  background: var(--night);
  color: #9a9388;
  font-size: 13px;
  padding: 40px 0 56px;
}

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

.footer-note {
  margin-top: 10px;
}

@media (max-width: 800px) {
  header nav {
    display: none;
  }

  .stats .wide,
  .grid,
  .split,
  .proof-grid,
  .seal {
    grid-template-columns: 1fr;
  }

  .stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid img {
    height: auto;
    max-height: 440px;
  }

  .hero {
    padding: 48px 0 40px;
  }

  .section {
    padding: 56px 0;
  }
}