:root {
  --blue-1000: #030b22;
  --blue-950: #061634;
  --blue-900: #09285f;
  --blue-700: #124fa5;
  --cyan: #21aeea;
  --yellow: #ffe100;
  --green: #069650;
  --red: #d8232a;
  --paper: #f5f7fb;
  --white: #fff;
  --ink: #152033;
  --muted: #5d6a7c;
  --line: rgba(6, 22, 52, .14);
  --shadow: 0 22px 60px rgba(3, 11, 34, .18);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.menu-open, html.menu-open body { overflow: hidden; }
body {
  margin: 0;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  background: var(--paper);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container {
  width: calc(100% - 36px);
  max-width: var(--max);
  margin-inline: auto;
}
.topbar { height: 5px; background: linear-gradient(90deg, var(--green), var(--white), var(--red)); }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 11, 34, .93);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--white);
}
.brand-logo {
  width: 56px;
  height: 62px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-title {
  display: block;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 700;
  line-height: 1.1;
}
.brand-subtitle {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .7);
  font-size: .78rem;
  font-weight: 500;
}
.brand:focus-visible,
.menu:focus-visible,
.nav a:focus-visible,
.card-link:focus-visible,
.footer-contact a:focus-visible,
.footer-links a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 3px;
}
.nav a {
  color: rgba(255, 255, 255, .82);
  padding: 10px 10px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 650;
}
.nav a:hover, .nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  outline: 0;
}
.nav a:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}
.nav a[aria-current="page"]:not(.nav-cta) {
  color: var(--white);
  background: rgba(255, 255, 255, .12);
}
.nav .nav-cta {
  color: var(--blue-1000);
  background: var(--yellow);
}
.menu {
  display: none;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 150, 80, .14), transparent 22%),
    linear-gradient(322deg, rgba(216, 35, 42, .18), transparent 24%),
    linear-gradient(180deg, rgba(3, 11, 34, .98), rgba(6, 22, 52, .96));
  padding: clamp(42px, 5vw, 72px) 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .84fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}
.home-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 44px);
}
.home-hero-copy {
  max-width: 880px;
}
.home-hero-grid .home-hero-visual {
  width: min(100%, 1040px);
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: var(--blue-1000);
  box-shadow: var(--shadow);
}
.hero-panel img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
.hero-panel figcaption {
  padding: 10px 14px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
}
.campaign-visual figcaption { display: none; }
.home-hero-visual img {
  height: auto;
  object-fit: contain;
  object-position: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: .8rem;
  font-weight: 750;
}
.eyebrow::before {
  content: "";
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--white), var(--red));
}
h1, h2, h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}
h1 {
  max-width: 820px;
  font-size: clamp(2.15rem, 5vw, 4.15rem);
  font-weight: 660;
}
h2 {
  color: var(--blue-950);
  font-size: clamp(1.82rem, 3.8vw, 3rem);
  font-weight: 640;
}
h3 {
  color: var(--blue-950);
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  font-weight: 670;
}
h1 span, h2 span { color: var(--cyan); }
.lead {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}
.page-hero .lead { color: rgba(255, 255, 255, .76); }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.actions.single-action { max-width: 320px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 730;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-1px); outline: 0; }
.btn:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}
.primary { color: var(--blue-1000); background: var(--yellow); }
.secondary { color: var(--white); border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .08); }
.dark { color: var(--white); background: var(--blue-900); }
.ghost { color: var(--blue-950); border-color: rgba(6, 22, 52, .2); background: var(--white); }

.section { padding: clamp(52px, 6vw, 88px) 0; }
.section + .section { border-top: 1px solid rgba(6, 22, 52, .07); }
.section-head {
  max-width: 850px;
  margin-bottom: 30px;
}
.section .eyebrow { color: var(--blue-700); }
.band {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(0, 168, 82, .16), transparent 18%),
    linear-gradient(322deg, rgba(216, 35, 42, .18), transparent 22%),
    linear-gradient(135deg, var(--blue-1000), var(--blue-900));
}
.band h2, .band h3 { color: var(--white); }
.band .lead, .band p { color: rgba(255, 255, 255, .76); }
.band .eyebrow { color: var(--yellow); }

.grid2, .grid3, .grid4 {
  display: grid;
  gap: 16px;
}
.grid2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rail-cue { display: none; }
.mobile-rail:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}
.card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .07);
  padding: 22px;
}
.band .card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
}
.band .card p, .band .meta-line { color: rgba(255, 255, 255, .8); }
.band .notice {
  color: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .22);
  background: rgba(33, 174, 234, .13);
}
.band .notice strong { color: var(--white); }
.card p {
  margin: 10px 0 0;
  color: var(--muted);
}
.card-media {
  width: calc(100% + 44px);
  height: auto;
  max-width: none;
  margin: -22px -22px 18px;
  border-radius: 14px 14px 0 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.priority-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.priority-card p:last-of-type { margin-bottom: 18px; }
.agenda-inline-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 225, 0, .42);
  border-left: 4px solid var(--yellow);
  border-radius: 14px;
  background: rgba(255, 255, 255, .09);
}
.agenda-inline-cta strong {
  display: block;
  color: var(--white);
  font-size: 1.02rem;
}
.agenda-inline-cta span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
}
.agenda-inline-cta .btn {
  width: auto;
  min-width: 196px;
  flex: 0 0 auto;
}
.priority-photo {
  width: calc(100% + 44px);
  height: auto;
  max-width: none;
  margin: auto -22px -22px;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
}
.card-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue-950);
  font-weight: 720;
  border-bottom: 3px solid var(--yellow);
}
.contact-email {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.contact-shortcut {
  min-width: 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}
.contact-shortcut span {
  color: rgba(255, 255, 255, .7);
  font-size: .76rem;
  font-weight: 650;
}
.contact-shortcut strong {
  margin-top: 3px;
  color: var(--white);
  overflow-wrap: anywhere;
  font-size: .9rem;
  line-height: 1.3;
}
.contact-shortcut:hover,
.contact-shortcut:focus-visible {
  border-color: var(--yellow);
  background: rgba(255, 225, 0, .12);
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.section:not(.band) .contact-shortcut {
  border-color: rgba(5, 25, 61, .16);
  background: var(--gray-100);
}
.section:not(.band) .contact-shortcut span {
  color: var(--gray-700);
}
.section:not(.band) .contact-shortcut strong {
  color: var(--blue-1000);
}
.section:not(.band) .contact-shortcut:hover,
.section:not(.band) .contact-shortcut:focus-visible {
  border-color: var(--blue-700);
  background: var(--yellow-soft);
  outline-color: var(--blue-700);
}
.fineprint .card-link,
.notice .card-link { margin-top: 0; }
.band .card-link { color: var(--white); }
.num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--blue-950);
  background: var(--yellow);
  font-weight: 780;
}
.tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue-700);
  font-size: .8rem;
  font-weight: 760;
}
.band .tag { color: var(--yellow); }
.callout {
  padding: 18px 20px;
  border-left: 5px solid var(--yellow);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 225, 0, .13);
  color: var(--blue-950);
  font-weight: 680;
}
.agenda-note,
.territory-note { margin-top: 24px; }
.faq-list {
  display: grid;
  gap: 12px;
}
details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 22, 52, .07);
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--blue-950);
  font-weight: 760;
  cursor: pointer;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  color: var(--blue-700);
  font-size: 1.25rem;
  line-height: 1;
}
details[open] summary::after { content: "-"; }
details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}
.person-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.avatar {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-900), var(--blue-1000));
  font-weight: 780;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}
.avatar-photo {
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  background: transparent;
  box-shadow: none;
}
.role {
  margin-top: 5px;
  color: var(--blue-700);
  font-size: .82rem;
  font-weight: 720;
}

.form {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 32px);
}
.formgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.field { display: grid; gap: 7px; }
.full { grid-column: 1 / -1; }
label {
  color: var(--blue-950);
  font-size: .9rem;
  font-weight: 720;
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(6, 22, 52, .18);
  border-radius: 12px;
  padding: 12px 13px;
  background: #fbfdff;
  color: var(--ink);
  outline: 0;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(33, 174, 234, .14);
}
textarea { min-height: 132px; resize: vertical; }
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  margin-bottom: 8px;
  color: var(--blue-950);
  font-size: .9rem;
  font-weight: 720;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.38;
}
.check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.check a {
  color: var(--blue-700);
  font-weight: 760;
  border-bottom: 2px solid rgba(33, 174, 234, .35);
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .86rem;
}
.msg {
  display: none;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 12px;
  font-weight: 680;
}
.msg.show { display: block; }
.msg.err {
  color: #9d1720;
  background: rgba(216, 35, 42, .08);
  border: 1px solid rgba(216, 35, 42, .22);
}
.msg.ok {
  color: #075a34;
  background: rgba(6, 150, 80, .1);
  border: 1px solid rgba(6, 150, 80, .24);
}
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.btn:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}
.form-help, .fineprint {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .82rem;
}
.contact-helper {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(33, 174, 234, .08);
  color: var(--blue-950);
}
.band .contact-helper { color: var(--blue-950); }
.contact-helper strong { display: block; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.choice {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfdff;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 620;
}
.choice input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.status-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.status-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
}
.status-list li {
  padding: 17px 20px;
  background: var(--white);
  color: var(--muted);
  font-size: .86rem;
}
.status-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--blue-950);
}
.proof-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.proof-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
}
.proof-photo figcaption {
  padding: 12px 15px;
  color: var(--muted);
  font-size: .82rem;
}
.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 15px;
  color: var(--muted);
  font-size: .84rem;
}
.meta-line span::before {
  content: "✓";
  margin-right: 6px;
  color: var(--green);
  font-weight: 800;
}
.plain-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.notice {
  padding: 18px 20px;
  border: 1px solid rgba(33, 174, 234, .28);
  border-radius: 14px;
  background: rgba(33, 174, 234, .08);
  color: var(--blue-950);
}
.notice.warning {
  border-color: rgba(216, 35, 42, .25);
  background: rgba(216, 35, 42, .07);
}
.submission-error { margin-top: 18px; }
.territory-intro { margin-bottom: 28px; }
.emergency-notice { margin-bottom: 30px; }
.form-layout { align-items: start; }
.privacy-nav {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.privacy-nav .container {
  display: flex;
  gap: 8px;
  padding-block: 12px;
}
.privacy-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--blue-900);
  background: rgba(6, 22, 52, .06);
  font-size: .86rem;
  font-weight: 720;
}
.privacy-nav a:hover,
.privacy-nav a:focus-visible {
  color: var(--blue-1000);
  background: var(--yellow);
  outline: 3px solid var(--blue-900);
  outline-offset: 2px;
}
.topic-nav .container {
  flex-wrap: wrap;
}
.topic-nav a {
  flex: 1 0 auto;
  justify-content: center;
}
.agenda-definition {
  margin-bottom: 24px;
  line-height: 1.6;
}
section[id], article[id], p[id] { scroll-margin-top: 92px; }
.thank-you-hero {
  min-height: calc(100svh - 155px);
  display: flex;
  align-items: center;
}
.kicker-date {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 680;
}
.page-hero .meta-line { color: rgba(255, 255, 255, .76); }
.page-hero .meta-line span::before { color: var(--yellow); }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--blue-1000);
  font-weight: 750;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.mailto-fallback {
  display: none;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(6, 22, 52, .16);
  border-radius: 14px;
  background: #f7f9fd;
  color: var(--ink);
}
.mailto-fallback.show { display: block; }
.mailto-fallback:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}
.mailto-fallback p {
  margin: 8px 0 0;
  color: var(--muted);
}
.fallback-body {
  margin-top: 14px;
  min-height: 150px;
  font-size: .9rem;
}
.ai-note {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 5px 8px;
  border: 1px solid rgba(6, 22, 52, .16);
  border-radius: 999px;
  color: var(--blue-900);
  background: rgba(33, 174, 234, .08);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.25;
}
.ai-note-card { margin-top: -5px; }
.band .ai-note {
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
}

.footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, .72);
  background: var(--blue-1000);
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.footer strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  font-weight: 720;
}
.footer-identity > span {
  display: block;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin-top: 9px;
  font-size: .78rem;
}
.footer-contact a {
  color: rgba(255, 255, 255, .9);
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(255, 225, 0, .75);
  text-underline-offset: 3px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-end;
}
.footer-links a {
  color: rgba(255, 255, 255, .84);
  font-weight: 650;
  border-bottom: 2px solid rgba(255, 225, 0, .55);
}

@media (max-width: 1080px) {
  .nav a { padding-inline: 8px; font-size: .84rem; }
}
@media (max-width: 980px) {
  .menu { display: inline-flex; align-items: center; }
  .nav {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 18px 20px;
    background: rgba(3, 11, 34, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .nav.open { display: flex; }
  .nav a { border-radius: 12px; padding: 13px 14px; font-size: .92rem; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .grid3, .grid4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { line-height: 1.48; }
  p, li, .lead, .notice, .callout, figcaption { text-wrap: pretty; }

  .container { width: calc(100% - 28px); }

  .header {
    background: rgba(3, 11, 34, .98);
    backdrop-filter: none;
  }
  .header-inner {
    min-height: 64px;
    gap: 10px;
  }
  .brand { gap: 9px; }
  .brand-logo {
    width: 42px;
    height: 47px;
  }
  .brand-title {
    font-size: .94rem;
    line-height: 1.08;
  }
  .brand-subtitle {
    margin-top: 2px;
    font-size: .68rem;
  }
  .menu {
    min-height: 44px;
    padding: 8px 11px;
    flex: 0 0 auto;
    font-size: .82rem;
  }
  .nav {
    position: absolute;
    top: 100%;
    height: calc(100dvh - 64px);
    max-height: none;
    overflow-y: auto;
    padding: 10px 14px calc(14px + env(safe-area-inset-bottom));
    background: var(--blue-1000);
    box-shadow: 0 14px 30px rgba(3, 11, 34, .24);
  }
  .nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: .88rem;
  }

  .page-hero { padding: 24px 0 0; }
  .hero-grid { gap: 18px; }
  .page-hero .hero-panel {
    width: calc(100% + 28px);
    margin-inline: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .page-hero .hero-panel img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }
  .page-hero .home-hero-visual img {
    height: auto;
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center;
  }
  .page-hero .hero-panel figcaption {
    padding: 8px 14px;
    font-size: .7rem;
    line-height: 1.35;
  }
  .eyebrow {
    gap: 8px;
    margin-bottom: 9px;
    font-size: .72rem;
  }
  .eyebrow::before {
    width: 27px;
    height: 3px;
  }
  h1 {
    font-size: clamp(2rem, 8vw, 2.55rem);
    line-height: 1.04;
  }
  h2 {
    font-size: clamp(1.55rem, 6.5vw, 2.1rem);
    line-height: 1.09;
  }
  h3 {
    font-size: clamp(1.05rem, 4.5vw, 1.25rem);
    line-height: 1.14;
  }
  .lead {
    margin-top: 10px;
    font-size: .97rem;
    line-height: 1.48;
  }
  .actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }
  .actions.single-action { grid-template-columns: minmax(0, 1fr); }
  .btn {
    width: 100%;
    min-height: 44px;
    padding: 10px 11px;
    border-radius: 12px;
    font-size: .81rem;
    line-height: 1.22;
    white-space: normal;
    text-align: center;
    transition: none;
  }
  .btn:hover, .btn:focus-visible { transform: none; }
  .meta-line {
    gap: 6px 12px;
    margin-top: 12px;
    font-size: .76rem;
    line-height: 1.35;
  }
  .kicker-date {
    margin-top: 12px;
    padding: 6px 9px;
    font-size: .7rem;
  }

  .section { padding: 36px 0; }
  .section-head { margin-bottom: 19px; }
  .section-head[style] { margin-top: 22px !important; }
  .split { gap: 20px; }

  .grid2, .grid3, .grid4 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mobile-rail {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-inline: -14px;
    padding: 2px 14px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-rail::-webkit-scrollbar { display: none; }
  .mobile-rail > * {
    flex: 0 0 min(82vw, 360px);
    scroll-snap-align: start;
  }
  #dossier .mobile-rail { align-items: flex-start; }
  #dossier .mobile-rail > * { flex-basis: min(88vw, 430px); }
  .rail-cue {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin: -4px 0 10px;
    color: var(--blue-700);
    font-size: .82rem;
    font-weight: 760;
  }
  .band .rail-cue { color: var(--yellow); }

  .card {
    padding: 17px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(6, 22, 52, .07);
  }
  .card-media {
    width: calc(100% + 34px);
    margin: -17px -17px 14px;
    border-radius: 12px 12px 0 0;
  }
  .priority-photo {
    width: calc(100% + 34px);
    margin: auto -17px -17px;
  }
  .card p { margin-top: 8px; }
  .card-link {
    margin-top: 12px;
    overflow-wrap: anywhere;
  }
  .card .hero-panel {
    width: 100%;
    margin: 16px 0 0;
    border-radius: 10px;
    box-shadow: none;
  }
  .card .hero-panel img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .card .hero-panel figcaption {
    padding: 8px 10px;
    font-size: .7rem;
    line-height: 1.35;
  }
  #dossier .card .hero-panel { margin-top: 12px; }
  #dossier .card .hero-panel img { aspect-ratio: 3 / 1; }
  #dossier .card .hero-panel figcaption { display: none; }
  .agenda-inline-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    border-radius: 12px;
  }
  .agenda-inline-cta .btn {
    width: 100%;
    min-width: 0;
  }
  .contact-shortcuts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 17px;
  }
  .contact-shortcut { min-height: 64px; }
  .num {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .tag { margin-bottom: 8px; }
  .callout, .notice {
    padding: 14px 15px;
    font-size: .9rem;
  }
  .agenda-note,
  .territory-note { margin-top: 18px; }
  .emergency-notice { margin-bottom: 22px; }
  .plain-list {
    gap: 7px;
    margin-top: 11px;
  }

  .status-strip .container { width: 100%; }
  .status-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .status-list li {
    display: grid;
    grid-template-columns: minmax(112px, .8fr) minmax(0, 1.4fr);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    font-size: .8rem;
    line-height: 1.35;
  }
  .status-list li:last-child { border-bottom: 0; }
  .status-list strong {
    margin-bottom: 0;
    font-size: .78rem;
    line-height: 1.2;
  }

  .faq-list { gap: 8px; }
  .privacy-nav.topic-nav .container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-inline: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .topic-nav a {
    min-height: 44px;
    flex: 0 0 auto;
  }
  details {
    border-radius: 11px;
    box-shadow: 0 7px 18px rgba(6, 22, 52, .06);
  }
  summary {
    gap: 12px;
    padding: 14px 15px;
    font-size: .9rem;
    line-height: 1.3;
  }
  summary::after { flex: 0 0 auto; }
  details p {
    padding: 0 15px 15px;
    font-size: .89rem;
  }
  .person-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }
  .avatar {
    width: 48px;
    height: 48px;
    font-size: .82rem;
  }
  .avatar-photo {
    width: 62px;
    height: 62px;
    border-radius: 0;
  }
  .proof-photo {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(3, 11, 34, .13);
  }
  .proof-photo figcaption {
    padding: 9px 11px;
    font-size: .74rem;
  }

  .form {
    padding: 17px;
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(3, 11, 34, .14);
  }
  .formgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 10px;
  }
  .field { gap: 5px; }
  label, legend { font-size: .84rem; }
  input, select, textarea {
    min-height: 44px;
    padding: 10px 11px;
    border-radius: 10px;
    font-size: 1rem;
  }
  textarea { min-height: 106px; }
  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .choice {
    gap: 7px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: .81rem;
  }
  .check input, .choice input {
    min-height: 18px;
    padding: 0;
  }
  .check {
    gap: 8px;
    font-size: .82rem;
  }
  .form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 15px;
  }
  .form-actions > :only-child { grid-column: 1 / -1; }
  .note, .msg { margin-top: 11px; }
  .form-help, .fineprint { font-size: .77rem; }

  .privacy-nav .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .privacy-nav a {
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
  }
  .thank-you-hero { min-height: 0; }

  .footer {
    padding: 28px 0 calc(28px + env(safe-area-inset-bottom));
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 12px;
    justify-content: stretch;
  }
  .footer-links a {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-size: .8rem;
    line-height: 1.3;
  }
}

@media (max-width: 680px) {
  .footer { padding-bottom: calc(26px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  .formgrid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 22px); }
  .brand-logo {
    width: 40px;
    height: 44px;
  }
  .brand-title { font-size: .88rem; }
  .brand-subtitle { display: none; }
  .page-hero { padding: 20px 0 0; }
  .page-hero .hero-panel {
    width: calc(100% + 22px);
    margin-inline: -11px;
  }
  h1 { font-size: clamp(1.82rem, 8.8vw, 2.22rem); }
  h2 { font-size: clamp(1.48rem, 7vw, 1.86rem); }
  .section { padding: 32px 0; }
  .mobile-rail {
    margin-inline: -11px;
    padding-inline: 11px;
    scroll-padding-inline: 11px;
  }
  .mobile-rail > * { flex-basis: 84vw; }
  #dossier .mobile-rail > * { flex-basis: 89vw; }
  .card { padding: 15px; }
  .card-media {
    width: calc(100% + 30px);
    margin: -15px -15px 13px;
  }
  .priority-photo {
    width: calc(100% + 30px);
    margin: auto -15px -15px;
  }
  .status-list li { padding-inline: 11px; }
  .form { padding: 15px; }
}

@media (max-width: 360px) {
  .brand-subtitle { display: none; }
  .page-hero .actions, .form-actions { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
