:root {
  --purple-900: #2d0f72;
  --purple-800: #5420c8;
  --purple-700: #7929de;
  --purple-100: #efe6ff;
  --blue-700: #116edc;
  --blue-100: #e9f7ff;
  --teal-700: #03a6a5;
  --green-600: #48b72c;
  --orange-700: #f36c00;
  --orange-100: #fff0df;
  --red-600: #e72b42;
  --ink: #1f255a;
  --muted: #59617e;
  --line: #e5d8fb;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(71, 30, 140, 0.13);
  --soft-shadow: 0 10px 24px rgba(71, 30, 140, 0.1);
  --title: "Baloo 2", "Nunito Sans", system-ui, sans-serif;
  --body: "Nunito Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--body);
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 62%, #f0e9ff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.page-shell {
  min-height: 100vh;
  padding: 12px 14px;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: calc(100vh - 94px);
  padding: clamp(12px, 1.6vw, 22px) clamp(14px, 2.5vw, 40px) clamp(14px, 1.8vw, 22px);
  border: 1px solid rgba(121, 41, 222, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 60%, rgba(246,239,255,0.95) 100%);
  box-shadow: 0 16px 46px rgba(71, 30, 140, 0.08);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 17%;
  width: 58%;
  height: 34%;
  border-radius: 60% 0 0 0;
  background: radial-gradient(70% 88% at 50% 100%, rgba(134, 63, 214, 0.18), rgba(236, 226, 255, 0.48) 56%, transparent 57%);
  z-index: -1;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  width: clamp(150px, 15vw, 238px);
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 8px 7px rgba(62, 20, 130, 0.14));
}

.quick-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.help-pill,
.emergency-pill {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.help-pill {
  gap: 10px;
  padding: 9px 18px 9px 11px;
  border: 2px solid rgba(121, 41, 222, 0.15);
  color: var(--purple-900);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.icon-circle {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--purple-700);
  font-family: var(--title);
  font-size: 1.25rem;
}

.emergency-pill {
  gap: 11px;
  padding: 8px 20px 8px 10px;
  color: white;
  background: linear-gradient(180deg, #fb4659, var(--red-600));
  box-shadow: 0 14px 25px rgba(231, 43, 66, 0.22);
}

.phone-icon,
.contact-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--red-600);
  background: white;
}

.phone-icon svg,
.contact-icon svg {
  width: 22px;
  fill: currentColor;
}

.emergency-pill small,
.contact-emergency small,
.contact-item small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 900;
}

.emergency-pill span:last-child {
  display: grid;
  font-family: var(--title);
  font-size: 1.85rem;
  font-weight: 800;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: clamp(10px, 3vw, 42px);
  min-height: clamp(300px, 46vh, 470px);
  margin-top: clamp(8px, 1.8vw, 22px);
}

.hero-copy {
  max-width: 730px;
  padding-left: clamp(28px, 7vw, 150px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--teal-700);
  font-size: clamp(0.78rem, 0.9vw, 1rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 9px;
  border-radius: 999px;
  background: var(--purple-100);
}

h1 {
  max-width: 720px;
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(4.25rem, 6.9vw, 7.7rem);
  font-weight: 800;
  line-height: 0.91;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-text {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.25vw, 1.38rem);
  font-weight: 800;
  line-height: 1.38;
}

.hero-character {
  position: relative;
  display: grid;
  min-height: clamp(300px, 45vh, 500px);
  place-items: center;
}

.hero-character img {
  position: relative;
  z-index: 2;
  width: min(50vh, 390px);
  max-width: 75%;
  object-fit: contain;
  filter: drop-shadow(0 30px 22px rgba(55, 27, 112, 0.16));
}

.character-glow {
  position: absolute;
  bottom: 11%;
  width: min(70%, 490px);
  height: 16%;
  border-radius: 50%;
  background: rgba(114, 59, 203, 0.13);
  filter: blur(2px);
}

.feature-cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  gap: clamp(10px, 1.4vw, 18px);
  margin-top: clamp(8px, 1vw, 18px);
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(145px, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(180px, 21vh, 230px);
  border: 2px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.feature-purple {
  border-color: #dfccfb;
  background: linear-gradient(135deg, #fff 0%, #fbf8ff 100%);
}

.feature-blue {
  border-color: #c5e8ff;
  background: linear-gradient(135deg, #fff 0%, #eff9ff 100%);
}

.feature-orange {
  border-color: #f8d8b8;
  background: linear-gradient(135deg, #fff 0%, #fff3e5 100%);
}

.card-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(8px, 0.8vw, 13px);
  background: #f7f0ff;
  overflow: hidden;
}

.feature-blue .card-media {
  background: #eaf8ff;
}

.feature-orange .card-media {
  background: #fff3e5;
}

.card-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.card-content {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(8px, 1vw, 13px);
  padding: clamp(14px, 1.45vw, 24px);
  text-align: center;
}

.card-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(1.35rem, 1.65vw, 2rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

.feature-blue .card-kicker {
  color: var(--blue-700);
}

.feature-orange .card-kicker {
  color: var(--orange-700);
}

.card-kicker span {
  display: grid;
  flex: 0 0 auto;
  width: clamp(36px, 2.9vw, 46px);
  height: clamp(36px, 2.9vw, 46px);
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--purple-700);
  box-shadow: 0 8px 16px rgba(108, 34, 214, 0.16);
}

.feature-blue .card-kicker span {
  background: var(--blue-700);
}

.feature-orange .card-kicker span {
  background: var(--orange-700);
}

.card-content p {
  max-width: 25ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.86rem, 1vw, 1.1rem);
  font-weight: 800;
  line-height: 1.38;
  text-wrap: balance;
}

.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: min(100%, 250px);
  margin-inline: auto;
  min-height: 44px;
  padding: 6px 7px 6px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
  font-size: 0.96rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(108, 34, 214, 0.18);
}

.feature-blue .card-button {
  background: linear-gradient(180deg, #238cff, var(--blue-700));
}

.feature-orange .card-button {
  background: linear-gradient(180deg, #ff8c12, var(--orange-700));
}

.card-button svg {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  padding: 7px;
  border-radius: 50%;
  background: white;
}

.card-button path {
  fill: none;
  stroke: var(--purple-800);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.feature-blue .card-button path {
  stroke: var(--blue-700);
}

.feature-orange .card-button path {
  stroke: var(--orange-700);
}

.contact-strip {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.08fr 1.12fr 1.45fr;
  align-items: center;
  margin-top: 10px;
  min-height: 82px;
  border: 1px solid rgba(121, 41, 222, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.contact-emergency,
.contact-item,
.program-mark {
  min-height: 82px;
  padding: 12px clamp(10px, 1.25vw, 21px);
}

.contact-emergency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: white;
  background: linear-gradient(180deg, #fb4659, var(--red-600));
}

.contact-emergency span:last-child {
  display: grid;
  font-family: var(--title);
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 800;
  line-height: 0.9;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #ece5fb;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.14;
}

.contact-badge {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 0.88rem;
  font-weight: 900;
}

.whatsapp { background: #20b849; }
.mail { background: var(--purple-700); }
.web { background: var(--teal-700); }

.web::before,
.web::after {
  content: "";
  position: absolute;
  border: 2px solid white;
}

.web::before {
  inset: 10px;
  border-radius: 50%;
}

.web::after {
  inset: 8px 16px;
  border-top: 0;
  border-bottom: 0;
}

.contact-item small {
  color: var(--muted);
}

.program-mark {
  display: grid;
  grid-template-columns: minmax(145px, 1fr) minmax(145px, 210px);
  align-items: center;
  gap: 14px;
}

.program-mark span {
  color: var(--muted);
  font-size: clamp(0.78rem, 0.9vw, 0.98rem);
  font-weight: 900;
  line-height: 1.2;
}

.program-mark img {
  width: 100%;
  max-height: 55px;
  object-fit: contain;
}

.decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: auto;
  object-fit: contain;
  opacity: 0.64;
  filter: drop-shadow(0 12px 18px rgba(121, 41, 222, 0.07));
  transform: translate3d(0, 0, 0) rotate(var(--decor-rotate, 0deg));
  transform-origin: center;
  will-change: transform;
}

.decor-cloud {
  width: clamp(58px, 5.8vw, 102px);
  opacity: 0.72;
}

.decor-heart {
  width: clamp(46px, 4.8vw, 90px);
  opacity: 0.46;
}

.decor-star {
  width: clamp(28px, 3vw, 56px);
  opacity: 0.74;
}

.decor-cloud-one {
  top: 18%;
  left: 27%;
  --float-x: 22px;
  --float-y: -16px;
  --float-time: 8.8s;
  --float-delay: -1.4s;
}

.decor-cloud-two {
  top: 21%;
  right: 18%;
  width: clamp(58px, 5.5vw, 98px);
  opacity: 0.62;
  --float-x: -20px;
  --float-y: -18px;
  --float-time: 9.6s;
  --float-delay: -3.2s;
}

.decor-cloud-three {
  top: 34%;
  left: 43%;
  width: clamp(44px, 4.2vw, 76px);
  opacity: 0.42;
  --float-x: 18px;
  --float-y: 14px;
  --float-time: 10.2s;
  --float-delay: -5.4s;
}

.decor-cloud-four {
  top: 58%;
  right: 24%;
  width: clamp(38px, 3.6vw, 66px);
  opacity: 0.32;
  --float-x: -18px;
  --float-y: 16px;
  --float-time: 11s;
  --float-delay: -2.9s;
}

.decor-heart-one {
  top: 62%;
  left: 7%;
  width: clamp(64px, 5.7vw, 106px);
  opacity: 0.42;
  --decor-rotate: -8deg;
  --float-x: 18px;
  --float-y: -20px;
  --float-time: 10.4s;
  --float-delay: -2.2s;
}

.decor-heart-two {
  top: 54%;
  right: 9%;
  width: clamp(36px, 3.4vw, 62px);
  opacity: 0.36;
  --decor-rotate: 8deg;
  --float-x: -16px;
  --float-y: -14px;
  --float-time: 8.4s;
  --float-delay: -0.8s;
}

.decor-heart-three {
  right: 33%;
  bottom: 20%;
  width: clamp(42px, 4.2vw, 78px);
  opacity: 0.34;
  --decor-rotate: -7deg;
  --float-x: 14px;
  --float-y: 18px;
  --float-time: 9.2s;
  --float-delay: -4.4s;
}

.decor-heart-four {
  top: 32%;
  left: 18%;
  width: clamp(34px, 3.2vw, 58px);
  opacity: 0.28;
  --decor-rotate: 10deg;
  --float-x: -14px;
  --float-y: -16px;
  --float-time: 9.8s;
  --float-delay: -6.1s;
}

.decor-heart-five {
  top: 29%;
  right: 5%;
  width: clamp(42px, 4.1vw, 72px);
  opacity: 0.32;
  --decor-rotate: -5deg;
  --float-x: 16px;
  --float-y: 18px;
  --float-time: 10.8s;
  --float-delay: -1.1s;
}

.decor-star-one {
  top: 41%;
  right: 34%;
  --decor-rotate: 12deg;
  --float-x: -12px;
  --float-y: 15px;
  --float-time: 7.4s;
  --float-delay: -1.8s;
}

.decor-star-two {
  top: 52%;
  left: 8%;
  width: clamp(42px, 4.2vw, 74px);
  --decor-rotate: -9deg;
  --float-x: 16px;
  --float-y: -18px;
  --float-time: 8s;
  --float-delay: -2.7s;
}

.decor-star-three {
  right: 8%;
  bottom: 17%;
  width: clamp(30px, 3.1vw, 56px);
  opacity: 0.56;
  --decor-rotate: 18deg;
  --float-x: -14px;
  --float-y: 16px;
  --float-time: 8.9s;
  --float-delay: -3.6s;
}

.decor-star-four {
  top: 24%;
  left: 52%;
  width: clamp(22px, 2.4vw, 42px);
  opacity: 0.5;
  --decor-rotate: -14deg;
  --float-x: 12px;
  --float-y: -12px;
  --float-time: 7.8s;
  --float-delay: -4.8s;
}

.decor-star-five {
  top: 65%;
  right: 45%;
  width: clamp(24px, 2.7vw, 48px);
  opacity: 0.42;
  --decor-rotate: 20deg;
  --float-x: -12px;
  --float-y: 14px;
  --float-time: 8.6s;
  --float-delay: -0.9s;
}

.adventures-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.adventures-page::before {
  right: auto;
  left: -9%;
  bottom: 11%;
  width: 42%;
  height: 34%;
  transform: scaleX(-1);
}

.adventures-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr minmax(170px, 260px);
  align-items: center;
  gap: 20px;
  margin: clamp(42px, 6vh, 70px) 0 clamp(24px, 4vh, 42px);
}

.back-pill {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 22px;
  border: 2px solid rgba(121, 41, 222, 0.15);
  border-radius: 999px;
  color: var(--purple-700);
  background: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-weight: 900;
  box-shadow: var(--soft-shadow);
}

.back-pill svg {
  width: 23px;
  height: 23px;
}

.back-pill path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.adventures-title-block {
  text-align: center;
}

.adventures-title-block h1 {
  max-width: none;
  font-size: clamp(4.4rem, 6.2vw, 7.4rem);
  line-height: 0.96;
}

.adventures-title-block p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(1.28rem, 1.45vw, 1.85rem);
  font-weight: 900;
}

.episodes-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 26px);
  align-items: stretch;
}

.episodes-grid.episodes-grid-single {
  grid-template-columns: minmax(0, 460px);
  justify-content: center;
}

.episodes-grid.episodes-grid-single .episode-card {
  justify-self: center;
  width: 100%;
}

.episode-card {
  --episode-color: var(--purple-700);
  --episode-tint: #fff7ef;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 540px;
  padding: clamp(12px, 1vw, 16px);
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--episode-tint) 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
}

.episode-teal {
  --episode-color: var(--teal-700);
  --episode-tint: #effbff;
  border-color: #c8eef8;
}

.episode-teal .episode-number {
  background: linear-gradient(180deg, #2ed4dc, var(--teal-700));
}

.episode-green {
  --episode-color: var(--green-600);
  --episode-tint: #f2fbe8;
  border-color: #daf1cc;
}

.episode-green .episode-number {
  background: linear-gradient(180deg, #75cf3f, var(--green-600));
}

.episode-orange {
  --episode-color: var(--orange-700);
  --episode-tint: #fff1e1;
  border-color: #f8d8b8;
}

.episode-orange .episode-number {
  background: linear-gradient(180deg, #ff9a24, var(--orange-700));
}

.episode-number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: grid;
  width: clamp(48px, 3.4vw, 66px);
  height: clamp(48px, 3.4vw, 66px);
  place-items: center;
  border: 5px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--episode-color));
  font-family: var(--title);
  font-size: clamp(1.9rem, 2.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 20px rgba(71, 30, 140, 0.13);
}

.episode-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.18 / 1;
  border-radius: 8px;
  background: white;
}

.episode-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.play-badge {
  position: absolute;
  left: 50%;
  bottom: -34px;
  z-index: 3;
  display: grid;
  width: clamp(70px, 4.8vw, 92px);
  height: clamp(70px, 4.8vw, 92px);
  place-items: center;
  border-radius: 50%;
  color: var(--purple-700);
  background: white;
  box-shadow: 0 13px 26px rgba(71, 30, 140, 0.18);
  transform: translateX(-50%);
}

.play-badge svg {
  width: 42%;
}

.play-badge path,
.watch-button path {
  fill: currentColor;
}

.episode-body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  gap: 16px;
  padding: clamp(46px, 4vw, 58px) clamp(14px, 1.3vw, 22px) clamp(8px, 0.8vw, 12px);
  text-align: center;
}

.episode-body h2 {
  margin: 0;
  color: var(--episode-color);
  font-family: var(--title);
  font-size: clamp(1.7rem, 2vw, 2.52rem);
  font-weight: 800;
  line-height: 1.02;
  text-wrap: balance;
}

.episode-body p {
  max-width: 24ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: 800;
  line-height: 1.42;
  text-wrap: balance;
}

.episode-actions {
  align-self: end;
  display: grid;
  align-items: center;
  justify-items: start;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: clamp(0.95rem, 1vw, 1.16rem);
  font-weight: 900;
  white-space: nowrap;
}

.duration span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  color: transparent;
}

.watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 9px 18px 9px 15px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
  font-size: clamp(0.95rem, 1vw, 1.18rem);
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(108, 34, 214, 0.18);
  white-space: nowrap;
}

.watch-button svg {
  width: 20px;
  height: 20px;
}

.mood-carousel {
  background: #e9f8ff;
}

.mood-carousel .mood-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: moodCarousel 6s infinite;
}

.mood-carousel .mood-slide-one {
  animation-delay: 0s;
}

.mood-carousel .mood-slide-two {
  animation-delay: 2s;
}

.mood-carousel .mood-slide-three {
  animation-delay: 4s;
}

.video-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.video-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr minmax(170px, 260px);
  align-items: center;
  gap: 20px;
  margin: clamp(34px, 5vh, 58px) 0 clamp(22px, 3vh, 34px);
}

.video-title-block {
  text-align: center;
}

.video-kicker {
  margin: 0 0 6px;
  color: var(--teal-700);
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  font-weight: 900;
  text-transform: uppercase;
}

.video-title-block h1 {
  max-width: none;
  font-size: clamp(3.6rem, 5.7vw, 6.6rem);
  line-height: 0.96;
}

.video-title-block > p:last-child {
  margin: 12px auto 0;
  max-width: 36ch;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.3vw, 1.55rem);
  font-weight: 900;
  line-height: 1.28;
}

.video-stage {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  grid-template-areas:
    "player note";
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}

.youtube-frame {
  grid-area: player;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 8px;
  background: #efe6ff;
  box-shadow: var(--shadow);
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #1f1f1f;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(75, 30, 150, 0.2));
  pointer-events: none;
}

.video-inline-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  width: 100%;
  border: 0;
  color: white;
  background:
    radial-gradient(circle at center, rgba(86, 31, 190, 0.34), rgba(86, 31, 190, 0.06) 46%, transparent 64%);
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.video-inline-play.is-loading {
  cursor: progress;
}

.video-inline-play.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-inline-play-icon {
  display: grid;
  place-items: center;
  width: clamp(72px, 7vw, 112px);
  height: clamp(72px, 7vw, 112px);
  border-radius: 50%;
  color: var(--purple-700);
  background: white;
  box-shadow: 0 16px 34px rgba(60, 28, 122, 0.22);
}

.video-inline-play-icon svg {
  width: 46%;
  height: 46%;
  transform: translateX(4%);
}

.video-inline-play-icon path {
  fill: currentColor;
}

.video-inline-play > span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
  font-family: var(--title);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(108, 34, 214, 0.24);
}

.youtube-local-message {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(20px, 3vw, 44px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.96), rgba(255,255,255,0.38) 34%, transparent 35%),
    linear-gradient(135deg, #fff8ee 0%, #f3ebff 100%);
}

.youtube-local-message .local-play {
  position: static;
  transform: none;
  width: clamp(78px, 6vw, 110px);
  height: clamp(78px, 6vw, 110px);
}

.youtube-local-message h2 {
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  line-height: 1;
}

.youtube-local-message p {
  max-width: 42ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.26rem);
  font-weight: 800;
  line-height: 1.38;
}

.youtube-fallback {
  grid-area: fallback;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px 10px 15px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(108, 34, 214, 0.18);
}

.youtube-fallback svg {
  width: 20px;
  height: 20px;
}

.youtube-fallback path {
  fill: currentColor;
}

.video-note {
  grid-area: note;
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  min-height: 100%;
  padding: clamp(22px, 2vw, 34px);
  border: 2px solid #dfccfb;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7ef 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
}

.video-note .episode-number {
  position: static;
}

.video-note .watch-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.video-note h2 {
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1;
}

.video-note p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 800;
  line-height: 1.4;
}

.mood-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.mood-page::before {
  right: -11%;
  bottom: 7%;
  width: 42%;
  height: 38%;
}

.mood-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr minmax(170px, 260px);
  align-items: center;
  gap: 20px;
  margin: clamp(34px, 5vh, 58px) 0 clamp(22px, 3vh, 34px);
}

.mood-title-block {
  text-align: center;
}

.mood-title-block h1 {
  max-width: none;
  font-size: clamp(3.6rem, 5.7vw, 6.7rem);
  line-height: 0.96;
}

.mood-title-block > p:last-child {
  margin: 12px auto 0;
  max-width: 42ch;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.3vw, 1.55rem);
  font-weight: 900;
  line-height: 1.28;
}

.mood-stage {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}

.mood-coming-soon {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  min-height: 430px;
  padding: clamp(28px, 3vw, 46px);
  border: 2px solid #c8eef8;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 12%, rgba(46, 212, 220, 0.2), transparent 30%),
    linear-gradient(180deg, #effbff 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
}

.mood-coming-soon .episode-number {
  position: static;
  background: linear-gradient(180deg, #2ed4dc, var(--teal-700));
}

.mood-eyebrow {
  margin: 0;
  color: var(--teal-700);
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  font-weight: 900;
  text-transform: uppercase;
}

.mood-coming-soon h2 {
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(2.1rem, 2.8vw, 3.4rem);
  line-height: 0.98;
}

.mood-coming-soon p:not(.mood-eyebrow) {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.12vw, 1.24rem);
  font-weight: 800;
  line-height: 1.42;
}

.mood-coming-soon .watch-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.mood-states-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

.mood-state-card {
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  min-height: 430px;
  padding: clamp(12px, 1.1vw, 16px);
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7ef 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
  text-align: center;
}

.mood-state-sad {
  border-color: #c8eef8;
  background: linear-gradient(180deg, #effbff 0%, rgba(255,255,255,0.96) 100%);
}

.mood-state-thoughtful {
  border-color: #dfccfb;
  background: linear-gradient(180deg, #f5efff 0%, rgba(255,255,255,0.96) 100%);
}

.mood-state-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: contain;
  object-position: center bottom;
}

.mood-state-card div {
  display: grid;
  gap: 8px;
  padding: 0 clamp(8px, 1vw, 16px) clamp(8px, 0.9vw, 12px);
}

.mood-state-card h2 {
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(1.8rem, 2vw, 2.65rem);
  line-height: 0.98;
}

.mood-state-sad h2 {
  color: var(--teal-700);
}

.mood-state-thoughtful h2 {
  color: var(--purple-700);
}

.mood-state-card p {
  max-width: 24ch;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(0.96rem, 1vw, 1.15rem);
  font-weight: 800;
  line-height: 1.36;
}

.heal-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.heal-page::before {
  right: -10%;
  bottom: 8%;
  width: 42%;
  height: 38%;
}

.heal-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr minmax(170px, 260px);
  align-items: center;
  gap: 20px;
  margin: clamp(34px, 5vh, 58px) 0 clamp(22px, 3vh, 34px);
}

.heal-title-block {
  text-align: center;
}

.heal-title-block h1 {
  max-width: none;
  font-size: clamp(3.6rem, 5.7vw, 6.7rem);
  line-height: 0.96;
}

.heal-title-block > p:last-child {
  margin: 12px auto 0;
  max-width: 38ch;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.3vw, 1.55rem);
  font-weight: 900;
  line-height: 1.28;
}

.heal-stage {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}

.heal-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 2px solid #daf1cc;
  border-radius: 8px;
  background: linear-gradient(180deg, #f2fbe8 0%, #fffdf7 100%);
  box-shadow: var(--shadow);
}

.heal-visual-card img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: clamp(10px, 1.4vw, 22px);
  object-fit: contain;
  object-position: center;
}

.heal-status-pill {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #75cf3f, var(--green-600));
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(77, 160, 29, 0.18);
}

.heal-content {
  display: grid;
  gap: clamp(14px, 1.5vw, 24px);
}

.heal-coming-soon {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  min-height: 260px;
  padding: clamp(26px, 2.6vw, 42px);
  border: 2px solid #daf1cc;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 14%, rgba(117, 207, 63, 0.2), transparent 30%),
    linear-gradient(180deg, #f2fbe8 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
}

.heal-coming-soon .episode-number {
  position: static;
  background: linear-gradient(180deg, #75cf3f, var(--green-600));
}

.heal-eyebrow {
  margin: 0;
  color: var(--green-600);
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  font-weight: 900;
  text-transform: uppercase;
}

.heal-coming-soon h2 {
  margin: 0;
  color: var(--purple-800);
  font-family: var(--title);
  font-size: clamp(2rem, 2.5vw, 3.15rem);
  line-height: 0.98;
}

.heal-coming-soon p:not(.heal-eyebrow) {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.08vw, 1.2rem);
  font-weight: 800;
  line-height: 1.42;
}

.heal-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

.heal-step-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: clamp(20px, 2vw, 30px);
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7ef 0%, rgba(255,255,255,0.96) 100%);
  box-shadow: var(--shadow);
}

.heal-step-card:nth-child(2) {
  border-color: #c8eef8;
  background: linear-gradient(180deg, #effbff 0%, rgba(255,255,255,0.96) 100%);
}

.heal-step-card:nth-child(3) {
  border-color: #daf1cc;
  background: linear-gradient(180deg, #f2fbe8 0%, rgba(255,255,255,0.96) 100%);
}

.heal-step-card span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(180deg, #75cf3f, var(--green-600));
  font-family: var(--title);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 20px rgba(77, 160, 29, 0.14);
}

.heal-step-card:nth-child(2) span {
  background: linear-gradient(180deg, #2ed4dc, var(--teal-700));
}

.heal-step-card:nth-child(3) span {
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
}

.heal-step-card h2 {
  margin: 0;
  color: var(--green-600);
  font-family: var(--title);
  font-size: clamp(1.65rem, 1.7vw, 2.25rem);
  line-height: 1;
}

.heal-step-card:nth-child(2) h2 {
  color: var(--teal-700);
}

.heal-step-card:nth-child(3) h2 {
  color: var(--purple-700);
}

.heal-step-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  font-weight: 800;
  line-height: 1.36;
}

.care-page::before {
  right: -12%;
  bottom: 7%;
}

.care-visual-card {
  border-color: #f8d8b8;
  background: linear-gradient(180deg, #fff1e1 0%, #fffdf7 100%);
}

.care-visual-card img {
  padding: clamp(8px, 1.2vw, 18px);
}

.care-status-pill,
.care-coming-soon .episode-number,
.care-step-card span {
  background: linear-gradient(180deg, #ff9a24, var(--orange-700));
}

.care-coming-soon {
  border-color: #f8d8b8;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 154, 36, 0.2), transparent 30%),
    linear-gradient(180deg, #fff1e1 0%, rgba(255,255,255,0.96) 100%);
}

.care-eyebrow,
.care-step-card h2 {
  color: var(--orange-700);
}

.care-step-card {
  border-color: #f8d8b8;
}

.care-step-card:nth-child(2) {
  border-color: #daf1cc;
  background: linear-gradient(180deg, #f2fbe8 0%, rgba(255,255,255,0.96) 100%);
}

.care-step-card:nth-child(2) span {
  background: linear-gradient(180deg, #75cf3f, var(--green-600));
}

.care-step-card:nth-child(2) h2 {
  color: var(--green-600);
}

.care-step-card:nth-child(3) {
  border-color: #c8eef8;
  background: linear-gradient(180deg, #effbff 0%, rgba(255,255,255,0.96) 100%);
}

.care-step-card:nth-child(3) span {
  background: linear-gradient(180deg, #2ed4dc, var(--teal-700));
}

.care-step-card:nth-child(3) h2 {
  color: var(--teal-700);
}

.guide-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.guide-page::before {
  right: -9%;
  bottom: 9%;
  width: 42%;
  height: 38%;
}

.guide-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 260px) 1fr minmax(170px, 260px);
  align-items: center;
  gap: 20px;
  margin: clamp(34px, 5vh, 58px) 0 clamp(22px, 3vh, 34px);
}

.guide-title-block {
  display: grid;
  justify-items: center;
  text-align: center;
}

.guide-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 0 0 22px;
  padding: 10px 32px;
  border-radius: 999px;
  color: var(--purple-700);
  background: #f2f5ff;
  font-family: var(--title);
  font-size: clamp(1.55rem, 2vw, 2.35rem);
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.guide-label span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: white;
  background: linear-gradient(180deg, #2ed4dc, var(--blue-700));
  line-height: 1;
}

.guide-title-block h1 {
  max-width: none;
  font-size: clamp(3.3rem, 5vw, 6.3rem);
  line-height: 0.96;
}

.guide-title-block > p:last-child {
  margin: 14px auto 0;
  max-width: 58ch;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.3vw, 1.58rem);
  font-weight: 900;
  line-height: 1.28;
}

.guide-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  max-width: 1680px;
  margin: 0 auto;
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
  overflow: hidden;
  min-height: 455px;
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 8px;
  background: linear-gradient(90deg, #e8f8ff 0%, #f9f4ff 100%);
  box-shadow: var(--shadow);
}

.guide-story-card {
  border-color: #ccefe5;
  background: linear-gradient(90deg, #f0fbf5 0%, #eaf9f2 100%);
}

.guide-steps-card {
  border-color: #ffd6aa;
  background: linear-gradient(90deg, #fff3e6 0%, #fff8ef 100%);
}

.guide-media {
  overflow: hidden;
  min-height: 100%;
}

.guide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guide-story-card .guide-media img {
  object-position: center;
}

.guide-steps-card .guide-media img {
  object-fit: contain;
  padding: clamp(10px, 1.2vw, 18px);
  background: #fffbf2;
}

.guide-content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: clamp(26px, 2.8vw, 46px);
}

.guide-icon {
  display: grid;
  width: clamp(64px, 4.6vw, 88px);
  height: clamp(64px, 4.6vw, 88px);
  place-items: center;
  border-radius: 50%;
  color: var(--purple-700);
  background: white;
  box-shadow: 0 13px 26px rgba(71, 30, 140, 0.18);
}

.guide-icon svg {
  width: 42%;
}

.guide-icon path {
  fill: currentColor;
}

.guide-icon-green {
  color: #09aa75;
}

.guide-icon-orange {
  color: var(--orange-700);
}

.guide-content h2 {
  margin: 0;
  color: var(--purple-700);
  font-family: var(--title);
  font-size: clamp(2rem, 2.6vw, 3.25rem);
  line-height: 0.98;
}

.guide-story-card h2 {
  color: #09aa75;
}

.guide-steps-card h2 {
  color: var(--orange-700);
}

.guide-content p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.04rem, 1.2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.36;
}

.guide-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 12px;
  color: var(--purple-700);
  background: rgba(121, 41, 222, 0.09);
  font-size: clamp(1rem, 1.06vw, 1.18rem);
  font-weight: 900;
}

.guide-meta span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  color: transparent;
}

.guide-meta-green {
  color: #09aa75;
  background: rgba(9, 170, 117, 0.1);
}

.guide-meta-green span {
  border-radius: 6px;
}

.guide-meta-orange {
  color: var(--orange-700);
  background: rgba(243, 108, 0, 0.1);
}

.guide-meta-orange span {
  border-radius: 6px;
}

.guide-actions {
  display: grid;
  gap: 12px;
  width: 100%;
}

.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px 22px;
  border-radius: 999px;
  color: white;
  font-size: clamp(1rem, 1.2vw, 1.32rem);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(71, 30, 140, 0.16);
  white-space: nowrap;
}

.guide-button svg {
  width: 26px;
  height: 26px;
}

.guide-button path {
  fill: currentColor;
}

.guide-button-purple {
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
}

.guide-button-green {
  background: linear-gradient(180deg, #12bf84, #069967);
}

.guide-button-orange {
  background: linear-gradient(180deg, #ff8d1d, var(--orange-700));
}

.guide-button-soft-green {
  color: #07976a;
  background: #dff8ed;
  box-shadow: none;
}

.guide-button-soft-green path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.guide-button-soft-purple {
  color: var(--purple-700);
  background: #efe6ff;
  box-shadow: none;
}

.guide-button-soft-purple path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.guide-button-soft-orange {
  color: var(--orange-700);
  background: #fff0df;
  box-shadow: none;
}

.guide-button-soft-orange path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.story-page {
  min-height: calc(100vh - 94px);
  padding-bottom: clamp(22px, 2.2vw, 34px);
}

.story-page::before {
  right: -12%;
  bottom: 6%;
  width: 48%;
  height: 36%;
}

.story-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 250px) 1fr minmax(170px, 250px);
  align-items: center;
  gap: 20px;
  margin: clamp(28px, 4.4vh, 50px) 0 clamp(20px, 3vh, 32px);
}

.story-title-block {
  display: grid;
  justify-items: center;
  text-align: center;
}

.story-title-block h1 {
  max-width: none;
  font-size: clamp(3.1rem, 4.7vw, 5.8rem);
  line-height: 0.96;
}

.story-title-block > p:last-child {
  margin: 12px auto 0;
  max-width: 48ch;
  color: var(--ink);
  font-size: clamp(1.06rem, 1.25vw, 1.5rem);
  font-weight: 900;
  line-height: 1.28;
}

.story-label {
  margin-bottom: 18px;
}

.story-download {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #12bf84, #069967);
  font-size: clamp(0.98rem, 1vw, 1.15rem);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(9, 170, 117, 0.18);
  white-space: nowrap;
}

.story-download svg {
  width: 24px;
  height: 24px;
}

.story-download path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.story-reader {
  position: relative;
  z-index: 4;
  max-width: 1580px;
  margin: 0 auto;
}

.story-book-shell {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
}

.story-book {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: clamp(420px, 65vh, 840px);
  padding: clamp(10px, 1.2vw, 18px);
  border: 2px solid rgba(121, 41, 222, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.95), rgba(246, 239, 255, 0.72) 56%, rgba(239, 230, 255, 0.92) 100%),
    #fbf8ff;
  box-shadow: var(--shadow);
  perspective: 1800px;
}

.story-book.is-spread {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(6px, 0.8vw, 12px);
}

.story-book.is-spread::after {
  content: none;
}

.story-book.is-single {
  max-width: min(720px, 100%);
  margin: 0 auto;
}

.story-sheet {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  background: white;
  box-shadow: 0 14px 26px rgba(71, 30, 140, 0.14);
  animation: storyPageIn 280ms ease both;
}

.story-spread-sheet {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(71, 30, 140, 0.12);
}

.story-sheet img {
  width: 100%;
  max-height: min(68vh, 820px);
  object-fit: contain;
}

.story-spread-sheet img {
  max-height: min(70vh, 860px);
}

.story-index-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.story-index-link {
  position: absolute;
  height: 6.6%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.story-index-overlay.is-spread-index .story-index-link {
  left: 7.5%;
  width: 38.5%;
}

.story-index-overlay.is-single-index .story-index-link {
  left: 8.5%;
  width: 83%;
}

.story-index-link:focus-visible {
  outline: 4px solid rgba(121, 41, 222, 0.42);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.story-page-move {
  position: absolute;
  inset: clamp(6px, 0.8vw, 12px);
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
}

.story-page-move .story-sheet {
  position: absolute;
  width: 100%;
  animation: none;
  will-change: transform, opacity;
}

.story-move-single .story-sheet {
  max-width: min(720px, 100%);
}

.story-page-move .story-sheet img {
  width: 100%;
  max-height: min(70vh, 860px);
  object-fit: contain;
}

.story-page-move .story-move-old {
  z-index: 2;
}

.story-page-move .story-move-new {
  z-index: 1;
}

.story-page-move.move-next .story-move-old {
  animation: storySlideOldNext 1320ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
}

.story-page-move.move-next .story-move-new {
  animation: storySlideNewNext 1320ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
}

.story-page-move.move-prev .story-move-old {
  animation: storySlideOldPrev 1320ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
}

.story-page-move.move-prev .story-move-new {
  animation: storySlideNewPrev 1320ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
}

.story-book.is-single .story-sheet img {
  max-height: min(70vh, 860px);
}

.story-nav,
.story-control-button {
  border: 0;
  cursor: pointer;
  font-family: var(--body);
}

.story-nav {
  display: grid;
  width: clamp(48px, 4.4vw, 64px);
  height: clamp(48px, 4.4vw, 64px);
  place-items: center;
  border-radius: 50%;
  color: var(--purple-700);
  background: white;
  box-shadow: 0 12px 24px rgba(71, 30, 140, 0.14);
}

.story-nav svg {
  width: 34px;
  height: 34px;
}

.story-nav path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.story-nav:disabled,
.story-control-button:disabled {
  cursor: default;
  opacity: 0.38;
}

.story-controls {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(130px, 1fr) minmax(130px, auto);
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 18px auto 0;
  padding: 10px;
  border: 2px solid rgba(121, 41, 222, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.story-controls p {
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  font-weight: 900;
}

.story-control-button {
  min-height: 44px;
  padding: 8px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(180deg, #8f2cf0, var(--purple-700));
  font-size: 1rem;
  font-weight: 900;
}

.story-page .decor-cloud-one {
  top: 16%;
  left: 22%;
}

.story-page .decor-cloud-two {
  top: 15%;
  right: 18%;
  width: 82px;
  --float-delay: -1.2s;
}

.story-page .decor-heart-one {
  top: 30%;
  left: 9%;
  width: 58px;
  --float-delay: -2.2s;
}

.story-page .decor-heart-two {
  top: 29%;
  right: 10%;
  width: 62px;
  --float-delay: -3.3s;
}

.story-page .decor-star-one {
  top: 24%;
  left: 49%;
  width: 36px;
  --float-delay: -1.7s;
}

.story-page .decor-star-two {
  top: 35%;
  right: 25%;
  width: 34px;
  --float-delay: -2.9s;
}

@keyframes storyPageIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes storySlideOldNext {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }

  70% {
    opacity: 1;
    filter: brightness(0.94);
  }

  100% {
    opacity: 0.15;
    transform: translateX(-108%) scale(0.985);
    filter: brightness(0.9);
  }
}

@keyframes storySlideNewNext {
  0% {
    opacity: 0.25;
    transform: translateX(108%) scale(0.985);
    filter: brightness(0.96);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes storySlideOldPrev {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }

  70% {
    opacity: 1;
    filter: brightness(0.94);
  }

  100% {
    opacity: 0.15;
    transform: translateX(108%) scale(0.985);
    filter: brightness(0.9);
  }
}

@keyframes storySlideNewPrev {
  0% {
    opacity: 0.25;
    transform: translateX(-108%) scale(0.985);
    filter: brightness(0.96);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }
}

.story-page-move.story-move-single {
  overflow: visible;
  perspective: 1700px;
  transform-style: preserve-3d;
}

.story-page-move.story-move-single .story-sheet {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.story-page-move.story-move-single .story-move-old {
  z-index: 3;
}

.story-page-move.story-move-single .story-move-new {
  z-index: 1;
}

.story-page-move.story-move-single.move-next .story-move-old {
  transform-origin: left center;
  animation: storySingleSheetNext 1500ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.story-page-move.story-move-single.move-next .story-move-new {
  animation: storySingleRevealNext 1500ms ease-out both;
}

.story-page-move.story-move-single.move-prev .story-move-old {
  transform-origin: right center;
  animation: storySingleSheetPrev 1500ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.story-page-move.story-move-single.move-prev .story-move-new {
  animation: storySingleRevealPrev 1500ms ease-out both;
}

@keyframes storySingleSheetNext {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
    filter: brightness(1);
  }

  42% {
    opacity: 0.96;
    transform: rotateY(-62deg) translateX(-2%) scale(0.998);
    filter: brightness(0.97);
  }

  100% {
    opacity: 0;
    transform: rotateY(-118deg) translateX(-7%) scale(0.985);
    filter: brightness(0.9);
  }
}

@keyframes storySingleRevealNext {
  0% {
    opacity: 0.24;
    transform: translateX(5%) scale(0.988);
    filter: brightness(0.96);
  }

  45% {
    opacity: 0.74;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes storySingleSheetPrev {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
    filter: brightness(1);
  }

  42% {
    opacity: 0.96;
    transform: rotateY(62deg) translateX(2%) scale(0.998);
    filter: brightness(0.97);
  }

  100% {
    opacity: 0;
    transform: rotateY(118deg) translateX(7%) scale(0.985);
    filter: brightness(0.9);
  }
}

@keyframes storySingleRevealPrev {
  0% {
    opacity: 0.24;
    transform: translateX(-5%) scale(0.988);
    filter: brightness(0.96);
  }

  45% {
    opacity: 0.74;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: brightness(1);
  }
}

.video-page .decor-cloud-one {
  top: 16%;
  left: 18%;
}

.video-page .decor-cloud-two {
  top: 17%;
  right: 14%;
}

.video-page .decor-heart-one {
  top: 38%;
  left: 4%;
}

.video-page .decor-star-one {
  top: 31%;
  right: 6%;
}

.video-page .decor-star-two {
  top: 58%;
  left: 10%;
}

.adventures-page .decor-cloud-one {
  top: 8%;
  left: 52%;
}

.adventures-page .decor-cloud-two {
  top: 38%;
  left: -2%;
  right: auto;
  width: clamp(80px, 7.5vw, 132px);
  opacity: 0.32;
}

.adventures-page .decor-cloud-three {
  top: 37%;
  right: -2%;
  left: auto;
  width: clamp(80px, 7.5vw, 132px);
  opacity: 0.32;
}

.adventures-page .decor-heart-one {
  top: 20%;
  left: 20%;
  width: clamp(44px, 4vw, 72px);
  opacity: 0.22;
}

.adventures-page .decor-heart-two {
  top: 19%;
  right: 20%;
  width: clamp(54px, 4.7vw, 84px);
  opacity: 0.22;
}

.adventures-page .decor-star-one {
  top: 13%;
  left: 42%;
  right: auto;
}

.adventures-page .decor-star-two {
  top: 22%;
  right: 6%;
  left: auto;
}

.adventures-page .decor-star-three {
  top: 27%;
  right: 15%;
  bottom: auto;
  opacity: 0.36;
}

.mood-page .decor-cloud-one {
  top: 15%;
  left: 20%;
}

.mood-page .decor-cloud-two {
  top: 20%;
  right: 17%;
}

.mood-page .decor-heart-one {
  top: 37%;
  left: 5%;
}

.mood-page .decor-heart-two {
  top: 30%;
  right: 6%;
}

.mood-page .decor-star-one {
  top: 29%;
  right: 18%;
}

.mood-page .decor-star-two {
  top: 58%;
  left: 13%;
}

.heal-page .decor-cloud-one {
  top: 15%;
  left: 20%;
}

.heal-page .decor-cloud-two {
  top: 19%;
  right: 17%;
}

.heal-page .decor-heart-one {
  top: 38%;
  left: 5%;
}

.heal-page .decor-heart-two {
  top: 31%;
  right: 6%;
}

.heal-page .decor-star-one {
  top: 29%;
  right: 18%;
}

.heal-page .decor-star-two {
  top: 58%;
  left: 13%;
}

.guide-page .decor-cloud-one {
  top: 24%;
  left: 20%;
}

.guide-page .decor-cloud-two {
  top: 15%;
  right: 16%;
}

.guide-page .decor-heart-one {
  top: 39%;
  left: 6%;
}

.guide-page .decor-heart-two {
  top: 30%;
  right: 7%;
}

.guide-page .decor-star-one {
  top: 28%;
  right: 20%;
}

.guide-page .decor-star-two {
  top: 58%;
  left: 13%;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr 0.7fr;
  }

  .hero-copy {
    padding-left: 0;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    min-height: 240px;
  }

  .contact-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-mark {
    grid-column: 1 / -1;
    border-top: 1px solid #ece5fb;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 0;
  }

  .hero {
    min-height: auto;
    padding: 14px;
    border: 0;
  }

  .brand {
    width: 136px;
  }

  .quick-actions {
    gap: 8px;
  }

  .help-pill {
    min-height: 44px;
    padding: 7px 10px;
  }

  .help-pill span:last-child {
    display: none;
  }

  .emergency-pill {
    min-height: 44px;
    padding: 7px 12px 7px 8px;
  }

  .phone-icon {
    width: 32px;
    height: 32px;
  }

  .emergency-pill span:last-child {
    font-size: 1.45rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.02rem;
  }

  .hero-character {
    min-height: 260px;
  }

  .hero-character img {
    width: min(56vw, 270px);
  }

  .feature-card {
    grid-template-columns: minmax(170px, 42%) minmax(0, 1fr);
    min-height: 230px;
  }

  .card-content {
    padding: 18px;
  }

  .card-kicker {
    font-size: 1.45rem;
  }

  .card-content p {
    max-width: 30ch;
    font-size: 0.98rem;
  }

  .card-button {
    min-height: 46px;
    font-size: 0.94rem;
    padding-left: 16px;
  }

  .contact-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 0;
  }

  .decor-cloud-one {
    top: 178px;
    left: 16%;
    width: 74px;
    opacity: 0.72;
  }

  .decor-cloud-two {
    display: block;
    top: 188px;
    right: 10%;
    width: 78px;
    opacity: 0.7;
  }

  .decor-cloud-three {
    top: 430px;
    left: 48%;
    width: 54px;
    opacity: 0.28;
  }

  .decor-cloud-four {
    top: 560px;
    right: 20%;
    width: 46px;
    opacity: 0.24;
  }

  .decor-heart-one {
    top: 760px;
    left: 7%;
    width: 96px;
    opacity: 0.34;
  }

  .decor-heart-two {
    display: block;
    top: 645px;
    right: 11%;
    width: 48px;
    opacity: 0.34;
  }

  .decor-heart-three {
    right: 26%;
    top: 710px;
    bottom: auto;
    width: 54px;
    opacity: 0.22;
  }

  .decor-heart-four {
    top: 315px;
    left: 9%;
    width: 40px;
    opacity: 0.24;
  }

  .decor-heart-five {
    top: 505px;
    right: 7%;
    width: 44px;
    opacity: 0.26;
  }

  .decor-star-one {
    top: 360px;
    right: 15%;
    width: 42px;
    opacity: 0.58;
  }

  .decor-star-two {
    top: 650px;
    left: 8%;
    width: 70px;
    opacity: 0.42;
  }

  .decor-star-three {
    display: block;
    right: 9%;
    top: 835px;
    bottom: auto;
    width: 44px;
    opacity: 0.42;
  }

  .decor-star-four {
    top: 255px;
    left: 50%;
    width: 32px;
    opacity: 0.36;
  }

  .decor-star-five {
    top: 570px;
    right: 36%;
    width: 34px;
    opacity: 0.3;
  }

  .contact-emergency,
  .contact-item,
  .program-mark {
    min-height: 72px;
  }

  .contact-item {
    border-right: 0;
    border-bottom: 1px solid #ece5fb;
  }

  .program-mark {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .program-mark img {
    max-width: 230px;
  }
}

@media (max-width: 470px) {
  .topbar {
    align-items: center;
  }

  .feature-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .card-media {
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 14px;
  }

  .card-content {
    padding: 24px 22px 28px;
    gap: 16px;
  }

  .card-kicker {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 1.9rem;
  }

  .card-kicker span {
    width: 58px;
    height: 58px;
  }

  .card-content p {
    max-width: 28ch;
    font-size: 1.18rem;
    line-height: 1.35;
  }

  .card-button {
    width: 100%;
    min-height: 62px;
    padding: 8px 9px 8px 24px;
    font-size: 1.12rem;
  }

  .card-button svg {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 1320px) {
  .episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .episode-card {
    min-height: 520px;
  }

  .video-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "player"
      "note";
  }

  .video-note {
    min-height: auto;
  }

  .mood-stage {
    grid-template-columns: 1fr;
  }

  .mood-coming-soon {
    min-height: auto;
  }

  .heal-stage {
    grid-template-columns: 1fr;
  }

  .heal-visual-card {
    min-height: 430px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 430px;
  }

  .story-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .story-download {
    justify-self: center;
  }

  .story-book-shell {
    grid-template-columns: 56px minmax(0, 1fr) 56px;
  }
}

@media (max-width: 760px) {
  .adventures-page {
    padding: 14px 14px 22px;
  }

  .adventures-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .back-pill {
    justify-self: start;
    min-height: 44px;
    padding: 8px 15px;
    font-size: 0.98rem;
  }

  .adventures-title-block h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .adventures-title-block p {
    max-width: 28ch;
    font-size: 1.05rem;
    line-height: 1.32;
  }

  .episodes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .episode-card {
    min-height: 0;
    padding: 14px;
  }

  .episode-media {
    aspect-ratio: 1.18 / 1;
  }

  .episode-body {
    padding: 48px 14px 10px;
  }

  .episode-body h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .episode-body p {
    max-width: 27ch;
    font-size: 1.08rem;
  }

  .episode-actions {
    gap: 10px;
  }

  .watch-button {
    min-height: 46px;
    padding: 8px 15px 8px 12px;
  }

  .video-page {
    padding: 14px 14px 22px;
  }

  .video-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .video-title-block h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .video-title-block > p:last-child {
    font-size: 1.05rem;
  }

  .video-stage {
    gap: 16px;
  }

  .youtube-frame {
    min-height: 230px;
  }

  .video-note {
    padding: 22px;
  }

  .video-page .decor-cloud-one {
    top: 150px;
    left: 8%;
    width: 58px;
  }

  .video-page .decor-cloud-two {
    top: 154px;
    right: 8%;
    width: 62px;
  }

  .video-page .decor-heart-one {
    top: 280px;
    left: 5%;
    width: 46px;
  }

  .video-page .decor-star-one {
    top: 252px;
    right: 8%;
    width: 34px;
  }

  .video-page .decor-star-two {
    top: 500px;
    left: 6%;
    width: 42px;
  }

  .mood-page {
    padding: 14px 14px 22px;
  }

  .mood-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .mood-title-block h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .mood-title-block > p:last-child {
    font-size: 1.05rem;
  }

  .mood-stage {
    gap: 16px;
  }

  .mood-coming-soon {
    padding: 22px;
  }

  .mood-states-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mood-state-card {
    grid-template-columns: minmax(130px, 42%) 1fr;
    grid-template-rows: auto;
    align-items: center;
    min-height: 0;
    text-align: left;
  }

  .mood-state-card img {
    min-height: 150px;
  }

  .mood-state-card div {
    padding: 8px 10px 8px 0;
  }

  .mood-state-card p {
    max-width: none;
    margin: 0;
  }

  .mood-page .decor-cloud-one {
    top: 150px;
    left: 8%;
    width: 58px;
  }

  .mood-page .decor-cloud-two {
    top: 154px;
    right: 8%;
    width: 62px;
  }

  .mood-page .decor-heart-one {
    top: 282px;
    left: 5%;
    width: 42px;
  }

  .mood-page .decor-heart-two {
    top: 278px;
    right: 6%;
    width: 44px;
  }

  .mood-page .decor-star-one {
    top: 248px;
    right: 9%;
    width: 32px;
  }

  .mood-page .decor-star-two {
    top: 500px;
    left: 7%;
    width: 38px;
  }

  .heal-page {
    padding: 14px 14px 22px;
  }

  .heal-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .heal-title-block h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .heal-title-block > p:last-child {
    font-size: 1.05rem;
  }

  .heal-stage,
  .heal-content {
    gap: 16px;
  }

  .heal-visual-card {
    min-height: 0;
    aspect-ratio: 1 / 0.82;
  }

  .heal-coming-soon {
    min-height: auto;
    padding: 22px;
  }

  .heal-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .heal-step-card {
    min-height: auto;
  }

  .heal-page .decor-cloud-one {
    top: 150px;
    left: 8%;
    width: 58px;
  }

  .heal-page .decor-cloud-two {
    top: 154px;
    right: 8%;
    width: 62px;
  }

  .heal-page .decor-heart-one {
    top: 282px;
    left: 5%;
    width: 42px;
  }

  .heal-page .decor-heart-two {
    top: 278px;
    right: 6%;
    width: 44px;
  }

  .heal-page .decor-star-one {
    top: 248px;
    right: 9%;
    width: 32px;
  }

  .heal-page .decor-star-two {
    top: 500px;
    left: 7%;
    width: 38px;
  }

  .guide-page {
    padding: 14px 14px 22px;
  }

  .guide-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .guide-label {
    min-height: 50px;
    margin-bottom: 18px;
    padding: 9px 20px;
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .guide-label span {
    width: 34px;
    height: 34px;
  }

  .guide-title-block h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .guide-title-block > p:last-child {
    font-size: 1.05rem;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guide-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .guide-media {
    min-height: 0;
    aspect-ratio: 1.16 / 1;
  }

  .guide-content {
    padding: 24px 22px 28px;
  }

  .guide-button {
    width: 100%;
    min-height: 56px;
  }

  .guide-page .decor-cloud-one {
    top: 150px;
    left: 8%;
    width: 58px;
  }

  .guide-page .decor-cloud-two {
    top: 154px;
    right: 8%;
    width: 62px;
  }

  .guide-page .decor-heart-one {
    top: 282px;
    left: 5%;
    width: 42px;
  }

  .guide-page .decor-heart-two {
    top: 278px;
    right: 6%;
    width: 44px;
  }

  .guide-page .decor-star-one {
    top: 248px;
    right: 9%;
    width: 32px;
  }

  .guide-page .decor-star-two {
    top: 500px;
    left: 7%;
    width: 38px;
  }

  .story-page {
    padding: 14px 14px 22px;
  }

  .story-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    margin: 34px 0 24px;
  }

  .story-title-block h1 {
    font-size: clamp(2.85rem, 12vw, 4.45rem);
  }

  .story-title-block > p:last-child {
    max-width: 29ch;
    font-size: 1.05rem;
  }

  .story-download {
    width: 100%;
    max-width: 310px;
    min-height: 48px;
  }

  .story-book-shell {
    grid-template-columns: 1fr;
  }

  .story-nav {
    display: none;
  }

  .story-book {
    min-height: 0;
    padding: 8px;
    border-radius: 10px;
  }

  .story-book.is-single {
    max-width: 100%;
  }

  .story-book.is-single .story-sheet img {
    max-height: none;
  }

  .story-controls {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
    border-radius: 18px;
  }

  .story-controls p {
    order: -1;
  }

  .story-control-button {
    width: 100%;
  }

  .story-page .decor-cloud-one {
    top: 150px;
    left: 8%;
    width: 58px;
  }

  .story-page .decor-cloud-two {
    top: 154px;
    right: 8%;
    width: 62px;
  }

  .story-page .decor-heart-one {
    top: 282px;
    left: 5%;
    width: 42px;
  }

  .story-page .decor-heart-two {
    top: 278px;
    right: 6%;
    width: 44px;
  }

  .story-page .decor-star-one {
    top: 248px;
    right: 9%;
    width: 32px;
  }

  .story-page .decor-star-two {
    top: 500px;
    left: 7%;
    width: 38px;
  }

  .adventures-page .decor-cloud-one {
    top: 140px;
    left: 44%;
    width: 64px;
  }

  .adventures-page .decor-cloud-two,
  .adventures-page .decor-cloud-three {
    display: none;
  }

  .adventures-page .decor-heart-one {
    top: 214px;
    left: 5%;
    width: 42px;
  }

  .adventures-page .decor-heart-two {
    top: 210px;
    right: 6%;
    width: 46px;
  }

  .adventures-page .decor-star-one {
    top: 116px;
    left: 49%;
    width: 30px;
  }

  .adventures-page .decor-star-two {
    top: 250px;
    right: 7%;
    width: 34px;
  }

  .adventures-page .decor-star-three {
    top: 300px;
    right: 18%;
    width: 28px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .decor {
    animation: decorFloat var(--float-time, 9s) ease-in-out infinite;
    animation-delay: var(--float-delay, 0s);
  }

  .hero-character img {
    animation: nonuFloat 5s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mood-carousel .mood-slide {
    animation: none;
  }

  .mood-carousel .mood-slide-one {
    opacity: 1;
  }
}

@keyframes moodCarousel {
  0%, 27% { opacity: 1; }
  33%, 100% { opacity: 0; }
}

@keyframes decorFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(var(--decor-rotate, 0deg));
  }

  50% {
    transform: translate3d(var(--float-x, 14px), var(--float-y, -16px), 0) rotate(calc(var(--decor-rotate, 0deg) + 4deg));
  }
}

@keyframes nonuFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
