:root {
  --cream-base: #FCFAF2;
  --olive-knife: #6B8E23;
  --indigo-iron: #1E272C;
  --coral-flame: #FF4D4D;
  --tomato-blush: #E85A4F;
  --olive-soft: #C5D59C;
  --cream-deep: #F4EFE0;
  --indigo-soft: #2C3A42;
  --white-blade: #FFFFFF;
  --charcoal-edge: #0F1518;
  --mono-shadow: 6px 6px 0 0 rgba(30,39,44,0.85);
  --coral-shadow: 8px 8px 0 0 #1E272C;
  --hard-shadow: 4px 4px 0 0 #1E272C;
}

* {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--cream-base);
  color: var(--indigo-iron);
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "exercisefleawor レシピ 栄養バランス 調理技術 食材トレーニング エクササイズシェフ exercisefleawor レシピ 栄養 発酵  knives  flavor  exercisefleawor レシピ 栄養バランス 調理技術 食材";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Sora', sans-serif;
  font-weight: 200;
  font-size: 180px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--indigo-iron);
  opacity: 0.045;
  z-index: 0;
  pointer-events: none;
  word-break: break-all;
  white-space: pre-wrap;
  animation: drift-scroll 90s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, rgba(107,142,35,0.05) 0px, rgba(107,142,35,0.05) 0.5px, transparent 0.5px, transparent 64px);
  pointer-events: none;
  z-index: 0;
}

@keyframes drift-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

main, header, footer, section, nav, div, article, aside {
  position: relative;
  z-index: 1;
}

strong, p, span, li, h1, h2, h3, h4, h5, h6, a, button {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 0.6em 0;
  color: var(--indigo-iron);
}

h1 {
  font-size: clamp(54px, 9vw, 160px);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(38px, 5.5vw, 96px);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(22px, 2.6vw, 36px);
  text-transform: uppercase;
}

h4 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
}

p {
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 1.1em 0;
  color: var(--indigo-iron);
}

a {
  color: var(--indigo-iron);
  text-decoration: none;
  transition: color 220ms ease;
}

a:hover {
  color: var(--coral-flame);
}

.mono-data {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}

.jp-text {
  font-family: 'Zen Kaku Gothic New', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.coral-underline {
  border-bottom: 6px solid var(--coral-flame);
  padding-bottom: 6px;
  display: inline-block;
}

.section-wrap {
  padding: 80px 24px;
  position: relative;
}

.section-wrap--tight {
  padding: 48px 24px;
}

.section-wrap--airy {
  padding: 120px 24px;
}

.section-wrap--cream {
  background: var(--cream-base);
  color: var(--indigo-iron);
}

.section-wrap--olive {
  background: linear-gradient(135deg, var(--olive-soft) 0%, #D9E4B8 100%);
  color: var(--indigo-iron);
}

.section-wrap--indigo {
  background: var(--indigo-iron);
  color: var(--cream-base);
}

.section-wrap--indigo h1,
.section-wrap--indigo h2,
.section-wrap--indigo h3,
.section-wrap--indigo h4,
.section-wrap--indigo h5,
.section-wrap--indigo p,
.section-wrap--indigo li,
.section-wrap--indigo span,
.section-wrap--indigo a {
  color: var(--cream-base);
}

.section-wrap--tomato {
  background: linear-gradient(135deg, #FCE4DD 0%, #F5B7AB 100%);
  color: var(--indigo-iron);
}

.container-shell {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.split-row {
  position: sticky;
  top: 124px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 800px) {
  .split-row {
    grid-template-columns: 44% 1fr;
    gap: 48px;
    align-items: start;
  }
}

.eyebrow-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
  background: var(--indigo-iron);
  color: var(--cream-base);
  border: 2px solid var(--indigo-iron);
  margin-bottom: 18px;
}

.eyebrow-tag--coral {
  background: var(--coral-flame);
  color: var(--white-blade);
  border-color: var(--coral-flame);
}

.eyebrow-tag--olive {
  background: var(--olive-knife);
  color: var(--white-blade);
  border-color: var(--olive-knife);
}

.btn-chef {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 16px 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--olive-knife);
  color: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  box-shadow: 6px 6px 0 0 var(--indigo-iron);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 200ms cubic-bezier(0.33,0.16,0.58,1.2), box-shadow 200ms ease, background 200ms ease;
  text-decoration: none;
}

.btn-chef:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 0 var(--indigo-iron);
  background: var(--coral-flame);
  color: var(--white-blade);
}

.btn-chef--coral {
  background: var(--coral-flame);
  color: var(--white-blade);
}

.btn-chef--coral:hover {
  background: var(--olive-knife);
  color: var(--white-blade);
}

.btn-chef--ghost {
  background: transparent;
  color: var(--indigo-iron);
  border: 2px solid var(--indigo-iron);
}

.section-wrap--indigo .btn-chef--ghost {
  color: var(--cream-base);
  border-color: var(--cream-base);
}

.section-wrap--indigo .btn-chef--ghost:hover {
  background: var(--coral-flame);
  border-color: var(--coral-flame);
  color: var(--white-blade);
}

.btn-chef--ghost:hover {
  background: var(--indigo-iron);
  color: var(--cream-base);
}

.btn-chef--wide {
  min-width: 280px;
  min-height: 88px;
  font-size: 16px;
  padding: 22px 32px;
}

.btn-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cta-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.topbar-microlayer {
  background: var(--white-blade);
  border-bottom: 1px solid rgba(30,39,44,0.12);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.topbar-microlayer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  text-align: center;
}

.topbar-microlayer__domain {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--indigo-iron);
}

.topbar-microlayer__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: var(--indigo-iron);
  opacity: 0.7;
  letter-spacing: 0.08em;
}

.topbar-microlayer__name span {
  color: var(--coral-flame);
}

.main-navbar {
  background: var(--indigo-iron);
  height: 84px;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 25;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 24px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cream-base);
  text-decoration: none;
}

.nav-brand__mark {
  width: 56px;
  height: 56px;
  background: var(--indigo-iron);
  border: 2px solid var(--cream-base);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.nav-brand__mark svg {
  width: 36px;
  height: 36px;
}

.nav-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-brand__text-1 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--cream-base);
  letter-spacing: 0.01em;
}

.nav-brand__text-2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--cream-base);
  opacity: 0.85;
  letter-spacing: 0.06em;
}

.nav-brand__text-2 span {
  color: var(--coral-flame);
}

.nav-links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background: var(--coral-flame);
  margin: 0 14px;
}

.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-base);
  padding: 8px 4px;
  border-bottom: 4px solid transparent;
  transition: border-color 220ms ease, color 220ms ease;
  position: relative;
  top: 0;
}

.nav-links a:hover,
.nav-links a.is-active {
  border-bottom-color: var(--coral-flame);
  color: var(--cream-base);
}

.burger-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 2px solid var(--cream-base);
  cursor: pointer;
  padding: 0;
  position: relative;
}

.burger-trigger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream-base);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 220ms ease, top 220ms ease, opacity 220ms ease;
}

.burger-trigger span:nth-child(1) { top: 14px; }
.burger-trigger span:nth-child(2) { top: 21px; }
.burger-trigger span:nth-child(3) { top: 28px; }

.burger-trigger.is-open span:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.burger-trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.burger-trigger.is-open span:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  background: var(--indigo-iron);
  border-top: 2px solid var(--coral-flame);
  z-index: 22;
  padding: 24px;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
}

.mobile-menu.is-open {
  display: block;
  animation: drop-down 480ms cubic-bezier(0.33,0.16,0.58,1.2);
}

@keyframes drop-down {
  0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.mobile-menu__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 18px;
}

.mobile-menu__brand .nav-brand__mark {
  width: 48px;
  height: 48px;
}

.mobile-menu__brand .nav-brand__mark svg {
  width: 30px;
  height: 30px;
}

.mobile-menu__brand .nav-brand__text-1 {
  font-size: 16px;
}

.mobile-menu__brand .nav-brand__text-2 {
  font-size: 10px;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu a {
  display: block;
  padding: 16px 8px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--cream-base);
  text-transform: uppercase;
}

.mobile-menu a:hover,
.mobile-menu a.is-active {
  color: var(--coral-flame);
  padding-left: 16px;
}

@media (min-width: 1100px) {
  .nav-links {
    display: flex;
  }
  .burger-trigger {
    display: none;
  }
}

.page-pad-top {
  padding-top: 124px;
}

.hero-stage {
  min-height: calc(100vh - 124px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--indigo-iron);
  color: var(--cream-base);
}

.hero-stage--compact {
  min-height: 60vh;
  padding: 80px 24px;
  background: var(--indigo-iron);
  color: var(--cream-base);
}

.hero-stage--compact .hero-grid {
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--indigo-iron) 0%, var(--indigo-soft) 100%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,39,44,0.2) 0%, rgba(30,39,44,0.65) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
}

.hero-megatitle {
  font-size: clamp(54px, 13vw, 160px);
  line-height: 0.92;
  font-weight: 900;
  color: var(--cream-base);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero-megatitle span {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px);
  animation: overshoot-spring 1100ms cubic-bezier(0.33,0.16,0.58,1.2) forwards;
}

.hero-megatitle span:nth-child(1) { animation-delay: 100ms; }
.hero-megatitle span:nth-child(2) { animation-delay: 240ms; }
.hero-megatitle span:nth-child(3) { animation-delay: 380ms; }
.hero-megatitle span:nth-child(4) { animation-delay: 520ms; }
.hero-megatitle span:nth-child(5) { animation-delay: 660ms; }
.hero-megatitle span:nth-child(6) { animation-delay: 800ms; }

@keyframes overshoot-spring {
  0% { opacity: 0; transform: translateY(18px); }
  60% { opacity: 1; transform: translateY(-4px); }
  80% { transform: translateY(2px); }
  90% { transform: translateY(-1px); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero-sublabel {
  display: inline-block;
  background: var(--coral-flame);
  color: var(--white-blade);
  padding: 16px 22px;
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  box-shadow: 8px 8px 0 0 var(--indigo-iron);
  border: 2px solid var(--indigo-iron);
  max-width: 720px;
}

.hero-live {
  position: absolute;
  top: 36px;
  right: 24px;
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  padding: 14px 18px;
  box-shadow: var(--hard-shadow);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--indigo-iron);
  z-index: 3;
  line-height: 1.6;
}

.hero-live strong {
  color: var(--coral-flame);
}

.hero-cta-block {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px 80px 24px;
}

@media (max-width: 768px) {
  .hero-live {
    position: static;
    margin: 0 24px 24px 24px;
    width: auto;
  }
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 2px solid var(--indigo-iron);
}

@media (min-width: 800px) {
  .kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.kpi-tile {
  padding: 32px 20px;
  border-right: 2px solid var(--indigo-iron);
  border-bottom: 2px solid var(--indigo-iron);
  background: var(--cream-base);
  color: var(--indigo-iron);
}

.kpi-tile:last-child {
  border-right: none;
}

@media (max-width: 799px) {
  .kpi-tile:nth-child(2n) {
    border-right: none;
  }
}

.kpi-tile__num {
  font-family: 'Sora', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--coral-flame);
  line-height: 1;
  margin-bottom: 8px;
}

.kpi-tile__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--indigo-iron);
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bento-card {
  background: var(--white-blade);
  border: 1px solid var(--indigo-iron);
  box-shadow: var(--hard-shadow);
  padding: 0;
  position: relative;
  transition: transform 280ms cubic-bezier(0.33,0.16,0.58,1.2), box-shadow 280ms ease, z-index 0s;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.bento-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
  border: 3px solid var(--coral-flame);
  z-index: 10;
}

.bento-card--wide {
  grid-column: span 1;
}

@media (min-width: 1000px) {
  .bento-card--wide {
    grid-column: span 2;
  }
}

.bento-card__media {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border-bottom: 1px solid var(--indigo-iron);
  position: relative;
}

.bento-card__media--pattern {
  background: linear-gradient(45deg, var(--olive-soft) 25%, transparent 25%, transparent 75%, var(--olive-soft) 75%), linear-gradient(45deg, var(--olive-soft) 25%, transparent 25%, transparent 75%, var(--olive-soft) 75%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-color: var(--cream-base);
}

.bento-card__media--icon {
  background: var(--cream-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--indigo-iron);
}

.bento-card__media--icon svg {
  width: 80px;
  height: 80px;
  color: var(--indigo-iron);
}

.bento-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bento-card__sku {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--coral-flame);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bento-card__title {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--indigo-iron);
}

.bento-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--indigo-iron);
  margin-bottom: 18px;
  flex: 1;
}

.bento-card__price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 800;
  color: var(--olive-knife);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.bento-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--indigo-iron);
  border-bottom: 2px solid var(--indigo-iron);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color 220ms ease, border-color 220ms ease;
}

.bento-card__cta:hover {
  color: var(--coral-flame);
  border-bottom-color: var(--coral-flame);
}

.stacking-stack {
  position: relative;
  margin-top: 48px;
}

.stacking-card {
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  padding: 32px;
  margin-bottom: 28px;
  position: relative;
  transition: transform 320ms cubic-bezier(0.33,0.16,0.58,1.2), box-shadow 280ms ease, border-color 220ms ease;
  z-index: 1;
}

.stacking-card::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 2px solid var(--indigo-iron);
  background: var(--cream-deep);
  z-index: -1;
}

.stacking-card::after {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 2px solid var(--indigo-iron);
  background: var(--olive-soft);
  z-index: -2;
}

.stacking-card:hover {
  transform: translate(-12px, -12px);
  border-color: var(--coral-flame);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
  z-index: 5;
}

.stacking-card__num {
  font-family: 'Sora', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--coral-flame);
  line-height: 1;
}

.stacking-card__title {
  margin: 12px 0 14px 0;
}

.stacking-card__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--indigo-iron);
}

.process-node {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
  position: relative;
}

@media (min-width: 800px) {
  .process-node {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .process-node {
    grid-template-columns: repeat(4, 1fr);
  }
}

.node-card {
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  padding: 24px;
  position: relative;
  transition: transform 280ms cubic-bezier(0.33,0.16,0.58,1.2), border-color 220ms ease;
  z-index: 1;
}

.node-card:hover {
  transform: translate(-4px, -4px);
  border-color: var(--coral-flame);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
  z-index: 5;
}

.node-card::after {
  content: "→";
  position: absolute;
  right: -22px;
  top: 28px;
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  color: var(--coral-flame);
  display: none;
}

@media (min-width: 1100px) {
  .node-card:not(:last-child)::after {
    display: block;
  }
}

.node-card__icon {
  width: 56px;
  height: 56px;
  background: var(--coral-flame);
  color: var(--white-blade);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 2px solid var(--indigo-iron);
}

.node-card__icon svg {
  width: 28px;
  height: 28px;
}

.node-card__step {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--coral-flame);
  margin-bottom: 8px;
}

.node-card__title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--indigo-iron) !important;
}

.node-card__time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--olive-knife);
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.node-card__desc {
  font-size: 14px;
  color: var(--indigo-iron) !important;
  line-height: 1.6;
}

.waterfall-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .waterfall-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .waterfall-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.waterfall-card {
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  box-shadow: var(--hard-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 220ms ease;
}

.waterfall-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
  border-color: var(--coral-flame);
}

.waterfall-card__photo {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border-bottom: 2px solid var(--indigo-iron);
}

.waterfall-card--tall .waterfall-card__photo {
  height: 360px;
}

.waterfall-card__body {
  padding: 20px;
}

.waterfall-card__type {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--coral-flame);
  margin-bottom: 8px;
}

.waterfall-card__title {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--indigo-iron);
}

.waterfall-card__result {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--olive-knife);
  margin-bottom: 12px;
}

.waterfall-card__quote {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: var(--indigo-iron);
  line-height: 1.6;
  border-left: 3px solid var(--coral-flame);
  padding-left: 12px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .gallery-mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .gallery-mosaic {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-tile {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border: 2px solid var(--indigo-iron);
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease;
}

.gallery-tile:hover {
  transform: scale(1.03);
  border-color: var(--coral-flame);
  z-index: 5;
}

.gallery-tile--tall {
  aspect-ratio: 3 / 4;
}

.gallery-tile__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30,39,44,0.85);
  color: var(--cream-base);
  padding: 10px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 220ms ease;
}

.gallery-tile:hover .gallery-tile__caption {
  opacity: 1;
}

.team-canvas {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .team-canvas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .team-canvas {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card {
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  box-shadow: var(--hard-shadow);
  padding: 0;
  position: relative;
  transition: transform 280ms cubic-bezier(0.33,0.16,0.58,1.2), border-color 220ms ease, box-shadow 280ms ease;
  z-index: 1;
}

.team-card:hover {
  transform: translate(-4px, -4px);
  border-color: var(--coral-flame);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
  z-index: 5;
}

.team-card__photo {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border-bottom: 2px solid var(--indigo-iron);
  filter: grayscale(0.2);
  transition: filter 280ms ease;
}

.team-card:hover .team-card__photo {
  filter: grayscale(0);
}

.team-card__body {
  padding: 22px;
}

.team-card__role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--coral-flame);
  margin-bottom: 6px;
}

.team-card__name {
  font-size: 22px;
  margin-bottom: 6px;
  color: var(--indigo-iron);
}

.team-card__name-en {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--indigo-iron);
  opacity: 0.7;
  margin-bottom: 12px;
}

.team-card__bio {
  font-size: 13px;
  line-height: 1.6;
  color: var(--indigo-iron);
  margin-bottom: 14px;
}

.team-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.team-card__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--olive-soft);
  color: var(--indigo-iron);
  padding: 4px 8px;
  border: 1px solid var(--indigo-iron);
}

.review-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .review-stack {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .review-stack {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-card {
  background: var(--white-blade);
  border: 2px solid var(--indigo-iron);
  box-shadow: var(--hard-shadow);
  padding: 28px 24px;
  position: relative;
  transition: transform 280ms ease, border-color 220ms ease, box-shadow 280ms ease;
}

.review-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--coral-flame);
  box-shadow: 8px 8px 0 0 var(--coral-flame);
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(30,39,44,0.15);
  padding-bottom: 18px;
}

.review-card__avatar {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border: 2px solid var(--indigo-iron);
  flex-shrink: 0;
}

.review-card__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--indigo-iron);
  margin-bottom: 4px;
}

.review-card__meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--coral-flame);
}

.review-card__quote {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--indigo-iron);
  margin-bottom: 18px;
}

.review-card__stats {
  display: flex;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(30,39,44,0.15);
}

.review-card__stat {
  flex: 1;
}

.review-card__stat-num {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: var(--olive-knife);
  line-height: 1;
}

.review-card__stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--indigo-iron);
  margin-top: 4px;
}

.faq-rails {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-rail {
  border: 2px solid var(--indigo-iron);
  background: var(--white-blade);
  margin-bottom: 14px;
  transition: box-shadow 220ms ease, border-color 220ms ease;
}

.faq-rail:hover {
  border-color: var(--coral-flame);
}

.faq-rail.is-open {
  border-color: var(--coral-flame);
  box-shadow: var(--hard-shadow);
}

.faq-rail__trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--indigo-iron);
  position: relative;
}

.faq-rail.is-open .faq-rail__trigger {
  border-left: 4px solid var(--coral-flame);
  padding-left: 20px;
}

.faq-rail__icon {
  width: 32px;
  height: 32px;
  background: var(--indigo-iron);
  color: var(--cream-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 220ms ease, background 220ms ease;
}

.faq-rail.is-open .faq-rail__icon {
  background: var(--coral-flame);
  transform: rotate(180deg);
}

.faq-rail__answer {
  display: none;
  padding: 0 24px 22px 24px;
}

.faq-rail.is-open .faq-rail__answer {
  display: block;
}

.faq-rail__answer p {
  font-family: 'JetBrains Mono', 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--indigo-iron);
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid var(--olive-knife);
}

.contact-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media (min-width: 900px) {
  .contact-stage {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-card {
  background: var(--white-blade);
  border: 2px solid var(--coral-flame);
  box-shadow: var(--coral-shadow);
  padding: 36px;
}

.contact-card__title {
  margin-bottom: 24px;
  color: var(--indigo-iron);
}

.contact-data {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-data li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(30,39,44,0.15);
  color: var(--indigo-iron);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.contact-data li:last-child {
  border-bottom: none;
}

.contact-data__icon {
  width: 36px;
  height: 36px;
  background: var(--indigo-iron);
  color: var(--cream-base);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-data__icon svg {
  width: 18px;
  height: 18px;
}

.contact-data__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--coral-flame);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-data__value {
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--indigo-iron);
}

.contact-data__value a {
  color: var(--indigo-iron);
  text-decoration: none;
}

.contact-data__value a:hover {
  color: var(--coral-flame);
}

.contact-form {
  background: var(--indigo-iron);
  border: 2px solid var(--indigo-iron);
  padding: 36px;
  color: var(--cream-base);
}

.contact-form h3,
.contact-form p,
.contact-form label {
  color: var(--cream-base);
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--cream-base);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: var(--cream-base);
  border: 2px solid var(--cream-base);
  padding: 14px 16px;
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  color: var(--indigo-iron);
  outline: none;
  transition: border-color 220ms ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--coral-flame);
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

.form-field--half {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 700px) {
  .form-field--half {
    grid-template-columns: 1fr 1fr;
  }
}

.form-required {
  color: var(--coral-flame);
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.form-submit-hint {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--cream-base);
  opacity: 0.7;
}

.map-deck {
  position: relative;
  min-height: 360px;
  border: 2px solid var(--indigo-iron);
  background: var(--cream-deep);
  background-image:
    linear-gradient(0deg, rgba(30,39,44,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,39,44,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  overflow: hidden;
  margin-top: 32px;
}

.map-deck::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 45%, rgba(107,142,35,0.18) 0%, transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(255,77,77,0.10) 0%, transparent 45%);
}

.map-pin {
  position: absolute;
  top: 38%;
  left: 30%;
  width: 24px;
  height: 24px;
  background: var(--coral-flame);
  border: 3px solid var(--indigo-iron);
  border-radius: 50% !important;
  box-shadow: 0 0 0 0 rgba(255,77,77,0.6);
  animation: pulse-pin 2s infinite;
}

@keyframes pulse-pin {
  0% { box-shadow: 0 0 0 0 rgba(255,77,77,0.6); }
  70% { box-shadow: 0 0 0 22px rgba(255,77,77,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); }
}

.map-card {
  position: absolute;
  top: 18%;
  right: 8%;
  background: var(--white-blade);
  border: 2px solid var(--coral-flame);
  box-shadow: var(--coral-shadow);
  padding: 24px;
  width: 280px;
  max-width: 80%;
}

@media (max-width: 700px) {
  .map-card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.map-card__title {
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--indigo-iron);
}

.map-card__row {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--indigo-iron);
  margin-bottom: 8px;
  line-height: 1.5;
}

.map-card__live {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--coral-flame);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(30,39,44,0.15);
}

.thanks-stage {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 24px 80px;
  background: linear-gradient(135deg, var(--cream-base) 0%, var(--olive-soft) 100%);
}

.thanks-card {
  background: var(--white-blade);
  border: 3px solid var(--coral-flame);
  box-shadow: var(--coral-shadow);
  padding: 56px 36px;
  text-align: center;
  max-width: 720px;
  width: 100%;
}

.thanks-card__icon {
  width: 96px;
  height: 96px;
  background: var(--coral-flame);
  border: 3px solid var(--indigo-iron);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-blade);
  font-size: 48px;
  font-weight: 900;
}

.thanks-card__title {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
  color: var(--indigo-iron);
}

.thanks-card__sub {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  color: var(--indigo-iron);
  margin-bottom: 28px;
  line-height: 1.7;
}

.legal-prose {
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 24px;
  color: var(--indigo-iron);
}

.legal-prose h1 {
  font-size: clamp(48px, 6vw, 80px);
  margin-bottom: 32px;
  color: var(--indigo-iron);
}

.legal-prose h2 {
  font-size: 26px;
  margin-top: 32px;
  margin-bottom: 14px;
  color: var(--indigo-iron);
}

.legal-prose p,
.legal-prose ul {
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--indigo-iron);
}

.legal-prose ul {
  padding-left: 24px;
}

.legal-prose li {
  margin-bottom: 8px;
}

.legal-prose .legal-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--coral-flame);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-footer {
  background: var(--indigo-iron);
  color: var(--cream-base);
  padding: 80px 24px 24px;
  border-top: 4px solid var(--coral-flame);
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span {
  color: var(--cream-base);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

@media (min-width: 700px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.footer-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-flame);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--coral-flame);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
  font-family: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
}

.footer-col a {
  font-size: 14px;
  color: var(--cream-base);
  transition: color 220ms ease;
}

.footer-col a:hover {
  color: var(--coral-flame);
}

.footer-brand__title {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 4px;
  color: var(--cream-base);
}

.footer-brand__sub {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  color: var(--cream-base);
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}

.footer-brand__sub span {
  color: var(--coral-flame);
}

.footer-brand__desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--cream-base);
  opacity: 0.85;
  margin-bottom: 18px;
}

.footer-copyright {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--cream-base);
  opacity: 0.7;
}

.footer-legal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
}

.footer-legal-row a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-base);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
}

.footer-legal-row a:hover {
  color: var(--coral-flame);
  border-bottom-color: var(--coral-flame);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: var(--indigo-iron);
  border: 2px solid var(--coral-flame);
  box-shadow: var(--coral-shadow);
  padding: 24px;
  z-index: 50;
  max-width: 380px;
  width: calc(100% - 48px);
  color: var(--cream-base);
}

.cookie-banner__title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--cream-base);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-banner__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--cream-base);
  margin-bottom: 18px;
}

.cookie-banner__text a {
  color: var(--coral-flame);
  border-bottom: 1px solid var(--coral-flame);
}

.cookie-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-btn {
  padding: 10px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid var(--cream-base);
  background: transparent;
  color: var(--cream-base);
  transition: background 220ms ease, color 220ms ease;
}

.cookie-btn:hover {
  background: var(--cream-base);
  color: var(--indigo-iron);
}

.cookie-btn--accept {
  background: var(--coral-flame);
  border-color: var(--coral-flame);
  color: var(--white-blade);
}

.cookie-btn--accept:hover {
  background: var(--olive-knife);
  border-color: var(--olive-knife);
  color: var(--white-blade);
}

@media (max-width: 480px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
  }
}

.reveal-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.intro-stagger span {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
  animation: overshoot-spring 1000ms cubic-bezier(0.33,0.16,0.58,1.2) forwards;
}

.pull-quote {
  font-family: 'Sora', 'Zen Kaku Gothic New', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  color: var(--indigo-iron);
  border-bottom: 6px solid var(--coral-flame);
  padding-bottom: 18px;
  display: inline-block;
  margin: 24px 0;
}

.section-wrap--indigo .pull-quote {
  color: var(--cream-base);
}

.split-photo {
  border: 2px solid var(--indigo-iron);
  box-shadow: 6px 6px 0 0 var(--coral-flame);
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  min-height: 480px;
  width: 100%;
  filter: grayscale(0.4);
  transition: filter 280ms ease, border-color 220ms ease;
}

.split-photo:hover {
  filter: grayscale(0);
  border-color: var(--coral-flame);
}

.two-col {
  column-count: 1;
  column-gap: 36px;
}

@media (min-width: 700px) {
  .two-col {
    column-count: 2;
  }
}

.two-col p {
  break-inside: avoid;
  margin-bottom: 14px;
}

.philosophy-stats {
  background: var(--cream-deep);
  border: 2px solid var(--indigo-iron);
  padding: 20px;
  margin-top: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  line-height: 1.9;
  color: var(--indigo-iron);
}

.philosophy-stats strong {
  color: var(--coral-flame);
  font-weight: 800;
}

.program-hero {
  padding: 60px 0 40px;
  border-bottom: 2px solid var(--indigo-iron);
}

.program-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (min-width: 900px) {
  .program-hero__grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

.program-hero__photo {
  height: 420px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: var(--indigo-soft);
  border: 2px solid var(--indigo-iron);
  box-shadow: var(--hard-shadow);
}

.program-price-tag {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: 56px;
  color: var(--coral-flame);
  line-height: 1;
  margin: 16px 0;
}

.program-price-tag small {
  font-size: 16px;
  color: var(--indigo-iron);
  font-weight: 600;
  margin-left: 8px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
}

@media (min-width: 700px) {
  .feature-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .feature-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-tile {
  border: 2px solid var(--indigo-iron);
  padding: 24px;
  background: var(--white-blade);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.feature-tile:hover {
  border-color: var(--coral-flame);
  box-shadow: var(--hard-shadow);
}

.feature-tile__num {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: var(--olive-knife);
  line-height: 1;
  margin-bottom: 12px;
}

.feature-tile__head {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--indigo-iron);
}

.feature-tile__body {
  font-size: 14px;
  line-height: 1.6;
  color: var(--indigo-iron);
}

.sticky-toc {
  position: sticky;
  top: 144px;
  background: var(--cream-base);
  border: 2px solid var(--indigo-iron);
  padding: 20px;
  margin-bottom: 24px;
}

.sticky-toc__title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--coral-flame);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sticky-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-toc li {
  margin-bottom: 8px;
}

.sticky-toc a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--indigo-iron);
  display: block;
  padding: 6px 0;
  border-left: 3px solid transparent;
  padding-left: 10px;
  margin-left: -10px;
}

.sticky-toc a:hover {
  color: var(--coral-flame);
  border-left-color: var(--coral-flame);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1000px) {
  .split-layout {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }
}

.table-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border: 2px solid var(--indigo-iron);
}

.table-specs th,
.table-specs td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(30,39,44,0.15);
  border-right: 1px solid rgba(30,39,44,0.15);
  color: var(--indigo-iron);
}

.table-specs th {
  background: var(--indigo-iron);
  color: var(--cream-base);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.table-specs tr:last-child td {
  border-bottom: none;
}

.table-specs tr:last-child td:last-child {
  border-right: none;
}

.table-specs tr:hover td {
  background: var(--olive-soft);
}

.banner-strip {
  background: var(--coral-flame);
  color: var(--white-blade);
  padding: 20px 24px;
  margin: 60px 0;
  border-top: 2px solid var(--indigo-iron);
  border-bottom: 2px solid var(--indigo-iron);
}

.banner-strip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.banner-strip__title {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--white-blade);
  margin: 0;
}

.banner-strip__sub {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--white-blade);
  letter-spacing: 0.04em;
}

.error-msg {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--coral-flame);
  margin-top: 6px;
  display: none;
}

.form-field.has-error .error-msg {
  display: block;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: var(--coral-flame);
}

input[aria-invalid="true"] {
  border-color: var(--coral-flame) !important;
}

.form-success {
  background: var(--olive-soft);
  border: 2px solid var(--olive-knife);
  padding: 24px;
  display: none;
  color: var(--indigo-iron);
}

.form-success.is-shown {
  display: block;
}

.form-success__title {
  font-family: 'Sora', sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--indigo-iron);
}

.cookie-list {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--cream-base);
}

.cookie-list li {
  margin-bottom: 4px;
  padding-left: 14px;
  position: relative;
}

.cookie-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--coral-flame);
}

.cookie-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--cream-base);
  text-transform: uppercase;
  margin-top: 4px;
}

.cookie-toggle input {
  width: 14px;
  height: 14px;
  accent-color: var(--coral-flame);
}

@media (max-width: 480px) {
  body::before {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .hero-megatitle {
    font-size: 54px;
  }
  .hero-grid {
    padding: 40px 24px;
  }
  .hero-cta-block {
    padding: 0 24px 60px 24px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 38px;
  }
  .section-wrap {
    padding: 60px 24px;
  }
  .section-wrap--airy {
    padding: 80px 24px;
  }
  .topbar-microlayer__domain {
    font-size: 14px;
  }
  .topbar-microlayer__name {
    font-size: 9px;
  }
  .main-navbar {
    height: 72px;
    padding: 0 16px;
  }
  .nav-brand__mark {
    width: 48px;
    height: 48px;
  }
  .nav-brand__mark svg {
    width: 30px;
    height: 30px;
  }
  .nav-brand__text-1 {
    font-size: 16px;
  }
  .nav-brand__text-2 {
    font-size: 10px;
  }
  .page-pad-top {
    padding-top: 112px;
  }
  .mobile-menu {
    top: 112px;
  }
  .split-row {
    position: static;
  }
  body::before {
    font-size: 80px;
    opacity: 0.03;
  }
}
