@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #102643;
  --ink-soft: #405168;
  --navy: #061b3f;
  --navy-deep: #03122d;
  --gold: #c59735;
  --gold-light: #e4c476;
  --gold-pale: #f4ead1;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --sky: #dce8ef;
  --sage: #cbd8cb;
  --line: rgba(16, 38, 67, .14);
  --white-line: rgba(255, 255, 255, .17);
  --shadow: 0 24px 70px rgba(18, 35, 60, .12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-light); color: var(--navy-deep); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  background: var(--paper);
  padding: .75rem 1rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 1rem; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); text-wrap: balance; }
h1 {
  margin-bottom: 1.35rem;
  color: var(--navy-deep);
  font-size: clamp(3.35rem, 7vw, 6.6rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .88;
}
h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .95;
}
h3 { color: var(--navy); font-size: 1.65rem; line-height: 1.05; }
.lede { max-width: 650px; color: var(--ink-soft); font-size: clamp(1rem, 2vw, 1.17rem); }
.serif-italic { font-family: var(--serif); font-style: italic; font-weight: 500; }
.gold-text { color: var(--gold); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
}
.nav-wrap {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--white-line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: inherit;
  text-decoration: none;
}
.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(228,196,118,.55);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.6rem;
}
.brand-mark::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(228,196,118,.28); border-radius: inherit; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; letter-spacing: .02em; }
.brand-copy small { margin-top: .25rem; color: rgba(255,255,255,.64); font-size: .54rem; letter-spacing: .22em; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: 2rem; }
.nav-links a { color: rgba(255,255,255,.8); font-size: .78rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover { color: var(--gold-light); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--white-line); border-radius: 50%; background: transparent; color: #fff; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .82rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .16s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button.gold { background: var(--gold-light); color: var(--navy-deep); box-shadow: 0 12px 32px rgba(197,151,53,.23); }
.button.gold:hover { background: #efd38e; box-shadow: 0 16px 40px rgba(197,151,53,.3); }
.button.ghost { border-color: rgba(255,255,255,.36); color: #fff; }
.button.ghost:hover { background: rgba(255,255,255,.08); }
.button.dark { background: var(--navy); color: #fff; }
.button.dark:hover { background: #0b315e; }
.button.text-link { min-height: auto; padding: 0; border-radius: 0; color: var(--navy); border-bottom: 1px solid var(--gold); }
.button.text-link:hover { transform: none; color: var(--gold); }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 35%, rgba(228,196,118,.19), transparent 22%),
    radial-gradient(circle at 20% 70%, rgba(111,146,166,.16), transparent 27%),
    linear-gradient(135deg, var(--navy-deep), #082652 60%, #061832);
  color: #fff;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .19;
  background-image: radial-gradient(circle, #fff 0 1px, transparent 1.2px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.hero::after {
  content: '';
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -240px;
  height: 360px;
  border-radius: 50%;
  background: var(--ivory);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 900px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: 160px 150px;
}
.hero-copy h1 { color: #fff; }
.hero-copy h1 em { display: block; color: var(--gold-light); font-weight: 500; }
.hero-copy .lede { color: rgba(255,255,255,.76); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.microcopy { margin-top: 1rem; color: rgba(255,255,255,.6); font-size: .76rem; }
.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.halo-rings { position: absolute; width: min(88vw, 510px); aspect-ratio: 1; border: 1px solid rgba(228,196,118,.28); border-radius: 50%; }
.halo-rings::before, .halo-rings::after { content: ''; position: absolute; border: 1px solid rgba(228,196,118,.18); border-radius: 50%; }
.halo-rings::before { inset: 9%; }
.halo-rings::after { inset: 19%; }
.angel-frame {
  position: relative;
  width: min(390px, 88vw);
  padding: 14px;
  border: 1px solid rgba(228,196,118,.45);
  border-radius: 200px 200px 22px 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
  box-shadow: 0 45px 100px rgba(0,0,0,.35), 0 0 90px rgba(228,196,118,.13);
  backdrop-filter: blur(8px);
}
.angel-frame img { width: 100%; aspect-ratio: .94; border-radius: 190px 190px 14px 14px; object-fit: cover; object-position: center top; }
.art-note {
  position: absolute;
  left: -32px;
  bottom: 48px;
  max-width: 230px;
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--gold-light);
  background: rgba(3,18,45,.84);
  color: rgba(255,255,255,.78);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.3;
  backdrop-filter: blur(12px);
}
.hero-index { position: absolute; right: -16px; top: 20%; color: rgba(228,196,118,.75); font-size: .7rem; letter-spacing: .14em; writing-mode: vertical-rl; }

.trust-strip { position: relative; z-index: 10; margin-top: -62px; }
.trust-card { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.trust-item { min-height: 124px; display: grid; align-content: center; gap: .25rem; padding: 1.6rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font-family: var(--serif); font-size: 1.25rem; }
.trust-item span { color: var(--ink-soft); font-size: .78rem; }
.trust-item .symbol { color: var(--gold); font-size: 1.3rem; }

.section { padding: clamp(90px, 11vw, 150px) 0; }
.section.mist { background: #eaf0ef; }
.section.white { background: var(--paper); }
.section.navy { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.section.navy::after { content: ''; position: absolute; width: 650px; height: 650px; right: -250px; bottom: -330px; border: 1px solid rgba(228,196,118,.18); border-radius: 50%; box-shadow: inset 0 0 100px rgba(228,196,118,.04); }
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy .lede { color: rgba(255,255,255,.68); }

.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.chapter { color: var(--gold); font-family: var(--serif); font-size: 5.5rem; line-height: 1; opacity: .8; }
.body-large { color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.25; }
.callout-line { margin-top: 2.2rem; padding-left: 1.5rem; border-left: 1px solid var(--gold); color: var(--ink-soft); }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.path-card { min-height: 330px; display: flex; flex-direction: column; padding: 2rem; background: var(--paper); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.path-card h3 { margin: auto 0 1rem; font-size: 2rem; }
.path-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }

.experience-intro { display: grid; grid-template-columns: 1fr .85fr; gap: 5rem; align-items: end; }
.module-list { margin-top: 4.5rem; border-top: 1px solid var(--white-line); }
.module-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid var(--white-line); }
.module-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(228,196,118,.34); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.module-row h3 { margin: 0 0 .25rem; font-size: 1.45rem; }
.module-row p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.module-tag { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.ceremony-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.orb-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.orb { width: 260px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(197,151,53,.6); border-radius: 50%; background: radial-gradient(circle at 44% 38%, #fffef2 0 2%, #edd995 5%, #c69b3e 15%, #143d66 45%, #061b3f 72%); box-shadow: 0 0 80px rgba(197,151,53,.32), inset 0 0 35px rgba(255,255,255,.2); color: #fff; }
.orb::before, .orb::after { content: ''; position: absolute; border: 1px solid rgba(197,151,53,.32); border-radius: 50%; }
.orb::before { width: 350px; height: 350px; }
.orb::after { width: 450px; height: 450px; opacity: .55; }
.orb span { position: relative; z-index: 2; color: var(--gold-light); font-family: var(--serif); font-size: 3rem; }
.feature-points { display: grid; gap: 1.15rem; margin: 2rem 0 0; }
.feature-point { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; align-items: start; }
.feature-point b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.feature-point strong { display: block; margin-bottom: .1rem; }
.feature-point p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 3.5rem; }
.bonus-card { position: relative; overflow: hidden; min-height: 430px; padding: 2.4rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgba(18,35,60,.08); }
.bonus-card::before { content: attr(data-number); position: absolute; right: 1.5rem; top: .7rem; color: rgba(197,151,53,.12); font-family: var(--serif); font-size: 9rem; line-height: 1; }
.bonus-card .mini { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bonus-card h3 { max-width: 410px; margin: 7rem 0 1rem; font-size: clamp(2rem, 3.4vw, 3rem); }
.bonus-card p { max-width: 500px; color: var(--ink-soft); }

.offer { display: grid; grid-template-columns: 1fr .83fr; gap: 5rem; align-items: center; }
.offer-box { padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(228,196,118,.35); background: rgba(255,255,255,.045); }
.offer-list { list-style: none; display: grid; gap: .8rem; margin: 1.5rem 0 2rem; padding: 0; }
.offer-list li { position: relative; padding-left: 1.7rem; color: rgba(255,255,255,.76); }
.offer-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold-light); }
.offer-note { color: rgba(255,255,255,.52); font-size: .74rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.4rem 2.5rem 1.4rem 0; list-style: none; cursor: pointer; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: .25rem; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; transition: transform .2s var(--ease); }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 700px; padding: 0 2.5rem 1.5rem 0; color: var(--ink-soft); font-size: .92rem; }

.final-cta { position: relative; overflow: hidden; padding: 125px 0; background: #dbe6e5; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 72% 40%, rgba(197,151,53,.3), transparent 23%); }
.final-inner { position: relative; display: grid; grid-template-columns: 1.15fr .55fr; gap: 4rem; align-items: end; }
.final-inner h2 { margin-bottom: 0; }
.final-action { display: grid; gap: 1rem; }
.final-action p { margin: 0; color: var(--ink-soft); font-size: .8rem; }

.site-footer { padding: 70px 0 30px; background: var(--navy-deep); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 4rem; padding-bottom: 3.5rem; }
.footer-brand .brand { margin-bottom: 1.5rem; }
.footer-brand > p { max-width: 390px; color: rgba(255,255,255,.57); font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; }
.company { color: rgba(255,255,255,.55); font-size: .73rem; line-height: 1.7; }
.footer-col h3 { margin-bottom: 1rem; color: var(--gold-light); font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; margin: .55rem 0; color: rgba(255,255,255,.7); font-size: .8rem; text-decoration: none; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.4); font-size: .7rem; }

.cookie-banner { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: min(470px, calc(100% - 40px)); padding: 1.35rem; border: 1px solid rgba(228,196,118,.4); background: rgba(3,18,45,.97); color: #fff; box-shadow: 0 24px 90px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: .4rem; font-family: var(--serif); font-size: 1.35rem; }
.cookie-banner p { margin-bottom: 1rem; color: rgba(255,255,255,.66); font-size: .76rem; }
.cookie-banner a { color: var(--gold-light); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.cookie-actions button { min-height: 40px; padding: .55rem .9rem; }

.legal-hero { padding: 150px 0 80px; background: linear-gradient(135deg, var(--navy-deep), #092853); color: #fff; }
.legal-hero h1 { max-width: 780px; margin: 1rem 0 .8rem; color: #fff; }
.legal-hero p { max-width: 720px; color: rgba(255,255,255,.7); }
.legal-main { padding: 85px 0 110px; }
.legal-grid { display: grid; grid-template-columns: 230px 1fr; gap: clamp(3rem, 8vw, 8rem); }
.legal-meta { position: sticky; top: 32px; align-self: start; color: var(--ink-soft); font-size: .75rem; }
.legal-meta a { display: inline-block; margin-top: 1rem; color: var(--navy); text-decoration-color: var(--gold); }
.legal-content { max-width: 780px; }
.legal-content section { padding: 0 0 2rem; margin: 0 0 2rem; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border: 0; }
.legal-content h2 { font-size: 2rem; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: .93rem; }
.legal-content li { margin-bottom: .5rem; }
.legal-callout { padding: 1.25rem 1.4rem; border-left: 2px solid var(--gold); background: var(--gold-pale); }

.mobile-buy { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; justify-self: end; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-links.open { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 1.5rem; background: rgba(3,18,45,.98); }
  .nav-links.open a { font-family: var(--serif); font-size: 2rem; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 140px 0 180px; }
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 480px; }
  .angel-frame { width: min(360px, 82vw); }
  .art-note { left: 0; }
  .trust-card { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .experience-intro, .ceremony-grid, .offer, .faq-layout, .final-inner, .legal-grid { grid-template-columns: 1fr; }
  .split, .experience-intro, .ceremony-grid, .offer, .faq-layout, .final-inner, .legal-grid { gap: 2.5rem; }
  .chapter { font-size: 4rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 230px; }
  .module-row { grid-template-columns: 70px 1fr; }
  .module-tag { grid-column: 2; }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card { min-height: 350px; }
  .bonus-card h3 { margin-top: 5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-meta { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header .brand-copy small { display: none; }
  .hero-grid { padding-top: 128px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 400px; }
  .art-note { bottom: 10px; max-width: 210px; }
  .trust-card { grid-template-columns: 1fr; }
  .trust-item { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .path-card { padding: 1.6rem; }
  .module-row { grid-template-columns: 54px 1fr; gap: 1rem; }
  .module-icon { width: 44px; height: 44px; }
  .orb-visual { min-height: 390px; }
  .orb { width: 190px; }
  .orb::before { width: 260px; height: 260px; }
  .orb::after { width: 330px; height: 330px; }
  .bonus-card { padding: 1.6rem; }
  .offer-box { padding: 1.6rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-buy { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: block; }
  .mobile-buy .button { width: 100%; box-shadow: 0 14px 45px rgba(3,18,45,.28); }
  .cookie-banner { bottom: 78px; }
  body { padding-bottom: 70px; }
  .legal-hero { padding-top: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
