/* =====================================================
   Vision School Dakar — main.css
   Ported from index.html (visionsite)
===================================================== */

:root {
  --navy:      #0a1628;
  --gold:      #d4a84f;
  --gold-light:#f0c46a;
  --cream:     #f5f0e8;
  --warm-white:#fdfaf5;
  --text-muted:#8a7e6e;
  --border:    rgba(200,151,58,0.2);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--navy);
  overflow-x: hidden;
}

/* ── NAV ─────────────────────────────────────────── */
nav {
  position: sticky; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(10,22,40,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,151,58,0.5);
  overflow: visible;
}
.nav-logo { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.logo-text .school-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 600; color: #fff;
  letter-spacing: .04em; display: block;
}
.logo-text .school-sub {
  font-size: .65rem; color: var(--gold);
  letter-spacing: .12em; text-transform: uppercase;
}
.nav-right { display: flex; align-items: center; gap: 1.5rem; }
.nav-links  { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,.75); text-decoration: none;
  font-size: .8rem; letter-spacing: .06em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: .5rem 1.3rem; border-radius: 2px; font-weight: 500 !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* ── LANG SWITCHER ───────────────────────────────── */
.lang-switcher { display: flex; align-items: center; gap: .4rem; flex-shrink: 0; }
.lang-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 34px; min-width: 46px; padding: 0 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; border-radius: 4px;
  border: 2px solid rgba(200,151,58,0.8);
  background: rgba(10,22,40,0.85); color: #fff;
  transition: all .2s; line-height: 1;
}
.lang-btn.active { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.lang-btn:not(.active):hover { background: rgba(200,151,58,.25); color: var(--gold); }

/* ── HERO ────────────────────────────────────────── */
.hero {
  min-height: 100vh; background: var(--navy);
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 40%, rgba(232,184,90,.12), transparent 60%),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,.04), transparent 60%),
    repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(255,255,255,.01) 40px,rgba(255,255,255,.01) 41px);
}
.hero-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 4rem 5rem; position: relative; z-index: 2;
}
.hero-eyebrow   { display: flex; align-items: center; gap: .8rem; margin-bottom: 2rem; }
.eyebrow-line   { width: 32px; height: 1px; background: var(--gold); }
.eyebrow-text   { font-size: .7rem; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 400;
  line-height: 1.3; color: #fff; margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-desc  { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.75; max-width: 480px; margin-bottom: 3rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-primary {
  background: #e0b35a; color: var(--navy);
  padding: .9rem 2.2rem; border-radius: 2px;
  text-decoration: none; font-size: .85rem; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase;
  transition: all .2s; display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  border: 1px solid rgba(255,255,255,.3); color: #fff;
  padding: .9rem 2.2rem; border-radius: 2px;
  text-decoration: none; font-size: .85rem;
  letter-spacing: .06em; text-transform: uppercase;
  transition: all .2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.hero-stats {
  display: flex; gap: 3rem;
  margin-top: 4rem; padding-top: 3rem;
  border-top: 1px solid var(--border);
}
.stat-num   { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: var(--gold); line-height: 1; }
.stat-label { font-size: .75rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-top: .3rem; }

.hero-visual   { position: relative; overflow: hidden; }
.hero-img-bg   {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,#1a3a6e,#0d2a50,#0a1628);
  display: flex; align-items: center; justify-content: center;
}
.hero-deco     { position: relative; width: 420px; height: 420px; }
.deco-ring     { position: absolute; border-radius: 50%; border: 1px solid var(--border); }
.deco-ring:nth-child(1) { inset: 0; }
.deco-ring:nth-child(2) { inset: 30px; border-color: rgba(200,151,58,.15); }
.deco-ring:nth-child(3) { inset: 60px; border-color: rgba(200,151,58,.25); }
.deco-center {
  position: absolute; inset: 80px;
  background: linear-gradient(135deg,rgba(200,151,58,.15),rgba(200,151,58,.05));
  border-radius: 50%; border: 1px solid rgba(200,151,58,.4);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: .5rem;
}
.deco-initial  { font-family: 'Cormorant Garamond', serif; font-size: 5rem; font-weight: 300; color: var(--gold); line-height: 1; opacity: .9; }
.deco-tagline  { font-size: .65rem; letter-spacing: .2em; color: rgba(200,151,58,.7); text-transform: uppercase; text-align: center; }
.hero-badge    {
  position: absolute; bottom: 2rem; right: 2rem;
  background: rgba(255,255,255,.06); border: 1px solid var(--border);
  border-radius: 4px; padding: 1rem 1.4rem; backdrop-filter: blur(8px);
}
.hero-badge p      { font-size: .7rem; color: rgba(255,255,255,.5); margin-bottom: .2rem; }
.hero-badge strong { font-size: .85rem; color: #fff; }

/* ── AFFILIATION ─────────────────────────────────── */
.affiliation {
  background: var(--cream); padding: 1.8rem 4rem;
  display: flex; align-items: center; gap: 2rem;
  border-bottom: 1px solid rgba(10,22,40,.08); flex-wrap: wrap;
}
.affil-label   { font-size: .7rem; letter-spacing: .15em; color: var(--text-muted); text-transform: uppercase; white-space: nowrap; }
.affil-divider { width: 1px; height: 24px; background: rgba(10,22,40,.12); flex-shrink: 0; }
.affil-name    { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); }
.affil-desc    { font-size: .8rem; color: var(--text-muted); }

/* ── SECTIONS (general) ──────────────────────────── */
section { padding: 6rem 4rem; }

/* ── WHY CHOOSE ──────────────────────────────────── */
.why-choose { background: #f7f5f2; }
.why-choose .about-features { max-width: 680px; margin-top: 2.5rem; }

/* ── CANADIAN CURRICULUM ─────────────────────────── */
.canadian-curriculum { background: #fff; }
.canadian-curriculum .about-features { max-width: 680px; margin-top: 2.5rem; }
.section-header { margin-bottom: 4rem; }
.section-eyebrow {
  display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem;
}
.section-eyebrow span { font-size: .7rem; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; }
.section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 300;
  line-height: 1.15; color: var(--navy);
}
.section-title em { font-style: italic; color: var(--gold); }
.section-body  { font-size: 1rem; line-height: 1.8; color: #4a4035; max-width: 560px; margin-top: 1rem; }

/* ── ABOUT ───────────────────────────────────────── */
.about-grid       { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-image-area { position: relative; }
.about-img-main   {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(160deg,#1a3a6e,#0d2044);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
}
.about-img-inner  {
  width: 85%; height: 85%;
  border: 1px solid var(--border); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 1rem;
}
.about-img-icon   {
  width: 64px; height: 64px;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold);
}
.about-img-text   { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: rgba(255,255,255,.6); text-align: center; line-height: 1.4; }
.about-float-card {
  position: absolute; bottom: -1.5rem; right: -2rem;
  background: var(--gold); padding: 1.5rem 1.8rem;
  border-radius: 2px; box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.float-num    { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 700; color: var(--navy); line-height: 1; }
.float-label  { font-size: .75rem; color: rgba(10,22,40,.7); margin-top: .2rem; }
.about-features { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; }
.feature-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem; border: 1px solid rgba(10,22,40,.07);
  border-radius: 4px; transition: border-color .2s, box-shadow .2s;
}
.feature-item:hover { border-color: var(--gold); box-shadow: 0 4px 20px rgba(200,151,58,.08); }
.feature-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(200,151,58,.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.feature-text h4 { font-size: .9rem; font-weight: 500; margin-bottom: .3rem; }
.feature-text p  { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

/* ── ABOUT PHOTOS ────────────────────────────────── */
.about-photos-stack {
  position: relative; width: 100%; aspect-ratio: 4/5;
}
.about-photo-main {
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 4px;
  display: block;
}
.about-photo-secondary {
  position: absolute; bottom: -1.8rem; right: -2rem;
  width: 55%; aspect-ratio: 1/1;
  object-fit: cover; border-radius: 4px;
  border: 4px solid #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
}

/* ── SCHOOL LIFE GALLERY ─────────────────────────── */
.school-life { background: #f7f8fa; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.gallery-img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 4px;
  display: block;
  transition: transform .3s, box-shadow .3s;
}
.gallery-img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

/* ── PROGRAMS ────────────────────────────────────── */
.programs { background: var(--navy); color: #fff; }
.programs .section-title { color: #fff; }
.programs .section-body  { color: rgba(255,255,255,.6); }
.programs-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5px; margin-top: 3.5rem;
}
.program-card {
  background: rgba(255,255,255,.03);
  padding: 2.5rem; position: relative; overflow: hidden;
  transition: background .3s;
}
.program-card:hover { background: rgba(200,151,58,.08); }
.program-card::before {
  content: attr(data-num);
  position: absolute; top: -.5rem; right: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-weight: 700;
  color: rgba(200,151,58,.06); line-height: 1;
}
.program-level  { font-size: .65rem; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; margin-bottom: 1rem; }
.program-name   { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 400; color: #fff; margin-bottom: .8rem; }
.program-desc   { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 1.5rem; }
.program-grades {
  display: inline-block; font-size: .7rem; letter-spacing: .1em;
  border: 1px solid var(--border); color: var(--gold);
  padding: .3rem .8rem; border-radius: 2px;
}

/* ── LANGUAGES ───────────────────────────────────── */
.languages { background: var(--cream); padding: 5rem 4rem; }
.lang-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem; margin-top: 3.5rem;
}
.lang-card {
  position: relative; overflow: hidden; border-radius: 6px;
  padding: 3rem 2.5rem;
  display: flex; flex-direction: column; gap: 1.5rem;
  transition: transform .3s, box-shadow .3s;
}
.lang-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.lang-card.french   { background: linear-gradient(145deg,#0a1628,#1a3a6e); color: #fff; }
.lang-card.english  { background: linear-gradient(145deg,#c8973a,#a07020); color: var(--navy); }
.lang-card.mandarin { background: linear-gradient(145deg,#7b1c1c,#c0392b); color: #fff; }
.lang-char   { font-size: 4.5rem; line-height: 1; font-family: 'Cormorant Garamond', serif; opacity: .9; }
.lang-name   { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; line-height: 1.1; }
.lang-native { font-size: .9rem; opacity: .75; font-style: italic; margin-top: .2rem; }
.lang-desc   { font-size: .85rem; line-height: 1.7; opacity: .82; }
.lang-tag    {
  display: inline-block; font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; border: 1px solid rgba(255,255,255,.3);
  padding: .3rem .8rem; border-radius: 2px; align-self: flex-start;
}
.lang-card.english .lang-tag { border-color: rgba(10,22,40,.3); }
.lang-deco {
  position: absolute; top: -1rem; right: -1rem;
  font-size: 8rem; opacity: .05; line-height: 1;
  font-family: serif; pointer-events: none;
}

/* ── ADMISSIONS ──────────────────────────────────── */
.admissions { background: var(--cream); }
.adm-inner  { max-width: 900px; margin: 0 auto; text-align: center; }
.adm-inner .section-eyebrow { justify-content: center; }
.steps-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  margin-top: 3.5rem; position: relative;
}
.steps-grid::before {
  content: ''; position: absolute;
  top: 2rem; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(to right,transparent,var(--gold),transparent);
}
.step { display: flex; flex-direction: column; align-items: center; padding: 0 1.5rem; text-align: center; }
.step-num {
  width: 48px; height: 48px;
  background: var(--navy); color: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600;
  position: relative; z-index: 1; margin-bottom: 1rem;
  border: 2px solid var(--gold);
}
.step h4 { font-size: .85rem; font-weight: 500; margin-bottom: .4rem; }
.step p   { font-size: .78rem; color: var(--text-muted); line-height: 1.5; }
.adm-cta  { margin-top: 3.5rem; }

/* ── FAQ ─────────────────────────────────────────── */
.faq { background: var(--warm-white); padding: 6rem 4rem; }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin-top: 3rem;
}
.faq-item { border: 1px solid rgba(10,22,40,.08); border-radius: 4px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.4rem 1.6rem;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Sans', sans-serif; font-size: .9rem; font-weight: 500;
  color: var(--navy); gap: 1rem; transition: background .2s;
}
.faq-q:hover { background: var(--cream); }
.faq-icon {
  width: 24px; height: 24px; flex-shrink: 0;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: var(--gold); transition: transform .2s;
}
.faq-a { display: none; padding: 0 1.6rem 1.4rem; font-size: .875rem; line-height: 1.75; color: #4a4035; }
.faq-item.open .faq-a    { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open           { border-color: var(--gold); }

/* ── CONTACT ─────────────────────────────────────── */
.contact { background: var(--navy); color: #fff; }
.contact .section-title { color: #fff; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }
.ci           { display: flex; gap: 1rem; }
.ci-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.ci-body strong { display: block; font-size: .8rem; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: .3rem; }
.ci-body span   { font-size: .9rem; color: rgba(255,255,255,.7); }
.contact-form   { display: flex; flex-direction: column; gap: 1rem; }
.form-row       { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group     { display: flex; flex-direction: column; gap: .4rem; }
.form-group label {
  font-size: .72rem; letter-spacing: .1em;
  color: rgba(255,255,255,.5); text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff; padding: .85rem 1rem; border-radius: 2px;
  font-family: inherit; font-size: .9rem; transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,.25); }
.form-group select option { background: var(--navy); }
.form-group textarea { resize: vertical; min-height: 100px; }

/* ── FOOTER ──────────────────────────────────────── */
footer {
  background: #060f1e; color: rgba(255,255,255,.5);
  padding: 3rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem;
  border-top: 1px solid var(--border);
}
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: #fff; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.4); text-decoration: none; font-size: .78rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: .72rem; }
.footer-address { font-size: .72rem; color: rgba(255,255,255,.35); }

/* ── CAREERS ─────────────────────────────────────── */
.careers { padding: 5rem 2rem; max-width: 860px; margin: 0 auto; }
.careers-form-wrap { margin-top: 3rem; }
.careers-form-card {
  background: #f8f9fb;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 2.5rem 2rem;
}
.careers-form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1.8rem;
}
.form-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.careers .form-group { margin-bottom: 1.2rem; display: flex; flex-direction: column; gap: .4rem; }
.careers .form-group label { font-size: .85rem; font-weight: 500; color: var(--navy); }
.careers .form-group input,
.careers .form-group select,
.careers .form-group textarea {
  border: 1px solid #d0d4de;
  border-radius: 6px;
  padding: .65rem .9rem;
  font-size: .95rem;
  font-family: 'DM Sans', sans-serif;
  color: #1a1a2e;
  background: #fff;
  transition: border-color .2s;
}
.careers .form-group input:focus,
.careers .form-group select:focus,
.careers .form-group textarea:focus { outline: none; border-color: var(--gold); }
.careers .form-group input[type="file"] { padding: .5rem .9rem; background: #fff; cursor: pointer; }
.form-hint { font-size: .78rem; color: #888; margin-top: .2rem; }
.req { color: #c0392b; }
.careers-submit { margin-top: .8rem; width: 100%; justify-content: center; }
.form-feedback { margin-top: 1rem; font-size: .9rem; padding: .7rem 1rem; border-radius: 6px; display: none; }
.form-feedback--ok  { display: block; background: #eafaf1; color: #1e8449; border: 1px solid #a9dfbf; }
.form-feedback--err { display: block; background: #fdf2f2; color: #922b21; border: 1px solid #f5b7b1; }

/* ── ANIMATIONS ──────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-content > * { opacity: 0; animation: fadeUp .7s ease forwards; }
.hero-eyebrow  { animation-delay: .1s; }
.hero h1       { animation-delay: .25s; }
.hero-desc     { animation-delay: .4s; }
.hero-actions  { animation-delay: .55s; }
.hero-stats    { animation-delay: .7s; }

/* ── HAMBURGER ───────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; padding: 6px;
  background: none; border: none; cursor: pointer; flex-shrink: 0;
}
.nav-hamburger span {
  display: block; height: 2px; width: 100%;
  background: #fff; border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ─────────────────────────────────── */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(10,22,40,.98);
  border-bottom: 1px solid rgba(200,151,58,.4);
  padding: 1rem 1.5rem 1.5rem;
  position: sticky; top: 60px; z-index: 99;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: rgba(255,255,255,.8); text-decoration: none;
  font-size: .85rem; letter-spacing: .06em; text-transform: uppercase;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-cta {
  margin-top: .75rem;
  background: var(--gold); color: var(--navy) !important;
  text-align: center; padding: .75rem 1rem;
  border-radius: 2px; font-weight: 500;
  border-bottom: none;
}

/* ── MOBILE ──────────────────────────────────────── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section, .languages, .faq { padding: 4rem 1.5rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-content { padding: 7rem 1.5rem 4rem; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .programs-grid, .lang-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-row-two { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
  .affiliation { padding: 1.5rem; }
  .about-float-card { right: 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .about-photo-secondary { display: none; }
}
