@media (max-width: 820px) {
  :root {
    --rail: min(100% - 40px, 1180px);
    --section-x: 20px;
  }

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

  .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 {
    display: grid;
    width: 42px;
    min-width: 0;
    height: 42px;
    place-items: center;
    justify-self: end;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    color: var(--white);
    padding: 0;
    transition: border-color 160ms ease, background 160ms ease;
  }

  .concept-menu-toggle:hover,
  .concept-menu-toggle:focus,
  .concept-menu-toggle[aria-expanded="true"] {
    border-color: rgba(189, 141, 6, 0.78);
    background: rgba(255, 255, 255, 0.07);
  }

  .concept-menu-toggle .menu-toggle-mark {
    position: relative;
    display: block;
    width: 20px;
    height: 18px;
    margin: 0;
    background: transparent;
  }

  .concept-menu-toggle .menu-toggle-mark::before {
    content: "";
  }

  .concept-menu-toggle .menu-toggle-mark span {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    background: currentColor;
    transform-origin: center;
    transition: top 160ms ease, transform 160ms ease;
  }

  .concept-menu-toggle .menu-toggle-mark span:first-child {
    top: 5px;
  }

  .concept-menu-toggle .menu-toggle-mark span:last-child {
    top: 12px;
  }

  .concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark span:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }

  .concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark span {
    opacity: 0;
  }

  .concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark::before {
    content: "\00d7";
    position: absolute;
    inset: -5px 0 0;
    display: grid;
    place-items: center;
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
  }

  .concept-nav {
    position: absolute;
    top: 100%;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100svh - 82px);
    overflow-y: auto;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-top: 2px solid var(--gold);
    background: #051d42;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
    padding: 14px 18px 18px;
    transform: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .concept-nav[data-open] {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .concept-nav a,
  .concept-nav .nav-link-disabled {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.085);
    color: rgba(255, 255, 255, 0.83);
    font-size: 11px;
    text-align: center;
  }

  .concept-nav a::after,
  .concept-nav .nav-link-disabled::after {
    display: none;
  }

  .concept-nav a:not(.nav-donate)::before,
  .concept-nav .nav-link-disabled::before {
    display: none;
    content: none;
  }

  .concept-nav a:hover,
  .concept-nav a:focus,
  .concept-nav a[aria-current="page"],
  .concept-nav .nav-link-disabled:hover {
    color: var(--white);
  }

  .concept-nav .nav-donate {
    display: flex;
    min-height: 52px;
    justify-content: center;
    margin-top: 14px;
    border: 1px solid rgba(189, 141, 6, 0.98);
    color: var(--white);
    background: var(--gold);
    box-shadow: none;
  }

  .concept-nav .nav-donate:hover,
  .concept-nav .nav-donate:focus {
    color: var(--white);
    background: #a87d05;
  }

  .ebt-imported-page[data-page="home"] .concept-hero,
  .concept-hero,
  .ebt-imported-page[data-page="contact"] .concept-hero {
    min-height: clamp(660px, 88svh, 730px);
  }

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

  .ebt-imported-page[data-page="home"] .hero-wash,
  .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.95) 48%, rgba(7, 27, 51, 0.58) 78%, rgba(7, 27, 51, 0.24) 100%),
      linear-gradient(180deg, rgba(7, 27, 51, 0.1) 0%, rgba(7, 27, 51, 0.76) 100%);
  }

  .ebt-imported-page[data-page="home"] .hero-rail,
  .hero-rail,
  .ebt-imported-page[data-page="contact"] .hero-rail {
    width: var(--rail);
    min-height: clamp(660px, 88svh, 730px);
    grid-template-columns: 1fr;
    align-items: center;
    padding: 112px 0 54px;
  }

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

  .ebt-imported-page[data-page="home"] .concept-hero h1,
  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    max-width: 318px;
    margin-top: 20px;
    font-size: clamp(37px, 10.2vw, 42px);
    line-height: 1.02;
    overflow-wrap: normal;
  }

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

  .ebt-imported-page[data-page="home"] .hero-subtitle,
  .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%, 318px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }

  .hero-actions .button,
  .ebt-imported-page[data-page="home"] .concept-hero .hero-actions .button,
  .ebt-imported-page[data-page="contact"] .concept-hero .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .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;
    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,
  .ebt-imported-page[data-page="contact"] #contact-action .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"] .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) {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 16px;
    align-content: start;
    padding: 22px 0;
    text-align: left;
    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,
  .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;
  }

  .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,
  .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="home"] .court-priorities h3,
  .ebt-imported-page[data-page="home"] .support-paths strong,
  .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="home"] .court-priorities p,
  .ebt-imported-page[data-page="home"] .support-paths em,
  .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="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;
    align-items: center;
    justify-items: center;
    padding: 66px 0 58px;
    text-align: center;
  }

  .footer-callout-copy {
    max-width: 370px;
    margin: 0 auto;
  }

  .footer-callout .eyebrow {
    justify-content: center;
    text-align: center;
  }

  .concept-footer .footer-callout h2 {
    max-width: 360px;
    margin-inline: auto;
    font-size: clamp(30px, 8.2vw, 37px);
    line-height: 1.11;
  }

  .footer-callout-copy > p:not(.eyebrow) {
    max-width: 330px;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.64;
  }

  .footer-callout-actions {
    width: min(100%, 220px);
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 12px;
    margin: 4px auto 0;
  }

  .footer-callout-actions .button {
    width: 100%;
    min-height: 50px;
  }

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

  .footer-brand {
    max-width: 340px;
  }

  .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;
  }
}

/* Tablet portrait keeps the compact desktop-style menu instead of the phone sheet. */
@media (min-width: 641px) and (max-width: 820px) {
  .concept-nav {
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(420px, calc(100vw - 48px));
    padding: 10px;
    border-top-width: 1px;
  }

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

  .concept-nav .nav-donate {
    margin-top: 8px;
  }
}

/* On phones, the open panel shares the header shell's left and right edges. */
@media (max-width: 640px) {
  .concept-nav {
    right: 0;
    left: 0;
  }
}

@media (max-width: 820px) {
  .ebt-imported-page[data-page="endorsements"] .endorsement-lead,
  .ebt-imported-page[data-page="endorsements"] .endorsement-proof-lead {
    border-top: 0 !important;
  }

  .ebt-imported-page[data-page="endorsements"] .endorsement-lead::before,
  .ebt-imported-page[data-page="endorsements"] .endorsement-lead::after,
  .ebt-imported-page[data-page="endorsements"] .endorsement-proof-lead::before,
  .ebt-imported-page[data-page="endorsements"] .endorsement-proof-lead::after {
    content: none !important;
    display: none !important;
  }
}

/* Match subpage mobile section type to the home page scale. */
@media (max-width: 820px) {
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) main :is(
    .page-intro h2,
    .page-split-copy h2,
    .page-centered h2,
    .about-editorial-copy h2,
    .about-arc-copy h2,
    .about-closing-statement h2,
    .about-profile-copy h2,
    .about-standard-grid h2,
    .experience-leadership-copy h2,
    .experience-operations-heading h2,
    .experience-trust-copy h2,
    .experience-record-heading h2,
    .experience-readiness-heading h2,
    .experience-standard-copy h2,
    .experience-chapter-copy h2,
    .experience-spread-main h2,
    .experience-image-copy h2,
    .experience-record-feature-copy h2,
    .priority-values-copy h2,
    .priorities-framework-copy h2,
    .priorities-court-copy h2,
    .endorsement-copy h2,
    .endorsement-list-heading h2,
    .endorsement-trust-grid h2,
    .endorsement-option-heading h3
  ) {
    max-width: 100% !important;
    font-size: clamp(34px, 9.6vw, 42px) !important;
    line-height: 1.09 !important;
    letter-spacing: 0 !important;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) main :is(
    .page-intro,
    .page-intro-wide,
    .page-split-copy,
    .page-centered,
    .endorsement-copy,
    .endorsement-list-heading,
    .endorsement-option-heading
  ) {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) main :is(
    .page-section,
    .page-rail
  ) {
    padding-left: var(--section-x) !important;
    padding-right: var(--section-x) !important;
    width: 100% !important;
    max-width: none !important;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) main .page-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

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

  .ebt-imported-page[data-page="home"] .concept-hero,
  .concept-hero,
  .ebt-imported-page[data-page="contact"] .concept-hero,
  .ebt-imported-page[data-page="home"] .hero-rail,
  .hero-rail,
  .ebt-imported-page[data-page="contact"] .hero-rail {
    min-height: clamp(650px, 88svh, 720px);
  }

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

  .ebt-imported-page[data-page="home"] .concept-hero h1,
  .concept-hero h1,
  .ebt-imported-page[data-page="contact"] .concept-hero h1 {
    font-size: clamp(36px, 10vw, 39px);
  }

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

  .concept-footer .footer-callout h2 {
    max-width: 326px;
    font-size: 31px;
  }

  .footer-callout-copy > p:not(.eyebrow) {
    max-width: 310px;
  }
}

@media (max-width: 820px) {
  .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 {
    width: var(--rail);
    min-height: clamp(660px, 88svh, 730px);
    grid-template-columns: 1fr;
    align-items: center;
    padding: 112px 0 54px;
  }

  .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,
  .ebt-imported-page[data-page="involved"] .hero-copy {
    max-width: 326px;
  }

  .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 {
    max-width: 318px;
    font-size: clamp(37px, 10.2vw, 42px);
    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 {
    max-width: 315px;
    font-size: 15px;
    line-height: 1.58;
  }

  .ebt-imported-page[data-page="meet"] .concept-hero .hero-actions,
  .ebt-imported-page[data-page="experience"] .concept-hero .hero-actions,
  .ebt-imported-page[data-page="priorities"] .concept-hero .hero-actions,
  .ebt-imported-page[data-page="endorsements"] .concept-hero .hero-actions,
  .ebt-imported-page[data-page="donate"] .concept-hero .hero-actions,
  .ebt-imported-page[data-page="involved"] .concept-hero .hero-actions {
    display: grid;
    width: min(100%, 318px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }

  .ebt-imported-page[data-page="meet"] .concept-hero .button,
  .ebt-imported-page[data-page="experience"] .concept-hero .button,
  .ebt-imported-page[data-page="priorities"] .concept-hero .button,
  .ebt-imported-page[data-page="endorsements"] .concept-hero .button,
  .ebt-imported-page[data-page="donate"] .concept-hero .button,
  .ebt-imported-page[data-page="involved"] .concept-hero .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 430px) {
  .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: clamp(650px, 88svh, 720px);
  }

  .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,
  .ebt-imported-page[data-page="involved"] .hero-copy,
  .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 {
    max-width: 305px;
  }

  .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(36px, 10vw, 39px);
  }

  .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 {
    max-width: 292px;
  }
}

@media (max-width: 820px) {
  button.concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  button.concept-menu-toggle[aria-expanded="true"] .menu-toggle-mark span:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 820px) {
  .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,
  .ebt-imported-page[data-page="involved"] .hero-image {
    background-position: 82% center;
  }

  .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,
  .ebt-imported-page[data-page="involved"] .hero-wash {
    background:
      linear-gradient(90deg, rgba(7, 27, 51, 1) 0%, rgba(7, 27, 51, 0.98) 46%, rgba(7, 27, 51, 0.68) 74%, rgba(7, 27, 51, 0.28) 100%),
      linear-gradient(180deg, rgba(7, 27, 51, 0.18) 0%, rgba(7, 27, 51, 0.76) 100%);
  }
}

/* Final mobile cascade repair: desktop subpage hero specificity must not squeeze mobile copy. */
@media (max-width: 820px) {
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .concept-hero.subpage-hero,
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-rail {
    min-height: clamp(650px, 88svh, 730px);
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-rail {
    width: var(--rail);
    grid-template-columns: 1fr;
    align-items: center;
    padding: 112px 0 54px;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-copy {
    width: min(100%, 326px);
    max-width: 326px;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero h1 {
    max-width: 318px;
    font-size: clamp(37px, 10.2vw, 42px);
    line-height: 1.02;
    overflow-wrap: normal;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-subtitle {
    max-width: 315px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-image {
    background-position: 76% center;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-wash {
    background:
      linear-gradient(90deg, rgba(5, 29, 66, 1) 0%, rgba(5, 29, 66, 0.98) 54%, rgba(5, 29, 66, 0.72) 82%, rgba(5, 29, 66, 0.34) 100%),
      linear-gradient(180deg, rgba(5, 29, 66, 0.16) 0%, rgba(5, 29, 66, 0.78) 100%);
  }
}

@media (max-width: 430px) {
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-copy,
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero h1 {
    width: min(100%, 305px);
    max-width: 305px;
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero h1 {
    font-size: clamp(36px, 10vw, 39px);
  }

  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-subtitle {
    max-width: 292px;
  }
}

@media (max-width: 820px) {
  .ebt-imported-page[data-page="donate"] .donation-route {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .ebt-imported-page[data-page="donate"] .donation-route-grid {
    width: var(--rail);
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ebt-imported-page[data-page="donate"] .donation-card,
  .ebt-imported-page[data-page="donate"] .donation-impact {
    width: 100%;
    max-width: none;
  }

  .ebt-imported-page[data-page="donate"] .donation-card {
    padding: 30px 24px;
  }

  .ebt-imported-page[data-page="donate"] .impact-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ebt-imported-page[data-page="donate"] .impact-grid article,
  .ebt-imported-page[data-page="donate"] .impact-grid article:first-child,
  .ebt-imported-page[data-page="donate"] .impact-grid article:nth-child(3) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid rgba(168, 112, 68, 0.2);
    padding: 24px 0;
  }
}

/* Final mobile dark surface lock. */
@media (max-width: 820px) {
  .concept-header {
    background: #051d42 !important;
  }

  .concept-nav,
  .concept-nav[data-open] {
    background: #051d42 !important;
  }

  .ebt-imported-page[data-page="home"] .hero-wash,
  .ebt-imported-page[data-page="involved"] .hero-wash,
  .hero-wash,
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-wash {
    background:
      linear-gradient(90deg, rgba(6, 25, 46, 1) 0%, rgba(6, 25, 46, 0.98) 54%, rgba(6, 25, 46, 0.72) 82%, rgba(6, 25, 46, 0.34) 100%),
      linear-gradient(180deg, rgba(6, 25, 46, 0.16) 0%, rgba(6, 25, 46, 0.78) 100%) !important;
  }

  .concept-nav .nav-donate {
    background: #BD8D06;
    color: #fff;
  }

  .concept-nav .nav-donate:hover,
  .concept-nav .nav-donate:focus {
    background: #a87d05;
    color: #fff;
  }
}

/* Final mobile alignment for the page polish pass. */
@media (max-width: 820px) {
  .concept-header {
    background: #051D42 !important;
  }

  .concept-nav,
  .concept-nav[data-open] {
    background: #051d42 !important;
  }

  .button-gold,
  .button-gold:visited,
  .concept-nav .nav-donate,
  .concept-nav a.nav-donate[aria-current="page"] {
    color: #fff !important;
    background: #BD8D06 !important;
  }

  .button-gold:hover,
  .button-gold:focus,
  .concept-nav .nav-donate:hover,
  .concept-nav .nav-donate:focus {
    color: #fff !important;
    background: #a77d05 !important;
  }

  .ebt-imported-page[data-page="home"] .hero-wash,
  .ebt-imported-page[data-page="involved"] .hero-wash,
  .hero-wash,
  .ebt-imported-page:is([data-page="meet"], [data-page="experience"], [data-page="priorities"], [data-page="endorsements"], [data-page="donate"]) .subpage-hero .hero-wash {
    background:
      linear-gradient(90deg, rgba(5, 29, 66, 1) 0%, rgba(5, 29, 66, 0.98) 55%, rgba(5, 29, 66, 0.72) 82%, rgba(5, 29, 66, 0.34) 100%),
      linear-gradient(180deg, rgba(5, 29, 66, 0.14) 0%, rgba(5, 29, 66, 0.8) 100%) !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band,
  .ebt-imported-page[data-page="endorsements"] .endorsement-list-section {
    color: #051D42 !important;
    background:
      linear-gradient(90deg, rgba(251, 250, 246, 0.96), rgba(251, 250, 246, 0.99)),
      url("https://armstrongforjudge.com/wp-content/uploads/2026/06/courthouse-pillars-soft.jpg") left center / auto 100% no-repeat,
      #fbfaf6 !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band .page-rail,
  .ebt-imported-page[data-page="endorsements"] .endorsement-lead-grid {
    grid-template-columns: 1fr !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band .page-intro h2,
  .ebt-imported-page[data-page="endorsements"] .endorsement-list-heading h2,
  .ebt-imported-page[data-page="endorsements"] .endorsement-group h3 {
    color: #051D42 !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band .values-grid,
  .ebt-imported-page[data-page="priorities"] .priority-values-band .priority-thread,
  .ebt-imported-page[data-page="endorsements"] .endorsement-directory {
    background: transparent !important;
    box-shadow: none !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band .values-grid article,
  .ebt-imported-page[data-page="priorities"] .priority-values-band .priority-thread article {
    display: grid !important;
    grid-template-columns: 48px 1fr !important;
    min-height: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(168, 112, 68, 0.22) !important;
    background: transparent !important;
    padding: 26px 0 !important;
  }

  .ebt-imported-page[data-page="priorities"] .priority-values-band .values-grid p,
  .ebt-imported-page[data-page="priorities"] .priority-values-band .priority-thread p {
    grid-column: 2 !important;
    color: #6d7480 !important;
  }

  .ebt-imported-page[data-page="endorsements"] .endorsement-directory {
    grid-template-columns: 1fr !important;
    border: 1px solid rgba(168, 112, 68, 0.2) !important;
  }

  .ebt-imported-page[data-page="endorsements"] .endorsement-group {
    min-height: 0 !important;
    color: #051D42 !important;
    background: rgba(255, 255, 255, 0.78) !important;
  }

  .ebt-imported-page[data-page="endorsements"] .endorsement-copy {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* Keep footer/CTA navy aligned with the menu and hero surface. */
.concept-footer,
.ebt-imported-page[data-page] .concept-footer {
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 127, 131, 0.13), transparent 28%),
    linear-gradient(180deg, #051D42 0%, #031225 100%) !important;
}

.footer-callout,
.ebt-imported-page[data-page] .footer-callout {
  background: transparent !important;
}
