@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Medium.otf");
  font-weight: 500;
}

:root {
  --ink: #000;
  --bone: #f5f1e8;
  --bone-dim: rgba(245, 241, 232, 0.66);
  --bone-faint: rgba(245, 241, 232, 0.4);
  --hairline: rgba(245, 241, 232, 0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--ink);
  color: var(--bone);
  font-family: "Geist", -apple-system, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

.wrap {
  max-width: 620px;
  margin: 0 auto;
  padding: 96px 24px 120px;
}

.mark { width: 44px; display: block; }

.wordmark {
  font-size: 21px;
  font-weight: 500;
  margin-top: 18px;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  margin: 64px 0 8px;
  letter-spacing: -0.3px;
}

.sub {
  color: var(--bone-dim);
  font-size: 15px;
}

h2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--bone-faint);
  margin: 56px 0 14px;
}

p, li {
  font-size: 15px;
  color: var(--bone-dim);
  margin-bottom: 14px;
}

p strong { color: var(--bone); font-weight: 500; }

ul { list-style: none; }
li { padding-left: 18px; position: relative; }
li::before {
  content: "\2014";
  position: absolute; left: 0;
  color: var(--bone-faint);
}

a { color: var(--bone); text-decoration: underline; text-decoration-color: var(--bone-faint); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--bone); }

.hairline { border: 0; border-top: 1px solid var(--hairline); margin: 56px 0; }

footer {
  margin-top: 88px;
  font-size: 12.5px;
  color: var(--bone-faint);
}
footer a { color: var(--bone-faint); }

.nav { margin-top: 10px; font-size: 13px; }
.nav a { color: var(--bone-dim); margin-right: 18px; }

/* ---- Lander system (Phase 1 funnel) ---- */

:root {
  --ember: #d97742;
  --citrus: #e8b64c;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: var(--bone-dim);
  font-weight: 400;
}

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 28px;
  background: linear-gradient(to bottom, rgba(0,0,0,.72), transparent);
}
.nav .wordmark { margin: 0; font-size: 17px; letter-spacing: 1px; }
.nav a.navlink { color: var(--bone-dim); text-decoration: none; font-size: 13px; }
.nav a.navlink:hover { color: var(--bone); }

.hero {
  position: relative; min-height: 92svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 28px 72px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center 30%;
}
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,.42), rgba(0,0,0,.1) 40%, rgba(0,0,0,.88));
}
.hero h1 {
  font-weight: 300; font-size: clamp(40px, 7vw, 76px);
  line-height: 1.06; letter-spacing: -0.01em; max-width: 760px;
}
.hero .sub {
  margin-top: 18px; font-size: clamp(16px, 2vw, 19px);
  color: var(--bone-dim); max-width: 520px; line-height: 1.55;
}
.hero .caps { margin-bottom: 14px; }

.cta-row { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.waitlist { display: flex; gap: 10px; flex-wrap: wrap; max-width: 460px; }
.waitlist input {
  flex: 1 1 220px; background: rgba(245,241,232,.07);
  border: 1px solid var(--hairline); border-radius: 999px;
  color: var(--bone); font-family: inherit; font-size: 15px;
  padding: 14px 20px; outline: none;
}
.waitlist input::placeholder { color: var(--bone-faint); }
.waitlist input:focus { border-color: rgba(245,241,232,.4); }
.btn {
  display: inline-block; background: var(--bone); color: var(--ink);
  font-family: inherit; font-size: 15px; font-weight: 500;
  padding: 14px 26px; border-radius: 999px; border: none;
  cursor: pointer; text-decoration: none; white-space: nowrap;
}
.btn:hover { opacity: .9; }
.btn-ghost {
  background: transparent; color: var(--bone);
  border: 1px solid rgba(245,241,232,.5);
}
.form-note { margin-top: 10px; font-size: 12.5px; color: var(--bone-faint); }
.form-note.ok { color: var(--citrus); }

.ticker {
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  padding: 16px 28px; text-align: center;
}

.section { padding: 96px 28px; max-width: 1080px; margin: 0 auto; }
.section h2 {
  font-weight: 300; font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15; letter-spacing: -0.01em; max-width: 640px;
  text-transform: none; color: var(--bone); margin: 0;
}
.section .lede { margin-top: 14px; color: var(--bone-dim); max-width: 520px; font-size: 16.5px; }

.trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; margin-top: 56px; }
.trio h3 { font-weight: 400; font-size: 19px; margin-bottom: 8px; }
.trio p { color: var(--bone-dim); font-size: 15px; }
.trio .caps { display: block; margin-bottom: 14px; color: var(--ember); }

.slides {
  display: flex; gap: 18px; overflow-x: auto; padding: 56px 28px 8px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar { display: none; }
.slides img {
  width: 264px; border-radius: 22px; scroll-snap-align: center;
  border: 1px solid var(--hairline); flex-shrink: 0;
}

.receipt { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.receipt img { width: 100%; max-width: 320px; border-radius: 22px; border: 1px solid var(--hairline); }
@media (max-width: 720px) { .receipt { grid-template-columns: 1fr; } }

.programs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
@media (max-width: 720px) { .programs { grid-template-columns: 1fr; } }
.program-card {
  position: relative; display: block; min-height: 340px; border-radius: 22px;
  overflow: hidden; text-decoration: none; color: var(--bone);
  background-size: cover; background-position: center;
}
.program-card .shade {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.2), transparent 40%, rgba(0,0,0,.72));
}
.program-card .meta { position: absolute; left: 22px; right: 22px; bottom: 20px; }
.program-card h3 { font-weight: 400; font-size: 26px; margin-top: 6px; }
.program-card p { color: var(--bone-dim); font-size: 14px; margin-top: 4px; }

.spec {
  display: flex; gap: 28px; flex-wrap: wrap;
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  padding: 20px 0; margin: 48px 0;
}

.days { margin-top: 48px; max-width: 640px; }
.day-row {
  display: flex; gap: 22px; align-items: baseline;
  padding: 18px 0; border-bottom: 1px solid var(--hairline);
}
.day-row:first-child { border-top: 1px solid var(--hairline); }
.day-row .num { font-weight: 300; font-size: 22px; color: var(--bone-faint); min-width: 34px; }
.day-row .t { font-size: 17px; }

.quote {
  font-weight: 300; font-size: clamp(22px, 3vw, 32px); line-height: 1.35;
  max-width: 720px; margin: 0 auto; text-align: center;
}
.quote-attr { text-align: center; margin-top: 18px; }

.faq { max-width: 640px; }
.faq details { border-bottom: 1px solid var(--hairline); padding: 20px 0; }
.faq details:first-of-type { border-top: 1px solid var(--hairline); }
.faq summary {
  cursor: pointer; font-size: 17px; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::after { content: "+"; color: var(--bone-faint); font-weight: 300; font-size: 22px; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin-top: 12px; color: var(--bone-dim); font-size: 15px; max-width: 560px; }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; justify-content: center; padding: 14px;
  background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
  transform: translateY(110%); transition: transform .45s ease;
}
.sticky-cta.on { transform: translateY(0); }

.footer {
  border-top: 1px solid var(--hairline);
  padding: 48px 28px 64px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 18px; max-width: 1080px; margin: 0 auto;
}
.footer a { color: var(--bone-dim); text-decoration: none; font-size: 13.5px; margin-right: 22px; }
.footer a:hover { color: var(--bone); }
