@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700;900&family=Montserrat:wght@600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap";
:root {
  --ink: #0a1e38;
  --ink2: #0c244a;
  --bone: #efe9da;
  --paper: #f6f2e8;
  --amber: #f3b21b;
  --red: #e00000;
  --brass: #c9a24b;
  --slate: #8093ac;
  --line: #e9e0d029;
  --inkline: #e4ddcd;
  --max: 1200px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Public Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
section[id],
h1[id],
h2[id] {
  scroll-margin-top: 112px;
}
@media (width<=650px) {
  section[id],
  h1[id],
  h2[id] {
    scroll-margin-top: 142px;
  }
}
body {
  background: var(--ink);
  color: #12233b;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1.62;
}
a {
  color: inherit;
}
.wrap {
  max-width: var(--max);
  margin: auto;
  padding-inline: 28px;
}
header {
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  background: #0a1e38eb;
  position: sticky;
  top: 0;
}
.nav {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 74px;
  display: flex;
}
.logo {
  color: var(--bone);
  align-items: center;
  gap: 13px;
  text-decoration: none;
  display: flex;
}
.crest {
  border: 1.5px solid var(--brass);
  width: 42px;
  height: 42px;
  font-family: var(--serif);
  border-radius: 50%;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 900;
  display: grid;
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1;
}
.wordmark small {
  font-family: var(--mono);
  letter-spacing: 0.19em;
  color: var(--slate);
  margin-top: 5px;
  font-size: 0.57rem;
  font-weight: 400;
  display: block;
}
.btn {
  background: var(--amber);
  color: #231603;
  border-radius: 2px;
  align-items: center;
  gap: 0.7rem;
  padding: 15px 28px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.15s;
  display: inline-flex;
  box-shadow: 0 10px 24px -8px #f3b21b99;
}
.btn:hover {
  transform: translateY(-2px);
}
button.btn {
  cursor: pointer;
}
.btn.compact {
  padding: 11px 20px;
  font-size: 0.9rem;
}
.btn.big {
  padding: 18px 34px;
  font-size: 1.06rem;
}
.btn.ghost {
  color: var(--bone);
  border: 1px solid var(--line);
  box-shadow: none;
  background: 0 0;
}
.hero {
  color: var(--bone);
  background: radial-gradient(120% 90% at 85% 0%, #123057, var(--ink) 55%);
  border-bottom: 1px solid var(--line);
}
.heroGrid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
  gap: 52px;
  padding-block: 72px 78px;
  display: grid;
}
.eyebrow {
  font-family: var(--mono);
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 700;
}
.alert {
  color: var(--red);
}
h1,
h2,
h3 {
  font-family: var(--serif);
  margin: 0 0 0.4em;
  line-height: 1.06;
}
h1 {
  letter-spacing: -0.015em;
  max-width: 14ch;
  font-size: clamp(2.4rem, 5.2vw, 4.15rem);
  font-weight: 600;
}
h1 em {
  color: var(--amber);
}
.lede {
  color: #cdd7e6;
  max-width: 54ch;
  margin: 0.7em 0 1.7em;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}
.ctaRow {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}
.headerDave {
  color: #d7e5ee;
  max-width: 48ch;
  margin: 0;
  justify-self: center;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.35;
}
.since {
  color: var(--slate);
  font-family: var(--mono);
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  font-size: 0.72rem;
  display: flex;
}
.since b {
  color: var(--bone);
}
.watch {
  border: 1px solid var(--line);
  background: linear-gradient(#081a31, #0a2039);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px #000;
}
.watchFoot {
  color: var(--slate);
  font-family: var(--mono);
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  font-size: 0.68rem;
  display: flex;
}
.watchTitle {
  color: var(--bone);
}
.watchTitle i {
  background: var(--red);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  box-shadow: 0 0 0 4px #e000003d;
}
.watchRow {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 76px minmax(0, 1fr) 92px;
  align-items: start;
  gap: 15px;
  padding: 14px 18px;
  display: grid;
}
.policyId {
  font: 400 0.69rem var(--mono);
  color: var(--amber);
}
.policyMeta {
  color: var(--bone);
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
  display: flex;
}
.policyMeta b {
  display: block;
  padding-left: 0;
  text-indent: 0;
  font-size: 0.88rem;
}
.policyMeta small {
  font: 400 0.61rem var(--mono);
  letter-spacing: 0.08em;
  color: var(--slate);
  text-transform: uppercase;
  margin-top: 5px;
  padding-left: 0;
  text-indent: 0;
}
.status {
  font: 700 0.6rem var(--mono);
  text-transform: uppercase;
  justify-self: center;
  text-align: center;
  border-radius: 2px;
  padding: 4px 8px;
}
.status.active {
  color: #fff;
  background: #e0000038;
  border: 1px solid #ff3030;
  box-shadow: 0 0 9px #e0000080;
}
.status.adv {
  color: #ffe9b8;
  background: #f3b21b21;
  border: 1px solid #f3b21b73;
}
.status.mon {
  color: #ff9bf2;
  background: #ee4bdb2b;
  border: 1px solid #ee4bdb94;
}
.watchFoot b {
  color: var(--amber);
}
.watchSummary {
  color: #cdd7e6;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 14px 18px 0;
  font-size: 0.86rem;
  line-height: 1.45;
}
.record {
  background: var(--bone);
  scroll-margin-top: 112px;
  padding-top: 42px;
}
.statsProof {
  text-align: center;
}
.statsProof .eyebrow {
  color: #9a6b12;
  margin: 0 0 10px;
}
.statsProof h2 {
  color: var(--ink);
  margin: 0;
  font-size: clamp(1.75rem, 3.3vw, 2.5rem);
}
.stats {
  grid-template-columns: repeat(5, 1fr);
  padding-block: 30px 42px;
  display: grid;
}
.stat {
  border-left: 1px solid var(--inkline);
  padding: 4px 22px;
}
.stat:first-child {
  border: 0;
}
.stat span {
  font: 400 0.62rem var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a7f66;
}
.stat strong {
  font: 600 clamp(1.9rem, 3.3vw, 2.9rem) var(--serif);
  color: var(--ink);
  margin: 8px 0 6px;
  line-height: 1;
  display: block;
}
.stat p {
  color: #5c5544;
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.35;
}
section {
  padding: 88px 0;
}
.darkSection {
  color: var(--bone);
}
.paper {
  background: var(--paper);
}
.sectionHead {
  max-width: 70ch;
  margin-bottom: 46px;
}
.sectionHead h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  font-weight: 600;
}
.sectionHead > p:last-child {
  color: #bccadf;
  margin: 0.2em 0;
  font-size: 1.08rem;
}
.inkHead h2 {
  color: var(--ink);
}
.inkHead > p:last-child {
  color: #5c5544;
}
.dossier {
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}
.dossier article {
  background: var(--ink2);
  padding: 30px 28px;
}
.dossier article > span {
  font: 400 0.64rem var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--red);
}
.dossier h3 {
  color: var(--bone);
  margin-top: 16px;
  font-size: 1.28rem;
}
.dossier p {
  color: #aebbcf;
  margin: 0;
}
.capabilities {
  border-top: 1px solid var(--inkline);
}
.capabilities article {
  border-bottom: 1px solid var(--inkline);
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 26px;
  padding: 27px 8px;
  display: grid;
}
.capabilities article > strong {
  font: 700 1.75rem var(--serif);
  color: var(--brass);
}
.capabilities h3 {
  margin: 0 0 0.15em;
  font-size: 1.3rem;
}
.capabilities p {
  color: #5c5544;
  margin: 0;
}
.quotes {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}
.quotes figure {
  border: 1px solid var(--inkline);
  background: #fff;
  border-radius: 6px;
  margin: 0;
  padding: 30px;
}
.quotes figure > span {
  font: 400 0.62rem var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
}
.quotes blockquote {
  font: 500 1.16rem/1.45 var(--serif);
  color: #25324a;
  margin: 14px 0 22px;
}
.quotes figcaption {
  flex-direction: column;
  display: flex;
}
.quotes figcaption b {
  font-size: 0.92rem;
}
.quotes figcaption small {
  font: 400 0.68rem var(--mono);
  color: #8a7f66;
}
.dave {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 50px;
  display: grid;
}
.dave figure {
  aspect-ratio: 4/5;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.dave figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dave figcaption {
  font: 400 0.67rem var(--mono);
  background: linear-gradient(#0000, #081629f0);
  padding: 40px 16px 14px;
  position: absolute;
  inset: auto 0 0;
}
.dave h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
}
.dave div > p {
  color: #cdd7e6;
  font-size: 1.08rem;
}
.dave blockquote {
  font: italic 500 1.28rem var(--serif);
  color: var(--amber);
  border-left: 2px solid var(--brass);
  margin: 25px 0 0;
  padding-left: 20px;
}
.dave .teamPromise {
  color: #fff;
  max-width: 31ch;
  margin: 25px 0 17px;
  font-family: var(--heading);
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
}

/* Membership conversation form and revised leadership image */
.dave {
  grid-template-columns: 1fr;
  gap: 30px;
}
.dave figure {
  aspect-ratio: 16 / 7;
  max-width: none;
}
.dave figure img {
  object-position: center 36%;
}
.dave > div {
  max-width: 850px;
}
.bookingDialog {
  width: min(720px, calc(100% - 32px));
  max-height: min(88vh, 820px);
  color: var(--charcoal);
  border: 1px solid #c9d5dc;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  overflow: auto;
  box-shadow: 0 28px 80px #001d3466;
}
.bookingDialog::backdrop {
  background: #001d34c7;
  backdrop-filter: blur(4px);
}
.bookingPanel {
  padding: 38px;
  position: relative;
}
.bookingPanel h2 {
  color: var(--navy);
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 2.45rem);
}
.bookingIntro {
  color: #49616f;
  max-width: 58ch;
  margin: 0 0 24px;
}
.dialogClose {
  width: 40px;
  height: 40px;
  color: var(--navy);
  border: 0;
  border-radius: 50%;
  background: var(--cool-gray);
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 18px;
  font: 400 1.65rem/1 var(--heading);
}
.dialogClose:hover {
  background: #dbe5ea;
}
.formGrid {
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  display: grid;
}
.formGrid label {
  color: var(--navy);
  font-family: var(--heading);
  font-size: 0.86rem;
  font-weight: 700;
}
.formGrid label span {
  color: #6b7f8c;
  font-weight: 400;
}
.formGrid input,
.formGrid textarea {
  width: 100%;
  color: var(--charcoal);
  border: 1px solid #b9cbd5;
  border-radius: 5px;
  background: #fff;
  margin-top: 6px;
  padding: 11px 12px;
  font: 400 1rem var(--sans);
}
.formGrid textarea {
  resize: vertical;
}
.formGrid input:focus,
.formGrid textarea:focus {
  border-color: var(--sky);
  outline: 3px solid #39a9e126;
}
.formWide {
  grid-column: 1 / -1;
}
.formActions {
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  display: flex;
}
.formActions .btn {
  flex: 0 0 auto;
}
.formActions .btn:disabled {
  cursor: wait;
  opacity: 0.65;
}
.formStatus {
  color: #49616f;
  margin: 0;
  font-size: 0.9rem;
}
.formTrap {
  display: none;
}
.formSuccess {
  padding: 28px 0 8px;
  text-align: center;
}
.formSuccess h3 {
  color: var(--navy);
  font-family: var(--display);
  font-size: 2rem;
}
.formSuccess .btn.ghost {
  color: var(--navy);
  border-color: var(--sky);
  margin-top: 12px;
}
body:has(.bookingDialog[open]) {
  overflow: hidden;
}
@media (width <= 650px) {
  .dave figure {
    aspect-ratio: 16 / 9;
  }
  .bookingPanel {
    padding: 32px 20px 24px;
  }
  .formGrid {
    grid-template-columns: 1fr;
  }
  .formWide {
    grid-column: auto;
  }
  .formActions {
    align-items: stretch;
    flex-direction: column;
  }
  .formActions .btn {
    justify-content: center;
  }
}
.anchorAlias {
  height: 0;
  display: block;
  scroll-margin-top: 112px;
}
.final {
  background: var(--bone);
  text-align: center;
  color: var(--ink);
}
.final .eyebrow {
  color: #9a6b12;
}
.final h2 {
  max-width: 19ch;
  margin-inline: auto;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
}
.final p {
  color: #5c5544;
  max-width: 56ch;
  margin: 0 auto 2rem;
  font-size: 1.12rem;
}
.final small {
  font: 400 0.7rem var(--mono);
  color: #8a7f66;
  margin-top: 18px;
  display: block;
}
.final .closingPromise {
  color: var(--navy);
  max-width: 32ch;
  margin: 28px auto 18px;
  text-align: center;
  font-family: var(--heading);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
}
footer {
  color: var(--slate);
  border-top: 1px solid var(--line);
  background: #07172c;
  padding: 50px 0;
}
.footerRow {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 28px;
  display: grid;
}
.footerRow nav {
  font: 400 0.75rem var(--mono);
  color: #cdd7e6;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  display: flex;
}
.footerRow nav a {
  text-decoration: none;
}
.footerRow > p {
  border-top: 1px solid var(--line);
  font: 400 0.68rem/1.7 var(--mono);
  color: #5b6c85;
  grid-column: 1/-1;
  margin: 0;
  padding-top: 18px;
}
.heroRight {
  border: 1px solid var(--line);
  background: #07172c;
  border-radius: 8px;
  align-self: start;
  gap: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 24px 54px -30px #000;
}
.capitolHero {
  aspect-ratio: 16/7;
  background: #07172c;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.capitolHero img {
  object-fit: cover;
  object-position: 62% 48%;
  width: 100%;
  height: 100%;
  display: block;
}
.capitolHero:after {
  content: "";
  background:
    linear-gradient(90deg, #07172c2e, #0000 52%),
    linear-gradient(#0000 48%, #07172ce6);
  position: absolute;
  inset: 0;
}
.watchImageHead {
  z-index: 1;
  color: var(--slate);
  font: 400 0.68rem var(--mono);
  letter-spacing: 0.11em;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 38px 18px 14px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}
.heroRight .watch {
  border: 0;
  border-top: 1px solid var(--line);
  box-shadow: none;
  border-radius: 0;
}
.watchTitle i {
  animation: 1.15s ease-in-out infinite watchBlink;
}
.status {
  animation: 2.1s ease-in-out infinite statusBlink;
}
.status.adv {
  animation-delay: 0.25s;
}
.status.mon {
  animation-delay: 0.5s;
}
@keyframes watchBlink {
  0%,
  to {
    opacity: 1;
    box-shadow:
      0 0 0 4px #e000003d,
      0 0 15px #e00000e6;
  }
  50% {
    opacity: 0.28;
    box-shadow: 0 0 0 2px #e000001f;
  }
}
@keyframes statusBlink {
  0%,
  to {
    filter: brightness(1.35);
    box-shadow: 0 0 10px -3px;
  }
  50% {
    filter: brightness(0.78);
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .watchTitle i,
  .status {
    animation: none;
  }
}

/* Standing Watch threat signals: true red reserved for live alerts/core priorities. */
.watchTitle i {
  background: #e00000;
  box-shadow: 0 0 0 4px #e000003d;
}
.status.active {
  color: #fff;
  background: #e0000038;
  border-color: #ff3030;
  box-shadow: 0 0 9px #e0000080;
  animation: 1.15s ease-in-out infinite statusBlink;
}
@media (width<=940px) {
  .heroGrid {
    grid-template-columns: 1fr;
    padding-block: 52px 60px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat {
    border-left: 0;
    border-top: 1px solid var(--inkline);
    padding: 18px 22px;
  }
  .dossier,
  .dave {
    grid-template-columns: 1fr;
  }
  .dave figure {
    max-width: 540px;
  }
  .capitolHero {
    aspect-ratio: 16/8;
  }
}
@media (width<=650px) {
  .wrap {
    padding-inline: 20px;
  }
  .wordmark small {
    display: none;
  }
  .btn.compact {
    padding: 10px 12px;
    font-size: 0.77rem;
  }
  .heroGrid {
    gap: 36px;
  }
  .watchRow {
    grid-template-columns: 1fr auto;
  }
  .policyId {
    grid-column: 1/-1;
  }
  .status {
    grid-area: 2/2;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .capabilities article {
    grid-template-columns: 42px 1fr;
  }
  .quotes,
  .footerRow {
    grid-template-columns: 1fr;
  }
  .footerRow nav {
    justify-content: flex-start;
  }
  .since > span:nth-child(2) {
    display: none;
  }
}
.crest {
  background: transparent;
  overflow: hidden;
}
.crest img {
  width: 34px;
  max-width: 34px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  transform: none;
}

/* DSA 2025 brand-sheet alignment */
:root {
  --sky: #39a9e1;
  --navy: #003f6d;
  --white: #fff;
  --charcoal: #1e1e1e;
  --slate-blue: #496d89;
  --soft-teal: #4fc4b3;
  --coral: #f2645a;
  --cool-gray: #ededed;
  --ink: #003f6d;
  --ink2: #073555;
  --bone: #fff;
  --paper: #ededed;
  --warning: #f3b21b;
  --amber: #f3b21b;
  --red: #e00000;
  --brass: #39a9e1;
  --slate: #9fc2d9;
  --line: #ffffff2e;
  --inkline: #c9d5dc;
  --display: "Montserrat", Arial, sans-serif;
  --heading: "Lato", Arial, sans-serif;
  --sans: "Source Sans 3", Arial, sans-serif;
  --mono: "Lato", Arial, sans-serif;
  --serif: "Lato", Arial, sans-serif;
}
body {
  background: var(--navy);
  color: var(--charcoal);
  font-family: var(--sans);
}
header {
  background: #003f6df2;
}
.logo {
  color: var(--white);
}
.wordmark {
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 700;
}
.wordmark small {
  font-family: var(--heading);
  color: #b9d5e5;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.crest {
  border-color: var(--soft-teal);
}
.btn {
  background: var(--coral);
  color: #fff;
  border: 4px solid var(--coral);
  border-radius: 6px;
  padding: 12px 25px;
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px -8px #f2645a70;
}
.btn:hover {
  background: #dc4f47;
  border-color: #dc4f47;
}
.btn.ghost {
  color: #fff;
  border: 2px solid var(--sky);
  background: transparent;
}
.hero {
  color: #fff;
  background: radial-gradient(115% 95% at 85% 0%, #12689a, var(--navy) 58%);
}
.eyebrow {
  font-family: var(--heading);
  letter-spacing: 0.18em;
  color: var(--sky);
  font-size: 0.875rem;
  font-weight: 700;
}
.alert {
  color: var(--coral);
}
h1,
h2,
h3 {
  font-family: var(--heading);
  line-height: 1.08;
}
h1 {
  font-family: var(--display);
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
}
h1 em {
  color: var(--coral);
}
.sectionHead h2 {
  font-size: clamp(2rem, 3.8vw, 2.25rem);
  font-weight: 700;
}
.dossier h3,
.capabilities h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.dave h2 {
  font-size: clamp(2rem, 3.4vw, 2.25rem);
  font-weight: 700;
}
.lede,
.dave div > p {
  color: #d7e8f2;
}
.since {
  font-family: var(--heading);
}
.heroRight {
  border: 2px solid var(--soft-teal);
  background: #073555;
  border-radius: 8px;
}
.watch {
  background: linear-gradient(#00375f, #073555);
}
.policyId,
.watchFoot b {
  color: var(--sky);
}
.policyMeta b {
  font-family: var(--heading);
}
.policyMeta small,
.watchFoot {
  font-family: var(--heading);
}
.status.active {
  color: #fff0ee;
  background: #f2645a29;
  border-color: #f2645a8c;
}
.status.adv {
  color: #d8fff8;
  background: #4fc4b329;
  border-color: #4fc4b38c;
}
.status.mon {
  color: #ccefff;
  background: #39a9e12b;
  border-color: #39a9e194;
}
.record,
.paper {
  background: var(--cool-gray);
}
.stat strong {
  font-family: var(--display);
  font-weight: 700;
}
.stat span {
  font-family: var(--heading);
  color: var(--slate-blue);
}
.stat p,
.inkHead > p:last-child,
.capabilities p,
.final p {
  color: #49616f;
}
.darkSection {
  background: var(--navy);
}
.dossier article {
  background: #073555;
}
.dossier article > span {
  font-family: var(--heading);
  color: var(--coral);
}
.capabilities article > strong {
  font-family: var(--display);
  color: var(--sky);
}
.quotes figure {
  border-radius: 8px;
}
.quotes blockquote {
  font-family: var(--heading);
}
.quotes figure > span {
  font-family: var(--heading);
  color: var(--sky);
}
.dave figure {
  border: 2px solid var(--soft-teal);
  border-radius: 8px;
}
.dave figure img {
  object-position: 50% 22%;
}
.dave blockquote {
  font-family: var(--heading);
  color: var(--sky);
  border-left-color: var(--soft-teal);
}
.final {
  background: #fff;
  color: var(--charcoal);
}
.final .eyebrow {
  color: var(--sky);
}
.final h2 {
  font-family: var(--heading);
  font-size: clamp(2rem, 4.2vw, 2.25rem);
  font-weight: 700;
}
footer {
  color: #b9d5e5;
  background: #002f52;
}
.footerRow nav,
.footerRow > p {
  font-family: var(--heading);
}

/* Standing Watch campaign exception: warning amber */
h1 em {
  color: var(--warning);
}
.watchTitle i {
  background: var(--warning);
  box-shadow: 0 0 0 4px #f3b21b33;
}
.policyId,
.watchFoot b {
  color: var(--warning);
}
.status.adv {
  color: #fff1c7;
  background: #f3b21b29;
  border-color: #f3b21b8c;
}
.dave blockquote {
  color: var(--warning);
  border-left-color: var(--warning);
}
@keyframes watchBlink {
  0%,
  to {
    opacity: 1;
    box-shadow:
      0 0 0 4px #f3b21b33,
      0 0 13px #f3b21bcc;
  }
  50% {
    opacity: 0.28;
    box-shadow: 0 0 0 2px #f3b21b14;
  }
}

/* Enlarged DSA identity mark */
.nav {
  height: 92px;
  grid-template-columns: auto minmax(0, 1fr);
  display: grid;
}
.headerAction {
  justify-self: end;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}
.headerAction .headerDave {
  max-width: 39ch;
  text-align: right;
  font-size: 0.78rem;
}
.headerAction .btn.compact {
  flex: 0 0 auto;
  border-width: 2px;
  padding: 9px 15px;
  font-size: 0.68rem;
  line-height: 1.15;
  box-shadow: 0 7px 18px -9px #f2645a99;
}
.wordmark {
  font-size: 1.22rem;
  line-height: 1.05;
}
.crest {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  position: relative;
  overflow: hidden;
}
.crest img {
  width: 78px;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.wordmark small {
  color: #e0eff7;
  letter-spacing: 0.035em;
  font-size: 0.64rem;
  line-height: 1.3;
  text-transform: none;
}
@media (width<=650px) {
  .nav {
    grid-template-columns: 1fr;
    gap: 6px 12px;
    height: auto;
    min-height: 122px;
    padding-block: 10px;
  }
  .headerAction {
    width: 100%;
    justify-self: stretch;
    justify-content: space-between;
    gap: 10px;
  }
  .headerAction .headerDave {
    max-width: 31ch;
    text-align: left;
    font-size: 0.67rem;
  }
  .crest {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .crest img {
    width: 70px;
  }
  .wordmark {
    font-size: 1rem;
  }
  .wordmark small {
    font-size: 0.56rem;
  }
}

/* Native CEO-to-CEO feature video */
.featuredVideo {
  border: 1px solid var(--line);
  background: #073555;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 60px -34px #000;
}
.featuredVideo video {
  aspect-ratio: 16/9;
  background: #001f36;
  width: 100%;
  height: auto;
  display: block;
}
.featuredVideo figcaption {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  font-family: var(--heading);
  display: flex;
}
.featuredVideo figcaption b {
  font-size: 1.05rem;
}
.featuredVideo figcaption small {
  color: var(--sky);
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 700;
}
@media (width<=650px) {
  .featuredVideo figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 15px 17px;
  }
}

/* Restrained leadership portrait */
.dave {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 46px;
}
.dave figure {
  aspect-ratio: 1;
  width: 210px;
  justify-self: center;
  border-width: 1px;
  border-radius: 50%;
  box-shadow: 0 18px 38px -28px #000;
}
.dave figure img {
  object-position: 50% 28%;
}
.dave figcaption {
  display: none;
}
@media (width<=760px) {
  .dave {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .dave figure {
    width: 160px;
    justify-self: start;
    margin-bottom: 4px;
  }
}

/* Leadership image: restrained circular crop beside the team message. */
.dave {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 46px;
}
.dave figure {
  aspect-ratio: 1;
  width: 210px;
  max-width: 210px;
  justify-self: center;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow: 0 18px 38px -28px #000;
}
.dave figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.12);
  transform-origin: 50% 46%;
}
.leadershipCta {
  width: auto;
  margin-top: 22px;
}
@media (width<=760px) {
  .dave {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dave figure {
    width: 160px;
    max-width: 160px;
    justify-self: start;
  }
}

/* Accessibility and interaction refinements */
.skipLink {
  z-index: 1000;
  color: #fff;
  background: #003f6d;
  border: 2px solid #fff;
  padding: 10px 14px;
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
}
.skipLink:focus {
  transform: translateY(0);
}
a:focus-visible,
video:focus-visible {
  outline: 3px solid var(--warning);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .watchTitle i,
  .status {
    animation: none;
  }
  .btn {
    transition: none;
  }
  .btn:hover {
    transform: none;
  }
}

/* More concise campaign pacing */
section {
  padding-block: 72px;
}
@media (width <= 650px) {
  section {
    padding-block: 58px;
  }
}

/* Final campaign override: true red is the threat/core-priority signal. */
.watchTitle i {
  background: #e00000;
  box-shadow: 0 0 0 4px #e000003d;
}
.status.active {
  color: #fff;
  background: #e0000038;
  border-color: #ff3030;
  box-shadow: 0 0 9px #e0000080;
  animation: 1.15s ease-in-out infinite statusBlink;
}
@media (prefers-reduced-motion: reduce) {
  .watchTitle i,
  .status.active {
    animation: none;
  }
}
