@font-face {
  font-family: "Gotham";
  src: url("./fonts/GothamPro.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Campaign Narrow";
  src: url("./fonts/GothamProNarrow-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/GothamPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel";
  src: url("./fonts/SentinelPro-Book.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel";
  src: url("./fonts/SentinelPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel";
  src: url("./fonts/SentinelPro-BookItalic.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}

:root {
  --navy: #062f6e;
  --blue: #00acd7;
  --sky: #91d6ec;
  --green: #add679;
  --ink: #000914;
  --mist: #e8edf1;
  --white: #fff;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); font-family: "Gotham", sans-serif; }
button, a { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--navy);
  color: #fff;
  border-radius: .4rem;
}
.skip-link:focus { top: 1rem; }

.brand-logo { width: clamp(190px, 21vw, 260px); height: auto; }

.state-dialog {
  width: min(700px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 1.5rem;
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 9, 20, .35);
  overflow: auto;
}
.state-dialog::backdrop { background: rgba(0, 20, 49, .76); backdrop-filter: blur(5px); }
.dialog-inner { padding: clamp(1.5rem, 4vw, 3rem); }
.dialog-top { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.dialog-kicker { color: var(--navy); font-weight: 800; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.state-dialog h2 { margin: .45rem 0 .4rem; color: var(--navy); font: 700 clamp(2rem, 6vw, 3.4rem)/.98 "Sentinel", serif; }
.state-dialog p { margin: 0; line-height: 1.55; color: #3d4a58; }
.dialog-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #c9d2da;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.4rem;
}
.dialog-close:hover { background: var(--mist); }
.state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 2rem 0 1.25rem; }
.state-link {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  background: var(--navy);
  color: #fff;
  border-radius: .85rem;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.state-link:hover { transform: translateY(-4px); background: #0a448f; }
.state-link span:first-child { font-size: .7rem; opacity: .72; text-transform: uppercase; letter-spacing: .1em; }
.state-link strong { font-size: 1.05rem; }
.state-link .arrow { font-size: 1.6rem; align-self: flex-end; }
.national-link { display: inline-flex; gap: .45rem; font-size: .83rem; color: var(--navy); font-weight: 700; }
.dialog-note { margin-top: 1.5rem !important; padding-top: 1rem; border-top: 1px solid #dce3e8; font-size: .72rem; }

.story-dialog {
  width: min(960px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 1.25rem;
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 9, 20, .42);
  overflow: auto;
}
.story-dialog::backdrop { background: rgba(0, 9, 20, .82); backdrop-filter: blur(6px); }
.story-dialog-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(0,9,20,.72);
  color: #fff;
  cursor: pointer;
  font-size: 1.45rem;
}
.story-dialog-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 610px; }
.story-dialog-portrait { min-height: 100%; background: var(--navy); overflow: hidden; }
.story-dialog-portrait img { width: 100%; height: 100%; object-fit: cover; }
.story-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 5rem); background: #fff; }
.story-dialog-kicker { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.story-dialog h2 { margin: .7rem 0 1.5rem; color: var(--navy); font: 700 clamp(3.3rem, 7vw, 6rem)/.84 "Campaign Narrow", sans-serif; text-transform: uppercase; }
.story-dialog-body { display: grid; gap: 1rem; }
.story-dialog-body p { margin: 0; color: #33475b; font: 400 1rem/1.65 "Sentinel", serif; }
.story-dialog-source { margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid #dce3e8; color: #617182; font-size: .67rem; line-height: 1.5; }
.story-dialog-register { display: flex; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; padding: 1.1rem 1.2rem; border: 0; background: var(--green); color: var(--navy); cursor: pointer; font-weight: 900; text-align: left; }

.faq-item { border-top: 1px solid currentColor; }
.faq-item:last-child { border-bottom: 1px solid currentColor; }
.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
}
.faq-question .plus { width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; transition: transform .25s ease; }
.faq-question[aria-expanded="true"] .plus { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { margin: 0; padding: 0 3rem 1.4rem 0; line-height: 1.65; }

.site-footer-logo { width: 210px; filter: brightness(0) invert(1); }
.legal-note { font-size: .72rem; line-height: 1.55; opacity: .72; }

@media (max-width: 650px) {
  .state-grid { grid-template-columns: 1fr; }
  .state-link { min-height: 92px; }
  .story-dialog-layout { grid-template-columns: 1fr; }
  .story-dialog-portrait { min-height: 270px; max-height: 330px; }
  .story-dialog-copy { padding: 2rem 1.4rem; }
  .story-dialog h2 { font-size: 3.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
