:root {
  --ink: #24160f;
  --espresso: #2d1c14;
  --espresso-2: #3c271c;
  --cream: #f7f0e6;
  --cream-2: #efe4d4;
  --paper: #fffaf2;
  --gold: #bf9142;
  --gold-light: #e4c783;
  --sage: #68705b;
  --sage-dark: #344434;
  --wine: #842f39;
  --line: rgba(45, 28, 20, 0.16);
  --shadow: 0 30px 80px rgba(45, 28, 20, 0.16);
  --radius: 24px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::selection { background: var(--gold-light); color: var(--ink); }

a { color: inherit; }

button,
input { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--espresso);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 12px clamp(22px, 4vw, 68px);
  border-bottom: 1px solid rgba(45, 28, 20, 0.1);
  background: rgba(247, 240, 230, 0.9);
  backdrop-filter: blur(18px);
}

.presenter {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}

.presenter-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: -2px;
}

.presenter strong,
.presenter small { display: block; }

.presenter strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.presenter small {
  color: #735e4d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.site-header nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a:hover { color: var(--gold); }

.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #fff;
  background: var(--espresso);
  box-shadow: 0 12px 24px rgba(45, 28, 20, 0.15);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: #442b1e;
  box-shadow: 0 16px 30px rgba(45, 28, 20, 0.22);
  transform: translateY(-2px);
}

.button:disabled { cursor: wait; opacity: 0.62; transform: none; }

.button-small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 11px;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  place-items: center;
  padding: clamp(70px, 9vw, 126px) 24px clamp(60px, 8vw, 110px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.8), transparent 34%),
    linear-gradient(180deg, var(--paper), var(--cream));
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.hero::before {
  width: min(72vw, 960px);
  height: min(72vw, 960px);
  border: 1px solid rgba(191, 145, 66, 0.16);
  box-shadow: 0 0 0 36px rgba(191, 145, 66, 0.025), 0 0 0 78px rgba(191, 145, 66, 0.018);
}

.hero::after {
  right: -10vw;
  bottom: -40vw;
  width: 65vw;
  height: 65vw;
  background: rgba(104, 112, 91, 0.055);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  min-width: 0;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.eyebrow span {
  width: 56px;
  height: 1px;
  background: var(--gold);
}

.wordmark {
  display: grid;
  justify-content: center;
  margin: 0 auto 24px;
  line-height: 0.79;
  text-transform: uppercase;
}

.wordmark-top {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: clamp(74px, 12vw, 156px);
  letter-spacing: 0.025em;
}

.wordmark-script {
  position: relative;
  z-index: 2;
  margin: -0.12em 0 -0.02em;
  color: var(--gold);
  font-family: var(--script);
  font-size: clamp(86px, 13vw, 174px);
  font-weight: 400;
  text-transform: none;
  transform: rotate(-3deg);
}

.wordmark-bottom {
  font-size: clamp(22px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: clamp(0.22em, 0.7vw, 0.5em);
  text-indent: clamp(0.22em, 0.7vw, 0.5em);
}

.hero-thesis {
  margin: 0 auto 20px;
  color: var(--espresso);
  font-size: clamp(13px, 1.7vw, 18px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-thesis span { color: var(--gold); }

.hero-description {
  width: min(740px, 100%);
  margin: 0 auto;
  color: #5f4e42;
  font-family: var(--serif);
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.45;
}

.event-details {
  display: inline-flex;
  gap: 24px;
  align-items: stretch;
  margin: 36px auto 28px;
  padding: 17px 24px;
  border: 1px solid rgba(191, 145, 66, 0.45);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.7);
  box-shadow: 0 16px 50px rgba(45, 28, 20, 0.07);
}

.event-detail {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.event-detail svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.event-detail small,
.event-detail strong { display: block; }

.event-detail small {
  color: #7a6859;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-detail strong {
  font-size: 14px;
  letter-spacing: 0.025em;
}

.event-divider { width: 1px; background: rgba(191, 145, 66, 0.35); }

.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--espresso);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span { color: var(--gold); font-size: 17px; }
.text-link:hover { color: var(--gold); }

.hero-note {
  margin: 18px 0 0;
  color: #7a6859;
  font-size: 11px;
}

.hero-botanical {
  position: absolute;
  z-index: 1;
  width: min(22vw, 310px);
  color: var(--sage);
  opacity: 0.24;
}

.hero-botanical svg { width: 100%; fill: rgba(104, 112, 91, 0.15); stroke: currentColor; stroke-width: 2; }
.hero-botanical-left { bottom: 0; left: -3%; transform: rotate(-11deg); }
.hero-botanical-right { top: 8%; right: -3%; transform: scaleX(-1) rotate(-10deg); }

.promise-strip {
  display: flex;
  gap: clamp(10px, 2vw, 30px);
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  color: #fff;
  background: var(--espresso);
  font-size: clamp(10px, 1.4vw, 14px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.promise-strip strong { color: var(--gold-light); }
.promise-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section {
  padding: clamp(82px, 10vw, 150px) clamp(22px, 6vw, 90px);
}

.section-light { background: var(--paper); }

.section-intro {
  width: min(760px, 100%);
  margin: 0 auto 58px;
  text-align: center;
}

.section-intro h2,
.fit-card h2,
.speaker-tease h2,
.early-access h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
}

.section-intro > p:last-child,
.speaker-tease > p,
.early-access-copy > p {
  margin: 0;
  color: #705e50;
  font-size: clamp(15px, 1.5vw, 18px);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(1440px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-card {
  position: relative;
  min-height: 360px;
  padding: 42px 30px;
  border-right: 1px solid var(--line);
}

.benefit-card:last-child { border-right: 0; }

.benefit-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(45, 28, 20, 0.28);
  font-family: var(--serif);
  font-size: 13px;
}

.benefit-card svg {
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.benefit-card h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.benefit-card p { margin: 0; color: #766456; font-size: 13px; line-height: 1.75; }

.section-dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(191, 145, 66, 0.16), transparent 30%),
    var(--espresso);
}

.section-dark .section-intro > p:last-child { color: #cbbdac; }

.topic-list { width: min(1120px, 100%); margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.16); }

.topic {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.topic > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(228, 199, 131, 0.55);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
}

.topic p {
  margin: 0 0 3px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.topic h3 { margin: 0; font-family: var(--serif); font-size: clamp(21px, 3vw, 34px); font-weight: 400; line-height: 1.2; }
.topic small { max-width: 220px; color: #b9aa9a; font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-align: right; text-transform: uppercase; }

.fit-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(32px, 7vw, 110px);
  align-items: center;
  background: var(--cream-2);
}

.fit-card {
  padding: clamp(38px, 6vw, 74px);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.fit-card ul { display: grid; gap: 16px; margin: 32px 0 0; padding: 0; list-style: none; }

.fit-card li {
  position: relative;
  padding-left: 34px;
  color: #5f4e42;
}

.fit-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  content: "✓";
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.speaker-tease { padding: 28px 0; }

.speaker-orbit {
  position: relative;
  display: grid;
  width: 170px;
  height: 170px;
  margin: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(191, 145, 66, 0.5);
  border-radius: 50%;
}

.speaker-orbit::before { position: absolute; width: 110px; height: 110px; content: ""; border: 1px solid rgba(191, 145, 66, 0.3); border-radius: 50%; }
.speaker-orbit strong { position: relative; z-index: 2; color: var(--gold); font-family: var(--serif); font-size: 48px; font-weight: 400; }
.speaker-orbit span { position: absolute; width: 14px; height: 14px; border: 3px solid var(--cream-2); border-radius: 50%; background: var(--sage-dark); }
.speaker-orbit span:nth-child(1) { top: -7px; left: 78px; }
.speaker-orbit span:nth-child(2) { top: 46px; right: -3px; }
.speaker-orbit span:nth-child(3) { right: 26px; bottom: 4px; }
.speaker-orbit span:nth-child(4) { bottom: 4px; left: 26px; }
.speaker-orbit span:nth-child(5) { top: 46px; left: -3px; }
.speaker-tease .text-link { margin-top: 24px; }

.early-access {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding: clamp(88px, 11vw, 170px) clamp(22px, 8vw, 130px);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(45,28,20,0.98), rgba(52,68,52,0.92)),
    var(--espresso);
}

.early-access-copy > p { color: #d4c7ba; }

.date-lockup {
  display: inline-grid;
  margin-top: 36px;
  padding: 18px 24px;
  border-top: 1px solid rgba(228, 199, 131, 0.6);
  border-bottom: 1px solid rgba(228, 199, 131, 0.6);
}

.date-lockup span,
.date-lockup small { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.date-lockup strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }

.signup-card {
  min-height: 370px;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(228, 199, 131, 0.45);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 34px 90px rgba(0,0,0,0.22);
}

.form-label { margin: 0 0 13px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.signup-step h3,
.signup-success h3 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(28px, 4vw, 42px); font-weight: 400; line-height: 1.1; }
.signup-step > p:not(.form-label),
.signup-success > p:not(.form-label) { color: #78675a; }

form label { display: block; margin: 24px 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }

.input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }

input {
  width: 100%;
  min-height: 54px;
  padding: 13px 17px;
  border: 1px solid rgba(45, 28, 20, 0.22);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(191, 145, 66, 0.13); }
.otp-input { font-size: 22px; font-weight: 800; letter-spacing: 0.22em; text-align: center; }
.form-status { min-height: 24px; margin: 12px 6px 0; color: var(--wine); font-size: 12px; font-weight: 700; }
.form-status.is-success { color: var(--sage-dark); }
.form-fine { margin: 17px 5px 0; color: #8a796b; font-size: 10px; line-height: 1.55; }
.form-fine a { text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.signup-success { align-content: center; min-height: 260px; }
.success-mark { display: grid; width: 58px; height: 58px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--sage-dark); font-size: 26px; }

.faq-section { background: var(--paper); }
.faq-list { width: min(900px, 100%); margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 46px 27px 0; font-family: var(--serif); font-size: clamp(20px, 2.5vw, 27px); list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 25px; right: 4px; content: "+"; color: var(--gold); font-family: var(--sans); font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 0 28px; padding-right: 52px; color: #715f52; }
.faq-list details a { color: var(--wine); }

footer {
  display: grid;
  justify-items: center;
  padding: 70px 24px 38px;
  color: #d6c8ba;
  background: #1f140f;
  text-align: center;
}

.footer-mark { display: grid; margin-bottom: 18px; color: #fff; line-height: 0.78; text-transform: uppercase; }
.footer-mark span { font-family: var(--serif); font-size: 30px; }
.footer-mark em { color: var(--gold-light); font-family: var(--script); font-size: 50px; font-weight: 400; text-transform: none; transform: rotate(-4deg); }
.footer-mark strong { font-size: 9px; letter-spacing: 0.6em; text-indent: 0.6em; }
footer > p { margin: 8px 0 28px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; margin-bottom: 30px; }
.footer-links a { color: #eadcca; font-size: 11px; text-underline-offset: 3px; }
footer > small { color: #827267; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

[hidden] { display: none !important; }

@media (max-width: 1100px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); border-bottom: 0; }
  .benefit-card { min-height: auto; border-bottom: 1px solid var(--line); }
  .benefit-card:nth-child(2n) { border-right: 0; }
  .benefit-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; }
  .site-header nav { display: none; }
  .site-header .presenter strong { font-size: 13px; }
  .hero { min-height: auto; }
  .hero-botanical { width: 34vw; }
  .wordmark-top { font-size: clamp(61px, 18vw, 115px); }
  .wordmark-script { font-size: clamp(76px, 21vw, 136px); }
  .event-details { border-radius: 24px; }
  .fit-section,
  .early-access { grid-template-columns: 1fr; }
  .speaker-tease { padding: 40px 12px 0; }
  .topic { grid-template-columns: 44px 1fr; gap: 18px; }
  .topic small { grid-column: 2; text-align: left; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  .site-header { padding: 10px 16px; }
  .site-header > .button { padding: 10px 13px; font-size: 9px; }
  .presenter { gap: 8px; }
  .presenter-mark { width: 37px; height: 37px; }
  .presenter small { display: none; }
  .hero { padding: 64px 17px 72px; }
  .eyebrow { gap: 9px; font-size: 9px; letter-spacing: 0.14em; }
  .eyebrow span { width: 24px; }
  .wordmark { margin-bottom: 26px; }
  .wordmark-top { font-size: 16vw; }
  .wordmark-script { margin-top: -0.03em; font-size: 22vw; }
  .wordmark-bottom { font-size: 6vw; letter-spacing: 0.36em; text-indent: 0.36em; }
  .hero-thesis { width: 320px; max-width: 100%; font-size: 11px; line-height: 1.6; }
  .hero-description { font-size: 19px; }
  .event-details { display: grid; width: 100%; max-width: 360px; gap: 12px; padding: 16px 19px; }
  .event-detail { justify-content: center; text-align: left; }
  .event-divider { width: 100%; height: 1px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .promise-strip { flex-wrap: wrap; gap: 9px; padding: 15px 12px; font-size: 9px; letter-spacing: 0.1em; }
  .section { padding: 72px 18px; }
  .section-intro { margin-bottom: 42px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card,
  .benefit-card:nth-child(2n) { grid-column: auto; border-right: 0; }
  .benefit-card { padding: 34px 24px; }
  .benefit-card svg { margin-bottom: 22px; }
  .topic { padding: 24px 0; }
  .topic > span { width: 38px; height: 38px; }
  .fit-section { padding: 72px 17px; }
  .fit-card { padding: 36px 24px; }
  .early-access { padding: 76px 17px; }
  .signup-card { min-height: 330px; padding: 34px 22px; }
  .input-row { grid-template-columns: 1fr; }
  .input-row .button { width: 100%; }
  .faq-list summary { padding-right: 36px; }
  .faq-list details p { padding-right: 0; }
}

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