:root {
  --ink: #25334d;
  --muted: #61708a;
  --cream: #fffaf0;
  --yellow: #ffd84d;
  --yellow-deep: #f3b51b;
  --orange: #f08a36;
  --coral: #ff726b;
  --blue: #55b8db;
  --blue-soft: #dff4fb;
  --white: #ffffff;
  --radius-lg: 36px;
  --radius-md: 24px;
  --shadow: 0 24px 70px rgba(45, 60, 93, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 12px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: "Comfortaa", "Nunito", sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.5px; }
.brand > span:last-child > span { color: #e76f39; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--ink); color: var(--yellow); font-size: 26px; line-height: 1; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { text-decoration: none; font-weight: 800; font-size: 15px; }
.main-nav a:hover { color: #d55f2b; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 18px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 23px; height: 23px; fill: currentColor; }
.button-small { min-height: 44px; padding: 0 20px; border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 8px 25px rgba(37,51,77,.08); }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 15px 28px rgba(234, 90, 81, .28); }
.button-primary:hover { background: #f35f57; box-shadow: 0 18px 34px rgba(234, 90, 81, .34); }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 16px 35px rgba(37,51,77,.17); }
.text-link { font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(37,51,77,.25); padding-bottom: 3px; }
.text-link span { margin-left: 5px; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 150px 0 110px;
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.9) 0 5%, transparent 5.2%),
    radial-gradient(circle at 88% 23%, rgba(255,255,255,.75) 0 4%, transparent 4.2%),
    linear-gradient(135deg, #dff5fb 0%, #f0fbfe 44%, #fff4cc 100%);
  isolation: isolate;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 26px; }
.hero-copy { padding-top: 28px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #e06531; text-transform: uppercase; letter-spacing: 1.2px; font-size: 13px; font-weight: 900; }
.eyebrow span { width: 28px; height: 4px; border-radius: 20px; background: var(--orange); }
h1, h2, h3 { font-family: "Comfortaa", "Nunito", sans-serif; margin: 0; }
h1 { margin-top: 20px; font-size: clamp(62px, 6.65vw, 98px); line-height: .94; letter-spacing: -3.5px; font-weight: 700; }
h1 em { color: #e76f39; font-style: normal; }
.hero-lead { max-width: 585px; margin: 30px 0 0; color: #4f607a; font-size: 20px; line-height: 1.6; font-weight: 650; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.hero-note { display: flex; flex-direction: column; gap: 2px; margin-top: 34px; padding-left: 17px; border-left: 5px solid var(--yellow-deep); }
.hero-note strong { font-size: 15px; }
.hero-note span { color: var(--muted); font-size: 14px; }

.hero-visual { position: relative; min-height: 570px; }
.sun { position: absolute; width: 470px; height: 470px; border-radius: 50%; top: 48px; right: 46px; background: rgba(255, 211, 69, .86); box-shadow: inset -35px -26px 0 rgba(241,167,33,.12), 0 35px 75px rgba(232,177,35,.16); }
.orbit { position: absolute; border: 2px dashed rgba(37,51,77,.18); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: 10px; top: 12px; transform: rotate(18deg); }
.orbit-two { width: 410px; height: 280px; right: 55px; top: 140px; transform: rotate(-18deg); }
.character { position: absolute; opacity: 0; filter: drop-shadow(0 26px 30px rgba(75,67,41,.18)); user-select: none; transition: opacity .22s ease; }
.character-lemon { width: 295px; left: 18px; bottom: 20px; transform: rotate(-5deg); z-index: 3; }
.character-orange { width: 280px; right: 20px; bottom: 10px; transform: rotate(5deg); z-index: 4; }
.speech-bubble { position: absolute; z-index: 6; top: 70px; left: 28px; width: 238px; padding: 17px 21px 19px; border: 1px solid rgba(37,51,77,.06); border-radius: 25px 25px 25px 8px; background: rgba(255,255,255,.97); box-shadow: 0 18px 40px rgba(37,51,77,.14); transform: rotate(-2deg); }
.speech-bubble::after { content: ""; position: absolute; left: 24px; bottom: -13px; width: 27px; height: 27px; background: inherit; border-right: 1px solid rgba(37,51,77,.06); border-bottom: 1px solid rgba(37,51,77,.06); transform: skewY(-36deg) rotate(28deg); border-radius: 0 0 6px 0; }
.speech-bubble span { display: block; margin-bottom: 6px; color: #df6537; font-family: "Nunito", sans-serif; font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: 1.25px; text-transform: uppercase; }
.speech-bubble strong { display: block; color: var(--ink); font-family: "Neucha", cursive; font-size: 29px; line-height: 1.03; font-weight: 400; letter-spacing: .1px; }
.star, .question { position: absolute; z-index: 5; font-family: "Comfortaa", "Nunito", sans-serif; color: var(--coral); }
.star-one { right: 14px; top: 80px; font-size: 38px; transform: rotate(18deg); }
.star-two { left: 2px; top: 290px; color: #3aa8cf; font-size: 27px; }
.question-one { right: 50px; top: 185px; font-size: 48px; transform: rotate(12deg); }
.question-two { left: 210px; top: 20px; color: #3aa8cf; font-size: 34px; transform: rotate(-18deg); }
.decor { position: absolute; border-radius: 50%; z-index: 0; filter: blur(1px); }
.decor-one { width: 130px; height: 130px; left: -45px; top: 290px; background: rgba(255,216,77,.54); }
.decor-two { width: 72px; height: 72px; right: 7%; bottom: 120px; background: rgba(85,184,219,.28); }
.wave { position: absolute; inset: auto 0 -1px; height: 125px; z-index: 1; }
.wave svg { width: 100%; height: 100%; }
.wave path { fill: var(--cream); }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .episode-copy h2, .cta h2 { margin-top: 14px; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.06; letter-spacing: -2px; font-weight: 700; }
.section-heading > p { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { position: relative; min-height: 300px; padding: 34px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow); }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; border: 2px dashed currentColor; border-radius: 50%; opacity: .12; right: -43px; bottom: -43px; }
.feature-yellow { background: #fff1ac; }
.feature-blue { background: #dff4fb; }
.feature-coral { background: #ffe1df; }
.feature-icon { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 22px; background: rgba(255,255,255,.77); }
.feature-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-top: 25px; font-size: 27px; line-height: 1.18; }
.feature-card p { margin: 12px 0 0; color: #59677d; line-height: 1.65; font-weight: 650; }

.episode { padding-top: 45px; }
.episode-card { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 65px; padding: 38px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.episode-poster { position: relative; min-height: 535px; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #7fd0e7 0%, #d7f4fb 58%, #fff0a9 100%); }
.episode-poster::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 15%, rgba(255,255,255,.75) 0 3%, transparent 3.2%), radial-gradient(circle at 80% 30%, rgba(255,255,255,.55) 0 4%, transparent 4.2%); }
.episode-badge { position: absolute; z-index: 5; top: 25px; left: 25px; padding: 9px 15px; border-radius: 13px; background: var(--coral); color: #fff; font-weight: 900; transform: rotate(-3deg); }
.poster-title { position: absolute; z-index: 5; top: 75px; left: 30px; font-family: "Comfortaa", "Nunito", sans-serif; font-size: clamp(29px, 3.8vw, 50px); line-height: 1.02; font-weight: 700; letter-spacing: -1.6px; }
.poster-title strong { color: #e65f33; font-size: 1.45em; }
.poster-character { position: absolute; z-index: 3; opacity: 0; filter: drop-shadow(0 20px 24px rgba(53,71,82,.15)); transition: opacity .22s ease; }
.poster-lemon { width: 250px; left: 8px; bottom: -45px; transform: rotate(-7deg); }
.poster-orange { width: 225px; right: 4px; bottom: -35px; transform: rotate(7deg); }
.poster-light { position: absolute; width: 300px; height: 130px; right: -60px; top: 130px; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,244,165,.95)); clip-path: polygon(0 40%,100% 0,100% 100%,0 60%); transform: rotate(-6deg); }
.poster-shadow { position: absolute; width: 105px; height: 205px; right: 105px; bottom: 22px; border-radius: 48% 48% 38% 38%; background: rgba(55,71,93,.22); filter: blur(10px); transform: skew(-8deg); }
.play-button { position: absolute; z-index: 7; inset: 50% auto auto 50%; display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; transform: translate(-50%,-50%); background: #fff; color: var(--coral); box-shadow: 0 18px 38px rgba(37,51,77,.22); transition: transform .2s ease; }
.play-button:hover { transform: translate(-50%,-50%) scale(1.08); }
.play-button svg { width: 40px; height: 40px; fill: currentColor; margin-left: 5px; }
.episode-copy { align-self: center; padding-right: 18px; }
.episode-copy p { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.episode-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; font-weight: 800; }
.episode-list li { display: flex; align-items: center; gap: 10px; }
.episode-list span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e2f6ec; color: #24945b; font-size: 14px; }

.cta { padding-top: 40px; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 56px 62px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(130deg, #ef7440, #ff6c65); box-shadow: 0 24px 65px rgba(224, 87, 69, .26); }
.cta .section-kicker { color: #fff4ac; }
.cta h2 { font-size: clamp(38px, 4.5vw, 62px); }

.site-footer { padding: 36px 0 42px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid rgba(37,51,77,.12); padding-top: 30px; }
.brand-footer { font-size: 21px; }
.brand-footer .brand-mark { width: 34px; height: 34px; border-radius: 11px; font-size: 22px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-inner p:last-child { text-align: right; }

.setup-toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; width: min(520px, calc(100% - 32px)); padding: 15px 20px; border-radius: 15px; color: #fff; background: var(--ink); box-shadow: 0 15px 45px rgba(37,51,77,.3); text-align: center; transform: translate(-50%, 150%); opacity: 0; transition: .3s ease; }
.setup-toast.is-visible { transform: translate(-50%,0); opacity: 1; }

[data-character].is-loaded { opacity: 1; }
