@font-face {
  font-family: "NauryzRedKeds";
  src:
    url("../fonts/NauryzRedKeds.woff2") format("woff2"),
    url("../fonts/NauryzRedKeds.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 72.8%;
  descent-override: 21%;
  line-gap-override: 15%;
}
@font-face {
  font-family: "Cygre";
  src:
    url("../fonts/Cygre-Regular.woff2") format("woff2"),
    url("../fonts/Cygre-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 9%;
}
@font-face {
  font-family: "Cygre";
  src:
    url("../fonts/Cygre-Medium.woff2") format("woff2"),
    url("../fonts/Cygre-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 9%;
}
@font-face {
  font-family: "Cygre";
  src:
    url("../fonts/Cygre-SemiBold.woff2") format("woff2"),
    url("../fonts/Cygre-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 9%;
}
@font-face {
  font-family: "Cygre";
  src:
    url("../fonts/Cygre-Bold.woff2") format("woff2"),
    url("../fonts/Cygre-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 9%;
}

:root {
  --navy: #003070;
  --navy-2: #001c45;
  --pearl: #edf2e4;
  --pink: #e4a9b9;
  --ink: #000;
  --muted: rgba(0, 48, 112, 0.68);
  --line: rgba(0, 48, 112, 0.16);
  --wrap: 1120px;
  --radius: 4px;
  --font-text: "Cygre", "Segoe UI", system-ui, sans-serif;
  --font-display: "NauryzRedKeds", "Cygre", sans-serif;
  --pad: 20px;
  --sticky-cta: 52px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #edf2e4;
  background: var(--pearl);
  color: #003070;
  color: var(--navy);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.55;
  padding-bottom: calc(var(--sticky-cta) + 20px + env(safe-area-inset-bottom, 0px));
  overflow-x: clip;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); }
h1, h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.55em;
  color: var(--navy);
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-hyphens: auto;
}
h1 { font-size: clamp(2.2rem, 8vw, 7.2rem); }
h2 { font-size: clamp(1.45rem, 4.2vw, 2.8rem); }
h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
p { margin: 0 0 1em; }
.wrap {
  width: min(var(--wrap), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
}
.narrow { width: min(760px, calc(100% - (var(--pad) * 2))); }
.muted { color: var(--muted); }
.kicker {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.kicker-light { color: var(--pink); }
.light { color: #fff; }
.section-lead {
  max-width: 42ch;
  margin: 0 0 32px;
  color: var(--navy);
  font-family: var(--font-text);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}
.section-lead.light,
.section-navy .section-lead { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px var(--pad);
  background: rgba(237, 242, 228, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 148px; height: auto; }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.nav a { text-decoration: none; }
.nav a:hover { color: #000; }
.header-cta { display: flex; gap: 8px; }
.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  min-height: 44px;
  min-width: 44px;
  padding: 8px 12px;
  font: inherit;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font: 600 14px/1.25 var(--font-text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-ghost {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-light { background: var(--pearl); color: var(--navy); }
.btn-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn-sm { min-height: 38px; padding: 0 12px; font-size: 12px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(228, 169, 185, 0.18), transparent 34%),
    #003070;
  background:
    radial-gradient(circle at 88% 12%, rgba(228, 169, 185, 0.18), transparent 34%),
    var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 40px 0 44px;
}
.hero-inner { position: relative; z-index: 1; }
.hero-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 4px 0 10px;
  min-width: 0;
}
.hero-mark {
  width: 72px;
  height: auto;
  flex: 0 0 auto;
}
.hero h1 {
  color: #fff;
  margin: 0;
  min-width: 0;
  letter-spacing: 0.01em;
  overflow-wrap: normal;
  hyphens: none;
}
.hero-lead {
  max-width: 560px;
  font-size: 1.15rem;
  line-height: 1.45;
  color: rgba(237, 242, 228, 0.86);
}
.hero-meta {
  display: inline-block;
  margin: 8px 0 22px;
  padding: 8px 0;
  border-top: 2px solid var(--pink);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}
.hero-meta a { color: inherit; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.dates {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.dates-grid, .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.dates-grid article, .stats-grid article {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}
.dates-grid article:last-child, .stats-grid article:last-child { border-right: 0; }
.dates-grid span, .stats-grid span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.dates-grid strong { display: block; margin-top: 8px; font-size: 1.05rem; }
.dates-grid a { color: inherit; text-decoration: none; }
.dates-grid a:hover { text-decoration: underline; }
.stats-grid {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.stats-grid strong {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
}

.section { padding: 72px 0; scroll-margin-top: 84px; }
.section-alt { background: rgba(255, 255, 255, 0.55); }
.section-navy {
  position: relative;
  overflow: hidden;
  background: var(--navy-2);
  color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-navy > .wrap > h2 { color: #fff; }
.section-navy::before,
.section-navy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 84px;
  background: url("../brand/pattern-light.png") center / 1280px auto repeat-x;
  opacity: 0.5;
  pointer-events: none;
}
.section-navy::before { top: 0; }
.section-navy::after { bottom: 0; transform: scaleY(-1); }
.pattern-band {
  height: 68px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1280px auto;
  pointer-events: none;
}
.pattern-band.is-navy { background-image: url("../brand/pattern-navy.png"); }
.pattern-band.is-pink { background-image: url("../brand/pattern-pink.png"); }
.pattern-band.is-light { background-image: url("../brand/pattern-light.png"); }
.pattern-band.is-color { background-image: url("../brand/pattern-color.png"); }
.split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.about-block h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  margin-bottom: 8px;
}
.about-copy {
  max-width: 62ch;
}
.prose { color: var(--navy); }

.track-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.track-card {
  background: #fff;
  color: var(--navy);
  padding: 32px;
  border: 1px solid rgba(237, 242, 228, 0.22);
  display: flex;
  flex-direction: column;
}
.track-card h3 {
  font-size: 1.6rem;
  color: var(--navy);
}
.track-card .kicker { color: var(--navy); }
.track-card p { color: var(--navy); }
.track-card ul { padding-left: 18px; margin: 0 0 24px; }
.track-card li { margin-bottom: 6px; }
.track-card .btn { align-self: flex-start; }
.track-card > .btn:first-of-type { margin-top: auto; }
.track-card .btn + .btn { margin-top: 10px; }

.timeline {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.timeline li {
  margin: 0;
  padding: 18px 18px 16px;
  background: #fff;
  border-top: 3px solid var(--pink);
}
.timeline span {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 4px;
}
.timeline strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}
.timeline p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--navy);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.program-grid article {
  background: #fff;
  padding: 22px 20px 20px;
  border-left: 4px solid var(--navy);
}
.program-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--pink);
}
.program-grid h3 { margin-bottom: 8px; }
.program-grid p { margin: 0; font-size: 0.95rem; color: var(--muted); }

.doc-list { display: grid; gap: 16px; }
.doc-list article {
  background: #fff;
  padding: 24px 28px;
  border-left: 4px solid var(--navy);
}
.doc-list h3 { font-size: 1.05rem; }
.doc-links { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; font-weight: 600; }
.docs-more { margin-top: 28px; }
.npa-home-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 8px;
  padding: 0;
  list-style: none;
}
.npa-home-steps li {
  flex: 1 1 170px;
  background: #fff;
  padding: 14px 14px 14px 16px;
  border-left: 3px solid var(--navy);
}
.npa-home-steps li.is-letter { border-left-color: var(--pink); }
.npa-home-steps strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.npa-home-steps span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}
.npa-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 20px;
}
.npa-tile {
  background: #fff;
  border: 1px solid var(--line);
  padding: 0;
  transition: border-color 0.15s ease;
}
.npa-tile:hover, .npa-tile[open] { border-color: var(--navy); }
.npa-tile[open] { border-left: 4px solid var(--pink); }
.npa-tile summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 40px 16px 18px;
  position: relative;
}
.npa-tile summary::-webkit-details-marker { display: none; }
.npa-tile summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 16px;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
}
.npa-tile[open] summary::after { content: "−"; }
.npa-tile-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.npa-tile summary strong {
  display: block;
  font-size: 1.05rem;
  margin-top: 4px;
}
.npa-tile[open] summary { border-bottom: 1px solid var(--line); }
.npa-tile > p { padding: 0 18px; }
.npa-tile .doc-links { padding: 0 18px 16px; }
.npa-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.npa-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.npa-jump a:hover { border-color: var(--navy); background: var(--pearl); }
.npa-norms {
  background: #fff;
  border: 1px solid var(--line);
  padding: 0;
}
.npa-norms summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 600;
}
.npa-norms summary::-webkit-details-marker { display: none; }
.npa-norms .npa-strip { padding: 0 16px 16px; }
.npa-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.npa-strip strong {
  display: block;
  color: var(--navy);
  font-size: 1.25rem;
}
.npa-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}
.npa-files a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  background: rgba(228, 169, 185, 0.28);
  font-weight: 600;
  text-decoration: none;
}
.npa-asof {
  margin: 22px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}
.docs-switch { margin-top: 8px; }
.docs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.docs-tab {
  min-height: 42px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.docs-tab:hover { border-color: var(--navy); }
.docs-tab[aria-selected="true"] {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.docs-panels {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px 28px 8px;
}
.docs-panel .muted { max-width: 70ch; }
.docs-panel .doc-list article {
  padding: 18px 0;
  background: transparent;
  border-left: 0;
  border-bottom: 1px solid var(--line);
}
.docs-panel .doc-list article:last-child { border-bottom: 0; }
.docs-panel .doc-list h3 { font-size: 1rem; }
.docs-panel .npa-table { font-size: 14px; }
.npa-size-links { margin: 0 0 18px; }
.npa-size-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  background: var(--pearl);
  text-decoration: none;
}
.npa-disclaimer {
  background: rgba(228, 169, 185, 0.22);
  border-left: 4px solid var(--pink);
  padding: 24px 28px;
  margin-bottom: 48px;
}
.npa-steps {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  counter-reset: npa;
}
.npa-steps li {
  counter-increment: npa;
  padding: 16px 20px 16px 64px;
  background: #fff;
  position: relative;
  font-weight: 400;
}
.npa-steps strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.npa-steps span {
  display: block;
  font-weight: 400;
  color: var(--muted);
}
.npa-step-letter { border-left: 4px solid var(--pink); }
.npa-steps li::before {
  content: counter(npa);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}
.npa-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}
.npa-table th, .npa-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.npa-table th { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.npa-letter { border-left-color: var(--pink) !important; }
.npa-sub { margin: 36px 0 12px; }

.badge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 28px;
}
.accordion {
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 8px;
}
.accordion summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion[open] summary { border-bottom: 1px solid var(--line); }
.faq-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-top: 24px;
  align-items: start;
}
.faq-topic h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.accordion-body {
  padding: 8px 16px 16px;
  line-height: 1.5;
}
.accordion-body p { margin: 0 0 10px; padding: 0; }
.accordion-body p:last-child { margin-bottom: 0; }
.accordion-body ul { margin: 0; padding: 0 0 0 1.15em; }
.accordion-body li + li { margin-top: 0.45em; }
.accordion-body a { color: var(--navy); text-decoration: underline; }
.placeholder {
  padding: 20px;
  background: rgba(228, 169, 185, 0.18);
  border-left: 4px solid var(--pink);
}

.badge-modes { margin-top: 8px; }
.badge-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.badge-mode-tab {
  min-height: 48px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font: 600 14px/1 var(--font-text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.badge-mode-tab:hover { border-color: var(--navy); }
.badge-mode-tab[aria-selected="true"] {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.badge-view {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 24px 24px;
}
.badge-switch { margin-top: 0; }
.badge-toolbar { margin: 0 0 16px; }
.badge-year-tiles {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.badge-view .badge-panels {
  border: 0;
  padding: 8px 0 0;
  min-height: 140px;
  background: transparent;
}
.badge-year-tile {
  min-height: 52px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.badge-year-tile:hover { border-color: var(--navy); }
.badge-year-tile[aria-selected="true"] {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.badge-year-tile.is-now { border-color: var(--pink); }
.badge-year-tile.is-skipped { opacity: 0.5; }
.badge-year-tile.is-skipped[aria-selected="true"] { opacity: 1; }
.badge-year-tile.is-now[aria-selected="true"] {
  background: var(--pink);
  color: var(--navy);
  border-color: var(--pink);
}
.badge-panels {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 32px;
  min-height: 168px;
}
.badge-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
}
.badge-split ul { margin: 0; padding: 0 0 0 1.15em; }
.badge-split li + li { margin-top: 0.4em; }
.badge-panel ul { margin: 0; padding: 0 0 0 1.15em; }
.badge-panel li + li { margin-top: 0.4em; }
.badge-kind {
  margin: 8px 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.badge-you {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.badge-search {
  display: block;
  max-width: 420px;
  margin: 0 0 10px;
}
.badge-search input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--pearl);
  font: inherit;
  color: var(--navy);
}
.badge-alpha-hint { margin: 0 0 14px; font-size: 0.95rem; }
.badge-alpha-book { display: grid; gap: 22px; }
.badge-alpha-group h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-alpha-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.badge-alpha-group li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.badge-alpha-name { font-weight: 600; }
.badge-alpha-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.badge-alpha-meta .is-gold { color: #9a7b12; }
.badge-alpha-meta .is-silver { color: #5b6b7a; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.expert-card {
  background: #fff;
  padding: 28px 18px 22px;
  text-align: center;
}
.expert-card.is-preview { outline: 1px dashed var(--line); }
.expert-photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  background: var(--navy);
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--pink);
}
.expert-photo-fallback {
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.expert-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.expert-preview-note { max-width: 52ch; }
.admin-expert-preview {
  grid-template-columns: 280px;
  margin: 16px 0 24px;
}
.gallery-item { display: block; background: #000; }
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: start;
}
.vk-box {
  min-height: 320px;
  background: #fff;
  border: 1px solid var(--line);
}
.vk-box iframe { border: 0; display: block; }

.partner-box {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 20px 28px;
  margin: 28px 0 16px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.partner-logo {
  display: grid;
  place-items: center;
  min-height: 72px;
  text-decoration: none;
}
.partner-logo img {
  max-height: 58px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.partner-note { margin-top: 16px; }
.map-frame iframe { width: 100%; min-height: 320px; border: 0; }

.page-head { padding: 64px 0 0; }
.page-inner h1 {
  font-size: clamp(1.45rem, 6.4vw, 5.95rem);
  max-width: 100%;
  line-height: 1.08;
  letter-spacing: 0;
}
.page-head-compact { padding: 40px 0 0; }
.page-head-compact h1 {
  font-size: clamp(1.35rem, 6.8vw, 3.6rem);
  letter-spacing: 0;
}
.section-compact { padding: 36px 0 72px; }
.privacy-copy { font-size: 16px; }
.privacy-link {
  display: inline-block;
  margin-left: 14px;
  color: inherit;
  opacity: 0.5;
  font-size: 12px;
  text-decoration: none;
}
.privacy-link:hover { opacity: 0.9; text-decoration: underline; }

body.page-test { padding-bottom: 28px; }
body.page-test .sticky-cta { display: none; }
.test-timer {
  position: sticky;
  top: 72px;
  z-index: 24;
  background: var(--navy);
  color: #fff;
}
.test-timer-inner {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  font-weight: 600;
}
.test-timer strong {
  font-variant-numeric: tabular-nums;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}
.test-timer-name {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
}
.test-timer.is-warn { background: #8a3b52; }
.test-timer.is-danger { background: #6b1028; }
.test-form,
.test-questions {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}
.test-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.test-form input:not([type="checkbox"]) {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--navy);
}
.test-form .check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.test-form .check-row input { width: auto; margin-top: 4px; }
.test-card {
  margin: 0;
  padding: 20px 22px 12px;
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}
.test-card legend {
  padding: 0 0 12px;
  font-weight: 600;
  font-size: 1.05rem;
}
.test-card legend em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: var(--muted);
}
.test-num {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.test-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-weight: 500;
  cursor: pointer;
}
.test-option input { margin-top: 4px; }
.test-card textarea {
  width: 100%;
  margin: 8px 0 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--pearl);
  font: inherit;
  color: var(--navy);
  resize: vertical;
  min-height: 96px;
}

.site-footer {
  background: var(--navy);
  color: var(--pearl);
  padding: 0 0 28px;
}
.site-footer .pattern-band {
  height: 76px;
  margin-bottom: 28px;
  opacity: 0.55;
}
.site-footer a { color: var(--pink); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.footer-logo { width: 180px; margin-bottom: 12px; }
.footer-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
}
.footer-note {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(237, 242, 228, 0.16);
  font-size: 13px;
  color: rgba(237, 242, 228, 0.7);
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: none;
  grid-template-columns: 1fr 1fr;
}
.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--sticky-cta) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}
.sticky-cta a:first-child { background: var(--pearl); color: var(--navy); }
.sticky-cta a:last-child { background: var(--navy); color: #fff; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  background: rgba(0, 12, 32, 0.92);
  padding: 24px;
}
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 90vh; }
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

.admin-body { padding-bottom: 40px; }
.admin-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  padding: 12px 22px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.admin-bar .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.admin-nav { display: flex; gap: 18px; font-weight: 700; }
.admin-nav a { text-decoration: none; }
.admin-nav a.is-on {
  color: var(--navy);
  box-shadow: inset 0 -2px 0 var(--navy);
}
.admin-bar-actions { display: flex; gap: 16px; align-items: center; }
.admin-test-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 560px;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
}
.admin-test-card strong { font-size: 1.15rem; }
.admin-test-card span { color: var(--muted); font-size: 14px; }
.admin-fieldset {
  border: 1px solid var(--line);
  margin: 0;
  padding: 14px 16px 16px;
  display: grid;
  gap: 12px;
}
.admin-fieldset legend {
  font-weight: 700;
  padding: 0 6px;
}
.admin-main { padding: 32px 0 64px; }
.admin-jump { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 0 0 32px; font-weight: 600; }
.admin-block {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.admin-form {
  display: grid;
  gap: 12px;
  max-width: 720px;
}
.admin-form label, .login-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.admin-form input, .admin-form textarea, .admin-form select,
.login-form input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--navy);
}
.admin-form .check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.admin-form .check-row input {
  width: auto;
  padding: 0;
}
.login-form { max-width: 360px; display: grid; gap: 14px; }
.admin-list { list-style: none; padding: 0; }
.admin-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.admin-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.admin-table th, .admin-table td { text-align: left; padding: 8px; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; word-break: break-word; }
.table-wrap { overflow-x: auto; margin-top: 16px; }
.grade-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin: 0 0 22px;
}
.grade-person {
  font-family: var(--font-text);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 6px;
}
.grade-meta { margin: 0; font-size: 14px; }
.grade-score {
  margin: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.grade-score strong { display: block; font-size: 2rem; line-height: 1; }
.grade-score span { color: var(--muted); font-size: 13px; }
.grade-form { display: grid; gap: 18px; }
.grade-toolbar {
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: end;
  padding: 12px 0;
  background: var(--pearl);
  border-bottom: 1px solid var(--line);
}
.grade-toolbar label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  min-width: min(240px, 100%);
}
.grade-toolbar input,
.grade-open-fields input,
.grade-open-fields textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--navy);
}
.grade-h {
  font-family: var(--font-text);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.grade-h span { color: var(--muted); font-weight: 600; letter-spacing: 0; text-transform: none; }
.grade-form + .grade-h,
.grade-open + .grade-h { margin-top: 28px; }
.grade-open { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.grade-open-card {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.grade-open-card.is-free { box-shadow: inset 4px 0 0 var(--pink); }
.grade-open-card.is-ok { box-shadow: inset 4px 0 0 #2b6b3a; }
.grade-open-card.is-bad { box-shadow: inset 4px 0 0 #8a3b52; }
.grade-auto {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0;
  padding: 10px 12px;
  background: var(--pearl);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.grade-auto span {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.grade-auto.is-ok span { color: #2b6b3a; }
.grade-auto.is-bad span { color: #8a3b52; }
.grade-q { margin: 0 0 14px; font-weight: 600; }
.grade-open-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 18px 24px;
  align-items: start;
}
.grade-compare { display: grid; gap: 12px; }
.grade-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.grade-answer, .grade-hint {
  margin: 0;
  padding: 10px 12px;
  background: var(--pearl);
  font-size: 15px;
  line-height: 1.45;
}
.grade-hint { background: rgba(0, 48, 112, 0.06); }
.grade-open-fields { display: grid; gap: 10px; }
.grade-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.grade-chip {
  min-width: 44px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.grade-chip.is-on {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.grade-points { max-width: 88px; }
.grade-open-fields textarea { min-height: 72px; resize: vertical; }
.grade-closed summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.grade-closed ul { list-style: none; padding: 10px 0 0; margin: 0; }
.grade-closed-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.grade-mark {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.grade-closed-row.is-ok .grade-mark { color: #2b6b3a; }
.grade-closed-row.is-bad .grade-mark { color: #8a3b52; }
.grade-closed-text, .grade-closed-diff { margin: 0; overflow-wrap: anywhere; }
.grade-closed-diff { margin-top: 4px; color: var(--muted); font-size: 13px; }
.grade-pts { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.queue-card.is-claimed { opacity: 0.72; }
.grade-lock {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
}
.grade-leave {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(138, 59, 82, 0.28);
  background: rgba(228, 169, 185, 0.22);
  font-weight: 600;
}
.grade-leave p { margin: 0 0 8px; }
.grade-leave ul { margin: 0; padding-left: 18px; font-weight: 500; }
.grade-leave li { margin: 4px 0; }
.grade-note summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.grade-note textarea { margin-top: 8px; }
.grade-void { margin: 28px 0 0; }
@media (max-width: 800px) {
  .grade-head { flex-direction: column; }
  .grade-score { text-align: left; }
  .grade-open-grid { grid-template-columns: 1fr; }
  .grade-closed-row { grid-template-columns: 64px minmax(0, 1fr); }
  .grade-pts { grid-column: 2; }
}
.admin-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 8px;
}
.queue-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 22px;
  font-size: 15px;
}
.queue-stats strong { font-variant-numeric: tabular-nums; }
.queue-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.queue-tabs a { text-decoration: none; }
.queue-tabs a.is-on {
  color: var(--navy);
  box-shadow: inset 0 -2px 0 var(--navy);
}
.queue-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: end;
  margin: 0 0 22px;
}
.queue-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.queue-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.queue-chip input { position: absolute; opacity: 0; pointer-events: none; }
.queue-chip.is-on {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.queue-search {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  min-width: min(280px, 100%);
}
.queue-search input {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--navy);
}
.queue-list { display: grid; gap: 12px; }
.queue-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: #fff;
}
.queue-card-side {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  justify-content: flex-end;
}
.queue-card-actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}
.queue-card-actions form { margin: 0; }
.queue-card .btn { justify-self: end; min-width: 148px; }
.queue-card-actions .btn { width: 100%; min-width: 148px; }
.queue-card.is-free {
  border-color: rgba(0, 48, 112, 0.28);
  box-shadow: inset 4px 0 0 var(--pink);
}
.queue-name {
  font-family: var(--font-text);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 4px;
}
.queue-meta, .queue-flag { margin: 0; font-size: 14px; }
.queue-flag { margin-top: 8px; font-weight: 600; color: #8a3b52; }
.queue-flag.is-ok { color: var(--muted); font-weight: 500; }
.queue-score {
  margin: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.queue-score strong { display: block; font-size: 1.7rem; line-height: 1; }
.queue-score span { color: var(--muted); font-size: 13px; }
.queue-empty {
  padding: 28px 20px;
  border: 1px dashed var(--line);
  background: rgba(255, 255, 255, 0.6);
}
.queue-score-cell { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
@media (max-width: 720px) {
  .queue-card { grid-template-columns: 1fr; }
  .queue-card-side { justify-content: space-between; }
  .queue-card .btn,
  .queue-card-actions .btn { min-width: 0; flex: 1; width: auto; }
}
.admin-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.admin-thumbs img { aspect-ratio: 1; object-fit: cover; }
.text-btn {
  border: 0;
  background: none;
  color: var(--navy);
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.flash {
  padding: 12px 14px;
  background: rgba(228, 169, 185, 0.35);
  font-weight: 600;
}
.received-count {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.received-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 3;
  column-gap: 40px;
}
.received-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  break-inside: avoid;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.received-name { font-weight: 600; }
.received-okrug {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}
.received-empty { margin: 0; color: var(--muted); }

@media (max-width: 900px) {
  :root { --pad: 16px; }
  body { font-size: 16px; }
  .nav, .header-cta { display: none; }
  .nav.is-open, .header-cta.is-open {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav.is-open {
    gap: 0;
    padding: 4px 0 8px;
    border-top: 1px solid var(--line);
  }
  .nav.is-open a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 2px;
  }
  .header-cta.is-open {
    gap: 8px;
    padding-bottom: 8px;
  }
  .header-cta.is-open .btn { width: 100%; }
  .site-header { flex-wrap: wrap; gap: 10px 16px; padding: 10px var(--pad); }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .brand img { width: 128px; }
  .dates-grid, .stats-grid, .track-grid, .badge-grid, .split,
  .news-split, .footer-grid, .expert-grid, .faq-topics, .npa-tiles,
  .npa-strip, .timeline, .program-grid {
    grid-template-columns: 1fr;
  }
  .dates-grid article, .stats-grid article, .track-card,
  .program-grid article, .timeline li, .partner-box {
    min-width: 0;
  }
  .partner-box { grid-template-columns: 1fr 1fr; padding: 20px; }
  .hero-title { gap: 12px; }
  .hero-mark { width: 44px; }
  .hero { padding: 24px 0 28px; }
  .hero h1 {
    font-size: clamp(2.05rem, 11.4vw, 3.4rem);
    letter-spacing: 0;
  }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions .btn { min-height: 48px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .badge-year-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .badge-split { grid-template-columns: 1fr; }
  .dates-grid article, .stats-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 52px 0; scroll-margin-top: 72px; }
  .section-navy { padding-top: 64px; padding-bottom: 64px; }
  .section-navy::before, .section-navy::after { height: 56px; }
  .pattern-band { height: 48px; }
  .stats-grid { margin-top: 32px; }
  .stats-grid strong { font-size: 2rem; }
  .track-card { padding: 24px; }
  .docs-panels { padding: 18px 16px 8px; }
  .doc-list article { padding: 18px 16px; }
  .npa-disclaimer { padding: 18px 16px; }
  .page-head { padding: 40px 0 0; }
  .sticky-cta { display: grid; }
  .admin-thumbs { grid-template-columns: 1fr 1fr; }
  .received-list { columns: 2; }
  .footer-grid { gap: 24px; }
  .site-footer { padding-bottom: 24px; }
  .table-wrap { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); padding: 0 var(--pad); }
}

@media (max-width: 560px) {
  :root { --pad: 16px; }
  .received-list { columns: 1; }
  .hero-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-mark { width: 40px; }
  .hero h1 { font-size: clamp(2.15rem, 13vw, 3rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .partner-box { grid-template-columns: 1fr 1fr; gap: 16px 12px; padding: 16px; }
  .partner-logo { min-height: 56px; }
  .partner-logo img { max-height: 44px; }
  .badge-year-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .badge-mode-tabs { grid-template-columns: 1fr; }
  .program-grid article, .timeline li { padding: 16px; }
  .about-block h2 { font-size: clamp(1.7rem, 9vw, 2.4rem); }
  .page-head-compact h1 { font-size: clamp(1.3rem, 6.6vw, 2.2rem); letter-spacing: 0; }
  .npa-steps li { padding: 14px 14px 14px 56px; }
  .map-frame iframe { min-height: 240px; }
  .sticky-cta a { font-size: 12px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: clamp(1.95rem, 12.4vw, 2.6rem); }
  .gallery-grid { grid-template-columns: 1fr; }
  .badge-year-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


.draft-banner {
  position: sticky;
  top: 0;
  z-index: 55;
  margin: 0;
  padding: 8px 16px;
  background: var(--pink);
  color: var(--navy);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body.is-draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360'%3E%3Ctext x='40' y='200' fill='%23003070' fill-opacity='0.09' font-size='32' font-family='sans-serif' transform='rotate(-26 260 180)'%3EЧЕРНОВИК · СТИПКОМ%3C/text%3E%3C/svg%3E");
}
body.is-draft .site-header { top: 34px; }
@media print {
  .sticky-cta, .nav-toggle, .header-cta { display: none !important; }
  body.is-draft { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
