@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800;900&family=Fraunces:ital,opsz,wght@0,9..144,700;1,9..144,700&display=swap');

:root { --pink:#f32b77; --hot:#ff1768; --ink:#261927; --cream:#fff9f5; --soft:#f9eee8; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }

.topbar { height:82px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; background:rgba(255,249,245,.94); backdrop-filter:blur(14px); position:fixed; inset:0 0 auto; z-index:20; border-bottom:1px solid rgba(38,25,39,.08); }
.brand { display:flex; }
.podcast-logo { flex-direction:column; align-items:flex-start; gap:0; font-family:'Fraunces',Georgia,serif; font-size:20px; line-height:.85; letter-spacing:-.04em; font-weight:700; text-transform:lowercase; }
.podcast-logo b { color:var(--pink); font-style:italic; font-weight:700; }
.topbar .podcast-logo { font-size:28px; line-height:.82; }
nav { display:flex; align-items:center; gap:34px; font-size:13px; font-weight:700; }
nav a:not(.nav-cta) { transition:.2s; }
nav a:not(.nav-cta):hover { color:var(--pink); }
.nav-cta { background:var(--ink); color:white; padding:13px 18px; border-radius:999px; display:flex; gap:18px; }

.hero { min-height:100vh; position:relative; overflow:hidden; padding-top:82px; background:#e9f3f7; isolation:isolate; }
.hero-image { position:absolute; inset:82px 0 0; background:#eaf3f6 url('assets/brasilia-background.png') center/cover no-repeat; z-index:-2; animation:sceneIn .8s ease both; overflow:hidden; }
.hero-image:after { content:""; position:absolute; inset:0; z-index:4; pointer-events:none; background:linear-gradient(90deg,rgba(255,255,255,.02) 38%,rgba(255,255,255,.16) 55%,rgba(255,255,255,.84) 78%,rgba(255,255,255,.98)); }
.runner-reveal { position:absolute; z-index:2; bottom:-3%; width:min(25vw,390px); height:83%; object-fit:contain; object-position:center bottom; filter:drop-shadow(-16px 18px 13px rgba(61,35,47,.22)); user-select:none; will-change:transform,opacity; animation:runnerArrival 1.35s var(--delay) cubic-bezier(.16,.82,.22,1) both,runCycle .52s calc(var(--delay) + 1.35s) ease-in-out infinite alternate; }
.runner-one { left:-1%; --delay:.12s; z-index:1; }
.runner-two { left:17%; --delay:.42s; z-index:2; }
.runner-three { left:35%; --delay:.72s; z-index:3; }
.speed-line { position:absolute; height:2px; width:170px; left:7%; top:48%; background:linear-gradient(90deg,transparent,var(--pink)); opacity:.7; animation:speed 1.6s .9s ease-out both; }
.line-two { top:61%; left:12%; width:110px; animation-delay:1.15s; }
.hero-copy { position:absolute; left:5vw; top:14%; max-width:540px; z-index:3; animation:copyIn 1s .25s both; }
.eyebrow,.section-number,.form-kicker,.fact-index { text-transform:uppercase; letter-spacing:.16em; font-size:11px; font-weight:800; }
.eyebrow { display:flex; gap:12px; align-items:center; }
.eyebrow span { background:var(--pink); color:white; padding:7px 10px; border-radius:999px; }
h1,h2,h3,p { margin-top:0; }
.hero h1 { margin:24px 0 18px; font:600 clamp(42px,5vw,78px)/.96 var(--font-geist-sans),sans-serif; letter-spacing:-.06em; }
em { font-family:Georgia,serif; font-weight:400; color:var(--pink); }
.hero-copy>p { max-width:410px; font-size:17px; line-height:1.55; color:#554652; }
.text-link { display:inline-flex; gap:28px; border-bottom:1px solid; padding:10px 0 7px; font-size:13px; font-weight:800; }

.signup-card { position:absolute; top:13%; right:5vw; width:min(365px,31vw); background:rgba(255,252,249,.9); backdrop-filter:blur(18px); border:1px solid rgba(255,255,255,.8); border-radius:22px; padding:28px; box-shadow:0 24px 70px rgba(73,50,61,.18); animation:formIn 1.1s .35s cubic-bezier(.18,.8,.22,1) both; z-index:4; }
.form-kicker { color:var(--pink); margin-bottom:8px; }
.signup-card h2 { font-size:30px; letter-spacing:-.04em; margin-bottom:19px; }
form { display:grid; gap:13px; }
label { display:grid; gap:6px; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
input { width:100%; border:0; border-bottom:1px solid #d8cbc8; padding:7px 2px 9px; background:transparent; outline:none; color:var(--ink); font-size:13px; text-transform:none; letter-spacing:0; }
input:focus { border-color:var(--pink); }
input::placeholder { color:#9c9096; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.consent { display:flex; flex-direction:row; align-items:flex-start; gap:8px; text-transform:none; letter-spacing:0; line-height:1.3; color:#74656e; }
.consent input { width:auto; accent-color:var(--pink); margin-top:1px; }
form button,.success button { border:0; padding:14px 18px; border-radius:10px; background:var(--pink); color:white; font-weight:800; display:flex; justify-content:space-between; cursor:pointer; transition:.2s; }
form button:hover { background:var(--ink); transform:translateY(-2px); }
.signup-card>small { display:block; color:#8c7f86; margin-top:11px; font-size:9px; line-height:1.4; }
.success { min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.success>span { width:54px; height:54px; border-radius:50%; display:grid; place-items:center; background:#dff7e8; color:#16814a; font-size:25px; }
.success p { font-size:28px; font-weight:800; margin:17px 0 8px; }
.success small { color:#74656e; line-height:1.5; }
.success button { margin-top:25px; display:block; }
.scroll-cue { position:absolute; bottom:23px; left:5vw; display:flex; align-items:center; gap:12px; font-size:10px; text-transform:uppercase; letter-spacing:.16em; font-weight:800; }
.scroll-cue i { height:34px; width:34px; border:1px solid rgba(38,25,39,.3); border-radius:50%; display:grid; place-items:center; font-style:normal; animation:bob 1.5s infinite; }

.section-pad { padding:105px 8vw; }
.manifesto { background:var(--cream); }
.section-number { color:#9a8990; margin-bottom:42px; }
.manifesto-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:10vw; align-items:start; }
.manifesto h2,.learn h2,.final-cta h2 { font-size:clamp(40px,5.2vw,76px); line-height:1; letter-spacing:-.055em; }
.manifesto-copy .lead { font-size:23px; line-height:1.38; font-weight:650; letter-spacing:-.025em; }
.manifesto-copy p:last-child { color:#6f626b; line-height:1.7; }
.community-photo { margin:70px 0 0; height:390px; overflow:hidden; border-radius:4px; position:relative; }
.community-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(243,43,119,.08),transparent 45%); }
.community-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.values { margin-top:80px; border-top:1px solid #dfd3cf; display:grid; grid-template-columns:repeat(3,1fr); }
.values article { padding:34px 38px 0 0; border-right:1px solid #dfd3cf; }
.values article+article { padding-left:38px; }
.values article:last-child { border:0; }
.values span { color:var(--pink); font:italic 22px Georgia,serif; }
.values h3 { font-size:22px; margin:30px 0 10px; }
.values p { color:#786a72; line-height:1.55; max-width:270px; }

.learn { background:#efe6df; }
.learn-intro { display:flex; justify-content:space-between; align-items:flex-start; gap:60px; }
.learn-intro h2 { max-width:830px; }
.conversation-photo { margin:46px 0 0 auto; width:min(760px,72%); position:relative; }
.conversation-photo img { width:100%; height:330px; object-fit:cover; display:block; border-radius:4px; }
.conversation-photo figcaption { position:absolute; left:-155px; bottom:34px; width:230px; padding:20px; background:var(--pink); color:white; font:700 14px/1.45 var(--font-geist-sans),sans-serif; box-shadow:12px 12px 0 rgba(38,25,39,.12); }
.fact-grid { display:grid; grid-template-columns:1.1fr .9fr .9fr; margin-top:50px; gap:16px; }
.fact { min-height:380px; padding:36px; background:#fffaf6; border-radius:4px; display:flex; flex-direction:column; justify-content:space-between; }
.fact-index { color:var(--pink); }
.fact h3 { font-size:32px; line-height:1.06; letter-spacing:-.04em; margin:auto 0 20px; }
.fact p { color:#72656c; line-height:1.65; margin:0; }
.featured { background:var(--ink); color:white; }
.featured p { color:#d8ced4; }
.pink-card { background:var(--pink); color:white; }
.pink-card .fact-index,.pink-card p { color:white; }
.health-note { margin:24px 0 0; color:#83747c; font-size:11px; }
.podcast-section { min-height:500px; padding-top:68px; padding-bottom:68px; display:grid; grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr); align-items:center; gap:6vw; color:white; background:radial-gradient(circle at 82% 18%,rgba(243,43,119,.38),transparent 25%),linear-gradient(135deg,#211522,#452036); position:relative; overflow:hidden; }
.podcast-section:before,.podcast-section:after { content:""; position:absolute; width:440px; height:440px; border:1px solid rgba(255,255,255,.11); border-radius:50%; left:-210px; bottom:-260px; box-shadow:0 0 0 75px rgba(255,255,255,.025); }
.podcast-section:after { left:auto; bottom:auto; right:-250px; top:-260px; width:520px; height:520px; }
.podcast-copy { position:relative; z-index:1; max-width:700px; }
.podcast-hosts { position:relative; z-index:1; margin:0; }
.podcast-hosts img { width:100%; height:350px; object-fit:cover; object-position:center; display:block; border-radius:22px; box-shadow:16px 16px 0 rgba(243,43,119,.72); }
.podcast-kicker { color:var(--pink); margin-bottom:16px; font-size:10px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.podcast-logo-large { align-items:flex-start; font-size:clamp(24px,2.4vw,34px); margin:0 0 24px; }
.podcast-logo-large span { color:white; }
.podcast-copy h2 { font-size:clamp(36px,4.2vw,60px); line-height:1; letter-spacing:-.05em; margin-bottom:18px; }
.podcast-copy h2 em { color:#ff6ba3; }
.podcast-copy>p:not(.podcast-kicker) { max-width:580px; margin:0; color:#ddd0d8; font-size:15px; line-height:1.6; }
.podcast-button { margin-top:24px; display:inline-flex; align-items:center; justify-content:space-between; gap:32px; min-width:230px; padding:14px 19px; border-radius:999px; background:var(--pink); color:white; font-size:12px; font-weight:800; transition:.2s; }
.podcast-button:hover { background:white; color:var(--ink); transform:translateY(-3px); }
.final-cta { min-height:580px; display:grid; grid-template-columns:1.15fr .85fr; gap:7vw; align-items:center; text-align:left; background:linear-gradient(135deg,#fff8f3,#ffe8ef); position:relative; overflow:hidden; }
.final-cta:before,.final-cta:after { content:""; position:absolute; border:1px solid rgba(243,43,119,.18); border-radius:50%; width:420px; height:420px; left:-190px; }
.final-cta:after { left:auto; right:-180px; width:520px; height:520px; }
.final-community-photo,.final-copy { position:relative; z-index:1; }
.final-community-photo { margin:0; }
.final-community-photo img { width:100%; height:390px; object-fit:cover; display:block; border-radius:4px; box-shadow:-18px 18px 0 rgba(243,43,119,.18); }
.final-copy>p { color:var(--pink); text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:800; }
.final-cta h2 { margin:20px 0 36px; }
.final-cta a { background:var(--ink); color:white; border-radius:999px; padding:16px 24px; display:inline-flex; gap:45px; font-weight:800; z-index:2; }
footer { padding:35px 5vw; background:var(--ink); color:white; display:flex; align-items:center; justify-content:space-between; font-size:11px; }
.footer-brand { color:white; }
footer p { margin:0; color:#b9aeb5; }
[hidden] { display:none !important; }
.reveal { opacity:0; transform:translateY(35px); transition:opacity .8s ease,transform .8s cubic-bezier(.18,.8,.22,1); }
.reveal.is-visible { opacity:1; transform:none; }

@media(min-width:951px){
  .hero { min-height:0; padding-bottom:0; background:var(--cream); }
  .hero-image { height:calc(100vh - 82px); bottom:auto; }
  .hero-copy { position:relative; left:auto; top:auto; max-width:none; min-height:520px; margin-top:calc(100vh - 82px); padding:76px 7vw 82px; color:white; background:radial-gradient(circle at 88% 12%,rgba(243,43,119,.34),transparent 27%),linear-gradient(125deg,#211423 0%,#341c32 58%,#50213b 100%); animation:copyIn 1s .25s both; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.65fr); grid-template-rows:auto 1fr auto; column-gap:8vw; overflow:hidden; }
  .hero-copy:before { content:""; position:absolute; width:430px; height:430px; border:1px solid rgba(255,255,255,.12); border-radius:50%; right:-160px; bottom:-245px; box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018); }
  .hero-copy>* { position:relative; z-index:1; }
  .hero-copy .eyebrow { grid-column:1/-1; color:#eadde5; margin-bottom:34px; }
  .hero-copy h1 { grid-column:1; grid-row:2/4; align-self:center; max-width:980px; margin:0; font-size:clamp(68px,6.2vw,112px); line-height:.9; letter-spacing:-.07em; }
  .hero-copy h1 em { color:#ff5b96; }
  .hero-copy>p { grid-column:2; grid-row:2; align-self:end; max-width:560px; margin-bottom:30px; color:#e9dfe5; font-size:clamp(20px,1.55vw,27px); line-height:1.5; }
  .hero-copy .text-link { grid-column:2; grid-row:3; align-self:start; justify-self:start; color:white; border-color:rgba(255,255,255,.45); font-size:14px; min-width:245px; justify-content:space-between; }
  .signup-card { top:calc(82px + 4vh); }
  .scroll-cue { top:calc(100vh - 58px); bottom:auto; z-index:6; }
}

@keyframes sceneIn { from{opacity:0;transform:scale(1.035)} to{opacity:1;transform:scale(1)} }
@keyframes runnerArrival { 0%{opacity:0;transform:translate3d(-62vw,10px,0) rotate(-2deg)} 70%{opacity:1} 100%{opacity:1;transform:translate3d(0,0,0) rotate(0)} }
@keyframes runCycle { from{transform:translate3d(0,0,0) rotate(-.35deg)} to{transform:translate3d(6px,-7px,0) rotate(.35deg)} }
@keyframes copyIn { from{opacity:0;transform:translateX(-55px)} to{opacity:1;transform:none} }
@keyframes formIn { from{opacity:0;transform:translateX(100px)} to{opacity:1;transform:none} }
@keyframes speed { from{opacity:0;transform:translateX(-100px) scaleX(.2)} to{opacity:.7;transform:none} }
@keyframes bob { 50%{transform:translateY(5px)} }

@media(max-width:950px){
  nav a:not(.nav-cta){display:none}.hero{min-height:auto;padding:82px 0 50px}.hero-image{position:relative;inset:auto;height:58vw;min-height:430px;background-position:center}.runner-reveal{width:31%;height:78%;bottom:0}.runner-one{left:-2%}.runner-two{left:24%}.runner-three{left:49%}.hero-image:after{background:linear-gradient(0deg,var(--cream),transparent 34%)}.hero-copy{position:relative;left:auto;top:auto;margin:-85px 5vw 35px;max-width:600px}.signup-card{position:relative;top:auto;right:auto;width:auto;margin:0 5vw;animation-delay:.1s}.scroll-cue{display:none}.manifesto-grid,.learn-intro{grid-template-columns:1fr;display:grid;gap:22px}.fact-grid{grid-template-columns:1fr}.fact{min-height:300px}.values{grid-template-columns:1fr}.values article,.values article+article{padding:28px 0;border-right:0;border-bottom:1px solid #dfd3cf}.section-pad{padding:80px 6vw}footer{gap:24px;flex-wrap:wrap}}
@media(max-width:950px){.podcast-section{grid-template-columns:1fr;gap:46px;text-align:center}.podcast-hosts{width:min(620px,100%);justify-self:center}.podcast-hosts img{height:auto;max-height:390px}.podcast-copy{justify-self:center}.podcast-logo-large{align-items:center;margin-left:auto;margin-right:auto}.podcast-copy>p:not(.podcast-kicker){margin-left:auto;margin-right:auto}}
@media(max-width:950px){.community-photo{height:330px;margin-top:48px}.conversation-photo{width:calc(100% - 70px);margin-top:35px}.conversation-photo figcaption{left:-55px}.final-cta{grid-template-columns:1fr;gap:48px;text-align:center}.final-community-photo{width:min(680px,100%);justify-self:center}.final-community-photo img{height:auto;max-height:390px}.final-copy{justify-self:center}.final-cta a{justify-content:space-between}}
@media(max-width:560px){.topbar{height:70px;padding:0 4vw}.nav-cta{font-size:11px;padding:11px 13px;gap:8px}.hero{padding-top:70px}.hero-image{height:92vw;min-height:380px;max-height:470px;background-position:42% center;overflow:hidden;isolation:isolate;clip-path:inset(0)}.runner-reveal{width:70%;max-width:none;height:118%;bottom:-13%;object-position:center bottom}.runner-one{left:-18%}.runner-two{left:16%}.runner-three{left:50%}.hero-copy{margin-top:28px}.hero h1{font-size:44px}.hero-copy>p{font-size:15px}.signup-card{padding:23px}.field-row{grid-template-columns:1fr}.manifesto h2,.learn h2,.final-cta h2{font-size:42px}.manifesto-copy .lead{font-size:20px}.community-photo{height:260px}.conversation-photo{width:100%;margin-bottom:95px}.conversation-photo img{height:260px}.conversation-photo figcaption{left:18px;right:18px;bottom:-70px;width:auto}.values{margin-top:45px}.fact{padding:28px}.final-community-photo img{height:270px}.section-pad{padding:68px 5vw}footer{display:grid}.brand{font-size:9px}}
@media(max-width:560px){.topbar .podcast-logo{font-size:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}
