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

:root {
  --ink: #030a12;
  --navy: #071526;
  --navy-soft: #0b1d31;
  --gold: #c99a3b;
  --gold-light: #f4c969;
  --parchment: #f4efe3;
  --muted: #9ba7b5;
  --line: rgba(201, 154, 59, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--parchment);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--ink); }
.skip-link { background: var(--gold-light); color: var(--ink); left: 12px; padding: 12px 18px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }
[hidden] { display: none !important; }
.website-field { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.form-note { color: #9c2e34; font-size: 12px; line-height: 1.5; margin: 16px 0 0; min-height: 18px; text-align: center; }
.button:disabled { cursor: wait; opacity: .65; }
.button.is-loading span { animation: orbit 1s linear infinite; display: inline-block; }
.privacy-note a, .consent a { color: #8d621d; text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  align-items: center;
  background: rgba(3, 10, 18, .88);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 112px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 78px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(18px);
}
.brand { align-items: center; display: flex; gap: 18px; }
.brand img { height: 78px; width: 78px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; gap: 5px; }
.brand small, .eyebrow {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.brand strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 500;
}
nav { align-items: center; display: flex; gap: clamp(22px, 2.5vw, 42px); }
nav a { font-size: 12px; position: relative; }
nav a:not(.nav-cta)::after {
  background: var(--gold);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
  width: 100%;
}
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { border: 1px solid var(--gold); color: var(--gold-light); letter-spacing: .12em; padding: 15px 20px; text-transform: uppercase; transition: .25s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  min-height: 900px;
  padding: 220px clamp(28px, 5.5vw, 80px) 40px;
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(3,10,18,.96) 45%, rgba(3,10,18,.5) 73%, rgba(3,10,18,.25)),
    radial-gradient(circle at 80% 70%, rgba(201,154,59,.13), transparent 35%),
    var(--ink);
}
.hero::before, .portal::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero::before {
  background-image:
    linear-gradient(rgba(201,154,59,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,154,59,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 35%, #000 70%);
}
.hero-copy { position: relative; z-index: 3; max-width: 780px; }
.hero h1, h2, blockquote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .94;
}
.hero h1 { font-size: clamp(58px, 6.3vw, 94px); margin: 26px 0 34px; }
.hero h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-intro { color: #c1c8d0; font-size: 17px; line-height: 1.8; max-width: 540px; }
.hero-actions { align-items: center; display: flex; gap: 36px; margin-top: 34px; }
.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 24px;
  justify-content: center;
  letter-spacing: .13em;
  min-height: 58px;
  padding: 0 28px;
  text-transform: uppercase;
  transition: transform .25s, box-shadow .25s;
}
.button:hover, .button:focus-visible { box-shadow: 0 8px 32px rgba(244,201,105,.23); transform: translateY(-2px); }
.button-gold { background: linear-gradient(120deg, var(--gold), var(--gold-light)); color: var(--ink); }
.text-link {
  background: none;
  border: 0;
  color: var(--parchment);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  padding: 0 0 7px;
  position: relative;
  text-transform: uppercase;
}
.text-link::after { background: var(--gold); bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transition: width .25s; width: 35%; }
.text-link:hover::after { width: 100%; }
.text-link span { color: var(--gold-light); font-size: 18px; margin-left: 10px; }

.portal { inset: 120px 0 95px 47%; overflow: hidden; position: absolute; z-index: 1; }
.portal::before { background: radial-gradient(circle at 72% 68%, rgba(244,201,105,.2), transparent 24%); }
.portal-door {
  border: 1px solid rgba(201,154,59,.5);
  bottom: 16%;
  box-shadow: 0 0 90px rgba(244,201,105,.12);
  height: 66%;
  left: 62%;
  overflow: hidden;
  position: absolute;
  transform: perspective(800px) rotateY(-4deg);
  width: 15%;
}
.portal-light {
  animation: portalPulse 5s ease-in-out infinite;
  background: linear-gradient(90deg, #5f3b13, #ffd77c 40%, #fff2c1 60%, #a8691e);
  box-shadow: 0 0 60px #e9a943;
  height: 100%;
  width: 100%;
}
.horizon { background: linear-gradient(90deg, transparent, var(--gold-light), transparent); bottom: 16%; height: 1px; left: 20%; position: absolute; width: 75%; }
.orbit { border: 1px solid rgba(201,154,59,.28); border-radius: 50%; position: absolute; }
.orbit::after { background: var(--gold-light); border-radius: 50%; content: ""; height: 7px; left: 9%; position: absolute; top: 25%; width: 7px; }
.orbit-one { animation: orbit 42s linear infinite; height: 620px; left: 18%; top: 4%; width: 620px; }
.orbit-two { animation: orbit 55s linear infinite reverse; height: 450px; left: 32%; top: 15%; width: 450px; }
.star { background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 10px var(--gold-light); height: 3px; position: absolute; width: 3px; }
.star-one { left: 27%; top: 32%; }.star-two { left: 84%; top: 24%; }.star-three { left: 48%; top: 76%; }

.hero-proof {
  align-self: end;
  border-top: 1px solid var(--line);
  bottom: 32px;
  display: grid;
  gap: 28px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  left: clamp(28px, 5.5vw, 80px);
  padding-top: 23px;
  position: absolute;
  right: clamp(28px, 5.5vw, 80px);
  z-index: 4;
}
.hero-proof > div { align-items: center; display: flex; gap: 16px; }
.hero-proof > div + div { border-left: 1px solid var(--line); padding-left: 34px; }
.hero-proof svg, .value-grid svg, .quote-section svg { fill: none; height: 42px; stroke: var(--gold); stroke-width: 1; width: 42px; }
.hero-proof span:not(.mini-seal):not(.maple) { display: flex; flex-direction: column; gap: 6px; }
.hero-proof small { color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.hero-proof strong { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.mini-seal { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); display: flex; font-family: "Cormorant Garamond"; font-size: 24px; height: 42px; justify-content: center; width: 42px; }
.maple { color: #9f2f35; font-size: 24px; }

.section { padding: 120px clamp(28px, 7vw, 110px); }
.section-kicker {
  align-items: center;
  border-bottom: 1px solid rgba(244,239,227,.16);
  color: var(--muted);
  display: flex;
  font-size: 10px;
  gap: 16px;
  letter-spacing: .2em;
  margin-bottom: 84px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.section-kicker span { color: var(--gold); }
.intro-section { background: var(--parchment); color: var(--ink); }
.intro-grid, .values-heading, .journey-title, .faq-grid, .contact-section { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }
h2 { font-size: clamp(50px, 5.4vw, 78px); margin: 20px 0; }
.intro-section h2 em { color: #8d621d; }
.intro-copy { padding-top: 25px; }
.intro-copy p, .values-heading > p, .journey-title > p, .faq-grid > div > p, .contact-copy > p {
  color: #5e6873;
  line-height: 1.9;
}
.intro-copy .lead { color: var(--ink); font-family: "Cormorant Garamond"; font-size: 27px; line-height: 1.4; }
.intro-copy .text-link { color: var(--ink); display: inline-block; margin-top: 22px; }

.values-section { background: var(--navy); }
.values-heading { align-items: end; }
.values-heading > p { color: var(--muted); max-width: 510px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; }
.value-grid article { border: 1px solid rgba(244,239,227,.14); min-height: 390px; padding: 38px; position: relative; transition: background .3s, transform .3s; }
.value-grid article + article { border-left: 0; }
.value-grid article:hover { background: rgba(244,201,105,.05); transform: translateY(-5px); }
.value-number { color: var(--gold); float: right; font-size: 10px; letter-spacing: .2em; }
.value-grid svg { height: 65px; margin: 60px 0 30px; width: 65px; }
.value-grid h3, .timeline h3, form h3 { font-family: "Cormorant Garamond"; font-size: 34px; font-weight: 500; margin: 0 0 14px; }
.value-grid p, .timeline p { color: var(--muted); font-size: 14px; line-height: 1.8; }

.eligibility-section { display: grid; grid-template-columns: 46% 54%; padding: 0; }
.eligibility-art { background: radial-gradient(circle at 50% 45%, #182d43, var(--ink) 64%); min-height: 900px; overflow: hidden; position: relative; }
.eligibility-art::before, .eligibility-art::after { border: 1px solid var(--line); border-radius: 50%; content: ""; height: 520px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 520px; }
.eligibility-art::after { height: 680px; width: 680px; }
.eligibility-art img { filter: drop-shadow(0 20px 45px rgba(0,0,0,.65)); left: 50%; max-width: 430px; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 72%; z-index: 2; }
.vertical-light { background: linear-gradient(180deg, transparent, rgba(244,201,105,.6), transparent); height: 100%; left: 50%; position: absolute; width: 1px; }
.eligibility-copy { background: #07111e; padding: 100px clamp(34px, 7vw, 110px); }
.eligibility-copy .section-kicker { margin-bottom: 65px; }
.eligibility-copy > p:not(.eyebrow):not(.fine-print) { color: var(--muted); line-height: 1.8; }
.eligibility-copy ul { list-style: none; margin: 30px 0; padding: 0; }
.eligibility-copy li { border-top: 1px solid rgba(244,239,227,.14); font-size: 13px; letter-spacing: .04em; padding: 16px 0 16px 32px; position: relative; }
.eligibility-copy li::before { color: var(--gold-light); content: "◇"; left: 3px; position: absolute; }
.fine-print { color: #728091; font-size: 11px; line-height: 1.7; }

.journey-section { background: var(--parchment); color: var(--ink); }
.journey-section .section-kicker { border-color: rgba(3,10,18,.15); }
.journey-section h2 em { color: #8d621d; }
.journey-title { align-items: end; }
.journey-title > p { max-width: 520px; }
.timeline { border-top: 1px solid rgba(3,10,18,.18); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; }
.timeline article { min-height: 320px; padding: 34px 30px 20px 0; }
.timeline article + article { border-left: 1px solid rgba(3,10,18,.18); padding-left: 30px; }
.step-number { align-items: center; background: var(--ink); border-radius: 50%; color: var(--gold-light); display: flex; height: 44px; justify-content: center; margin: -57px 0 42px; width: 44px; }
.timeline h3 { color: var(--ink); font-size: 28px; }
.timeline p { color: #5e6873; }
.journey-note { align-items: center; border: 1px solid rgba(3,10,18,.17); display: flex; justify-content: center; gap: 30px; padding: 23px; }
.journey-note span { font-family: "Cormorant Garamond"; font-size: 21px; }
.journey-note i { color: #9b6b1f; font-style: normal; }

.quote-section { align-items: center; background: radial-gradient(circle at 50% 50%, #10243a, var(--ink) 70%); display: flex; flex-direction: column; min-height: 590px; padding: 90px 20px; text-align: center; }
.quote-section svg { height: 75px; margin-bottom: 45px; width: 75px; }
blockquote { font-size: clamp(44px, 5vw, 72px); margin: 0; max-width: 1050px; }
.quote-section p { color: var(--gold); font-size: 10px; letter-spacing: .2em; margin-top: 35px; text-transform: uppercase; }

.faq-section { background: var(--navy); }
.faq-grid > div:first-child > p:last-child { color: var(--muted); max-width: 460px; }
.accordions details { border-top: 1px solid rgba(244,239,227,.18); }
.accordions details:last-child { border-bottom: 1px solid rgba(244,239,227,.18); }
.accordions summary { cursor: pointer; font-family: "Cormorant Garamond"; font-size: 23px; list-style: none; padding: 25px 45px 25px 0; position: relative; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary span { color: var(--gold-light); font-family: "Manrope"; font-size: 22px; font-weight: 300; position: absolute; right: 6px; transition: transform .2s; }
.accordions details[open] summary span { transform: rotate(45deg); }
.accordions details p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: -5px 40px 25px 0; }

.contact-section { background: #06101d; border-top: 1px solid var(--line); }
.contact-copy { align-self: center; }
.privacy-note { align-items: flex-start; border-top: 1px solid rgba(244,239,227,.15); display: flex; gap: 18px; margin-top: 45px; padding-top: 26px; }
.privacy-note > span { color: var(--gold-light); }
.privacy-note p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.privacy-note strong { color: var(--parchment); font-size: 13px; }
form { background: var(--parchment); color: var(--ink); min-height: 600px; padding: clamp(28px, 4vw, 58px); }
.field-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
label { color: #28323c; display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-bottom: 23px; text-transform: uppercase; }
label small { color: #7a838b; float: right; font-size: 9px; }
input, textarea { background: transparent; border: 0; border-bottom: 1px solid #a5a39c; border-radius: 0; color: var(--ink); display: block; margin-top: 10px; outline: none; padding: 10px 2px; resize: vertical; width: 100%; }
input:focus, textarea:focus { border-color: #9b6b1f; box-shadow: 0 1px #9b6b1f; }
.consent { align-items: flex-start; display: flex; font-size: 10px; font-weight: 500; gap: 10px; letter-spacing: 0; text-transform: none; }
.consent input { accent-color: var(--gold); margin: 2px 0 0; width: auto; }
form .button { width: 100%; }
.form-success { display: flex; flex-direction: column; height: 100%; justify-content: center; min-height: 480px; text-align: center; }
.form-success > span { align-items: center; border: 1px solid #9b6b1f; border-radius: 50%; color: #9b6b1f; display: flex; font-size: 30px; height: 72px; justify-content: center; margin: 0 auto 28px; width: 72px; }
.form-success p { color: #606a72; line-height: 1.8; }
.form-success .text-link { color: var(--ink); margin: 20px auto; }

footer { background: #02070d; display: grid; gap: 50px; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 70px clamp(28px, 7vw, 110px) 35px; position: relative; }
.footer-brand { align-items: center; display: flex; gap: 20px; }
.footer-brand img { height: 96px; width: 96px; }
.footer-brand span { display: flex; flex-direction: column; gap: 12px; }
.footer-brand strong { font-family: "Cormorant Garamond"; font-size: 22px; font-weight: 500; }
.footer-brand small { color: var(--gold); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
footer h3 { color: var(--gold); font-size: 10px; letter-spacing: .15em; margin: 0 0 20px; text-transform: uppercase; }
footer > div:not(.footer-brand):not(.footer-mark) a { color: var(--muted); display: block; font-size: 12px; margin: 12px 0; }
footer a:hover { color: var(--gold-light) !important; }
.footer-mark { align-items: center; display: flex; justify-content: center; opacity: .5; position: relative; }
.footer-mark svg { fill: none; height: 100px; stroke: var(--gold); stroke-width: 1; width: 100px; }
.footer-mark span { font-family: "Cormorant Garamond"; font-size: 22px; position: absolute; }
.copyright { border-top: 1px solid rgba(244,239,227,.1); color: #596573; font-size: 9px; grid-column: 1/-1; letter-spacing: .1em; margin: 20px 0 0; padding-top: 25px; text-transform: uppercase; }

.privacy-page { background: var(--ink); }
.privacy-page main { margin: 0 auto; max-width: 940px; padding: 50px 28px 100px; }
.privacy-brand { align-items: center; display: inline-flex; font-family: "Cormorant Garamond", serif; font-size: 22px; gap: 16px; margin-bottom: 80px; }
.privacy-brand img { height: 70px; width: 70px; }
.privacy-content { background: var(--parchment); color: var(--ink); padding: clamp(32px, 7vw, 85px); }
.privacy-content h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(55px, 8vw, 86px); font-weight: 500; margin: 18px 0 6px; }
.privacy-content h2 { color: #8d621d; font-size: 30px; line-height: 1.2; margin: 42px 0 12px; }
.privacy-content p { color: #4e5964; line-height: 1.85; }
.privacy-content .updated { color: #7a838b; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-content a:not(.button) { color: #8d621d; text-decoration: underline; }
.privacy-content .button { margin-top: 35px; }

@keyframes portalPulse { 50% { filter: brightness(1.2); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .brand strong { display: none; }
  nav { gap: 20px; }
  .hero { grid-template-columns: 62% 38%; }
  .value-grid article { padding: 28px; }
}

@media (max-width: 820px) {
  .site-header { height: 88px; position: absolute; }
  .brand img { height: 62px; width: 62px; }
  .brand small { font-size: 8px; }
  .menu-toggle { background: none; border: 0; display: block; height: 40px; position: relative; width: 42px; z-index: 22; }
  .menu-toggle span { background: var(--gold-light); height: 1px; left: 7px; position: absolute; top: 15px; width: 28px; }
  .menu-toggle span + span { top: 24px; width: 20px; }
  nav { align-items: stretch; background: rgba(3,10,18,.98); display: flex; flex-direction: column; gap: 0; left: 0; opacity: 0; padding: 110px 28px 35px; pointer-events: none; position: fixed; right: 0; top: 0; transform: translateY(-20px); transition: .25s; }
  nav.nav-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  nav a { border-bottom: 1px solid rgba(244,239,227,.1); font-family: "Cormorant Garamond"; font-size: 24px; padding: 14px 0; }
  .nav-cta { border: 1px solid var(--gold); font-family: "Manrope"; font-size: 10px; margin-top: 22px; padding: 16px; text-align: center; }
  .hero { display: block; min-height: 940px; padding-top: 160px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero h1 { font-size: clamp(50px, 12vw, 72px); }
  .hero-intro { font-size: 15px; max-width: 85%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .portal { bottom: 145px; inset: auto -30% 110px 25%; opacity: .7; top: 420px; }
  .hero-proof { gap: 12px; grid-template-columns: 1fr; }
  .hero-proof > div { display: none; }
  .hero-proof > div:nth-child(2) { border: 0; display: flex; padding: 0; }
  .section { padding-bottom: 80px; padding-top: 80px; }
  .section-kicker { margin-bottom: 55px; }
  .intro-grid, .values-heading, .journey-title, .faq-grid, .contact-section { gap: 35px; grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .value-grid article + article { border-left: 1px solid rgba(244,239,227,.14); border-top: 0; }
  .eligibility-section { grid-template-columns: 1fr; }
  .eligibility-art { min-height: 540px; }
  .eligibility-copy { padding: 75px 28px; }
  .timeline { gap: 0; grid-template-columns: 1fr; margin-top: 45px; }
  .timeline article, .timeline article + article { border-left: 1px solid rgba(3,10,18,.18); min-height: auto; padding: 0 0 42px 45px; }
  .step-number { margin: 0; position: absolute; transform: translateX(-67px); }
  .journey-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .journey-note i { transform: rotate(90deg); }
  .quote-section { min-height: 520px; }
  .faq-grid { gap: 55px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .brand small { max-width: 200px; }
  .hero { min-height: 900px; padding-left: 22px; padding-right: 22px; }
  .hero h1 { font-size: 52px; }
  .hero-intro { max-width: 100%; }
  .hero-actions .button { width: 100%; }
  .portal { left: 10%; opacity: .55; top: 470px; }
  h2 { font-size: 48px; }
  .field-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: 1; }
  .footer-mark { display: none; }
}

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