  :root {
    --bg: #0B101C;
    --bg2: #0E1524;
    --panel: #101828;
    --ink: #EDE6D6;
    --muted: #9a9384;
    --dim: #6d6759;
    --brass: #D9A441;
    --brass-dim: #a97f33;
    --line: #202b40;
    --serif: "Fraunces", Georgia, serif;
    --sans: "Inter", -apple-system, system-ui, sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; min-width: 0; }
  img, video { max-width: 100%; height: auto; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg); color: var(--ink);
    font-family: var(--sans); font-size: 16px; line-height: 1.6;
    overflow-x: hidden;
  }
  ::selection { background: var(--brass); color: var(--bg); }

  /* ---- atmosphere ---- */
  .atmo { position: fixed; inset: 0; z-index: -2; background:
      radial-gradient(1200px 800px at 85% -10%, #16203a 0%, transparent 60%),
      radial-gradient(1000px 700px at -10% 40%, #131c31 0%, transparent 55%),
      radial-gradient(900px 700px at 60% 110%, #121a2d 0%, transparent 60%),
      var(--bg); }
  .grat { position: fixed; inset: 0; z-index: -1; opacity: .05; background-image:
      repeating-linear-gradient(0deg, transparent, transparent 79px, var(--ink) 79px, var(--ink) 80px),
      repeating-linear-gradient(90deg, transparent, transparent 79px, var(--ink) 79px, var(--ink) 80px); }
  .fogdrift { position: fixed; z-index: -1; border-radius: 50%; filter: blur(90px); opacity: .35; pointer-events: none; }
  .fd1 { width: 60vw; height: 40vw; background: #1a2440; top: -15vw; left: -18vw; animation: drift1 26s ease-in-out infinite alternate; }
  .fd2 { width: 55vw; height: 38vw; background: #182137; bottom: -18vw; right: -16vw; animation: drift2 32s ease-in-out infinite alternate; }
  @keyframes drift1 { to { transform: translate(6vw, 4vw); } }
  @keyframes drift2 { to { transform: translate(-5vw, -3vw); } }
  @media (prefers-reduced-motion: reduce) { .fd1, .fd2 { animation: none; } }

  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

  /* ---- top bar ---- */
  header { padding: 26px 0; }
  header .wrap { display: flex; align-items: center; justify-content: space-between; }
  .wordmark { font-family: var(--serif); font-weight: 500; letter-spacing: .5em; padding-left: .5em; font-size: 20px; color: var(--ink); text-decoration: none; }
  .topcta { font-size: 13.5px; color: var(--muted); text-decoration: none; border: 1px solid var(--line); padding: 9px 18px; border-radius: 999px; transition: .2s; }
  .topcta:hover { color: var(--ink); border-color: var(--brass-dim); }

  /* ---- hero ---- */
  .hero { padding: 56px 0 90px; }
  .hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
  .kicker { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 17px; margin-bottom: 22px; }
  h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 5.2vw, 62px); line-height: 1.08; letter-spacing: -.01em; margin-bottom: 24px; }
  h1 em { font-style: italic; color: var(--brass); }
  .sub { color: var(--muted); font-size: 18px; max-width: 46ch; margin-bottom: 36px; }
  .sub b { color: var(--ink); font-weight: 500; }
  .badges { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; }
  .badge { display: inline-flex; align-items: center; gap: 11px; background: #000; border: 1px solid #2c3650; border-radius: 12px; padding: 11px 20px 11px 16px; text-decoration: none; transition: .2s; }
  .badge:hover { border-color: var(--brass); transform: translateY(-1px); }
  .badge svg { width: 26px; height: 26px; flex: none; }
  .badge .bt { line-height: 1.15; }
  .badge .bt small { display: block; font-size: 10.5px; color: #9aa3b5; letter-spacing: .04em; }
  .badge .bt span { font-size: 16.5px; color: #fff; font-weight: 500; }
  .pricenote { color: var(--dim); font-size: 14px; font-family: var(--serif); font-style: italic; }
  .pricenote b { color: var(--muted); font-weight: 400; }

  /* phone */
  .phone-col { display: flex; justify-content: center; }
  .phone { position: relative; width: min(300px, 72vw); border-radius: 40px; padding: 10px; background: #05070d;
      border: 1px solid #2a3450; box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 0 1px #000, 0 0 120px rgba(217,164,65,.06); }
  .phone::after { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 84px; height: 22px; background: #05070d; border-radius: 12px; }
  .phone video { display: block; width: 100%; border-radius: 31px; }

  /* ---- stat band ---- */
  .statband { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16,24,40,.45); backdrop-filter: blur(4px); }
  .statband .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
  .stat { text-align: center; padding: 34px 10px; }
  .stat + .stat { border-left: 1px solid var(--line); }
  .stat .n { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 44px); color: var(--brass); font-weight: 300; }
  .stat .l { color: var(--muted); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; }
  .statband .cap { grid-column: 1 / -1; text-align: center; color: var(--dim); font-family: var(--serif); font-style: italic; font-size: 15px; padding: 0 0 26px; }

  /* ---- sections ---- */
  section { padding: 110px 0 0; }
  .eyebrow { color: var(--brass); font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
  h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.6vw, 42px); line-height: 1.15; margin-bottom: 18px; }
  .lead { color: var(--muted); font-size: 17.5px; max-width: 58ch; }

  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
  .step { background: linear-gradient(180deg, rgba(20,29,48,.6), rgba(13,19,33,.6)); border: 1px solid var(--line); border-radius: 18px; padding: 22px 22px 0; overflow: hidden; transition: .25s; }
  .step:hover { border-color: #35405c; transform: translateY(-3px); }
  .step .num { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 15px; }
  .step h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 8px 0 8px; }
  .step p { color: var(--muted); font-size: 15px; margin-bottom: 20px; }
  .step img { display: block; width: 100%; border-radius: 14px 14px 0 0; border: 1px solid var(--line); border-bottom: 0;
      mask-image: linear-gradient(180deg, #000 78%, transparent 100%); -webkit-mask-image: linear-gradient(180deg, #000 78%, transparent 100%); }

  /* ---- share card ---- */
  .worldrow { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; margin-top: 10px; }
  .worldrow img { width: 100%; border-radius: 18px; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(0,0,0,.45); }
  .worldrow .txt p { color: var(--muted); font-size: 17px; margin-top: 14px; }
  .worldrow .txt p b { color: var(--ink); font-weight: 500; }

  /* ---- manifesto ---- */
  .manifesto { margin-top: 110px; border-top: 1px solid var(--line); background:
      radial-gradient(800px 400px at 50% 0%, rgba(217,164,65,.05), transparent 70%); }
  .manifesto .inner { max-width: 720px; margin: 0 auto; padding: 96px 28px 40px; text-align: center; }
  .manifesto .eyebrow { margin-bottom: 26px; }
  .creed { font-family: var(--serif); font-weight: 300; font-size: clamp(22px, 2.8vw, 30px); line-height: 1.55; }
  .creed b { font-weight: 500; color: var(--brass); }
  .creedlist { margin: 44px auto 0; max-width: 560px; text-align: left; }
  .creedlist div { display: flex; gap: 14px; padding: 15px 4px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15.5px; }
  .creedlist div:last-child { border-bottom: 1px solid var(--line); }
  .creedlist b { color: var(--ink); font-weight: 500; }
  .creedlist .tick { color: var(--brass); font-family: var(--serif); flex: none; }

  /* ---- closer ---- */
  .closer { text-align: center; padding: 110px 0 40px; }
  .closer h2 { margin-bottom: 30px; }
  .closer .badges { justify-content: center; }

  .faq { max-width: 760px; margin: 0 auto; }
  .faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
  .faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 16px 0; font-family: var(--serif); font-size: 19px; color: var(--ink); }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; color: var(--brass); font-family: var(--sans); flex: none; }
  .faq details[open] summary::after { content: "–"; }
  .faq details p { color: var(--muted); padding: 0 0 18px; max-width: 640px; }
  .faq details p b { color: var(--ink); }

  footer { border-top: 1px solid var(--line); margin-top: 70px; padding: 30px 0 44px; color: var(--dim); font-size: 13.5px; }
  footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  footer a { color: var(--muted); text-decoration: none; }
  footer a:hover { color: var(--ink); }

  @media (max-width: 860px) {
    .hero .wrap { grid-template-columns: 1fr; gap: 48px; text-align: center; }
    .sub { margin-inline: auto; }
    .badges { justify-content: center; }
    .steps { grid-template-columns: 1fr; }
    .worldrow { grid-template-columns: 1fr; gap: 34px; }
    .statband .wrap { grid-template-columns: 1fr; }
    .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  }
