:root {
  --forest: #174b38;
  --forest-2: #082c22;
  --leaf: #3d7255;
  --mint: #dfeade;
  --cream: #f1ead8;
  --paper: #fbfaf4;
  --gold: #d4a23f;
  --gold-light: #f0d58c;
  --clay: #b85e3b;
  --ink: #14231d;
  --muted: #647269;
  --line: #dfe5df;
  --white: #fff;
  --danger: #9a382d;
  --shadow: 0 22px 60px rgba(12, 45, 39, .13);
  --radius: 20px;
  --radius-sm: 12px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-140%); z-index: 1000; background: var(--gold); color: var(--forest-2); padding: 9px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.topbar { background: var(--forest-2); color: #dce9e4; font-size: .82rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 38px; }
.top-links, .utility-links { display: flex; align-items: center; gap: 18px; }
.top-links a:hover, .utility-links a:hover { color: var(--gold-light); }
.lang-btn { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: white; padding: 4px 10px; cursor: pointer; font-weight: 700; }
.lang-btn:hover { background: var(--gold); color: var(--forest-2); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,244,.97); border-bottom: 1px solid rgba(20,63,53,.1); backdrop-filter: blur(16px); }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--forest) 0 58%, var(--gold) 58% 82%, var(--clay) 82%); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; min-width: 0; }
.brand-mark { width: 61px; height: 61px; flex: 0 0 61px; object-fit: contain; border-radius: 50%; background: white; padding: 2px; box-shadow: 0 5px 16px rgba(12,45,39,.16); }
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; letter-spacing: -.01em; }
.brand-text span { color: var(--muted); font-size: .7rem; font-weight: 700; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a { padding: 11px 9px; color: #29413a; font-size: .83rem; font-weight: 750; border-radius: 8px; white-space: nowrap; }
.main-nav > a:hover, .main-nav > a.active { background: var(--mint); color: var(--forest); }
.nav-cta { background: var(--gold) !important; color: var(--forest-2) !important; margin-left: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--mint); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--forest); transition: .2s; }

.hero { position: relative; min-height: 735px; color: white; display: grid; align-items: end; isolation: isolate; overflow: hidden; background: var(--forest-2); }
.hero-bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,39,29,.96) 0%, rgba(6,39,29,.83) 45%, rgba(6,39,29,.18) 82%), linear-gradient(0deg, rgba(6,39,29,.88) 0%, transparent 52%); }
.hero::after { content: ""; position: absolute; z-index: -1; left: -5%; right: -5%; bottom: -1px; height: 126px; background: linear-gradient(135deg, transparent 48%, rgba(9,50,38,.75) 49% 60%, transparent 61%), linear-gradient(45deg, rgba(11,61,45,.92) 0 46%, transparent 47%); background-size: 300px 126px, 420px 126px; opacity: .7; }
.hero-content { padding-block: 112px 98px; width: min(855px, 100%); }
.kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 855px; margin: 17px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5.1vw, 4.65rem); line-height: 1.01; letter-spacing: -.04em; text-wrap: balance; }
.hero .lead { max-width: 650px; color: #e8f0ed; font-size: clamp(1rem, 2vw, 1.17rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--forest-2); box-shadow: 0 12px 30px rgba(201,154,59,.23); }
.btn-light { border-color: rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.08); }
.btn-forest { background: var(--forest); color: white; }
.btn-outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; }
.hero-fact { border-right: 1px solid rgba(255,255,255,.2); padding-right: 20px; margin-right: 20px; }
.hero-fact:last-child { border: 0; }
.hero-fact strong { display: block; font-family: Georgia, serif; font-size: 1.5rem; color: var(--gold-light); }
.hero-fact span { color: #d3e2dd; font-size: .76rem; }

.notice-strip { background: var(--cream); border-bottom: 1px solid #e3dcc9; }
.notice-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 57px; gap: 18px; }
.notice-label { align-self: stretch; display: flex; align-items: center; background: var(--clay); color: white; font-weight: 900; padding-inline: 19px; margin-left: -20px; }
.notice-ticker { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .9rem; font-weight: 650; }
.notice-ticker a:hover { color: var(--leaf); }
.notice-all { color: var(--forest); font-weight: 800; font-size: .84rem; }

section { padding-block: 92px; }
.section-alt { background-color: #eef3ec; background-image: radial-gradient(circle at 10% 15%, rgba(61,114,85,.08) 0 2px, transparent 3px), radial-gradient(circle at 80% 70%, rgba(184,94,59,.055) 0 2px, transparent 3px); background-size: 38px 38px, 54px 54px; }
.section-dark { background: var(--forest-2); color: white; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; top: -180px; right: -100px; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.eyebrow { color: var(--leaf); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 900; margin: 0 0 8px; }
.section-dark .eyebrow { color: var(--gold-light); }
h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--forest-2); line-height: 1.14; }
.section-dark h2, .section-dark h3 { color: white; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { margin: 0 0 10px; font-size: 1.42rem; }
.section-head p { max-width: 590px; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: #b9cdc5; }

.welcome-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.image-stack { position: relative; min-height: 520px; }
.image-main { width: 85%; height: 470px; object-fit: cover; border-radius: 6px 100px 6px 6px; box-shadow: var(--shadow); background: var(--mint); border-bottom: 7px solid var(--clay); }
.image-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 210px; object-fit: cover; border: 8px solid var(--paper); border-radius: 4px 4px 4px 45px; background: var(--cream); }
.seal-note { position: absolute; right: 2%; top: 5%; width: 116px; height: 116px; border-radius: 50%; background: var(--gold); color: var(--forest-2); display: grid; place-content: center; text-align: center; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(8deg); box-shadow: var(--shadow); }
.welcome-copy .quote { margin: 24px 0; padding-left: 20px; border-left: 3px solid var(--gold); color: #344840; font-family: Georgia, serif; font-size: 1.25rem; }
.signature { display: flex; gap: 13px; align-items: center; margin: 24px 0 30px; }
.signature-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: var(--mint); }
.signature span { display: block; font-size: .8rem; color: var(--muted); }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program-card { position: relative; overflow: hidden; min-height: 410px; border-radius: var(--radius); background: var(--forest); box-shadow: var(--shadow); }
.program-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; transition: transform .5s; }
.program-card:hover img { transform: scale(1.04); }
.program-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,32,26,.96), rgba(6,32,26,.05) 78%); }
.program-content { position: absolute; z-index: 1; inset: auto 26px 25px; color: white; }
.program-content h3 { color: white; font-size: 1.7rem; }
.program-content p { color: #d5e2de; font-size: .9rem; margin: 0 0 15px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; color: var(--gold-light); font-weight: 850; font-size: .85rem; }

.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-card { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 17px; background: white; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: var(--radius-sm); transition: .2s; }
.quick-card:hover { border-color: var(--gold); box-shadow: 0 14px 32px rgba(12,45,39,.09); transform: translateY(-2px); }
.quick-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 900; }
.quick-card strong { display: block; color: var(--forest); }
.quick-card span { display: block; color: var(--muted); font-size: .74rem; }

.news-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; }
.feature-news { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); min-height: 350px; }
.feature-news img { width: 100%; height: 100%; object-fit: cover; background: var(--mint); }
.news-copy { padding: 34px; align-self: center; }
.meta { color: var(--leaf); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.news-copy p { color: var(--muted); font-size: .93rem; }
.news-list { display: grid; gap: 12px; }
.news-item { display: grid; grid-template-columns: 70px 1fr; gap: 17px; align-items: center; padding: 14px; border-bottom: 1px solid var(--line); }
.date-box { width: 66px; border-radius: 10px; background: var(--forest); color: white; text-align: center; padding: 8px; }
.date-box strong { display: block; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1; }
.date-box span { font-size: .66rem; text-transform: uppercase; }
.news-item h3 { font-family: inherit; font-size: .96rem; line-height: 1.4; margin: 0 0 5px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.stat { padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; }
.stat span { color: #bdd0c8; font-size: .84rem; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 220px); gap: 15px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); background: var(--mint); cursor: pointer; }
.gallery-item:is(button) { border: 0; padding: 0; text-align: left; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 30px 16px 14px; color: white; font-size: .82rem; font-weight: 800; background: linear-gradient(transparent, rgba(6,32,26,.82)); opacity: 0; transition: .2s; }
.gallery-item:hover .gallery-caption { opacity: 1; }

.cta-band { padding-block: 0; }
.cta-card { position: relative; overflow: hidden; transform: translateY(55px); z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 48px; background: var(--gold); color: var(--forest-2); border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.cta-card p { margin: 10px 0 0; max-width: 650px; }

.site-footer { background: #06251c; color: #c9d8d3; padding-top: 125px; border-top: 5px solid var(--clay); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: white; }
.footer-brand img { width: 61px; }
.footer-about { margin: 20px 0; max-width: 330px; color: #aebfba; font-size: .88rem; }
.footer-title { color: var(--gold-light); font-family: inherit; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 9px; font-size: .86rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; color: #8fa49d; }

.page-hero { position: relative; overflow: hidden; background: var(--forest-2); color: white; padding: 94px 0 80px; }
.page-hero::before { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 42px; opacity: .55; background: linear-gradient(145deg, transparent 50%, var(--forest) 51%); background-size: 180px 42px; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,35,29,.98), rgba(7,35,29,.55)), var(--page-bg, none); background-size: cover; background-position: center; z-index: 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font: 700 clamp(2.5rem, 6vw, 4.8rem)/1.05 Georgia, serif; margin: 10px 0 14px; max-width: 850px; letter-spacing: -.04em; }
.breadcrumb { color: #c4d7d0; font-size: .84rem; }
.breadcrumb a { color: var(--gold-light); }

.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 52px; }
.prose { font-size: 1rem; color: #32453e; }
.prose h2 { margin: 42px 0 16px; font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose img { border-radius: var(--radius); margin: 28px 0; width: 100%; max-height: 520px; object-fit: cover; }
.sidebar-card { background: #eef4ef; border-radius: var(--radius); padding: 25px; margin-bottom: 18px; }
.sidebar-card h3 { font-family: inherit; font-size: 1rem; }
.sidebar-links { display: grid; gap: 5px; }
.sidebar-links a, .sidebar-links span { padding: 9px 10px; border-radius: 8px; color: #3c5049; font-size: .86rem; font-weight: 700; }
.sidebar-links a:hover, .sidebar-links a.active { background: white; color: var(--forest); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 32px rgba(12,45,39,.05); }
.info-card .icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); margin-bottom: 18px; font-size: 1.25rem; }
.info-card p { color: var(--muted); font-size: .9rem; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 9px 15px; color: var(--muted); cursor: pointer; font-weight: 750; font-size: .82rem; }
.filter-btn.active, .filter-btn:hover { background: var(--forest); border-color: var(--forest); color: white; }
.notice-list { display: grid; gap: 12px; }
.notice-card { display: grid; grid-template-columns: 82px 1fr auto; gap: 20px; align-items: center; padding: 20px; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.notice-card:hover { border-color: var(--gold); }
.notice-type { font-size: .7rem; padding: 5px 9px; background: var(--mint); color: var(--forest); border-radius: 99px; font-weight: 850; text-align: center; }
.download-btn { color: var(--forest); border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font-size: .8rem; font-weight: 800; }

.people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.person-card { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.person-card img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; background: var(--mint); }
.person-copy { padding: 18px; }
.person-copy h3 { font-family: inherit; font-size: 1rem; margin-bottom: 4px; }
.person-copy p { margin: 0; color: var(--muted); font-size: .78rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--forest); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd7d0; border-radius: 10px; padding: 12px 14px; background: white; color: var(--ink); }
.field textarea { min-height: 135px; resize: vertical; }
.form-status { display: none; margin-top: 17px; border-radius: 10px; padding: 13px; background: var(--mint); color: var(--forest); font-weight: 700; }
.form-status.show { display: block; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; }
.contact-details { display: grid; gap: 14px; }
.contact-detail { display: grid; grid-template-columns: 45px 1fr; gap: 12px; align-items: start; }
.contact-detail .quick-icon { width: 45px; height: 45px; }
.map-card { min-height: 360px; border-radius: var(--radius); overflow: hidden; background: #dce9df; position: relative; display: grid; place-items: center; }
.map-card iframe { border: 0; width: 100%; height: 100%; min-height: 360px; }

.modal { display: none; position: fixed; inset: 0; z-index: 500; background: rgba(4,20,17,.92); padding: 30px; align-items: center; justify-content: center; }
.modal.open { display: flex; }
.modal img { max-width: min(100%, 1050px); max-height: 84vh; border-radius: 12px; }
.modal-close { position: absolute; top: 18px; right: 24px; color: white; background: transparent; border: 0; font-size: 2.4rem; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s, transform .65s; }
[data-reveal].visible { opacity: 1; transform: none; }
[data-lang="bn"] { font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif; }

@media (max-width: 1040px) {
  .top-links { display: none; }
  .main-nav { position: fixed; inset: 123px 0 0; padding: 25px 20px 50px; background: var(--paper); display: none; flex-direction: column; align-items: stretch; overflow-y: auto; }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 13px; font-size: .95rem; }
  .menu-toggle { display: block; }
  .program-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .people-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .topbar .container { justify-content: flex-end; }
  .utility-links a:not(:last-child) { display: none; }
  .header-inner { min-height: 75px; gap: 12px; }
  .brand-mark { width: 49px; height: 49px; flex-basis: 49px; }
  .brand-text strong { font-size: .86rem; max-width: 220px; }
  .brand-text span { display: none; }
  .main-nav { inset-block-start: 113px; }
  .hero { min-height: 700px; }
  .hero-content { padding-block: 85px 50px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-fact:nth-child(2) { border: 0; }
  .hero-fact:last-child { grid-column: 1 / -1; }
  .notice-inner { grid-template-columns: auto 1fr; }
  .notice-all { display: none; }
  section { padding-block: 68px; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; }
  .welcome-grid, .news-layout, .content-grid, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .image-stack { min-height: 420px; }
  .image-main { height: 385px; }
  .image-small { height: 155px; }
  .seal-note { width: 90px; height: 90px; font-size: .55rem; }
  .program-grid, .card-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 390px; }
  .feature-news { grid-template-columns: 1fr; }
  .feature-news img { height: 250px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid rgba(255,255,255,.13); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px 170px; }
  .gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
  .cta-card { grid-template-columns: 1fr; padding: 32px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .notice-card { grid-template-columns: 70px 1fr; }
  .notice-card .download-btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 460px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .brand-text strong { font-size: .77rem; max-width: 184px; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { display: none; }
  .quick-grid, .people-grid { grid-template-columns: 1fr; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 240px); }
  .gallery-item:first-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .notice-label { font-size: .72rem; padding-inline: 12px; }
  .notice-inner { gap: 10px; }
  .page-hero { padding-block: 65px 55px; }
  .notice-card { grid-template-columns: 1fr; }
  .notice-card .download-btn { grid-column: auto; }
  .map-label { max-width: calc(100% - 24px); font-size: .78rem; }
}
/* Keep the mobile menu in the viewport rather than sizing it against the sticky header. */
@media (max-width: 1040px) {
  .main-nav.open {
    position: fixed;
    inset: auto 0 0 0;
    top: 124px;
    width: 100%;
    max-width: 100vw;
    height: calc(100dvh - 124px);
    max-height: calc(100dvh - 124px);
    z-index: 1200;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 760px) {
  .main-nav.open {
    top: 76px;
    height: calc(100dvh - 76px);
    max-height: calc(100dvh - 76px);
  }
}
