:root {
  --bg: #F6F1E8;
  --surface: #EFE6D8;
  --text: #3A2F2A;
  --deep: #2F4A3C;
  --natural: #6E7B52;
  --gold: #C89A4B;
  --warm: #A86C3D;
  --shadow: 0 24px 60px rgba(58, 47, 42, 0.12);
  --shadow-strong: 0 28px 80px rgba(47, 74, 60, 0.18);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 14%, rgba(200, 154, 75, 0.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(110, 123, 82, 0.12), transparent 26%),
    linear-gradient(180deg, #f8f3eb 0%, #f6f1e8 46%, #efe6d8 100%);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}

body.story-viewer-open {
  overflow: hidden;
}

a,
button {
  font: inherit;
}

.parent-home-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 36px 20px 34px;
  overflow: hidden;
  isolation: isolate;
}

.parent-home-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1020px);
  display: grid;
  gap: 24px;
  padding: clamp(34px, 5vw, 56px) clamp(24px, 5vw, 48px);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.76), rgba(248, 243, 235, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow:
    0 28px 80px rgba(126, 96, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
  text-align: center;
}

.parent-home-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.parent-home-hero__glow,
.parent-home-hero__beam,
.parent-home-hero__veil {
  position: absolute;
  pointer-events: none;
}

.parent-home-hero__glow {
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.9;
}

.parent-home-hero__glow--warm {
  top: 4%;
  right: 8%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(circle, rgba(255, 236, 190, 0.48), rgba(255, 236, 190, 0.18) 38%, transparent 72%);
  animation: heroGlowDriftWarm 18s ease-in-out infinite alternate;
}

.parent-home-hero__glow--sage {
  left: 4%;
  bottom: 8%;
  width: min(30vw, 360px);
  height: min(30vw, 360px);
  background: radial-gradient(circle, rgba(110, 123, 82, 0.16), rgba(110, 123, 82, 0.08) 42%, transparent 74%);
  animation: heroGlowDriftSage 22s ease-in-out infinite alternate;
}

.parent-home-hero__beam {
  left: 50%;
  top: -18%;
  width: min(78vw, 980px);
  height: min(68vh, 760px);
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(255, 250, 238, 0.78) 0%, rgba(255, 250, 238, 0.16) 38%, transparent 72%);
  opacity: 0.54;
  filter: blur(8px);
  animation: heroBeamFloat 16s ease-in-out infinite alternate;
}

.parent-home-hero__veil {
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, transparent 0%, transparent 46%, rgba(58, 47, 42, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.12), rgba(246, 241, 232, 0.04));
}

.parent-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 251, 244, 0.78);
  border: 1px solid rgba(168, 108, 61, 0.1);
  color: rgba(47, 74, 60, 0.92);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.parent-home-hero__content h1 {
  margin: 0;
  max-width: 900px;
  justify-self: center;
  font-size: clamp(3.1rem, 7vw, 6.3rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.parent-home-hero__lead {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.76;
  text-wrap: balance;
}

.parent-home-hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.parent-home-hero__assist {
  margin: -4px auto 0;
  color: rgba(58, 47, 42, 0.64);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

.content-switcher {
  width: 100%;
  padding: 0 20px 34px;
  scroll-margin-top: 24px;
}

.content-switcher__shell {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: 28px;
  background: rgba(246, 241, 232, 0.76);
  border: 1px solid rgba(58, 47, 42, 0.08);
  box-shadow: 0 20px 48px rgba(58, 47, 42, 0.08);
  backdrop-filter: blur(14px);
}

.content-switcher__button {
  min-height: 64px;
  padding: 0 24px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: rgba(58, 47, 42, 0.78);
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.content-switcher__button:hover {
  transform: translateY(-1px);
  color: var(--text);
}

.content-switcher__button:focus-visible {
  outline: 2px solid rgba(47, 74, 60, 0.34);
  outline-offset: 2px;
}

.content-switcher__button--active {
  background: linear-gradient(180deg, var(--deep) 0%, #243a30 100%);
  color: var(--bg);
  box-shadow: 0 18px 40px rgba(47, 74, 60, 0.24);
}

.session-feature {
  width: 100%;
  padding: 0 20px 52px;
}

.session-feature__shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.session-feature__copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.session-feature__copy h2 {
  margin: 0;
  max-width: 960px;
  font-size: clamp(2.3rem, 4.4vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.session-feature__copy p {
  margin: 0;
  max-width: 860px;
  color: rgba(58, 47, 42, 0.76);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.06rem;
  line-height: 1.74;
}

.session-feature__cta-note {
  margin: -2px 0 0;
  max-width: 720px;
  color: rgba(58, 47, 42, 0.86);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.session-feature__benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.session-feature__benefit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(168, 108, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.session-feature__actions {
  display: flex;
  justify-content: center;
}

.session-feature__timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.session-feature__scene-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(168, 108, 61, 0.12);
  box-shadow: 0 18px 34px rgba(58, 47, 42, 0.08);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 420ms ease, opacity 560ms ease;
  transform-origin: center bottom;
}

.session-feature__scene-card:hover {
  transform: translateY(-8px) scale(1.022);
  box-shadow: 0 24px 42px rgba(58, 47, 42, 0.12);
}

.session-feature__scene-card:focus-within {
  transform: translateY(-8px) scale(1.022);
  box-shadow: 0 24px 42px rgba(58, 47, 42, 0.12);
}

.session-feature__scene-order {
  color: rgba(58, 47, 42, 0.46);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.session-feature__scene-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(246, 241, 232, 0.06), rgba(47, 74, 60, 0.14)),
    var(--session-scene-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 14px 28px rgba(58, 47, 42, 0.12);
}

.session-feature__scene-card strong {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.42;
}

.session-feature--reveal-ready .session-feature__scene-card {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card {
  opacity: 1;
  transform: none;
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card:nth-child(1) {
  transition-delay: 0ms;
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card:nth-child(2) {
  transition-delay: 70ms;
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card:nth-child(3) {
  transition-delay: 140ms;
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card:nth-child(4) {
  transition-delay: 210ms;
}

.session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card:nth-child(5) {
  transition-delay: 280ms;
}

.parent-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 30px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.parent-home-hero__button:hover {
  transform: translateY(-2px);
}

.parent-home-hero__button--primary {
  background: linear-gradient(180deg, var(--deep) 0%, #243a30 100%);
  color: var(--bg);
  box-shadow:
    0 24px 52px rgba(47, 74, 60, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  filter: drop-shadow(0 10px 24px rgba(47, 74, 60, 0.12));
}

.parent-home-hero__button--primary:hover {
  box-shadow:
    0 28px 58px rgba(47, 74, 60, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.story-showcase {
  width: 100%;
  margin: 0 auto;
  padding: 18px 0 64px;
  scroll-margin-top: 20px;
  position: relative;
}

.story-showcase__header {
  width: min(100%, 1180px);
  margin: 0 auto 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
}

.story-showcase__intro {
  max-width: 760px;
  display: grid;
  gap: 10px;
}

.story-showcase__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.82);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-showcase__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.story-showcase__intro p {
  margin: 0;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.story-showcase__tabs {
  width: min(100%, 760px);
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: 28px;
  background: rgba(246, 241, 232, 0.76);
  border: 1px solid rgba(58, 47, 42, 0.08);
  box-shadow: 0 20px 48px rgba(58, 47, 42, 0.08);
  backdrop-filter: blur(14px);
}

.story-showcase__tab {
  min-height: 64px;
  padding: 0 24px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: rgba(58, 47, 42, 0.78);
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.story-showcase__tab:hover {
  transform: translateY(-1px);
  color: var(--text);
}

.story-showcase__tab--active {
  background: linear-gradient(180deg, var(--deep) 0%, #243a30 100%);
  color: var(--bg);
  box-shadow: 0 18px 40px rgba(47, 74, 60, 0.24);
}

.story-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 0;
}

.story-carousel__viewport {
  overflow: hidden;
  border-radius: 0;
  padding: 10px;
}

.story-carousel__track {
  position: relative;
  min-height: 620px;
}

.story-carousel__arrow {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.9);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(58, 47, 42, 0.08);
  font-size: 1.2rem;
}

.story-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  min-height: 40px;
}

.story-carousel__arrow--inline {
  display: none;
}

.story-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.story-carousel__dot {
  position: relative;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(47, 74, 60, 0.12);
  border-radius: 50%;
  background: rgba(58, 47, 42, 0.16);
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 280ms ease, background 280ms ease, width 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.story-carousel__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 74, 60, 0.14), transparent 68%);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.story-carousel__dot--active {
  background: var(--deep);
  border-color: rgba(47, 74, 60, 0.22);
  box-shadow: 0 8px 18px rgba(47, 74, 60, 0.18);
  transform: scale(1.04);
  width: 28px;
  border-radius: 999px;
}

.story-carousel__dot--active::after {
  opacity: 1;
  transform: scale(1);
}

.story-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border-radius: 40px;
  border: 1px solid rgba(58, 47, 42, 0.08);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 241, 232, 0.44), transparent 20%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(239, 230, 216, 0.92));
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--slide-offset, 0) * 22%), 0, 0) scale(0.9) rotate(calc(var(--slide-offset, 0) * -2.4deg));
  transform-origin: center center;
  filter: blur(10px) saturate(0.84) brightness(0.94);
  transition: transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 520ms ease, filter 760ms ease, background 560ms ease, box-shadow 560ms ease;
  will-change: transform, opacity, filter;
}

.story-slide--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  filter: none;
  z-index: 3;
  box-shadow: 0 34px 80px rgba(58, 47, 42, 0.14);
}

.story-slide--before,
.story-slide--after {
  opacity: 0.42;
  z-index: 2;
}

.story-slide--before {
  transform: translate3d(calc(var(--slide-offset, 0) * 18%), 0, 0) scale(0.935) rotate(2.1deg);
}

.story-slide--after {
  transform: translate3d(calc(var(--slide-offset, 0) * 18%), 0, 0) scale(0.935) rotate(-2.1deg);
}

.story-slide--far {
  opacity: 0.16;
  z-index: 1;
  filter: blur(14px) saturate(0.78) brightness(0.96);
}

.story-slide[data-atmosphere="jungle"] {
  background:
    radial-gradient(circle at 84% 18%, rgba(110, 123, 82, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.92), rgba(223, 229, 214, 0.94));
}

.story-slide[data-atmosphere="winter"] {
  background:
    radial-gradient(circle at 82% 20%, rgba(206, 223, 231, 0.38), transparent 18%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(231, 237, 241, 0.94));
}

.story-slide[data-atmosphere="garden"] {
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 154, 75, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(228, 234, 217, 0.94));
}

.story-slide[data-atmosphere="sky"] {
  background:
    radial-gradient(circle at 84% 18%, rgba(189, 211, 225, 0.28), transparent 18%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(223, 231, 238, 0.94));
}

.story-slide[data-atmosphere="sea"] {
  background:
    radial-gradient(circle at 84% 18%, rgba(170, 200, 202, 0.24), transparent 18%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(220, 231, 228, 0.94));
}

.story-slide__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 12px 4px;
}

.story-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.82);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-slide__copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.story-slide__copy p {
  margin: 0;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 520px;
}

.story-slide__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-slide__steps li {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(246, 241, 232, 0.74);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
}

.story-slide__cta {
  width: fit-content;
  min-height: 58px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--deep) 0%, #243a30 100%);
  color: var(--bg);
  cursor: pointer;
  box-shadow: 0 20px 44px rgba(47, 74, 60, 0.22);
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.story-slide--session {
  display: block;
  grid-template-columns: none;
  padding: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 252, 245, 0.54), transparent 20%),
    linear-gradient(180deg, rgba(252, 248, 242, 0.99), rgba(248, 243, 235, 0.99));
  border-color: rgba(168, 108, 61, 0.18);
  box-shadow: 0 28px 68px rgba(58, 47, 42, 0.12);
}

.story-session {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.story-session__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

.story-session__copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 18px;
  width: 100%;
  max-width: none;
  text-align: center;
}

.story-session__copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.story-session__copy p {
  margin: 0 auto;
  color: rgba(58, 47, 42, 0.76);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 860px;
}

.story-session__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.story-session__benefit {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(252, 248, 241, 0.92);
  border: 1px solid rgba(168, 108, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.story-session__visual {
  display: grid;
  width: 100%;
}

.story-slide--session .story-slide__eyebrow,
.story-slide--session .story-slide__cta {
  margin-inline: auto;
}

.story-session__visual-scene {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.story-scene--session-hero {
  min-height: 100%;
  border-radius: 32px;
}

.story-scene--session-hero .story-scene__layer--far {
  background-image:
    linear-gradient(180deg, rgba(33, 54, 43, 0.08), rgba(33, 54, 43, 0.22)),
    radial-gradient(circle at 72% 18%, rgba(200, 154, 75, 0.2), transparent 18%),
    var(--scene-image);
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, auto, cover;
}

.story-scene--session-hero .story-scene__leaf-ring,
.story-scene--session-hero .story-scene__particles--edge {
  z-index: 3;
  pointer-events: none;
}

.story-scene--session-hero .story-scene__leaf {
  inset: auto;
  display: block;
  background-image: var(--scene-leaf-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.42;
  mix-blend-mode: multiply;
  filter: blur(2px) drop-shadow(0 18px 28px rgba(36, 58, 48, 0.12));
}

.story-scene--session-hero .story-scene__leaf--1 {
  left: -1%;
  bottom: -4%;
  width: 18%;
  aspect-ratio: 1 / 1.8;
  animation: leafOrbitOne 13s ease-in-out infinite alternate;
}

.story-scene--session-hero .story-scene__leaf--3 {
  right: -2%;
  top: -3%;
  width: 18%;
  aspect-ratio: 1 / 1.75;
  animation: leafOrbitThree 14s ease-in-out infinite alternate;
}

.story-scene--session-hero .story-scene__leaf--4 {
  right: 4%;
  bottom: -5%;
  width: 14%;
  aspect-ratio: 1 / 1.7;
  opacity: 0.36;
  animation: leafOrbitFour 16s ease-in-out infinite alternate;
}

.story-session__timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.story-session__scene-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(168, 108, 61, 0.12);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 18px 34px rgba(58, 47, 42, 0.08);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.story-session__scene-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(58, 47, 42, 0.12);
  border-color: rgba(47, 74, 60, 0.16);
}

.story-session__scene-card:focus-visible {
  outline: 2px solid rgba(47, 74, 60, 0.32);
  outline-offset: 3px;
}

.story-session__scene-order {
  color: rgba(58, 47, 42, 0.44);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.story-session__scene-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(246, 241, 232, 0.04), rgba(47, 74, 60, 0.12)),
    var(--session-scene-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 14px 28px rgba(58, 47, 42, 0.12);
}

.story-session__scene-title {
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.story-slide__scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
}

.story-slide__book-preview {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 10px;
}

.story-slide__book-surface {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 16 / 10;
  padding: 14px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 250, 238, 0.92), transparent 24%),
    linear-gradient(180deg, rgba(246, 241, 232, 0.96), rgba(239, 230, 216, 0.94));
  border: 1px solid rgba(58, 47, 42, 0.08);
  box-shadow: 0 28px 70px rgba(58, 47, 42, 0.12);
  overflow: hidden;
}

.story-slide__book-surface::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 154, 75, 0.22), transparent 70%);
}

.story-slide__book-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(58, 47, 42, 0.16);
}

.story-slide--scene-only {
  display: block;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.story-slide__scene--full {
  width: 100%;
  height: 100%;
}

.story-slide--scene-only .story-scene {
  min-height: 620px;
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.story-viewer__visual {
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.story-scene {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --scene-leaf-image: none;
  --scene-card1-image: none;
  --scene-card2-image: none;
  --scene-card3-image: none;
  --scene-card4-image: none;
  --scene-card5-image: none;
  --scene-card6-image: none;
  --scene-far-image: none;
  --scene-mid-image: none;
  --scene-main-image: none;
  --scene-front-left-image: none;
  --scene-front-right-image: none;
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #d7ccb9;
  box-shadow: var(--shadow-strong);
  isolation: isolate;
}

.story-scene__layer,
.story-scene__cards,
.story-scene__route,
.story-scene__card,
.story-scene__leaf-ring,
.story-scene__leaf,
.story-scene__particles,
.story-scene__overlay {
  position: absolute;
  inset: 0;
}

.story-scene__layer--far {
  --scene-image: none;
  background-position: center, center, center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, auto, auto, auto, auto;
  background-image:
    var(--scene-image),
    linear-gradient(180deg, rgba(33, 54, 43, 0.1), rgba(33, 54, 43, 0.28)),
    radial-gradient(circle at 68% 20%, rgba(200, 154, 75, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(33, 54, 43, 0.14), rgba(33, 54, 43, 0.36)),
    linear-gradient(180deg, #8ea37c 0%, #587356 46%, #2F4A3C 100%);
  transform: scale(1.04);
  animation: sceneBreathZoom 14s ease-in-out infinite alternate;
}

.story-scene--background-only {
  background: transparent;
}

.story-scene--background-only .story-scene__layer--far {
  background-image: var(--scene-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-scene--background-only .story-scene__cards {
  inset: auto 0 4% 0;
  height: 62%;
  z-index: 2;
  pointer-events: none;
}

.story-scene--background-only .story-scene__route {
  inset: auto;
  display: block;
  height: 2px;
  border-top: 2px dashed rgba(246, 241, 232, 0.72);
  opacity: 0.9;
  filter: drop-shadow(0 2px 6px rgba(47, 74, 60, 0.12));
  transform-origin: left center;
}

.story-scene--background-only .story-scene__card {
  inset: auto;
  display: block;
  width: 17%;
  aspect-ratio: 2 / 3;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(246, 241, 232, 0.56);
  box-shadow:
    0 20px 48px rgba(32, 28, 24, 0.26),
    0 2px 10px rgba(32, 28, 24, 0.1);
  overflow: hidden;
  transform-origin: center bottom;
}

.story-scene--background-only .story-scene__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.08), rgba(47, 74, 60, 0.12));
}

.story-scene--background-only .story-scene__route--1 {
  left: 18%;
  bottom: 26%;
  width: 17%;
  transform: rotate(-9deg);
}

.story-scene--background-only .story-scene__route--2 {
  left: 39%;
  bottom: 44%;
  width: 13%;
  transform: rotate(16deg);
}

.story-scene--background-only .story-scene__route--3 {
  left: 50%;
  bottom: 37%;
  width: 11%;
  transform: rotate(-24deg);
}

.story-scene--background-only .story-scene__route--4 {
  right: 26%;
  bottom: 26%;
  width: 12%;
  transform: rotate(18deg);
}

.story-scene--background-only .story-scene__route--5 {
  right: 14%;
  bottom: 44%;
  width: 10%;
  transform: rotate(-20deg);
}

.story-scene--background-only .story-scene__card--1 {
  left: 4%;
  bottom: 8%;
  background-image: var(--scene-card1-image);
  transform: rotate(-15deg) translateY(18px);
  z-index: 1;
}

.story-scene--background-only .story-scene__card--2 {
  left: 22%;
  bottom: 20%;
  background-image: var(--scene-card2-image);
  transform: rotate(-5deg) translateY(4px);
  z-index: 2;
}

.story-scene--background-only .story-scene__card--3 {
  left: 37%;
  bottom: 36%;
  background-image: var(--scene-card3-image);
  transform: rotate(8deg);
  z-index: 3;
}

.story-scene--background-only .story-scene__card--4 {
  right: 24%;
  bottom: 19%;
  background-image: var(--scene-card4-image);
  transform: rotate(-10deg);
  z-index: 3;
}

.story-scene--background-only .story-scene__card--5 {
  right: 11%;
  bottom: 35%;
  background-image: var(--scene-card5-image);
  transform: rotate(11deg) translateY(2px);
  z-index: 2;
}

.story-scene--background-only .story-scene__card--6 {
  right: 2%;
  bottom: 12%;
  background-image: var(--scene-card6-image);
  transform: rotate(18deg) translateY(18px);
  z-index: 1;
}

.story-scene--background-only .story-scene__leaf-ring {
  z-index: 3;
  pointer-events: none;
}

.story-scene--background-only .story-scene__leaf {
  inset: auto;
  display: block;
  background-image: var(--scene-leaf-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.58;
  mix-blend-mode: multiply;
  filter: blur(1.8px) drop-shadow(0 18px 28px rgba(36, 58, 48, 0.12));
  transform-origin: center;
}

.story-scene--background-only .story-scene__leaf--1 {
  left: -2%;
  bottom: -4%;
  width: 18%;
  aspect-ratio: 1 / 1.8;
  animation: leafOrbitOne 13s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__leaf--2 {
  left: 6%;
  top: -3%;
  width: 12%;
  aspect-ratio: 1 / 1.7;
  opacity: 0.42;
  filter: blur(2.8px) drop-shadow(0 12px 24px rgba(36, 58, 48, 0.1));
  animation: leafOrbitTwo 15s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__leaf--3 {
  right: -3%;
  top: -2%;
  width: 17%;
  aspect-ratio: 1 / 1.75;
  animation: leafOrbitThree 14s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__leaf--4 {
  right: 4%;
  bottom: -5%;
  width: 14%;
  aspect-ratio: 1 / 1.7;
  opacity: 0.46;
  filter: blur(2.4px) drop-shadow(0 12px 24px rgba(36, 58, 48, 0.1));
  animation: leafOrbitFour 16s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__leaf--5 {
  left: 13%;
  bottom: 8%;
  width: 8%;
  aspect-ratio: 1 / 1.7;
  opacity: 0.28;
  filter: blur(4px);
  animation: leafOrbitFive 18s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__leaf--6 {
  right: 14%;
  top: 14%;
  width: 9%;
  aspect-ratio: 1 / 1.7;
  opacity: 0.26;
  filter: blur(4.4px);
  animation: leafOrbitSix 17s ease-in-out infinite alternate;
}

.story-scene--background-only .story-scene__particles--edge {
  z-index: 4;
  pointer-events: none;
}

.story-scene--background-only .story-scene__particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(246, 241, 232, 0.78) 0%, rgba(200, 154, 75, 0.36) 48%, transparent 72%);
  opacity: 0.26;
  filter: blur(0.4px);
  animation: sceneParticleFloat 14s linear infinite;
}

.story-scene--background-only .story-scene__particle.particle-1 {
  left: 8%;
  top: 18%;
  animation-duration: 18s;
  animation-delay: -4s;
}

.story-scene--background-only .story-scene__particle.particle-2 {
  right: 10%;
  top: 26%;
  width: 8px;
  height: 8px;
  animation-duration: 16s;
  animation-delay: -8s;
}

.story-scene--background-only .story-scene__particle.particle-3 {
  left: 16%;
  bottom: 14%;
  width: 7px;
  height: 7px;
  animation-duration: 20s;
  animation-delay: -10s;
}

.story-scene--background-only .story-scene__particle.particle-4 {
  right: 18%;
  bottom: 20%;
  width: 9px;
  height: 9px;
  animation-duration: 17s;
  animation-delay: -6s;
}

.story-scene__layer--mist {
  background:
    radial-gradient(circle at 26% 28%, rgba(246, 241, 232, 0.16), transparent 18%),
    radial-gradient(circle at 62% 22%, rgba(246, 241, 232, 0.12), transparent 14%),
    radial-gradient(circle at 50% 72%, rgba(246, 241, 232, 0.1), transparent 22%);
  filter: blur(22px);
  opacity: 0.78;
  animation: sceneMistFloat 10s ease-in-out infinite alternate;
}

.story-scene__layer--light {
  background:
    linear-gradient(120deg, rgba(246, 241, 232, 0) 0%, rgba(246, 241, 232, 0.06) 32%, rgba(200, 154, 75, 0.16) 44%, rgba(246, 241, 232, 0) 58%),
    linear-gradient(106deg, rgba(246, 241, 232, 0) 0%, rgba(246, 241, 232, 0.04) 38%, rgba(200, 154, 75, 0.12) 48%, rgba(246, 241, 232, 0) 62%);
  filter: blur(4px);
  opacity: 0.72;
  transform: translateX(-1.5%);
  animation: sceneLightSweep 12s ease-in-out infinite alternate;
}

.story-scene__layer--mid {
  background:
    var(--scene-mid-image) center/cover no-repeat,
    radial-gradient(circle at 16% 38%, rgba(45, 82, 48, 0.34), transparent 18%),
    radial-gradient(circle at 82% 24%, rgba(45, 82, 48, 0.28), transparent 16%);
  opacity: 0.92;
  transform-origin: center center;
  animation: sceneLeavesSway 8s ease-in-out infinite alternate;
}

.story-scene__layer--main {
  background:
    var(--scene-main-image) center bottom/contain no-repeat,
    radial-gradient(circle at 76% 74%, rgba(240, 217, 196, 0.82), transparent 16%),
    radial-gradient(circle at 60% 72%, rgba(168, 108, 61, 0.34), transparent 18%);
  transform: translateY(1.5%);
}

.story-scene__layer--main::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 8%;
  width: 38%;
  height: 54%;
  border-radius: 46% 46% 34% 34%;
  background:
    radial-gradient(circle at 52% 18%, #f0d9c4 0%, #d8af89 38%, transparent 40%),
    radial-gradient(circle at 50% 16%, rgba(58, 47, 42, 0.66), transparent 28%),
    linear-gradient(180deg, var(--warm) 0%, var(--surface) 100%);
  box-shadow: 0 18px 40px rgba(58, 47, 42, 0.14);
}

.story-scene--tiger-rescuer .story-scene__layer--main::before {
  box-shadow:
    0 18px 40px rgba(58, 47, 42, 0.14),
    -120px -24px 0 -26px rgba(212, 146, 71, 0.82),
    -120px -24px 0 4px rgba(47, 74, 60, 0.14);
}

.story-scene__layer--front-left,
.story-scene__layer--front-right {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.86;
  will-change: transform;
}

.story-scene__layer--front-left {
  background-image:
    var(--scene-front-left-image),
    radial-gradient(circle at 18% 40%, rgba(53, 95, 56, 0.84), transparent 42%);
  background-position: left bottom, left center;
  transform: translate(calc(var(--parallax-x) * -0.45), calc(var(--parallax-y) * -0.35));
}

.story-scene__layer--front-right {
  background-image:
    var(--scene-front-right-image),
    radial-gradient(circle at 88% 30%, rgba(53, 95, 56, 0.84), transparent 42%);
  background-position: right bottom, right center;
  transform: translate(calc(var(--parallax-x) * 0.6), calc(var(--parallax-y) * 0.4));
}

.story-scene__particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 241, 232, 0.74), rgba(200, 154, 75, 0.32));
  opacity: 0.24;
  filter: blur(0.4px);
}

.particle-1 { top: 18%; left: 22%; animation: sceneParticleFloat 14s ease-in-out infinite; }
.particle-2 { top: 34%; left: 74%; animation: sceneParticleFloat 16s ease-in-out infinite 2s; }
.particle-3 { top: 62%; left: 28%; animation: sceneParticleFloat 15s ease-in-out infinite 4s; }
.particle-4 { top: 48%; left: 84%; animation: sceneParticleFloat 18s ease-in-out infinite 1s; }

.story-scene__overlay {
  background:
    linear-gradient(180deg, rgba(24, 30, 24, 0.04), rgba(24, 30, 24, 0.12)),
    linear-gradient(90deg, rgba(24, 30, 24, 0.1), transparent 24%, transparent 74%, rgba(24, 30, 24, 0.12));
  pointer-events: none;
}

.scene-winter-hero,
.scene-winter-found,
.scene-winter-near,
.scene-winter-warm,
.scene-winter-light,
.scene-winter-glow,
.scene-winter-finale,
.scene-sea-hero,
.scene-sea-found,
.scene-sea-understood,
.scene-sea-guide,
.scene-sea-calm,
.scene-sea-home,
.scene-sea-finale,
.scene-jungle-found,
.scene-jungle-gentle,
.scene-jungle-rescue,
.scene-jungle-care,
.scene-jungle-release,
.scene-jungle-finale {
  background-position: center;
}

.story-viewer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 18px;
  padding: 18px 18px 24px;
  background: rgba(25, 27, 24, 0.84);
  backdrop-filter: blur(22px);
}

.story-viewer__close {
  justify-self: end;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(246, 241, 232, 0.14);
  color: var(--bg);
  cursor: pointer;
  font-size: 1.5rem;
}

.story-viewer__progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.story-viewer__progress-bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.24);
}

.story-viewer__progress-bar--active {
  background: rgba(246, 241, 232, 0.92);
}

.story-viewer__stage {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
}

.story-viewer__visual {
  width: min(100%, 480px);
  min-height: min(64vh, 680px);
  transition: transform 520ms ease, filter 520ms ease;
}

.story-viewer__caption {
  width: min(100%, 680px);
  color: var(--bg);
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
}

.story-viewer__controls {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.story-viewer__nav {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(246, 241, 232, 0.14);
  color: var(--bg);
  cursor: pointer;
  font-size: 1.1rem;
}

.story-viewer__cta {
  display: flex;
  justify-content: center;
}

.session-modal {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.session-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.session-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 27, 24, 0.52);
  backdrop-filter: blur(14px);
}

.session-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1260px);
  max-height: min(920px, calc(100vh - 48px));
  overflow: auto;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 249, 240, 0.88), transparent 24%),
    linear-gradient(180deg, rgba(250, 245, 236, 0.99), rgba(241, 232, 220, 0.99));
  border: 1px solid rgba(168, 108, 61, 0.16);
  box-shadow: 0 48px 140px rgba(31, 27, 24, 0.24);
  transform: translateY(14px) scale(0.985);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  outline: none;
  scrollbar-gutter: stable both-edges;
}

.session-modal--open .session-modal__dialog {
  transform: translateY(0) scale(1);
}

.session-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 14px 34px rgba(58, 47, 42, 0.1);
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 3;
}

.session-modal__close:focus-visible,
.session-modal__thumb:focus-visible,
.session-modal__request-form .request-form__submit:focus-visible,
.session-modal__form-card--success .parent-home-hero__button:focus-visible {
  outline: 2px solid rgba(47, 74, 60, 0.42);
  outline-offset: 3px;
}

.session-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 28px;
  align-items: start;
}

.session-modal__media {
  display: grid;
  gap: 16px;
}

.session-modal__viewer {
  display: grid;
  gap: 14px;
}

.session-modal__viewer-frame {
  position: relative;
  min-height: 620px;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 240, 214, 0.34), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(244, 238, 229, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 26px 58px rgba(58, 47, 42, 0.12);
}

.session-modal__viewer-image,
.session-modal__image-fallback {
  display: block;
  width: 100%;
  min-height: 584px;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
}

.session-modal__viewer-image {
  object-fit: contain;
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.92), rgba(244, 238, 229, 0.92));
  box-shadow: 0 28px 54px rgba(58, 47, 42, 0.14);
}

.session-modal__image-fallback {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(58, 47, 42, 0.18);
  color: rgba(58, 47, 42, 0.58);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.98rem;
  text-align: center;
  padding: 20px;
}

.session-modal__viewer-caption {
  display: grid;
  gap: 6px;
  padding: 0 6px;
}

.session-modal__viewer-step {
  color: rgba(58, 47, 42, 0.54);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.session-modal__viewer-caption strong {
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.12rem;
  line-height: 1.4;
}

.session-modal__thumbs-wrap {
  overflow: hidden;
}

.session-modal__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(118px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.session-modal__thumb {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(58, 47, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.78);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.session-modal__thumb:hover {
  transform: translateY(-2px);
}

.session-modal__thumb--active {
  border-color: rgba(47, 74, 60, 0.24);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 16px 32px rgba(47, 74, 60, 0.12);
}

.session-modal__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
}

.session-modal__thumb-label {
  color: rgba(58, 47, 42, 0.7);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.84rem;
  line-height: 1.34;
}

.session-modal__content {
  min-width: 0;
}

.session-modal__content-sticky {
  display: grid;
  gap: 18px;
  align-content: start;
  position: sticky;
  top: 4px;
}

.session-modal__eyebrow,
.session-modal__success-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.92);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.session-modal__content h3 {
  margin: 0;
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.session-modal__description {
  margin: 0;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.68;
}

.session-modal__section,
.session-modal__form-card {
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(58, 47, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.session-modal__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.session-modal__section-head h4,
.session-modal__form-card h4 {
  margin: 0;
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.3;
}

.session-modal__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.session-modal__step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.session-modal__step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(47, 74, 60, 0.12), rgba(47, 74, 60, 0.06));
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.session-modal__step-copy {
  display: grid;
  gap: 4px;
}

.session-modal__step-copy strong {
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

.session-modal__step-copy p {
  margin: 0;
  color: rgba(58, 47, 42, 0.7);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.93rem;
  line-height: 1.55;
}

.session-modal__formats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.session-modal__format-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 16%, rgba(200, 154, 75, 0.08), transparent 24%),
    rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(168, 108, 61, 0.12);
}

.session-modal__format-icon {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(47, 74, 60, 0.14), rgba(47, 74, 60, 0.08));
}

.session-modal__format-card strong {
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

.session-modal__format-card p {
  margin: 0;
  color: rgba(58, 47, 42, 0.68);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}

.session-modal__price-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.session-modal__price-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(58, 47, 42, 0.08);
}

.session-modal__price-group h5 {
  margin: 0;
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.3;
}

.session-modal__price-list {
  display: grid;
  gap: 10px;
}

.session-modal__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.4;
}

.session-modal__price-row strong {
  color: var(--text);
  font-size: 0.96rem;
}

.session-modal__offer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 14%, rgba(200, 154, 75, 0.14), transparent 24%),
    rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(168, 108, 61, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.session-modal__offer-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(200, 154, 75, 0.24), rgba(200, 154, 75, 0.12));
  color: rgba(123, 83, 35, 0.92);
  font-size: 1.15rem;
  font-weight: 700;
}

.session-modal__offer-copy {
  display: grid;
  gap: 6px;
}

.session-modal__offer-copy h4 {
  margin: 0;
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.session-modal__offer-copy p,
.session-modal__form-card p {
  margin: 0;
  color: rgba(58, 47, 42, 0.68);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.93rem;
  line-height: 1.58;
}

.session-modal__request-form {
  gap: 16px;
}

.session-modal__form-card--success {
  display: grid;
  gap: 16px;
  align-content: start;
}

.storybook-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.storybook-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.storybook-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 27, 24, 0.58);
  backdrop-filter: blur(16px);
}

.storybook-modal__dialog {
  position: relative;
  width: min(100%, 1240px);
  max-height: min(920px, calc(100vh - 48px));
  overflow: auto;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 249, 240, 0.88), transparent 22%),
    linear-gradient(180deg, rgba(250, 245, 236, 0.99), rgba(241, 232, 220, 0.99));
  border: 1px solid rgba(168, 108, 61, 0.16);
  box-shadow: 0 48px 140px rgba(31, 27, 24, 0.24);
  z-index: 1;
  transform: translateY(14px) scale(0.985);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  outline: none;
  scrollbar-gutter: stable both-edges;
}

.storybook-modal--open .storybook-modal__dialog {
  transform: translateY(0) scale(1);
}

.storybook-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 14px 34px rgba(58, 47, 42, 0.1);
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 3;
}

.storybook-modal__close:focus-visible,
.storybook-modal__viewer-nav:focus-visible,
.storybook-modal__thumb:focus-visible,
.storybook-modal__details-link:focus-visible,
.storybook-modal__secondary-link:focus-visible,
.storybook-modal__cta:focus-visible {
  outline: 2px solid rgba(47, 74, 60, 0.42);
  outline-offset: 3px;
}

.storybook-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.storybook-modal__media {
  display: grid;
  gap: 16px;
}

.storybook-modal__viewer {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 12px;
}

.storybook-modal__viewer-nav {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(58, 47, 42, 0.1);
}

.storybook-modal__viewer-frame {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(200, 154, 75, 0.08)),
    rgba(255, 252, 247, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 24px 60px rgba(58, 47, 42, 0.12);
}

.storybook-modal__viewer-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 524px;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.92), rgba(244, 238, 229, 0.92));
  box-shadow: 0 30px 60px rgba(58, 47, 42, 0.16);
  transition: opacity 220ms ease, transform 220ms ease;
}

.storybook-modal__image-fallback {
  display: grid;
  place-items: center;
  min-height: 524px;
  border-radius: 20px;
  border: 1px dashed rgba(58, 47, 42, 0.18);
  color: rgba(58, 47, 42, 0.58);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.98rem;
  text-align: center;
  padding: 20px;
}

.storybook-modal__thumbs-wrap {
  overflow: hidden;
}

.storybook-modal__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(112px, 132px);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.storybook-modal__thumb {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(58, 47, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.78);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.storybook-modal__thumb:hover {
  transform: translateY(-1px);
}

.storybook-modal__thumb--active {
  border-color: rgba(47, 74, 60, 0.26);
  box-shadow: 0 16px 30px rgba(47, 74, 60, 0.12);
  background: rgba(255, 252, 247, 0.96);
}

.storybook-modal__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
}

.storybook-modal__thumb-label {
  color: rgba(58, 47, 42, 0.72);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.86rem;
  line-height: 1.3;
}

.storybook-modal__content {
  min-width: 0;
}

.storybook-modal__content-sticky {
  display: grid;
  gap: 18px;
  align-content: start;
  position: sticky;
  top: 4px;
}

.storybook-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.92);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storybook-modal__content h3 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.storybook-modal__description {
  margin: 0;
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.06rem;
  line-height: 1.68;
}

.storybook-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.storybook-modal__chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: rgba(58, 47, 42, 0.78);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.storybook-modal__price-card {
  padding: 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 14%, rgba(200, 154, 75, 0.12), transparent 26%),
    rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(168, 108, 61, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 38px rgba(58, 47, 42, 0.08);
}

.storybook-modal__price-copy {
  display: grid;
  gap: 6px;
}

.storybook-modal__price-label {
  color: rgba(58, 47, 42, 0.62);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.storybook-modal__price {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  color: var(--deep);
}

.storybook-modal__price-note {
  color: rgba(58, 47, 42, 0.58);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.storybook-modal__cta {
  width: 100%;
}

.storybook-modal__details-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 4px;
  color: var(--deep);
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.storybook-modal__details-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.storybook-modal__details-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: currentColor;
  opacity: 0.28;
}

.storybook-modal__support {
  margin: -2px 0 0;
  color: rgba(58, 47, 42, 0.62);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.45;
}

.storybook-modal__secondary {
  display: flex;
}

.storybook-modal__secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(58, 47, 42, 0.1);
  background: rgba(255, 252, 247, 0.76);
  color: var(--text);
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
}

.storybook-modal__trust {
  margin: 0;
  color: rgba(58, 47, 42, 0.66);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.58;
}

.storybook-modal__process,
.storybook-modal__confidence {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(58, 47, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.storybook-modal__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.storybook-modal__section-head h4,
.storybook-modal__confidence-copy h4 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
}

.storybook-modal__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.storybook-modal__step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.storybook-modal__step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(47, 74, 60, 0.12), rgba(47, 74, 60, 0.06));
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.storybook-modal__step-copy {
  display: grid;
  gap: 4px;
}

.storybook-modal__step-copy strong {
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

.storybook-modal__step-copy p,
.storybook-modal__confidence-copy p {
  margin: 0;
  color: rgba(58, 47, 42, 0.7);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.93rem;
  line-height: 1.55;
}

.storybook-modal__confidence {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  background:
    radial-gradient(circle at 10% 14%, rgba(200, 154, 75, 0.12), transparent 24%),
    rgba(255, 252, 247, 0.92);
}

.storybook-modal__confidence-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(47, 74, 60, 0.16), rgba(47, 74, 60, 0.08));
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.storybook-modal__confidence-copy {
  display: grid;
  gap: 6px;
}

.request-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
}

.request-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 28, 24, 0.44);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 249, 240, 0.88), transparent 24%),
    linear-gradient(180deg, rgba(250, 245, 236, 0.99), rgba(241, 232, 220, 0.99));
  border: 1px solid rgba(168, 108, 61, 0.16);
  box-shadow: 0 48px 140px rgba(31, 27, 24, 0.24);
  transform: translateY(14px) scale(0.985);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  outline: none;
}

.request-modal--open .request-modal__backdrop {
  opacity: 1;
}

.request-modal--open .request-modal__dialog {
  transform: translateY(0) scale(1);
}

.request-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 14px 34px rgba(58, 47, 42, 0.1);
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
}

.request-modal__body,
.request-modal__success {
  display: grid;
  gap: 20px;
}

.request-modal__head,
.request-modal__success {
  text-align: left;
}

.request-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.92);
  border: 1px solid rgba(58, 47, 42, 0.08);
  color: var(--deep);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-modal__head h3,
.request-modal__success h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.request-modal__subtitle,
.request-modal__success p {
  margin: 0;
  color: rgba(58, 47, 42, 0.72);
  font-family: "Segoe UI", sans-serif;
  line-height: 1.65;
}

.request-form {
  display: grid;
  gap: 18px;
}

.request-form__switcher {
  display: grid;
  gap: 10px;
}

.request-form__switcher-label {
  color: rgba(58, 47, 42, 0.68);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.request-form__switcher-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.request-form__type {
  min-height: 54px;
  border: 1px solid rgba(58, 47, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.78);
  color: rgba(58, 47, 42, 0.76);
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-form__type--active {
  background: linear-gradient(180deg, var(--deep) 0%, #243a30 100%);
  color: var(--bg);
  box-shadow: 0 18px 40px rgba(47, 74, 60, 0.2);
}

.request-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.request-form__field {
  display: grid;
  gap: 8px;
}

.request-form__field--wide {
  grid-column: 1 / -1;
}

.request-form__field span {
  color: rgba(58, 47, 42, 0.68);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.request-form__field input,
.request-form__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(58, 47, 42, 0.08);
  background: rgba(255, 252, 247, 0.88);
  color: var(--text);
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.request-form__field textarea {
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.request-form__field input:focus,
.request-form__field textarea:focus,
.request-form__type:focus-visible,
.request-modal__close:focus-visible,
.request-form__submit:focus-visible {
  border-color: rgba(47, 74, 60, 0.3);
  box-shadow: 0 0 0 4px rgba(47, 74, 60, 0.1);
}

.request-form__field small {
  min-height: 16px;
  color: #a0392b;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.82rem;
}

.request-form__story-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(58, 47, 42, 0.08);
}

.request-form__story-label {
  color: rgba(58, 47, 42, 0.56);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-form__story-card strong {
  font-size: 1.16rem;
}

.request-form__story-card p {
  margin: 0;
  color: rgba(58, 47, 42, 0.64);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
}

.request-form__submit {
  width: 100%;
}

.request-form__trust,
.request-form__status {
  margin: 0;
  color: rgba(58, 47, 42, 0.68);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.6;
}

.request-form__status {
  min-height: 20px;
  color: #a0392b;
}

.story-showcase[data-mode="stories"] .story-slide {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 252, 245, 0.54), transparent 20%),
    linear-gradient(180deg, rgba(252, 248, 242, 0.99), rgba(248, 243, 235, 0.99));
  border-color: rgba(168, 108, 61, 0.18);
  box-shadow: none;
}

.story-showcase[data-mode="stories"] .story-slide--active {
  box-shadow: none;
  filter: none;
}

.story-showcase[data-mode="stories"] {
  padding-top: 26px;
}

.story-showcase[data-mode="stories"] .story-slide::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 39px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

.story-showcase[data-mode="stories"] .story-showcase__header,
.story-showcase[data-mode="stories"] .story-carousel,
.story-showcase[data-mode="stories"] .story-carousel__footer {
  position: relative;
  z-index: 1;
}

.story-showcase[data-mode="stories"] .story-slide__book-preview {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.story-showcase[data-mode="stories"] .story-slide__book-surface {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 250, 238, 0.48), transparent 24%),
    linear-gradient(180deg, rgba(253, 249, 243, 0.98), rgba(249, 244, 236, 0.97));
  border: 1px solid rgba(168, 108, 61, 0.14);
  box-shadow:
    0 18px 36px rgba(126, 96, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.story-showcase[data-mode="stories"] .story-slide__book-surface::before {
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(200, 154, 75, 0.06), transparent 70%);
}

.story-showcase[data-mode="stories"] .story-slide__book-image {
  filter: saturate(0.88) contrast(0.95) brightness(1.01);
}

.story-showcase[data-mode="stories"] .story-slide__copy p {
  color: rgba(58, 47, 42, 0.72);
}

.story-showcase[data-mode="stories"] .story-slide__steps li {
  background: rgba(252, 248, 241, 0.92);
  border-color: rgba(168, 108, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.story-showcase[data-mode="stories"] .story-slide--before,
.story-showcase[data-mode="stories"] .story-slide--after {
  opacity: 0;
}

.story-showcase[data-mode="stories"] .story-slide--far {
  opacity: 0;
}

.story-showcase[data-mode="stories"] .story-slide--before .story-slide__book-image,
.story-showcase[data-mode="stories"] .story-slide--after .story-slide__book-image {
  filter: saturate(0.35) brightness(1.02) contrast(0.9) blur(1px);
}

.story-showcase[data-mode="stories"] .story-slide--far .story-slide__book-image {
  filter: saturate(0.2) brightness(1.04) contrast(0.88) blur(2px);
}

.story-showcase[data-mode="stories"] .story-carousel__footer {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .parent-home-hero {
    min-height: 92vh;
    padding: 28px 18px 26px;
  }

  .parent-home-hero__content {
    width: min(100%, 920px);
    gap: 22px;
    padding: 30px 22px 34px;
    border-radius: 34px;
  }

  .parent-home-hero__glow--warm {
    width: min(42vw, 340px);
    height: min(42vw, 340px);
  }

  .parent-home-hero__glow--sage {
    width: min(36vw, 280px);
    height: min(36vw, 280px);
  }

  .parent-home-hero__beam {
    width: min(92vw, 760px);
    height: min(58vh, 560px);
    top: -10%;
  }

  .session-feature__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-feature__cta-note {
    font-size: 0.92rem;
  }

  .session-feature__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .session-modal {
    padding: 18px;
  }

  .session-modal__dialog {
    width: min(100%, 1080px);
    max-height: calc(100vh - 36px);
    padding: 22px;
    border-radius: 28px;
  }

  .session-modal__layout {
    grid-template-columns: 1fr;
  }

  .session-modal__viewer-frame {
    min-height: 500px;
  }

  .session-modal__viewer-image,
  .session-modal__image-fallback {
    min-height: 464px;
  }

  .session-modal__content-sticky {
    position: static;
  }

  .session-modal__formats,
  .session-modal__price-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storybook-modal {
    padding: 18px;
  }

  .storybook-modal__dialog {
    width: min(100%, 1040px);
    max-height: calc(100vh - 36px);
    padding: 22px;
    border-radius: 28px;
  }

  .storybook-modal__layout {
    grid-template-columns: 1fr;
  }

  .storybook-modal__viewer {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .storybook-modal__viewer-frame {
    min-height: 460px;
  }

  .storybook-modal__viewer-image,
  .storybook-modal__image-fallback {
    min-height: 424px;
  }

  .storybook-modal__content-sticky {
    position: static;
  }

  .story-showcase__header {
    width: min(100%, 760px);
    flex-direction: column;
    align-items: flex-start;
  }

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

  .story-carousel__arrow--prev,
  .story-carousel__arrow--next {
    display: none;
  }

  .story-carousel__arrow--inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .story-slide {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .story-slide--session {
    padding: 20px;
  }

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

  .story-session__visual {
    order: 0;
  }

  .story-session__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-slide__scene {
    order: -1;
  }

  .story-slide__image {
    min-height: 420px;
  }

  .request-modal__dialog {
    width: min(100%, 680px);
  }
}

@media (max-width: 640px) {
  .parent-home-hero {
    min-height: 92vh;
    padding: 22px 14px 18px;
  }

  .parent-home-hero__content {
    gap: 18px;
    padding: 24px 18px 28px;
    border-radius: 28px;
  }

  .parent-home-hero__eyebrow {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
  }

  .parent-home-hero__content h1 {
    font-size: clamp(2.7rem, 11vw, 4.2rem);
  }

  .parent-home-hero__lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .parent-home-hero__assist {
    max-width: 300px;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .parent-home-hero__glow--warm {
    top: 2%;
    right: -6%;
    width: 220px;
    height: 220px;
  }

  .parent-home-hero__glow--sage {
    left: -8%;
    bottom: 8%;
    width: 180px;
    height: 180px;
  }

  .parent-home-hero__beam {
    width: 128%;
    height: 360px;
    top: -2%;
  }

  .content-switcher {
    padding: 0 14px 26px;
  }

  .content-switcher__shell {
    grid-template-columns: 1fr;
  }

  .session-feature {
    padding: 0 14px 36px;
  }

  .session-feature__copy {
    gap: 16px;
  }

  .session-feature__cta-note {
    max-width: none;
    font-size: 0.92rem;
  }

  .session-feature__benefits,
  .session-feature__timeline {
    grid-template-columns: 1fr;
  }

  .session-modal {
    padding:
      max(12px, env(safe-area-inset-top))
      12px
      max(12px, env(safe-area-inset-bottom))
      12px;
  }

  .session-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 16px;
    border-radius: 24px;
  }

  .session-modal__close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .session-modal__viewer-frame {
    min-height: 360px;
    padding: 12px;
  }

  .session-modal__viewer-image,
  .session-modal__image-fallback {
    min-height: 324px;
    border-radius: 16px;
  }

  .session-modal__thumbs {
    grid-auto-columns: minmax(100px, 116px);
    gap: 10px;
  }

  .session-modal__thumb {
    padding: 8px;
    border-radius: 14px;
  }

  .session-modal__thumb-label {
    font-size: 0.8rem;
  }

  .session-modal__section,
  .session-modal__form-card {
    padding: 16px;
    border-radius: 20px;
  }

  .session-modal__formats,
  .session-modal__price-groups {
    grid-template-columns: 1fr;
  }

  .session-modal__offer {
    grid-template-columns: 1fr;
  }

  .session-modal__offer-icon {
    width: 40px;
    height: 40px;
  }

  .storybook-modal {
    padding:
      max(12px, env(safe-area-inset-top))
      12px
      max(12px, env(safe-area-inset-bottom))
      12px;
  }

  .storybook-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 16px;
    border-radius: 24px;
  }

  .storybook-modal__close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .storybook-modal__viewer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .storybook-modal__viewer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 2;
  }

  .storybook-modal__viewer-nav--prev {
    left: 8px;
  }

  .storybook-modal__viewer-nav--next {
    right: 8px;
  }

  .storybook-modal__viewer-frame {
    min-height: 340px;
    padding: 12px;
  }

  .storybook-modal__viewer-image,
  .storybook-modal__image-fallback {
    min-height: 316px;
    border-radius: 16px;
  }

  .storybook-modal__thumbs {
    grid-auto-columns: minmax(92px, 108px);
    gap: 10px;
  }

  .storybook-modal__thumb {
    padding: 8px;
    border-radius: 14px;
  }

  .storybook-modal__thumb-label {
    font-size: 0.8rem;
  }

  .storybook-modal__meta {
    gap: 8px;
  }

  .storybook-modal__chip {
    min-height: 38px;
    font-size: 0.86rem;
  }

  .storybook-modal__secondary {
    display: grid;
  }

  .storybook-modal__details-link {
    min-height: 48px;
    width: fit-content;
  }

  .storybook-modal__secondary-link {
    width: 100%;
  }

  .request-modal {
    padding:
      max(12px, env(safe-area-inset-top))
      12px
      max(12px, env(safe-area-inset-bottom))
      12px;
  }

  .request-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 18px;
    border-radius: 24px;
  }

  .request-modal__close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .request-form__switcher-buttons,
  .request-form__grid {
    grid-template-columns: 1fr;
  }

  .parent-home-hero__button {
    width: 100%;
  }

  .story-showcase {
    width: 100%;
    padding-bottom: 36px;
  }

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

  .story-showcase__tabs {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .story-carousel__track {
    min-height: 760px;
  }

  .story-slide {
    padding: 14px;
    border-radius: 28px;
  }

  .story-scene,
  .story-viewer__visual {
    min-height: 320px;
    border-radius: 24px;
  }

  .story-session__benefits,
  .story-session__timeline {
    grid-template-columns: 1fr;
  }

  .story-session__visual-scene {
    min-height: 360px;
    border-radius: 24px;
  }

  .story-scene--session-hero {
    border-radius: 24px;
  }

  .story-slide--scene-only .story-scene {
    min-height: 420px;
  }

  .story-scene--background-only .story-scene__leaf--1,
  .story-scene--background-only .story-scene__leaf--3 {
    width: 22%;
  }

  .story-scene--background-only .story-scene__leaf--2,
  .story-scene--background-only .story-scene__leaf--4 {
    width: 16%;
  }

  .story-scene--background-only .story-scene__cards {
    bottom: 6%;
    height: 48%;
  }

  .story-scene--background-only .story-scene__card {
    width: 20%;
    border-radius: 12px;
  }

  .story-scene--background-only .story-scene__route {
    border-top-width: 1.5px;
    opacity: 0.72;
  }

  .story-slide__copy {
    gap: 14px;
    padding: 0;
  }

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

  .story-slide__cta {
    width: 100%;
  }

  .story-slide__book-surface {
    border-radius: 24px;
    padding: 10px;
  }

  .story-slide__book-image {
    border-radius: 16px;
  }

  .story-carousel__footer {
    gap: 12px;
  }

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

  .story-viewer__visual {
    min-height: 52vh;
  }

  .story-viewer__caption {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parent-home-hero__glow--warm,
  .parent-home-hero__glow--sage,
  .parent-home-hero__beam {
    animation: none !important;
  }

  .session-feature--reveal-ready .session-feature__scene-card,
  .session-feature--reveal-ready.session-feature--timeline-visible .session-feature__scene-card,
  .session-feature__scene-card:hover,
  .session-feature__scene-card:focus-within,
  .session-modal__thumb {
    opacity: 1;
    transition: none;
  }

  .session-feature__scene-card:focus-within,
  .session-feature__scene-card:hover,
  .session-modal__dialog,
  .session-modal__thumb {
    transform: none;
  }

  .session-modal,
  .session-modal__dialog {
    transition: none;
  }
}

@keyframes sceneBreathZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@keyframes sceneMistFloat {
  from { transform: translate3d(-1.5%, 0, 0); opacity: 0.62; }
  to { transform: translate3d(1.5%, -1.5%, 0); opacity: 0.82; }
}

@keyframes sceneLightSweep {
  from { transform: translateX(-2%) scaleX(1); opacity: 0.56; }
  to { transform: translateX(2%) scaleX(1.04); opacity: 0.78; }
}

@keyframes sceneLeavesSway {
  from { transform: rotate(-1.2deg) translateY(0); }
  to { transform: rotate(1.2deg) translateY(-0.6%); }
}

@keyframes sceneParticleFloat {
  from { transform: translate3d(0, 10px, 0); opacity: 0.12; }
  50% { opacity: 0.3; }
  to { transform: translate3d(0, -18px, 0); opacity: 0.08; }
}

@keyframes edgeLeafFloatLeft {
  from { transform: rotate(-11deg) translate3d(0, 0, 0); }
  to { transform: rotate(-7deg) translate3d(8px, -6px, 0); }
}

@keyframes edgeLeafFloatRight {
  from { transform: rotate(8deg) translate3d(0, 0, 0); }
  to { transform: rotate(12deg) translate3d(-8px, 6px, 0); }
}

@keyframes edgeLeafFloatSoft {
  from { transform: translate3d(0, 0, 0) rotate(14deg); }
  to { transform: translate3d(4px, -5px, 0) rotate(18deg); }
}

@keyframes leafOrbitOne {
  from { transform: translate3d(0, 0, 0) rotate(-16deg) scale(0.98); }
  to { transform: translate3d(34px, -34px, 0) rotate(-3deg) scale(1.04); }
}

@keyframes leafOrbitTwo {
  from { transform: translate3d(0, 0, 0) rotate(20deg) scale(0.96); }
  to { transform: translate3d(-20px, 34px, 0) rotate(34deg) scale(1.03); }
}

@keyframes heroGlowDriftWarm {
  from { transform: translate3d(0, 0, 0) scale(0.98); opacity: 0.78; }
  to { transform: translate3d(-18px, 16px, 0) scale(1.06); opacity: 1; }
}

@keyframes heroGlowDriftSage {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.62; }
  to { transform: translate3d(22px, -16px, 0) scale(1.04); opacity: 0.82; }
}

@keyframes heroBeamFloat {
  from { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.48; }
  to { transform: translateX(-50%) translateY(12px) scale(1.03); opacity: 0.62; }
}

@keyframes leafOrbitThree {
  from { transform: translate3d(0, 0, 0) rotate(14deg) scale(0.98); }
  to { transform: translate3d(-34px, 30px, 0) rotate(2deg) scale(1.04); }
}

@keyframes leafOrbitFour {
  from { transform: translate3d(0, 0, 0) rotate(-20deg) scale(0.97); }
  to { transform: translate3d(22px, -30px, 0) rotate(-7deg) scale(1.03); }
}

@keyframes leafOrbitFive {
  from { transform: translate3d(0, 0, 0) rotate(-28deg) scale(0.94); }
  to { transform: translate3d(18px, -22px, 0) rotate(-12deg) scale(1.02); }
}

@keyframes leafOrbitSix {
  from { transform: translate3d(0, 0, 0) rotate(26deg) scale(0.94); }
  to { transform: translate3d(-20px, 24px, 0) rotate(14deg) scale(1.02); }
}
