/* ─────────────────────────────────────────────────────────────────
   Punjab Group of Colleges, Chunni Kalan — site stylesheet
   Palette from the PGC logo: red #e81e23 · charcoal #1c1a1b
   with steel-blue #4ea8de accents · Type: Sora (display) + Inter
   ───────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:     #e81e23;
  --red-d:   #b8151a;
  --red-l:   #fdecec;
  --dark:    #10151d;
  --dark-2:  #1c2733;
  --blue:    #4ea8de;
  --blue-d:  #2b7cb3;
  --ink:     #1f2937;
  --muted:   #5b6472;
  --line:    #e5e7eb;
  --bg:      #f6f7f9;
  --radius:  14px;
  --shadow:    0 4px 18px rgba(16, 21, 29, .09);
  --shadow-lg: 0 18px 44px rgba(16, 21, 29, .22);
  --serif: 'Sora', -apple-system, sans-serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { font-family: var(--sans); color: var(--ink); background: #fff; font-size: 15.5px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--blue-d); }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

h1, h2, h3, .brand .t1 { font-family: var(--serif); }

/* ── Top utility bar ─────────────────────────────────────────── */
.topbar { background: var(--dark); color: #b9c2cf; font-size: .74rem; }
.topbar-inner {
  max-width: 1250px; margin: 0 auto; padding: .35rem 1.2rem;
  display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.topbar a { color: #b9c2cf; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar .spacer { flex: 1; }
.topbar .pulse { color: #ffd7d8; font-weight: 700; }
.topbar .admin {
  background: rgba(232, 30, 35, .18); border: 1px solid rgba(232, 30, 35, .55);
  color: #ff8f92; font-weight: 700; padding: .1rem .7rem; border-radius: 99px;
}
.topbar .admin:hover { color: #fff; background: var(--red); }

/* ── Header / navigation ─────────────────────────────────────── */
header.site {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(16, 21, 29, .97); backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--red);
  box-shadow: var(--shadow);
  transition: box-shadow .2s;
}
header.site.scrolled { box-shadow: var(--shadow-lg); }
.nav-wrap {
  max-width: 1250px; margin: 0 auto; padding: 0 1.2rem;
  display: flex; align-items: center; gap: 1rem; min-height: 74px;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; padding: .5rem 0; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; }
.brand .t1 { color: #fff; font-weight: 700; font-size: 1.02rem; letter-spacing: .3px; line-height: 1.15; }
.brand .t1 span { color: var(--red); }
.brand .t2 { color: #93a1b3; font-size: .64rem; letter-spacing: .4px; font-family: var(--sans); }
.nav-spacer { flex: 1; }

nav.main > ul { display: flex; list-style: none; align-items: center; gap: .1rem; }
nav.main li { position: relative; }
nav.main a.top {
  display: flex; align-items: center; gap: .35rem;
  color: #dde4ee; text-decoration: none; font-size: .86rem; font-weight: 600;
  padding: 1.55rem .7rem; white-space: nowrap;
  border-bottom: 3px solid transparent; margin-bottom: -3px;
}
nav.main a.top:hover, nav.main li:hover > a.top,
nav.main a.top.active { color: #fff; border-bottom-color: var(--red); }
nav.main .caret {
  border: solid currentColor; border-width: 0 1.6px 1.6px 0;
  padding: 2.4px; transform: rotate(45deg) translateY(-2px);
}
nav.main .drop {
  position: absolute; top: 100%; left: 0; min-width: 270px;
  background: #fff; border-radius: 0 0 12px 12px; box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--red); padding: .3rem;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: .18s ease; z-index: 1001;
}
nav.main li:hover > .drop, nav.main li:focus-within > .drop {
  opacity: 1; visibility: visible; transform: translateY(0);
}
nav.main .drop a {
  display: block; padding: .6rem .9rem; font-size: .83rem; font-weight: 600;
  color: var(--ink); text-decoration: none; border-radius: 8px;
}
nav.main .drop a:hover { background: var(--red-l); color: var(--red-d); padding-left: 1.1rem; }

.btn-apply {
  background: linear-gradient(135deg, var(--red), var(--red-d));
  color: #fff; font-weight: 800; font-size: .84rem;
  padding: .62rem 1.25rem; border-radius: 99px; text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(232, 30, 35, .45);
  transition: transform .12s;
}
.btn-apply:hover { transform: translateY(-2px); }

.burger { display: none; background: none; border: none; cursor: pointer; padding: .4rem; color: #fff; }
.nav-overlay { display: none; }

/* ── Notice ticker ───────────────────────────────────────────── */
.ticker {
  display: flex; align-items: center; overflow: hidden;
  background: var(--red-l); border-bottom: 1px solid #f6cdce;
}
.tk-label {
  flex-shrink: 0; background: var(--red); color: #fff; font-weight: 800;
  font-size: .74rem; padding: .45rem .9rem; letter-spacing: .04em;
}
.tk-track { overflow: hidden; flex: 1; }
.tk-move { display: inline-flex; gap: 3rem; padding-left: 100%; white-space: nowrap; animation: tick 28s linear infinite; }
.tk-move:hover { animation-play-state: paused; }
.tk-item { font-size: .8rem; color: var(--dark); }
.tk-item strong { color: var(--red); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ── Hero slider — full-bleed photos ─────────────────────────── */
.hero { position: relative; overflow: hidden; background: var(--dark); }
.slide {
  display: none; position: relative; min-height: 520px;
  background-size: cover; background-position: center;
}
.slide.on { display: block; animation: fadein .8s ease; }
@keyframes fadein { from { opacity: .3; } to { opacity: 1; } }
.slide .shade {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(16, 21, 29, .88) 0%, rgba(16, 21, 29, .62) 45%, rgba(16, 21, 29, .18) 100%);
}
.slide .inner {
  position: relative; max-width: 1250px; margin: 0 auto;
  padding: 5rem 1.2rem 5.6rem;
}
.slide .kicker {
  display: inline-block; background: rgba(232, 30, 35, .9); color: #fff;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .35rem .85rem; border-radius: 99px; margin-bottom: 1.1rem; font-family: var(--sans);
}
.slide h1 { color: #fff; font-size: clamp(1.8rem, 4.4vw, 3rem); font-weight: 700; line-height: 1.15; max-width: 720px; }
.slide h1 em { color: var(--blue); font-style: normal; }
.slide p.lead { color: #d4dbe6; font-size: 1rem; margin-top: 1rem; max-width: 560px; line-height: 1.7; }
.slide .cta-row { display: flex; gap: .8rem; margin-top: 1.7rem; flex-wrap: wrap; }
.dots {
  position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .5rem; z-index: 5;
}
.dots button {
  width: 26px; height: 5px; border-radius: 99px; border: none; cursor: pointer;
  background: rgba(255, 255, 255, .35); transition: background .2s;
}
.dots button.on { background: var(--red); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .75rem 1.5rem; border-radius: 10px; text-decoration: none;
  font-size: .9rem; font-weight: 700; border: none; cursor: pointer;
  font-family: var(--sans); transition: transform .12s;
}
.btn:hover { transform: translateY(-2px); }
.btn-red  { background: linear-gradient(135deg, var(--red), var(--red-d)); color: #fff; }
.btn-line { background: transparent; color: #fff; border: 1.6px solid rgba(255, 255, 255, .55); }
.btn-line:hover { border-color: var(--blue); color: var(--blue); }
.btn-dark { background: linear-gradient(135deg, var(--dark), var(--dark-2)); color: #fff; }
.btn-ghost { background: #fff; color: var(--dark); border: 1.5px solid var(--line); }
.btn-block { width: 100%; }

/* ── Affiliation strip ───────────────────────────────────────── */
.strip { background: linear-gradient(120deg, var(--dark), var(--dark-2)); padding: .9rem 1.2rem; border-bottom: 3px solid var(--red); }
.strip .inner {
  max-width: 1250px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: .5rem 2.4rem; justify-content: center;
}
.strip .item { display: flex; align-items: center; gap: .5rem; color: #dde4ee; font-size: .82rem; font-weight: 800; }

/* ── Sections ────────────────────────────────────────────────── */
section.block { padding: 3.8rem 1.2rem; }
section.block.alt { background: var(--bg); }
section.block.dark { background: linear-gradient(120deg, var(--dark), var(--dark-2)); }
.container { max-width: 1250px; margin: 0 auto; }
.sec-head { text-align: center; margin-bottom: 2rem; }
.sec-head.left { text-align: left; margin: 0 0 1.4rem; }
.eyebrow {
  display: inline-block; color: var(--red); font-size: .74rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: .45rem; font-family: var(--sans);
}
.sec-head h2 { color: var(--dark); font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 700; line-height: 1.25; }
.sec-head p { color: var(--muted); font-size: .9rem; margin-top: .6rem; }
section.dark .sec-head h2 { color: #fff; }

/* ── Page hero (inner pages) ─────────────────────────────────── */
.page-hero {
  background:
    radial-gradient(700px 300px at 90% -20%, rgba(232, 30, 35, .3), transparent 60%),
    linear-gradient(115deg, var(--dark), var(--dark-2) 75%);
  padding: 3.2rem 1.2rem; border-bottom: 4px solid var(--red);
}
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 700; }
.page-hero .crumb { color: #93a1b3; font-size: .8rem; margin-top: .5rem; }
.page-hero .crumb a { color: var(--blue); text-decoration: none; }

/* ── Panels ──────────────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.split.three { grid-template-columns: 1fr 1fr 1fr; }
.panel { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.panel-head {
  background: linear-gradient(120deg, var(--dark), var(--dark-2)); color: #fff;
  font-weight: 800; font-size: .88rem; padding: .85rem 1.2rem;
  border-bottom: 3px solid var(--red); font-family: var(--sans);
}
.panel-body { padding: .4rem 1.2rem; max-height: 460px; overflow-y: auto; }
.item-row { display: flex; gap: .9rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.item-row:last-child { border-bottom: none; }
.item-row h4 { font-size: .9rem; color: var(--dark); font-family: var(--sans); font-weight: 700; }
.item-row p { font-size: .8rem; color: var(--muted); margin-top: .2rem; }
.item-row .meta { font-size: .74rem; color: var(--red); font-weight: 700; margin-top: .15rem; }
.date-chip {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 10px;
  background: var(--red-l); border: 1px solid #f6cdce;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.date-chip .d { font-weight: 800; font-size: 1.05rem; color: var(--dark); line-height: 1; }
.date-chip .m { font-size: .62rem; font-weight: 700; color: var(--red); text-transform: uppercase; }
.badge-kind {
  display: inline-block; font-size: .62rem; font-weight: 800; letter-spacing: .05em;
  text-transform: uppercase; border-radius: 99px; padding: .12rem .55rem; margin-bottom: .25rem;
}
.badge-news { background: #e3f1fb; color: var(--blue-d); }
.badge-ann  { background: var(--red-l); color: var(--red-d); }
.more { color: var(--red); font-size: .8rem; font-weight: 700; text-decoration: none; }
.more:hover { text-decoration: underline; }

/* ── About / heritage layout ─────────────────────────────────── */
.heritage { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.6rem; align-items: center; }
.heritage .txt h2 { color: var(--dark); font-size: 1.55rem; font-weight: 700; line-height: 1.3; }
.heritage .txt h2 span { color: var(--red); }
.heritage .txt p { color: var(--muted); font-size: .92rem; line-height: 1.75; margin-top: 1rem; }
.check-list { list-style: none; margin-top: 1.2rem; }
.check-list li {
  display: flex; gap: .6rem; align-items: flex-start;
  font-size: .88rem; color: var(--ink); padding: .32rem 0; font-weight: 600;
}
.check-list li::before { content: "✔"; color: var(--red); font-weight: 800; }
.photo-card { position: relative; }
.photo-card img { border-radius: 18px; box-shadow: var(--shadow-lg); width: 100%; }
.photo-card .badge {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgba(16, 21, 29, .88); color: #fff; backdrop-filter: blur(4px);
  font-size: .78rem; font-weight: 800; padding: .5rem .9rem; border-radius: 10px;
  border: 1px solid rgba(232, 30, 35, .55);
}

/* ── Cards ───────────────────────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.3rem; }
.card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.6rem; border-top: 4px solid var(--red);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card .ic { font-size: 1.7rem; margin-bottom: .6rem; }
.card h3 { color: var(--dark); font-size: 1.06rem; font-weight: 700; }
.card .sub { color: var(--red); font-size: .76rem; font-weight: 700; margin-top: .2rem; font-family: var(--sans); }
.card p { color: var(--muted); font-size: .85rem; line-height: 1.65; margin-top: .6rem; }
section.dark .card { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .12); border-top: 4px solid var(--red); }
section.dark .card h3 { color: #fff; }
section.dark .card p { color: #b9c2cf; }
section.dark .card .sub { color: var(--blue); }

/* ── News grid ───────────────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.3rem; }
.news-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.4rem; border-left: 4px solid var(--red);
  transition: transform .15s ease;
}
.news-card:hover { transform: translateY(-4px); }
.news-card .date { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .04em; }
.news-card h3 { color: var(--dark); font-size: 1rem; font-weight: 700; margin-top: .4rem; font-family: var(--sans); }
.news-card p { color: var(--muted); font-size: .83rem; margin-top: .45rem; line-height: 1.6; }
.news-card.award { border-left-color: var(--blue); }

/* ── Campus life grid ────────────────────────────────────────── */
.life-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
.life {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1rem; text-align: center; transition: border-color .15s, transform .15s;
}
.life:hover { border-color: var(--red); transform: translateY(-3px); }
.life .ic { font-size: 1.6rem; }
.life .l { font-size: .82rem; font-weight: 700; color: var(--dark); margin-top: .5rem; }

/* ── Tables ──────────────────────────────────────────────────── */
.college-block { margin-bottom: 2rem; }
.college-name {
  color: var(--dark); font-size: 1.1rem; font-weight: 700; margin-bottom: .8rem;
  padding-left: .75rem; border-left: 4px solid var(--red);
}
.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
table.list { width: 100%; border-collapse: collapse; font-size: .86rem; min-width: 620px; }
table.list th {
  background: var(--dark); color: #fff; text-align: left; padding: .7rem .9rem;
  font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
}
table.list td { padding: .65rem .9rem; border-bottom: 1px solid var(--line); }
table.list tbody tr:hover { background: var(--red-l); }
.tag {
  display: inline-block; font-size: .66rem; font-weight: 800; letter-spacing: .04em;
  border-radius: 99px; padding: .16rem .6rem;
}
.tag-ug { background: #e3f1fb; color: var(--blue-d); }
.tag-pg { background: var(--red-l); color: var(--red-d); }

/* ── Faculty ─────────────────────────────────────────────────── */
.faculty-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.3rem; }
.faculty-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.6rem 1.3rem; text-align: center; border-bottom: 4px solid var(--red);
}
.faculty-card .avatar {
  width: 64px; height: 64px; margin: 0 auto .8rem; border-radius: 50%;
  background: linear-gradient(135deg, var(--dark), var(--dark-2)); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 800; font-family: var(--serif);
}
.faculty-card h3 { color: var(--dark); font-size: 1rem; font-family: var(--sans); font-weight: 800; }
.faculty-card .desig { color: var(--red); font-size: .78rem; font-weight: 700; margin-top: .2rem; }
.faculty-card .dept { color: var(--muted); font-size: .74rem; margin-top: .1rem; }
.faculty-card p { color: var(--muted); font-size: .78rem; margin-top: .5rem; }

/* ── Forms / contact ─────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: start; }
.info-tile { display: flex; gap: .9rem; padding: .8rem 0; }
.info-tile .ic { font-size: 1.4rem; flex-shrink: 0; }
.info-tile h4 { color: var(--dark); font-size: .95rem; font-family: var(--sans); font-weight: 800; }
.info-tile p { color: var(--muted); font-size: .85rem; margin-top: .25rem; line-height: 1.65; }
.form-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.8rem; border-top: 4px solid var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .76rem; font-weight: 700; color: var(--ink); margin-bottom: .35rem; }
.field .req { color: var(--red); }
input, select, textarea {
  width: 100%; padding: .65rem .85rem; font-size: .9rem; font-family: var(--sans);
  border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-l);
}
textarea { min-height: 110px; resize: vertical; }
.hint { font-size: .74rem; color: var(--muted); margin-top: .8rem; }
.flash { border-radius: 10px; padding: .75rem 1rem; font-size: .87rem; font-weight: 600; margin-bottom: .9rem; }
.flash-ok  { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; border-left: 4px solid #059669; }
.flash-err { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; border-left: 4px solid #dc2626; }
.empty-note { text-align: center; color: var(--muted); padding: 1.6rem; font-size: .9rem; }

.tabs { display: flex; gap: .5rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.tab {
  flex: 1; min-width: 110px; padding: .55rem .6rem; border-radius: 99px; cursor: pointer;
  border: 1.5px solid var(--line); background: #fff; font-family: var(--sans);
  font-size: .8rem; font-weight: 800; color: var(--dark); width: auto;
}
.tab.on { background: var(--dark); color: #fff; border-color: var(--dark); }

/* ── CTA band ────────────────────────────────────────────────── */
.cta-band {
  background:
    radial-gradient(500px 200px at 90% 0%, rgba(255, 255, 255, .12), transparent 60%),
    linear-gradient(120deg, var(--red), var(--red-d));
  border-radius: var(--radius); padding: 2.2rem;
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}
.cta-band h3 { color: #fff; font-size: 1.35rem; font-weight: 700; flex: 1; min-width: 260px; }
.cta-band p { color: #ffd7d8; font-size: .86rem; margin-top: .3rem; font-family: var(--sans); }

/* ── Footer ──────────────────────────────────────────────────── */
footer.site { background: var(--dark); color: #aeb8c6; }
.foot-main {
  max-width: 1250px; margin: 0 auto; padding: 3rem 1.2rem 2rem;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 2rem;
}
.foot-brand { display: flex; align-items: center; gap: .7rem; margin-bottom: .9rem; }
.foot-brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; }
.foot-brand .t { color: #fff; font-weight: 700; font-size: .95rem; line-height: 1.25; font-family: var(--serif); }
.foot-brand .t span { color: var(--red); }
.foot-main p { font-size: .82rem; line-height: 1.7; }
.foot-main h4 {
  color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: .9rem; font-family: var(--sans);
}
.foot-main ul { list-style: none; }
.foot-main li { padding: .22rem 0; font-size: .84rem; }
.foot-main a { color: #aeb8c6; text-decoration: none; }
.foot-main a:hover { color: #fff; }
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center; font-size: .74rem; padding: 1rem 1.2rem; color: #7c8899;
}

/* ── WhatsApp float ──────────────────────────────────────────── */
.wa-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  transition: transform .15s ease;
}
.wa-fab:hover { transform: scale(1.08); }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 980px) {
  .burger { display: block; }
  nav.main {
    position: fixed; top: 0; right: -300px; width: 290px; height: 100vh;
    background: var(--dark); z-index: 2000; overflow-y: auto;
    transition: right .25s ease; padding: 1.2rem 0 2rem;
  }
  nav.main.open { right: 0; box-shadow: -12px 0 40px rgba(0, 0, 0, .4); }
  body.nav-open .nav-overlay {
    display: block; position: fixed; inset: 0; z-index: 1500;
    background: rgba(16, 21, 29, .55); backdrop-filter: blur(2px);
  }
  nav.main > ul { flex-direction: column; align-items: stretch; gap: 0; }
  nav.main a.top {
    padding: .9rem 1.4rem; border-bottom: 1px solid rgba(255, 255, 255, .07);
    margin-bottom: 0;
  }
  nav.main .drop {
    position: static; min-width: 0; box-shadow: none; border-radius: 0;
    background: rgba(255, 255, 255, .05); border-top: none;
    opacity: 1; visibility: visible; transform: none; display: none; padding: 0;
  }
  nav.main li.open-sub .drop { display: block; }
  nav.main .drop a { color: #c3ccd9; padding: .6rem 2rem; border-radius: 0; }
  nav.main .drop a:hover { background: rgba(232, 30, 35, .16); color: #fff; padding-left: 2.2rem; }
  .btn-apply { display: none; }
  .slide .inner { padding: 3.4rem 1.2rem 4.4rem; }
  .heritage { grid-template-columns: 1fr; }
  .split, .split.three { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .foot-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 14.5px; }
  .brand .t1 { font-size: .9rem; }
  .brand img { width: 40px; height: 40px; }
  .topbar-inner { justify-content: center; }
  .hide-sm { display: none !important; }
  section.block { padding: 2.6rem 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .foot-main { grid-template-columns: 1fr; }
  .slide { min-height: 460px; }
  .cta-band { padding: 1.5rem; }
}
