@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --black: #0a0a0a;
  --black-soft: #11100f;
  --ivory: #f6f1e9;
  --white: #fffdf9;
  --gold: #d6b37f;
  --gold-light: #ead2ae;
  --rose: #c98f98;
  --pink-soft: #ead8d8;
  --pink-deep: #d8b7ba;
  --cream: #f3e9dc;
  --muted: #b8b0a5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 38px;
  height: 46px;
  object-fit: contain;
}

.brand-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.brand-name span {
  color: var(--rose);
}

.main-nav {
  display: flex;
  gap: 30px;
  color: #d5cec3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--gold-light);
}

.hero {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 24px 90px;
  text-align: center;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.hero h1 {
  max-width: 100%;
  margin: 24px 0 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 6.1vw, 76px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line + .hero-line {
  margin-top: 7px;
}

.hero-line-accent {
  color: var(--rose);
}

.hero-copy {
  max-width: 650px;
  margin: 0;
  color: #d3ccc2;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.paths {
  padding: 110px 24px 120px;
  background: var(--cream);
  color: var(--black);
}

.section-intro {
  max-width: 920px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-intro .eyebrow {
  color: #80613b;
}

.section-intro h2 {
  margin: 15px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(21px, 4.2vw, 56px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.section-intro > p:last-child {
  max-width: 630px;
  margin: 0 auto;
  color: #5f584f;
  font-size: 15px;
  line-height: 1.75;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.path-card {
  position: relative;
  display: flex;
  min-height: 450px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: clamp(36px, 5vw, 62px);
  background: var(--pink-soft);
}

.entrepreneur-card {
  background: var(--black-soft);
  color: var(--ivory);
}

.path-number {
  margin: 0 0 13px;
  color: #80613b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.entrepreneur-card .path-number {
  color: var(--rose);
}

.card-label {
  max-width: 320px;
  margin: 0;
  color: #7c5b55;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.6;
}

.entrepreneur-card .card-label {
  color: var(--gold-light);
  white-space: nowrap;
}

.path-card h3 {
  max-width: 440px;
  margin: 24px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.path-card > p:not(.path-number):not(.card-label):not(.card-note) {
  max-width: 470px;
  margin: 0;
  color: #5a534b;
  font-size: 15px;
  line-height: 1.75;
}

.entrepreneur-card
  > p:not(.path-number):not(.card-label):not(.card-note) {
  color: #cfc8be;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 16px 24px;
  border: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.money-card .primary-button {
  background: var(--gold);
  color: var(--black);
}

.money-card .primary-button:hover {
  background: var(--black);
  color: var(--gold-light);
}

.secondary-button {
  background: var(--rose);
  color: var(--black);
}

.secondary-button:hover {
  background: var(--pink-deep);
}

.card-note {
  margin: 15px 0 0;
  color: #716960;
  font-size: 11px;
  line-height: 1.6;
}

.entrepreneur-card .card-note {
  color: #a9a198;
}

.method {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(44px, 6vw, 82px);
  padding: 82px max(24px, calc((100vw - 1160px) / 2));
  background: var(--pink-soft);
  color: var(--black);
}

.method-copy {
  max-width: 610px;
}

.method-copy h2 {
  margin: 17px 0 23px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.method-summary {
  max-width: 570px;
  margin: 0;
  color: #5f5451;
  font-size: 15px;
  line-height: 1.8;
}

.method-summary span {
  display: block;
}

.method-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.method-steps div {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 56px;
}

.method-steps strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 34px);
  font-weight: 600;
}

.method-steps span {
  color: #5f5451;
  font-size: 13px;
  line-height: 1.5;
}

.assessment-entry {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
  padding: 120px max(24px, calc((100vw - 1120px) / 2));
  background: var(--ivory);
  color: var(--black);
}

.assessment-copy {
  padding-top: 36px;
}

.assessment-entry .eyebrow {
  color: #80613b;
}

.assessment-entry h2 {
  max-width: 650px;
  margin: 13px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.assessment-copy > p {
  max-width: 480px;
  margin: 0;
  color: #5f584f;
  font-size: 15px;
  line-height: 1.75;
}

.assessment-button {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 16px 25px;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.assessment-button:hover {
  background: var(--rose);
  color: var(--black);
}

.entrepreneur-path {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0;
}

.entrepreneur-copy {
  padding-top: 31px;
}

.entrepreneur-statement h2 {
  max-width: 610px;
  margin: 17px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5.4vw, 72px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.challenge-preview {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.challenge-preview > span {
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.challenge-preview strong {
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
}

.challenge-preview small {
  color: #aaa299;
  font-size: 11px;
  line-height: 1.6;
}

.waitlist-button,
.waitlist-submit {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 14px 22px;
  border: 0;
  background: var(--rose);
  color: var(--black);
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  transition: background 180ms ease, color 180ms ease;
}

.waitlist-button:hover,
.waitlist-submit:hover {
  background: var(--gold);
}

.waitlist-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.waitlist-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.waitlist-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 10, 10, 0.82);
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.waitlist-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  padding: clamp(32px, 5vw, 54px);
  background: var(--black-soft);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.waitlist-panel .eyebrow {
  color: var(--rose);
}

.waitlist-panel h3 {
  margin: 13px 48px 9px 0;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 6vw, 54px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.waitlist-intro {
  margin: 0;
  color: #aaa299;
  font-size: 12px;
  line-height: 1.7;
}

.waitlist-close {
  position: absolute;
  top: 22px;
  right: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rose);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.waitlist-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.waitlist-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.waitlist-field label {
  color: #cfc8be;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.waitlist-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 0;
  background: #23211f;
  color: var(--white);
  font: inherit;
}

.waitlist-field input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.waitlist-submit {
  grid-column: 1 / -1;
}

.waitlist-privacy {
  grid-column: 1 / -1;
  margin: 0;
  color: #8f8880;
  font-size: 9px;
  line-height: 1.6;
}

.waitlist-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.waitlist-message {
  margin: 22px 0 0;
  color: var(--gold-light);
  font-size: 12px;
  line-height: 1.6;
}

.waitlist-error {
  color: #efb4b4;
}

.media-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: start;
  padding: 120px max(24px, calc((100vw - 1160px) / 2));
  background: var(--pink-soft);
  color: var(--black);
}

.media-heading {
  max-width: 470px;
}

.media-heading .eyebrow {
  color: var(--rose);
}

.media-heading h2 {
  margin: 16px 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.media-heading > p {
  margin: 0;
  color: #5f5451;
  font-size: 14px;
  line-height: 1.8;
}

.media-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.tedx-feature {
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.tedx-label {
  margin: 0;
  padding: 18px 20px;
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tedx-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.tedx-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 16px;
}

.media-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: var(--cream);
  transition: background 180ms ease, transform 180ms ease;
}

.media-card:hover {
  background: var(--white);
  transform: translateY(-3px);
}

.youtube-card {
  background: var(--white);
}

.media-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: auto;
  place-items: center;
  color: #8f5963;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.play-icon {
  padding-left: 2px;
  font-size: 14px;
}

.instagram-icon {
  font-size: 11px;
  letter-spacing: 0.03em;
}

.media-label {
  margin-top: 28px;
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.media-card strong {
  max-width: 430px;
  margin-top: 9px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
}

.media-card small {
  margin-top: 10px;
  color: #756a65;
  font-size: 10px;
}

.external-arrow {
  position: absolute;
  right: 27px;
  bottom: 27px;
  color: #8f5963;
  font-size: 18px;
}

.founder {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) 1.25fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1120px) / 2));
  background: var(--cream);
  color: var(--black);
}

.founder-photo-frame {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 4 / 5;
}

.founder-photo-frame::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--pink-deep);
  content: "";
  transform: translate(14px, 14px);
}

.founder-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 28px rgba(44, 29, 29, 0.16);
  object-fit: cover;
  object-position: 68% center;
}

.founder-copy {
  max-width: 620px;
}

.founder-copy .eyebrow {
  color: #80613b;
}

.founder-copy h2 {
  margin: 13px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.founder-roles {
  margin: 0 0 28px;
  color: #80613b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.8;
}

.founder-copy > p:last-of-type {
  margin: 0;
  color: #5f584f;
  font-size: 14px;
  line-height: 1.8;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px 80px;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 32px;
}

.site-footer > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer strong {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.site-footer .footer-brand span {
  color: var(--rose);
}

.site-footer span {
  color: #9e968d;
  font-size: 10px;
}

.site-footer nav {
  display: flex;
  gap: 28px;
  color: #d3ccc2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 10px;
  color: #7f786f;
  font-size: 9px;
}

@media (max-width: 780px) {
  .site-header {
    width: min(100% - 32px, 1180px);
  }

  .brand-name {
    display: none;
  }

  .main-nav {
    gap: 17px;
    font-size: 9px;
  }

  .hero {
    min-height: 470px;
    padding-top: 70px;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 500px;
  }

  .method,
  .assessment-entry,
  .entrepreneur-path,
  .media-section,
  .founder {
    grid-template-columns: 1fr;
  }

  .method {
    padding: 72px 24px;
  }

  .entrepreneur-path {
    padding: 90px 0;
  }

  .assessment-copy,
  .entrepreneur-copy {
    padding-top: 0;
  }

  .media-section {
    gap: 45px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .founder-photo-frame {
    max-width: 320px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 17px 25px;
  }
}

@media (max-width: 460px) {
  .main-nav a:last-child {
    display: none;
  }

  .hero h1 {
    font-size: 6.1vw;
  }

  .paths {
    padding-right: 16px;
    padding-left: 16px;
  }

  .path-card {
    padding: 38px 28px;
  }

  .assessment-entry {
    padding-right: 20px;
    padding-left: 20px;
  }

  .media-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .founder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .method-steps div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .waitlist-submit,
  .waitlist-privacy {
    grid-column: auto;
  }

  .waitlist-panel {
    padding: 34px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}