body:has(.hero-section) .site-access {
  display: none;
}

.hero-visual {
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.hero-visual video {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  filter: grayscale(1) brightness(1.02) contrast(1.01);
  mix-blend-mode: multiply;
}

@media (min-width: 961px) {
  .hero-section {
    width: 100%;
    max-width: none;
    padding-top: clamp(2.5rem, 7vh, 5rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    align-items: start;
  }

  .hero-section > .hero-mark,
  .hero-section > .prose,
  .hero-section > .hero-action {
    grid-column: 1;
    width: min(calc(100% - 3rem), 34rem);
    justify-self: center;
  }

  .hero-section > .hero-mark {
    grid-row: 1;
  }

  .hero-section > .prose {
    grid-row: 2;
  }

  .hero-section > .hero-action {
    grid-row: 3;
  }

  .hero-section > .hero-visual {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    width: 100%;
    justify-self: stretch;
    transform: translateY(-2rem);
  }

  .hero-section > .manifest-ledger,
  .hero-section > .eyebrow,
  .hero-section > .mt-4 {
    grid-column: 1 / -1;
    width: min(calc(100% - 3rem), 84rem);
    justify-self: center;
  }

  .hero-section > .manifest-ledger {
    margin: clamp(2.5rem, 7vh, 4rem) 0 0;
    transform: none;
  }

  #main:has(> .hero-section) > .belief-band,
  #main:has(> .hero-section) > .section:not(.hero-section),
  #main:has(> .hero-section) > .closing-claim,
  #main:has(> .hero-section) > .wordmark-band {
    width: min(calc(100% - 6rem), 84rem);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  #main:has(> .hero-section) > .belief-band {
    padding-top: clamp(2.25rem, 5vh, 3.5rem);
    padding-bottom: clamp(2.25rem, 5vh, 3.5rem);
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--rule);
  }

  #main:has(> .hero-section) > .belief-band p {
    max-width: 68rem;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    line-height: 1.35;
  }

  #main:has(> .hero-section) > .section:not(.hero-section) > .section-gutter {
    padding-top: 0.75rem;
    margin-bottom: 2rem;
    border-top: 1px solid var(--ink);
  }

  #main:has(> .hero-section) > .section:has(> .card-grid) .card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 6vh, 5rem) clamp(2rem, 4vw, 4rem);
    max-width: none;
    padding: 0;
  }

  #main:has(> .hero-section) > .section:has(> .card-grid) .folder-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
  }

  #main:has(> .hero-section) > .section:has(> .card-grid) .folder-card > .folder-body:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  #main:has(> .hero-section) > .section:has(> .card-grid) .folder-card > .folder-body:last-child .text-link {
    align-self: flex-start;
    margin-top: auto;
  }

  #main:has(> .hero-section) > .section:has(> .manifest) > .manifest {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4rem);
    padding-top: 0;
    border-top: 0;
  }

  #main:has(> .hero-section) > .section:has(> .manifest) > .manifest > .manifest-row {
    display: block;
    margin: 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--rule);
  }

  #main:has(> .hero-section) > .section:has(> .mt-4.eyebrow) {
    display: grid;
    grid-template-columns: minmax(10rem, 0.65fr) minmax(0, 1.45fr) minmax(14rem, 0.8fr);
    column-gap: clamp(2rem, 4vw, 4rem);
    padding-top: 0.75rem;
    border-top: 1px solid var(--ink);
  }

  #main:has(> .hero-section) > .section:has(> .mt-4.eyebrow) > .section-gutter {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 0;
    margin: 0;
    border: 0;
  }

  #main:has(> .hero-section) > .section:has(> .mt-4.eyebrow) > p:not([class]) {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  #main:has(> .hero-section) > .section:has(> .mt-4.eyebrow) > .mt-4:not(.eyebrow) {
    grid-column: 3;
    grid-row: 1;
    margin-top: 0;
  }

  #main:has(> .hero-section) > .section:has(> .mt-4.eyebrow) > .mt-4.eyebrow {
    grid-column: 3;
    grid-row: 2;
    margin-top: 0.75rem;
  }

  #main:has(> .hero-section) > .section:has(> .faq-row) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2.5rem, 5vw, 5rem);
  }

  #main:has(> .hero-section) > .section:has(> .faq-row) > .section-gutter {
    grid-column: 1 / -1;
  }

  #main:has(> .hero-section) > .section:has(> .faq-row) > .faq-row {
    align-self: start;
    margin: 0;
    padding: 1.25rem 0 1.5rem;
    border-top: 1px solid var(--rule);
  }

  #main:has(> .hero-section) > .closing-claim .claim-ticket {
    width: 100%;
  }

  body:has(.hero-section) .site-footer {
    width: min(calc(100% - 6rem), 84rem);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  .hero-visual {
    width: min(100%, 40rem);
    margin: clamp(2rem, 7vw, 3.25rem) auto 0;
  }
}
