/* ============================================================
   Shri Vinayak College of Agriculture — stylesheet
   Palette: deep banyan green anchored, mustard-harvest gold accent
   Type: Fraunces (display) · Manrope (body) · Tiro Devanagari (Hindi)
   ============================================================ */

:root {
  --green-950: #0F241B;
  --green-900: #16382A;
  --green-800: #1E4A37;
  --green-700: #2E6B4F;
  --green-500: #4E8F6B;
  --green-100: #DDE9DF;
  --gold-500: #D9A426;
  --gold-600: #B48512;
  --gold-100: #F4E7C3;
  --earth-700: #7A5A32;
  --paper: #F6F3E9;
  --paper-2: #EEE9D9;
  --white: #FFFFFF;
  --ink: #1D2721;
  --ink-soft: #46554C;
  --line: rgba(22, 56, 42, 0.16);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;
  --font-hindi: "Tiro Devanagari Hindi", "Noto Sans Devanagari", serif;

  --container: 1160px;
  --radius: 14px;
  --shadow-sm: 0 1px 3px rgba(15, 36, 27, 0.08);
  --shadow-md: 0 10px 30px -12px rgba(15, 36, 27, 0.25);
  --header-h: 78px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--paper); }
html:focus-within { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
section[id] { scroll-margin-top: calc(var(--header-h) + 0.5rem); }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-900); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 2px; border-radius: 3px; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.15; color: var(--green-900); }
.lang-hi { font-family: var(--font-hindi); }

.ico { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ico--lg { width: 2.1rem; height: 2.1rem; }

/* Placeholder tags — remove once real data is in */
.ph-tag {
  display: inline-block; vertical-align: middle;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--gold-600); background: var(--gold-100);
  border: 1px dashed var(--gold-600); border-radius: 4px;
  padding: 0.05rem 0.35rem; margin-left: 0.3rem;
}
.ph-tag--dark { color: var(--gold-100); background: rgba(217,164,38,0.14); border-color: var(--gold-500); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 700; font-size: 1rem;
  padding: 0.85rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn--gold { background: var(--gold-500); color: var(--green-950); }
.btn--gold:hover { background: #E4B23A; color: var(--green-950); }
.btn--green { background: var(--green-800); color: var(--white); }
.btn--green:hover { background: var(--green-700); color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.65); }
.btn--ghost:hover { background: rgba(255,255,255,0.12); color: var(--white); }
.btn--block { width: 100%; }
.btn--nav { padding: 0.55rem 1.25rem; font-size: 0.95rem; }

/* ---------- Utility bar ---------- */
.utility-bar { background: var(--green-950); color: var(--green-100); font-size: 0.82rem; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 38px; padding-block: 0.3rem; flex-wrap: wrap; }
.utility-bar__address { display: flex; align-items: center; gap: 0.4rem; }
.utility-bar__links { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.utility-bar__links a { color: var(--green-100); display: inline-flex; align-items: center; gap: 0.35rem; }
.utility-bar__links a:hover { color: var(--gold-500); }
.utility-bar__cta { color: var(--gold-500) !important; font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  /* no backdrop-filter here: it would trap the fixed mobile nav panel */
  background: rgba(246, 243, 233, 0.97);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 4px 24px -8px rgba(15,36,27,0.18); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }

.brand { display: flex; align-items: center; gap: 0.75rem; color: inherit; }
.brand__mark { width: 46px; height: 46px; flex: none; color: var(--green-800); }
.brand__ring { fill: none; stroke: var(--gold-500); stroke-width: 2; }
.brand__wheat path { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.brand__name { display: block; font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; color: var(--green-900); line-height: 1.15; white-space: nowrap; }
.brand__name em { font-style: normal; color: var(--green-700); }
.brand__affiliation { display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.02em; color: var(--earth-700); margin-top: 0.15rem; }

.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a:not(.btn) {
  font-weight: 600; font-size: 0.98rem; color: var(--ink);
  padding: 0.35rem 0; position: relative; white-space: nowrap;
}
.site-nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--gold-500); transition: right 0.22s ease;
}
.site-nav a:not(.btn):hover::after, .site-nav a.is-active:not(.btn)::after { right: 0; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.6rem; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--green-900); margin: 5.5px 0; border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(92vh, 780px); display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background: url("../assets/campus-building-front.jpg") center 30% / cover no-repeat;
  transform: scale(1.06);
  animation: heroDrift 18s ease-out forwards;
}
@keyframes heroDrift { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(15,36,27,0.92) 0%, rgba(15,36,27,0.55) 45%, rgba(15,36,27,0.38) 100%);
}
.hero__content { position: relative; z-index: 1; padding-block: clamp(5rem, 12vh, 8rem) clamp(4rem, 9vh, 6rem); max-width: 900px; }
.hero__hindi { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--gold-500); letter-spacing: 0.02em; margin-bottom: 0.9rem; }
.hero__title { font-size: clamp(2.1rem, 5.2vw, 3.9rem); color: var(--white); font-weight: 500; letter-spacing: -0.01em; }
.u-gold { color: var(--gold-500); font-style: italic; }
.hero__sub { font-size: clamp(1.02rem, 1.8vw, 1.22rem); max-width: 620px; margin-top: 1.2rem; color: rgba(255,255,255,0.88); }
.hero__ctas { display: flex; gap: 0.9rem; margin-top: 2.1rem; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; left: 50%; bottom: -3.2rem; transform: translateX(-50%);
  color: rgba(255,255,255,0.8); animation: bob 2.2s ease-in-out infinite;
}
.hero__scroll:hover { color: var(--gold-500); }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* ---------- Highlights strip ---------- */
.highlights { background: var(--green-900); color: var(--white); padding-block: 2.2rem; }
.highlights__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.8rem; }
.highlight { display: flex; gap: 0.9rem; align-items: flex-start; }
.highlight .ico--lg { color: var(--gold-500); margin-top: 0.2rem; }
.highlight h3 { font-family: var(--font-body); font-weight: 800; font-size: 1.02rem; color: var(--white); margin-bottom: 0.2rem; }
.highlight p { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ---------- Sections (shared) ---------- */
.section { padding-block: clamp(4rem, 9vw, 6.5rem); }
.section--tint { background: var(--paper-2); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.88rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--earth-700); margin-bottom: 1rem;
}
.eyebrow .lang-hi { text-transform: none; letter-spacing: 0.03em; font-size: 1.05rem; color: var(--green-700); }
.eyebrow::before { content: ""; width: 2.2rem; height: 2px; background: var(--gold-500); }
.section__title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); max-width: 700px; margin-bottom: 1rem; }
.section__lede { color: var(--ink-soft); max-width: 640px; margin-bottom: 2.4rem; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; margin-top: 0.5rem; }
.about__media { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.about__media img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.about__media-caption { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.7rem; padding-left: 0.9rem; border-left: 3px solid var(--gold-500); }
.about__text h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 1.2rem; }
.about__text > p { margin-bottom: 1.1rem; color: var(--ink-soft); }
.about__text > p strong { color: var(--green-900); }
.about__mv { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 1.6rem; }
.mv-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm); }
.mv-card h3 { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-size: 1rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--green-800); }
.mv-card h3 .ico { color: var(--gold-600); }
.mv-card p { font-size: 0.93rem; color: var(--ink-soft); line-height: 1.55; }

.principal {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  background: var(--green-900); color: var(--white);
  border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 3rem);
  position: relative; overflow: hidden;
}
.principal::before {
  content: "\201C"; position: absolute; top: -1.2rem; left: 1.2rem;
  font-family: var(--font-display); font-size: 9rem; color: rgba(217,164,38,0.22); line-height: 1;
}
.principal blockquote p { font-family: var(--font-display); font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 400; line-height: 1.45; max-width: 56ch; position: relative; }
.principal figcaption { margin-top: 1.3rem; }
.principal__name { display: block; font-weight: 800; color: var(--gold-500); }
.principal__role { font-size: 0.88rem; color: rgba(255,255,255,0.75); }

/* ---------- Programs ---------- */
.programs__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 420px)); gap: 1.4rem; justify-content: center; }
.program-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.6rem; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--green-500); }
.program-card__level { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 0.35rem; }
.program-card__head h3 { font-size: 1.45rem; margin-bottom: 0.8rem; }
.program-card__desc { font-size: 0.94rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.program-card__specs { border-top: 1px solid var(--line); margin-top: auto; }
.program-card__specs > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.program-card__specs dt { color: var(--ink-soft); font-weight: 600; flex: none; }
.program-card__specs dd { text-align: right; font-weight: 700; color: var(--green-900); }
.program-card__link { display: inline-block; margin-top: 1.1rem; font-weight: 800; font-size: 0.95rem; color: var(--green-700); }
.program-card__link:hover { color: var(--gold-600); }

/* ---------- Facilities ---------- */
.facilities__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.facility {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.facility:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.facility .ico--lg { color: var(--green-700); background: var(--green-100); border-radius: 10px; padding: 0.45rem; width: 2.7rem; height: 2.7rem; margin-bottom: 0.9rem; }
.facility:hover .ico--lg { color: var(--gold-600); background: var(--gold-100); }
.facility h3 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 800; margin-bottom: 0.4rem; }
.facility p { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.55; }

/* ---------- Stats band ---------- */
.stats { position: relative; background: var(--green-950); color: var(--white); padding-block: clamp(3rem, 7vw, 4.5rem); overflow: hidden; }
.stats__field {
  /* sown-row field pattern — the signature motif as ambient texture */
  position: absolute; inset: 0; opacity: 0.14;
  background-image: repeating-linear-gradient(100deg, transparent 0 26px, var(--green-500) 26px 27px);
}
.stats__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat__num { font-family: var(--font-display); font-size: clamp(2.3rem, 5vw, 3.4rem); font-weight: 500; color: var(--gold-500); line-height: 1; }
.stat__label { margin-top: 0.5rem; font-size: 0.92rem; color: rgba(255,255,255,0.8); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; margin-top: 2.2rem; }
.gallery__item { position: relative; border-radius: 12px; overflow: hidden; cursor: zoom-in; margin: 0; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; transition: transform 0.4s ease; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.6rem 0.9rem 0.7rem;
  font-size: 0.82rem; font-weight: 700; color: var(--white);
  background: linear-gradient(to top, rgba(15,36,27,0.85), transparent);
  opacity: 0; transform: translateY(6px); transition: opacity 0.25s ease, transform 0.25s ease;
}
.gallery__item:hover figcaption, .gallery__item:focus-within figcaption { opacity: 1; transform: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.8rem;
  background: rgba(15, 36, 27, 0.94); padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1000px, 92vw); max-height: 78vh; border-radius: 10px; box-shadow: var(--shadow-md); }
.lightbox__caption { color: var(--paper); font-size: 0.95rem; }
.lightbox__close {
  position: absolute; top: 1rem; right: 1.4rem; background: none; border: 0;
  color: var(--white); font-size: 2.6rem; line-height: 1; cursor: pointer;
}
.lightbox__close:hover { color: var(--gold-500); }

/* ---------- Admissions ---------- */
.admissions__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 3.5rem); margin-top: 2rem; align-items: start; }

.steps { list-style: none; counter-reset: step; }
.step { counter-increment: step; position: relative; padding: 0 0 1.8rem 3.4rem; }
.step::before {
  content: counter(step);
  position: absolute; left: 0; top: -0.1rem;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  background: var(--green-800); color: var(--gold-500);
}
.step:not(:last-child)::after {
  content: ""; position: absolute; left: 1.2rem; top: 2.6rem; bottom: 0.2rem;
  width: 2px; background: var(--line); transform: translateX(-50%);
}
.step h3 { font-family: var(--font-body); font-size: 1.08rem; font-weight: 800; margin-bottom: 0.3rem; }
.step p { font-size: 0.95rem; color: var(--ink-soft); }

.eligibility { background: var(--gold-100); border: 1px solid rgba(180,133,18,0.35); border-radius: var(--radius); padding: 1.4rem 1.5rem; margin-top: 0.6rem; }
.eligibility h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 800; color: var(--earth-700); margin-bottom: 0.6rem; }
.eligibility ul { list-style: none; }
.eligibility li { font-size: 0.93rem; padding: 0.35rem 0 0.35rem 1.4rem; position: relative; }
.eligibility li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-600); }

.admissions__form-wrap {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  border-top: 5px solid var(--gold-500);
  padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-md);
  position: sticky; top: calc(var(--header-h) + 1.5rem);
}
.admissions__form-wrap h3 { font-size: 1.5rem; margin-bottom: 0.3rem; }
.admissions__form-note { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 1.3rem; }

/* ---------- Forms ---------- */
.form__row { margin-bottom: 1rem; }
.form__row--half { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 0.35rem; color: var(--green-900); }
.form label .opt { font-weight: 500; color: var(--ink-soft); }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; font-size: 0.97rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 9px;
  padding: 0.7rem 0.85rem; transition: border-color 0.15s ease, background 0.15s ease;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--green-700); background: var(--white);
}
.form textarea { resize: vertical; }
.form__status { margin-top: 0.8rem; font-size: 0.9rem; font-weight: 600; min-height: 1.2em; }
.form__status.is-ok { color: var(--green-700); }
.form__status.is-err { color: #A03D2E; }

/* ---------- Notices ---------- */
.notices__board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 2rem; }
.notice {
  background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--green-700);
  border-radius: 10px; padding: 1.3rem 1.5rem; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.notice:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.notice__date { display: flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; font-weight: 700; color: var(--earth-700); margin-bottom: 0.4rem; }
.notice__new { background: var(--gold-500); color: var(--green-950); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 4px; padding: 0.1rem 0.4rem; }
.notice h3 { font-family: var(--font-body); font-size: 1.05rem; font-weight: 800; margin-bottom: 0.35rem; }
.notice p { font-size: 0.9rem; color: var(--ink-soft); }
.notices__disclaimer { margin-top: 1.4rem; font-size: 0.85rem; color: var(--ink-soft); font-style: italic; }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 3.5rem); margin-top: 2rem; align-items: stretch; }
.contact__list { list-style: none; margin-bottom: 2rem; }
.contact__list li { display: flex; gap: 0.9rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-size: 0.97rem; }
.contact__list .ico { color: var(--gold-600); margin-top: 0.25rem; width: 1.35rem; height: 1.35rem; }
.contact__list strong { color: var(--green-900); }
.contact__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); min-height: 420px; }
.contact__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--green-950); color: rgba(255,255,255,0.82); font-size: 0.94rem; }
.footer a { color: rgba(255,255,255,0.82); }
.footer a:hover { color: var(--gold-500); }
.footer__grid {
  display: grid; grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.5fr));
  gap: clamp(1.6rem, 4vw, 3rem); padding-block: clamp(2.8rem, 6vw, 4rem);
}
.brand__mark--footer { color: var(--paper); width: 52px; height: 52px; margin-bottom: 0.9rem; }
.footer__name { font-family: var(--font-display); font-size: 1.35rem; color: var(--white); }
.footer__affiliation { font-size: 0.85rem; color: var(--gold-500); margin-top: 0.4rem; max-width: 34ch; }
.footer__social { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.footer__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28); transition: border-color 0.2s ease, background 0.2s ease;
}
.footer__social a:hover { border-color: var(--gold-500); background: rgba(217,164,38,0.12); }
.footer__col h3 { font-family: var(--font-body); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-500); margin-bottom: 1rem; }
.footer__col a { display: block; padding: 0.28rem 0; }
.footer__col p { margin-bottom: 0.7rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-block: 1.1rem; font-size: 0.84rem; }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer__bottom .lang-hi { color: var(--gold-500); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .highlights__grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .facilities__grid { grid-template-columns: repeat(2, 1fr); }
  .programs__grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .admissions__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__media, .admissions__form-wrap { position: static; }
  .brand__affiliation { max-width: 30ch; }
}

@media (max-width: 1140px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 150;
    height: 100dvh;
    width: min(21rem, 85vw);
    background: var(--green-950);
    flex-direction: column; align-items: flex-start; gap: 0.4rem;
    padding: 5.5rem 2rem 2rem;
    overflow-y: auto; overscroll-behavior: contain;
    transform: translateX(100%); transition: transform 0.3s ease;
    box-shadow: -10px 0 40px rgba(0,0,0,0.3);
  }
  .site-nav.is-open { transform: none; }
  .site-nav a:not(.btn) { color: var(--paper); font-size: 1.15rem; padding: 0.55rem 0; width: 100%; }
  .site-nav .btn--nav { margin-top: 1rem; }
  .nav-toggle { position: relative; z-index: 160; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); background: var(--paper); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: var(--paper); }
}

@media (max-width: 820px) {
  .utility-bar__address { display: none; }
  .utility-bar__inner { justify-content: center; }

  .notices__board { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .about__mv { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .highlights__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: auto; }
  .form__row--half { grid-template-columns: 1fr; }
  .brand__name { font-size: 1.02rem; }
  .brand__affiliation { font-size: 0.62rem; }
  .hero__ctas .btn { width: 100%; text-align: center; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom-inner { justify-content: center; text-align: center; }
}
