:root {
  --ink: #102f29;
  --muted: #596d67;
  --forest: #216e5c;
  --forest-deep: #123f37;
  --forest-dark: #174f45;
  --gold: #d8a827;
  --gold-soft: #f2d87f;
  --cream: #fbf5e6;
  --paper: #fffdf7;
  --line: rgba(16, 47, 41, 0.15);
  --danger: #a83b35;
  --shadow: 0 24px 80px rgba(18, 63, 55, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Century Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  min-height: 100vh;
}
img { display: block; max-width: 100%; }
a { color: var(--forest-dark); text-underline-offset: 4px; }
a:hover { color: var(--forest); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 3px; }

.skip-link { background: var(--gold); color: var(--ink); font-weight: 800; left: 16px; padding: 10px 16px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 16px; }
.section-shell { margin-inline: auto; max-width: 1200px; padding-inline: 28px; }
.site-header {
  align-items: center;
  background: rgba(251, 245, 230, 0.92);
  border-bottom: 1px solid rgba(16, 47, 41, 0.08);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px max(28px, calc((100vw - 1144px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.brand { align-items: center; color: var(--ink); display: inline-flex; font-size: 1.35rem; font-weight: 900; gap: 11px; letter-spacing: -0.04em; text-decoration: none; }
.brand img { border-radius: 12px; }
nav, .footer-links { display: flex; gap: 26px; }
nav a, .footer-links a { font-size: .84rem; font-weight: 800; text-decoration: none; }

.hero { align-items: center; display: grid; gap: clamp(36px, 6vw, 80px); grid-template-columns: .84fr 1.16fr; min-height: 670px; padding-block: clamp(48px, 7vw, 94px); }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { color: var(--forest); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.06; }
h1 { font-size: clamp(3.2rem, 6.7vw, 6rem); letter-spacing: -.065em; margin: 16px 0 24px; max-width: 8.5ch; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); letter-spacing: -.045em; margin: 0 0 18px; }
h3 { font-size: 1.4rem; margin: 0 0 8px; }
.lede { color: var(--muted); font-size: 1.16rem; max-width: 52ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { align-items: center; background: var(--forest); border: 2px solid var(--forest); border-radius: 999px; color: white; display: inline-flex; font-size: .9rem; font-weight: 900; gap: 10px; justify-content: center; min-height: 52px; padding: 11px 23px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--forest-deep); color: white; transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--forest-deep); }
.launch-note { align-items: center; color: var(--muted); display: flex; font-size: .82rem; font-weight: 700; gap: 9px; margin-top: 22px; }
.pulse { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(216, 168, 39, .18); height: 8px; width: 8px; }
.hero-art { margin: 0; position: relative; }
.hero-art::before { background: var(--gold); border-radius: 50%; content: ""; height: 110px; position: absolute; right: -28px; top: -32px; width: 110px; z-index: -1; }
.hero-art img { border: 8px solid var(--paper); border-radius: 30px 30px 110px 30px; box-shadow: var(--shadow); width: 100%; }
.hero-art figcaption { background: var(--forest-deep); border-radius: 18px 18px 3px 18px; bottom: -22px; color: white; font-family: var(--serif); font-size: 1rem; padding: 14px 19px; position: absolute; right: -12px; }

.manifesto { background: var(--forest-deep); color: white; padding-block: 48px; }
.manifesto-grid { align-items: center; display: grid; gap: 28px; grid-template-columns: .6fr 1.4fr; }
.manifesto-kicker { color: var(--gold-soft); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.manifesto-copy { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3.3rem); letter-spacing: -.03em; line-height: 1.15; margin: 0; }
.benefits { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); padding-block: 90px; }
.benefits article { background: rgba(255, 253, 247, .72); border: 1px solid var(--line); border-radius: 6px 38px 6px 6px; min-height: 300px; padding: 30px; }
.benefits article:nth-child(2) { background: var(--gold); transform: translateY(24px); }
.benefits h2 { font-size: 2rem; margin-top: 46px; }
.benefits p { color: var(--muted); margin-bottom: 0; }
.benefits article:nth-child(2) p { color: var(--ink); }
.card-number { font-family: var(--serif); font-size: .9rem; font-weight: 900; }

.process { display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; padding-block: 110px; }
.section-heading { max-width: 430px; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { align-items: flex-start; border-top: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 58px 1fr; padding: 25px 0; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { align-items: center; background: var(--gold); border-radius: 50%; display: flex; font-family: var(--serif); font-weight: 900; height: 45px; justify-content: center; width: 45px; }
.process-list p { color: var(--muted); margin: 0; }
.safety { background: var(--forest); color: white; overflow: hidden; padding-block: 90px; position: relative; }
.safety::after { border: 2px solid rgba(242, 216, 127, .3); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -120px; top: -150px; width: 420px; }
.safety-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; }
.safety-grid ul { list-style: none; margin: 0; padding: 0; }
.safety-grid li { border-top: 1px solid rgba(255,255,255,.24); padding: 17px 0 17px 28px; position: relative; }
.safety-grid li::before { color: var(--gold-soft); content: "◆"; font-size: .55rem; left: 4px; position: absolute; top: 22px; }

.policy-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; padding-block: 100px; }
.policy-card { background: var(--paper); border: 1px solid var(--line); border-radius: 34px 8px 34px 8px; padding: clamp(30px, 5vw, 58px); }
.policy-card h2 { font-size: clamp(2.1rem, 3.5vw, 3.3rem); margin-top: 22px; }
.policy-card p { color: var(--muted); }
.gold-card { background: var(--gold); border: 0; border-radius: 8px 34px 8px 34px; }
.gold-card p { color: var(--ink); }
.text-link { display: inline-block; font-weight: 900; margin-top: 18px; text-decoration-thickness: 2px; }
.venture { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 35px; grid-template-columns: 112px 1fr; padding-block: 75px; }
.venture img { border-radius: 24px; }
.venture h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 10px 0; }
.venture p { color: var(--muted); margin: 0; }

.content-shell { margin: 0 auto; max-width: 960px; padding: 55px 24px 100px; }
.document { background: var(--paper); border: 1px solid var(--line); border-radius: 8px 44px 8px 8px; box-shadow: var(--shadow); padding: clamp(28px, 7vw, 72px); }
.document-header { border-bottom: 1px solid var(--line); margin-bottom: 36px; padding-bottom: 26px; }
.document-header h1 { font-size: clamp(2.7rem, 7vw, 4.8rem); max-width: none; }
.meta { color: var(--muted); font-size: .92rem; }
.document p, .document li { max-width: 72ch; }
.document li + li { margin-top: 8px; }
.document h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-top: 48px; }
.document h3 { margin-top: 30px; }
.notice { background: #eef5f0; border-left: 5px solid var(--forest); border-radius: 0 14px 14px 0; margin: 26px 0; padding: 18px 22px; }
.danger-notice { background: #fbefeb; border-left-color: var(--danger); }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { counter-increment: step; margin: 24px 0; padding-left: 58px; position: relative; }
.steps li::before { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); content: counter(step); display: flex; font-weight: 900; height: 40px; justify-content: center; left: 0; position: absolute; top: -3px; width: 40px; }

footer { background: var(--forest-deep); color: rgba(255,255,255,.72); padding: 55px 28px; }
.footer-inner { display: grid; gap: 20px; grid-template-columns: 1fr auto; margin: auto; max-width: 1144px; }
.footer-brand { color: white; }
.footer-brand:hover { color: white; }
.footer-links a { color: white; }
.footer-inner p, .footer-inner small { margin: 0; }
.footer-inner small { grid-column: 1 / -1; }

@media (max-width: 880px) {
  .site-header nav a:first-child, .site-header nav a:nth-child(2) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; }
  .hero-art { margin-top: 12px; }
  .manifesto-grid, .process, .safety-grid { gap: 40px; grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { min-height: 0; }
  .benefits article:nth-child(2) { transform: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .section-shell { padding-inline: 20px; }
  .site-header { padding: 14px 20px; }
  .brand img { height: 42px; width: 42px; }
  nav { gap: 14px; }
  nav a { font-size: .75rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero { min-height: 0; padding-block: 54px 72px; }
  .hero-art img { border-width: 5px; border-radius: 20px 20px 65px 20px; }
  .hero-art figcaption { bottom: -35px; font-size: .82rem; right: 5px; }
  .manifesto { padding-block: 38px; }
  .benefits, .process, .policy-grid { padding-block: 70px; }
  .policy-grid { grid-template-columns: 1fr; }
  .safety { padding-block: 70px; }
  .venture { grid-template-columns: 74px 1fr; }
  .venture img { height: 74px; width: 74px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 9px; }
  .footer-inner small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
