:root {
  --ink: #102334;
  --navy: #071a2d;
  --deep: #061421;
  --cream: #f3efe5;
  --paper: #faf8f1;
  --gold: #c4a46c;
  --red: #a83d2c;
  --jade: #728a7b;
  --line: rgba(16, 35, 52, 0.18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 80px); color: #fff;
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }
.wordmark-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
nav a { opacity: .82; transition: opacity .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.62); padding: 13px 18px; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; background: var(--navy); color: #fff; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,16,29,.5) 0%, transparent 26%, transparent 55%, rgba(3,15,26,.64) 100%); }
.hero-content { position: absolute; z-index: 2; left: clamp(24px, 6.5vw, 106px); bottom: clamp(44px, 8vh, 100px); max-width: 460px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; }
.hero-intro { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.35; }
.button { display: inline-flex; gap: 28px; align-items: center; justify-content: space-between; padding: 15px 18px; min-width: 230px; border: 1px solid currentColor; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; transition: background .2s, color .2s; }
.button-light:hover, .button-light:focus-visible { background: #fff; color: var(--navy); }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 52px; display: flex; gap: 18px; font-size: 9px; letter-spacing: .18em; opacity: .65; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.intro { padding: 140px 0 80px; }
.section-kicker { display: flex; gap: 14px; align-items: center; margin-bottom: 56px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker span { color: var(--red); }
.section-kicker::after { content: ""; width: 66px; height: 1px; background: currentColor; opacity: .42; }
.section-kicker.light { color: rgba(255,255,255,.7); }
.section-kicker.light span { color: #e58969; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11vw; align-items: start; }
h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(48px, 6.3vw, 86px); line-height: .98; letter-spacing: -.045em; }
h2 em { color: var(--red); font-weight: 400; }
.intro-copy { padding-top: 8px; font-size: 16px; line-height: 1.8; color: #4a5964; }
.intro-copy p { margin: 0 0 24px; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 140px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--paper); }
.service-card.featured { color: #fff; background: var(--red); }
.service-number { font-size: 10px; letter-spacing: .18em; opacity: .7; }
.service-card h3 { margin: 0 0 14px; font-family: var(--serif); font-weight: 400; font-size: 30px; }
.service-card p { margin: 0; max-width: 290px; font-size: 14px; line-height: 1.7; opacity: .72; }
.service-glyph { position: absolute; top: 40px; right: -20px; font-family: var(--serif); font-size: 170px; line-height: 1; opacity: .12; }
.service-icon { position: absolute; top: 30px; right: 30px; font-size: 23px; font-family: var(--serif); color: var(--gold); }

.destinations { padding: 132px 0 150px; color: #fff; background: var(--navy); }
.section-heading { margin-bottom: 80px; }
.heading-row { display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: end; }
.heading-row p { margin: 0 0 6px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.destination-list { border-top: 1px solid rgba(255,255,255,.18); }
.destination-card { position: relative; display: grid; grid-template-columns: 80px 1fr 320px; gap: 28px; align-items: center; min-height: 176px; padding: 22px 8px; border-bottom: 1px solid rgba(255,255,255,.18); overflow: hidden; transition: background .25s ease, padding .25s ease; }
.destination-card:hover { padding-left: 24px; background: rgba(255,255,255,.04); }
.destination-index { align-self: start; padding-top: 12px; font-size: 10px; letter-spacing: .16em; color: #e58969; }
.destination-main { position: relative; }
.destination-main h3 { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 400; letter-spacing: -.035em; }
.destination-main > p:last-child { margin: 5px 0 0; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.destination-cn { position: absolute; right: 12%; top: 50%; margin: 0; transform: translateY(-50%); font-family: var(--serif); font-size: 120px; opacity: .045; }
.destination-meta { display: flex; flex-direction: column; gap: 12px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.destination-meta span:first-child { color: var(--gold); }

.journey { padding: 140px 0 160px; }
.journey-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
.journey-stamp { width: 116px; height: 116px; border: 1px solid var(--red); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--red); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; text-align: center; }
.journey-stamp span { font-family: var(--serif); font-size: 35px; line-height: 1; }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 160px 1fr 80px; gap: 50px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.day { padding-top: 6px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.timeline h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.timeline p { margin: 0; max-width: 610px; color: #5c6871; line-height: 1.7; }
.timeline article > span { padding-top: 9px; text-align: right; font-size: 9px; letter-spacing: .13em; color: #8b949b; }

.how-it-works { padding: 140px 0 155px; background: #182d3e; color: #fff; }
.steps-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 12vw; }
.steps-copy p { max-width: 480px; margin: 42px 0 0; color: rgba(255,255,255,.6); line-height: 1.75; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { font-size: 10px; color: var(--gold); }
.steps h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }

.waitlist { padding: 150px 24px; text-align: center; background: var(--cream); }
.waitlist-inner { width: min(760px, 100%); margin: 0 auto; }
.waitlist h2 em { color: var(--red); }
.waitlist-copy { width: min(520px, 100%); margin: 30px auto 44px; color: #5d696f; line-height: 1.75; }
.form-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.form-row input { min-width: 0; padding: 18px 4px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.form-row input::placeholder { color: #7d8589; }
.form-row button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 0 16px 24px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.form-row button:disabled { cursor: wait; opacity: .5; }
.form-message { min-height: 24px; margin: 14px 0 0; font-size: 13px; }
.form-message.success { color: #426a56; }
.form-message.error { color: var(--red); }
.privacy-note { margin: 12px auto 0; max-width: 560px; color: #879095; font-size: 10px; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.destination-card.reveal:nth-child(2), .service-card.reveal:nth-child(2), .steps li.reveal:nth-child(2) { transition-delay: .08s; }
.destination-card.reveal:nth-child(3), .service-card.reveal:nth-child(3), .steps li.reveal:nth-child(3) { transition-delay: .16s; }
.destination-card.reveal:nth-child(4) { transition-delay: .24s; }
.destination-card.reveal:nth-child(5) { transition-delay: .32s; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 42px clamp(24px, 5vw, 80px); color: rgba(255,255,255,.72); background: var(--deep); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand { color: #fff; text-transform: none; letter-spacing: 0; }
footer p { margin: 0; text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 57% center; }
  .intro-grid, .heading-row, .steps-grid { grid-template-columns: 1fr; gap: 46px; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .destination-card { grid-template-columns: 50px 1fr; }
  .destination-meta { display: none; }
  .journey-header { align-items: center; }
}

@media (max-width: 620px) {
  .site-header { padding: 20px; }
  .wordmark { font-size: 18px; }
  .nav-cta { padding: 11px 12px; font-size: 9px; }
  .hero { min-height: 680px; height: 100svh; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,16,29,.52), rgba(3,15,26,.18) 36%, rgba(3,15,26,.82)); }
  .hero-content { left: 24px; right: 24px; bottom: 48px; }
  .hero-intro { max-width: 320px; }
  .hero-note { display: none; }
  .section-shell { width: min(100% - 40px, 1180px); }
  .intro, .journey { padding: 95px 0; }
  .destinations, .how-it-works { padding: 95px 0; }
  .services { margin-bottom: 95px; }
  h2 { font-size: clamp(44px, 14vw, 64px); }
  .section-kicker { margin-bottom: 38px; }
  .destination-card { min-height: 142px; grid-template-columns: 34px 1fr; gap: 8px; }
  .destination-main h3 { font-size: 48px; }
  .destination-cn { font-size: 80px; }
  .journey-stamp { display: none; }
  .timeline article { grid-template-columns: 1fr; gap: 15px; }
  .timeline article > span { display: none; }
  .form-row { grid-template-columns: 1fr; border-bottom: 0; gap: 10px; }
  .form-row input { border-bottom: 1px solid var(--ink); text-align: center; }
  .form-row button { justify-content: center; padding: 17px; color: #fff; background: var(--ink); }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
