/* ============ Stellar Inspire India — light theme ============ */
@font-face {
  font-family: 'Publica Play';
  src: url('/assets/fonts/PublicaPlay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-orange: #ff914d;
  --primary-red: #ff6b6b;
  --primary-yellow: #ffde59;
  --flag-saffron: #ff9933;
  --flag-green: #138808;
  --flag-navy: #0a2472;
  --gradient-primary: linear-gradient(135deg, #ff914d, #ffde59);
  --gradient-text: linear-gradient(90deg, #ff7a2e, #f5b301);
  --gradient-india: linear-gradient(90deg, #ff8a1e 0%, #ffab40 32%, #47a83c 68%, #138808 100%);
  --bg: #ffffff;
  --bg-alt: #fff8f1;
  --bg-warm: #fff3e8;
  --surface: #ffffff;
  --border: #f0e4d7;
  --text: #1f2430;
  --text-dim: #5b6472;
  --accent: #ff914d;
  --radius: 16px;
  --shadow-sm: 0 1px 2px 0 rgb(31 36 48 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(31 36 48 / 0.08);
  --shadow-lg: 0 10px 24px -6px rgb(255 145 77 / 0.16), 0 4px 10px -4px rgb(31 36 48 / 0.08);
  --font-head: 'Publica Play', 'Inter Tight', sans-serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

/* Indic language rendering */
body.lang-indic,
body.lang-indic h1, body.lang-indic h2, body.lang-indic h3, body.lang-indic h4,
body.lang-indic .btn, body.lang-indic input, body.lang-indic select, body.lang-indic textarea {
  font-family: 'Inter Tight', 'Noto Sans Tamil', 'Noto Sans Malayalam', 'Noto Sans Kannada', sans-serif;
}
body.lang-indic h1, body.lang-indic h2, body.lang-indic h3 { line-height: 1.35; font-weight: 600; }
body.lang-indic .hero h1 { font-size: clamp(2rem, 5.5vw, 3.6rem); }

/* No italics anywhere */
em, i, cite, address, blockquote { font-style: normal; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  color: var(--text);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

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

/* Inline SVG icons */
.icon {
  width: 26px;
  height: 26px;
  stroke: var(--primary-orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ---------- Nav (floating pill, UK style) ---------- */
.nav {
  position: fixed;
  top: 14px; left: 0; right: 0;
  z-index: 100;
  padding: 0 16px;
  pointer-events: none;
}
.nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 12px 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  box-shadow: 0 8px 32px 0 rgba(31, 36, 48, 0.12);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled .nav-inner {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 32px 0 rgba(31, 36, 48, 0.18);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-head);
}
.nav-logo img { height: 42px; width: auto; }
.logo-india {
  background: var(--gradient-india);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-head);
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateY(-4px);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.nav-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  color: #3a1d00 !important;
  background: var(--gradient-primary);
  padding: 9px 20px;
  border-radius: 9999px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 2px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 9999px;
  padding: 3px;
}
.lang-switch button {
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dim);
  padding: 5px 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lang-switch button:hover { color: var(--text); }
.lang-switch button.active {
  background: var(--gradient-primary);
  color: #3a1d00;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: 0.3s;
}

/* ---------- Hero (rounded container, UK style) ---------- */
.hero {
  padding: 10px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hero-inner {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 50px -12px rgba(31, 36, 48, 0.25);
  background: url('/assets/images/india/hero-campus.jpg') center 65% / cover no-repeat var(--bg);
}
.hero-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.82) 38%,
    rgba(255, 255, 255, 0.55) 58%,
    rgba(255, 255, 255, 0) 88%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 24px 38vh;
  max-width: 920px;
}
.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(255, 145, 77, 0.35);
  border-radius: 9999px;
  background: rgba(255, 145, 77, 0.08);
  color: #d96b1f;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.holo-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #39424f;
  max-width: 640px;
  margin: 0 auto 40px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn-primary {
  background: var(--gradient-primary);
  color: #3a1d00;
  box-shadow: 0 6px 24px rgba(255, 145, 77, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 145, 77, 0.45);
}
.btn-ghost {
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { background: var(--bg-alt); }
.btn-full { width: 100%; }
.btn:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* ---------- Highlights ---------- */
.highlights {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-alt);
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.highlight {
  padding: 44px 28px;
  border-right: 1px solid var(--border);
}
.highlight:last-child { border-right: none; }
.highlight-num {
  font-family: var(--font-head);
  font-size: 0.8rem;
  color: var(--primary-orange);
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}
.highlight h3 { font-size: 1.1rem; margin-bottom: 8px; }
.highlight p { color: var(--text-dim); font-size: 0.92rem; }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-tag {
  display: inline-block;
  color: #d96b1f;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: -0.01em;
}
.section-sub { color: var(--text-dim); margin-top: 16px; font-size: 1.05rem; }

/* ---------- Mission (poster cards, UK programmes style) ---------- */
.mission {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mission-lead {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: var(--text);
  max-width: 820px;
  margin-bottom: 56px;
}
.mission-lead strong {
  font-weight: 600;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.mission-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s, box-shadow 0.3s;
}
.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.mission-img {
  position: absolute;
  inset: 0;
}
.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.mission-card:hover .mission-img img { transform: scale(1.1); }
.mission-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.15));
}
.mission-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 2.2rem;
}
.mission-num {
  font-family: var(--font-head);
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  line-height: 1;
}
.mission-card h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 8px;
}
.mission-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

/* ---------- Experience ---------- */
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.exp-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.exp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.exp-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
}
.exp-body { padding: 36px 40px 44px; }
.exp-card h3 { font-size: 1.45rem; margin-bottom: 14px; }
.exp-card p { color: var(--text-dim); margin-bottom: 20px; }
.exp-list { list-style: none; }
.exp-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: var(--text);
  font-size: 0.95rem;
}
.exp-list li svg {
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  stroke: var(--primary-orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- Building map ---------- */
.building-map {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
}
.building-map img { width: 100%; display: block; }
.hotspot {
  position: absolute;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: var(--gradient-primary);
  color: #3a1d00;
  font-family: var(--font-head);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.hotspot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255, 145, 77, 0.7);
  animation: hotspotPulse 2s ease-out infinite;
}
@keyframes hotspotPulse {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
.hotspot:hover { transform: translate(-50%, -50%) scale(1.15); }
.hotspot.active {
  background: #ffffff;
  color: #d96b1f;
}
.building-info {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 30px;
  box-shadow: var(--shadow-lg);
}
.building-info h3 { font-size: 1.25rem; margin-bottom: 8px; padding-right: 28px; }
.building-info p { color: var(--text-dim); font-size: 0.95rem; }
.building-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--text-dim);
  cursor: pointer;
}
.building-close:hover { color: var(--text); }
@media (max-width: 720px) {
  .building-info {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 18px 20px;
  }
}

/* ---------- Programmes ---------- */
.prog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.prog-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.prog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.prog-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
}
.prog-body { padding: 28px 32px 34px; }
.prog-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.prog-card p { color: var(--text-dim); font-size: 0.97rem; }

/* ---------- Leadership ---------- */
.founder-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
}
.founder-card > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.founder-body { padding: 40px 44px; }
.founder-body h3 { font-size: 1.6rem; margin-bottom: 4px; }
.founder-body p { color: var(--text-dim); margin-bottom: 14px; }
.team-role {
  display: inline-block;
  font-weight: 600;
  color: #d96b1f !important;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.team-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-card > img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}
.team-body { padding: 24px 26px; }
.team-body h3 { font-size: 1.2rem; margin-bottom: 2px; }
.team-body p { color: var(--text-dim); font-size: 0.93rem; }
.team-body .team-role { margin-bottom: 8px; }
.affiliations {
  margin-top: 48px;
  padding: 32px 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.affiliations p { color: var(--text-dim); max-width: 560px; }
.affil-logos {
  display: flex;
  align-items: center;
  gap: 32px;
}
.affil-logos img {
  height: 84px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* ---------- Visit ---------- */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.visit-item {
  margin-bottom: 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.visit-item .icon { margin-top: 4px; }
.visit-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.visit-item p { color: var(--text-dim); }
.visit-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  min-height: 420px;
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}
.visit-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.visit-gallery figure {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.visit-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s;
}
.visit-gallery figure:hover img { transform: scale(1.05); }
.visit-gallery figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 16px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  font-size: 0.85rem;
  color: #ffffff;
}

.visit-video {
  margin-top: 40px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  position: relative;
}
.visit-video video {
  width: 100%;
  display: block;
}
.visit-video figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 20px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #ffffff;
  font-size: 0.95rem;
}

/* ---------- School collaborations ---------- */
.collabs {
  text-align: center;
}
.collabs h3 {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  margin-bottom: 10px;
}
.collabs > p {
  color: var(--text-dim);
  max-width: 640px;
  margin: 0 auto 32px;
}
.collab-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.collab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.collab-item img {
  height: 68px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.collab-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}
.collab-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.collab-gallery figure {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.collab-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.35s;
}
.collab-gallery figure:hover img { transform: scale(1.05); }
.collab-gallery figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  font-size: 0.85rem;
  color: #ffffff;
  text-align: left;
}

/* ---------- Contact form ---------- */
.contact-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(31, 36, 48, 0.28);
  border: 1px solid var(--border);
}
.form-head { margin-bottom: 28px; }
.form-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin-bottom: 10px;
}
.form-head p { color: var(--text-dim); }
.contact-side {
  position: relative;
  padding: 48px 44px;
  background: url('/assets/images/india/observatory-campus.jpg') center / cover no-repeat #06080f;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}
.contact-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 8, 16, 0.85), rgba(5, 8, 16, 0.3) 45%, rgba(5, 8, 16, 0.05));
}
.contact-side > * { position: relative; z-index: 1; }
.contact-points {
  list-style: none;
}
.contact-points li {
  padding: 8px 0;
  color: #eef2f9;
  font-size: 0.97rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.contact-points li:last-child { border-bottom: none; }
.enquiry-form {
  background: var(--surface);
  padding: 48px 44px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field { margin-bottom: 20px; display: flex; flex-direction: column; }
.form-field label {
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}
.form-field input,
.form-field select,
.form-field textarea {
  background: var(--bg-alt);
  border: 1px solid #e5d9cb;
  border-radius: 10px;
  padding: 13px 16px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.97rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ff914d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 46px;
  cursor: pointer;
}
.form-field select:hover { border-color: var(--primary-orange); }
.form-field option { background: #ffffff; color: var(--text); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 3px rgba(255, 145, 77, 0.18);
}
.form-field textarea { resize: vertical; }
.form-status {
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
  min-height: 1.4em;
}
.form-status.success { color: #1a9d5c; }
.form-status.error { color: #d9382e; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--border);
  background: var(--bg-alt);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-logo { margin-bottom: 16px; }
.footer p { color: var(--text-dim); font-size: 0.95rem; }
.footer h4 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 16px;
}
.footer a {
  display: block;
  color: var(--text-dim);
  text-decoration: none;
  padding: 5px 0;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.footer a:hover { color: #d96b1f; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 22px 24px;
  text-align: center;
}
.footer-bottom p { color: var(--text-dim); font-size: 0.85rem; }
.footer-bottom a { display: inline; color: var(--text-dim); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .highlight { border-bottom: 1px solid var(--border); }
  .highlight:nth-child(2n) { border-right: none; }
  .mission-grid { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-side { padding: 44px 32px; }
  .experience-grid,
  .prog-grid,
  .team-grid,
  .visit-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card > img { max-height: 380px; }
  .affiliations { flex-direction: column; text-align: center; }
  .collab-logos { grid-template-columns: 1fr 1fr; }
  .collab-gallery { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 84px; left: 16px; right: 16px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    flex-direction: column;
    gap: 0;
    padding: 12px 0;
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 36, 48, 0.15);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px; }
  .nav-cta { margin: 10px 24px; }
  .lang-switch { justify-content: center; margin: 8px auto; width: fit-content; }
  .mission-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .section { padding: 80px 0; }
  .enquiry-form { padding: 32px 22px; }
  .exp-body { padding: 28px 24px 34px; }
  .prog-body { padding: 24px 20px 28px; }
  .hero-photo img { height: 240px; }
}
