@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Montserrat:wght@500;700;800;900&display=swap");

:root {
  --navy: #071b33;
  --navy-2: #0d2949;
  --navy-3: #173b61;
  --gold: #c9a227;
  --gold-light: #e7ca68;
  --paper: #fbfaf6;
  --paper-2: #f7f4ec;
  --white: #ffffff;
  --mist: #eef3f7;
  --civic: #d8e7f2;
  --warm: #f3efe6;
  --copper: #a87044;
  --teal: #4f7f83;
  --steel: #e4edf2;
  --ink: #10223b;
  --muted: #6d7480;
  --line: rgba(16, 34, 59, 0.13);
  --shadow: 0 30px 90px rgba(7, 27, 51, 0.18);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", Arial, sans-serif;
  --rail: min(1180px, calc(100% - 48px));
  --section-x: 24px;
  --section-y: 112px;
  --section-y-large: 120px;
  --section-title: 52px;
  --section-copy: 18px;
  --card-copy: 16px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-x-behavior: smooth;
}

.ebt-imported-page {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: -56px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--gold-light);
  font-weight: 900;
}

.skip-link:focus {
  top: 18px;
}

.concept-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(7, 27, 51, 0.94), rgba(7, 27, 51, 0.86)),
    rgba(7, 27, 51, 0.9);
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.22);
  backdrop-filter: blur(18px);
  padding: 12px 24px;
}

.header-shell {
  display: grid;
  width: var(--rail);
  min-height: 66px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.concept-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.concept-brand small {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.concept-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.concept-nav a,
.concept-nav .nav-link-disabled {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.concept-nav .nav-link-disabled {
  cursor: default;
  user-select: none;
}

.concept-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms ease;
}

.concept-nav .nav-link-disabled::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms ease;
}

.concept-nav a:hover,
.concept-nav a:focus,
.concept-nav a[aria-current="page"] {
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.concept-nav a:hover::after,
.concept-nav a:focus::after,
.concept-nav a[aria-current="page"]::after,
.concept-nav .nav-link-disabled:hover::after,
.concept-nav .nav-link-disabled:focus::after {
  transform: scaleX(1);
}

.concept-nav .nav-donate {
  color: var(--navy);
  border: 1px solid rgba(201, 162, 39, 0.95);
  background: var(--gold);
  min-height: 42px;
  padding: 0 18px;
}

.concept-nav .nav-donate::after {
  display: none;
}

.concept-nav a.nav-donate:hover,
.concept-nav a.nav-donate:focus {
  color: var(--navy);
  background: var(--gold-light);
}

.concept-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  color: var(--white);
  background: transparent;
}

.concept-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: currentColor;
}

.concept-hero {
  position: relative;
  min-height: max(820px, calc(100svh - 44px));
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
  background: url("https://armstrongforjudge.com/wp-content/uploads/2026/06/james-armstrong-concept-hero.jpg") center center / cover no-repeat;
}

.hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98) 0%, rgba(7, 27, 51, 0.88) 38%, rgba(7, 27, 51, 0.42) 64%, rgba(7, 27, 51, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.08), rgba(7, 27, 51, 0.42));
}

.hero-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  min-height: max(820px, calc(100svh - 44px));
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 44px;
  align-items: center;
  margin: 0 auto;
  padding: 136px 0 54px;
}

.hero-copy {
  max-width: 820px;
  padding-bottom: 0;
}

.eyebrow {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--navy-3);
}

.concept-hero h1 {
  margin-top: 24px;
  max-width: 780px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 80px;
  line-height: 0.97;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-forward {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 12px;
  flex: 0 0 26px;
  margin-left: 16px;
  color: currentColor;
  transition: transform 160ms ease;
}

.button-forward::before,
.button-forward::after {
  content: "";
  position: absolute;
  display: block;
}

.button-forward::before {
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.button-forward::after {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button:hover .button-forward,
.button:focus .button-forward {
  transform: translateX(3px);
}

.button-gold {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 18px 44px rgba(201, 162, 39, 0.2);
}

.button-gold:hover,
.button-gold:focus {
  background: var(--gold-light);
}

.button-glass {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.button-glass:hover,
.button-glass:focus {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.case-section {
  position: relative;
  overflow: hidden;
  padding: 108px var(--section-x) 92px;
  background: var(--paper);
}

.case-section::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 0;
  left: max(24px, calc((100% - 1180px) / 2));
  height: 1px;
  background: rgba(16, 34, 59, 0.1);
}

.case-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
  margin: 0 auto;
}

.section-label {
  display: grid;
  gap: 18px;
  padding-top: 12px;
}

.section-label span {
  width: 72px;
  height: 3px;
  background: var(--gold);
}

.section-label p {
  max-width: 170px;
  color: var(--navy-3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.55;
  text-transform: uppercase;
}

.case-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.44fr);
  gap: 72px;
  align-items: center;
}

.case-context {
  color: var(--navy-3);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.case-body h2 {
  max-width: 780px;
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1.05;
}

.case-body > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.case-body > p.case-context {
  margin-top: 0;
  color: var(--navy-3);
  font-size: 13px;
  line-height: 1.5;
}

.case-ledger {
  display: grid;
  border-top: 1px solid var(--line);
}

.case-ledger div {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}

.case-ledger strong {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.case-ledger span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.experience-section {
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, var(--paper-2) 0%, var(--paper-2) 18%, var(--mist) 18%, var(--mist) 100%);
}

.experience-rail {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(440px, 42vw) minmax(0, 1fr);
  gap: clamp(58px, 7vw, 112px);
  align-items: stretch;
  margin: 0 auto;
}

.experience-photo {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 760px;
  align-self: stretch;
}

.experience-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 51, 0) 48%, rgba(7, 27, 51, 0.6) 100%);
}

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.experience-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.experience-copy {
  max-width: 720px;
  align-self: center;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 118px 0;
}

.experience-copy h2 {
  max-width: 700px;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 49px;
  line-height: 1.07;
}

.experience-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.experience-list {
  display: grid;
  max-width: 660px;
  margin-top: 44px;
  border-top: 1px solid rgba(16, 34, 59, 0.16);
}

.experience-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid rgba(16, 34, 59, 0.16);
  padding: 21px 0;
}

.experience-list strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.42;
  text-transform: uppercase;
}

.experience-list span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.meet-section {
  position: relative;
  overflow: hidden;
  padding: 112px var(--section-x);
  background: var(--paper);
}

.meet-section::after,
.endorsement-section::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 0;
  left: max(24px, calc((100% - 1180px) / 2));
  height: 1px;
  background: rgba(16, 34, 59, 0.1);
}

.meet-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 0.88fr);
  column-gap: 74px;
  row-gap: 58px;
  align-items: center;
  margin: 0 auto;
}

.meet-copy {
  border-left: 4px solid var(--copper);
  padding-left: 36px;
}

.meet-copy h2,
.priorities-heading h2,
.endorsement-section h2,
.action-copy h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.06;
}

.meet-copy h2 {
  max-width: 590px;
  margin-top: 18px;
}

.meet-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 28px;
  color: #555f69;
  font-size: 18px;
  line-height: 1.76;
}

.meet-photo {
  height: 560px;
  overflow: hidden;
  background: var(--navy);
}

.meet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.96) contrast(1.03);
}

.meet-proof {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 34, 59, 0.14);
  border-bottom: 1px solid rgba(16, 34, 59, 0.14);
}

.meet-proof article {
  min-height: 118px;
  padding: 28px 30px;
}

.meet-proof article + article {
  border-left: 1px solid rgba(16, 34, 59, 0.14);
}

.meet-proof span {
  display: block;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.meet-proof p {
  margin-top: 12px;
  color: #69737d;
  font-size: 15px;
  line-height: 1.62;
}

.priorities-section {
  position: relative;
  overflow: hidden;
  padding: 112px var(--section-x);
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--steel), var(--paper));
}

.priorities-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 84px;
  align-items: start;
  margin: 0 auto;
}

.priorities-heading .eyebrow.dark {
  color: var(--teal);
}

.priorities-heading h2 {
  max-width: 590px;
  margin-top: 20px;
  color: var(--ink);
}

.priorities-heading > p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 28px;
  color: #59636d;
  font-size: 17px;
  line-height: 1.74;
}

.priority-list {
  display: grid;
  border-top: 1px solid rgba(16, 34, 59, 0.14);
}

.priority-list article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid rgba(16, 34, 59, 0.14);
  padding: 34px 0 36px;
}

.priority-list article > span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.priority-list h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.12;
}

.priority-list p {
  max-width: 600px;
  margin-top: 14px;
  color: #59636d;
  font-size: 16px;
  line-height: 1.7;
}

.endorsement-section {
  position: relative;
  padding: 78px var(--section-x);
  background: var(--warm);
}

.endorsement-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.5fr);
  gap: 76px;
  align-items: center;
  margin: 0 auto;
}

.endorsement-section h2 {
  max-width: 650px;
  margin-top: 18px;
  font-size: 44px;
}

.endorsement-copy {
  border-left: 4px solid var(--copper);
  padding-left: 32px;
}

.endorsement-copy p {
  max-width: 620px;
  color: #555f69;
  font-size: 17px;
  line-height: 1.72;
}

.endorsement-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.text-link {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(168, 112, 68, 0.72);
  text-underline-offset: 5px;
}

.action-section {
  padding: 116px var(--section-x);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 27, 51, 1), rgba(13, 41, 73, 0.94)),
    var(--navy);
}

.action-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.52fr);
  gap: 86px;
  align-items: start;
  margin: 0 auto;
}

.action-copy h2 {
  max-width: 690px;
  margin-top: 18px;
  color: var(--white);
}

.action-copy > p {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.action-proof {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.action-proof a {
  display: flex;
  min-height: 82px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.action-close {
  max-width: 650px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.18;
}

.home-form {
  display: grid;
  gap: 16px;
  border-top: 4px solid var(--copper);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  padding: 40px;
}

.home-form label {
  display: grid;
  gap: 8px;
}

.home-form span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-form input,
.home-form select,
.home-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 59, 0.18);
  border-radius: 0;
  color: var(--ink);
  background: #f3f6f7;
  font: inherit;
  font-size: 15px;
  padding: 13px 14px;
}

.home-form input:focus,
.home-form select:focus,
.home-form textarea:focus {
  border-color: rgba(168, 112, 68, 0.7);
  outline: none;
}

.home-form textarea {
  resize: vertical;
}

.home-form option {
  color: var(--ink);
}

.bench-section {
  position: relative;
  overflow: hidden;
  padding: 96px var(--section-x) 104px;
  background:
    linear-gradient(90deg, var(--paper) 0%, var(--paper) 58%, var(--steel) 58%, var(--steel) 100%);
}

.bench-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 0.56fr);
  column-gap: 86px;
  row-gap: 54px;
  align-items: center;
  margin: 0 auto;
}

.bench-statement {
  border-top: 4px solid var(--copper);
  padding-top: 40px;
}

.bench-statement h2,
.court-heading h2,
.support-section h2,
.campaign-action-copy h2,
.campaign-close p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 58px;
  line-height: 1.03;
}

.bench-statement h2 {
  max-width: 780px;
  margin-top: 18px;
}

.bench-statement > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 28px;
  color: #56616c;
  font-size: 19px;
  line-height: 1.74;
}

.bench-portrait {
  align-self: stretch;
  min-height: 540px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 36px 90px rgba(7, 27, 51, 0.18);
}

.bench-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(0.94) contrast(1.03);
}

.bench-proof {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--white);
  box-shadow: 0 24px 70px rgba(7, 27, 51, 0.08);
}

.bench-proof article {
  min-height: 128px;
  border-top: 1px solid rgba(16, 34, 59, 0.12);
  padding: 30px;
}

.bench-proof article + article {
  border-left: 1px solid rgba(16, 34, 59, 0.12);
}

.bench-proof span {
  display: block;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.bench-proof p {
  margin-top: 12px;
  color: #69737d;
  font-size: 15px;
  line-height: 1.62;
}

.court-section {
  position: relative;
  overflow: hidden;
  padding: 118px var(--section-x);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98), rgba(13, 41, 73, 0.96)),
    var(--navy);
}

.court-section::after {
  content: "A";
  position: absolute;
  right: max(20px, calc((100% - 1180px) / 2));
  bottom: -78px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: 370px;
  line-height: 0.8;
}

.court-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.9fr);
  gap: 92px;
  align-items: start;
  margin: 0 auto;
}

.court-heading h2 {
  max-width: 650px;
  margin-top: 20px;
  color: var(--white);
}

.court-heading > p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.74;
}

.court-priorities {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.court-priorities article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 34px 0 36px;
}

.court-priorities span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.court-priorities h3 {
  color: var(--white);
  font-family: var(--serif);
  font-size: 31px;
  grid-column: 2;
  line-height: 1.12;
}

.court-priorities p {
  max-width: 520px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  grid-column: 2;
  line-height: 1.68;
}

.support-section {
  position: relative;
  padding: 76px var(--section-x);
  background: var(--warm);
}

.support-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.75fr) minmax(380px, 0.5fr);
  gap: 76px;
  align-items: center;
  margin: 0 auto;
}

.support-section h2 {
  max-width: 650px;
  margin-top: 18px;
  font-size: 44px;
}

.support-actions {
  border-left: 4px solid var(--copper);
  padding-left: 32px;
}

.support-actions p {
  max-width: 620px;
  color: #555f69;
  font-size: 17px;
  line-height: 1.72;
}

.support-actions .text-link {
  display: inline-flex;
  margin-top: 28px;
  margin-right: 24px;
}

.text-link {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(168, 112, 68, 0.72);
  text-underline-offset: 5px;
}

.campaign-action {
  padding: 118px var(--section-x);
  color: var(--white);
  background:
    linear-gradient(135deg, #071b33 0%, #071b33 54%, #0d2949 100%);
}

.campaign-action-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.48fr);
  column-gap: 88px;
  row-gap: 70px;
  align-items: start;
  margin: 0 auto;
}

.campaign-action-copy h2 {
  max-width: 720px;
  margin-top: 18px;
  color: var(--white);
}

.campaign-action-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.campaign-action-grid {
  display: grid;
  max-width: 660px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.campaign-action-grid a {
  display: flex;
  min-height: 84px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.campaign-form {
  display: grid;
  gap: 16px;
  border-top: 4px solid var(--copper);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.campaign-form > p {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
}

.campaign-form label {
  display: grid;
  gap: 8px;
}

.campaign-form span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.campaign-form input,
.campaign-form select,
.campaign-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 59, 0.18);
  border-radius: 0;
  color: var(--ink);
  background: #f3f6f7;
  font: inherit;
  font-size: 15px;
  padding: 13px 14px;
}

.campaign-form input:focus,
.campaign-form select:focus,
.campaign-form textarea:focus {
  border-color: rgba(168, 112, 68, 0.7);
  outline: none;
}

.campaign-form textarea {
  resize: vertical;
}

.campaign-form option {
  color: var(--ink);
}

.campaign-close {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 52px;
}

.campaign-close p {
  max-width: 900px;
  color: var(--white);
  font-size: 46px;
}

.leadership-spread {
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--navy) 0%, var(--navy) 37%, var(--mist) 37%, var(--mist) 100%);
  padding: 112px var(--section-x);
}

.leadership-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  margin: 0 auto;
}

.leadership-portrait {
  position: relative;
  z-index: 1;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.32);
}

.leadership-portrait::after {
  content: "Candidate for Pierce County District Court, Position 8";
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.leadership-portrait img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center top;
}

.leadership-card {
  position: relative;
  z-index: 2;
  max-width: 690px;
  margin-left: -54px;
  border-top: 6px solid var(--gold);
  background: var(--white);
  box-shadow: 0 32px 90px rgba(7, 27, 51, 0.16);
  padding: 72px;
}

.leadership-card h2 {
  max-width: 610px;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.06;
}

.leadership-card > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.leadership-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.leadership-proof span {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.front-door {
  padding: 128px var(--section-x);
  background: var(--white);
}

.front-door-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.88fr);
  gap: 74px;
  align-items: center;
  margin: 0 auto;
}

.front-door-copy h2 {
  max-width: 720px;
  margin-top: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1.05;
}

.front-door-copy p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.docket-map {
  position: relative;
  min-height: 560px;
}

.docket-map::before {
  content: "";
  position: absolute;
  inset: 62px;
  border: 2px solid rgba(201, 162, 39, 0.38);
  border-radius: 50%;
}

.docket-map::after {
  content: "";
  position: absolute;
  inset: 136px;
  border: 1px solid rgba(16, 34, 59, 0.16);
  border-radius: 50%;
}

.docket-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 230px;
  height: 230px;
  place-items: center;
  text-align: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
  padding: 34px;
}

.docket-center span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.docket-center strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.12;
}

.docket-node {
  position: absolute;
  z-index: 3;
  width: 220px;
}

.docket-node span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.docket-node p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.docket-node-a {
  top: 20px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.docket-node-b {
  top: 210px;
  right: 0;
}

.docket-node-c {
  bottom: 34px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.docket-node-d {
  top: 210px;
  left: 0;
  text-align: right;
}

.advantage-section {
  position: relative;
  padding: var(--section-y-large) var(--section-x);
  overflow: hidden;
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.advantage-section::before {
  content: none;
}

.advantage-rail {
  position: relative;
  z-index: 1;
  width: var(--rail);
  margin: 0 auto;
}

.advantage-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: 72px;
  align-items: end;
}

.advantage-copy h2 {
  max-width: 900px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: var(--section-title);
  line-height: 1.08;
  letter-spacing: 0;
  margin-top: 24px;
}

.advantage-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: var(--section-copy);
  line-height: 1.72;
}

.advantage-brief {
  border-top: 6px solid var(--gold);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  padding: 34px;
}

.advantage-brief p {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.advantage-brief strong {
  display: block;
  margin-top: 24px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.18;
}

.advantage-brief span {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.advantage-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  gap: 0;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 26px 74px rgba(7, 27, 51, 0.11);
  padding: 34px;
}

.advantage-track article {
  min-height: 0;
  padding: 4px 28px 2px;
}

.advantage-track article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.advantage-track span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.advantage-track h3 {
  margin-top: 34px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
}

.advantage-track p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--card-copy);
  line-height: 1.65;
}

.intro-band {
  padding: var(--section-y-large) var(--section-x);
  border-top: 1px solid rgba(16, 34, 59, 0.08);
  background: var(--white);
}

.intro-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
  margin: 0 auto;
}

.intro-content h2,
.authority-copy h2,
.people-court h2,
.join-copy h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: var(--section-title);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-content p,
.authority-copy > p,
.join-copy > p {
  color: var(--muted);
  font-size: var(--section-copy);
  line-height: 1.72;
}

.intro-content p {
  max-width: 760px;
}

.intro-content h2 {
  max-width: 820px;
  font-size: var(--section-title);
}

.intro-content h2 + p {
  margin-top: 28px;
}

.docket-board {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 30px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  padding: 42px;
}

.docket-board::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(231, 202, 104, 0.08);
  border-radius: 50%;
}

.docket-board > * {
  position: relative;
  z-index: 1;
}

.docket-kicker {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.docket-board > strong {
  max-width: 430px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.14;
}

.docket-stack {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.docket-stack div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 0;
}

.docket-stack span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docket-stack p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.authority-section {
  padding: var(--section-y-large) var(--section-x);
  background:
    linear-gradient(90deg, rgba(238, 243, 247, 0.88), rgba(238, 243, 247, 0.28)),
    var(--mist);
}

.authority-grid {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 86px;
  align-items: center;
  margin: 0 auto;
}

.authority-photo {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.authority-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 27, 51, 0.78));
}

.authority-photo img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center top;
}

.authority-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.authority-copy h2 {
  margin-top: 20px;
}

.authority-copy > p {
  max-width: 650px;
  margin-top: 28px;
}

.authority-list {
  display: grid;
  gap: 18px;
  max-width: 650px;
  margin-top: 44px;
}

.authority-list div {
  display: grid;
  grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.authority-list strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.authority-list span {
  color: var(--muted);
  font-size: var(--card-copy);
  line-height: 1.62;
}

.people-court {
  position: relative;
  overflow: hidden;
  padding: var(--section-y-large) var(--section-x);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.98), rgba(13, 41, 73, 0.94)),
    var(--navy);
}

.people-court::before {
  content: "A";
  position: absolute;
  right: -40px;
  bottom: -210px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: 680px;
  line-height: 1;
}

.people-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 86px;
  margin: 0 auto;
}

.people-court h2 {
  margin-top: 20px;
  color: var(--white);
  font-size: var(--section-title);
}

.people-cards {
  display: grid;
  gap: 24px;
}

.people-cards article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 28px;
}

.people-cards span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.people-cards h3 {
  margin-top: 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.12;
}

.people-cards p {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--card-copy);
  line-height: 1.65;
}

.join-section {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
  padding: 112px var(--section-x);
}

.join-image,
.join-wash {
  position: absolute;
  inset: 0;
}

.join-image {
  z-index: -3;
  background: url("https://armstrongforjudge.com/wp-content/uploads/2026/06/james-armstrong-concept-detail.jpg") center 34% / cover no-repeat;
}

.join-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.94), rgba(7, 27, 51, 0.78), rgba(7, 27, 51, 0.28)),
    linear-gradient(180deg, rgba(7, 27, 51, 0.18), rgba(7, 27, 51, 0.84));
}

.join-copy {
  width: min(840px, calc(100% - 48px));
  margin-right: auto;
  margin-left: max(24px, calc((100% - 1180px) / 2));
}

.join-copy h2 {
  max-width: 720px;
  margin-top: 18px;
  color: var(--white);
}

.join-copy > p {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.concept-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #041427;
}

.footer-rail {
  display: grid;
  width: var(--rail);
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.72fr));
  gap: 54px;
  align-items: start;
  margin: 0 auto;
  padding: 72px 0 58px;
}

.footer-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.footer-logo small {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand p,
.footer-office p {
  max-width: 320px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-brand a:not(.footer-logo) {
  display: inline-flex;
  margin-top: 18px;
  color: var(--white);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.concept-footer h2 {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concept-footer nav {
  display: grid;
  gap: 12px;
}

.concept-footer nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}

.concept-footer nav a:hover,
.concept-footer nav a:focus {
  color: var(--white);
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px max(24px, calc((100% - 1180px) / 2));
}

.footer-legal p {
  max-width: 980px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .header-shell {
    grid-template-columns: auto auto;
    border-radius: 0;
  }

  .concept-menu-toggle {
    display: grid;
  }

  .concept-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: rgba(4, 20, 39, 0.72);
    padding: 10px;
  }

  .concept-nav[data-open] {
    display: flex;
  }

  .concept-nav a {
    justify-content: center;
    min-height: 44px;
  }

  .advantage-editorial {
    grid-template-columns: 1fr;
  }

  .advantage-editorial,
  .case-rail,
  .experience-rail,
  .meet-rail,
  .priorities-rail,
  .endorsement-rail,
  .action-rail,
  .hero-rail,
  .authority-grid,
  .people-rail,
  .intro-rail {
    grid-template-columns: 1fr;
  }

  .hero-rail {
    align-items: center;
  }

  .advantage-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-rail,
  .experience-rail,
  .meet-rail,
  .priorities-rail,
  .endorsement-rail,
  .action-rail {
    gap: 50px;
  }

  .meet-photo {
    max-width: 520px;
  }

  .priority-list {
    max-width: 760px;
  }

  .case-copy {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .case-ledger {
    max-width: 720px;
  }

  .experience-photo {
    min-height: 560px;
  }

  .experience-section {
    background: var(--mist);
  }

  .footer-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --rail: min(100% - 36px, 1180px);
    --section-y: 84px;
    --section-y-large: 92px;
    --section-title: 34px;
    --section-copy: 16px;
    --card-copy: 15px;
  }

  .concept-header {
    min-height: 62px;
    padding: 10px 14px;
  }

  .header-shell {
    width: 100%;
    min-height: 52px;
    grid-template-columns: auto auto;
    border-radius: 0;
    padding: 6px 8px 6px 16px;
  }

  .concept-brand {
    font-size: 18px;
  }

  .concept-brand small {
    font-size: 10px;
  }

  .concept-hero,
  .hero-rail {
    min-height: min(820px, 100svh);
  }

  .hero-image {
    background-position: 67% center;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(7, 27, 51, 0.94) 0%, rgba(7, 27, 51, 0.74) 48%, rgba(7, 27, 51, 0.38) 100%),
      linear-gradient(90deg, rgba(7, 27, 51, 0.94), rgba(7, 27, 51, 0.42));
  }

  .hero-rail {
    padding-top: 118px;
    padding-bottom: 28px;
  }

  .concept-hero h1 {
    max-width: 360px;
    font-size: 43px;
    line-height: 1.02;
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .advantage-section {
    padding: 82px 18px 92px;
  }

  .advantage-rail {
    width: 100%;
  }

  .advantage-editorial {
    gap: 22px;
  }

  .advantage-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .advantage-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .advantage-editorial {
    gap: 30px;
    margin-top: 42px;
  }

  .advantage-brief {
    padding: 30px 24px;
  }

  .advantage-brief strong {
    font-size: 25px;
  }

  .advantage-brief span {
    font-size: 15px;
  }

  .advantage-track span {
    font-size: 30px;
  }

  .advantage-track {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .advantage-track article {
    min-height: 0;
    padding: 24px 0;
  }

  .advantage-track article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .advantage-track h3 {
    font-size: 19px;
  }

  .case-section,
  .meet-section,
  .intro-band,
  .experience-section,
  .priorities-section,
  .endorsement-section,
  .action-section,
  .authority-section,
  .people-court {
    padding: 86px 18px;
  }

  .case-copy h2,
  .experience-copy h2,
  .meet-copy h2,
  .priorities-heading h2,
  .endorsement-section h2,
  .action-copy h2,
  .intro-content h2,
  .authority-copy h2,
  .people-court h2,
  .join-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .case-body > p,
  .experience-copy > p:not(.eyebrow),
  .meet-copy > p,
  .priorities-heading > p:not(.eyebrow),
  .endorsement-copy p,
  .action-copy > p,
  .intro-content p,
  .authority-copy > p,
  .join-copy > p {
    font-size: 16px;
  }

  .case-rail,
  .experience-rail,
  .meet-rail,
  .priorities-rail,
  .endorsement-rail,
  .action-rail {
    gap: 38px;
  }

  .section-label {
    gap: 14px;
    padding-top: 0;
  }

  .case-copy {
    gap: 34px;
  }

  .case-ledger div {
    padding: 18px 0;
  }

  .experience-copy {
    padding: 0;
  }

  .experience-photo {
    min-height: 0;
  }

  .experience-photo img {
    height: 520px;
  }

  .experience-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .meet-photo,
  .meet-photo img {
    min-height: 0;
    height: 520px;
  }

  .priority-list {
    grid-template-columns: 1fr;
  }

  .priority-list article {
    min-height: 0;
    padding: 24px;
  }

  .endorsement-copy {
    border-left: 0;
    border-top: 4px solid #a87044;
    padding: 24px 0 0;
  }

  .home-form {
    padding: 24px;
  }

  .docket-board {
    padding: 30px 24px;
  }

  .docket-board > strong {
    font-size: 28px;
  }

  .docket-stack div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .authority-grid,
  .people-rail {
    gap: 46px;
  }

  .authority-photo img {
    height: 520px;
  }

  .authority-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .people-cards h3 {
    font-size: 25px;
  }

  .people-court h2 {
    font-size: var(--section-title);
  }

  .join-section {
    min-height: 580px;
    padding: 86px 18px;
  }

  .join-image {
    background-position: 66% center;
  }

  .join-wash {
    background:
      linear-gradient(180deg, rgba(7, 27, 51, 0.96), rgba(7, 27, 51, 0.72), rgba(7, 27, 51, 0.5)),
      linear-gradient(90deg, rgba(7, 27, 51, 0.88), rgba(7, 27, 51, 0.3));
  }

  .join-copy {
    width: min(100% - 36px, 840px);
    margin: 0 auto;
  }

  .concept-footer {
    padding: 0;
  }

  .footer-rail {
    width: min(100% - 36px, 1180px);
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 54px 0 44px;
  }

  .footer-legal {
    padding: 18px;
  }
}

/* Final homepage simplification: quiet editorial sections, no heavy slabs. */
.ebt-imported-page[data-page="home"] .bench-section,
.ebt-imported-page[data-page="home"] .court-section,
.ebt-imported-page[data-page="home"] .support-section,
.ebt-imported-page[data-page="home"] .campaign-action {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  padding: 108px var(--section-x);
}

.ebt-imported-page[data-page="home"] .bench-rail,
.ebt-imported-page[data-page="home"] .court-rail,
.ebt-imported-page[data-page="home"] .support-rail,
.ebt-imported-page[data-page="home"] .campaign-action-rail {
  display: grid;
  width: var(--rail);
  margin: 0 auto;
}

.ebt-imported-page[data-page="home"] .bench-rail {
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 0.88fr);
  gap: 74px;
  align-items: center;
}

.ebt-imported-page[data-page="home"] .bench-statement {
  border-top: 0;
  border-left: 4px solid var(--copper);
  padding: 0 0 0 36px;
}

.ebt-imported-page[data-page="home"] .bench-statement h2,
.ebt-imported-page[data-page="home"] .court-heading h2,
.ebt-imported-page[data-page="home"] .support-section h2,
.ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.06;
}

.ebt-imported-page[data-page="home"] .bench-statement h2 {
  max-width: 590px;
  margin-top: 18px;
}

.ebt-imported-page[data-page="home"] .bench-statement > p:not(.eyebrow),
.ebt-imported-page[data-page="home"] .court-heading > p:not(.eyebrow),
.ebt-imported-page[data-page="home"] .support-actions p,
.ebt-imported-page[data-page="home"] .campaign-action-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 26px;
  color: #555f69;
  font-size: 17px;
  line-height: 1.74;
}

.ebt-imported-page[data-page="home"] .bench-portrait {
  min-height: 0;
  height: 520px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: none;
}

.ebt-imported-page[data-page="home"] .bench-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.96) contrast(1.03);
}

.ebt-imported-page[data-page="home"] .bench-proof {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(16, 34, 59, 0.12);
  border-bottom: 1px solid rgba(16, 34, 59, 0.12);
  background: transparent;
  box-shadow: none;
}

.ebt-imported-page[data-page="home"] .bench-proof article {
  min-height: 108px;
  border-top: 0;
  padding: 24px 28px;
}

.ebt-imported-page[data-page="home"] .bench-proof article + article {
  border-left: 1px solid rgba(16, 34, 59, 0.12);
}

.ebt-imported-page[data-page="home"] .bench-proof span,
.ebt-imported-page[data-page="home"] .court-priorities span {
  display: block;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .bench-proof p {
  margin-top: 10px;
  color: #69737d;
  font-size: 14px;
  line-height: 1.58;
}

.ebt-imported-page[data-page="home"] .court-section {
  background: #eef3f7;
}

.ebt-imported-page[data-page="home"] .court-section::after {
  display: none;
}

.ebt-imported-page[data-page="home"] .court-rail {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.ebt-imported-page[data-page="home"] .court-heading {
  border-left: 4px solid var(--copper);
  padding-left: 36px;
}

.ebt-imported-page[data-page="home"] .court-heading h2 {
  max-width: 620px;
  margin-top: 18px;
}

.ebt-imported-page[data-page="home"] .court-priorities {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 34, 59, 0.14);
}

.ebt-imported-page[data-page="home"] .court-priorities article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  border-bottom: 1px solid rgba(16, 34, 59, 0.14);
  padding: 27px 0;
}

.ebt-imported-page[data-page="home"] .court-priorities h3 {
  grid-column: 2;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.14;
}

.ebt-imported-page[data-page="home"] .court-priorities p {
  grid-column: 2;
  max-width: 560px;
  margin-top: 12px;
  color: #59636d;
  font-size: 15px;
  line-height: 1.66;
}

.ebt-imported-page[data-page="home"] .support-section {
  padding: 72px var(--section-x);
  background: var(--paper);
}

.ebt-imported-page[data-page="home"] .support-rail {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.5fr);
  gap: 72px;
  align-items: center;
}

.ebt-imported-page[data-page="home"] .support-section h2 {
  max-width: 620px;
  margin-top: 18px;
  font-size: 42px;
}

.ebt-imported-page[data-page="home"] .support-actions {
  border-left: 4px solid var(--copper);
  padding-left: 30px;
}

.ebt-imported-page[data-page="home"] .support-actions .text-link {
  display: inline-flex;
  margin-top: 26px;
  margin-right: 22px;
}

.ebt-imported-page[data-page="home"] .campaign-action {
  padding: 96px var(--section-x);
  color: var(--white);
  background: var(--navy);
}

.ebt-imported-page[data-page="home"] .campaign-action-rail {
  grid-template-columns: minmax(0, 0.76fr) minmax(390px, 0.48fr);
  gap: 78px;
  align-items: start;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
  max-width: 660px;
  margin-top: 18px;
  color: var(--white);
}

.ebt-imported-page[data-page="home"] .campaign-action-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  display: grid;
  max-width: 590px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a {
  display: flex;
  min-height: 72px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .campaign-form {
  display: grid;
  gap: 15px;
  border-top: 4px solid var(--copper);
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
  padding: 34px;
}

.ebt-imported-page[data-page="home"] .campaign-form > p {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.2;
}

.ebt-imported-page[data-page="home"] .campaign-form label {
  display: grid;
  gap: 8px;
}

.ebt-imported-page[data-page="home"] .campaign-form span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .campaign-form input,
.ebt-imported-page[data-page="home"] .campaign-form select,
.ebt-imported-page[data-page="home"] .campaign-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 59, 0.18);
  border-radius: 0;
  color: var(--ink);
  background: #f3f6f7;
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
}

.ebt-imported-page[data-page="home"] .campaign-form textarea {
  resize: vertical;
}

.ebt-imported-page[data-page="home"] .campaign-form option {
  color: var(--ink);
}

.ebt-imported-page[data-page="home"] .campaign-close {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 38px;
}

.ebt-imported-page[data-page="home"] .campaign-close p {
  max-width: 720px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.14;
}

@media (max-width: 1040px) {
  .ebt-imported-page[data-page="home"] .bench-rail,
  .ebt-imported-page[data-page="home"] .court-rail,
  .ebt-imported-page[data-page="home"] .support-rail,
  .ebt-imported-page[data-page="home"] .campaign-action-rail {
    grid-template-columns: 1fr;
  }

  .ebt-imported-page[data-page="home"] .bench-section {
    background: var(--paper);
  }

  .ebt-imported-page[data-page="home"] .bench-proof,
  .ebt-imported-page[data-page="home"] .campaign-close {
    grid-template-columns: 1fr;
  }

  .ebt-imported-page[data-page="home"] .bench-proof article + article {
    border-left: 0;
    border-top: 1px solid rgba(16, 34, 59, 0.12);
  }
}

/* User-selected visual target for hero, Meet, and Priorities. */
.ebt-imported-page[data-page="home"] .concept-hero {
  min-height: 760px;
  background: #071b33;
}

.ebt-imported-page[data-page="home"] .hero-image {
  background-position: 59% center;
  filter: saturate(0.98) contrast(1.04);
}

.ebt-imported-page[data-page="home"] .hero-wash {
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98) 0%, rgba(7, 27, 51, 0.9) 36%, rgba(7, 27, 51, 0.32) 68%, rgba(7, 27, 51, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.04), rgba(7, 27, 51, 0.2));
}

.ebt-imported-page[data-page="home"] .hero-rail {
  min-height: 760px;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.58fr);
  padding: 118px 0 54px;
}

.ebt-imported-page[data-page="home"] .hero-copy {
  max-width: 650px;
}

.ebt-imported-page[data-page="home"] .concept-hero h1 {
  position: relative;
  max-width: 740px;
  margin-top: 24px;
  font-size: 74px;
  line-height: 0.98;
}

.ebt-imported-page[data-page="home"] .concept-hero h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 28px;
  background: rgba(231, 202, 104, 0.72);
}

.ebt-imported-page[data-page="home"] .hero-subtitle {
  max-width: 590px;
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.58;
}

.ebt-imported-page[data-page="home"] .concept-hero .hero-actions {
  gap: 22px;
  margin-top: 36px;
}

.ebt-imported-page[data-page="home"] .concept-hero .button {
  min-width: 168px;
  min-height: 58px;
}

.ebt-imported-page[data-page="home"] .concept-hero .button-glass {
  min-width: 166px;
  background: rgba(255, 255, 255, 0.03);
}

.ebt-imported-page[data-page="home"] .bench-section {
  padding: 80px var(--section-x) 74px;
  background:
    radial-gradient(circle at 18% 22%, rgba(168, 112, 68, 0.08), transparent 34%),
    var(--paper);
}

.ebt-imported-page[data-page="home"] .bench-rail {
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 0.92fr);
  column-gap: 82px;
  row-gap: 46px;
  align-items: start;
}

.ebt-imported-page[data-page="home"] .bench-statement {
  border-left: 0;
  padding: 0;
}

.ebt-imported-page[data-page="home"] .bench-statement .eyebrow.dark,
.ebt-imported-page[data-page="home"] .court-heading .eyebrow.dark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--copper);
  letter-spacing: 0.18em;
}

.ebt-imported-page[data-page="home"] .bench-statement .eyebrow.dark::after,
.ebt-imported-page[data-page="home"] .court-heading .eyebrow.dark::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--copper);
}

.ebt-imported-page[data-page="home"] .bench-statement h2 {
  max-width: 610px;
  margin-top: 30px;
  font-size: 58px;
  line-height: 1.06;
}

.ebt-imported-page[data-page="home"] .bench-statement > p:not(.eyebrow) {
  max-width: 570px;
  margin-top: 24px;
  color: #5f6872;
  font-size: 18px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="home"] .bench-portrait {
  position: relative;
  height: 500px;
  overflow: visible;
  background: transparent;
}

.ebt-imported-page[data-page="home"] .bench-portrait::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 96%;
  height: 92%;
  background: var(--gold);
  z-index: 0;
}

.ebt-imported-page[data-page="home"] .bench-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.ebt-imported-page[data-page="home"] .bench-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(168, 112, 68, 0.28);
  border-bottom: 0;
  background: transparent;
}

.ebt-imported-page[data-page="home"] .bench-proof article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 22px;
  align-content: start;
  min-height: 150px;
  padding: 34px 36px;
}

.ebt-imported-page[data-page="home"] .bench-proof article + article {
  border-left: 1px solid rgba(168, 112, 68, 0.3);
}

.ebt-imported-page[data-page="home"] .bench-proof .proof-icon {
  grid-row: span 2;
  display: block;
  width: 42px;
  color: var(--copper);
}

.ebt-imported-page[data-page="home"] .bench-proof .proof-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ebt-imported-page[data-page="home"] .bench-proof article > span:not(.proof-icon) {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.34;
}

.ebt-imported-page[data-page="home"] .bench-proof p {
  grid-column: 2;
  max-width: 250px;
  margin-top: 10px;
  color: #69737d;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.ebt-imported-page[data-page="home"] .court-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 82px var(--section-x) 88px;
  background:
    linear-gradient(90deg, rgba(243, 239, 230, 0.95), rgba(243, 239, 230, 0.98) 48%, rgba(243, 239, 230, 1)),
    radial-gradient(circle at 0% 100%, rgba(168, 112, 68, 0.08), transparent 34%),
    var(--warm);
}

.ebt-imported-page[data-page="home"] .court-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24px auto -38px 0;
  width: min(44vw, 620px);
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(90deg, rgba(243, 239, 230, 0.06), rgba(243, 239, 230, 0.42) 45%, rgba(243, 239, 230, 0.98) 100%),
    url("https://armstrongforjudge.com/wp-content/uploads/2026/06/courthouse-pillars-soft.jpg");
  background-size: 520px auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(0.9) brightness(1.12);
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.48) 38%, rgba(0, 0, 0, 0.12) 70%, transparent 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.48) 38%, rgba(0, 0, 0, 0.12) 70%, transparent 100%);
}

.ebt-imported-page[data-page="home"] .court-rail {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 88px;
}

.ebt-imported-page[data-page="home"] .court-heading {
  border-left: 0;
  padding-left: 0;
}

.ebt-imported-page[data-page="home"] .court-heading h2 {
  max-width: 590px;
  margin-top: 30px;
  font-size: 58px;
  line-height: 1.06;
}

.ebt-imported-page[data-page="home"] .court-heading > p:not(.eyebrow) {
  max-width: 530px;
  margin-top: 28px;
  color: #5f6872;
  font-size: 18px;
  line-height: 1.74;
}

.ebt-imported-page[data-page="home"] .court-priorities {
  border-top: 0;
}

.ebt-imported-page[data-page="home"] .court-priorities article {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid rgba(168, 112, 68, 0.28);
  padding: 0 0 34px;
}

.ebt-imported-page[data-page="home"] .court-priorities article + article {
  padding-top: 34px;
}

.ebt-imported-page[data-page="home"] .court-priorities span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.ebt-imported-page[data-page="home"] .court-priorities h3 {
  color: var(--navy);
  font-size: 27px;
  line-height: 1.16;
}

.ebt-imported-page[data-page="home"] .court-priorities p {
  max-width: 560px;
  margin-top: 12px;
  color: #69737d;
  font-size: 16px;
  line-height: 1.62;
}

.ebt-imported-page[data-page="home"] .support-section {
  padding: 86px var(--section-x) 88px;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 1), rgba(255, 254, 249, 1));
}

.ebt-imported-page[data-page="home"] .support-rail {
  display: grid;
  width: var(--rail);
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.58fr);
  gap: 94px;
  align-items: start;
  border-top: 1px solid rgba(168, 112, 68, 0.24);
  padding-top: 54px;
}

.ebt-imported-page[data-page="home"] .support-section h2 {
  max-width: 640px;
  margin-top: 20px;
  color: var(--navy);
  font-size: 52px;
  line-height: 1.06;
}

.ebt-imported-page[data-page="home"] .support-actions {
  position: relative;
  border-left: 0;
  padding: 7px 0 0 34px;
}

.ebt-imported-page[data-page="home"] .support-actions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--copper), rgba(168, 112, 68, 0.16));
}

.ebt-imported-page[data-page="home"] .support-status {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .support-actions p:not(.support-status) {
  max-width: 520px;
  color: #4f5a65;
  font-size: 17px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="home"] .support-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 30px;
}

.ebt-imported-page[data-page="home"] .support-actions .text-link {
  display: inline-flex;
  margin: 0;
  padding-bottom: 7px;
}

.ebt-imported-page[data-page="home"] .campaign-action {
  position: relative;
  overflow: hidden;
  padding: 92px var(--section-x) 76px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 16%, rgba(79, 127, 131, 0.18), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #06172b 58%, #041121 100%);
}

.ebt-imported-page[data-page="home"] .campaign-action::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%);
  opacity: 0.72;
}

.ebt-imported-page[data-page="home"] .campaign-action-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.88fr) minmax(410px, 0.54fr);
  gap: 92px;
  align-items: start;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy {
  padding-top: 8px;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
  max-width: 670px;
  margin-top: 20px;
  color: var(--white);
  font-size: 52px;
  line-height: 1.08;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 22px 18px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 24px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  content: "";
  width: 18px;
  height: 1px;
  flex: 0 0 18px;
  margin-left: 16px;
  background: var(--gold-light);
}

.ebt-imported-page[data-page="home"] .campaign-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 3px solid var(--gold);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  padding: 34px;
  backdrop-filter: blur(10px);
}

.ebt-imported-page[data-page="home"] .campaign-form > p {
  max-width: 310px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.22;
}

.ebt-imported-page[data-page="home"] .campaign-form label {
  display: grid;
  gap: 8px;
}

.ebt-imported-page[data-page="home"] .campaign-form span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .campaign-form input,
.ebt-imported-page[data-page="home"] .campaign-form select,
.ebt-imported-page[data-page="home"] .campaign-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
}

.ebt-imported-page[data-page="home"] .campaign-form input:focus,
.ebt-imported-page[data-page="home"] .campaign-form select:focus,
.ebt-imported-page[data-page="home"] .campaign-form textarea:focus {
  outline: 2px solid rgba(231, 202, 104, 0.46);
  outline-offset: 2px;
}

.ebt-imported-page[data-page="home"] .campaign-form textarea {
  min-height: 116px;
  resize: vertical;
}

.ebt-imported-page[data-page="home"] .campaign-form option {
  color: var(--ink);
}

.ebt-imported-page[data-page="home"] .campaign-form .button {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
}

.ebt-imported-page[data-page="home"] .campaign-close {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 8px;
  padding-top: 40px;
}

.ebt-imported-page[data-page="home"] .campaign-close p {
  max-width: 660px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.12;
}

.ebt-imported-page[data-page="home"] .support-section {
  padding: 94px var(--section-x) 96px;
}

.ebt-imported-page[data-page="home"] .support-rail {
  grid-template-columns: minmax(420px, 0.58fr) minmax(0, 0.82fr);
  gap: 104px;
  align-items: center;
  border-top: 0;
  padding-top: 0;
}

.ebt-imported-page[data-page="home"] .support-copy {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  max-width: 650px;
}

.ebt-imported-page[data-page="home"] .support-section h2 {
  max-width: 650px;
  font-size: 54px;
}

.ebt-imported-page[data-page="home"] .support-actions {
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  padding: 0;
}

.ebt-imported-page[data-page="home"] .support-actions::before {
  display: none;
}

.ebt-imported-page[data-page="home"] .support-actions p:not(.support-status) {
  max-width: 480px;
}

.ebt-imported-page[data-page="home"] .support-paths {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.ebt-imported-page[data-page="home"] .support-paths a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 20px;
  border-top: 1px solid rgba(168, 112, 68, 0.24);
  padding: 24px 0;
  color: var(--navy);
}

.ebt-imported-page[data-page="home"] .support-paths a:last-child {
  border-bottom: 1px solid rgba(168, 112, 68, 0.24);
}

.ebt-imported-page[data-page="home"] .support-paths span {
  grid-row: span 2;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.ebt-imported-page[data-page="home"] .support-paths strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .support-paths em {
  color: #5f6872;
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
}

.ebt-imported-page[data-page="home"] .campaign-action {
  padding: 104px var(--section-x) 76px;
  background:
    radial-gradient(circle at 12% 10%, rgba(79, 127, 131, 0.14), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #06182c 62%, #040f1d 100%);
}

.ebt-imported-page[data-page="home"] .campaign-action-rail {
  grid-template-columns: minmax(0, 0.86fr) minmax(400px, 0.54fr);
  gap: 104px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  max-width: 590px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
  margin-top: 42px;
  border: 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:nth-child(even) {
  min-height: 0;
  justify-content: flex-start;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 14px;
  border: 1px solid rgba(231, 202, 104, 0.78);
  transform: rotate(45deg);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  display: none;
}

.ebt-imported-page[data-page="home"] .campaign-form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 0;
  background: rgba(255, 255, 255, 0.045);
  padding: 36px;
}

.ebt-imported-page[data-page="home"] .campaign-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  width: 56px;
  height: 2px;
  background: var(--gold);
}

.ebt-imported-page[data-page="home"] .campaign-close {
  border-top: 0;
  margin-top: 34px;
  padding-top: 0;
}

/* Desktop scale and final CTA polish */
.ebt-imported-page[data-page="home"] .campaign-action {
  padding: clamp(104px, 7vw, 136px) var(--section-x) clamp(84px, 6vw, 116px);
}

.ebt-imported-page[data-page="home"] .campaign-action-rail {
  align-items: center;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
  max-width: 760px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:nth-child(even) {
  position: relative;
  display: grid;
  min-height: 138px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px 18px;
  align-content: start;
  justify-content: initial;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 24px 22px;
  background: rgba(255, 255, 255, 0.035);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: 54px;
  height: 2px;
  margin: 0;
  border: 0;
  background: var(--gold);
  transform: none;
  transition: width 180ms ease;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(120deg, transparent, rgba(231, 202, 104, 0.1), transparent);
  opacity: 0;
  transform: translateX(-46%);
  transition:
    opacity 180ms ease,
    transform 260ms ease;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus {
  border-color: rgba(231, 202, 104, 0.38);
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-4px);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::before {
  width: 92px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::after,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::after {
  opacity: 1;
  transform: translateX(46%);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid span {
  grid-row: span 2;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid strong {
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid em {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.ebt-imported-page[data-page="home"] .campaign-form {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  gap: 18px;
  padding: clamp(34px, 3vw, 46px);
}

.ebt-imported-page[data-page="home"] .campaign-form-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.72fr);
  gap: 14px;
}

.ebt-imported-page[data-page="home"] .campaign-form input,
.ebt-imported-page[data-page="home"] .campaign-form select,
.ebt-imported-page[data-page="home"] .campaign-form textarea {
  min-height: 48px;
}

.ebt-imported-page[data-page="home"] .campaign-form textarea {
  min-height: 132px;
}

@media (min-width: 1600px) {
  :root {
    --rail: min(1720px, calc(100% - 160px));
    --section-x: 40px;
  }

  .header-shell,
  .ebt-imported-page[data-page="home"] .bench-rail,
  .ebt-imported-page[data-page="home"] .court-rail,
  .ebt-imported-page[data-page="home"] .support-rail,
  .ebt-imported-page[data-page="home"] .campaign-action-rail,
  .footer-rail,
  .footer-legal {
    max-width: none;
  }

  .ebt-imported-page[data-page="home"] .concept-hero,
  .ebt-imported-page[data-page="home"] .hero-rail {
    min-height: clamp(820px, 78vh, 940px);
  }

  .ebt-imported-page[data-page="home"] .hero-image {
    background-position: 58% center;
  }

  .ebt-imported-page[data-page="home"] .hero-copy {
    max-width: 790px;
  }

  .ebt-imported-page[data-page="home"] .concept-hero h1 {
    max-width: 860px;
    font-size: clamp(82px, 4.6vw, 96px);
  }

  .ebt-imported-page[data-page="home"] .hero-subtitle {
    max-width: 700px;
    font-size: 21px;
  }

  .ebt-imported-page[data-page="home"] .bench-section {
    padding-top: 104px;
    padding-bottom: 92px;
  }

  .ebt-imported-page[data-page="home"] .bench-rail {
    grid-template-columns: minmax(0, 0.72fr) minmax(640px, 0.96fr);
    column-gap: 118px;
  }

  .ebt-imported-page[data-page="home"] .bench-statement h2,
  .ebt-imported-page[data-page="home"] .court-heading h2,
  .ebt-imported-page[data-page="home"] .support-section h2,
  .ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
    font-size: clamp(60px, 3.35vw, 72px);
  }

  .ebt-imported-page[data-page="home"] .bench-portrait {
    height: 560px;
  }

  .ebt-imported-page[data-page="home"] .court-section {
    padding-top: 106px;
    padding-bottom: 110px;
  }

  .ebt-imported-page[data-page="home"] .court-section::before {
    width: min(38vw, 720px);
    background-size: 620px auto;
  }

  .ebt-imported-page[data-page="home"] .court-rail {
    grid-template-columns: minmax(0, 0.72fr) minmax(640px, 0.96fr);
    gap: 118px;
  }

  .ebt-imported-page[data-page="home"] .support-section {
    padding-top: 116px;
    padding-bottom: 118px;
  }

  .ebt-imported-page[data-page="home"] .support-rail {
    grid-template-columns: minmax(500px, 0.62fr) minmax(0, 0.9fr);
    gap: 138px;
  }

  .ebt-imported-page[data-page="home"] .support-actions {
    max-width: 610px;
  }

  .ebt-imported-page[data-page="home"] .campaign-action-rail {
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 0.58fr);
    gap: 132px;
  }

  .ebt-imported-page[data-page="home"] .campaign-action-grid {
    max-width: 800px;
  }

  .ebt-imported-page[data-page="home"] .campaign-form {
    max-width: 560px;
  }
}

.ebt-imported-page[data-page="home"] .support-section {
  padding: 112px var(--section-x) 118px;
  background: #fff;
}

.ebt-imported-page[data-page="home"] .support-rail {
  display: grid;
  width: var(--rail);
  max-width: 1480px;
  margin: 0 auto;
  grid-template-columns: minmax(520px, 0.98fr) minmax(430px, 0.72fr);
  gap: clamp(74px, 7vw, 132px);
  align-items: center;
  border-top: 0;
  padding-top: 0;
}

.ebt-imported-page[data-page="home"] .support-visual {
  position: relative;
  height: clamp(470px, 38vw, 650px);
  margin: 0;
  overflow: hidden;
}

.ebt-imported-page[data-page="home"] .support-visual::after {
  display: none;
}

.ebt-imported-page[data-page="home"] .support-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: none;
}

.ebt-imported-page[data-page="home"] .support-content {
  max-width: 620px;
  justify-self: start;
}

.ebt-imported-page[data-page="home"] .support-content .eyebrow.dark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--copper);
  letter-spacing: 0.18em;
}

.ebt-imported-page[data-page="home"] .support-content .eyebrow.dark::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--copper);
}

.ebt-imported-page[data-page="home"] .support-section h2 {
  max-width: 620px;
  margin-top: 28px;
  font-size: clamp(50px, 3.1vw, 66px);
  line-height: 1.04;
}

.ebt-imported-page[data-page="home"] .support-lede {
  max-width: 560px;
  margin-top: 24px;
  color: #4f5a65;
  font-size: 18px;
  line-height: 1.74;
}

.ebt-imported-page[data-page="home"] .support-status {
  margin: 34px 0 16px;
}

.ebt-imported-page[data-page="home"] .support-paths {
  max-width: 560px;
}

@media (min-width: 1600px) {
  .ebt-imported-page[data-page="home"] .support-rail {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 0.66fr);
    gap: 140px;
  }

  .ebt-imported-page[data-page="home"] .support-visual {
    height: 650px;
  }
}

/* Final desktop alignment and closing sections */
.ebt-imported-page[data-page="home"] .support-section {
  padding: clamp(104px, 7vw, 132px) var(--section-x);
  background: var(--white);
}

.ebt-imported-page[data-page="home"] .support-rail {
  width: var(--rail);
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.62fr);
  gap: clamp(72px, 7vw, 128px);
}

.ebt-imported-page[data-page="home"] .support-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: visible;
  background: transparent;
}

.ebt-imported-page[data-page="home"] .support-visual::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 96%;
  height: 92%;
  background: var(--gold);
  z-index: 0;
}

.ebt-imported-page[data-page="home"] .support-visual img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}

.ebt-imported-page[data-page="home"] .support-content {
  max-width: 570px;
  justify-self: start;
}

.ebt-imported-page[data-page="home"] .support-section h2 {
  max-width: 560px;
  font-size: clamp(48px, 3vw, 64px);
}

.ebt-imported-page[data-page="home"] .support-lede {
  max-width: 500px;
}

.ebt-imported-page[data-page="home"] .campaign-action {
  padding: clamp(106px, 7vw, 138px) var(--section-x);
  background:
    linear-gradient(110deg, rgba(13, 41, 73, 0.76), transparent 48%),
    #06192e;
}

.ebt-imported-page[data-page="home"] .campaign-action::before {
  display: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-rail {
  width: var(--rail);
  max-width: none;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 0.54fr);
  gap: clamp(70px, 7vw, 132px);
  align-items: center;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy h2 {
  max-width: 820px;
  font-size: clamp(50px, 3.35vw, 68px);
  line-height: 1.08;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy > p:not(.eyebrow) {
  max-width: 680px;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  max-width: 780px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:nth-child(even) {
  min-height: 98px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  padding: 24px 0;
  transform: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::before {
  display: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  display: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus {
  background: transparent;
  transform: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover strong,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus strong {
  color: var(--gold-light);
}

.ebt-imported-page[data-page="home"] .campaign-form {
  max-width: 560px;
  border: 0;
  border-top: 4px solid var(--gold);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: none;
}

.ebt-imported-page[data-page="home"] .campaign-form::before {
  display: none;
}

.ebt-imported-page[data-page="home"] .campaign-form > p {
  max-width: 380px;
  color: var(--navy);
  font-size: 28px;
}

.ebt-imported-page[data-page="home"] .campaign-form span {
  color: var(--copper);
}

.ebt-imported-page[data-page="home"] .campaign-form input,
.ebt-imported-page[data-page="home"] .campaign-form select,
.ebt-imported-page[data-page="home"] .campaign-form textarea {
  border: 1px solid rgba(16, 34, 59, 0.16);
  color: var(--ink);
  background: #ffffff;
}

.ebt-imported-page[data-page="home"] .campaign-form input:focus,
.ebt-imported-page[data-page="home"] .campaign-form select:focus,
.ebt-imported-page[data-page="home"] .campaign-form textarea:focus {
  outline: 2px solid rgba(168, 112, 68, 0.34);
}

.concept-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(180deg, #06192e 0%, #031225 100%);
}

.concept-footer::before {
  content: "Armstrong";
  position: absolute;
  right: -0.05em;
  bottom: 58px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: clamp(110px, 16vw, 280px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}

.footer-callout {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--rail);
  min-height: 260px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 72px 0;
}

.footer-callout .eyebrow {
  justify-content: center;
  color: var(--gold-light);
}

.footer-callout h2 {
  max-width: 830px;
  margin-top: 18px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(42px, 3vw, 62px);
  line-height: 1.08;
}

.footer-callout-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-rail {
  position: relative;
  z-index: 1;
  width: var(--rail);
  grid-template-columns: minmax(360px, 1.2fr) repeat(3, minmax(180px, 0.52fr));
  gap: clamp(54px, 6vw, 104px);
  padding: 76px 0 74px;
}

.footer-logo {
  font-size: 36px;
}

.footer-logo small {
  color: var(--gold-light);
}

.footer-brand p,
.footer-office p {
  max-width: 380px;
  font-size: 15px;
}

.concept-footer h2 {
  color: var(--gold-light);
  font-size: 13px;
}

.concept-footer .footer-callout h2 {
  max-width: 830px;
  margin-top: 18px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(42px, 3vw, 62px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.concept-footer nav a,
.footer-brand a:not(.footer-logo) {
  font-size: 15px;
}

.footer-legal {
  position: relative;
  z-index: 1;
  width: var(--rail);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 22px 0;
}

.footer-legal p {
  max-width: none;
  font-size: 12px;
}

@media (max-width: 1040px) {
  .ebt-imported-page[data-page="home"] .support-rail,
  .ebt-imported-page[data-page="home"] .campaign-action-rail,
  .footer-rail {
    grid-template-columns: 1fr;
  }

  .ebt-imported-page[data-page="home"] .campaign-form {
    max-width: none;
    justify-self: stretch;
  }

  .footer-callout {
    display: grid;
    min-height: 0;
  }

  .footer-callout-actions {
    justify-content: flex-start;
  }
}

/* Consistent homepage rule animation */
@keyframes ruleDraw {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.ebt-imported-page[data-page="home"] :is(.bench-statement, .court-heading, .support-content, .campaign-action-copy, .footer-callout) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.ebt-imported-page[data-page="home"] :is(.bench-statement, .court-heading, .support-content, .campaign-action-copy, .footer-callout) .eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  flex: 0 0 48px;
  background: currentColor;
  opacity: 0.72;
  transform: scaleX(0);
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-copy .eyebrow::after,
.ebt-imported-page[data-page="home"] .footer-callout .eyebrow::after {
  background: var(--gold-light);
  opacity: 0.88;
}

.ebt-imported-page[data-page="home"] .court-priorities article,
.ebt-imported-page[data-page="home"] .support-paths a,
.ebt-imported-page[data-page="home"] .campaign-action-grid,
.ebt-imported-page[data-page="home"] .campaign-action-grid a {
  position: relative;
}

.ebt-imported-page[data-page="home"] .court-priorities article {
  border-bottom: 0;
}

.ebt-imported-page[data-page="home"] .court-priorities article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(168, 112, 68, 0.28);
  transform: scaleX(0);
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="home"] .support-paths a {
  border-top: 0;
  border-bottom: 0;
}

.ebt-imported-page[data-page="home"] .support-paths a::before,
.ebt-imported-page[data-page="home"] .support-paths a:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(168, 112, 68, 0.24);
  transform: scaleX(0);
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="home"] .support-paths a::before {
  top: 0;
}

.ebt-imported-page[data-page="home"] .support-paths a:last-child::after {
  bottom: 0;
  display: block;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid {
  border-top: 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  transform: none;
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid::before {
  top: 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a {
  border-bottom: 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  inset: auto 0 0;
  display: block;
  opacity: 1;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  width: auto;
  max-width: none;
  margin: 0;
  flex: none;
  transition: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--gold-light);
  opacity: 0.92;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::after,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::before {
  width: 100%;
  transform: scaleX(1);
}

/* Final contact page action treatment: paper background, navy copy. */
.ebt-imported-page[data-page="contact"] #contact-action.campaign-action {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(16, 34, 59, 0.08);
  border-bottom: 1px solid rgba(16, 34, 59, 0.08);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro h2 {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro > p:not(.eyebrow) {
  color: rgba(16, 34, 59, 0.72);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::before {
  background: rgba(168, 112, 68, 0.22);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::before {
  background: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:nth-child(even) {
  border-bottom-color: rgba(168, 112, 68, 0.2);
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::after {
  background: rgba(168, 112, 68, 0.2);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid span {
  color: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid strong,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:hover strong,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:focus strong {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid em {
  color: rgba(16, 34, 59, 0.68);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-form {
  border: 1px solid rgba(16, 34, 59, 0.12);
  border-top: 4px solid var(--gold);
  background: var(--paper);
  box-shadow: 0 28px 84px rgba(7, 27, 51, 0.14);
}

/* Multipage campaign pages */
.ebt-imported-page[data-page="meet"] .concept-hero,
.ebt-imported-page[data-page="experience"] .concept-hero,
.ebt-imported-page[data-page="priorities"] .concept-hero,
.ebt-imported-page[data-page="endorsements"] .concept-hero,
.ebt-imported-page[data-page="donate"] .concept-hero {
  min-height: clamp(590px, 64svh, 720px);
  background: var(--navy);
}

.ebt-imported-page[data-page="meet"] .hero-image,
.ebt-imported-page[data-page="experience"] .hero-image,
.ebt-imported-page[data-page="priorities"] .hero-image,
.ebt-imported-page[data-page="endorsements"] .hero-image,
.ebt-imported-page[data-page="donate"] .hero-image {
  background-position: 63% center;
  filter: saturate(0.96) contrast(1.04);
}

.ebt-imported-page[data-page="meet"] .hero-wash,
.ebt-imported-page[data-page="experience"] .hero-wash,
.ebt-imported-page[data-page="priorities"] .hero-wash,
.ebt-imported-page[data-page="endorsements"] .hero-wash,
.ebt-imported-page[data-page="donate"] .hero-wash {
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.99) 0%, rgba(7, 27, 51, 0.94) 38%, rgba(7, 27, 51, 0.42) 70%, rgba(7, 27, 51, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.02), rgba(7, 27, 51, 0.22));
}

.ebt-imported-page[data-page="meet"] .hero-rail,
.ebt-imported-page[data-page="experience"] .hero-rail,
.ebt-imported-page[data-page="priorities"] .hero-rail,
.ebt-imported-page[data-page="endorsements"] .hero-rail,
.ebt-imported-page[data-page="donate"] .hero-rail {
  min-height: clamp(590px, 64svh, 720px);
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.55fr);
  padding: 120px 0 62px;
}

.ebt-imported-page[data-page="meet"] .hero-copy,
.ebt-imported-page[data-page="experience"] .hero-copy,
.ebt-imported-page[data-page="priorities"] .hero-copy,
.ebt-imported-page[data-page="endorsements"] .hero-copy,
.ebt-imported-page[data-page="donate"] .hero-copy {
  max-width: 820px;
}

.ebt-imported-page[data-page="meet"] .concept-hero h1,
.ebt-imported-page[data-page="experience"] .concept-hero h1,
.ebt-imported-page[data-page="priorities"] .concept-hero h1,
.ebt-imported-page[data-page="endorsements"] .concept-hero h1,
.ebt-imported-page[data-page="donate"] .concept-hero h1 {
  max-width: 870px;
  margin-top: 24px;
  font-size: clamp(58px, 4.85vw, 86px);
  line-height: 0.99;
}

.ebt-imported-page[data-page="meet"] .hero-subtitle,
.ebt-imported-page[data-page="experience"] .hero-subtitle,
.ebt-imported-page[data-page="priorities"] .hero-subtitle,
.ebt-imported-page[data-page="endorsements"] .hero-subtitle,
.ebt-imported-page[data-page="donate"] .hero-subtitle {
  max-width: 660px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.62;
}

.ebt-imported-page[data-page="involved"] .concept-hero {
  min-height: 680px;
  background: #071b33;
}

.ebt-imported-page[data-page="involved"] .hero-image {
  background-position: 59% center;
  filter: saturate(0.98) contrast(1.04);
}

.ebt-imported-page[data-page="involved"] .hero-wash {
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98) 0%, rgba(7, 27, 51, 0.9) 36%, rgba(7, 27, 51, 0.32) 68%, rgba(7, 27, 51, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.04), rgba(7, 27, 51, 0.2));
}

.ebt-imported-page[data-page="involved"] .hero-rail {
  min-height: 680px;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.58fr);
  padding: 118px 0 54px;
}

.ebt-imported-page[data-page="involved"] .hero-copy {
  max-width: 710px;
}

.ebt-imported-page[data-page="involved"] .concept-hero h1 {
  position: relative;
  max-width: 740px;
  margin-top: 24px;
  font-size: 74px;
  line-height: 0.98;
}

.ebt-imported-page[data-page="involved"] .concept-hero h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 28px;
  background: rgba(231, 202, 104, 0.72);
}

.ebt-imported-page[data-page="involved"] .hero-subtitle {
  max-width: 610px;
  margin-top: 24px;
  font-size: 21px;
  line-height: 1.58;
}

.ebt-imported-page[data-page="involved"] .concept-hero .hero-actions {
  gap: 22px;
  margin-top: 36px;
}

.ebt-imported-page[data-page="involved"] .concept-hero .button {
  min-width: 168px;
  min-height: 58px;
}

.page-section {
  position: relative;
  padding: clamp(96px, 7vw, 138px) var(--section-x);
}

.page-white {
  color: var(--ink);
  background: var(--white);
}

.page-paper {
  color: var(--ink);
  background: var(--paper);
}

.page-navy {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(13, 41, 73, 0.72), transparent 48%),
    var(--navy);
}

.page-rail {
  width: var(--rail);
  max-width: none;
  margin: 0 auto;
}

.page-split,
.page-two-column,
.donate-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(72px, 7vw, 132px);
  align-items: center;
}

.page-two-column {
  align-items: start;
}

.page-split-reverse {
  grid-template-columns: minmax(520px, 1.08fr) minmax(0, 0.92fr);
}

.page-centered {
  max-width: 960px;
  text-align: center;
}

.page-intro,
.page-split-copy {
  max-width: 650px;
}

.page-intro-wide {
  max-width: 940px;
  margin-bottom: clamp(42px, 4.2vw, 70px);
}

.page-intro h2,
.page-split-copy h2,
.donate-panel h2,
.page-centered h2 {
  margin: 22px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(46px, 4.2vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-centered h2,
.page-navy h2 {
  color: var(--white);
}

.page-intro > p:not(.eyebrow),
.page-split-copy > p:not(.eyebrow),
.donate-panel > p,
.page-centered > p {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(16, 34, 59, 0.72);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}

.page-navy .page-centered > p {
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.76);
}

.page-image-frame {
  position: relative;
  margin: 0;
  border: 1px solid rgba(168, 112, 68, 0.18);
  background: var(--paper);
  box-shadow: 0 30px 86px rgba(7, 27, 51, 0.12);
}

.page-image-frame::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 46%;
  height: 46%;
  z-index: -1;
  background: var(--gold);
}

.page-image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: center 35%;
}

.page-list {
  display: grid;
  gap: 0;
}

.page-list article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid rgba(168, 112, 68, 0.24);
  padding: 30px 0;
}

.page-list article:last-child {
  border-bottom: 1px solid rgba(168, 112, 68, 0.24);
}

.page-list span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.page-list h3,
.page-proof-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(24px, 1.65vw, 31px);
  line-height: 1.12;
  letter-spacing: 0;
}

.page-list p,
.page-proof-grid p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(16, 34, 59, 0.68);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
}

.page-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(168, 112, 68, 0.24);
  border-bottom: 1px solid rgba(168, 112, 68, 0.24);
}

.page-proof-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-proof-grid article {
  min-height: 230px;
  border-left: 1px solid rgba(168, 112, 68, 0.2);
  padding: clamp(30px, 3vw, 48px);
}

.page-proof-grid article:first-child {
  border-left: 0;
}

.page-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.page-actions-dark {
  justify-content: flex-start;
}

.button-outline-dark {
  border: 1px solid rgba(16, 34, 59, 0.24);
  color: var(--ink);
  background: transparent;
}

.button-outline-dark:hover,
.button-outline-dark:focus {
  border-color: var(--copper);
  color: var(--ink);
  background: rgba(168, 112, 68, 0.08);
}

.donate-layout {
  grid-template-columns: minmax(520px, 0.9fr) minmax(0, 1.1fr);
}

.donate-panel {
  border: 1px solid rgba(16, 34, 59, 0.12);
  border-top: 4px solid var(--gold);
  background: var(--white);
  box-shadow: 0 30px 86px rgba(7, 27, 51, 0.12);
  padding: clamp(34px, 4vw, 56px);
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(168, 112, 68, 0.22);
  margin: 34px 0 26px;
}

.amount-grid span {
  display: grid;
  min-height: 74px;
  place-items: center;
  border-right: 1px solid rgba(168, 112, 68, 0.22);
  border-bottom: 1px solid rgba(168, 112, 68, 0.22);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
}

.amount-grid span:nth-child(3n) {
  border-right: 0;
}

.amount-grid span:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.fine-print {
  margin-top: 22px;
  color: rgba(16, 34, 59, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.compact-list {
  margin-top: 32px;
}

.compact-list article {
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 22px 0;
}

.compact-list h3 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.redirect-page {
  display: grid;
  min-height: 100svh;
  place-content: center;
  gap: 22px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
  padding: 40px;
}

.redirect-page .concept-brand {
  color: var(--white);
  justify-content: center;
}

.concept-nav a.nav-donate[aria-current="page"] {
  border-color: var(--gold);
  color: var(--navy);
  background: var(--gold);
}

.concept-nav a.nav-donate[aria-current="page"]::after {
  display: none;
}

.ebt-imported-page[data-page="involved"] .campaign-action {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(16, 34, 59, 0.08);
  border-bottom: 1px solid rgba(16, 34, 59, 0.08);
}

.ebt-imported-page[data-page="involved"] .campaign-action::before {
  display: none;
}

.ebt-imported-page[data-page="involved"] .campaign-action-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  max-width: none;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 0.54fr);
  gap: clamp(70px, 7vw, 132px);
  align-items: center;
  margin: 0 auto;
}

.ebt-imported-page[data-page="involved"] .campaign-action-intro {
  display: block;
  max-width: 820px;
}

.ebt-imported-page[data-page="involved"] .campaign-action-intro h2 {
  max-width: 820px;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(50px, 3.35vw, 68px);
  line-height: 1.08;
}

.ebt-imported-page[data-page="involved"] .campaign-action-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(16, 34, 59, 0.72);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid {
  position: relative;
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  margin-top: 44px;
  border: 0;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid::before,
.ebt-imported-page[data-page="involved"] .campaign-action-grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  transform-origin: left center;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid::before {
  background: rgba(168, 112, 68, 0.22);
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid::after {
  background: var(--copper);
  transform: scaleX(0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ebt-imported-page[data-page="involved"] .campaign-action-intro:hover + .campaign-action-grid::after,
.ebt-imported-page[data-page="involved"] .campaign-action-intro:focus-within + .campaign-action-grid::after {
  transform: scaleX(1);
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid a,
.ebt-imported-page[data-page="involved"] .campaign-action-grid a:nth-child(even) {
  position: relative;
  display: grid;
  min-height: 118px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px 18px;
  align-content: center;
  border: 0;
  border-bottom: 1px solid rgba(168, 112, 68, 0.2);
  background: transparent;
  color: var(--ink);
  padding: 24px 0;
  transform: none;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid a::after,
.ebt-imported-page[data-page="involved"] .campaign-action-grid a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid a::after {
  background: rgba(168, 112, 68, 0.2);
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid a::before {
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid a:hover::before,
.ebt-imported-page[data-page="involved"] .campaign-action-grid a:focus::before {
  transform: scaleX(1);
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid span {
  grid-row: span 2;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.28;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="involved"] .campaign-action-grid em {
  grid-column: 2;
  max-width: 260px;
  min-height: 46px;
  color: rgba(16, 34, 59, 0.68);
  font-family: var(--sans);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.ebt-imported-page[data-page="involved"] .campaign-form {
  display: grid;
  max-width: 560px;
  gap: 16px;
  border: 1px solid rgba(16, 34, 59, 0.12);
  border-top: 4px solid var(--gold);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 84px rgba(7, 27, 51, 0.14);
  padding: 34px;
}

.ebt-imported-page[data-page="involved"] .campaign-form > p {
  max-width: 380px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
}

.ebt-imported-page[data-page="involved"] .campaign-form label {
  display: grid;
  gap: 8px;
}

.ebt-imported-page[data-page="involved"] .campaign-form span {
  color: var(--copper);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="involved"] .campaign-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ebt-imported-page[data-page="involved"] .campaign-form input,
.ebt-imported-page[data-page="involved"] .campaign-form select,
.ebt-imported-page[data-page="involved"] .campaign-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 59, 0.16);
  border-radius: 0;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
}

.ebt-imported-page[data-page="involved"] .campaign-form textarea {
  min-height: 116px;
  resize: vertical;
}

.ebt-imported-page[data-page="involved"] .campaign-form .button {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
}

.ebt-imported-page[data-page="involved"] :is(.campaign-action-copy, .footer-callout) .eyebrow,
.ebt-imported-page:not([data-page="home"]):not([data-page="contact"]) :is(.page-intro, .page-split-copy, .page-centered, .footer-callout) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.ebt-imported-page[data-page="involved"] :is(.campaign-action-copy, .footer-callout) .eyebrow::after,
.ebt-imported-page:not([data-page="home"]):not([data-page="contact"]) :is(.page-intro, .page-split-copy, .page-centered, .footer-callout) .eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  transform: scaleX(0);
  transform-origin: left center;
}

.ebt-imported-page[data-page="involved"] :is(.campaign-action-copy, .footer-callout).is-visible .eyebrow::after,
.ebt-imported-page:not([data-page="home"]):not([data-page="contact"]) :is(.page-intro, .page-split-copy, .page-centered, .footer-callout).is-visible .eyebrow::after {
  animation: ruleDraw 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

@media (max-width: 1180px) {
  .page-split,
  .page-two-column,
  .page-split-reverse,
  .donate-layout,
  .ebt-imported-page[data-page="involved"] .campaign-action-rail {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .page-image-frame {
    max-width: 760px;
  }

  .page-proof-grid,
  .page-proof-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ebt-imported-page[data-page="meet"] .concept-hero,
  .ebt-imported-page[data-page="experience"] .concept-hero,
  .ebt-imported-page[data-page="priorities"] .concept-hero,
  .ebt-imported-page[data-page="endorsements"] .concept-hero,
  .ebt-imported-page[data-page="donate"] .concept-hero,
  .ebt-imported-page[data-page="involved"] .concept-hero {
    min-height: auto;
  }

  .ebt-imported-page[data-page="meet"] .hero-rail,
  .ebt-imported-page[data-page="experience"] .hero-rail,
  .ebt-imported-page[data-page="priorities"] .hero-rail,
  .ebt-imported-page[data-page="endorsements"] .hero-rail,
  .ebt-imported-page[data-page="donate"] .hero-rail,
  .ebt-imported-page[data-page="involved"] .hero-rail {
    min-height: 620px;
    padding: 104px 0 48px;
  }

  .ebt-imported-page[data-page="meet"] .concept-hero h1,
  .ebt-imported-page[data-page="experience"] .concept-hero h1,
  .ebt-imported-page[data-page="priorities"] .concept-hero h1,
  .ebt-imported-page[data-page="endorsements"] .concept-hero h1,
  .ebt-imported-page[data-page="donate"] .concept-hero h1,
  .ebt-imported-page[data-page="involved"] .concept-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }

  .ebt-imported-page[data-page="meet"] .hero-subtitle,
  .ebt-imported-page[data-page="experience"] .hero-subtitle,
  .ebt-imported-page[data-page="priorities"] .hero-subtitle,
  .ebt-imported-page[data-page="endorsements"] .hero-subtitle,
  .ebt-imported-page[data-page="donate"] .hero-subtitle,
  .ebt-imported-page[data-page="involved"] .hero-subtitle {
    font-size: 17px;
  }

  .page-section {
    padding: 72px var(--mobile-x);
  }

  .page-rail {
    width: 100%;
  }

  .page-image-frame::after {
    right: 0;
    bottom: -8px;
    width: 52%;
    height: 8px;
    z-index: 0;
  }

  .page-intro h2,
  .page-split-copy h2,
  .donate-panel h2,
  .page-centered h2 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.02;
  }

  .page-proof-grid,
  .page-proof-grid-four {
    grid-template-columns: 1fr;
  }

  .page-proof-grid article,
  .page-proof-grid article:first-child {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(168, 112, 68, 0.2);
    padding: 28px 0;
  }

  .page-proof-grid article:first-child {
    border-top: 0;
  }

  .page-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 26px 0;
  }

  .amount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amount-grid span:nth-child(3n) {
    border-right: 1px solid rgba(168, 112, 68, 0.22);
  }

  .amount-grid span:nth-child(2n) {
    border-right: 0;
  }

  .amount-grid span:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(168, 112, 68, 0.22);
  }

  .amount-grid span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ebt-imported-page[data-page="involved"] .campaign-action {
    padding: 72px var(--mobile-x);
  }

  .ebt-imported-page[data-page="involved"] .campaign-action-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ebt-imported-page[data-page="involved"] .campaign-form {
    max-width: none;
    padding: 26px;
  }

  .ebt-imported-page[data-page="involved"] .campaign-form-row {
    grid-template-columns: 1fr;
  }
}

/* Mobile last-word fixes. Keep this at EOF. */
@media (max-width: 820px) {
  .hero-image,
  .ebt-imported-page[data-page="contact"] .hero-image {
    background-position: 82% center;
  }

  .hero-wash,
  .ebt-imported-page[data-page="contact"] .hero-wash {
    background:
      linear-gradient(90deg, rgba(7, 27, 51, 0.99) 0%, rgba(7, 27, 51, 0.92) 46%, rgba(7, 27, 51, 0.58) 74%, rgba(7, 27, 51, 0.2) 100%),
      linear-gradient(180deg, rgba(7, 27, 51, 0.18) 0%, rgba(7, 27, 51, 0.7) 100%);
  }

  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    font-size: clamp(36px, 9.8vw, 42px);
    line-height: 1.05;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: none;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid a,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a:nth-child(even),
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:nth-child(even) {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 16px;
    min-height: 0;
    align-content: start;
    padding: 22px 0;
    text-align: left;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid span,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid span {
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 24px;
    line-height: 1.1;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid strong,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid strong {
    grid-column: 2;
    font-size: 17px;
    line-height: 1.28;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid em,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid em {
    grid-column: 2;
    min-height: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.58;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid::before,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid::after,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a::before,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a::after,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::before,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::after,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::before,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::after {
    display: none;
  }
}

@media (max-width: 430px) {
  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    font-size: 35px;
  }
}

/* Final mobile pass for the approved home/get-involved preview. */
@media (max-width: 820px) {
  :root {
    --rail: min(100% - 40px, 1180px);
    --section-x: 20px;
  }

  .ebt-imported-page {
    background: var(--paper);
  }

  .concept-header {
    min-height: 68px;
    padding: 8px 12px;
  }

  .header-shell {
    width: 100%;
    min-height: 52px;
    grid-template-columns: auto auto;
    gap: 12px;
    padding: 0 2px;
  }

  .concept-brand {
    font-size: 18px;
  }

  .concept-brand small {
    font-size: 9px;
  }

  .concept-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
  }

  .concept-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100svh - 82px);
    overflow-y: auto;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(4, 20, 39, 0.97);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
    padding: 8px;
  }

  .concept-nav a,
  .concept-nav .nav-link-disabled {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
  }

  .concept-nav .nav-donate {
    margin-top: 8px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.95);
  }

  .concept-hero,
  .ebt-imported-page[data-page="contact"] .concept-hero {
    min-height: 690px;
  }

  .hero-image,
  .ebt-imported-page[data-page="contact"] .hero-image {
    background-position: 72% center;
  }

  .hero-wash,
  .ebt-imported-page[data-page="contact"] .hero-wash {
    background:
      linear-gradient(90deg, rgba(7, 27, 51, 0.98) 0%, rgba(7, 27, 51, 0.88) 42%, rgba(7, 27, 51, 0.46) 72%, rgba(7, 27, 51, 0.12) 100%),
      linear-gradient(180deg, rgba(7, 27, 51, 0.22) 0%, rgba(7, 27, 51, 0.68) 100%);
  }

  .hero-rail,
  .ebt-imported-page[data-page="contact"] .hero-rail {
    width: var(--rail);
    min-height: 690px;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 104px 0 42px;
  }

  .hero-copy,
  .ebt-imported-page[data-page="contact"] .hero-copy {
    max-width: 335px;
  }

  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    max-width: 335px;
    margin-top: 20px;
    font-size: clamp(39px, 11vw, 46px);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .ebt-imported-page[data-page="contact"] .concept-hero h1::after {
    width: 58px;
    margin-top: 22px;
  }

  .hero-subtitle,
  .ebt-imported-page[data-page="contact"] .hero-subtitle {
    max-width: 315px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions,
  .ebt-imported-page[data-page="contact"] .concept-hero .hero-actions {
    display: grid;
    width: min(100%, 250px);
    gap: 12px;
    margin-top: 28px;
  }

  .hero-actions .button,
  .ebt-imported-page[data-page="contact"] .concept-hero .button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .ebt-imported-page[data-page="home"] .bench-section,
  .ebt-imported-page[data-page="home"] .court-section,
  .ebt-imported-page[data-page="home"] .support-section,
  .ebt-imported-page[data-page="contact"] #contact-action.campaign-action {
    padding: 74px var(--section-x);
  }

  .ebt-imported-page[data-page="home"] .bench-rail,
  .ebt-imported-page[data-page="home"] .court-rail,
  .ebt-imported-page[data-page="home"] .support-rail,
  .ebt-imported-page[data-page="contact"] .campaign-action-rail {
    width: var(--rail);
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .ebt-imported-page[data-page="home"] .bench-statement,
  .ebt-imported-page[data-page="home"] .court-heading,
  .ebt-imported-page[data-page="home"] .support-content,
  .ebt-imported-page[data-page="contact"] .campaign-action-copy {
    max-width: none;
    min-width: 0;
  }

  .ebt-imported-page[data-page="home"] .bench-statement h2,
  .ebt-imported-page[data-page="home"] .court-heading h2,
  .ebt-imported-page[data-page="home"] .support-section h2,
  .ebt-imported-page[data-page="contact"] .campaign-action-intro h2 {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.09;
  }

  .ebt-imported-page[data-page="home"] .bench-statement > p:not(.eyebrow),
  .ebt-imported-page[data-page="home"] .court-heading > p:not(.eyebrow),
  .ebt-imported-page[data-page="home"] .support-lede,
  .ebt-imported-page[data-page="contact"] .campaign-action-intro > p:not(.eyebrow) {
    max-width: 100%;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.72;
  }

  .ebt-imported-page[data-page="home"] .bench-portrait,
  .ebt-imported-page[data-page="home"] .support-visual {
    width: 100%;
    max-width: none;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 2px 0 0;
    overflow: hidden;
  }

  .ebt-imported-page[data-page="home"] .bench-portrait img,
  .ebt-imported-page[data-page="home"] .support-visual img {
    width: 100%;
    height: clamp(300px, 76vw, 390px);
    object-fit: cover;
  }

  .ebt-imported-page[data-page="home"] .bench-portrait img {
    object-position: center 22%;
  }

  .ebt-imported-page[data-page="home"] .support-visual img {
    object-position: center 22%;
  }

  .ebt-imported-page[data-page="home"] .bench-proof {
    width: 100%;
    min-width: 0;
    grid-column: 1;
    grid-template-columns: 1fr;
    margin-top: 10px;
    border-top: 1px solid rgba(168, 112, 68, 0.22);
  }

  .ebt-imported-page[data-page="home"] .bench-proof article {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(168, 112, 68, 0.18);
  }

  .ebt-imported-page[data-page="home"] .bench-proof article + article {
    border-left: 0;
  }

  .ebt-imported-page[data-page="home"] .bench-proof article:last-child {
    border-bottom: 0;
  }

  .ebt-imported-page[data-page="home"] .bench-proof .proof-icon {
    width: 30px;
    height: 30px;
  }

  .ebt-imported-page[data-page="home"] .bench-proof article > span:not(.proof-icon) {
    min-height: 0;
    font-size: 14px;
  }

  .ebt-imported-page[data-page="home"] .bench-proof p {
    max-width: none;
    min-height: 0;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.58;
  }

  .ebt-imported-page[data-page="home"] .court-section::before {
    width: 64vw;
    opacity: 0.16;
    background-size: 380px auto;
  }

  .ebt-imported-page[data-page="home"] .court-priorities,
  .ebt-imported-page[data-page="home"] .support-paths,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid {
    width: 100%;
    max-width: none;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2px;
  }

  .ebt-imported-page[data-page="home"] .court-priorities article,
  .ebt-imported-page[data-page="home"] .support-paths a,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a,
  .ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:nth-child(even) {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 16px;
    align-content: start;
    padding: 22px 0;
    border-bottom: 1px solid rgba(168, 112, 68, 0.2);
  }

  .ebt-imported-page[data-page="home"] .court-priorities article::after,
  .ebt-imported-page[data-page="home"] .support-paths a::before,
  .ebt-imported-page[data-page="home"] .support-paths a:last-child::after,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid::before,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid::after,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a::before,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid a::after {
    display: none;
  }

  .ebt-imported-page[data-page="home"] .court-priorities span,
  .ebt-imported-page[data-page="home"] .support-paths span,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid span {
    grid-row: 1 / span 2;
    font-size: 24px;
    line-height: 1.1;
  }

  .ebt-imported-page[data-page="home"] .court-priorities h3,
  .ebt-imported-page[data-page="home"] .support-paths strong,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid strong {
    grid-column: 2;
    font-size: 18px;
    line-height: 1.28;
  }

  .ebt-imported-page[data-page="home"] .court-priorities p,
  .ebt-imported-page[data-page="home"] .support-paths em,
  .ebt-imported-page[data-page="contact"] .campaign-action-grid em {
    grid-column: 2;
    min-height: 0;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.58;
  }

  .ebt-imported-page[data-page="home"] .support-section {
    background: var(--white);
  }

  .ebt-imported-page[data-page="home"] .support-visual {
    order: 1;
  }

  .ebt-imported-page[data-page="home"] .support-content {
    order: 2;
  }

  .ebt-imported-page[data-page="home"] .support-status {
    margin-top: 28px;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-intro {
    max-width: none;
  }

  .ebt-imported-page[data-page="contact"] .campaign-action-grid {
    margin-top: 30px;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 26px 20px 22px;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form > p {
    font-size: 27px;
    line-height: 1.08;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form input,
  .ebt-imported-page[data-page="contact"] .campaign-form select,
  .ebt-imported-page[data-page="contact"] .campaign-form textarea {
    min-height: 46px;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form textarea {
    min-height: 118px;
  }

  .footer-callout {
    width: var(--rail);
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 64px 0 56px;
    text-align: left;
    justify-items: start;
  }

  .footer-callout-copy {
    max-width: none;
  }

  .concept-footer .footer-callout h2 {
    max-width: 100%;
    font-size: clamp(31px, 8.8vw, 40px);
    line-height: 1.1;
  }

  .footer-callout-copy > p:not(.eyebrow) {
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .footer-callout-actions {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .footer-callout-actions .button {
    width: 100%;
  }

  .footer-rail {
    width: var(--rail);
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 42px 0 34px;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-office {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px 0 0;
  }

  .footer-legal {
    width: var(--rail);
    padding: 18px 0 22px;
  }
}

@media (max-width: 430px) {
  :root {
    --rail: min(100% - 32px, 1180px);
    --section-x: 16px;
  }

  .concept-hero,
  .ebt-imported-page[data-page="contact"] .concept-hero {
    min-height: 650px;
  }

  .hero-rail,
  .ebt-imported-page[data-page="contact"] .hero-rail {
    min-height: 650px;
  }

  .hero-copy,
  .ebt-imported-page[data-page="contact"] .hero-copy {
    max-width: 305px;
  }

  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    max-width: 305px;
    font-size: 38px;
  }

  .hero-subtitle,
  .ebt-imported-page[data-page="contact"] .hero-subtitle {
    max-width: 292px;
  }

  .concept-footer nav {
    gap: 11px;
  }
}

/* Final consistency corrections. */
.footer-callout-copy {
  width: min(920px, 100%);
  justify-self: center;
  text-align: center;
}

.concept-footer .footer-callout h2 {
  margin-right: auto;
  margin-left: auto;
}

.footer-callout-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ebt-imported-page[data-page="contact"] #contact-action.campaign-action {
  background: var(--paper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro .eyebrow {
  color: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro .eyebrow::after {
  background: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::before,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::before,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::after {
  height: 1px;
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::before,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::after {
  background: rgba(168, 112, 68, 0.22);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:nth-child(even) {
  border-bottom: 0;
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-form {
  background: var(--paper);
}

/* Contact action page: lighter editorial treatment after the dark hero. */
.ebt-imported-page[data-page="contact"] .campaign-action {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(255, 255, 255, 0.98) 62%, rgba(247, 244, 236, 0.98) 100%);
  border-top: 1px solid rgba(16, 34, 59, 0.08);
  border-bottom: 1px solid rgba(16, 34, 59, 0.08);
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro h2 {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro > p:not(.eyebrow) {
  color: rgba(16, 34, 59, 0.72);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid::before {
  background: rgba(168, 112, 68, 0.22);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:nth-child(even) {
  border-bottom-color: rgba(168, 112, 68, 0.2);
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a::after {
  background: rgba(168, 112, 68, 0.2);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a::before {
  background: var(--copper);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid span {
  color: var(--copper);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid strong,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:hover strong,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:focus strong {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid em {
  color: rgba(16, 34, 59, 0.68);
}

.ebt-imported-page[data-page="contact"] .campaign-form {
  border: 1px solid rgba(16, 34, 59, 0.12);
  border-top: 4px solid var(--gold);
  background: #ffffff;
  box-shadow: 0 28px 84px rgba(7, 27, 51, 0.14);
}

/* Equalize visible row/card sizes after all prior homepage overrides. */
.ebt-imported-page[data-page="home"] .court-priorities article,
.ebt-imported-page[data-page="home"] .court-priorities article + article {
  height: 188px;
  min-height: 188px;
  padding: 34px 0;
}

.ebt-imported-page[data-page="home"] .support-paths a {
  height: 128px;
  min-height: 128px;
  align-content: center;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:nth-child(even) {
  height: 144px;
  min-height: 144px;
  align-content: center;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid em {
  min-height: 48px;
}

/* Footer refinement: fewer links, stronger contact/social treatment. */
.concept-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 127, 131, 0.13), transparent 28%),
    linear-gradient(180deg, #06192e 0%, #031225 100%);
}

.concept-footer::before {
  content: none;
  display: none;
}

.footer-callout {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 28px;
  padding: clamp(64px, 5.5vw, 92px) 0 clamp(58px, 5vw, 84px);
  text-align: center;
}

.footer-callout-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
}

.concept-footer .footer-callout h2 {
  max-width: 850px;
  font-size: clamp(40px, 3vw, 62px);
}

.footer-callout-actions {
  align-self: center;
  justify-content: center;
}

.footer-callout-actions .button {
  width: 184px;
  justify-content: center;
}

.footer-rail {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(180px, 0.34fr) minmax(360px, 0.68fr);
  align-items: start;
  gap: clamp(64px, 8vw, 140px);
  padding: clamp(42px, 3.6vw, 58px) 0 clamp(38px, 3.4vw, 54px);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 20px;
  max-width: 520px;
}

.footer-brand p,
.footer-office p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.footer-email {
  width: fit-content;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(231, 202, 104, 0.62);
  text-underline-offset: 5px;
}

.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 18px;
  margin-top: 2px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.footer-socials a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.035);
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a[href*="linkedin"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover,
.footer-socials a:focus {
  border-color: rgba(231, 202, 104, 0.58);
  color: var(--gold-light);
  background: rgba(231, 202, 104, 0.08);
  transform: translateY(-2px);
}

.concept-footer nav {
  display: grid;
  align-content: start;
  gap: 13px;
  padding-top: 2px;
}

.concept-footer nav a,
.concept-footer nav .footer-link-disabled {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color 160ms ease, transform 160ms ease;
}

.concept-footer nav .footer-link-disabled {
  cursor: default;
  opacity: 0.72;
  user-select: none;
}

.concept-footer nav a:hover,
.concept-footer nav a:focus {
  color: var(--gold-light);
  transform: translateX(3px);
}

.footer-office {
  display: grid;
  align-content: start;
  gap: 18px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: clamp(30px, 3vw, 46px);
}

.footer-contact-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(231, 202, 104, 0.42);
  padding: 0 16px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.footer-contact-link:hover,
.footer-contact-link:focus {
  border-color: var(--gold-light);
  color: var(--navy);
  background: var(--gold-light);
}

.footer-legal {
  padding: 18px 0 22px;
}

@media (max-width: 1040px) {
  .footer-callout,
  .footer-rail {
    grid-template-columns: 1fr;
  }

  .footer-callout-actions {
    justify-content: flex-start;
  }
}

/* Disabled menu labels still get the same premium hover cue. */
.concept-nav .nav-link-disabled:not(.nav-donate)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms ease;
}

.concept-nav .nav-link-disabled:not(.nav-donate):hover,
.concept-nav .nav-link-disabled:not(.nav-donate):focus {
  color: var(--white);
}

.concept-nav .nav-link-disabled:not(.nav-donate):hover::after,
.concept-nav .nav-link-disabled:not(.nav-donate):focus::after {
  transform: scaleX(1);
}

.concept-nav .nav-donate:hover,
.concept-nav .nav-donate:focus {
  background: var(--gold-light);
}

/* Contact page uses the approved home hero language and the moved campaign action block. */
.ebt-imported-page[data-page="contact"] .concept-hero {
  min-height: 680px;
  background: #071b33;
}

.ebt-imported-page[data-page="contact"] .hero-image {
  background-position: 59% center;
  filter: saturate(0.98) contrast(1.04);
}

.ebt-imported-page[data-page="contact"] .hero-wash {
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98) 0%, rgba(7, 27, 51, 0.9) 36%, rgba(7, 27, 51, 0.32) 68%, rgba(7, 27, 51, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 27, 51, 0.04), rgba(7, 27, 51, 0.2));
}

.ebt-imported-page[data-page="contact"] .hero-rail {
  min-height: 680px;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.58fr);
  padding: 118px 0 54px;
}

.ebt-imported-page[data-page="contact"] .hero-copy {
  max-width: 690px;
}

.ebt-imported-page[data-page="contact"] .concept-hero h1 {
  position: relative;
  max-width: 740px;
  margin-top: 24px;
  font-size: 74px;
  line-height: 0.98;
}

.ebt-imported-page[data-page="contact"] .concept-hero h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 28px;
  background: rgba(231, 202, 104, 0.72);
}

.ebt-imported-page[data-page="contact"] .hero-subtitle {
  max-width: 590px;
  margin-top: 24px;
  font-size: 21px;
  line-height: 1.58;
}

.ebt-imported-page[data-page="contact"] .concept-hero .hero-actions {
  gap: 22px;
  margin-top: 36px;
}

.ebt-imported-page[data-page="contact"] .concept-hero .button {
  min-width: 168px;
  min-height: 58px;
}

.ebt-imported-page[data-page="contact"] .concept-hero .button-glass {
  min-width: 166px;
  background: rgba(255, 255, 255, 0.03);
}

.ebt-imported-page[data-page="contact"] .campaign-action {
  position: relative;
  overflow: hidden;
  padding: clamp(106px, 7vw, 138px) var(--section-x);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(13, 41, 73, 0.76), transparent 48%),
    #06192e;
}

.ebt-imported-page[data-page="contact"] .campaign-action::before {
  display: none;
}

.ebt-imported-page[data-page="contact"] .campaign-action-rail {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--rail);
  max-width: none;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 0.54fr);
  gap: clamp(70px, 7vw, 132px);
  align-items: center;
  margin: 0 auto;
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy {
  padding-top: 8px;
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy h2 {
  max-width: 820px;
  margin-top: 20px;
  color: var(--white);
  font-size: clamp(50px, 3.35vw, 68px);
  line-height: 1.08;
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid {
  position: relative;
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  margin-top: 44px;
  border: 0;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid::before,
.ebt-imported-page[data-page="contact"] .campaign-action-grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  transform-origin: left center;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid::before {
  background: rgba(255, 255, 255, 0.18);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid::after {
  background: var(--gold-light);
  transform: scaleX(0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy:hover .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] .campaign-action-grid:hover::after,
.ebt-imported-page[data-page="contact"] .campaign-action-grid:focus-within::after {
  transform: scaleX(1);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:nth-child(even) {
  position: relative;
  display: grid;
  min-height: 98px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px 18px;
  align-content: start;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  padding: 24px 0;
  transform: none;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a:hover::before,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:focus::before {
  transform: scaleX(1);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid span {
  grid-row: span 2;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.28;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid em {
  grid-column: 2;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a:hover strong,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:focus strong {
  color: var(--gold-light);
}

.ebt-imported-page[data-page="contact"] .campaign-form {
  display: grid;
  max-width: 560px;
  gap: 16px;
  border: 0;
  border-top: 4px solid var(--gold);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
  padding: 34px;
}

.ebt-imported-page[data-page="contact"] .campaign-form > p {
  max-width: 380px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
}

.ebt-imported-page[data-page="contact"] .campaign-form label {
  display: grid;
  gap: 8px;
}

.ebt-imported-page[data-page="contact"] .campaign-form span {
  color: var(--copper);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ebt-imported-page[data-page="contact"] .campaign-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ebt-imported-page[data-page="contact"] .campaign-form input,
.ebt-imported-page[data-page="contact"] .campaign-form select,
.ebt-imported-page[data-page="contact"] .campaign-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 59, 0.16);
  border-radius: 0;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
}

.ebt-imported-page[data-page="contact"] .campaign-form input:focus,
.ebt-imported-page[data-page="contact"] .campaign-form select:focus,
.ebt-imported-page[data-page="contact"] .campaign-form textarea:focus {
  outline: 2px solid rgba(168, 112, 68, 0.34);
  outline-offset: 2px;
}

.ebt-imported-page[data-page="contact"] .campaign-form textarea {
  min-height: 116px;
  resize: vertical;
}

.ebt-imported-page[data-page="contact"] .campaign-form option {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] .campaign-form .button {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
}

.ebt-imported-page[data-page="contact"] :is(.campaign-action-copy, .footer-callout) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.ebt-imported-page[data-page="contact"] :is(.campaign-action-copy, .footer-callout) .eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  flex: 0 0 48px;
  background: var(--gold-light);
  opacity: 0.88;
  transform: scaleX(0);
  transform-origin: left center;
  animation: none;
}

.ebt-imported-page[data-page="contact"] :is(.campaign-action-copy, .footer-callout).is-visible .eyebrow::after {
  animation: ruleDraw 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

@media (max-width: 1040px) {
  .ebt-imported-page[data-page="contact"] .campaign-action-rail {
    grid-template-columns: 1fr;
  }

  .ebt-imported-page[data-page="contact"] .campaign-form {
    max-width: none;
    justify-self: stretch;
  }
}

/* Final sizing pass for repeated homepage/contact rows. */
.ebt-imported-page[data-page="home"] .bench-proof article {
  min-height: 168px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  padding-block: 36px;
}

.ebt-imported-page[data-page="home"] .bench-proof article > span:not(.proof-icon) {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
}

.ebt-imported-page[data-page="home"] .bench-proof p {
  max-width: 285px;
  min-height: 52px;
}

.ebt-imported-page[data-page="home"] .court-priorities article {
  min-height: 142px;
  align-content: start;
}

.ebt-imported-page[data-page="home"] .support-paths a {
  min-height: 112px;
  align-content: center;
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro {
  display: block;
  max-width: 820px;
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro h2 {
  max-width: 820px;
  margin-top: 20px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(50px, 3.35vw, 68px);
  line-height: 1.08;
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy > .eyebrow,
.ebt-imported-page[data-page="contact"] .campaign-action-copy > h2,
.ebt-imported-page[data-page="contact"] .campaign-action-copy > p:not(.eyebrow) {
  display: none;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid {
  max-width: 780px;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid::after {
  transform: scaleX(0);
}

.ebt-imported-page[data-page="contact"] .campaign-action-copy:hover .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] .campaign-action-grid:hover::after,
.ebt-imported-page[data-page="contact"] .campaign-action-grid:focus-within::after {
  transform: scaleX(0);
}

.ebt-imported-page[data-page="contact"] .campaign-action-intro:hover + .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] .campaign-action-intro:focus-within + .campaign-action-grid::after {
  transform: scaleX(1);
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] .campaign-action-grid a:nth-child(even) {
  min-height: 118px;
  align-content: center;
}

.ebt-imported-page[data-page="contact"] .campaign-action-grid em {
  min-height: 46px;
}

@media (min-width: 1600px) and (min-height: 900px) {
  .ebt-imported-page[data-page="home"] .concept-hero,
  .ebt-imported-page[data-page="home"] .hero-rail {
    min-height: clamp(860px, 88svh, 1040px);
  }

  .ebt-imported-page[data-page="home"] .hero-rail {
    padding-top: clamp(128px, 11svh, 164px);
  }
}

.ebt-imported-page[data-page="home"] :is(.bench-statement, .court-heading, .support-content, .campaign-action-copy, .footer-callout).is-visible .eyebrow::after {
  animation: ruleDraw 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.ebt-imported-page[data-page="home"] .court-priorities.is-visible article::after {
  animation: ruleDraw 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ebt-imported-page[data-page="home"] .court-priorities.is-visible article:nth-child(1)::after {
  animation-delay: 80ms;
}

.ebt-imported-page[data-page="home"] .court-priorities.is-visible article:nth-child(2)::after {
  animation-delay: 180ms;
}

.ebt-imported-page[data-page="home"] .court-priorities.is-visible article:nth-child(3)::after {
  animation-delay: 280ms;
}

.ebt-imported-page[data-page="home"] .support-paths.is-visible a::before,
.ebt-imported-page[data-page="home"] .support-paths.is-visible a:last-child::after {
  animation: ruleDraw 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ebt-imported-page[data-page="home"] .support-paths.is-visible a:nth-child(1)::before {
  animation-delay: 80ms;
}

.ebt-imported-page[data-page="home"] .support-paths.is-visible a:nth-child(2)::before {
  animation-delay: 180ms;
}

.ebt-imported-page[data-page="home"] .support-paths.is-visible a:last-child::after {
  animation-delay: 280ms;
}

@media (prefers-reduced-motion: reduce) {
  .ebt-imported-page[data-page="home"] :is(.bench-statement, .court-heading, .support-content, .campaign-action-copy, .footer-callout) .eyebrow::after,
  .ebt-imported-page[data-page="home"] .court-priorities article::after,
  .ebt-imported-page[data-page="home"] .support-paths a::before,
  .ebt-imported-page[data-page="home"] .support-paths a:last-child::after,
  .ebt-imported-page[data-page="home"] .campaign-action-grid::before,
  .ebt-imported-page[data-page="home"] .campaign-action-grid a::before,
  .ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
    transform: none;
    animation: none;
  }
}

/* Final homepage typography and rule cleanup */
.ebt-imported-page[data-page="home"] .bench-proof article > span:not(.proof-icon) {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.38;
  text-transform: none;
}

.ebt-imported-page[data-page="home"] .bench-proof p,
.ebt-imported-page[data-page="home"] .court-heading > p:not(.eyebrow),
.ebt-imported-page[data-page="home"] .court-priorities p,
.ebt-imported-page[data-page="home"] .support-lede,
.ebt-imported-page[data-page="home"] .support-paths em,
.ebt-imported-page[data-page="home"] .campaign-action-copy > p:not(.eyebrow),
.ebt-imported-page[data-page="home"] .campaign-action-grid em,
.ebt-imported-page[data-page="home"] .footer-brand p,
.ebt-imported-page[data-page="home"] .footer-office p {
  font-family: var(--sans);
}

.ebt-imported-page[data-page="home"] .campaign-action-grid::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a::after {
  inset: auto 0 0 0;
  display: block;
  width: auto;
  height: 1px;
  margin: 0;
  border: 0;
  flex: none;
  opacity: 1;
  transform: none;
  transition: none;
  animation: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid::before {
  inset: 0 0 auto 0;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a::before {
  inset: auto 0 0 0;
  display: block;
  width: auto;
  height: 1px;
  margin: 0;
  border: 0;
  flex: none;
  background: var(--gold-light);
  opacity: 0.92;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  animation: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::after,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::after {
  opacity: 1;
  transform: none;
}

.ebt-imported-page[data-page="home"] .campaign-action-grid a:hover::before,
.ebt-imported-page[data-page="home"] .campaign-action-grid a:focus::before {
  width: 100%;
  transform: scaleX(1);
}

/* Final contact page action treatment: paper background, navy copy. */
.ebt-imported-page[data-page="contact"] #contact-action.campaign-action {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(16, 34, 59, 0.08);
  border-bottom: 1px solid rgba(16, 34, 59, 0.08);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro h2 {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-intro > p:not(.eyebrow) {
  color: rgba(16, 34, 59, 0.72);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::before {
  background: rgba(168, 112, 68, 0.22);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid::after,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::before {
  background: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:nth-child(even) {
  border-bottom-color: rgba(168, 112, 68, 0.2);
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a::after {
  background: rgba(168, 112, 68, 0.2);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid span {
  color: var(--copper);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid strong,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:hover strong,
.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid a:focus strong {
  color: var(--ink);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-action-grid em {
  color: rgba(16, 34, 59, 0.68);
}

.ebt-imported-page[data-page="contact"] #contact-action .campaign-form {
  border: 1px solid rgba(16, 34, 59, 0.12);
  border-top: 4px solid var(--gold);
  background: var(--paper);
  box-shadow: 0 28px 84px rgba(7, 27, 51, 0.14);
}
