:root {
  --navy: #061a33;
  --navy-2: #0a274d;
  --ink: #0d2139;
  --muted: #667586;
  --orange: #ff6a1a;
  --orange-soft: #ff8b3d;
  --snow: #f6f9fb;
  --white: #ffffff;
  --line: rgba(188, 204, 220, 0.46);
  --glass: rgba(255, 255, 255, 0.13);
  --shadow-soft: 0 22px 70px rgba(6, 26, 51, 0.12);
  --shadow-deep: 0 32px 90px rgba(0, 0, 0, 0.3);
  --radius: 8px;
  --header-h: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  background: var(--snow);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--snow);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  padding-bottom: 76px;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.top-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #2c6edb);
}

.premium-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 18px;
  color: var(--white);
  transition: background-color 260ms ease, color 260ms ease, border-color 260ms ease;
}

.premium-header.is-solid {
  color: var(--ink);
  background: rgba(246, 249, 251, 0.8);
  border-bottom: 1px solid rgba(188, 204, 220, 0.4);
  backdrop-filter: blur(22px);
}

.premium-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 32px;
  object-fit: contain;
}

.brand-glyph {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
}

.brand-glyph svg {
  width: 34px;
  height: 34px;
}

.brand-glyph path:first-child {
  fill: rgba(31, 95, 191, 0.12);
  stroke: #2768c7;
}

.brand-glyph path:nth-child(2),
.brand-glyph circle {
  stroke: var(--orange);
  stroke-width: 3;
}

.premium-brand strong,
.premium-brand small {
  display: block;
  line-height: 1;
}

.premium-brand strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.premium-brand small {
  margin-top: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.68;
  text-transform: uppercase;
}

.premium-nav {
  display: none;
}

.scene {
  position: relative;
  overflow: hidden;
}

.kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scene {
  min-height: 100svh;
  color: var(--white);
  background: #030914;
}

.hero-image,
.hero-image img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  transform: scale(1.02);
  transform-origin: center bottom;
  will-change: transform;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.hero-shade {
  background:
    radial-gradient(circle at 68% 58%, rgba(255, 142, 54, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(3, 9, 20, 0.08), rgba(3, 9, 20, 0.18) 34%, rgba(3, 9, 20, 0.92)),
    linear-gradient(90deg, rgba(3, 9, 20, 0.8), rgba(3, 9, 20, 0.2) 72%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(100% - 32px, 1180px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 122px 0 122px;
}

.hero-title,
.scene-intro h2,
.method-panel h2,
.flow-panel h2,
.trips-panel h2,
.contact-panel h2 {
  margin: 0;
  font-size: 3.05rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-title {
  font-size: 2.42rem;
  line-height: 1.06;
}

.hero-lede,
.method-lede,
.trips-panel > p,
.contact-panel > p {
  margin: 22px 0 0;
  max-width: 31em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.pill svg {
  width: 18px;
  height: 18px;
}

.pill:active {
  transform: scale(0.98);
}

.pill.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-soft));
  box-shadow: 0 18px 34px rgba(255, 106, 26, 0.28);
}

.pill.glass {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 620px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.hero-metrics span {
  display: grid;
  gap: 8px;
  min-height: 76px;
  padding: 13px 10px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(3, 9, 20, 0.22);
  font-size: 0.72rem;
}

.hero-metrics strong {
  color: var(--white);
  font-size: 1.28rem;
  line-height: 1;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: grid;
  width: 26px;
  height: 42px;
  place-items: start center;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 4px;
  height: 9px;
  background: var(--white);
  border-radius: 99px;
  animation: cue 1.6s ease-in-out infinite;
}

.story-scene,
.audience-scene,
.method-scene,
.courses-scene,
.flow-scene,
.coach-scene,
.faq-scene {
  padding: 86px 0;
}

.scene-intro,
.story-stage,
.philosophy-stage,
.audience-visual,
.audience-rail,
.method-scene,
.course-stage,
.flow-scene,
.coach-portrait,
.coach-rail,
.coach-standards,
.guarantee-stage,
.contact-panel {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.scene-intro {
  max-width: 760px;
}

.section-lede {
  margin: 18px 0 0;
  max-width: 42em;
  color: var(--muted);
  font-size: 1.02rem;
}

.scene-intro h2,
.method-panel h2 {
  color: var(--ink);
}

.story-stage {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.philosophy-stage {
  display: grid;
  gap: 34px;
}

.philosophy-copy {
  max-width: 920px;
}

.philosophy-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.05rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.philosophy-copy p:not(.kicker) {
  margin: 18px 0 0;
  max-width: 26em;
  color: var(--muted);
  font-size: 1.16rem;
}

.philosophy-grid {
  display: grid;
  gap: 12px;
}

.philosophy-card {
  position: relative;
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 251, 0.72));
  box-shadow: 0 18px 54px rgba(6, 26, 51, 0.08);
  overflow: hidden;
}

.philosophy-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #2c6edb);
  border-radius: 99px;
  opacity: 0.9;
}

.philosophy-card span {
  color: var(--orange);
  font-weight: 900;
}

.philosophy-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.16;
}

.philosophy-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.philosophy-stage .reveal {
  transition-duration: 420ms;
}

.story-media {
  position: relative;
  min-height: 470px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #eaf1f7;
}

.story-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 500ms ease, transform 700ms ease;
}

.story-frame.is-active {
  opacity: 1;
  transform: scale(1);
}

.story-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.story-cards {
  display: grid;
  gap: 12px;
}

.story-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(6, 26, 51, 0.08);
  opacity: 0.58;
  transform: scale(0.98);
  transition: opacity 300ms ease, transform 300ms ease, background-color 300ms ease;
}

.story-card.is-active {
  opacity: 1;
  transform: scale(1);
  background: rgba(255, 255, 255, 0.92);
}

.story-card span,
.method-item span,
.audience-card span,
.course-card span,
.flow-step span,
.voice-rail span {
  color: var(--orange);
  font-weight: 900;
}

.story-card h3,
.method-item h3,
.audience-card h3,
.course-card h3,
.flow-step h3,
.coach-profile strong {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.15;
}

.story-card p,
.method-item p,
.audience-card p,
.course-card p,
.flow-step p,
.coach-profile p,
.voice-rail p {
  margin: 14px 0 0;
  color: var(--muted);
}

.audience-scene {
  background: linear-gradient(180deg, var(--snow), #eef5f8);
}

.audience-visual,
.course-visual,
.flow-visual,
.guarantee-visual {
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.audience-visual img,
.course-visual img,
.flow-visual img,
.guarantee-visual img {
  aspect-ratio: 0.76 / 1;
  object-fit: cover;
}

.audience-rail {
  display: grid;
  grid-auto-columns: minmax(286px, 84%);
  grid-auto-flow: column;
  gap: 12px;
  margin-top: 18px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.audience-rail::-webkit-scrollbar,
.voice-rail::-webkit-scrollbar {
  display: none;
}

.audience-card {
  min-height: 286px;
  padding: 22px;
  scroll-snap-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(6, 26, 51, 0.08);
  opacity: 0.6;
  transform: scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.audience-card.is-active {
  opacity: 1;
  transform: scale(1.02);
  border-color: rgba(255, 106, 26, 0.35);
}

.audience-card button {
  min-height: 42px;
  margin-top: 20px;
  padding: 0 14px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}

.method-scene {
  display: grid;
  gap: 28px;
  width: auto;
  background: linear-gradient(180deg, #ffffff, #edf4f8);
}

.method-hero {
  position: relative;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  overflow: hidden;
  color: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.method-hero img {
  height: clamp(320px, 52vw, 620px);
  object-fit: cover;
}

.method-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 19, 39, 0.16), rgba(4, 19, 39, 0.78)),
    linear-gradient(90deg, rgba(4, 19, 39, 0.82), rgba(4, 19, 39, 0.18));
}

.method-hero figcaption {
  position: absolute;
  left: clamp(22px, 5vw, 64px);
  right: clamp(22px, 5vw, 64px);
  bottom: clamp(24px, 6vw, 70px);
  z-index: 1;
}

.method-hero h2 {
  max-width: 7em;
  margin: 0;
  font-size: 3.05rem;
  line-height: 1.03;
}

.courses-scene {
  background: #ffffff;
}

.course-stage {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.courses-scene .course-stage {
  display: block;
}

.course-grid {
  display: grid;
  gap: 12px;
}

.course-card {
  position: relative;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 249, 251, 0.78);
  box-shadow: 0 16px 46px rgba(6, 26, 51, 0.06);
  overflow: hidden;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease, background-color 240ms ease;
}

.service-flow-grid .course-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #2c6edb);
  border-radius: 99px;
  opacity: 0;
  transform: scaleX(0.42);
  transform-origin: right center;
  transition: opacity 240ms ease, transform 240ms ease;
}

.service-flow-grid .course-card.is-active {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 106, 26, 0.34);
  box-shadow: 0 24px 70px rgba(6, 26, 51, 0.12);
  transform: translateY(-4px);
}

.service-flow-grid .course-card.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-flow-progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.service-flow-progress span {
  height: 3px;
  background: rgba(188, 204, 220, 0.56);
  border-radius: 99px;
  overflow: hidden;
}

.service-flow-progress span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), #2c6edb);
  transform: scaleX(0);
  transform-origin: left center;
}

.service-flow-progress span.is-active::before {
  animation: activeBar 4.6s linear forwards;
}

.audience-board {
  width: min(100% - 32px, 1180px);
  margin: 34px auto 0;
}

.audience-board .audience-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.audience-board .audience-visual img {
  height: clamp(220px, 34vw, 390px);
  object-fit: cover;
  object-position: center 42%;
}

.audience-switch {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 14px;
  padding: 6px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 42px rgba(6, 26, 51, 0.06);
  scrollbar-width: none;
}

.audience-switch::-webkit-scrollbar {
  display: none;
}

.audience-switch button {
  min-width: 78px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.audience-switch button.is-active {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(6, 26, 51, 0.16);
}

.audience-switch button.is-active::after {
  content: "";
  display: block;
  height: 2px;
  margin: 6px auto 0;
  background: var(--orange);
  border-radius: 99px;
  animation: activeBar 3.8s linear;
}

.audience-detail {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: 22px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 251, 0.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(6, 26, 51, 0.08);
  transition: transform 220ms ease, border-color 220ms ease;
}

.audience-detail.is-updated {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 26, 0.32);
}

.audience-detail > span {
  color: var(--orange);
  font-weight: 900;
}

.audience-detail h3 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.08;
}

.audience-detail p {
  max-width: 42em;
  margin: 0;
  color: var(--muted);
}

.audience-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-detail li {
  min-height: 32px;
  padding: 6px 11px;
  color: var(--ink);
  background: rgba(255, 106, 26, 0.1);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
}

.audience-detail .pill {
  display: none;
}

.audience-board.reveal,
.method-hero.reveal,
.course-card.reveal,
.guarantee-card.reveal {
  opacity: 1;
  transform: none;
}

.faq-scene {
  background: linear-gradient(180deg, #edf4f8, #ffffff);
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(100% - 32px, 920px);
  margin: 34px auto 0;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 42px rgba(6, 26, 51, 0.06);
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.flow-scene {
  display: grid;
  gap: 28px;
  width: auto;
  background:
    linear-gradient(180deg, rgba(238, 245, 248, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 12% 18%, rgba(255, 106, 26, 0.12), transparent 28%);
}

.flow-visual {
  width: min(100% - 32px, 540px);
  margin-inline: auto;
}

.flow-panel {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.flow-timeline {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.flow-timeline::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 18px;
  width: 2px;
  background: rgba(188, 204, 220, 0.5);
}

.flow-step {
  position: relative;
  padding: 22px 18px 22px 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 50px rgba(6, 26, 51, 0.06);
  opacity: 0.56;
  transform: translateY(4px);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.flow-step::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid rgba(255, 106, 26, 0.36);
  border-radius: 50%;
}

.flow-step.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 106, 26, 0.28);
}

.flow-step.is-active::before {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 106, 26, 0.1);
}

.method-visual {
  width: min(100% - 32px, 540px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.method-visual img {
  aspect-ratio: 0.72 / 1;
  object-fit: cover;
}

.method-panel {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
}

.method-lede {
  color: var(--muted);
}

.method-list {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.method-list::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 16px;
  width: 2px;
  background: rgba(188, 204, 220, 0.5);
}

.method-item {
  position: relative;
  padding: 20px 18px 20px 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 50px rgba(6, 26, 51, 0.06);
  opacity: 0.54;
  transform: translateY(4px);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.method-item::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: var(--snow);
  border: 2px solid rgba(255, 106, 26, 0.36);
  border-radius: 50%;
}

.method-item.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 106, 26, 0.28);
}

.method-item.is-active::before {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 106, 26, 0.1);
}

.coach-scene {
  background: var(--snow);
}

.coach-portrait {
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.coach-portrait img {
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  object-position: center top;
}

.coach-rail {
  display: grid;
  grid-auto-columns: minmax(278px, 84%);
  grid-auto-flow: column;
  gap: 12px;
  margin-top: 18px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.coach-rail::-webkit-scrollbar {
  display: none;
}

.coach-profile {
  scroll-snap-align: center;
  min-height: 248px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(6, 26, 51, 0.08);
  opacity: 0.52;
  transform: scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.coach-profile.is-focused {
  opacity: 1;
  transform: scale(1.02);
  border-color: rgba(255, 106, 26, 0.35);
}

.profile-toggle {
  display: grid;
  width: 100%;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
}

.profile-toggle span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
}

.profile-toggle strong {
  display: block;
}

.profile-detail {
  max-height: 0;
  margin-top: 0;
  color: var(--muted);
  opacity: 0;
  overflow: hidden;
  transition: max-height 280ms ease, opacity 220ms ease, margin-top 220ms ease;
}

.coach-profile.is-open .profile-detail {
  max-height: 140px;
  margin-top: 16px;
  opacity: 1;
}

.profile-detail em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.coach-standards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.coach-standards span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
}

.guarantee-scene {
  padding: 86px 0;
  background: linear-gradient(180deg, #ffffff, #edf4f8);
}

.guarantee-stage {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.guarantee-grid {
  display: grid;
  gap: 12px;
  width: min(100% - 32px, 1180px);
  margin: 34px auto 0;
}

.guarantee-card {
  position: relative;
  display: grid;
  min-height: 158px;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 48px rgba(6, 26, 51, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.guarantee-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 26, 0.28);
  box-shadow: 0 22px 64px rgba(6, 26, 51, 0.12);
}

.guarantee-card svg {
  width: 32px;
  height: 32px;
  color: var(--orange);
}

.guarantee-card h3 {
  max-width: 13em;
  margin: 0;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.22;
}

.guarantee-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

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

.guarantee-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 44px rgba(6, 26, 51, 0.06);
  overflow: hidden;
}

.guarantee-item button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 900;
}

.guarantee-item button span {
  color: var(--orange);
}

.guarantee-item p {
  max-height: 0;
  margin: 0;
  padding: 0 18px;
  color: var(--muted);
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, opacity 220ms ease, padding-bottom 220ms ease;
}

.guarantee-item.is-open p {
  max-height: 130px;
  padding-bottom: 18px;
  opacity: 1;
}

.guarantee-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.trips-scene {
  min-height: 100svh;
  color: var(--white);
  background: #041327;
}

.trips-image,
.trips-image img,
.trips-shade {
  position: absolute;
  inset: 0;
}

.trips-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trips-shade {
  background:
    linear-gradient(180deg, rgba(4, 19, 39, 0.08), rgba(4, 19, 39, 0.35) 36%, rgba(4, 19, 39, 0.96)),
    linear-gradient(90deg, rgba(4, 19, 39, 0.86), rgba(4, 19, 39, 0.18));
}

.trips-panel {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 32px, 1180px);
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 112px 0 96px;
}

.trips-panel h2 {
  color: var(--white);
}

.trips-panel > p {
  color: rgba(255, 255, 255, 0.78);
}

.region-tabs {
  display: flex;
  gap: 8px;
  margin-top: 26px;
  overflow-x: auto;
  scrollbar-width: none;
}

.region-tabs::-webkit-scrollbar {
  display: none;
}

.region-tabs button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 900;
}

.region-tabs button.is-active {
  color: var(--ink);
  background: var(--white);
}

.region-copy {
  margin-top: 14px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.voice-rail {
  display: grid;
  grid-auto-columns: minmax(250px, 82%);
  grid-auto-flow: column;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.voice-rail article {
  min-height: 142px;
  padding: 18px;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
}

.voice-rail p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-scene {
  min-height: 100svh;
  color: var(--white);
  background: #041327;
}

.contact-image,
.contact-image img,
.contact-shade {
  position: absolute;
  inset: 0;
}

.contact-image img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.contact-shade {
  background:
    linear-gradient(180deg, rgba(4, 19, 39, 0.06), rgba(4, 19, 39, 0.56) 42%, rgba(4, 19, 39, 0.94)),
    linear-gradient(90deg, rgba(4, 19, 39, 0.82), rgba(4, 19, 39, 0.18));
}

.contact-panel {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 112px 0 170px;
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel > p {
  color: rgba(255, 255, 255, 0.76);
}

.lead-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  outline: none;
}

.lead-form select {
  appearance: none;
}

.lead-form input::placeholder,
.lead-form select:invalid {
  color: rgba(255, 255, 255, 0.5);
}

.lead-form .pill {
  width: 100%;
  margin-top: 2px;
}

.lead-note {
  min-height: 22px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.lead-note.is-success {
  color: rgba(255, 255, 255, 0.9);
}

.floating-cta {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 10px;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(188, 204, 220, 0.5);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(6, 26, 51, 0.14);
  backdrop-filter: blur(24px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.floating-cta.is-muted {
  opacity: 0;
  transform: translateY(calc(100% + 16px));
  pointer-events: none;
}

.floating-cta a,
.floating-cta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 8px;
  color: var(--white);
  background: rgba(6, 26, 51, 0.96);
  border: 0;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 900;
}

.floating-cta a:first-child {
  background: linear-gradient(135deg, var(--orange), var(--orange-soft));
}

.floating-cta svg {
  width: 18px;
  height: 18px;
}

.desktop-contact {
  display: none;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 1200;
  padding: 10px 14px;
  color: var(--white);
  background: rgba(6, 26, 51, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(6, 26, 51, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 220ms ease, transform 220ms ease;
  white-space: nowrap;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cue {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
}

@keyframes activeBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .premium-header {
    padding: 0 max(28px, calc((100vw - 1180px) / 2));
  }

  .premium-nav {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    color: inherit;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(22px);
  }

  .premium-header.is-solid .premium-nav {
    background: rgba(6, 26, 51, 0.05);
    border-color: rgba(6, 26, 51, 0.08);
  }

  .premium-nav a {
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .brand-logo {
    height: 38px;
  }

  .floating-cta {
    display: none;
  }

  .hero-title,
  .scene-intro h2,
  .philosophy-copy h2,
  .method-panel h2,
  .flow-panel h2,
  .trips-panel h2,
  .contact-panel h2 {
    font-size: 4.75rem;
    line-height: 0.98;
  }

  .hero-copy {
    padding-bottom: 92px;
  }

  .hero-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .story-scene,
  .audience-scene,
  .method-scene,
  .courses-scene,
  .flow-scene,
  .guarantee-scene,
  .coach-scene,
  .faq-scene {
    padding: 118px 0;
  }

  .story-stage {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    align-items: center;
  }

  .philosophy-stage {
    gap: 46px;
  }

  .philosophy-copy p:not(.kicker) {
    font-size: 1.34rem;
  }

  .philosophy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .philosophy-card {
    min-height: 230px;
    padding: 26px;
  }

  .story-media {
    min-height: 680px;
  }

  .story-cards {
    position: sticky;
    top: 104px;
  }

  .audience-visual img {
    aspect-ratio: 2 / 1;
    object-position: center 42%;
  }

  .audience-board {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    align-items: stretch;
    gap: 16px;
  }

  .audience-board .audience-visual {
    grid-row: span 2;
  }

  .audience-board .audience-visual img {
    height: 100%;
    min-height: 420px;
  }

  .audience-switch {
    align-self: start;
    margin-top: 0;
  }

  .audience-detail {
    align-self: stretch;
    margin-top: 0;
    padding: 28px;
  }

  .audience-detail .pill {
    display: inline-flex;
    justify-self: start;
    margin-bottom: 0;
  }

  .audience-rail {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .audience-card {
    min-height: 342px;
  }

  .method-scene,
  .flow-scene {
    display: grid;
    padding-inline: max(28px, calc((100vw - 1180px) / 2));
  }

  .method-scene {
    display: block;
    padding-inline: 0;
  }

  .method-hero h2 {
    font-size: 4.75rem;
    line-height: 0.98;
  }

  .method-panel {
    width: min(100% - 56px, 980px);
    margin-top: 32px;
  }

  .flow-scene {
    display: block;
  }

  .method-visual,
  .method-panel,
  .flow-visual,
  .flow-panel {
    width: auto;
  }

  .method-visual,
  .flow-visual {
    position: sticky;
    top: 96px;
    max-width: 500px;
  }

  .method-list,
  .flow-timeline {
    gap: 16px;
  }

  .method-item,
  .flow-step {
    padding: 24px 24px 24px 54px;
  }

  .course-stage {
    grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1fr);
    align-items: start;
  }

  .course-visual {
    position: sticky;
    top: 96px;
    margin-top: 0;
  }

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

  .course-card {
    min-height: 206px;
  }

  .coach-portrait img {
    aspect-ratio: 2.1 / 1;
    object-position: center 36%;
  }

  .coach-rail {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .coach-profile {
    min-height: 320px;
  }

  .coach-standards {
    justify-content: center;
  }

  .guarantee-stage {
    grid-template-columns: minmax(340px, 0.74fr) minmax(0, 1fr);
    align-items: start;
  }

  .guarantee-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .guarantee-visual {
    position: sticky;
    top: 96px;
    margin-top: 0;
  }

  .guarantee-note {
    grid-column: 1 / -1;
  }

  .trips-panel {
    max-width: 760px;
    margin-left: max(28px, calc((100vw - 1180px) / 2));
    padding-bottom: 120px;
  }

  .voice-rail {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .contact-panel {
    max-width: 620px;
    margin-left: max(28px, calc((100vw - 1180px) / 2));
    padding-bottom: 110px;
  }

  .desktop-contact {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 980;
    display: grid;
    gap: 8px;
    width: 148px;
    padding: 10px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(188, 204, 220, 0.5);
    border-radius: var(--radius);
    box-shadow: 0 18px 48px rgba(6, 26, 51, 0.14);
    backdrop-filter: blur(24px);
  }

  .desktop-contact a,
  .desktop-contact button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: rgba(6, 26, 51, 0.96);
    border: 0;
    border-radius: 6px;
    font-size: 0.86rem;
    font-weight: 900;
  }

  .desktop-contact a:first-child {
    background: linear-gradient(135deg, var(--orange), var(--orange-soft));
  }

  .desktop-contact svg {
    width: 16px;
    height: 16px;
  }

  .desktop-contact p {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
  }

  .method-scene .method-panel {
    width: min(100% - 56px, 980px);
    margin: 32px auto 0;
  }

  .flow-scene .flow-panel {
    width: min(100% - 56px, 980px);
    margin: 0 auto;
  }
}

@media (min-width: 1120px) {
  .hero-copy {
    padding-bottom: 120px;
  }

  .hero-title,
  .scene-intro h2,
  .philosophy-copy h2,
  .method-hero h2,
  .method-panel h2,
  .flow-panel h2,
  .trips-panel h2,
  .contact-panel h2 {
    font-size: 5.9rem;
  }

  .hero-lede {
    font-size: 1.02rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
