/* Pass 2 keeps the verified editorial proportions of the private reference study. */
:root {
  --editorial-gutter: max(24px, 4.05vw);
}

@media (min-width: 801px) {
  .site-header:not(.header-solid) {
    height: 83px;
    border-bottom: 0;
  }

  .site-header:not(.header-solid) .header-inner {
    max-width: none;
    padding: 0 var(--editorial-gutter);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .site-header:not(.header-solid) .brand {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
  }

  .site-header:not(.header-solid) .nav-left,
  .site-header:not(.header-solid) .nav-right {
    grid-row: 1;
    display: flex;
    gap: 1.32rem;
    font-size: 0.78rem;
    letter-spacing: 0.095em;
    font-weight: 500;
  }

  .site-header:not(.header-solid) .nav-left { grid-column: 1; }
  .site-header:not(.header-solid) .nav-right { grid-column: 3; justify-self: end; }
  .site-header:not(.header-solid) .desktop-nav a { padding: 0.45rem 0.1rem; }

  .hero {
    height: min(920px, 100svh);
    min-height: 760px;
    padding: 0 var(--editorial-gutter) 4.65rem;
  }

  .hero-copy {
    max-width: 39rem;
  }

  .hero h1 {
    margin: 0.7rem 0 0.85rem;
    font-size: clamp(2.28rem, 2.55vw, 3.28rem);
    line-height: 1.23;
    letter-spacing: -0.05em;
  }

  .hero-copy p:not(.eyebrow) {
    width: min(27rem, 100%);
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero .actions {
    gap: 1.35rem;
    margin-top: 1.7rem;
  }

  .hero .button,
  .hero .text-link {
    min-height: auto;
    padding: 0 0 0.22rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--paper);
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
  }

  .hero .button:hover { background: transparent; }

  .intro {
    position: relative;
    min-height: 645px;
    display: grid;
    place-items: center;
    padding: 9.7rem 10% 7rem;
    text-align: left;
  }

  .intro::before {
    position: absolute;
    top: 9.7rem;
    right: 10%;
    left: 10%;
    height: 1px;
    background: var(--line);
    content: "";
  }

  .intro p {
    width: min(31rem, 100%);
    font-size: clamp(2rem, 2.2vw, 2.85rem);
    line-height: 1.32;
    text-align: left;
  }

  .projects-home { padding: 0; }
  .projects-home .section-head { display: none; }
  .projects-home .teaser-list { gap: 0; }

  .projects-home .project-teaser {
    min-height: 760px;
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }

  .projects-home .teaser-image {
    height: auto;
    min-height: 760px;
    padding-top: 0;
  }

  .projects-home .teaser-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 14%;
  }

  .projects-home .teaser-copy h3 { font-size: clamp(2rem, 2.6vw, 3.25rem); }
  .projects-home .teaser-copy > p { max-width: 25rem; }

  .faq {
    max-width: none;
    padding: 9rem 10% 8rem;
    display: grid;
    grid-template-columns: minmax(16rem, 0.72fr) minmax(24rem, 1.28fr);
    column-gap: clamp(4rem, 10vw, 11rem);
    align-items: start;
  }

  .faq > .eyebrow,
  .faq > h2 {
    grid-column: 1;
    text-align: left;
  }

  .faq > h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 2.6vw, 3.25rem);
    line-height: 1.2;
  }

  .faq-list {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 800px) {
  .site-header { height: 96px; border-bottom: 0; }
  .brand span { font-size: 1.04rem; }
  .hero { min-height: 640px; padding-bottom: 3.2rem; }
  .hero h1 { font-size: 1.81rem; line-height: 1.24; }
  .hero-copy p:not(.eyebrow) { font-size: 0.9rem; }
  .hero .actions { flex-direction: row; gap: 1.1rem; }
  .hero .button,
  .hero .text-link {
    min-height: auto;
    padding: 0 0 0.22rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--paper);
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
  }
  .intro { min-height: 475px; padding: 5rem var(--pad); text-align: left; }
  .intro p { text-align: left; font-size: 1.82rem; }

  .faq {
    max-width: none;
    margin: 0;
    padding: 5rem var(--pad);
  }

  .faq > .eyebrow,
  .faq > h2 {
    text-align: left;
  }

  .faq > h2 {
    max-width: 18rem;
    margin-bottom: 2.2rem;
    font-size: 2rem;
    line-height: 1.24;
  }

  .faq-list {
    max-width: none;
    margin-top: 0;
  }

  .faq-item button {
    min-height: 68px;
    gap: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.48;
  }
}
