:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --muted: rgba(248, 251, 255, 0.8);
  --line: rgba(255, 255, 255, 0.18);
  --card: rgba(255, 255, 255, 0.1);
  --card-strong: rgba(255, 255, 255, 0.15);
  --blue: #174b7d;
  --blue-deep: #253f82;
  --indigo: #3a286f;
  --green: #1f473d;
  --coral: #f16f43;
  --coral-strong: #c94f31;
  --gold: #ffd7a0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
}

a {
  color: var(--gold);
  text-underline-offset: 0.18em;
}

a:hover {
  color: #fff1d6;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #f2b544;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 0.8rem;
  color: #243833;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 56px;
  padding: 0.75rem clamp(0.85rem, 3.5vw, 2.5rem);
  background: rgba(31, 71, 61, 0.97);
  border-bottom: 2px solid rgba(241, 111, 67, 0.72);
  backdrop-filter: blur(12px);
}

.nav-context {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-context:hover,
.nav-context:focus-visible {
  color: var(--gold);
}

.nav-home-icon,
.nav-advocacy-icon,
.nav-menu-item-icon {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}

.nav-advocacy-icon,
.nav-menu-item-icon {
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  font-size: 0.8rem;
}

.nav-menu {
  position: relative;
  color: #fff;
}

.nav-menu > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 32px;
  padding: 0.18rem 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.nav-menu > summary::-webkit-details-marker {
  display: none;
}

.nav-menu > summary::after {
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  border-top: 5px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.nav-menu[open] > summary::after {
  transform: rotate(180deg);
}

.nav-menu-panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 220px;
  padding: 0.45rem;
  background: rgba(31, 71, 61, 0.99);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(8, 18, 46, 0.3);
}

.nav-menu-panel a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.7rem;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 4px;
  text-decoration: none;
}

.nav-menu-panel a:hover,
.nav-menu-panel a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-hero {
  padding: 4.75rem clamp(1rem, 5vw, 4rem) 3.7rem;
  background: linear-gradient(135deg, #253f82 0%, #1e4b76 50%, #3a286f 100%);
  border-bottom: 1px solid var(--line);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 2.5rem;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.legal-header > p {
  max-width: 780px;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.public-information-page .legal-header h1 + p,
.legal-document-page .legal-header > p:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.legal-eyebrow {
  margin: 0 0 0.55rem !important;
  color: var(--gold) !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-updated {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.94rem;
}

.breadcrumb,
.legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  list-style: none;
}

.legal-breadcrumb > span + span::before,
.breadcrumb li + li::before {
  margin-right: 0.55rem;
  color: rgba(255, 255, 255, 0.46);
  content: "/";
}

.breadcrumb a,
.legal-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-size: 3.25rem;
}

h2 {
  margin: 0;
  font-size: 2.35rem;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
}

.page-lede {
  max-width: 780px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
}

.hero-note,
.document-date {
  max-width: 760px;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.hero-brand-image {
  display: block;
  width: 168px;
  height: 168px;
  object-fit: cover;
  object-position: 68% 45%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 215, 160, 0.62);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8, 18, 46, 0.28);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
}

.button.primary {
  color: #1e2d2a;
  background: var(--coral);
  border-color: var(--coral);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ff8058;
}

.brand-strip {
  padding: 1rem;
  color: var(--gold);
  background: rgba(58, 40, 111, 0.36);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.brand-strip p {
  width: min(920px, 100%);
  margin: 0 auto;
  font-weight: 800;
}

.document-nav {
  padding: 1.15rem 0;
  background: rgba(12, 34, 82, 0.22);
  border-bottom: 1px solid var(--line);
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  align-items: center;
}

.legal-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.content-section {
  padding: 3.6rem clamp(1rem, 5vw, 4rem);
  background: linear-gradient(135deg, #174b7d 0%, #253f82 56%, #3a286f 100%);
  border-bottom: 1px solid var(--line);
}

.content-section.band {
  background: linear-gradient(135deg, #214779 0%, #1e4b76 48%, #342b73 100%);
}

.content-section h2 {
  max-width: 860px;
}

.content-section h3 {
  margin-top: 1.7rem;
  color: #fff;
}

.content-section p,
.content-section li {
  max-width: 860px;
  color: var(--muted);
}

.content-section p {
  margin: 0.9rem 0 0;
}

.content-section ul,
.content-section ol {
  display: grid;
  gap: 0.62rem;
  max-width: 900px;
  margin: 1rem 0 0;
  padding-left: 1.35rem;
}

.content-section li::marker {
  color: var(--gold);
}

.public-topic-feature__copy {
  max-width: 820px;
}

.public-topic-feature__media {
  display: none;
}

.legal-note-card .wrap,
.notice-section .wrap {
  padding-left: 1.1rem;
  border-left: 4px solid var(--coral);
}

.related-pages .wrap,
.related-section .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.legal-link-card {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
  min-height: 132px;
  padding: 1.05rem;
  color: #fff;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
}

.legal-link-card:hover,
.legal-link-card:focus-visible {
  color: #fff;
  background: var(--card-strong);
  border-color: rgba(255, 215, 160, 0.55);
}

.legal-link-card strong {
  color: var(--gold);
  font-size: 1.05rem;
}

.legal-link-card span {
  color: var(--muted);
}

.legal-agreement-quote {
  max-width: 860px;
  margin: 1rem 0 0;
  padding: 1rem 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(8, 27, 71, 0.24);
  border-left: 4px solid var(--gold);
}

.sms-opt-in-proof-card {
  width: min(680px, 100%);
  margin-top: 1.2rem;
  padding: 1.2rem;
  background: rgba(10, 31, 82, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
}

.sms-opt-in-proof-card__eyebrow,
.sms-opt-in-proof-card__step,
.sms-opt-in-proof-card__keyword {
  margin: 0;
}

.sms-opt-in-proof-card__eyebrow,
.sms-opt-in-proof-card__keyword {
  color: var(--gold);
  font-weight: 800;
}

.sms-opt-in-proof-card__status {
  margin-top: 0.55rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.sms-opt-in-proof-card__number {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.9rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.sms-opt-in-proof-card__actions {
  margin-top: 1rem;
  padding-top: 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.site-footer {
  padding: 3.5rem clamp(1rem, 5vw, 4rem) 3rem;
  background: linear-gradient(135deg, #253f82 0%, #1e4b76 48%, #3a286f 100%);
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.35rem;
  max-width: 72rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__bottom-brand {
  max-width: 72rem;
  margin: 1.5rem auto 0;
  text-align: center;
}

.site-footer #site-footer-title {
  display: block;
  color: var(--coral);
  font-size: 1.05rem;
  font-weight: 800;
}

.site-footer__summary {
  max-width: 64rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  text-align: center;
}

.site-footer__origin {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.9em;
}

@media (max-width: 760px) {
  .page-hero {
    padding-top: 3.25rem;
    padding-bottom: 2.8rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .hero-brand-image {
    width: 108px;
    height: 108px;
    grid-row: 1;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .page-lede {
    font-size: 1.08rem;
  }

  .content-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .related-pages .wrap,
  .related-section .wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .topbar {
    align-items: flex-start;
  }

  .nav-context span,
  .nav-menu-trigger span {
    white-space: normal;
  }

  .nav-menu-panel {
    position: fixed;
    top: 58px;
    right: 0.75rem;
    left: 0.75rem;
    min-width: 0;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .legal-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sms-opt-in-proof-card__number {
    font-size: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
