:root {
  --bg: #f3f6f4;
  --surface: #ffffff;
  --surface-muted: #eef3f1;
  --surface-deep: #0d1513;
  --surface-panel: rgba(255, 255, 255, 0.08);
  --text: #16211d;
  --text-soft: #53615d;
  --text-inverse: #f5fbf8;
  --line: rgba(22, 33, 29, 0.12);
  --line-strong: rgba(255, 255, 255, 0.16);
  --green: #01a982;
  --green-deep: #027a60;
  --green-soft: #d6fff3;
  --mint: #43d7b2;
  --violet: #5f57d7;
  --blue-soft: #8db3ff;
  --shadow: 0 22px 55px rgba(10, 31, 23, 0.1);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(1, 169, 130, 0.14), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(95, 87, 215, 0.08), transparent 20%),
    repeating-linear-gradient(
      135deg,
      rgba(15, 32, 24, 0.022) 0,
      rgba(15, 32, 24, 0.022) 1px,
      transparent 1px,
      transparent 22px
    ),
    linear-gradient(180deg, #f9fbfb 0%, #edf2f1 56%, #f9fbfa 100%);
}

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

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

p,
li,
summary {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
summary {
  text-wrap: balance;
}

p,
li,
dd,
dt {
  text-wrap: pretty;
}

.page-shell {
  position: relative;
  overflow-x: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: 80px;
  right: -150px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 169, 130, 0.2), transparent 68%);
}

.page-shell::after {
  bottom: 120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 179, 255, 0.18), transparent 72%);
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

main {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(13, 21, 19, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text-inverse);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brand img {
  width: 132px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: rgba(245, 251, 248, 0.84);
  font-size: 0.96rem;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: var(--text-inverse);
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  padding: 0 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  padding: 56px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(1, 169, 130, 0.18), transparent 35%),
    linear-gradient(145deg, rgba(4, 17, 14, 0.92), rgba(13, 21, 19, 0.98));
  color: var(--text-inverse);
  box-shadow: var(--shadow);
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto;
  transform: rotate(-14deg);
}

.hero-copy::before {
  top: -90px;
  right: -40px;
  width: 240px;
  height: 360px;
  background: linear-gradient(180deg, rgba(67, 215, 178, 0.18), transparent 80%);
}

.hero-copy::after {
  bottom: -130px;
  right: 80px;
  width: 220px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eyebrow {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--mint);
}

.eyebrow.dark {
  color: var(--green-deep);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.9rem, 4.6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  max-width: 11.5em;
}

.hero h1 span {
  color: var(--mint);
}

.hero-lead {
  max-width: 58ch;
  margin: 24px 0 0;
  color: rgba(245, 251, 248, 0.82);
  font-size: 1.08rem;
}

.hero-callout {
  display: grid;
  gap: 8px;
  max-width: 660px;
  margin-top: 26px;
  padding: 18px 22px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(1, 169, 130, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
}

.hero-callout strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-callout span {
  color: rgba(245, 251, 248, 0.76);
  font-size: 0.94rem;
  line-height: 1.7;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

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

.filled-button {
  color: #ffffff;
  background: linear-gradient(120deg, var(--green), #00c996);
  box-shadow: 0 14px 32px rgba(1, 169, 130, 0.28);
}

.outlined-button {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-tags li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.spotlight-card {
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.spotlight-card.primary {
  padding: 34px 32px;
  background:
    linear-gradient(180deg, rgba(1, 169, 130, 0.09), transparent 50%),
    var(--surface);
}

.card-kicker,
.program-kicker,
.signal-label {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
}

.spotlight-card.primary h2 {
  margin: 14px 0 8px;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.12;
}

.spotlight-card.primary p {
  margin: 0;
  color: var(--text-soft);
}

.spotlight-card.primary dl {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.spotlight-card.primary dt {
  font-size: 0.88rem;
  color: var(--text-soft);
}

.spotlight-card.primary dd {
  margin: 8px 0 0;
  font-size: 1.22rem;
  font-weight: 700;
}

.spotlight-stack {
  display: grid;
  gap: 18px;
}

.spotlight-card.compact {
  padding: 26px 28px;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric,
.outcome-number {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--text);
}

.metric span,
.outcome-number span {
  font-size: 0.45em;
  margin-left: 0.12em;
  letter-spacing: normal;
}

.metric-label {
  margin: 14px 0 0;
  color: var(--text-soft);
}

.signal-band {
  position: relative;
  padding: 0 0 40px;
  margin-top: -6px;
}

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

.signal-grid > div {
  position: relative;
  overflow: hidden;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(1, 169, 130, 0.06), rgba(255, 255, 255, 0.92) 44%),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 40px rgba(10, 31, 23, 0.08);
}

.signal-grid > div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), var(--mint), var(--blue-soft));
}

.signal-value {
  margin: 8px 0 0;
  font-weight: 700;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(1, 169, 130, 0.06), transparent 22%),
    radial-gradient(circle at bottom left, rgba(95, 87, 215, 0.05), transparent 24%);
  pointer-events: none;
}

.muted-section {
  background:
    radial-gradient(circle at top left, rgba(1, 169, 130, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(95, 87, 215, 0.04)),
    repeating-linear-gradient(
      135deg,
      rgba(1, 169, 130, 0.035) 0,
      rgba(1, 169, 130, 0.035) 1px,
      transparent 1px,
      transparent 22px
    ),
    var(--surface-muted);
}

.dark-section {
  background:
    radial-gradient(circle at top left, rgba(67, 215, 178, 0.16), transparent 18%),
    radial-gradient(circle at right center, rgba(95, 87, 215, 0.18), transparent 24%),
    linear-gradient(180deg, #111916 0%, #0d1513 100%);
  color: var(--text-inverse);
}

#programs {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 244, 0.96)),
    #ffffff;
}

#faculty {
  background:
    linear-gradient(180deg, rgba(246, 250, 248, 0.92), rgba(238, 244, 241, 0.96)),
    #f7fbfa;
}

#tuition {
  background:
    linear-gradient(135deg, rgba(1, 169, 130, 0.07), rgba(255, 255, 255, 0.94) 38%),
    #ffffff;
}

#faq {
  background:
    linear-gradient(180deg, rgba(249, 251, 250, 0.98), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

#contact {
  background:
    linear-gradient(180deg, rgba(236, 243, 240, 0.96), rgba(255, 255, 255, 0.98)),
    #f6f9f8;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 36px;
}

.section-heading h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(2.1rem, 3.2vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-heading p:last-child {
  margin: 16px 0 0;
  color: var(--text-soft);
}

.dark-section .section-heading p:last-child,
.support-copy p:last-child {
  color: rgba(245, 251, 248, 0.72);
}

.program-grid,
.roadmap-grid,
.support-grid,
.outcome-cards,
.faq-grid {
  display: grid;
  gap: 20px;
}

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

.program-card,
.roadmap-card,
.faq-item,
.company-card,
.contact-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 169, 130, 0.05), rgba(255, 255, 255, 0) 20%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 44px rgba(10, 31, 23, 0.08);
}

.program-card::before,
.roadmap-card::before,
.faq-item::before,
.company-card::before,
.contact-card::before,
.faculty-card::before,
.story-card::before,
.tuition-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--mint), rgba(95, 87, 215, 0.5));
}

.program-card {
  padding: 28px;
}

.program-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.program-card h3,
.roadmap-card h3,
.support-card h3,
.outcome-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.28;
}

.program-card p,
.program-card li,
.roadmap-card p,
.roadmap-card li,
.company-card p,
.contact-card p {
  color: var(--text-soft);
}

.program-card ul,
.roadmap-card ul,
.contact-list {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

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

.roadmap-card {
  position: relative;
  padding: 30px 28px 28px;
}

.step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.support-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 34px;
  border-radius: calc(var(--radius-lg) + 4px);
  background:
    linear-gradient(145deg, rgba(8, 18, 15, 0.96), rgba(13, 21, 19, 1)),
    var(--surface-deep);
  box-shadow: var(--shadow);
}

.support-copy {
  padding: 18px 8px 18px 6px;
  color: var(--text-inverse);
}

.support-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.support-copy p:last-child {
  margin-top: 18px;
}

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

.support-card,
.outcome-card {
  padding: 26px;
  border-radius: var(--radius-md);
}

.support-card {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(67, 215, 178, 0.12), rgba(255, 255, 255, 0.02)),
    var(--surface-panel);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-inverse);
}

.support-card p {
  margin: 14px 0 0;
  color: rgba(245, 251, 248, 0.72);
}

.outcome-grid {
  display: grid;
  gap: 26px;
}

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

.outcome-card {
  background:
    linear-gradient(180deg, rgba(67, 215, 178, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.outcome-number {
  color: var(--mint);
}

.outcome-card p:last-child {
  color: rgba(245, 251, 248, 0.72);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.faq-item {
  padding: 0;
  overflow: hidden;
  align-self: start;
}

.faq-item summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.55;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--green-deep);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--text-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
}

.company-card,
.contact-card {
  padding: 32px;
}

.company-card h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.12;
}

.company-card p,
.contact-card > p {
  margin-top: 18px;
}

.company-meta {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.company-meta div {
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
}

.company-meta span,
.contact-list span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.company-meta strong,
.contact-list strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
}

.contact-list li {
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
}

.qr-panel {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  padding: 18px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(1, 169, 130, 0.08), rgba(1, 169, 130, 0.03));
}

.qr-panel img {
  width: 132px;
  border-radius: 16px;
  background: #ffffff;
  padding: 8px;
}

.site-footer {
  padding: 36px 0 44px;
  background: #09110f;
  color: rgba(245, 251, 248, 0.78);
}

.footer-inner {
  display: grid;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 130px;
}

.footer-brand strong {
  display: block;
  color: #ffffff;
  font-size: 1.15rem;
}

.footer-brand p,
.copyright {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a:hover {
  color: #ffffff;
}

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

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

.hero-slider {
  position: relative;
  isolation: isolate;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 11, 0.28) 0%, rgba(8, 12, 11, 0) 14%),
    linear-gradient(135deg, rgba(95, 87, 215, 0.08), transparent 38%);
  pointer-events: none;
  z-index: 1;
}

.hero-carousel {
  position: relative;
  min-height: clamp(620px, 74vw, 820px);
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.hero-carousel.is-dragging {
  cursor: grabbing;
}

.hero-track {
  display: flex;
  min-height: inherit;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide {
  position: relative;
  min-width: 100%;
  display: flex;
  align-items: stretch;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  min-height: clamp(620px, 74vw, 820px);
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 12, 0.92) 0%, rgba(8, 13, 12, 0.68) 40%, rgba(8, 13, 12, 0.16) 100%),
    radial-gradient(circle at 78% 16%, rgba(67, 215, 178, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(95, 87, 215, 0.22), transparent 44%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07) 0,
      rgba(255, 255, 255, 0.07) 1px,
      transparent 1px,
      transparent 72px
    );
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding-top: 108px;
  padding-bottom: 156px;
}

.hero-slide-copy {
  max-width: min(980px, 74vw);
  color: var(--text-inverse);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.hero-slide-copy h2 {
  margin: 0;
  font-size: clamp(2.55rem, 4vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  max-width: 12.2em;
}

.hero-controls-shell {
  position: absolute;
  inset: auto 0 138px 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hero-gesture {
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(245, 251, 248, 0.9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  backdrop-filter: blur(16px);
}

.hero-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-control,
.hero-dot {
  border: 0;
  cursor: pointer;
}

.hero-control {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(18px);
  font-size: 1.15rem;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.hero-control:hover,
.hero-control:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.hero-dot.is-active {
  background: var(--mint);
  transform: scale(1.2);
}

.hero-insights {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 24px;
  margin-top: -92px;
  position: relative;
  z-index: 3;
}

.hero-insights .spotlight-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.faculty-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: start;
}

.faculty-card,
.story-card,
.tuition-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 44px rgba(10, 31, 23, 0.08);
}

.faculty-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
}

.faculty-photo img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(1, 169, 130, 0.08), rgba(1, 169, 130, 0.02));
}

.faculty-copy h3,
.tuition-highlight h3 {
  margin: 8px 0 0;
  font-size: clamp(1.85rem, 2.3vw, 2.25rem);
  line-height: 1.18;
}

.faculty-copy h4 {
  margin: 8px 0 0;
  font-size: 1rem;
  color: var(--green-deep);
}

.faculty-copy p,
.story-card p,
.tuition-highlight p,
.tuition-step p,
.tuition-note {
  color: var(--text-soft);
}

.faculty-copy ul {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.story-grid {
  display: grid;
  gap: 18px;
}

.story-card {
  padding: 24px;
}

.story-name {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  color: var(--green-deep);
}

.story-card h3 {
  margin: 0;
  font-size: clamp(1.24rem, 1.5vw, 1.45rem);
  line-height: 1.3;
}

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

.tuition-shell {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(1, 169, 130, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(95, 87, 215, 0.04), transparent 36%),
    var(--surface);
}

.tuition-highlight {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
}

.tuition-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.tuition-step {
  padding: 20px;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
}

.tuition-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tuition-step h4 {
  margin: 16px 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.tuition-note {
  margin: 22px 0 0;
}

.asset-credit {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(245, 251, 248, 0.56);
}

.asset-credit a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 1100px) {
  .hero-grid,
  .support-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .program-grid,
  .roadmap-grid,
  .outcome-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-insights,
  .faculty-layout,
  .faculty-card,
  .tuition-steps {
    grid-template-columns: 1fr;
  }

  .hero-insights .spotlight-stack,
  .curriculum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-controls-shell {
    bottom: 122px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 76px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    width: min(320px, calc(100vw - 40px));
    padding: 16px;
    border-radius: 24px;
    background: rgba(13, 21, 19, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero {
    padding-bottom: 42px;
  }

  .hero-carousel,
  .hero-slide {
    min-height: 580px;
  }

  .hero-slide-content {
    padding-top: 92px;
    padding-bottom: 126px;
  }

  .hero-callout {
    padding: 16px 18px;
  }

  .hero-controls-shell {
    inset: auto 0 108px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-controls {
    width: 100%;
    justify-content: space-between;
  }

  .hero h1,
  .hero-slide-copy h2 {
    max-width: none;
  }

  .hero-insights {
    margin-top: 22px;
    grid-template-columns: 1fr;
  }

  .hero-insights .spotlight-stack,
  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding: 36px 28px;
  }

  .signal-grid,
  .program-grid,
  .roadmap-grid,
  .support-grid,
  .outcome-cards,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-card.primary dl,
  .qr-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 68px 0;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 116px;
  }

  .hero h1,
  .section-heading h2,
  .hero-slide-copy h2,
  .support-copy h2,
  .company-card h2,
  .contact-card h2 {
    letter-spacing: -0.02em;
  }

  .hero-carousel,
  .hero-slide {
    min-height: 520px;
  }

  .hero-slide-content {
    padding-top: 84px;
    padding-bottom: 116px;
  }

  .hero-controls-shell {
    inset: auto 0 72px 0;
  }

  .hero h1,
  .hero-slide-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-callout strong {
    font-size: 0.94rem;
  }

  .hero-callout span {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .cta-group {
    margin-top: 24px;
  }

  .hero-gesture {
    display: none;
  }

  .company-card,
  .contact-card,
  .program-card,
  .roadmap-card,
  .faculty-card,
  .story-card,
  .tuition-shell,
  .support-card,
  .outcome-card {
    padding: 24px;
  }

  .support-shell {
    padding: 24px;
  }
}
