﻿:root {
  --ink: #1e1714;
  --accent: #a84e2d;
  --muted: #4f4641;
  --line: #d8d0ca;
  --olive: #43583d;
  --sans: 'DM Sans', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --script: 'Allura', cursive;
}

.founder-welcome,
.expect {
  --ink:#241f1b;
  --accent:#9c4f34;
  --muted:#554b45;
  --line:#d4cdc5;
  --olive:#3e603f;
}

.main-page h2 em,
.main-page .founder-copy > span {
  color:#bd462b;
}

.main-page .journey-transition em { color:var(--ink); }

.main-page .section-label,
.main-page .book-status {
  font-size:11px;
  font-weight:700;
  letter-spacing:1.8px;
}

html:has(.main-page),
.main-page,
.main-page main {
  background:#fff;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  background: #fff;
}

body {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font: 400 16px/1.6 var(--sans);
}

h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--script); }
h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 0; font-size: clamp(30px, 8vw, 40px); line-height: 1.2; letter-spacing: -.8px; }
h2 em { color: var(--accent); font-family: var(--script); font-size: 1.32em; font-weight: 400; }
p { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
img { display: block; max-width: 100%; }

.section-label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 8px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; gap: 6px; min-height: 56px; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; transform:scale(1.22); transform-origin:center; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-script { margin-bottom:-3px; font:400 20px/1 var(--script); }
.brand-plain { font:700 12px/1 var(--serif); letter-spacing:.9px; text-transform:uppercase; }

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.header nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 8px 20px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 18px #0000000a;
}

.header nav a { display: flex; align-items: center; min-height: 50px; border-bottom: 1px solid var(--line); font-size: 15px; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  place-items: center;
  height: 86svh;
  min-height: 520px;
  max-height: 720px;
  overflow: hidden;
  color: #fff;
}

.hero > img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: 50% center; filter:saturate(1.02) contrast(1.01); }
.hero-overlay { background:linear-gradient(180deg,rgba(20,17,18,.22) 0%,rgba(20,17,18,.42) 32%,rgba(20,17,18,.57) 58%,rgba(20,17,18,.34) 100%),radial-gradient(ellipse at 50% 47%,rgba(20,17,18,.38),transparent 68%); }
.hero-content { position: relative; width: 100%; padding: 36px 20px; text-align: center; text-shadow:0 2px 16px rgba(0,0,0,.72); }
.hero-content .the { color:#fff; font-size: 12px; font-weight:700; letter-spacing: 6px; }
.hero h1 { margin: 6px 0 8px; color:#fff; font-size: clamp(55px, 15vw, 88px); font-weight: 400; line-height: 1; letter-spacing: -1.5px; text-shadow:0 3px 20px rgba(0,0,0,.78); }
.hero-content p { margin: 0 0 16px; color:#fff; font-size: 11px; font-weight:700; letter-spacing: 2.8px; }

.hero-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* Journey */
.journey { position:relative; width:100%; padding:48px 0 18px; overflow:hidden; background:#fff; }
.journey-inner { text-align: center; }
.journey .section-label { margin:0 22px 2px; font-size:11px; letter-spacing:2px; }
.journey-title { margin:0 22px 5px; font-size:clamp(44px,12vw,62px); }
.journey-sub { margin:0 22px 20px; color:var(--muted); font-size:12px; letter-spacing:1.7px; text-transform:uppercase; }
.journey-full { position:relative; width:100vw; max-width:none; height:clamp(280px,68vw,410px); margin:14px calc(50% - 50vw); border-radius:0; object-fit:cover; object-position:center 48%; box-shadow:none; }
.journey-full.journey-map { width:112%; max-width:none; height:auto; margin:18px -8% 8px -4%; object-fit:contain; }
.journey-copy { width:min(100%,620px); margin:8px auto 0; padding:0 22px; }
.journey-transition { margin: 0 0 16px; font-size: clamp(36px, 10vw, 46px); line-height: 1.1; letter-spacing: -1px; }
.journey-transition span, .journey-transition em { font-size: inherit; letter-spacing: inherit; }
.journey-transition em { font-weight: 400; }
.journey-copy > p { max-width: 40rem; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.52; }

/* Founder welcome */
.founder-welcome { display:grid; grid-template-columns:150px minmax(0,1fr); align-items:center; column-gap:22px; row-gap:14px; width:100%; max-width:600px; margin:24px auto 40px; padding:28px 22px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; text-align:left; }
.founder-welcome > .section-label { grid-column:1 / -1; margin:0; color:var(--olive); text-align:left; }
.founder-photo-frame { position:relative; width:150px; aspect-ratio:1; margin:0; overflow:hidden; border-radius:50%; background:#f2ede8; }
.founder-photo { position:absolute; top:62%; left:50%; width:86%; max-width:none; height:auto; transform:translate(-50%,-50%); }
.founder-copy { max-width:340px; margin:0; text-align:left; }
.founder-welcome h2 { margin-top:5px; font-size:clamp(28px,7.5vw,38px); line-height:1; }
.founder-copy > p:not(.section-label) { margin:12px 0 14px; color:var(--muted); font-size:15px; line-height:1.52; }
.founder-copy > span { color:var(--accent); font:400 25px/1 var(--script); }

@media (max-width:390px) {
  .founder-welcome h2 { font-size:32px; }
  .founder-copy > p:not(.section-label) { font-size:15px; }
}

/* Girl to know */
.girl-to-know { position:relative; width:100%; max-width:600px; margin:0 auto; padding:42px 22px 38px; background:#fff; }
.girl-to-know::after { content:''; position:absolute; right:22px; bottom:0; left:22px; height:1px; background:var(--line); }
.girl-to-know-heading { margin-bottom:22px; text-align:left; }
.girl-to-know-heading .section-label { margin:0 0 9px; color:var(--accent); }
.girl-to-know-heading h2 { margin:0; color:var(--ink); font-size:clamp(34px,9vw,44px); line-height:1; letter-spacing:-1px; }
.girl-to-know-heading h2 em { color:var(--olive); }
.girl-to-know-profile { display:block; }
.girl-to-know-photo { width:100%; height:310px; overflow:hidden; background:#e7e2da; }
.girl-to-know-photo img { width:100%; height:100%; object-fit:cover; object-position:50% 58%; }
.girl-to-know-copy { max-width:470px; margin:0; padding:24px 0 0; background:#fff; }
.girl-to-know h3 { margin:0; color:var(--ink); font:500 clamp(25px,6.5vw,32px)/1.07 var(--serif); letter-spacing:-.5px; }
.girl-to-know h3 span { display:inline-block; margin:0 .08em; color:var(--accent); font:400 1.55em/1 var(--script); letter-spacing:0; white-space:nowrap; }
.girl-to-know-copy > p:not(.girl-to-know-signoff) { margin:17px 0 18px; color:var(--muted); font-size:16px; font-weight:400; line-height:1.55; }
.girl-to-know-copy strong { color:var(--ink); font-weight:600; }
.girl-to-know-signoff { margin:0; padding-top:2px; color:var(--olive); font-size:11px; font-weight:700; line-height:1.45; letter-spacing:.7px; text-transform:uppercase; }

@media (max-width:430px) {
  .girl-to-know { padding-inline:22px; }
  .girl-to-know::after { right:22px; left:22px; }
  .girl-to-know-photo { height:290px; }
  .girl-to-know-copy { width:100%; padding-top:24px; }
  .girl-to-know-copy > p:not(.girl-to-know-signoff) { margin-top:17px; font-size:16px; line-height:1.55; }
}

/* What's happening at the hub */
.hub-event { padding-bottom:27px; border-bottom:1px solid var(--line); background:#fff; color:#2e3528; }
.hub-event-stage { display:flex; min-height:470px; align-items:flex-end; overflow:hidden; padding:0 0 14px; background:#d7a06f url('images/Vision-board.png') center 28%/cover no-repeat; }
.hub-event-invite { width:calc(100% - 28px); margin:0 14px; padding:25px 30px 23px; border:0; border-radius:58px 18px 18px 18px; background:rgba(255,255,255,.88); box-shadow:none; color:#303827; text-align:left; }
.hub-event-invite .section-label { margin:0 0 8px; color:#a84e2d; font-size:11px; line-height:1.45; }
.hub-event-invite h3 { max-width:none; margin:0; color:#303827; font-size:clamp(29px,7vw,37px); line-height:1.05; white-space:nowrap; }
.hub-event-invite h3 em { display:inline; margin:0; color:#a84e2d; font-family:var(--script); font-size:1.17em; font-weight:400; }
.hub-event-invite > p:not(.section-label) { max-width:430px; margin:10px 0 0; color:#414735; font-size:15px; font-weight:500; line-height:1.48; }
.hub-event-invite button { display:inline-flex; align-items:center; justify-content:center; min-height:39px; margin:13px 0 0; padding:8px 23px; border:0; border-radius:999px; background:#245d57; color:#fff; font-size:11px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; }

@media (max-width:420px) {
  .hub-event-stage { min-height:455px; background-position:center 26%; }
  .hub-event-invite { width:calc(100% - 24px); margin:0 12px; padding:23px 22px 20px; border-radius:46px 15px 15px 15px; }
  .hub-event-invite h3 { font-size:clamp(27px,7vw,32px); }
  .hub-event-invite > p:not(.section-label) { font-size:14px; line-height:1.5; }
}

/* What to expect */
.expect { position:relative; overflow:hidden; padding:24px 0 44px; isolation:isolate; background:#e9e9de; }
.expect-intro { padding:0 22px 25px; text-align:center; }
.expect-intro .section-label { margin-bottom:12px; color:#56594a; }
.expect-intro h2 { max-width:390px; margin-inline:auto; color:#191b18; font-size:clamp(31px,8.4vw,39px); line-height:1.02; letter-spacing:-1.1px; }
.expect-intro h2 em { color:#bd462b; }
.expect-summary { max-width:360px; margin:17px auto 0; color:#53534d; font-size:16px; line-height:1.5; }
.expect-ticker { margin:2px 0 28px; overflow:hidden; background:#3e603f; color:#fff; box-shadow:0 8px 18px rgba(39,43,34,.14); }
.expect-ticker > div { display:flex; align-items:center; width:max-content; padding:12px 0; animation:expectTicker 22s linear infinite; }
.expect-ticker span { white-space:nowrap; font:500 12px/1 var(--sans); letter-spacing:1.1px; text-transform:uppercase; }
.expect-ticker i { margin:0 18px; color:#d9d6c9; font-size:10px; font-style:normal; }
@keyframes expectTicker { to { transform:translateX(-50%); } }

.expect-grid {
  display: flex;
  gap: 13px;
  width: 100%;
  margin: 0;
  padding: 0 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-left: 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.expect-grid::-webkit-scrollbar { display: none; }
.expect-card { position:relative; flex:0 0 min(58vw,240px); height:auto; aspect-ratio:2/3; overflow:hidden; border:0; border-radius:16px; background:#26271f; color:#fff; scroll-snap-align:start; box-shadow:none; }
.expect-card > img { width: 100%; height: 100%; object-fit: cover; filter:saturate(.72) contrast(1.03); transition:transform .55s ease,filter .55s ease; }
.expect-card:hover > img,.expect-card:focus-within > img { transform:scale(1.035); filter:saturate(1.13) contrast(1.02); }
.expect-card::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 43%,rgba(13,14,11,.16) 60%,rgba(13,14,11,.9)); }
.expect-card .card-body { position:absolute; right:0; bottom:0; left:0; z-index:1; padding:24px 21px 22px; color:#fff; }
.expect-card .timeline-number { display: block; margin-bottom: 9px; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 600; letter-spacing: 2px; }
.expect-card h3 { margin: 0 0 5px; color: #fff; font-size: 20px; line-height: 1.15; }
.expect-card .expect-desc { margin: 0; color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.35; }

/* Bookshelf */
.bookshelf { position:relative; margin-top:0; padding:30px 0 38px; overflow:hidden; border-bottom:1px solid var(--line); background:#fff; }
.bookshelf-intro { padding:0 22px 15px; }
.bookshelf-intro .section-label { margin:0; color:#245d57; text-shadow:none; }
.bookshelf-intro h2 { margin:8px 0 0; color:#151719; font-size:clamp(32px,8vw,40px); line-height:1.05; text-shadow:none; }
.bookshelf-intro h2 em { color:#bd462b; }
.shelf { display:grid; grid-template-columns:178px minmax(0,1fr); align-items:center; padding:0 22px; column-gap:0; }
.bookshelf-scene { position:relative; grid-column:1; grid-row:1; width:100%; height:270px; margin:0; overflow:hidden; isolation:isolate; border-radius:0; }
.bookshelf-scene > img { position:absolute; inset:0; width:100%; height:100%; }
.bookshelf-scene > img { z-index:-2; object-fit:cover; object-position:center 52%; filter:saturate(.82) contrast(1.03); }
.book-cover-scene { background:transparent; }
.book-cover-scene > img { position:relative; z-index:1; width:100%; height:100%; padding:0; object-fit:contain; object-position:left center; transform:none; filter:none; }
.book-copy-stack { position:relative; z-index:0; grid-column:2; grid-row:1; align-self:center; width:100%; margin:0; padding:18px 0 18px 13px; border:0; border-radius:0; background:transparent; color:var(--ink); text-align:left; transform:none; text-shadow:none; }
.book-copy-stack .book-status { color:var(--accent); }
.book-copy-stack .book-featured h3 { color:var(--ink); }
.book-copy-stack .book-featured__meta span { color:var(--muted); font-weight:400; }
.book-featured { display:flex; height:auto; flex-direction:column; justify-content:flex-start; margin:0; padding:0; border-radius:0; background:transparent; }
.book-status { margin:0 0 7px; color:#4c5e48; font-size:10px; font-weight:700; letter-spacing:1.4px; }
.book-featured h3 { max-width:260px; margin:0 0 7px; font-size:26px; font-weight:400; line-height:1.04; }
.book-featured__meta { display: block; }
.book-featured__meta span { display:block; color:var(--muted); font-size:13px; }
.book-discussion-line { display:block; width:46px; margin:12px 0 0; border-bottom:1px solid var(--line); }

.book-note { position:relative; margin:12px 0 0; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; }
.book-note > span { color:var(--accent); font-size:11px; font-weight:700; letter-spacing:1.3px; }
.book-note p { max-width:none; margin:7px 0 0; color:var(--ink); font:400 16px/1.45 var(--sans); }
.book-note p span { white-space:nowrap; }

@media (max-width:430px) {
  .shelf { grid-template-columns:169px minmax(0,1fr); padding:0 18px; gap:0; }
  .bookshelf-scene { height:255px; }
  .book-featured { padding:0; }
  .book-note { margin-top:10px; padding:0; }
  .book-note p { font-size:14px; line-height:1.4; letter-spacing:-.1px; }
  .book-copy-stack { width:100%; margin:0; padding:15px 0 15px 11px; transform:none; }
}

/* Podcasts */
.podcasts { position:relative; width:100%; padding:28px 0 14px; overflow:hidden; border-bottom:1px solid var(--line); background:#183f2a url('images/main-podcast-light-studio-v3.png') center 52%/cover no-repeat; }
.podcasts-heading { margin-bottom:18px; padding-inline:22px; color:#fff; text-shadow:0 2px 8px rgba(42,25,16,.78); }
.podcasts-heading .section-label { color:#ffbd4a; }
.podcasts-heading h2 { color:#fff; font-size:clamp(24px,6vw,33px); line-height:1; white-space:nowrap; }
.podcasts-heading h2 em { color:#ffbd4a; font-size:1.38em; }
.podcast-list { display:flex; gap:14px; width:calc(100% + 22px); max-width:none; margin-right:-22px; padding:2px 0 12px 22px; overflow-x:auto; overflow-y:hidden; scrollbar-width:none; overscroll-behavior-inline:contain; scroll-snap-type:none; }
.podcast-list::-webkit-scrollbar { display:none; }
.podcast-card { display:flex; flex:0 0 145px; min-width:145px; flex-direction:column; align-items:center; padding:0; overflow:visible; background:transparent; text-align:center; transform:none; transition:none; }
.podcast-card > img { box-sizing:border-box; width:145px; height:145px; padding:16px; border:1px solid rgba(111,76,52,.42); border-radius:50%; background:rgba(248,239,226,.9); object-fit:contain; object-position:center; transform:none; transition:none; }
.podcast-card > div { display:block; width:145px; min-width:0; padding:10px 4px 0; }
.podcast-card h3 { margin:0 auto; color:#fff; font-family:var(--serif); font-size:18px; font-weight:500; line-height:1.08; text-align:center; text-shadow:0 2px 7px rgba(42,25,16,.88); }
.podcast-card:hover,.podcast-card:focus-visible { transform:none; box-shadow:none; }

/* Join */
.join { padding:38px 24px 30px; background:#fff; text-align:center; }
.join > p:not(.section-label) { margin:12px 0 18px; color:var(--muted); }
.join form { display: grid; gap: 10px; max-width: 400px; margin: auto; }
.join input, .join button { width:100%; min-width:0; min-height:46px; padding:10px 18px; border:1px solid var(--line); border-radius:999px; }
.join input { background:#fff; font-size:16px; }
.join button { border-color:var(--accent); background:var(--accent); color:#fff; box-shadow:0 9px 22px rgba(178,38,96,.18); font-size:12px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; }
.join > span { display: block; min-height: 18px; margin-top: 12px; color: var(--accent); font-size: 13px; }

/* Footer */
footer { display:flex; flex-wrap:nowrap; justify-content:space-between; gap:12px; padding:22px; background:#1c1a19; color:#eee9e1; font-size:11px; letter-spacing:1px; }
footer > span { white-space:nowrap; }

@media (max-width: 360px) {
  .header { padding-inline: 16px; }
  .journey, .join { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .expect-ticker > div { animation:none; }
  .expect-card > img { transition:none; }
  .podcast-card { transition:none; }
}


