/* =========================================
   VITTU BHARAT ASSOCIATES LLP — style.css
   Clean · Light · Spacious
   ========================================= */

:root {
  --bg: #FFFFFF;
  --bg-2: #F7F8FA;
  --bg-3: #F0F2F5;
  --surface: #FFFFFF;
  --text: #0A0A0B;
  --text-2: #4A5260;
  --text-muted: #9AA3B0;
  --accent: #1A1A2E;
  --accent-2: #2563EB;
  --accent-light: #EEF3FF;
  --border: rgba(0, 0, 0, 0.07);
  --border-2: rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  --radius-btn: 999px;
  --radius-input: 14px;
  --radius-card: 24px;
  --radius-panel: 28px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1200px;
}

/* ---------- RESET ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.005em;
}

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

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

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

/* ---------- TYPOGRAPHY ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: var(--text);
}

h3,
h4 {
  letter-spacing: -0.02em;
}

.heading-muted {
  color: var(--text-muted);
  font-weight: 700;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.label-star {
  color: var(--accent-2);
  font-size: 12px;
}

.section-label--white {
  color: rgba(255, 255, 255, 0.6);
}

.text-center {
  justify-content: center;
}

/* ---------- BUTTONS ---------- */
.btn-apply {
  background: var(--text);
  color: #fff;
  padding: 11px 22px;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
  white-space: nowrap;
}

.btn-apply:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  transition: gap 280ms var(--ease), color 280ms var(--ease);
}

.btn-arrow:hover {
  gap: 14px;
  color: var(--accent-2);
}

.arrow-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border-2);
  background: transparent;
  font-size: 14px;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), color 280ms var(--ease);
}

.btn-arrow:hover .arrow-circle {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid var(--border-2);
  color: var(--text);
  padding: 13px 28px;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 700;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), transform 280ms var(--ease);
}

.btn-hero:hover {
  background: var(--bg-2);
  border-color: var(--border-2);
  transform: translateY(-1px);
}

.btn-hero-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--text);
  color: #fff;
  padding: 13px 28px;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 700;
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.btn-hero-accent:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

.btn-cta-outline {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 13px 32px;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 700;
  transition: background 280ms var(--ease), border-color 280ms var(--ease);
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-pricing {
  display: block;
  width: 100%;
  background: var(--text);
  color: #fff;
  padding: 13px 0;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
}

.btn-pricing:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.btn-apply-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--text);
  color: #fff;
  padding: 16px 40px;
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
}

.btn-apply-cta:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

/* ---------- FAB nav — hide, not used ---------- */
.fab-nav {
  display: none;
}

/* ---------- NAVBAR OFF ---------- */
.navbar {
  display: none;
}

/* ========================================
   NB — Nike-style bottom-right nav
   ======================================== */
.nb {
  position: fixed;
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ----- trigger bar ----- */
.nb-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 5px 7px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.nb.past-hero .nb-bar {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.nb-logo {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-light);
  text-decoration: none;
  line-height: 1;
  background-color: var(--text);
  padding: 13px 14px;
  border-radius: 15px;
}

.nb-toggle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  position: relative;
  transition: color 0.3s ease;
}

.nb.past-hero .nb-toggle {
  color: var(--text);
}

/* Menu / Close label swap */
.nb-label-close {
  display: none;
  font-size: 18px;
}


.nb.open .nb-label-menu {
  display: none;
}

.nb.open .nb-label-close {
  display: inline;
}

.nb-label-menu {
  font-size: 18px;
}

/* ----- expanded panel ----- */
.nb-panel {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 2px;
  /* collapsed */
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    max-height 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 280ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 300ms ease,
    border-color 300ms ease;
}

.nb.past-hero .nb-panel {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* open */
.nb.open .nb-panel {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;

}

.nb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  transition: color 160ms, background 160ms;
}

.nb.past-hero .nb-link {
  color: var(--text);
}

.nb-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.nb.past-hero .nb-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nb-link--accent {
  color: var(--accent-2);
  border-top: 1px solid var(--border);
  margin-top: 4px;
  padding-top: 13px;
  border-radius: 0 0 12px 12px;
}

.nb-link--accent:hover {
  background: var(--accent-light);
  color: var(--accent-2);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* logo */
.nav-logo {
  flex-shrink: 0;
  color: #fff;
  transition: color 350ms var(--ease);
  text-decoration: none;
}

.navbar.scrolled .nav-logo {
  color: var(--text);
}

.nav-logo-text {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  color: inherit;
}

/* frosted pill containing links + CTA */
.nav-pill {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-btn);
  padding: 5px 5px 5px 6px;
  transition: background 350ms var(--ease), border-color 350ms var(--ease), box-shadow 350ms var(--ease);
}

.navbar.scrolled .nav-pill {
  background: rgba(255, 255, 255, 0.97);
  border-color: var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: var(--radius-btn);
  text-decoration: none;
  transition: color 200ms var(--ease), background 200ms var(--ease);
}

.nav-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.navbar.scrolled .nav-btn {
  color: var(--text-2);
}

.navbar.scrolled .nav-btn:hover {
  color: var(--text);
  background: var(--bg-2);
}

/* Contact Us CTA inside pill */
.btn-apply {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--text);
  border: none;
  padding: 8px 18px;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 200ms var(--ease);
  flex-shrink: 0;
}

.btn-apply:hover {
  opacity: 0.85;
}

.navbar.scrolled .btn-apply {
  background: var(--text);
  color: #fff;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 300ms var(--ease), opacity 300ms var(--ease), background 350ms var(--ease);
}

.navbar.scrolled .hamburger span {
  background: var(--text);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.navbar.scrolled .hamburger span {
  background: var(--text);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 300ms var(--ease), opacity 300ms var(--ease);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- HERO ---------- */
.hero {
  height: 100vh;
  min-height: 640px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--bg);
}

/* the rounded image panel — the whole hero is this card */
.hero-bg {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.0) 30%,
      rgba(0, 0, 0, 0.65) 100%);
  border-radius: 24px;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: auto;
  padding: 52px 52px 0;
}

@media (max-width: 640px) {
  .hero-content {
    padding: 20vh 24px 0;
    /* push title down ~20% of viewport on mobile */
  }
}

.hero-date {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

.hero-title {
  font-size: 8vw;
  font-weight: 300;
  line-height: 0.96;
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  text-align: center;
  word-break: keep-all;
  margin-top: 1vh;
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 13vw;
    margin-top: 0;
  }
}

/* desc block bottom-right — replaced by hero-bottom-row */
.hero-desc {
  display: none;
}

/* ---- Hero bottom row: icon + description above navbar ---- */
.hero-bottom-row {
  position: absolute;
  bottom: 35px;
  /* aligned horizontally with the center of the fixed nav pill */
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  gap: 16px;
}

.hero-desc-text {
  font-size: 0.9vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.58;
  letter-spacing: 0.01em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-width: 200px;
  text-align: right;
  margin-left: auto;
}

/* Sound icon — inside hero-bottom-row */
.hero-sound-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 300ms ease;
}

.hero-sound-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  transform: scale(1.08);
}

.hero-sound-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

/* Sound waves fade out when muted */
.hero-sound-waves {
  transition: opacity 350ms cubic-bezier(0.22, 1, 0.36, 1), stroke-dashoffset 450ms cubic-bezier(0.22, 1, 0.36, 1);
  stroke-dasharray: 30;
  stroke-dashoffset: 0;
}

.hero-sound-btn.muted .hero-sound-waves {
  opacity: 0;
}

/* Mute slash — a diagonal line that slides down to reveal when muted */
.hero-sound-slash {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-40deg);
  overflow: hidden;
}

.hero-sound-slash-inner {
  width: 2px;
  height: 20px;
  border-radius: 2px;
  background: currentColor;
  /* Slide in from top when muted */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-sound-btn.muted .hero-sound-slash-inner {
  transform: scaleY(1);
  transition-delay: 200ms;
}

/* Subtle shake animation on mute */
@keyframes sound-shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-12deg);
  }

  50% {
    transform: rotate(6deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.hero-sound-btn.shake .hero-sound-svg {
  animation: sound-shake 500ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Mobile: tighten up the hero bottom row */
@media (max-width: 640px) {
  .hero-bottom-row {
    padding: 0 5%;
    gap: 12px;
  }

  .hero-desc-text {
    display: none;
  }

  .hero-sound-btn {
    width: 32px;
    height: 32px;
  }
}

.hero-stat {
  position: absolute;
  bottom: 44px;
  right: 44px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.hero-stat-num {
  font-size: 58px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.hero-stat-text {
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.04em;
  max-width: 120px;
  line-height: 1.65;
  padding-top: 7px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

/* btn-hero on photo */
.hero .btn-hero {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero .btn-hero:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.65);
  transform: none;
}

/* ---------- STATS STRIP ---------- */
.stats-strip {
  background: var(--bg);
  padding: 0 12px;
  /* aligns with hero side inset */
}

.stats-strip-inner {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 24px 24px;
  display: flex;
  align-items: flex-start;
  padding: 40px 48px 48px;
  justify-content: space-between;
  gap: 32px;
}

.stat-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.stat-num {
  font-size: clamp(48px, 5.5vw, 64px);
  font-weight: 200;
  letter-spacing: -0.05em;
  color: var(--text);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  /* scramble animation start state */
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.stat-num.counted {
  opacity: 1;
  transform: translateY(0);
}

.stat-label {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.stat-divider {
  display: none;
}

@media (max-width: 640px) {
  .stats-strip {
    padding: 0 8px;
  }

  .stats-strip-inner {
    padding: 32px 24px 40px;
    gap: 40px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0 0 16px 16px;
  }

  .stat-item {
    min-width: 0;
    flex: none;
  }

  .stat-divider {
    display: none;
  }

  .stat-num {
    font-size: 44px;
    font-weight: 200;
  }

  .stat-label {
    font-size: 11px;
    line-height: 1.4;
  }
}

/* ---------- ABOUT — text only ---------- */
.section-about {
  padding: 100px 16px 80px;
  background: var(--bg);
}

.about-inner {
  max-width: 80vw;
  margin: 0 auto;
}

.about-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.about-meta-label {
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about-meta-year {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* scroll-reveal text */
.reveal-text {
  font-size: clamp(22px, 2.8vw, 4vw);
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--text);
  max-width: 80vw;
  margin: 0 auto;
  text-align: end;
  margin-top: 10%;
  margin-left: 15%;
}

.reveal-text:last-child {
  text-align: start;
  margin-right: 15%;
  margin-left: 0%;
  max-width: 80vw;
}

/* each word span */
.reveal-text .word {
  display: inline;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

.reveal-text .word.lit {
  color: var(--text);
}

.reveal-text--blue .word.lit {
  color: var(--accent-2);
}

/* ---------- SERVICES — animated hover modal ---------- */
.section-services {
  padding: 80px 0 120px;
  background: var(--bg-2);
  overflow: hidden;
}

.svc-wrap {
  max-width: 85vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.svc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  gap: 48px;
}

.svc-heading {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--text);
  flex-shrink: 0;
}

.svc-sub {
  max-width: 400px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.7;
  padding-top: 8px;
}

/* rows */
.svc-list {
  display: flex;
  flex-direction: column;
}

.svc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 300ms var(--ease);
}

.svc-list:hover .svc-row {
  opacity: 0.4;
}

.svc-list:hover .svc-row:hover {
  opacity: 1;
}

.svc-row:last-child {
  border-bottom: 1px solid var(--border);
}

.svc-row-title {
  font-size: clamp(20px, 2.8vw, 38px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: transform 300ms var(--ease);
}

.svc-row:hover .svc-row-title {
  transform: translateX(10px);
}

.svc-row-sub {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  transition: transform 300ms var(--ease);
}

.svc-row:hover .svc-row-sub {
  transform: translateX(10px);
}

/* hover modal */
.svc-modal {
  position: fixed;
  width: 340px;
  height: 260px;
  pointer-events: none;
  overflow: hidden;
  z-index: 300;
  border-radius: 16px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 380ms cubic-bezier(0.76, 0, 0.24, 1), opacity 300ms ease;
  opacity: 0;
  top: 0;
  left: 0;
}

.svc-modal.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.svc-modal-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 500ms cubic-bezier(0.76, 0, 0.24, 1);
}

.svc-modal-slide {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.svc-modal-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* cursor dot */
.svc-cursor {
  position: fixed;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #2563EB;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 301;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 380ms cubic-bezier(0.76, 0, 0.24, 1), opacity 300ms ease;
  opacity: 0;
  top: 0;
  left: 0;
}

.svc-cursor.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* keep old section-overview class harmless */
.section-overview {
  display: none;
}

/* ---------- OVERVIEW / ABOUT ---------- */
.section-overview-legacy {
  padding: 120px 48px;
  background: var(--bg);
}

.overview-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.overview-left {
  padding-top: 4px;
}

.overview-heading {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 24px;
}

.overview-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.overview-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
}

.overview-checks li::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent-light) url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%232563EB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.overview-body {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 36px;
}

.overview-center {
  position: relative;
}

.trip-carousel {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--bg-3);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.carousel-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: var(--radius-btn);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-2);
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: background 250ms var(--ease), transform 250ms var(--ease);
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms var(--ease);
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 20px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}

.carousel-caption h3 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.carousel-caption p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

/* Carousel card (no photo) */
.carousel-slide-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  text-align: center;
}

.carousel-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: var(--accent-light);
  border: 1px solid rgba(37, 99, 235, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.carousel-card-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
}

.carousel-card-sub {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.6;
}

.overview-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
}

.overview-info {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
}

.info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-row:first-child {
  padding-top: 0;
}

.info-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

.info-value {
  font-size: 13px;
  color: var(--text);
  font-weight: 700;
}

.story-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.story-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
  border: 2px solid var(--border);
}

.story-avatar-placeholder {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.story-text {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: 18px;
}

.story-link {
  font-size: 13px;
}

/* ---------- LEVELS / SERVICES ---------- */
.section-levels {
  padding: 120px 48px;
  background: var(--bg-2);
}

.levels-header {
  max-width: var(--container);
  margin: 0 auto 52px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.levels-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  max-width: 500px;
}

.levels-heading-group {
  flex: 1;
}

.levels-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* Waveyu-style card: fixed tall height, content bottom, hover reveals text */
.level-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 420px;
  position: relative;
  transition: border-color 300ms var(--ease);
}

.level-card:hover {
  border-color: var(--border-2);
}

.level-card:focus {
  outline: none;
  border-color: var(--accent-2);
}

/* top row: circle thumb left, badge right */
.level-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 16px 0;
  flex-shrink: 0;
}

.level-thumb-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid var(--border);
}

.level-badge {
  background: var(--bg);
  border: 1px solid var(--border-2);
  padding: 5px 14px;
  border-radius: var(--radius-btn);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-2);
  white-space: nowrap;
}

.level-badge--active {
  background: var(--accent-light);
  border-color: rgba(37, 99, 235, 0.25);
  color: var(--accent-2);
}

/* bottom: title always visible, description slides up on hover */
.level-card-bottom {
  margin-top: auto;
  padding: 20px 20px 22px;
}

.level-card-bottom h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
  line-height: 1.2;
}

/* hidden description — slides up on hover */
.level-card-reveal {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 380ms var(--ease), opacity 300ms var(--ease);
  margin-top: 0;
}

.level-card-reveal p {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.68;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  margin-top: 10px;
}

.level-card:hover .level-card-reveal,
.level-card:focus .level-card-reveal {
  max-height: 120px;
  opacity: 1;
}

/* ---------- STAY / WHY CHOOSE US (legacy hidden) ---------- */
.section-stay {
  display: none;
}

.section-experience {
  display: none;
}

/* ========================================
   WHY CHOOSE US — editorial scroll list
   ======================================== */
/* ========================================
   WHY US — editorial horizontal scroll list
   ======================================== */
.section-why {
  padding: 0;
  background: var(--bg);
  overflow: hidden;
}

/* shared horizontal inset — both cols align to this */
:root {
  --why-px: 7.5vw;
}

.why-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 600px;
  border-top: 1px solid var(--border);
}

/* sticky left header */
.why-header {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* anchor to bottom so label reads naturally while scrolling */
  gap: 28px;
  padding: 60px 40px 64px var(--why-px);
  border-right: 1px solid var(--border);
}

.why-progress-num {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--text-muted);
  transition: opacity 200ms;
}

.why-headline {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--text);
}

.why-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 220ms, gap 220ms var(--ease);
}

.why-cta-link:hover {
  color: var(--text);
  gap: 12px;
}

.why-cta-arrow {
  transition: transform 220ms var(--ease);
}

.why-cta-link:hover .why-cta-arrow {
  transform: translate(2px, -2px);
}

/* right side rows */
.why-list {
  display: flex;
  flex-direction: column;
}

.why-row {
  display: grid;
  /* col1: 48px num, col2: 44px SVG, col3: text, col4: image */
  grid-template-columns: 48px 44px 1fr auto;
  gap: 0 24px;
  padding: 56px var(--why-px) 56px 48px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: background 300ms var(--ease), border-color 300ms var(--ease);
}

.why-row:hover {
  background: var(--bg-2);
  border-bottom-color: transparent;
}

.why-row:last-child {
  border-bottom: none;
}

.why-row-left {
  display: contents;
  /* num + svg as separate cols via grid-template-columns */
}

.why-row-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  padding-top: 6px;
  grid-column: 1;
}

/* SVG icons */
.why-svg {
  color: var(--text);
  overflow: visible;
  grid-column: 2;
  margin-top: 2px;
}

.why-svg-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.why-row-right {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-row-image {
  grid-column: 4;
  width: 200px;
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.7;
  filter: grayscale(100%);
  transform: scale(0.96);
  transform-origin: center right;
  transition: all 400ms var(--ease);
  box-shadow: var(--shadow-sm);
  margin-left: auto;
}

.why-row:hover .why-row-image {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1);
  box-shadow: var(--shadow-md);
}

.why-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.why-row:hover .why-row-image img {
  transform: scale(1.05);
}

.why-row-title {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.22;
  color: var(--text);
}

.why-row-body {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 480px;
}

/* section-apart hidden — merged into why */
.section-apart {
  display: none;
}

@media (max-width: 900px) {
  .why-wrap {
    grid-template-columns: 1fr;
  }

  .why-header {
    position: static;
    height: auto;
    padding: 64px 24px 48px;
    border-right: none;
    border-bottom: 1px solid var(--border);
    align-items: center;
    text-align: center;
  }

  .why-headline {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .why-row {
    grid-template-columns: 36px 36px 1fr;
    gap: 0 16px;
    padding: 44px 24px;
  }

  .why-row-image {
    display: none;
  }
}

@media (max-width: 600px) {
  .why-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 24px;
  }

  .why-row-left {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

.stay-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.stay-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  margin-bottom: 32px;
}

.stay-img-wrap {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.stay-img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.stay-img-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.stay-visual-placeholder {
  border-radius: var(--radius-card);
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  background: var(--bg-2);
  padding: 32px;
}

.stay-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stay-stat-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px;
  transition: box-shadow 280ms var(--ease), border-color 280ms var(--ease);
}

.stay-stat-item:hover {
  border-color: var(--border-2);
}

.stay-stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.stay-stat-label {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 600;
}

.stay-desc {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 32px;
}

.room-accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.room-item {
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--border);
  transition: border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.room-item:has(.room-body--open) {
  border-color: var(--border-2);
  box-shadow: var(--shadow-sm);
}

.room-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  transition: background 200ms;
}

.room-header:hover {
  background: var(--bg-3);
}

.room-chevron {
  font-size: 17px;
  color: var(--text-muted);
  transition: transform 300ms var(--ease);
  display: inline-block;
}

.room-chevron--open {
  transform: rotate(180deg);
  color: var(--text);
}

.room-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms var(--ease);
}

.room-body--open {
  max-height: 600px;
}

.room-body p {
  padding: 0 20px 16px;
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.7;
}

.room-inner {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.room-inner img {
  border-radius: 12px;
}

/* ---------- EXPERIENCE / EXPERTISE ---------- */
.section-experience {
  padding: 120px 48px;
  background: var(--bg-2);
}

.experience-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.experience-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  margin-bottom: 20px;
}

.experience-body {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 36px;
}

.experience-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.exp-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: border-color 320ms var(--ease);
}

.exp-card:hover {
  border-color: var(--border-2);
}

.exp-card-inner {
  padding: 22px;
}

.exp-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.exp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  margin-bottom: 12px;
  color: var(--text-2);
}

.exp-card h3 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 7px;
}

.exp-card p {
  font-size: 12px;
  color: var(--text-2);
  line-height: 1.65;
}

/* ---------- CTA BANNER ---------- */
.section-cta-banner {
  padding: 0 48px;
  background: var(--bg);
}

.cta-banner-wrap {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  border-radius: var(--radius-panel);
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  background: var(--text);
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
}

.cta-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
}

.cta-banner-overlay {
  position: relative;
  z-index: 2;
  padding: 60px;
}

.cta-banner-overlay .section-label {
  color: rgba(255, 255, 255, 0.5);
}

.cta-banner-overlay h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.15;
}

/* ---------- PROGRAM / PROCESS ---------- */
.section-program {
  padding: 120px 48px;
  background: var(--bg-2);
}

.program-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  gap: 32px;
}

.program-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
}

.timeline-accordion {
  display: flex;
  flex-direction: column;
}

.timeline-item {
  border-bottom: 1px solid var(--border);
  transition: background 200ms;
}

.timeline-item:first-child {
  border-top: 1px solid var(--border);
}

.timeline-item.open {
  background: var(--bg);
}

.timeline-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 20px;
}

.timeline-header:hover .timeline-left h3 {
  color: var(--accent-2);
}

.timeline-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.timeline-day {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  min-width: 44px;
  font-variant-numeric: tabular-nums;
}

.timeline-left h3 {
  font-size: 16px;
  font-weight: 700;
  transition: color 200ms;
}

.timeline-chevron {
  font-size: 17px;
  color: var(--text-muted);
  transition: transform 300ms var(--ease);
  flex-shrink: 0;
}

.timeline-item.open .timeline-chevron {
  transform: rotate(180deg);
  color: var(--text);
}

.timeline-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms var(--ease);
}

.timeline-item.open .timeline-body {
  max-height: 200px;
}

.timeline-body p {
  padding: 0 0 20px 64px;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.75;
}

/* ---------- INSTRUCTORS / LEADERSHIP ---------- */
.section-instructors {
  padding: 120px 48px;
  background: var(--bg);
}

.instructors-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.instr-slider {
  position: relative;
}

.instr-slide {
  display: none;
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.instr-slide.active {
  display: block;
}

.instr-slide img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* Instructor placeholder */
.instr-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--bg-2) 0%, var(--bg-3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px;
  text-align: center;
}

.instr-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.instr-placeholder-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}

.instr-placeholder-title {
  font-size: 12px;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.instr-placeholder-exp {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

.instr-name-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.instr-footer {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.instr-lang {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: var(--radius-btn);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.instr-nav {
  display: flex;
  gap: 6px;
}

.instr-prev,
.instr-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 16px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms, transform 200ms;
}

.instr-prev:hover,
.instr-next:hover {
  background: #fff;
  transform: scale(1.05);
}

.instr-expand {
  display: none;
}

.instructors-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  margin-bottom: 18px;
}

.instructors-body {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 20px;
}

.instr-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.instr-feature {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  transition: box-shadow 280ms var(--ease), border-color 280ms var(--ease);
}

.instr-feature:hover {
  border-color: var(--border-2);
}

.instr-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid var(--border);
  margin-bottom: 10px;
  font-size: 15px;
  box-shadow: var(--shadow-sm);
}

.instr-feature h4 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.instr-feature p {
  font-size: 12px;
  color: var(--text-2);
  line-height: 1.6;
}

/* ========================================
   TESTIMONIALS — unique pill avatar style
   ======================================== */
.section-testimonials {
  padding: 100px 48px;
  background: var(--bg);
}

.ut-wrap {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

/* quote */
.ut-quote-area {
  position: relative;
  text-align: center;
  padding: 0 24px;
}

.ut-quote-deco {
  position: absolute;
  font-size: 96px;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  user-select: none;
}

.ut-quote-deco--open {
  top: -32px;
  left: -8px;
}

.ut-quote-deco--close {
  bottom: -48px;
  right: -8px;
}

.ut-quote {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--text);
  transition: opacity 300ms ease, filter 300ms ease, transform 300ms ease;
}

.ut-quote.animating {
  opacity: 0;
  filter: blur(4px);
  transform: scale(0.98);
}

/* role + avatars */
.ut-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ut-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: opacity 400ms ease, transform 400ms ease;
}

.ut-role.animating {
  opacity: 0;
  transform: translateY(6px);
}

/* avatar pill row */
.ut-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ut-pill {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background 400ms cubic-bezier(0.4, 0, 0.2, 1),
    padding 400ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 300ms ease;
  padding: 3px;
}

.ut-pill--active {
  background: var(--text);
  padding: 6px 14px 6px 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.ut-pill:not(.ut-pill--active):hover {
  background: var(--bg-2);
  padding: 6px 14px 6px 6px;
}

.ut-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ut-pill--active .ut-avatar {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.ut-pill:not(.ut-pill--active):hover .ut-avatar {
  transform: scale(1.05);
}

/* expanding name — grid trick from React component */
.ut-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transition: max-width 400ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 300ms ease,
    margin-left 400ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0;
  color: #fff;
}

.ut-pill--active .ut-name {
  max-width: 140px;
  opacity: 1;
  margin-left: 8px;
}

.ut-pill:not(.ut-pill--active):hover .ut-name {
  max-width: 140px;
  opacity: 1;
  margin-left: 8px;
  color: var(--text);
}

@media (max-width: 640px) {
  .section-testimonials {
    padding: 72px 24px;
  }

  .ut-quote {
    font-size: 18px;
  }
}

/* ========================================
   HOW IT WORKS — horizontal scroll timeline
   Dark cinematic, editorial numbers
   ======================================== */
.section-how {
  background: #0a0a0b;
  padding: 80px 0 0;
  overflow: hidden;
}

/* sticky header above the track */
.how-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 7.5vw 56px;
  gap: 40px;
}

.how-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fff;
}

.how-header-sub {
  max-width: 320px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.72;
  text-align: right;
}

.section-label--white  {
  color: rgba(255, 255, 255, 0.4);
}

/* horizontal scrolling track */
.how-track-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 0;
}

.how-track-wrap::-webkit-scrollbar {
  display: none;
}

.how-track-wrap.is-grabbing {
  cursor: grabbing;
}

.how-track {
  display: flex;
  gap: 0;
  width: max-content;
  padding: 0 7.5vw 80px;
}

/* individual step */
.how-step {
  width: clamp(300px, 30vw, 420px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 0 48px 0 0;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

.how-step--last {
  padding-right: 0;
}

/* huge editorial number */
.how-step-num {
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  font-variant-numeric: tabular-nums;
  margin-bottom: -16px;
  user-select: none;
  transition: color 400ms var(--ease);
}

.how-step:hover .how-step-num {
  color: rgba(255, 255, 255, 0.12);
}

/* connecting line */
.how-step-line {
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
  margin-bottom: 28px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 600ms var(--ease);
}

.how-step.in-view .how-step-line {
  transform: scaleX(1);
}

/* step body */
.how-step-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.how-step-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.how-step-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.how-step-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  flex: 1;
}

.how-step-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  opacity: 0.7;
  transition: opacity 200ms, gap 200ms var(--ease);
  text-decoration: none;
}

.how-step-cta:hover {
  opacity: 1;
  gap: 10px;
}

/* drag hint */
.how-drag-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color:var(--accent-2);
  padding: 0 0 28px;
  transition: opacity 600ms;
}

.how-drag-hint.hidden {
  opacity: 0;
}

.hint-arrow {
  animation: hint-bounce 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes hint-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

@media (max-width: 768px) {
  .how-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px 40px;
  }

  .how-header-sub {
    text-align: left;
    max-width: 100%;
  }

  .how-track {
    padding: 0 24px 60px;
    gap: 0;
  }

  .how-step {
    width: 85vw;
    padding-right: 32px;
  }

  .how-step-num {
    font-size: 72px;
  }
}

/* ---------- PRICING ---------- */
.section-pricing {
  padding: 120px 48px;
  background: var(--bg-2);
}

.pricing-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.pricing-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 52px;
}

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

.pricing-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}

.pricing-card:hover {
  border-color: var(--border-2);
}

.pricing-card-top {
  padding: 28px;
  border-bottom: 1px solid var(--border);
}

.pricing-emoji-wrap {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pricing-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}

.pricing-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 4px;
  font-weight: 600;
}

.pricing-exp {
  font-size: 12px;
  color: var(--accent-2);
  font-weight: 700;
  margin-bottom: 3px;
}

.pricing-specialty {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 6px;
  font-weight: 600;
}

.pricing-accordion-item {
  border-top: 1px solid var(--border);
}

.pricing-acc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 28px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-2);
  transition: color 200ms, background 200ms;
}

.pricing-acc-btn:hover {
  color: var(--text);
  background: var(--bg-2);
}

.pricing-acc-btn[aria-expanded="true"] {
  color: var(--text);
}

.pricing-acc-btn span {
  font-size: 15px;
  transition: transform 300ms var(--ease);
}

.pricing-acc-btn[aria-expanded="true"] span {
  transform: rotate(180deg);
}

.pricing-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms var(--ease);
}

.pricing-acc-body ul {
  padding: 0 28px 18px;
}

.pricing-acc-body li {
  font-size: 13px;
  color: var(--text-2);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-acc-body li:last-child {
  border-bottom: none;
}

.pricing-acc-body li::before {
  content: '—';
  color: var(--text-muted);
  font-size: 11px;
  flex-shrink: 0;
}

/* ========================================
   FAQ — redesigned full-width with GSAP
   ======================================== */
.section-faq {
  padding: 100px 0 80px;
  background: var(--bg-2);
}

/* FAQ layout */
.faq-inner {
  max-width: 85vw;
  margin: 0 auto;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 40px;
  /* GSAP entrance — starts hidden */
  opacity: 0;
  transform: translateY(24px);
}

.faq-heading {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--text);
}

.faq-header-sub {
  max-width: 340px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  text-align: right;
  flex-shrink: 0;
}

/* accordion rows */
.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--border);
  /* GSAP entrance */
  opacity: 0;
  transform: translateY(16px);
}

.faq-item:first-child {
  border-top: 1px solid var(--border);
}

/* open state: accent left border */
.faq-item.open {
  border-left: 3px solid var(--accent-2);
  padding-left: 0;
}

.faq-item.open .faq-btn {
  padding-left: 20px;
}

.faq-item.open .faq-body {
  padding-left: 20px;
}

.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  text-align: left;
  cursor: pointer;
  transition: padding-left 300ms var(--ease);
}

.faq-btn:hover .faq-q {
  color: var(--text);
}

.faq-num {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  min-width: 32px;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.faq-q {
  flex: 1;
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text-2);
  line-height: 1.3;
  transition: color 220ms var(--ease);
}

.faq-item.open .faq-q {
  color: var(--text);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
  flex-shrink: 0;
  transition: background 250ms var(--ease), border-color 250ms var(--ease), color 250ms var(--ease), transform 350ms var(--ease);
}

.faq-item.open .faq-icon {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
  transform: rotate(45deg);
}

/* body — height animated by GSAP */
.faq-body {
  overflow: hidden;
  height: 0;
}

.faq-body p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.82;
  padding: 0 60px 32px 56px;
  letter-spacing: 0.005em;
}

/* bottom CTA */
.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
  padding: 32px 40px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  gap: 24px;
  opacity: 0;
  transform: translateY(16px);
}

.faq-cta-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-2);
  max-width: 480px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-faq {
    padding: 72px 0 60px;
  }

  .faq-inner {
    max-width: 92vw;
  }

  .faq-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 36px;
  }

  .faq-header-sub {
    text-align: left;
    max-width: 100%;
  }

  .faq-q {
    font-size: 15px;
  }

  .faq-body p {
    padding: 0 16px 20px 48px;
    font-size: 14px;
  }

  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}

/* ---------- TEAM ---------- */
.section-team {
  padding: 120px 0 120px;
  background: var(--bg-2);
  overflow: hidden;
}

.team-header {
  max-width: var(--container);
  margin: 0 auto 48px;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.team-heading {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
}

.team-subtitle {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
}

.team-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* marquee container — clips overflow, shows exactly 3 cards */
.team-marquee-wrap {
  overflow: hidden;
  /* fade edges */
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

/* scrolling track */
.team-marquee {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: team-scroll 28s linear infinite;
}

.team-marquee-wrap:hover .team-marquee {
  animation-play-state: paused;
}

@keyframes team-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50%));
  }
}

/* each card — sized so 3 fit in viewport */
.team-card {
  position: relative;
  /* 3 cards + 2 gaps visible: (100vw - 96px padding) / 3 */
  width: calc((100vw - 136px) / 3);
  flex-shrink: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--border);
}

.team-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.team-name-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px 16px;
  border-radius: var(--radius-btn);
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

.team-role-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 14px;
  border-radius: var(--radius-btn);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-2);
  letter-spacing: 0.03em;
}

.team-expand {
  display: none;
}

/* placeholder card (no photo) */
.team-card-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(155deg, var(--bg-2) 0%, var(--bg-3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}

.team-avatar-initials {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.team-card-name {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  color: var(--text);
}

.team-card-exp {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  font-weight: 600;
}

/* ---------- SERVICES responsive ---------- */
@media (max-width: 1024px) {
  .svc-wrap {
    max-width: 90vw;
  }

  .svc-heading {
    font-size: clamp(36px, 5vw, 56px);
  }

  .svc-row-title {
    font-size: clamp(18px, 3.5vw, 28px);
  }
}

@media (max-width: 768px) {
  .svc-wrap {
    max-width: 100%;
    padding: 0 24px;
  }

  .svc-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .svc-heading {
    font-size: clamp(36px, 8vw, 52px);
  }

  .svc-sub {
    max-width: 100%;
    font-size: 14px;
  }

  .svc-row {
    padding: 20px 0;
  }

  .svc-row-title {
    font-size: clamp(16px, 4.5vw, 22px);
  }

  .svc-row-sub {
    display: none;
  }

  /* disable hover modal on touch */
  .svc-modal {
    display: none;
  }

  .svc-cursor {
    display: none;
  }
}

/* mobile: 1 card wide */
@media (max-width: 768px) {
  .team-card {
    width: 75vw;
  }

  .team-header {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ========================================
   ENQUIRY FORM — typeform style
   ======================================== */
.section-enquiry {
  background: #0a0a0b;
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms var(--ease);
}

.section-enquiry.open {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.eq-inner {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 48px;
  background: transparent;
}

/* progress bar */
.eq-progress-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.eq-progress-fill {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 400ms var(--ease);
}

/* close + counter */
.eq-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 200ms, border-color 200ms;
}

.eq-close:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.eq-counter {
  position: absolute;
  top: 28px;
  left: 32px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
}

/* questions wrapper */
.eq-questions {
  width: 100%;
  max-width: 640px;
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
}

/* individual step */
.eq-step {
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 28px;
  opacity: 0;
}

.eq-step.active {
  display: flex;
  opacity: 1;
}

.eq-step.exit-up {
  animation: eq-exit-up 280ms cubic-bezier(0.4, 0, 1, 1) forwards;
}

.eq-step.enter-down {
  animation: eq-enter-down 320ms cubic-bezier(0, 0, 0.2, 1) forwards;
  display: flex;
}

@keyframes eq-exit-up {
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes eq-enter-down {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

.eq-label {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.eq-required {
  color: #2563eb;
  margin-left: 2px;
}

.eq-optional {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 6px;
}

.eq-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
  padding: 12px 0;
  outline: none;
  transition: border-color 250ms;
  caret-color: #2563eb;
}

.eq-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.eq-input:focus {
  border-bottom-color: #fff;
}

.eq-textarea {
  resize: none;
  font-size: 18px;
  min-height: 80px;
}

.eq-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eq-ok {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 200ms, transform 200ms;
}

.eq-ok:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.eq-hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
  font-weight: 500;
}

.eq-hint kbd {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  font-family: inherit;
}

/* option buttons (radio style) */
.eq-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eq-option {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: background 200ms, border-color 200ms, color 200ms;
}

.eq-option:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.eq-option.selected {
  background: #fff;
  border-color: #fff;
  color: #0a0a0b;
  font-weight: 700;
}

/* submit screen */
.eq-submit-screen {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.eq-submit-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.eq-submit-heading {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.eq-submit-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.eq-send-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 200ms, transform 200ms;
}

.eq-send-wa:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.eq-send-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: color 200ms, border-color 200ms;
}

.eq-send-email:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.eq-submit-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
}

/* ========================================
   CONTACT CTA — full bleed split
   ======================================== */
.section-contact-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  background: var(--bg);
  overflow: hidden;
  /* no child border-radius bleeds out */
}

/* LEFT — light panel */
.cta-left {
  background: var(--bg);
  display: flex;
  align-items: stretch;
  padding: 0;
  border-right: 1px solid var(--border);
}

.cta-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 80px 64px;
  flex: 1;
}

/* headline block — each line clipped for reveal */
.cta-headline-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cta-line-wrap {
  overflow: hidden;
  /* clip so line slides up from below */
  line-height: 1.1;
}

.cta-line {
  display: block;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--text);
  will-change: transform;
}

.cta-line-accent .cta-line {
  color: var(--text-muted);
  font-weight: 200;
}

/* animated SVG divider */
.cta-divider-svg {
  display: block;
  width: 100%;
  height: 1px;
  overflow: visible;
}

.cta-divider-line {
  stroke: var(--border-2);
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}

.cta-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.82;
  max-width: 360px;
  letter-spacing: 0.01em;
  opacity: 0;
}

/* meta row */
.cta-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  opacity: 0;
}

.cta-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.cta-meta-value {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-2);
  letter-spacing: 0.02em;
}

.cta-meta-sep {
  color: var(--border-2);
  font-size: 12px;
}

.cta-btns {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}

/* enquire button — text + arrow + underline SVG */
.cta-enquire-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  color: var(--text);
  border: none;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.01em;
  cursor: pointer;
  opacity: 0;
}

.cta-btn-text {
  position: relative;
  z-index: 1;
}

.cta-btn-arrow {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.cta-arrow-h,
.cta-arrow-tip {
  stroke-dasharray: 30;
  stroke-dashoffset: 0;
}

/* underline SVG sits below text */
.cta-btn-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: visible;
  pointer-events: none;
}

.cta-ul-line {
  stroke: var(--text);
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.cta-enquire-btn:hover {
  opacity: 0.85;
}

.cta-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  opacity: 0;
  /* GSAP fades in */
  font-weight: 700;
  text-decoration: none;
  transition: opacity 200ms;
}

.cta-whatsapp-btn:hover {
  opacity: 0.88;
}

/* RIGHT — full-height image */
.cta-right {
  position: relative;
  overflow: hidden;
}

.cta-right-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-right-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.cta-ticker-card {
  position: absolute;
  inset: 0;
}

.cta-ticker-track {
  position: absolute;
  inset: 0;
}

.cta-ticker-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms var(--ease);
}

.cta-ticker-slide.active {
  opacity: 1;
}

.cta-ticker-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6000ms ease;
}

.cta-ticker-slide.active img {
  transform: scale(1.06);
}

/* overlay */
.cta-ticker-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.cta-ticker-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-ticker-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
  animation: tickerpulse 2s ease-in-out infinite;
}

@keyframes tickerpulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.cta-ticker-count {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.cta-ticker-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-ticker-info-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cta-ticker-tag {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 300ms, border-color 300ms, background 300ms;
  cursor: default;
}

.cta-ticker-tag.active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.cta-ticker-dots {
  display: flex;
  gap: 5px;
}

.cta-ticker-dot-btn {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: background 250ms, width 250ms, border-radius 250ms;
}

.cta-ticker-dot-btn.active {
  background: #fff;
  width: 16px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .section-contact-cta {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cta-right {
    min-height: 340px;
  }

  .cta-left-inner {
    padding: 56px 32px;
  }
}

@media (max-width: 600px) {
  .cta-left-inner {
    padding: 48px 24px;
    gap: 20px;
  }

  .cta-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .eq-inner {
    padding: 72px 24px;
    min-height: 400px;
  }

  .eq-options {
    gap: 8px;
  }

  .eq-option {
    font-size: 14px;
    padding: 9px 16px;
  }

  .eq-submit-btns {
    flex-direction: column;
  }
}

/* ── property ticker card (full-height, no radius) ── */
.cta-ticker-card {
  background: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.cta-ticker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-ticker-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.cta-ticker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
  animation: tickerpulse 2s ease-in-out infinite;
}

@keyframes tickerpulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

.cta-ticker-count {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.cta-ticker-track {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.cta-ticker-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms var(--ease);
}

.cta-ticker-slide.active {
  opacity: 1;
}

.cta-ticker-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
  transition: transform 6000ms ease;
}

.cta-ticker-slide.active img {
  transform: scale(1.04);
}

.cta-ticker-info {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cta-ticker-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}

.cta-ticker-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.cta-ticker-dots {
  display: flex;
  gap: 6px;
  padding: 12px 18px;
  align-items: center;
}

.cta-ticker-dot-btn {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: background 250ms, transform 250ms, width 250ms;
}

.cta-ticker-dot-btn.active {
  background: #fff;
  width: 18px;
  border-radius: 3px;
}

/* ---------- FOOTER CTA (legacy hidden) ---------- */
.section-footer-cta {
  display: none;
}

.footer-cta-dates {
  max-width: var(--container);
  margin: 0 auto 44px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-cta-dates span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: var(--radius-btn);
}

.footer-cta-body {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

.footer-cta-img-left,
.footer-cta-img-right {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.footer-cta-img-left img,
.footer-cta-img-right img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.cta-img-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(155deg, var(--bg-2) 0%, var(--bg-3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  opacity: 0.5;
}

.footer-cta-emoji-top,
.footer-cta-emoji-top2 {
  display: none;
}

.footer-cta-center {
  text-align: center;
  padding: 0 24px;
}

.footer-cta-heading {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  line-height: 1.02;
}

.footer-cta-center>p {
  font-size: 15px;
  color: var(--text-2);
  margin-bottom: 28px;
  line-height: 1.65;
}

.footer-cta-social {
  max-width: var(--container);
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 44px;
  border-top: 1px solid var(--border);
}

.footer-cta-social p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  font-weight: 600;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
  transition: color 200ms, background 200ms, border-color 200ms, box-shadow 200ms;
}

.social-icon svg {
  width: 15px;
  height: 15px;
}

.social-icon:hover {
  color: var(--text);
  background: var(--bg);
  border-color: var(--border-2);
}

/* ========================================
   FOOTER — redesigned
   ======================================== */
.site-footer {
  background: var(--bg);
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* top border SVG — draws in on scroll */
.footer-border-svg {
  display: block;
  width: 100%;
  height: 1px;
  overflow: visible;
}

.footer-border-line {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  /* GSAP draws */
}

.footer-inner {
  max-width: 85vw;
  margin: 0 auto;
  padding: 72px 0 0;
}

/* grid: brand + 2 nav cols */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border);
}

/* brand col */
.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand-name {
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
  /* GSAP start */
  opacity: 0;
  transform: translateY(16px);
}

.footer-brand-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-addr {
  font-size: 13px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  font-style: normal;
}

/* nav cols */
.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* GSAP start */
  opacity: 0;
  transform: translateY(16px);
}

.footer-col-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-link {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-2);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 220ms var(--ease);
  letter-spacing: 0.01em;
  position: relative;
}

.footer-link:last-child {
  border-bottom: none;
}

.footer-link:hover {
  color: var(--text);
}

.footer-link--accent {
  color: var(--accent-2);
}

.footer-link--accent:hover {
  color: var(--text);
}

/* giant wordmark bottom — ScrollTrigger x-scrub */
.footer-bottom {
  padding: 48px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.footer-wordmark {
  font-size: clamp(72px, 12vw, 160px);
  font-weight: 200;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--bg-3);
  user-select: none;
  white-space: nowrap;
  display: block;
  will-change: transform;
  /* GSAP scrubs translateX */
}

.footer-copy {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  opacity: 0;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 48px;
  }

  .footer-inner {
    max-width: 92vw;
    padding-top: 48px;
  }

  .footer-wordmark {
    font-size: 72px;
  }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .overview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .overview-right {
    display: none;
  }

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

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

  .footer-top-row {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wordmark {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 16px 24px;
  }

  .navbar.scrolled {
    padding: 12px 24px;
  }

  .nav-pill {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 90;
  }

  .nav-pill--open {
    display: flex;
  }

  .nav-pill .nav-btn {
    color: var(--text-2);
    font-size: 18px;
    padding: 12px 24px;
    border-radius: var(--radius-btn);
  }

  .nav-pill .nav-btn:hover {
    color: var(--text);
  }

  .nav-pill .btn-apply {
    background: var(--text);
    color: #fff;
    margin-top: 8px;
    padding: 12px 32px;
    font-size: 15px;
  }

  .hamburger {
    display: flex;
  }

  /* dead rule — keep for legacy compat */
  .nav-links--open {
    display: flex;
  }

  .nav-links .nav-btn {
    font-size: 17px;
    padding: 12px 24px;
  }

  .nav-links .dropdown-menu {
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: none;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-right .nav-btn {
    display: none;
  }

  .hero {
    padding: 8px;
  }

  .hero-bg {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 18px;
  }

  .hero-content {
    padding: 0 28px 56px;
  }

  .hero-title {
    font-size: clamp(60px, 10vw, 60px);
    margin-top: 7vh;
  }

  .hero-stat {
    right: 28px;
    bottom: 36px;
    gap: 8px;
  }

  .hero-stat-num {
    font-size: 32px;
  }

  .hero-stat-text {
    max-width: 120px;
    font-size: 10px;
  }

  .section-overview,
  .section-levels,
  .section-stay,
  .section-experience,
  .section-cta-banner,
  .section-program,
  .section-instructors,
  .section-testimonials,
  .section-steps,
  .section-pricing,
  .section-faq,
  .section-team,
  .section-footer-cta {
    padding: 72px 24px;
  }

  .overview-grid,
  .stay-grid,
  .experience-grid,
  .instructors-grid,
  .testimonials-inner,
  .steps-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

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

  .instr-features,
  .experience-right {
    grid-template-columns: 1fr;
  }

  .testi-track {
    grid-template-columns: 1fr;
  }

  .footer-cta-body {
    grid-template-columns: 1fr;
  }

  .footer-cta-img-left,
  .footer-cta-img-right {
    display: none;
  }

  .footer-top-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-wordmark {
    font-size: 44px;
  }

  .cta-banner-overlay {
    padding: 36px 24px;
  }

  .levels-header,
  .program-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    margin-top: 44px;
  }

  .site-footer {
    padding: 48px 24px 28px;
  }
}

@media (max-width: 480px) {
  .levels-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Text Roll Hover Effect ---------- */
.text-roll-word {
  cursor: pointer;
  display: inline-block;
}

.text-roll-char-wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}

.text-roll-char {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.text-roll-char-clone {
  position: absolute;
  left: 0;
  top: 100%;
}

.text-roll-word:hover .text-roll-char {
  transform: translateY(-100%);
}