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

:root {
  --midnight: #07131f;
  --midnight-2: #0d1d2c;
  --midnight-3: #13283a;
  --paper: #fbf7ee;
  --parchment: #efe3c8;
  --ink: #182631;
  --muted: #66737a;
  --gold: #c99a3d;
  --gold-bright: #f1cb68;
  --gold-pale: #f7e7b7;
  --blue: #5f86a8;
  --green: #9bd449;
  --line: rgba(24, 38, 49, .14);
  --light-line: rgba(255, 255, 255, .12);
  --shadow: 0 30px 90px rgba(3, 15, 24, .18);
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Manrope', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-seal { width: 38px; height: 38px; position: relative; display: grid; place-items: center; border: 1px solid rgba(241,203,104,.55); border-radius: 50%; }
.brand-seal::before { content: '✦'; color: var(--gold-bright); font-size: 14px; }
.brand-seal::after { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(241,203,104,.25); border-radius: inherit; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 12px 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.47); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.main-nav a:hover { color: #fff; }
.main-nav .nav-cta { padding: 10px 16px; color: var(--midnight); background: var(--gold-bright); border-radius: 999px; font-weight: 700; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ''; display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .18s var(--ease), opacity .18s var(--ease); }

.hero { position: relative; overflow: hidden; min-height: 850px; color: #fff; background: var(--midnight); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 38%, rgba(95,134,168,.18), transparent 33%), linear-gradient(110deg, rgba(7,19,31,.92) 0%, rgba(7,19,31,.74) 48%, rgba(7,19,31,.25) 100%); z-index: 1; }
.hero::after { content: ''; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); z-index: 1; }
.hero-bg { position: absolute; inset: 0 0 0 auto; width: min(62%, 920px); height: 100%; object-fit: cover; object-position: center; opacity: .94; }
.hero-inner { min-height: 850px; padding: 158px 0 90px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .72fr; align-items: center; gap: 60px; }
.hero-copy { max-width: 730px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--gold-bright); font: 700 10px 'Manrope', sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; }
h1 { margin: 22px 0 22px; font: 600 clamp(56px, 7.6vw, 102px)/.88 'Cormorant Garamond', serif; letter-spacing: -.045em; }
h1 span { display: block; color: var(--gold-bright); }
.hero-lede { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.55vw, 20px); }
.hero-quote { max-width: 620px; margin: 0 0 30px; padding-left: 20px; border-left: 1px solid rgba(241,203,104,.55); color: var(--gold-pale); font: italic 500 20px/1.45 'Cormorant Garamond', serif; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn { min-height: 55px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--gold-bright); color: var(--midnight); font: 700 13px 'Manrope', sans-serif; text-decoration: none; box-shadow: 0 12px 30px rgba(241,203,104,.16); transition: transform .16s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); }
.btn:hover { transform: translateY(-2px); background: #f7d67d; box-shadow: 0 18px 38px rgba(241,203,104,.24); }
.btn:active { transform: scale(.97); }
.btn.secondary { color: #fff; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.24); box-shadow: none; }
.btn.dark { color: #fff; background: var(--midnight); }
.micro { margin-top: 16px; color: rgba(255,255,255,.45); font-size: 11px; }
.hero-aside { align-self: end; justify-self: end; width: 260px; margin-bottom: 44px; }
.hero-note { padding: 24px; border: 1px solid rgba(255,255,255,.16); background: rgba(5,19,31,.68); backdrop-filter: blur(16px); }
.hero-note strong { display: block; color: var(--gold-bright); font: 600 34px 'Cormorant Garamond', serif; }
.hero-note span { display: block; color: rgba(255,255,255,.64); font-size: 12px; }
.hero-note + .hero-note { margin-top: 10px; }

.trust { color: #fff; background: var(--midnight-2); border-top: 1px solid var(--light-line); }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 20px 26px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--light-line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(241,203,104,.28); color: var(--gold-bright); border-radius: 50%; font-size: 13px; }
.trust-item strong { display: block; font-size: 12px; }
.trust-item span { display: block; color: rgba(255,255,255,.48); font-size: 10px; }

.section { padding: 104px 0; }
.section.soft { background: #f0e9da; }
.section.dark { color: #fff; background: var(--midnight); }
.section-header { max-width: 760px; margin-bottom: 52px; }
.section-header.center { margin-inline: auto; text-align: center; }
.kicker { margin: 0 0 14px; color: #9a7129; font: 700 10px 'Manrope', sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.section.dark .kicker { color: var(--gold-bright); }
h2 { margin-bottom: 18px; font: 600 clamp(40px, 5.4vw, 68px)/.98 'Cormorant Garamond', serif; letter-spacing: -.035em; }
.section-header p { margin: 0; color: var(--muted); font-size: 17px; }
.section.dark .section-header p { color: rgba(255,255,255,.62); }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.intro-image { position: relative; }
.intro-image::before { content: ''; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(201,154,61,.45); }
.intro-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; position: relative; z-index: 1; box-shadow: var(--shadow); }
.intro-copy .lead { color: var(--ink); font: 500 26px/1.35 'Cormorant Garamond', serif; }
.intro-copy p { color: var(--muted); }
.mini-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mini-list li { padding: 17px 0 17px 34px; position: relative; border-bottom: 1px solid var(--line); color: var(--muted); }
.mini-list li::before { content: '✦'; position: absolute; left: 3px; top: 17px; color: var(--gold); }

.module-list { border-top: 1px solid var(--line); }
.module-row { display: grid; grid-template-columns: 80px .8fr 1.4fr; gap: 28px; padding: 27px 0; align-items: center; border-bottom: 1px solid var(--line); transition: padding .18s var(--ease), background .18s var(--ease); }
.module-row:hover { padding-left: 14px; background: rgba(255,255,255,.42); }
.module-number { color: var(--gold); font: 600 16px 'Cormorant Garamond', serif; letter-spacing: .1em; }
.module-row h3 { margin: 0; font: 600 27px 'Cormorant Garamond', serif; }
.module-row p { margin: 0; color: var(--muted); font-size: 14px; }

.rhythm-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.rhythm-sticky { position: sticky; top: 36px; }
.rhythm-sticky p { color: rgba(255,255,255,.62); }
.mission-list { margin: 0; padding: 0; list-style: none; counter-reset: missions; }
.mission-list li { counter-increment: missions; min-height: 84px; padding: 20px 0 20px 72px; position: relative; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.67); }
.mission-list li::before { content: counter(missions, decimal-leading-zero); position: absolute; left: 0; top: 18px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(241,203,104,.32); border-radius: 50%; color: var(--gold-bright); font: 700 11px 'Manrope', sans-serif; }
.mission-list strong { display: block; color: #fff; font-size: 14px; }
.mission-list span { font-size: 12px; }

.portal-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.portal-card { min-height: 250px; padding: 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.portal-card:nth-child(1), .portal-card:nth-child(4) { grid-column: span 7; }
.portal-card:nth-child(2), .portal-card:nth-child(3) { grid-column: span 5; }
.portal-card::after { content: attr(data-symbol); position: absolute; right: 16px; bottom: -28px; color: rgba(201,154,61,.10); font: 700 104px 'Cormorant Garamond', serif; }
.portal-card small { color: #9a7129; font: 700 10px 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.portal-card h3 { margin: 26px 0 10px; font: 600 31px/1.05 'Cormorant Garamond', serif; }
.portal-card p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; }
.portal-card .tag { margin-top: auto; padding-top: 26px; color: #9a7129; font-size: 11px; font-weight: 700; }

.progress-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: center; }
.progress-visual { position: relative; min-height: 530px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle, rgba(95,134,168,.25), transparent 55%), rgba(255,255,255,.025); }
.orbe { width: 170px; height: 170px; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #b7e5ff, #735ac1 31%, #172e53 65%, #07131f 72%); box-shadow: 0 0 45px rgba(113,146,255,.42), 0 0 110px rgba(241,203,104,.18); }
.orbe::before, .orbe::after { content: ''; position: absolute; inset: -32px; border: 1px solid rgba(241,203,104,.28); border-radius: 50%; }
.orbe::after { inset: -80px; border-style: dashed; opacity: .55; }
.orbe span { font-size: 46px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); }
.progress-stats { position: absolute; left: 24px; right: 24px; bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.progress-stat { padding: 14px; background: rgba(5,19,31,.78); border: 1px solid rgba(255,255,255,.1); text-align: center; }
.progress-stat strong { display: block; color: var(--gold-bright); font: 600 25px 'Cormorant Garamond', serif; }
.progress-stat span { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.progress-copy p { color: rgba(255,255,255,.63); }
.progress-points { margin-top: 30px; }
.progress-point { padding: 17px 0; display: grid; grid-template-columns: 44px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.1); }
.progress-point:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.progress-point span:first-child { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(241,203,104,.3); border-radius: 50%; color: var(--gold-bright); }
.progress-point strong { display: block; color: #fff; font-size: 13px; }
.progress-point small { color: rgba(255,255,255,.46); }

.gifts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gift { min-height: 440px; padding: 38px; display: flex; flex-direction: column; position: relative; overflow: hidden; color: #fff; background: linear-gradient(150deg, var(--midnight-2), var(--midnight)); }
.gift:first-child { background-image: linear-gradient(150deg, rgba(7,19,31,.1), rgba(7,19,31,.94)), url('/assets/ritual-fe-hero.webp'); background-size: cover; background-position: center; }
.gift-label { color: var(--gold-bright); font: 700 10px 'Manrope', sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.gift h3 { max-width: 460px; margin: auto 0 14px; font: 600 42px/1 'Cormorant Garamond', serif; }
.gift p { max-width: 520px; margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.gift-list { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 9px 18px; list-style: none; }
.gift-list li { color: rgba(255,255,255,.67); font-size: 11px; }
.gift-list li::before { content: '·'; margin-right: 7px; color: var(--gold-bright); }

.offer { position: relative; overflow: hidden; padding: 70px; color: #fff; background: linear-gradient(125deg, #10273a, #07131f 70%); box-shadow: var(--shadow); }
.offer::before { content: '✦'; position: absolute; right: 6%; top: 3%; color: rgba(241,203,104,.08); font: 400 250px 'Cormorant Garamond', serif; }
.offer > * { position: relative; z-index: 1; }
.offer h2 { max-width: 750px; }
.offer p { max-width: 700px; color: rgba(255,255,255,.64); }
.offer-tags { margin: 28px 0 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.offer-tags span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 10px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font: 700 15px 'Manrope', sans-serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 22px; font-weight: 400; transition: transform .18s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 44px 24px 0; color: var(--muted); font-size: 14px; }
.disclaimer { margin-top: 36px; padding: 24px; border-left: 3px solid var(--gold); background: #fff8e9; color: #625845; font-size: 12px; }

.site-footer { padding: 76px 0 24px; color: #fff; background: #061725; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .9fr 1fr; gap: 56px; }
.footer-intro p { max-width: 430px; margin: 26px 0; color: rgba(255,255,255,.54); font-size: 13px; }
.kiwify-badge { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; }
.kiwify-badge svg { width: 18px; height: 18px; stroke: currentColor; }
.footer-col h3 { margin: 4px 0 20px; color: rgba(255,255,255,.36); font: 600 10px 'Manrope', sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.58); font-size: 12px; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-company { margin-top: 58px; padding: 26px 0; display: grid; grid-template-columns: .95fr 1.35fr .7fr; gap: 28px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 10px; }
.footer-company strong { color: rgba(255,255,255,.63); }
.footer-company a { color: var(--green); text-decoration: none; }
.footer-bottom { padding-top: 24px; display: grid; grid-template-columns: .7fr 1.5fr; gap: 50px; color: rgba(255,255,255,.25); font-size: 9px; }

.legal-header { position: relative; color: #fff; background: var(--midnight); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-header .site-header { position: relative; }
.legal-back { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.legal-back:hover { color: #fff; }
.legal-hero { padding: 82px 0 70px; background: #ede4d2; border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { color: #9a7129; }
.legal-hero h1 { margin: 18px 0 14px; color: var(--ink); font-size: clamp(48px,7vw,82px); }
.legal-hero p { color: var(--muted); }
.legal-content { padding: 74px 0 105px; }
.legal-content article { color: var(--muted); }
.legal-content h2 { margin-top: 48px; color: var(--ink); font-size: 36px; }
.legal-content h3 { margin-top: 30px; color: var(--ink); font: 700 16px 'Manrope', sans-serif; }
.legal-content a { color: #8c6524; }
.legal-content ul { padding-left: 22px; }

.cookie-banner { position: fixed; z-index: 100; left: 18px; right: 18px; bottom: 18px; max-width: 920px; margin: auto; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.7); background: rgba(5,18,29,.97); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 20px 60px rgba(0,0,0,.34); font-size: 11px; backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; }
.cookie-banner a { color: var(--gold-bright); }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { min-height: 36px; min-width: 92px; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: transparent; cursor: pointer; }
.cookie-actions .accept { color: var(--midnight); border-color: var(--gold-bright); background: var(--gold-bright); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr .45fr; }
  .trust-grid { 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(--light-line); }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 30px; }
  .footer-company { grid-template-columns: 1fr 1.2fr; }
  .footer-company a { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand-copy small { display: none; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 70px 0 auto; padding: 24px 20px 30px; display: none; align-items: stretch; flex-direction: column; gap: 18px; color: #fff; background: rgba(7,19,31,.98); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 14px; }
  .main-nav .nav-cta { text-align: center; }
  .hero, .hero-inner { min-height: 920px; }
  .hero-bg { width: 100%; opacity: .48; object-position: 64% center; }
  .hero::before { background: linear-gradient(to bottom, rgba(7,19,31,.94) 0%, rgba(7,19,31,.88) 54%, rgba(7,19,31,.52) 100%); }
  .hero-inner { padding: 130px 0 72px; grid-template-columns: 1fr; align-content: center; gap: 34px; }
  h1 { font-size: clamp(54px,16vw,76px); }
  .hero-aside { width: 100%; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-note + .hero-note { margin-top: 0; }
  .section { padding: 76px 0; }
  .intro-grid, .rhythm-wrap, .progress-grid { grid-template-columns: 1fr; gap: 46px; }
  .intro-image { width: min(88%, 480px); margin-inline: auto; }
  .rhythm-sticky { position: static; }
  .module-row { grid-template-columns: 52px 1fr; gap: 16px; }
  .module-row p { grid-column: 2; }
  .portal-card, .portal-card:nth-child(n) { grid-column: span 12; }
  .gifts-grid { grid-template-columns: 1fr; }
  .offer { padding: 42px 25px; }
  .footer-grid { grid-template-columns: repeat(3,1fr); gap: 34px 22px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-company, .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-company a { grid-column: auto; }
  .cookie-banner { align-items: flex-start; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
}

@media (max-width: 470px) {
  .legal-hero h1 { font-size: clamp(43px, 13vw, 58px); overflow-wrap: anywhere; }
  .cta-row .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--light-line); }
  .hero-aside { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
  .progress-stats { grid-template-columns: 1fr; }
  .progress-visual { min-height: 620px; }
  .gift-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s var(--ease), transform .58s var(--ease); }
  .reveal.visible { opacity: 1; transform: none; }
}
