/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--slate-50);
  color: var(--gray-700);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--brand-600); color: #fff; }

@font-face {
  font-family: 'PT Serif';
  src: url('/public/fonts/PTSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-700); }
.section-head { text-align: center; }
.section-head h2 { margin-top: 10px; font-size: 34px; line-height: 1.15; font-weight: 700; color: var(--slate-900); letter-spacing: -0.01em; }
.section-head p { margin: 16px auto 0; max-width: 680px; font-size: 16.5px; line-height: 1.7; color: var(--gray-700); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--radius-sm); font-weight: 600; font-size: 15px;
  text-decoration: none; border: none; cursor: pointer; transition: all .15s; font-family: inherit;
}
.btn-primary { background: var(--brand-600); color: #fff; }
.btn-primary:hover { background: var(--brand-700); }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.btn-outline:hover { background: rgba(255,255,255,0.08); }
.btn-block { width: 100%; }

/* ===== Badges ===== */
.badge { display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.badge-info { background: var(--badge-info-bg); color: var(--badge-info-fg); }
.badge-warning { background: var(--badge-warning-bg); color: var(--badge-warning-fg); }
.badge-success { background: var(--badge-success-bg); color: var(--badge-success-fg); }

/* ===== Placeholder images ===== */
.ph {
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
  background: repeating-linear-gradient(135deg, var(--slate-100), var(--slate-100) 10px, var(--slate-200) 10px, var(--slate-200) 20px);
  border: 1px dashed var(--slate-300); color: var(--slate-500); font-size: 12.5px; text-align: center; padding: 12px;
}
.ph svg { opacity: 0.5; }
.ph-circle { border-radius: 50%; }
.ph-rounded { border-radius: var(--radius-lg); }
.ph-rect { border-radius: 0; }

/* ===== Top utility bar ===== */
.topbar { background: var(--slate-950); color: var(--slate-300); font-size: 12.5px; }
.topbar .wrap { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar-left span { display: inline-flex; align-items: center; gap: 7px; }
.topbar-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar-right a { color: var(--slate-300); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.topbar-sep { color: var(--slate-700); }
.lang-toggle { display: inline-flex; align-items: center; background: rgba(255,255,255,0.06); border-radius: 8px; padding: 2px; }
.lang-toggle a { padding: 3px 11px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; color: var(--slate-400); }
.lang-toggle a.active { background: var(--brand-600); color: #fff; }

/* ===== Header / nav ===== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--slate-200); }
.site-header .wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo { width: 52px; height: 52px; flex-shrink: 0; }
.brand-name { font-size: 18px; font-weight: 700; color: var(--slate-900); letter-spacing: -0.01em; line-height: 1.2; }
.brand-gov { font-size: 11px; color: var(--slate-500); max-width: 240px; line-height: 1.2; }
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { padding: 9px 13px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--slate-700); text-decoration: none; transition: all .15s; }
.main-nav a:hover, .main-nav a.active { background: var(--brand-50); color: var(--brand-700); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--slate-700); margin: 4px 0; }

/* ===== Hero ===== */
.hero { position: relative; background: linear-gradient(135deg, var(--slate-950) 0%, var(--slate-900) 55%, #111827 100%); overflow: hidden; scroll-margin-top: 80px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 18% 10%, rgba(37,99,235,0.34), transparent 60%), radial-gradient(50% 60% at 90% 90%, rgba(37,99,235,0.18), transparent 55%); pointer-events: none; }
.hero-inner { position: relative; padding: 72px 24px 96px; display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 56px; align-items: center; max-width: 1240px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: #bfdbfe; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.hero-dot { width: 7px; height: 7px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 0 4px rgba(96,165,250,0.25); }
.hero h1 { font-size: 52px; line-height: 1.08; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.hero-text { margin: 22px 0 0; font-size: 18px; line-height: 1.65; color: #cbd5e1; max-width: 520px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-badge { display: inline-flex; align-items: center; gap: 11px; margin-top: 30px; background: rgba(37,99,235,0.14); border: 1px solid rgba(96,165,250,0.3); padding: 10px 16px; border-radius: 12px; font-size: 13.5px; color: #dbeafe; font-weight: 500; }
.hero-photo-wrap { position: relative; }
.hero-photo { width: 100%; height: 430px; box-shadow: var(--shadow-lg); }
.hero-est-card { position: absolute; left: -18px; bottom: -22px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.hero-est-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-700); color: #fff; }
.hero-est-year { font-size: 22px; font-weight: 700; color: var(--slate-900); }
.hero-est-label { font-size: 12px; color: var(--slate-500); font-weight: 500; }

/* ===== Stats band ===== */
.stats-section { background: #fff; border-bottom: 1px solid var(--slate-200); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: -44px; position: relative; }
.stat-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 20px 22px; display: flex; align-items: center; gap: 14px; }
.stat-card .icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); color: var(--brand-700); flex-shrink: 0; }
.stat-card .value { font-size: 26px; font-weight: 700; color: var(--slate-900); line-height: 1.1; }
.stat-card .label { font-size: 13px; color: var(--slate-500); font-weight: 500; }

/* ===== About / mission ===== */
.about-section { background: #fff; padding: 84px 0 20px; scroll-margin-top: 80px; }
.mission-grid { margin: 46px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.mission-card { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 30px; }
.mission-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--brand-600), var(--brand-800)); box-shadow: 0 8px 20px rgba(29,78,216,0.28); margin-bottom: 18px; color: #fff; }
.mission-card h3 { font-size: 19px; font-weight: 700; color: var(--slate-900); }
.mission-card p { margin-top: 10px; font-size: 14.5px; line-height: 1.65; color: var(--gray-600); }

/* ===== History ===== */
.history-section { background: #fff; padding: 64px 0 84px; }
.history-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center; }
.history-photo { width: 100%; height: 360px; border: 1px solid var(--slate-200); }
.history-title { margin-top: 10px; font-size: 32px; line-height: 1.2; font-weight: 700; color: var(--slate-900); letter-spacing: -0.01em; }
.history-text { margin-top: 18px; font-size: 16px; line-height: 1.75; color: var(--gray-700); }
.history-stats { display: flex; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.history-stats .divider { width: 1px; background: var(--slate-200); }
.history-stats .value { font-size: 30px; font-weight: 700; color: var(--brand-700); }
.history-stats .label { font-size: 13px; color: var(--slate-500); font-weight: 500; }

/* ===== Director ===== */
.director-section { background: var(--slate-50); padding: 80px 0; border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.director-grid { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 48px; align-items: center; }
.director-photo { width: 100%; max-width: 340px; height: 400px; box-shadow: var(--shadow-md); }
.director-quote { margin: 6px 0 0; font-family: var(--font-serif); font-size: 23px; line-height: 1.55; color: var(--slate-800); font-style: italic; }
.director-meta { margin-top: 22px; display: flex; align-items: center; gap: 14px; }
.director-bar { height: 42px; width: 3px; background: var(--brand-600); border-radius: 2px; }
.director-name { font-size: 16px; font-weight: 700; color: var(--slate-900); }
.director-role { font-size: 13.5px; color: var(--slate-500); margin-top: 2px; }
.director-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--brand-700); font-weight: 600; font-size: 14.5px; text-decoration: none; }

/* ===== News ===== */
.news-section { background: #fff; padding: 84px 0; scroll-margin-top: 80px; }
.news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.news-head h2 { margin-top: 10px; font-size: 34px; line-height: 1.15; font-weight: 700; color: var(--slate-900); letter-spacing: -0.01em; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-700); font-weight: 600; font-size: 14.5px; text-decoration: none; white-space: nowrap; }
.news-grid, .vacancy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.news-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s; text-decoration: none; display: block; }
.news-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.news-card-media { position: relative; }
.news-card-media img, .news-card-media .ph { width: 100%; height: 190px; }
.news-card-media .badge { position: absolute; top: 14px; left: 14px; }
.news-card-body { padding: 22px; }
.news-date { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--slate-400); font-weight: 500; }
.news-card h3 { margin-top: 12px; font-size: 17.5px; line-height: 1.35; font-weight: 700; color: var(--slate-900); }
.news-card p { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--gray-600); }
.news-card .link-arrow { margin-top: 16px; font-size: 13.5px; }

/* ===== Clubs ===== */
.clubs-section { background: var(--slate-50); padding: 84px 0; border-top: 1px solid var(--slate-200); scroll-margin-top: 80px; }
.clubs-grid { margin: 44px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.club-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 22px; display: flex; gap: 18px; align-items: flex-start; box-shadow: var(--shadow-sm); transition: box-shadow .2s; }
.club-card:hover { box-shadow: var(--shadow-md); }
.club-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 12px; background: var(--brand-50); border: 1px solid var(--brand-100); flex-shrink: 0; color: var(--brand-700); }
.club-card h3 { font-size: 16.5px; font-weight: 700; color: var(--slate-900); }
.club-card p { margin-top: 7px; font-size: 13.5px; line-height: 1.55; color: var(--gray-600); }

/* ===== Achievements ===== */
.ach-section { position: relative; background: linear-gradient(135deg, var(--slate-950), var(--slate-900)); overflow: hidden; padding: 84px 0; scroll-margin-top: 80px; }
.ach-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 70% at 80% 15%, rgba(37,99,235,0.28), transparent 60%); pointer-events: none; }
.ach-section .eyebrow { color: #93c5fd; }
.ach-section .section-head h2, .ach-section .section-head p { color: #fff; }
.ach-section .section-head p { color: #cbd5e1; }
.ach-grid { position: relative; max-width: 1100px; margin: 46px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.ach-tile { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; backdrop-filter: blur(4px); }
.ach-tile .icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-600); margin-bottom: 16px; color: #fff; }
.ach-tile .value { font-size: 38px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.ach-tile .label { margin-top: 10px; font-size: 13.5px; line-height: 1.4; color: #bfdbfe; font-weight: 500; }

/* ===== Administration ===== */
.staff-section { background: #fff; padding: 84px 0; scroll-margin-top: 80px; }
.staff-grid { margin: 44px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.staff-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 16px; text-align: center; }
.staff-photo { width: 100%; aspect-ratio: 1/1; border-radius: 12px; }
.staff-card h3 { margin-top: 16px; font-size: 15.5px; font-weight: 700; color: var(--slate-900); line-height: 1.3; }
.staff-card .role { margin-top: 5px; font-size: 12.5px; line-height: 1.45; color: var(--brand-700); font-weight: 500; }

/* ===== Reviews ===== */
.reviews-section { background: var(--slate-50); padding: 84px 0; border-top: 1px solid var(--slate-200); }
.reviews-section .section-head a { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 14px; color: var(--brand-700); font-weight: 600; text-decoration: none; }
.reviews-grid { max-width: 1240px; margin: 42px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.review-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-card p { font-size: 14.5px; line-height: 1.65; color: var(--gray-700); flex: 1; }
.review-footer { margin-top: 18px; display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--slate-100); }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-200); color: var(--brand-800); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.review-name { font-size: 14px; font-weight: 700; color: var(--slate-900); }
.review-role { font-size: 12px; color: var(--slate-500); }

/* ===== State symbols ===== */
.symbols-section { background: #fff; padding: 64px 0; border-top: 1px solid var(--slate-200); }
.symbols-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; max-width: 1100px; margin: 26px auto 0; padding: 0 24px; text-align: center; }
.symbol-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.symbol-flag { width: 160px; height: 104px; border: 1px solid var(--slate-200); }
.symbol-emblem { width: 104px; height: 104px; border: 1px solid var(--slate-200); }
.symbol-item span, .symbol-item a { font-size: 14px; font-weight: 600; color: var(--slate-700); text-decoration: none; }
.symbol-item a { color: var(--brand-700); display: inline-flex; align-items: center; gap: 6px; }

/* ===== Contact ===== */
.contact-section { background: var(--slate-50); padding: 84px 0; border-top: 1px solid var(--slate-200); scroll-margin-top: 80px; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; align-items: start; }
.contact-title { margin-top: 10px; font-size: 34px; line-height: 1.15; font-weight: 700; color: var(--slate-900); letter-spacing: -0.01em; }
.contact-lead { margin: 16px 0 28px; font-size: 16px; line-height: 1.7; color: var(--gray-700); max-width: 440px; }
.contact-list { display: flex; flex-direction: column; gap: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item .icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); border: 1px solid var(--brand-100); flex-shrink: 0; color: var(--brand-700); }
.contact-item .label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--slate-400); font-weight: 600; }
.contact-item .value { font-size: 15px; color: var(--slate-800); margin-top: 3px; }
.contact-card { background: #fff; border: 1px solid var(--slate-200); border-radius: 18px; box-shadow: var(--shadow-sm); overflow: hidden; }
.contact-map { width: 100%; height: 230px; }
.contact-form { padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.form-input, .form-textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--slate-400); border-radius: 8px; font-size: 14px; font-family: inherit; color: var(--slate-800); outline: none; resize: vertical; }
.form-input:focus, .form-textarea:focus { border-color: var(--brand-500); box-shadow: 0 0 0 3px rgba(37,99,235,0.15); }
.form-note { font-size: 13px; color: var(--slate-500); }
.form-success { background: var(--badge-success-bg); color: var(--badge-success-fg); padding: 14px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.form-error { background: #fef2f2; color: #b91c1c; padding: 14px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; }

/* ===== Footer ===== */
.site-footer { background: var(--slate-950); color: var(--slate-400); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-brand { max-width: 330px; }
.footer-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo { width: 46px; height: 46px; border: 1px solid var(--slate-700); border-radius: 50%; }
.footer-brand-row .name { font-size: 17px; font-weight: 700; color: #fff; }
.footer-brand p { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--slate-400); }
.footer-col-title { font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14px; color: var(--slate-400); text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 48px; }
.footer-bottom .wrap { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom-links a { color: var(--slate-400); text-decoration: none; }

/* ===== 404 / simple pages ===== */
.simple-page { max-width: 760px; margin: 0 auto; padding: 100px 24px; text-align: center; }
.simple-page h1 { font-size: 32px; font-weight: 700; color: var(--slate-900); }
.simple-page p { margin-top: 12px; font-size: 16px; color: var(--gray-700); }

/* ===== News/Vacancy list & detail pages ===== */
.page-header { background: linear-gradient(135deg, var(--slate-950) 0%, var(--slate-900) 55%, #111827 100%); padding: 56px 0; }
.page-header h1 { font-size: 34px; font-weight: 700; color: #fff; }
.page-body { padding: 64px 0; }
.detail-article { max-width: 800px; margin: 0 auto; }
.detail-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.detail-article img, .detail-article .ph { width: 100%; height: 340px; border-radius: var(--radius-lg); margin-bottom: 28px; }
.detail-article h1 { font-size: 30px; font-weight: 700; color: var(--slate-900); margin-bottom: 18px; }
.detail-article .body-text { font-size: 16px; line-height: 1.8; color: var(--gray-700); white-space: pre-line; }
.vacancy-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); text-decoration: none; display: block; color: inherit; }
.vacancy-card h3 { font-size: 18px; font-weight: 700; color: var(--slate-900); }
.vacancy-card p { margin-top: 8px; font-size: 14px; color: var(--gray-600); line-height: 1.6; }
.vacancy-salary { margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--brand-700); }
.empty-state { text-align: center; padding: 60px 24px; color: var(--slate-500); font-size: 15px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero-inner, .history-grid, .director-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 40px; }
}

@media (max-width: 768px) {
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; border-bottom: 1px solid var(--slate-200); box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .hamburger { display: block; }
  .topbar-left span.text-label, .topbar-right a.text-label { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 32px; }
  .hero-photo { height: 280px; }
  .stats-grid { grid-template-columns: 1fr; margin-top: 20px; }
}
