/* =====================================================================
   noida-campus.css — Noida Campus · VARIANT 1 (Editorial)
   Asymmetric hero, quick facts, Why This Campus, K-12 Journey, facilities
   photo grid, principal spotlight, gallery, Visit Us. Scoped under .nc1
   ===================================================================== */

/* sticky hero photo needs a non-scrolling body — base.css sets overflow-x:hidden */
html, body { overflow-x: clip; }

/* Secondary sub-nav (.nc-subnav*) extracted to assets/css/nc-subnav.css —
   shared across noida-campus.php and the pages linked from its
   Academics/Resources dropdowns. */

.nc1 {
  --a-maroon: var(--maroon, #8D2130);
  --a-maroon-deep: var(--maroon-900, #5F141C);
  --a-green: var(--green, #085B4A);
  --a-paper: #FBF7EF; --a-sand: #F1E7D0; --a-card: #fff;
  --a-ink: #201A18; --a-muted: #675F59; --a-line: #E8E0D2;
  --a-pad: clamp(54px, 6.5vw, 86px);
  background: var(--a-paper); color: var(--a-ink); font-family: var(--font-sans);
}
.nc1 :where(h1, h2, h3, h4) { color: inherit; font-family: var(--font-display); }
.nc1 .wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.nc1 .eyebrow { display: inline-flex; align-items: center; gap: .7em; font-size: 11.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--a-maroon); }
.nc1 .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--a-maroon); }
.nc1 .sec { padding-block: var(--a-pad); }
.nc1 .sec--tint { background: var(--a-sand); }

.nc1 .btn { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; font-size: 14.5px; padding: 14px 30px; border-radius: 999px; border: 1.5px solid transparent; transition: background .25s, color .25s, transform .25s; }
.nc1 .btn svg { width: 17px; height: 17px; }
.nc1 .btn--solid { background: var(--a-maroon); color: #fff; }
.nc1 .btn--solid:hover { background: var(--a-maroon-deep); transform: translateY(-2px); }
.nc1 .btn--line { border-color: var(--a-maroon); color: var(--a-maroon); }
.nc1 .btn--line:hover { background: var(--a-maroon); color: #fff; }
.nc1 .gcta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

/* hero */
/* +48px accounts for the .nc-subnav bar fixed just below the header */
.nc1 .hero { padding-top: calc(var(--topbar-h, 38px) + var(--nav-h, 74px) + 48px + clamp(44px, 6vw, 72px)); padding-bottom: clamp(40px, 5vw, 60px); }
.nc1 .hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.nc1 .badge { display: inline-block; font-size: 12px; font-weight: 600; color: var(--a-maroon); background: rgba(141,33,48,.08); border: 1px solid rgba(141,33,48,.18); border-radius: 999px; padding: 6px 16px; margin-bottom: 14px; }
.nc1 .hero h1 { font-weight: 600; font-size: clamp(40px, 5.4vw, 60px); line-height: 1.03; letter-spacing: -.015em; color: var(--a-maroon-deep); margin: 16px 0 18px; max-width: 14ch; }
.nc1 .hero p { font-size: 15.5px; line-height: 1.7; color: var(--a-muted); max-width: 52ch; margin: 0 0 14px; }
.nc1 .hero p:last-of-type { margin-bottom: 0; }
.nc1 .hero__media { position: sticky; top: calc(var(--topbar-h, 38px) + var(--nav-h, 74px) + 48px + 30px); }
.nc1 .hero__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 22px; box-shadow: 0 40px 70px -34px rgba(32,26,24,.42); }

.nc1 .facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: clamp(44px, 5.5vw, 68px); border-top: 1.5px solid var(--a-ink); padding-top: 24px; }
.nc1 .fact b { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 38px); color: var(--a-maroon); line-height: 1; }
.nc1 .fact b.is-small { font-size: clamp(18px, 2vw, 24px); }
.nc1 .fact span { display: block; margin-top: 8px; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--a-muted); font-weight: 600; }

/* section heading */
.nc1 .shead { text-align: center; max-width: 620px; margin: 0 auto clamp(36px, 4.2vw, 54px); }
.nc1 .shead .eyebrow { justify-content: center; }
.nc1 .shead h2 { font-weight: 600; font-size: clamp(27px, 3.6vw, 40px); line-height: 1.1; margin: 12px 0 0; }
.nc1 .shead h2 em { font-style: italic; color: var(--a-maroon); }

/* why this campus */
.nc1 .points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nc1 .point { text-align: center; background: var(--a-card); border: 1px solid var(--a-line); border-radius: 18px; padding: 28px 22px; }
.nc1 .point__ic { width: 44px; height: 44px; border-radius: 13px; background: rgba(141,33,48,.08); color: var(--a-maroon); display: grid; place-items: center; margin: 0 auto 16px; }
.nc1 .point__ic svg { width: 21px; height: 21px; }
.nc1 .point h3 { font-weight: 600; font-size: 16px; margin: 0 0 6px; }
.nc1 .point p { font-size: 13px; line-height: 1.55; color: var(--a-muted); margin: 0; }

/* K-12 journey */
.nc1 .stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nc1 .stage { background: var(--a-card); border: 1px solid var(--a-line); border-radius: 18px; padding: 26px 22px; }
.nc1 .stage__ic { width: 42px; height: 42px; border-radius: 12px; background: var(--a-maroon); color: #fff; display: grid; place-items: center; margin-bottom: 16px; }
.nc1 .stage__ic svg { width: 20px; height: 20px; }
.nc1 .stage__tag { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--a-green); margin-bottom: 6px; }
.nc1 .stage h3 { font-weight: 600; font-size: 18px; margin: 0 0 6px; }
.nc1 .stage p { font-size: 13px; line-height: 1.55; color: var(--a-muted); margin: 0; }

/* facilities photo cards */
.nc1 .facilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nc1 .fcard { background: var(--a-card); border: 1px solid var(--a-line); border-radius: 20px; overflow: hidden; transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s; }
.nc1 .fcard:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -30px rgba(32,26,24,.4); }
.nc1 .fcard__media { aspect-ratio: 4/3; background: var(--a-sand); }
.nc1 .fcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nc1 .fcard__body { padding: 22px 22px 26px; }
.nc1 .fcard__ic { width: 38px; height: 38px; border-radius: 11px; background: rgba(141,33,48,.08); color: var(--a-maroon); display: grid; place-items: center; margin-bottom: 14px; }
.nc1 .fcard__ic svg { width: 18px; height: 18px; }
.nc1 .fcard h3 { font-weight: 600; font-size: 17px; margin: 0 0 6px; }
.nc1 .fcard p { font-size: 13px; line-height: 1.55; color: var(--a-muted); margin: 0; }

/* principal spotlight */
.nc1 .principal { display: grid; grid-template-columns: 340px 1fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.nc1 .principal__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; box-shadow: 0 30px 56px -30px rgba(32,26,24,.4); }
.nc1 .principal__body blockquote { font-family: var(--font-display); font-weight: 500; font-style: italic; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.4; color: var(--a-ink); margin: 16px 0 18px; }
.nc1 .principal__body p { font-size: 14.5px; line-height: 1.7; color: var(--a-muted); margin: 0 0 20px; }
.nc1 .principal__by b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.nc1 .principal__by span { font-size: 12.5px; color: var(--a-maroon); font-weight: 600; }

/* gallery */
.nc1 .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nc1 .gitem { position: relative; overflow: hidden; border-radius: 18px; aspect-ratio: 4/3; }
.nc1 .gitem img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.nc1 .gitem:hover img { transform: scale(1.06); }
.nc1 .gitem figcaption { position: absolute; inset: auto 0 0 0; padding: 18px; background: linear-gradient(0deg, rgba(15,8,7,.82), transparent); color: #fff; display: flex; flex-direction: column; gap: 2px; }
.nc1 .gitem .cat { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #F0C9CE; }
.nc1 .gitem .t { font-family: var(--font-display); font-weight: 600; font-size: 15px; }

/* visit us */
.nc1 .visit__in { background: var(--a-maroon-deep); color: #fff; border-radius: 24px; padding: clamp(40px, 5.5vw, 66px); }
.nc1 .visit__info { text-align: center; }
.nc1 .visit .eyebrow { color: #EEBEC4; justify-content: center; }
.nc1 .visit .eyebrow::before { background: #EEBEC4; }
.nc1 .visit__info h2 { font-weight: 600; font-size: clamp(26px, 3.4vw, 38px); margin: 14px auto 12px; max-width: 20ch; }
.nc1 .visit__info p { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,.82); max-width: 56ch; margin: 0 auto; }
.nc1 .visit__rows { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 26px; }
/* align-items:flex-start (not center) — with align-items:center, once the
   address text wraps to 2 lines the pin icon centers against the whole
   2-line block and visually overlaps the 2nd line instead of sitting next
   to the 1st. text-align:left + a max-width keeps the wrapped lines from
   re-centering under each other, which reads oddly next to a fixed icon. */
.nc1 .visit__rows div { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: rgba(255,255,255,.88); text-align: left; max-width: 280px; }
.nc1 .visit__rows svg { width: 16px; height: 16px; color: #F0C9CE; flex: none; margin-top: 2px; }
.nc1 .visit__rows a { color: inherit; }
.nc1 .visit .gcta { justify-content: center; }
.nc1 .visit .btn--solid { background: #fff; color: var(--a-maroon-deep); }
.nc1 .visit .btn--solid:hover { background: var(--a-sand); }
.nc1 .visit .btn--line { border-color: rgba(255,255,255,.55); color: #fff; }
.nc1 .visit .btn--line:hover { background: #fff; color: var(--a-maroon-deep); }

@media (max-width: 900px) {
  .nc1 .hero__grid { grid-template-columns: 1fr; }
  .nc1 .hero__media { position: static; order: -1; max-width: 420px; margin: 0 auto; }
  .nc1 .facts { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
  .nc1 .points { grid-template-columns: repeat(2, 1fr); }
  .nc1 .stages { grid-template-columns: repeat(2, 1fr); }
  .nc1 .facilities { grid-template-columns: repeat(2, 1fr); }
  .nc1 .principal { grid-template-columns: 1fr; text-align: center; }
  .nc1 .principal__media { max-width: 300px; margin: 0 auto; }
  .nc1 .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .nc1 .facts { grid-template-columns: 1fr 1fr; }
  .nc1 .points, .nc1 .stages, .nc1 .facilities, .nc1 .gallery { grid-template-columns: 1fr; }
  .nc1 .visit__rows { flex-direction: column; gap: 12px; }
}
