  :root {
    --blue: #020E1D;
    --blue-soft: #0c1d2e;
    --gold-on-dark: #D8C199;
    --gold-on-light: #A6864C;
    --slate: #637480;
    --slate-light: #92A6B3;
    --off-white: #F4F4F4;
    --white: #ffffff;
    --text-dark: #020E1D;
    --divider-dark: rgba(255,255,255,0.09);
    --divider-light: rgba(2,14,29,0.09);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    background: var(--off-white);
    color: var(--text-dark);
    overflow-x: hidden;
  }

  .t-display { font-family: 'begum', serif; font-weight: 300; line-height: 1.05; letter-spacing: -0.02em; }
  .t-title   { font-family: 'begum', serif; font-weight: 400; line-height: 1.15; letter-spacing: -0.01em; }
  .t-italic  { font-family: 'begum', serif; font-style: italic; font-weight: 300; }
  .t-body    { font-family: 'DM Sans', sans-serif; font-weight: 300; line-height: 1.82; letter-spacing: 0.01em; }
  .t-label   { font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 0.67rem; letter-spacing: 0.2em; text-transform: uppercase; }

  .container        { max-width: 1180px; margin: 0 auto; padding: 0 48px; }
  .container--narrow{ max-width: 760px;  margin: 0 auto; padding: 0 48px; }

  /* SECTION LABEL */
  .section-label {
    font-family: 'begum', serif; font-weight: 300;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    letter-spacing: 0.18em; text-transform: uppercase; line-height: 1.08;
    margin-bottom: 28px; display: flex; align-items: center; flex-wrap: wrap;
    border-bottom: 1px solid currentColor; padding-bottom: 9px; width: fit-content;
  }
  .gold-dark { color: var(--gold-on-dark); }
  .gold-light{ color: var(--gold-on-light); }
  .centered  { justify-content: center; margin-left: auto; margin-right: auto; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 18px 48px;
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(2,14,29,0.93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .nav-logo img { height: 26px; width: auto; display: block; }
  .nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
  .nav-links a { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate-light); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--off-white); }
  .nav-cta { border: 1px solid rgba(255,255,255,0.22) !important; padding: 8px 20px !important; color: var(--off-white) !important; transition: border-color 0.2s !important; }
  .nav-cta:hover { border-color: rgba(255,255,255,0.55) !important; }
  .nav-cta--ghost { border-color: rgba(216,193,153,0.35) !important; color: var(--gold-on-dark) !important; }
  .nav-cta--ghost:hover { border-color: rgba(216,193,153,0.7) !important; color: var(--gold-on-dark) !important; }
  .btn-ghost-gold { background: transparent; color: #D8C199; border: none; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 0; text-decoration: underline; text-underline-offset: 4px; transition: opacity 0.2s; display: inline-block; }
  .btn-ghost-gold:hover { color: #D8C199; opacity: 0.75; }
  .nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; position: relative; z-index: 101; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--off-white); transition: transform 0.3s, opacity 0.3s; }
  /* Keep 3 stripes visible even when open — no X animation */

  /* VIDEO MODAL */
  .video-modal {
    position: fixed; inset: 0; z-index: 500;
    background: rgba(0,0,0,0.92);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .video-modal.is-open { opacity: 1; pointer-events: all; }
  .video-modal-inner {
    position: relative; width: 90vw; max-width: 860px;
    aspect-ratio: 16/9;
  }
  .video-modal-inner.is-portrait {
    aspect-ratio: 9/16; max-width: 340px; width: min(90vw, 44vh);
  }
  .video-modal-close {
    position: absolute; top: -46px; right: 0;
    background: none; border: none; color: rgba(255,255,255,0.75);
    font-size: 1.2rem; cursor: pointer; padding: 10px; line-height: 1;
    transition: color 0.2s;
  }
  .video-modal-close:hover { color: #fff; }
  .video-modal-frame { position: absolute; inset: 0; overflow: hidden; }

  /* HERO */
  .hero {
    min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end;
    padding: 0 0 80px; position: relative; overflow: hidden;
    background: var(--blue);
  }
  @media (min-width: 1181px) {
    .hero { justify-content: center; padding: 120px 0 100px; }
  }
  .hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://ankush-sales-page.vercel.app/assets/images/header.jpg');
    background-size: cover; background-position: center 25%; background-repeat: no-repeat;
  }
  .hero-bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top,
      rgba(2,14,29,0.97) 0%,
      rgba(2,14,29,0.88) 20%,
      rgba(2,14,29,0.38) 50%,
      rgba(2,14,29,0.10) 75%,
      rgba(2,14,29,0) 100%);
  }
  .hero-badge { position: absolute; top: 88px; right: 48px; z-index: 2; }
  .hero-badge-inner {
    font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold-on-dark); border: 1px solid rgba(216,193,153,0.28); padding: 8px 15px;
  }
  .hero-content { position: relative; z-index: 2; padding: 0 48px; }
  .hero-content--centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-headline-new {
    font-size: clamp(1.98rem, 4.54vw, 5.24rem); color: var(--off-white);
    margin-bottom: 48px; line-height: 1.15; letter-spacing: -0.02em;
    max-width: 960px; text-align: left;
  }
  .hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
  .hero-actions--centered { justify-content: center; }

  /* BUTTONS */
  .btn-primary {
    display: inline-block; background: var(--off-white); color: var(--blue);
    font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500;
    letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 32px;
    text-decoration: none; transition: background 0.2s, transform 0.2s;
  }
  .btn-primary:hover { background: var(--white); transform: translateY(-1px); }
  .btn-dark { background: var(--blue); color: var(--off-white); }
  .btn-dark:hover { background: var(--blue-soft); color: var(--white); }
  .btn-ghost {
    display: inline-block; color: rgba(244,244,244,0.5);
    font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 400;
    letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
    border-bottom: 1px solid rgba(244,244,244,0.18); padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
  }
  .btn-ghost:hover { color: var(--off-white); border-color: rgba(244,244,244,0.45); }

  .hero-scroll { position: absolute; bottom: 40px; right: 48px; display: flex; align-items: center; z-index: 2; }
  .hero-scroll-line { width: 1px; height: 42px; background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent); }

  /* VISION */
  .vision { background: var(--off-white); padding: 100px 0; }
  .vision-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .vision-images { position: relative; overflow: hidden; aspect-ratio: 4/3; }
  .vision-carousel { width: 100%; height: 100%; overflow: hidden; }
  .vision-carousel-track {
    display: flex; height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .vision-slide { flex: 0 0 100%; height: 100%; overflow: hidden; }
  .vision-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .vision-text { padding: 20px 0; }
  .vision-h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--blue);
    margin-bottom: 32px; line-height: 1.25;
  }
  .vision-gold { color: var(--gold-on-light); font-style: italic; font-family: 'begum', serif; }
  .vision-text .t-body { font-size: 0.95rem; color: var(--slate); margin-bottom: 18px; line-height: 1.88; }

  /* QUOTE BANNER */
  .quote-banner { background: var(--blue); border-bottom: 1px solid rgba(255,255,255,0.06); overflow: hidden; }
  .quote-banner-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; align-items: stretch; }
  .quote-banner-photo { overflow: hidden; max-height: 320px; }
  .quote-banner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(20%); }
  .quote-banner-text { padding: 52px 64px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
  .quote-banner blockquote { font-family: 'begum', serif; font-size: clamp(1.1rem, 1.8vw, 1.55rem); font-weight: 400; color: var(--off-white); font-style: italic; line-height: 1.55; }
  .quote-banner cite { font-size: 0.67rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-on-dark); font-style: normal; }

  /* SECTIONS */
  section { padding: 116px 0; }

  /* WHY */
  .why { background: var(--off-white); }
  .why-h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); margin-bottom: 32px; color: var(--blue); }
  .why-cols { column-count: 2; column-gap: 48px; }
  .why-cols p { font-size: 0.97rem; line-height: 1.88; color: var(--slate); margin-bottom: 18px; break-inside: avoid; }
  .why-cols strong { color: var(--blue); font-weight: 500; }
  .why-cols em { color: var(--gold-on-light); font-style: italic; }
  .why-stat-num { font-family: 'begum', serif; font-size: 3.6rem; font-weight: 300; color: var(--gold-on-dark); line-height: 1; margin-bottom: 5px; }
  .why-stat-label { font-size: 0.8rem; color: var(--slate-light); letter-spacing: 0.04em; }
  .why-footnote { font-family: 'begum', serif; font-style: italic; font-size: 1rem; color: var(--slate); line-height: 1.7; }

  /* SHIFT — pull quote section */
  .shift { background: var(--blue-soft); padding: 100px 0; }
  .shift-inner { max-width: 900px; margin: 0 auto; padding: 0 48px; text-align: center; }
  .shift-quote {
    font-family: 'begum', serif; font-style: italic;
    font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 300;
    color: var(--off-white); line-height: 1.45; margin-bottom: 52px; position: relative;
  }
  .shift-quote::before {
    content: '\201C'; font-size: 5rem; color: var(--gold-on-dark);
    line-height: 0; vertical-align: -0.6rem; margin-right: 4px; font-style: normal;
  }
  .shift-narrative { font-size: 0.97rem; line-height: 1.9; color: var(--slate-light); margin-bottom: 18px; }
  .shift-narrative em { color: var(--gold-on-dark); font-style: italic; }
  .shift-stats {
    display: flex; gap: 0; justify-content: center; margin-top: 56px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .shift-stat {
    flex: 1; padding: 36px 24px; border-right: 1px solid rgba(255,255,255,0.1);
  }
  .shift-stat:last-child { border-right: none; }
  .shift-footnote { color: var(--slate-light) !important; margin-top: 28px; }

  /* VIDEO */
  .video-section { background: var(--blue); padding: 96px 0; }
  .video-section.video-section--light { background: var(--off-white); }
  .video-section.video-section--light h2 { color: var(--blue); }
  .video-section.video-section--light p { color: var(--slate); }
  .video-section.video-section--light .video-placeholder {
    background: var(--white); border: 1px solid rgba(2,14,29,0.12);
  }
  .video-section.video-section--light .video-placeholder:hover { border-color: rgba(2,14,29,0.28); }
  .video-section.video-section--light .video-play { border-color: rgba(2,14,29,0.22); }
  .video-section.video-section--light .video-play svg { fill: var(--blue); }
  .video-section h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--off-white); text-align: center; margin-bottom: 12px; }
  .video-section p { text-align: center; color: var(--slate-light); font-size: 0.88rem; margin-bottom: 48px; }
  .video-placeholder {
    aspect-ratio: 16/9; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.09);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
    max-width: 760px; margin: 0 auto; cursor: pointer; text-decoration: none;
    transition: border-color 0.25s;
  }
  .video-placeholder:hover { border-color: rgba(255,255,255,0.22); }
  .video-play { width: 56px; height: 56px; border: 1px solid rgba(255,255,255,0.28); display: flex; align-items: center; justify-content: center; }
  .video-placeholder:hover .video-play { border-color: rgba(255,255,255,0.55); }
  .video-play svg { fill: var(--off-white); margin-left: 3px; }
  .video-caption { font-family: 'begum', serif; font-style: italic; font-size: 0.93rem; color: rgba(244,244,244,0.38); text-align: center; padding: 0 48px; max-width: 540px; }
  .video-facade {
    aspect-ratio: 16/9; max-width: 760px; margin: 0 auto; cursor: pointer;
    position: relative; overflow: hidden; display: block;
    border: 1px solid rgba(2,14,29,0.1);
  }
  .video-facade-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
  .video-facade:hover .video-facade-thumb { transform: scale(1.02); }
  .video-facade-btn {
    position: absolute; inset: 0; background: none; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
  }
  .video-facade-btn .video-play { background: rgba(255,255,255,0.92); border: none; box-shadow: 0 4px 24px rgba(0,0,0,0.18); }
  .video-facade-btn .video-play svg { fill: var(--blue); }
  .video-facade:hover .video-facade-btn .video-play { background: var(--white); }

  /* INSIDE — ACCORDION */
  .inside { background: var(--blue); }
  .inside-header { margin-bottom: 56px; }
  .inside h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); color: var(--off-white); margin-bottom: 10px; }
  .inside .section-intro { font-size: 0.88rem; color: var(--slate-light); max-width: 480px; line-height: 1.78; }

  .accordion { border-top: 1px solid var(--divider-dark); }
  .accordion-item { border-bottom: 1px solid var(--divider-dark); }
  .accordion-trigger {
    width: 100%; background: none; border: none; cursor: pointer;
    display: flex; align-items: center; gap: 28px;
    padding: 34px 0; text-align: left; transition: opacity 0.2s;
  }
  .accordion-trigger:hover { opacity: 0.72; }
  .accordion-num {
    font-size: 0.58rem; letter-spacing: 0.22em; color: var(--gold-on-dark);
    font-family: 'DM Sans', sans-serif; font-weight: 400; text-transform: uppercase;
    flex-shrink: 0; width: 26px;
  }
  .accordion-title {
    font-size: clamp(1.5rem, 2.6vw, 2.3rem);
    font-family: 'begum', serif; font-weight: 400;
    color: var(--off-white); line-height: 1.1; flex: 1;
  }
  .accordion-icon {
    font-size: 1.5rem; color: var(--gold-on-dark); font-weight: 300;
    flex-shrink: 0; transition: transform 0.35s ease; line-height: 1; width: 20px; text-align: right;
  }
  .accordion-item.open .accordion-icon { transform: rotate(45deg); }
  .accordion-body { overflow: hidden; max-height: 0; transition: max-height 0.45s ease; }
  .accordion-body-inner { padding: 0 0 40px 54px; }
  .accordion-body-inner p { font-size: 0.92rem; line-height: 1.88; color: var(--slate-light); max-width: 680px; }

  /* WHO */
  .who { background: var(--white); }
  .who-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; }
  .who-left-sticky { }
  .who h2 { color: var(--blue); margin-bottom: 8px; }
  .who-list { list-style: none; }
  .who-list li { padding: 15px 0; border-bottom: 1px solid var(--divider-light); font-size: 0.92rem; color: var(--slate); display: flex; gap: 14px; line-height: 1.72; }
  .who-list li::before { content: '—'; color: var(--gold-on-light); flex-shrink: 0; margin-top: 2px; }
  .who-intro { font-size: 1rem; color: var(--slate); margin-bottom: 8px; margin-top: 28px; }
  .who-footnote { font-size: 0.92rem; color: var(--slate); margin-top: 24px; line-height: 1.82; }
  .who-right-photo { position: sticky; top: 80px; align-self: start; }
  .who-classroom-img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 480px; overflow: hidden; }
  .who-not-box { background: var(--blue); padding: 40px 50px; margin-top: 60px; }
  .who-not-box--wide { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; row-gap: 0; align-items: start; }
  .who-not-box--wide h3 { grid-column: 1 / -1; font-size: 1.4rem; margin-bottom: 28px; }
  .who-not-box h3 { font-family: 'begum', serif; font-weight: 400; color: var(--gold-on-dark); font-style: italic; }
  .who-not-list { list-style: none; }
  .who-not-list li { padding: 12px 0; border-bottom: 1px solid var(--divider-dark); font-size: 0.84rem; color: var(--slate-light); display: flex; gap: 14px; line-height: 1.72; }
  .who-not-list li::before { content: '×'; color: rgba(216,193,153,0.25); flex-shrink: 0; }
  .who-note { padding: 0 0 0 20px; border-left: 2px solid var(--gold-on-dark); font-family: 'begum', serif; font-style: italic; font-size: 0.95rem; color: var(--gold-on-dark); line-height: 1.75; opacity: 0.85; }

  /* TESTIMONIALS — carousel */
  .testimonials { background: var(--off-white); }
  .section-head { text-align: center; margin-bottom: 60px; }
  .testimonials h2 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--blue); }

  .testi-carousel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

  .testi-stage {
    position: relative; height: 360px;
    perspective: 1000px;
    display: flex; align-items: center; justify-content: center;
  }
  .testi-card-avatar {
    position: absolute;
    width: 210px; height: 270px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: var(--blue);
    transition: all 0.7s cubic-bezier(.4,2,.3,1);
    cursor: pointer; user-select: none;
  }
  .testi-card-avatar .av-initials {
    font-family: 'begum', serif; font-size: 2.8rem; font-weight: 300;
    color: var(--gold-on-dark); line-height: 1;
  }
  .testi-card-avatar .av-name {
    font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--slate-light); margin-top: 14px; text-align: center; padding: 0 14px; line-height: 1.5;
  }
  .testi-card-avatar.is-active {
    z-index: 3; transform: translateX(0) translateY(0) scale(1) rotateY(0deg);
    box-shadow: 0 24px 64px rgba(2,14,29,0.22);
  }
  .testi-card-avatar.is-next {
    z-index: 2; transform: translateX(120px) translateY(-28px) scale(0.78) rotateY(-14deg);
    opacity: 0.55;
  }
  .testi-card-avatar.is-prev {
    z-index: 2; transform: translateX(-120px) translateY(-28px) scale(0.78) rotateY(14deg);
    opacity: 0.55;
  }
  .testi-card-avatar.is-hidden { opacity: 0; pointer-events: none; z-index: 1; transform: scale(0.5); }

  .testi-content { display: flex; flex-direction: column; min-height: 360px; justify-content: center; }
  .testi-quote-name { font-family: 'begum', serif; font-size: 1.6rem; font-weight: 400; color: var(--blue); margin-bottom: 3px; }
  .testi-quote-role { font-size: 0.72rem; color: var(--slate); letter-spacing: 0.07em; margin-bottom: 18px; }
  .testi-quote-badge {
    display: inline-block; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold-on-light); border: 1px solid rgba(166,134,76,0.3); padding: 5px 12px; margin-bottom: 22px;
  }
  .testi-quote-text {
    font-family: 'begum', serif; font-style: italic; font-size: 1.05rem;
    line-height: 1.82; color: var(--text-dark);
  }
  .testi-quote-text::before { content: '\201C'; font-size: 2.6rem; color: var(--gold-on-light); line-height: 0; vertical-align: -0.42rem; margin-right: 3px; font-style: normal; }

  .testi-nav { display: flex; gap: 12px; margin-top: 34px; }
  .testi-btn {
    width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
    background: var(--blue); color: var(--off-white);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.25s; flex-shrink: 0;
  }
  .testi-btn:hover { background: #0a2240; }
  .testi-btn svg { stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

  /* TESTIMONIAL VIDEOS */
  .testi-videos { background: var(--white); }
  .testi-videos h2 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--blue); margin-bottom: 10px; }
  .testi-videos .section-intro { font-size: 0.9rem; color: var(--slate); margin-bottom: 52px; max-width: 480px; line-height: 1.84; }

  /* SHORTS PORTRAIT CAROUSEL */
  .shorts-carousel { position: relative; }
  .shorts-stage {
    position: relative; height: 520px;
    display: flex; align-items: center; justify-content: center;
    perspective: 1200px;
  }
  .shorts-card {
    position: absolute;
    width: 240px;
    aspect-ratio: 9/16;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(.4,2,.3,1);
    cursor: pointer;
  }
  .shorts-card .video-facade,
  .shorts-card .shorts-facade {
    width: 100%; height: 100%;
    aspect-ratio: unset; max-width: unset; margin: 0;
    border-radius: 0;
  }
  .shorts-card .video-facade-thumb { width: 100%; height: 100%; object-fit: cover; }
  .shorts-card.is-active {
    z-index: 3; transform: translateX(0) scale(1) rotateY(0deg);
    box-shadow: 0 24px 64px rgba(2,14,29,0.22);
  }
  .shorts-card.is-next {
    z-index: 2; transform: translateX(200px) scale(0.8) rotateY(-12deg);
    opacity: 0.6;
  }
  .shorts-card.is-prev {
    z-index: 2; transform: translateX(-200px) scale(0.8) rotateY(12deg);
    opacity: 0.6;
  }
  .shorts-card.is-hidden {
    z-index: 1; transform: translateX(300px) scale(0.65);
    opacity: 0; pointer-events: none;
  }
  .shorts-nav {
    display: flex; justify-content: center; gap: 16px; margin-top: 36px;
  }
  .video-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(2,14,29,0.07); }
  .vid-card { background: var(--white); }
  .vid-card-thumb {
    aspect-ratio: 16/9; background: var(--off-white);
    display: flex; align-items: center; justify-content: center;
    border-bottom: 1px solid var(--divider-light);
  }
  .vid-play-sm { width: 44px; height: 44px; border: 1px solid rgba(2,14,29,0.18); display: flex; align-items: center; justify-content: center; }
  .vid-play-sm svg { fill: var(--blue); margin-left: 2px; }
  .vid-card-label { padding: 18px 22px 22px; }
  .vid-card-name { font-family: 'begum', serif; font-size: 1.05rem; font-weight: 400; color: var(--blue); margin-bottom: 4px; }
  .vid-card-desc { font-size: 0.78rem; color: var(--slate); line-height: 1.6; }

  /* FACULTY — white background, single coach layout */
  /* WHO sub-headline */
  .who-h2-main { font-size: clamp(1.8rem, 3.2vw, 3rem); color: var(--blue); margin-bottom: 10px; }
  .who-h2-sub { font-size: clamp(0.95rem, 1.4vw, 1.15rem); color: var(--slate); margin-bottom: 30px; line-height: 1.65; }

  /* FACULTY — carousel */
  .faculty { background: var(--white); }
  .faculty h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); color: var(--blue); margin-bottom: 10px; }
  .faculty .section-intro { font-size: 0.92rem; color: var(--slate); margin-bottom: 56px; max-width: 720px; line-height: 1.82; }
  .faculty-carousel { border-top: 1px solid var(--divider-light); padding-top: 56px; }
  .faculty-slides { position: relative; }
  .faculty-slide { display: none; }
  .faculty-slide.is-active { display: block; }
  .faculty-slide-label {
    font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-family: 'begum', serif; font-weight: 300;
    letter-spacing: 0.08em; color: var(--gold-on-light); margin-bottom: 22px;
  }
  .faculty-slide-inner {
    display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: start;
  }
  .faculty-slide-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; }
  .faculty-slide-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .faculty-slide-text { padding-top: 4px; }
  .faculty-text-name { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-family: 'begum', serif; font-weight: 400; color: var(--blue); margin-bottom: 5px; }
  .faculty-text-role { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-on-light); margin-bottom: 22px; line-height: 1.6; }
  .faculty-slide-text p { font-size: 0.92rem; line-height: 1.84; color: var(--slate); margin-bottom: 14px; }
  .faculty-bio-text { margin-bottom: 8px !important; }
  .faculty-site { display: inline-block; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--gold-on-light); text-decoration: none; margin-bottom: 22px; border-bottom: 1px solid rgba(166,134,76,0.3); padding-bottom: 2px; transition: border-color 0.2s; }
  .faculty-site:hover { border-color: var(--gold-on-light); }
  .faculty-ankush-quote {
    border-left: 2px solid var(--gold-on-light); padding: 10px 0 10px 18px;
    font-size: 0.9rem; line-height: 1.82; color: var(--slate); font-style: italic;
    margin-top: 4px;
  }
  .faculty-nav {
    display: flex; align-items: center; gap: 24px; margin-top: 48px;
  }
  .faculty-btn {
    background: none; border: 1px solid var(--divider-light); color: var(--blue);
    width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: border-color 0.2s, color 0.2s;
  }
  .faculty-btn:hover { border-color: var(--gold-on-light); color: var(--gold-on-light); }
  .faculty-dots { display: flex; gap: 8px; align-items: center; }
  .faculty-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(2,14,29,0.18); transition: background 0.3s, transform 0.3s; cursor: pointer;
  }
  .faculty-dot.is-active { background: var(--gold-on-light); transform: scale(1.4); }

  /* MENTORS */
  .mentors { background: var(--off-white); }
  .mentors h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); color: var(--blue); margin-bottom: 10px; }
  .mentors .section-intro { font-size: 0.9rem; color: var(--slate); margin-bottom: 60px; line-height: 1.84; }
  .mentor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(2,14,29,0.07); }
  .mentor-card { background: var(--off-white); padding: 38px 30px; transition: background 0.2s; }
  .mentor-card:hover { background: var(--white); }
  .mentor-init { width: 46px; height: 46px; background: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; letter-spacing: 0.08em; color: var(--gold-on-dark); margin-bottom: 20px; }
  .mentor-photo { width: 100%; aspect-ratio: 1/1; overflow: hidden; margin-bottom: 20px; }
  .mentor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(15%); }
  .mentor-name { font-size: 1.02rem; font-family: 'begum', serif; font-weight: 400; color: var(--blue); margin-bottom: 3px; }
  .mentor-role { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-on-light); margin-bottom: 12px; }
  .mentor-card p { font-size: 0.81rem; line-height: 1.78; color: var(--slate); }

  /* VENUE */
  .venue { position: relative; overflow: hidden; padding: 0 !important; }
  .venue-bg {
    position: absolute; inset: 0;
    background-image: url('https://ankush-sales-page.vercel.app/assets/images/venue.jpg');
    background-size: cover; background-position: center 45%; background-repeat: no-repeat;
  }
  .venue-bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to right,
      rgba(2,14,29,0.96) 0%,
      rgba(2,14,29,0.93) 42%,
      rgba(2,14,29,0.55) 65%,
      rgba(2,14,29,0.22) 100%);
  }
  .venue-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 660px; max-width: 1180px; margin: 0 auto; padding: 0 48px;
  }
  .venue-left { padding: 100px 80px 100px 0; display: flex; flex-direction: column; justify-content: center; }
  .venue-left h2 { font-size: clamp(1.9rem, 3vw, 2.9rem); color: var(--off-white); margin-bottom: 22px; }
  .venue-left p { font-size: 0.86rem; line-height: 1.87; color: var(--slate-light); margin-bottom: 16px; }
  .venue-location { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-on-dark); margin-top: 6px; }
  .venue-dates { margin-top: 42px; border-top: 1px solid var(--divider-dark); padding-top: 34px; }
  .venue-date-item { display: flex; align-items: center; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
  .venue-date-num { font-family: 'begum', serif; font-size: 1.7rem; font-weight: 300; color: var(--gold-on-dark); width: 28px; flex-shrink: 0; text-align: right; }
  .venue-date-info { font-size: 0.82rem; color: var(--slate-light); line-height: 1.45; }
  .venue-date-info strong { display: block; color: var(--off-white); font-weight: 400; font-size: 0.86rem; }

  /* ABOUT */
  .about { background: var(--off-white); }
  .about-inner { display: grid; grid-template-columns: 340px 1fr; gap: 84px; align-items: start; }
  .about-left { position: sticky; top: 100px; }
  .about-portrait { width: 100%; aspect-ratio: 3/4; overflow: hidden; margin-bottom: 26px; }
  .about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 0.6s ease; }
  .about-portrait:hover img { transform: scale(1.025); }
  .about-creds { font-size: 0.74rem; color: var(--slate); line-height: 1.8; border-top: 1px solid var(--divider-light); padding-top: 20px; }
  .about-creds span { display: block; padding: 5px 0; border-bottom: 1px solid var(--divider-light); }
  .about-right h2 { font-size: clamp(1.8rem, 2.8vw, 2.7rem); color: var(--blue); margin-bottom: 32px; }
  .about-right p { font-size: 0.95rem; line-height: 1.9; color: var(--slate); margin-bottom: 18px; }

  /* BONUS */
  .bonus { background: var(--white); }
  .bonus h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); color: var(--blue); margin-bottom: 10px; }
  .bonus .section-intro { font-size: 0.9rem; color: var(--slate); margin-bottom: 60px; max-width: 560px; line-height: 1.84; }
  .bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(2,14,29,0.06); margin-bottom: 64px; }
  .bonus-card { background: var(--white); padding: 44px 38px; border-bottom: 2px solid transparent; transition: background 0.3s, border-color 0.3s; }
  .bonus-card:hover { background: var(--off-white); border-bottom-color: rgba(2,14,29,0.1); }
  .bonus-card h3 { font-size: 1.15rem; font-family: 'begum', serif; font-weight: 400; color: var(--blue); margin-bottom: 14px; line-height: 1.3; }
  .bonus-card p { font-size: 0.84rem; line-height: 1.84; color: var(--slate); }
  .bonus-gold { color: var(--gold-on-light); }
  .bonus-webinars { border-top: 1px solid var(--divider-light); padding-top: 48px; }
  .bonus-webinars h3 { font-size: 1.3rem; font-family: 'begum', serif; font-weight: 400; color: var(--blue); margin-bottom: 12px; }
  .bonus-webinars p { font-size: 0.86rem; color: var(--slate); margin-bottom: 30px; line-height: 1.78; }
  .webinar-months { display: flex; gap: 16px; flex-wrap: wrap; }
  .webinar-month { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-on-light); border: 1px solid rgba(166,134,76,0.28); padding: 8px 20px; }

  /* PRICING */
  .pricing { background: var(--blue); text-align: center; }
  .pricing h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); color: var(--off-white); margin-bottom: 10px; }
  .pricing .section-intro { font-size: 0.9rem; color: var(--slate-light); margin-bottom: 60px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.8; }
  .pricing-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; max-width: 760px; margin: 0 auto 48px; background: rgba(255,255,255,0.06); }
  .pricing-plan { background: var(--blue); padding: 50px 44px; text-align: center; }
  .pricing-plan--feature { background: rgba(255,255,255,0.03); }
  .pricing-plan-label { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-on-dark); margin-bottom: 18px; }
  .pricing-amount { font-family: 'begum', serif; font-size: 4rem; font-weight: 300; color: var(--off-white); line-height: 1; margin-bottom: 6px; }
  .pricing-vat { font-size: 0.68rem; color: var(--slate-light); letter-spacing: 0.1em; margin-bottom: 6px; text-transform: uppercase; }
  .pricing-incl { font-size: 0.8rem; color: var(--slate); margin-bottom: 8px; }
  .pricing-save { font-size: 0.72rem; color: var(--gold-on-dark); letter-spacing: 0.04em; }
  .pricing-actions { max-width: 420px; margin: 0 auto; }
  .pricing-divider { font-size: 0.62rem; color: var(--slate); letter-spacing: 0.14em; text-transform: uppercase; margin: 13px 0; }
  .pricing-secondary { font-size: 0.7rem; color: var(--slate-light); letter-spacing: 0.08em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.13); padding-bottom: 2px; transition: color 0.2s; }
  .pricing-secondary:hover { color: var(--off-white); }
  .pricing-brochure { margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 0.7rem; color: var(--slate); text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 10px; transition: color 0.2s; letter-spacing: 0.06em; }
  .pricing-brochure:hover { color: var(--slate-light); }
  .pricing-arrow { color: var(--gold-on-dark); }

  /* FAQ */
  .faq { background: var(--white); }
  .faq h2 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--blue); }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--divider-light); border-left: 1px solid var(--divider-light); }
  .faq-item { border-right: 1px solid var(--divider-light); border-bottom: 1px solid var(--divider-light); padding: 34px 38px; }
  .faq-item h3 { font-size: 0.94rem; font-weight: 400; color: var(--blue); margin-bottom: 0; line-height: 1.45; display: flex; justify-content: space-between; gap: 14px; cursor: pointer; user-select: none; }
  .faq-trigger { cursor: pointer; }
  .faq-icon { color: var(--gold-on-light); flex-shrink: 0; font-size: 1.05rem; line-height: 1; transition: transform 0.3s; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-body { font-size: 0.84rem; line-height: 1.84; color: var(--slate); display: none; margin-top: 14px; }
  .faq-item.open .faq-body { display: block; }

  /* FINAL CTA */
  .final-cta { background: var(--blue); padding: 136px 48px; text-align: center; }
  .final-cta h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); color: var(--off-white); margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto; }
  .final-cta > p { font-size: 0.97rem; color: var(--slate-light); margin-bottom: 48px; max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.8; }
  .final-actions { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin-bottom: 76px; }
  .final-testimonial { max-width: 560px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.09); padding-top: 52px; }
  .final-testimonial blockquote { font-family: 'begum', serif; font-style: italic; font-size: 1.1rem; line-height: 1.78; color: rgba(244,244,244,0.56); margin-bottom: 22px; }
  .final-testimonial cite { font-size: 0.67rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-on-dark); font-style: normal; }

  /* BROCHURE SECTION */
  .brochure-section { background: var(--off-white); padding: 100px 40px; border-top: 1px solid rgba(2,14,29,0.08); }
  .brochure-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .brochure-image img { width: 100%; height: auto; display: block; }
  .brochure-title { font-size: clamp(1.8rem, 2.8vw, 2.8rem); color: var(--blue); margin-bottom: 12px; margin-top: 8px; }
  .brochure-intro { font-size: 0.92rem; color: var(--slate); margin-bottom: 44px; max-width: 440px; line-height: 1.84; }

  /* APPLY FORM */
  .apply { background: var(--white); border-top: 1px solid rgba(2,14,29,0.08); }
  .apply h2 { font-size: clamp(1.8rem, 2.8vw, 2.8rem); color: var(--blue); margin-bottom: 12px; }
  .apply-intro { font-size: 0.92rem; color: var(--slate); margin-bottom: 56px; max-width: 520px; line-height: 1.84; }
  .apply-form { display: flex; flex-direction: column; gap: 38px; }
  .apply-field { display: flex; flex-direction: column; gap: 11px; }
  .apply-label { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-on-light); }
  .apply-input {
    background: transparent; border: none; border-bottom: 1px solid rgba(2,14,29,0.15);
    color: var(--blue); font-family: 'DM Sans', sans-serif; font-size: 0.96rem; font-weight: 300;
    padding: 12px 0; outline: none; width: 100%; transition: border-color 0.25s;
  }
  .apply-input:focus { border-bottom-color: var(--gold-on-light); }
  .apply-input::placeholder { color: rgba(2,14,29,0.3); }
  .apply-input.has-error { border-bottom-color: #c0392b; }
  .apply-error { font-size: 0.75rem; color: #c0392b; letter-spacing: 0.02em; margin-top: -4px; display: none; }
  .apply-error.is-visible { display: block; }
  .apply-select { cursor: pointer; appearance: none; -webkit-appearance: none; }
  .apply-select option { background: var(--white); color: var(--blue); }
  .apply-textarea { resize: vertical; min-height: 96px; line-height: 1.72; }
  .apply-submit { margin-top: 10px; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; align-self: flex-start; }

  /* STRIP */
  .enrol-strip { background: var(--blue-soft); border-top: 1px solid rgba(255,255,255,0.06); padding: 17px 48px; text-align: center; }
  .enrol-strip p { font-size: 0.68rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--slate-light); }

  /* AJC GLOBAL MOVEMENT */
  .movement { background: var(--off-white); padding: 100px 48px; }
  .movement-heading { color: var(--blue); margin-bottom: 52px; }
  .movement-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 52px; }
  .movement-card {
    display: flex; flex-direction: column; gap: 0;
    background: var(--white); border-radius: 4px; overflow: hidden;
    text-decoration: none; color: inherit;
    border: 1px solid rgba(2,14,29,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .movement-card:hover { box-shadow: 0 6px 24px rgba(2,14,29,0.09); transform: translateY(-2px); }
  .movement-card-image { width: 100%; height: 200px; overflow: hidden; }
  .movement-card-image img { width: 100%; height: 100%; object-fit: cover; }
  .movement-card-body { display: flex; flex-direction: column; gap: 12px; padding: 18px 16px; }
  .movement-name { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500; color: var(--blue); }
  .movement-text { font-family: 'DM Sans', sans-serif; font-size: 0.83rem; color: var(--slate); line-height: 1.72; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
  .movement-seemore { font-family: 'DM Sans', sans-serif; font-size: 0.76rem; font-weight: 500; color: var(--gold-on-light); }
  .movement-cta { text-align: center; }
  .movement-btn {
    display: inline-flex; align-items: center; gap: 9px;
    background: #1877F2; color: #fff;
    font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 14px 28px; border-radius: 2px; text-decoration: none;
    transition: background 0.2s;
  }
  .movement-btn svg { width: 16px; height: 16px; }
  .movement-btn:hover { background: #166FE5; }

  /* PHOTO CAROUSEL */
  .photo-carousel { width: 100%; height: 70vh; overflow: hidden; position: relative; cursor: grab; user-select: none; }
  .photo-carousel.is-dragging { cursor: grabbing; }
  .photo-carousel-track { display: flex; height: 100%; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
  .photo-carousel-track.no-transition { transition: none; }
  .photo-carousel-slide { flex: 0 0 100%; width: 100%; height: 100%; }
  .photo-carousel-slide img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

  /* FOOTER */
  footer { background: #010912; padding: 40px 48px; }
  .footer-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
  .footer-logo img { height: 20px; width: auto; display: block; opacity: 0.65; }
  .footer-right { font-size: 0.65rem; color: var(--slate); letter-spacing: 0.08em; }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
  .hero-year     { animation: fadeUp 0.9s ease both; animation-delay: 0.1s; }
  .hero-headline { animation: fadeUp 0.9s ease both; animation-delay: 0.25s; }
  .hero-sub      { animation: fadeUp 0.9s ease both; animation-delay: 0.4s; }
  .hero-actions  { animation: fadeUp 0.9s ease both; animation-delay: 0.55s; }

  /* MOBILE STICKY CTA — hidden on desktop */
  .mobile-cta-bar { display: none; }

  /* ═══════════════════════════════════════════
     TABLET HERO — iPad landscape (961px–1180px)
  ═══════════════════════════════════════════ */
  @media (min-width: 961px) and (max-width: 1180px) {
    .hero { height: 100dvh; padding: 0; justify-content: flex-end; }
    .hero-bg { background-position: 75% top; }
    .hero-content { padding: 40px 48px 64px; }
  }

  /* ═══════════════════════════════════════════
     TABLET — layout resets only
  ═══════════════════════════════════════════ */
  @media (max-width: 960px) {
    /* Remove backdrop-filter — it creates a CSS containing block that traps
       position:fixed children relative to nav (~57px) instead of viewport */
    nav {
      padding: 14px 20px;
      backdrop-filter: none; -webkit-backdrop-filter: none;
      background: rgba(2,14,29,0.97);
    }
    .nav-hamburger { display: flex; }
    .nav-links {
      display: flex; flex-direction: column; align-items: flex-start; gap: 0;
      position: fixed; top: 0; left: 0; right: 0; bottom: 0;
      padding-top: 72px;
      background: #071520;
      border-top: none; z-index: 99;
      transform: translateX(100%); transition: transform 0.35s cubic-bezier(.4,0,.2,1);
      overflow-y: auto; -webkit-overflow-scrolling: touch;
    }
    .nav-links.is-open { transform: translateX(0); }
    .nav-links li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .nav-links a { display: block; padding: 18px 28px; font-size: 0.9rem; letter-spacing: 0.08em; color: var(--off-white); }
    .nav-cta { background: rgba(216,193,153,0.1) !important; color: var(--gold-on-dark) !important; border: none !important; margin-top: 0; display: block; }
    .why-cols { column-count: 1; }
    .testi-carousel { grid-template-columns: 1fr; gap: 48px; }
    .testi-stage { height: 280px; }
    .video-grid-3 { grid-template-columns: 1fr; }
    .mentor-grid { grid-template-columns: 1fr 1fr; }
    .venue-inner { grid-template-columns: 1fr; }
    .about-left { position: static; }
    .pricing-plans { grid-template-columns: 1fr; gap: 2px; }
    /* brochure */
    .brochure-section { padding: 70px 20px; }
    .brochure-inner { grid-template-columns: 1fr; gap: 44px; }
    .brochure-image img { max-width: 380px; margin: 0 auto; }
    .brochure-intro { max-width: 100%; margin-bottom: 36px; }
    /* apply */
    .apply-form { gap: 20px; }
    /* bonus */
    .bonus-grid { grid-template-columns: 1fr; }
    .bonus-card { padding: 32px 24px; }
    /* faq */
    .faq-grid { grid-template-columns: 1fr; }
    .shift-stats { flex-direction: column; }
    .shift-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .shift-stat:last-child { border-bottom: none; }
    .movement-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .bonus-grid { grid-template-columns: 1fr; }
    .who-not-box--wide { grid-template-columns: 1fr; }
    .faculty-slide-inner { grid-template-columns: 1fr; gap: 28px; }
    .who-grid { grid-template-columns: 1fr; }
    .about-inner { grid-template-columns: 1fr; gap: 36px; }
    .who-right-photo { position: static; }
    .quote-banner-inner { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; gap: 18px; text-align: center; }
    .vision-inner { grid-template-columns: 1fr; gap: 0; flex-direction: column; display: flex; }
    .vision { padding: 0 0 80px; }
    .vision-text { padding: 48px 48px 0; }
    .video-modal-inner { width: 95vw; }
    .video-modal-inner.is-portrait { max-width: 280px; width: min(85vw, 55vh); }
    .video-modal-close { top: -40px; font-size: 1rem; }
  }

  /* ═══════════════════════════════════════════
     MOBILE PHONE — full design overhaul
  ═══════════════════════════════════════════ */
  @media (max-width: 768px) {

    /* ── BASE ── */
    html { font-size: 18px; overflow-x: hidden; }
    .container, .container--narrow { padding: 0 22px; }
    section { padding: 72px 0; }
    .section-label { font-size: 0.88rem; letter-spacing: 0.14em; margin-bottom: 20px; }

    /* ── NAV ── */
    .nav-logo img { height: 22px; }
    .hero-badge { display: none; }
    .nav-links a { font-size: 0.82rem; padding: 18px 28px; }

    /* ── HERO ── */
    .hero { height: 100dvh; min-height: unset; padding: 0; justify-content: flex-end; }
    .hero-bg { background-position: 85% top; }
    .hero-content { padding: 24px 24px 52px; }
    .hero-headline-new {
      font-size: clamp(1.71rem, 6.6vw, 2.31rem);
      line-height: 1.28; letter-spacing: -0.01em;
      margin-bottom: 44px; max-width: 100%;
    }
    .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; }
    .hero-actions .btn-primary { padding: 16px 24px; font-size: 0.72rem; letter-spacing: 0.14em; text-align: center; }
    .hero-actions .btn-ghost-gold { align-self: flex-start; padding: 8px 0; font-size: 0.72rem; text-align: left; background: transparent; border: none; box-shadow: none; }

    /* ── VISION ── */
    .vision { padding: 56px 0 72px; }
    .vision-inner { display: flex; flex-direction: column; gap: 0; }
    .vision-images { aspect-ratio: 4/3; width: 100%; }
    .vision-text { padding: 48px 24px 0; }
    .vision-h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); margin-bottom: 24px; line-height: 1.22; }
    .vision-text .t-body { font-size: 1.05rem; line-height: 1.82; }

    /* ── VIDEO SECTIONS ── */
    .video-section { padding: 64px 0; }
    .video-section .container--narrow { padding: 0; }
    .video-section h2 { font-size: clamp(1.7rem, 7.5vw, 2.2rem); padding: 0 24px; text-align: left; margin-bottom: 16px; }
    .video-section p { text-align: left; padding: 0 24px; font-size: 1rem; margin-bottom: 32px; }
    .video-section .section-label { margin-left: 24px; }
    .video-facade { border: none; }

    /* ── QUOTE BANNER ── */
    .quote-banner-inner { grid-template-columns: 1fr; }
    .quote-banner-photo { max-height: 300px; width: 100%; }
    .quote-banner-text { padding: 44px 24px; gap: 16px; }
    .quote-banner blockquote { font-size: clamp(1.25rem, 5.5vw, 1.5rem); line-height: 1.52; }
    .quote-banner cite { font-size: 0.7rem; letter-spacing: 0.18em; }

    /* ── WHY ── */
    .why-h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); margin-bottom: 28px; }
    .why-cols { column-count: 1; }
    .why-cols p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 22px; }

    /* ── SHIFT / STATS ── */
    .shift { padding: 80px 0; }
    .shift-inner { padding: 0 24px; text-align: center; }
    .shift-quote { font-size: clamp(1.55rem, 7vw, 2.1rem); line-height: 1.42; margin-bottom: 36px; }
    .shift-narrative { font-size: 1.05rem; line-height: 1.85; }
    .shift-stats { flex-direction: column; margin-top: 48px; }
    .shift-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 40px 20px; }
    .shift-stat:last-child { border-bottom: none; }
    .why-stat-num { font-size: 5rem; }
    .why-stat-label { font-size: 0.9rem; letter-spacing: 0.04em; line-height: 1.5; margin-top: 8px; }
    .why-footnote, .shift-footnote { font-size: 0.95rem; }

    /* ── INSIDE / ACCORDION ── */
    .inside h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .inside .section-intro { font-size: 1rem; line-height: 1.78; }
    .accordion-trigger { padding: 28px 0; gap: 16px; }
    .accordion-title { font-size: clamp(1.35rem, 5.5vw, 1.75rem); line-height: 1.2; }
    .accordion-num { font-size: 0.6rem; }
    .accordion-icon { font-size: 1.6rem; }
    .accordion-body-inner { padding: 0 0 32px 36px; }
    .accordion-body-inner p { font-size: 1.05rem; line-height: 1.85; max-width: 100%; }

    /* ── BONUS ── */
    .bonus h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .bonus .section-intro { font-size: 1.05rem; }
    .bonus-grid { grid-template-columns: 1fr; }
    .bonus-card { padding: 36px 24px; }
    .bonus-card h3 { font-size: 1.25rem; line-height: 1.3; }
    .bonus-card p { font-size: 1.05rem; line-height: 1.82; }
    .bonus-webinars h3 { font-size: 1.4rem; }
    .bonus-webinars p { font-size: 1.05rem; }
    .webinar-month { font-size: 0.7rem; padding: 8px 16px; }

    /* ── WHO ── */
    .who-grid { display: flex; flex-direction: column; }
    .who-right-photo { order: 0; position: static; width: 100%; margin: 44px 0; }
    .who-classroom-img { min-height: 300px; }
    .who-h2-main { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .who-h2-sub { font-size: 1.1rem; line-height: 1.65; }
    .who-intro { font-size: 1.05rem; }
    .who-list li { font-size: 1.05rem; line-height: 1.75; padding: 17px 0; }
    .who-footnote { font-size: 1rem; line-height: 1.82; }
    .who-not-box { padding: 40px 24px; margin-top: 0; }
    .who-not-box--wide { grid-template-columns: 1fr; }
    .who-not-box h3 { font-size: 1.4rem; margin-bottom: 24px; }
    .who-not-list li { font-size: 1.05rem; line-height: 1.75; }
    .who-note { font-size: 1rem; line-height: 1.78; }

    /* ── TESTIMONIALS ── */
    .testi-carousel { grid-template-columns: 1fr; gap: 44px; }
    .testi-stage { height: 300px; perspective: 800px; }
    .testi-card-avatar { width: 175px; height: 225px; }
    .testi-card-avatar.is-next { transform: translateX(100px) translateY(-24px) scale(0.76) rotateY(-14deg); }
    .testi-card-avatar.is-prev { transform: translateX(-100px) translateY(-24px) scale(0.76) rotateY(14deg); }
    .testi-quote-name { font-size: 1.55rem; }
    .testi-quote-role { font-size: 0.78rem; }
    .testi-quote-badge { font-size: 0.65rem; padding: 5px 11px; }
    .testi-quote-text { font-size: 1.05rem; line-height: 1.82; }
    .testi-content { min-height: 440px; }

    /* ── TESTIMONIAL VIDEOS ── */
    .testi-videos h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .testi-videos .section-intro { font-size: 1.05rem; }
    .shorts-stage { height: 380px; }
    .shorts-card { width: 148px; }
    .shorts-card.is-next { transform: translateX(115px) scale(0.8) rotateY(-12deg); }
    .shorts-card.is-prev { transform: translateX(-115px) scale(0.8) rotateY(12deg); }

    /* ── FACULTY ── */
    .faculty h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.25; }
    .faculty .section-intro { font-size: 1.05rem; }
    .faculty-slides { min-height: 920px; }
    .faculty-carousel { padding-top: 40px; }
    /* Per-slide face positioning on mobile */
    .faculty-slide[data-fi="2"] .faculty-slide-img img { object-position: center 5%; }
    .faculty-slide[data-fi="3"] .faculty-slide-img img { object-position: center 25%; }
    .faculty-slide[data-fi="4"] .faculty-slide-img img { object-position: center 20%; }
    .faculty-slide-label { font-size: 1rem; margin-bottom: 18px; }
    .faculty-slide-inner { grid-template-columns: 1fr; gap: 0; }
    .faculty-slide-img { width: calc(100% + 44px); margin: 0 -22px 32px; aspect-ratio: 4/3; max-height: 300px; overflow: hidden; }
    .faculty-text-name { font-size: 2rem; }
    .faculty-text-role { font-size: 0.68rem; letter-spacing: 0.14em; margin-bottom: 18px; }
    .faculty-bio-text { font-size: 1.05rem !important; line-height: 1.82 !important; }
    .faculty-slide-text p { font-size: 1.05rem; }
    .faculty-ankush-quote { font-size: 1rem; line-height: 1.8; }
    .faculty-site { font-size: 0.8rem; }

    /* ── MENTORS ── */
    .mentors h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); line-height: 1.25; }
    .mentors .section-intro { font-size: 1.05rem; }
    .mentor-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
    .mentor-card { padding: 28px 18px; }
    .mentor-name { font-size: 1.05rem; }
    .mentor-role { font-size: 0.63rem; }
    .mentor-card p { font-size: 0.9rem; line-height: 1.72; }

    /* ── VENUE ── */
    .venue-inner { grid-template-columns: 1fr; padding: 0 24px; }
    .venue-left { padding: 72px 0; }
    .venue-bg { background-position: 58% 22%; }
    .venue-bg::after { background: rgba(2,14,29,0.82); }
    .venue-left h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .venue-left p { font-size: 1.05rem; }
    .venue-date-info { font-size: 0.9rem; }
    .venue-date-info strong { font-size: 0.95rem; }

    /* ── ABOUT ── */
    .about-inner { grid-template-columns: 1fr; gap: 0; }
    .about-left { position: static; }
    .about-portrait { width: calc(100% + 44px); margin: 0 -22px 36px; aspect-ratio: 4/5; max-height: 480px; }
    .about-creds { font-size: 0.82rem; margin-bottom: 40px; }
    .about-right h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); margin-bottom: 22px; }
    .about-right p { font-size: 1.05rem; line-height: 1.85; }

    /* ── PRICING ── */
    .pricing h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .pricing .section-intro { font-size: 1.05rem; }
    .pricing-plans { grid-template-columns: 1fr; gap: 2px; }
    .pricing-plan { padding: 44px 28px; }
    .pricing-amount { font-size: 3.6rem; }
    .pricing-plan-label { font-size: 0.65rem; letter-spacing: 0.2em; }
    .pricing-incl { font-size: 0.88rem; }
    .pricing-actions .btn-primary { display: block; text-align: center; padding: 20px 24px; font-size: 0.75rem; }

    /* ── APPLY FORM ── */
    .apply h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
    .apply-intro { font-size: 1.05rem; }
    .apply-label { font-size: 0.72rem; letter-spacing: 0.16em; }
    .apply-input { font-size: 1rem; padding: 14px 0; }
    .apply-select { font-size: 1rem; }
    .apply-textarea { font-size: 1rem; line-height: 1.7; }
    .apply-form { gap: 32px; }
    .apply-submit { display: block; width: 100%; text-align: center; padding: 20px; font-size: 0.76rem; letter-spacing: 0.15em; align-self: stretch; }

    /* ── FAQ ── */
    .faq h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-item { padding: 0 20px; }
    .faq-item h3 { font-size: 1.05rem; line-height: 1.52; padding: 24px 0; }
    .faq-body { font-size: 1.05rem; line-height: 1.82; padding-bottom: 28px; }
    .faq-icon { font-size: 1.1rem; }

    /* ── FINAL CTA ── */
    .final-cta { padding: 80px 24px; }
    .final-cta h2 { font-size: clamp(2rem, 8.5vw, 3rem); margin-bottom: 18px; }
    .final-cta > p { font-size: 1.05rem; line-height: 1.82; margin-bottom: 0; }
    .final-testimonial { padding-top: 44px; }
    .final-testimonial blockquote { font-size: 1.05rem; line-height: 1.78; }
    .final-testimonial cite { font-size: 0.72rem; letter-spacing: 0.12em; }

    /* ── MOVEMENT ── */
    .movement { padding: 72px 0; }
    .movement-heading { font-size: clamp(1.9rem, 8vw, 2.5rem); margin-bottom: 40px; }
    .movement-grid { grid-template-columns: 1fr; gap: 20px; }
    .movement-text { font-size: 1rem; line-height: 1.8; }

    /* ── FOOTER ── */
    .footer-inner { flex-direction: column; gap: 18px; text-align: center; padding: 28px 22px; }
    footer { padding-bottom: calc(28px + 76px + env(safe-area-inset-bottom)); }

    /* ── MOBILE STICKY CTA ── */
    .mobile-cta-bar {
      display: flex;
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
      padding: 12px 20px;
      padding-bottom: calc(12px + env(safe-area-inset-bottom));
      background: rgba(244,244,244,0.97);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-top: 1px solid rgba(2,14,29,0.08);
      box-shadow: 0 -6px 32px rgba(2,14,29,0.1);
      transform: translateY(110%);
      transition: transform 0.38s cubic-bezier(.4,0,.2,1);
    }
    .mobile-cta-bar.is-visible { transform: translateY(0); }
    .mobile-cta-btn {
      display: block; width: 100%; text-align: center;
      background: var(--blue); color: var(--off-white);
      font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 500;
      letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
      padding: 18px 24px;
      transition: background 0.2s;
    }
    .mobile-cta-btn:active { background: var(--blue-soft); }

    /* ── MODAL ── */
    .video-modal-inner { width: 95vw; }
    .video-modal-inner.is-portrait { max-width: 280px; width: min(85vw, 55vh); }
    .video-modal-close { top: -40px; font-size: 1rem; }
  }
