:root{--background:#faeaea;--surface:#fefcfc;--line:#7c7c7c;--muted:#a09a99;--shadow:#c4bab9;--petal:#d6cbcb;--highlight:#f8e0aa;--deep:#4f4f4f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--deep);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.header{z-index:20;border-bottom:1px solid var(--petal);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fefcfcc7;position:sticky;top:0}.container{width:min(1120px,100% - 40px);margin-inline:auto}.navbar{justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.brand{align-items:center;gap:12px;display:flex}.logo{object-fit:cover;border:1px solid var(--petal);background:#fff;border-radius:999px;width:44px;height:44px}.brand-title{letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:14px;font-weight:800}.brand-sub{color:var(--muted);margin:2px 0 0;font-size:12px}.nav{align-items:center;gap:24px;font-size:14px;font-weight:600;display:flex}.nav a:hover{opacity:.68}.btn{border:1px solid var(--deep);background:var(--deep);color:var(--surface);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:700;display:inline-flex}.btn.secondary{color:var(--deep);background:0 0}.btn.small{padding:8px 13px;font-size:14px}.hero{padding:90px 0 74px;position:relative;overflow:hidden}.hero:before{content:"";background:var(--highlight);filter:blur(80px);opacity:.48;border-radius:999px;width:360px;height:360px;position:absolute;top:90px;right:-100px}.hero:after{content:"";background:var(--petal);filter:blur(80px);opacity:.72;border-radius:999px;width:320px;height:320px;position:absolute;bottom:20px;left:-120px}.hero-grid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:42px;display:grid;position:relative}.badge{border:1px solid var(--petal);background:var(--surface);color:var(--line);border-radius:999px;padding:9px 15px;font-size:14px;display:inline-flex}h1{letter-spacing:-.055em;margin:20px 0 22px;font-size:clamp(48px,7vw,86px);line-height:.98}.lead{color:var(--line);max-width:680px;font-size:18px;line-height:1.75}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.card{border:1px solid var(--petal);background:#fefcfcb8;border-radius:32px;box-shadow:0 24px 70px #c4bab98c}.card-inner{padding:30px}.card-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.2em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:700}h2{letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,46px)}h3{margin:0 0 10px;font-size:22px}p{line-height:1.65}.section{padding:70px 0}.section-title{text-align:center;max-width:700px;margin:0 auto 36px}.section-title p:last-child{color:var(--line)}.grid-3{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature{border:1px solid var(--petal);background:#fefcfcb8;border-radius:24px;padding:24px}.icon{background:var(--highlight);border-radius:16px;place-items:center;width:44px;height:44px;margin-bottom:16px;display:grid}.split{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:24px;display:grid}.list{gap:12px;display:grid}.list-item{border:1px solid var(--petal);background:#fefcfca6;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.schedule{border:1px solid var(--petal);background:#fefcfcbf;border-radius:32px;overflow:hidden}.schedule-row{border-bottom:1px solid var(--petal);grid-template-columns:1.1fr 2fr 1.4fr .8fr;align-items:start;gap:16px;padding:20px;display:grid}.schedule-row:last-child{border-bottom:none}.schedule-details summary{cursor:pointer;color:var(--ink);font-weight:700;list-style:none}.schedule-details summary::-webkit-details-marker{display:none}.schedule-details summary:after{content:"▾";color:var(--muted);margin-left:8px;transition:transform .18s;display:inline-block}.schedule-details[open] summary:after{transform:rotate(180deg)}.schedule-expanded{border:1px solid var(--petal);color:var(--muted);background:#fefcfcb8;border-radius:18px;gap:8px;margin-top:12px;padding:14px;display:grid}.schedule-expanded p{margin:0}.schedule-meta{color:var(--muted);font-size:.94rem}.event-link{width:fit-content;color:var(--ink);text-underline-offset:4px;margin-top:4px;font-weight:700;text-decoration:underline;display:inline-flex}.pill{background:var(--highlight);width:fit-content;color:var(--deep);border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800}.cta{text-align:center;border:1px solid var(--petal);background:#fefcfcc2;border-radius:32px;max-width:850px;margin-inline:auto;padding:34px}.about-intro{max-width:690px;color:var(--line);margin:10px auto 0}.footer{border-top:1px solid var(--petal);color:var(--line);padding:28px 0;font-size:14px}.footer-row{flex-wrap:wrap;justify-content:space-between;gap:18px;display:flex}.form-wrap{place-items:center;min-height:80vh;padding:50px 20px;display:grid}.form-card{border:1px solid var(--petal);background:#fefcfcd6;border-radius:30px;width:min(560px,100%);padding:28px;box-shadow:0 24px 70px #c4bab96b}.field{gap:7px;margin-top:14px;display:grid}.field label{color:var(--line);font-size:14px;font-weight:700}.field input,.field textarea{border:1px solid var(--petal);width:100%;color:var(--deep);background:#fff;border-radius:16px;padding:13px 14px}.notice{background:var(--highlight);color:var(--deep);border-radius:16px;margin-top:14px;padding:12px 14px}@media (max-width:860px){.nav{display:none}.hero-grid,.split,.grid-3,.schedule-row{grid-template-columns:1fr}}.two-col{grid-template-columns:1fr 1fr}.podcast-list{gap:16px;display:grid}.podcast-card{border:1px solid var(--petal);background:#fefcfcb8;border-radius:28px;grid-template-columns:128px 1fr;gap:18px;padding:18px;display:grid;box-shadow:0 16px 50px #c4bab93d}.podcast-cover{aspect-ratio:1;background:var(--highlight);width:128px;color:var(--deep);border:1px solid var(--petal);border-radius:24px;place-items:center;font-size:38px;display:grid;overflow:hidden}.podcast-cover img{object-fit:cover;width:100%;height:100%;display:block}.podcast-body{min-width:0}.podcast-body h3{margin-bottom:2px}.podcast-body p{margin:8px 0}.podcast-body audio{width:100%;margin-top:10px}.guest{color:var(--muted);font-weight:700}.slug-preview{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.soft-section{background:#fefcfc47;border-block:1px solid #d6cbcb8c}.large-feature{padding:30px}.muted-copy{color:var(--line)}@media (max-width:860px){.two-col,.podcast-card{grid-template-columns:1fr}.podcast-cover{width:100%;max-width:220px}}.worldclock-section{background:linear-gradient(#fefcfc2e,#f8e0aa2e);border-block:1px solid #d6cbcb8c;padding-top:54px;padding-bottom:54px}.compact-title{margin-bottom:24px}.worldclock-grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.worldclock-card{border:1px solid var(--petal);background:#fefcfcc7;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:132px;padding:18px;display:flex;box-shadow:0 14px 42px #c4bab93d}.worldclock-city{color:var(--line);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800}.worldclock-time{letter-spacing:-.04em;font-size:clamp(28px,3vw,38px);line-height:1}.worldclock-day{color:var(--muted);font-size:13px;font-weight:700}.contact-card{border:1px solid var(--petal);background:#fefcfcd1;border-radius:24px;gap:6px;width:min(520px,100%);margin:22px auto 18px;padding:20px;display:grid;box-shadow:0 14px 42px #c4bab93d}.contact-card strong{font-size:18px}.contact-card span,.contact-card a{color:var(--line)}.contact-card a{text-underline-offset:4px;font-weight:800;text-decoration:underline}@media (max-width:1040px){.worldclock-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:620px){.worldclock-grid{grid-template-columns:repeat(2,1fr)}.worldclock-card{min-height:118px}}.hero-clock-card .card-inner{padding:28px}.worldclock-panel .worldclock-title-block{text-align:left;margin-bottom:20px}.worldclock-panel .worldclock-title-block h2{font-size:clamp(26px,3vw,38px)}.worldclock-panel .worldclock-title-block p:last-child{margin-inline:0}.worldclock-panel .worldclock-grid{grid-template-columns:repeat(2,1fr);gap:12px}.worldclock-panel .worldclock-card{border-radius:20px;min-height:112px;padding:15px}.worldclock-panel .worldclock-time{font-size:clamp(24px,3.2vw,34px)}@media (max-width:640px){.worldclock-panel .worldclock-grid{grid-template-columns:1fr}.hero-clock-card .card-inner{padding:22px}}.contact-card .whatsapp-link{color:var(--deep);justify-content:center;justify-self:center;align-items:center;gap:9px;margin-top:4px;font-weight:800;text-decoration:none;display:inline-flex}.whatsapp-icon{color:#fff;background:#25d366;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;box-shadow:0 10px 20px #25d36638}.whatsapp-icon svg{fill:currentColor;width:18px;height:18px}.empty-state{border:1px solid var(--petal);color:var(--line);background:#fefcfcb8;border-radius:28px;padding:26px}.empty-state h2,.empty-state h3{color:var(--deep)}.schedule-empty{text-align:center}.compact-hero{padding-bottom:52px}.podcast-page-section{padding-top:40px}.season-block+.season-block{margin-top:46px}.season-title{text-align:left;margin-inline:0}.podcast-list-wide{max-width:960px;margin-inline:auto}.podcast-card-wide{grid-template-columns:156px 1fr}.episode-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin:8px 0;font-size:14px;font-weight:700;display:flex}.large-empty{text-align:center;max-width:780px;margin-inline:auto}.partners-block{border-top:1px solid var(--petal);margin-top:28px;padding-top:24px}.partners-block h2{margin-bottom:18px;font-size:clamp(24px,3vw,34px)}.partners-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.partner-logo{aspect-ratio:1;border:1px solid var(--petal);background:#fefcfcad;border-radius:22px;place-items:center;padding:18px;display:grid}.partner-logo img{object-fit:contain;max-width:100%;max-height:100%}.card-inner .btn{margin-top:16px}@media (max-width:860px){.podcast-card-wide{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(2,1fr)}}.mission-title{max-width:820px}.mission-title p{max-width:760px;margin-left:auto;margin-right:auto}.program-section{padding-top:54px}.program-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.program-card{flex-direction:column;min-height:230px;display:flex}.program-card p{color:var(--line);margin-bottom:0}.podcast-note{color:var(--line);margin-top:22px;font-weight:700}.contact-card .whatsapp-link{border:1px solid var(--petal);background:#f8e0aa59;border-radius:999px;width:100%;padding:11px 14px}@media (max-width:1040px){.program-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.program-grid{grid-template-columns:1fr}}
