@page {
  size: A4 landscape;
  margin: 0;
}

@media print {
  html {
    scroll-behavior: auto;
  }

  body {
    width: 297mm;
    margin: 0;
    background: var(--paper);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .shell {
    width: calc(100% - 48px);
    max-width: none;
  }

  .skip-link,
  .menu-toggle {
    display: none !important;
  }

  .site-header {
    position: static !important;
    inset: auto !important;
    background: transparent;
  }

  .header-inner {
    min-height: 76px;
  }

  .main-nav {
    gap: 25px;
  }

  .main-nav a {
    font-size: 9px;
  }

  .main-nav a::after {
    display: none !important;
  }

  .nav-cta {
    padding: 8px 14px;
    border: 0 !important;
    background: var(--paper-deep);
    white-space: nowrap;
  }

  .reveal,
  .reveal-delay,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero,
  .intro,
  .areas,
  .about,
  .approach {
    box-sizing: border-box;
    height: 210mm;
    min-height: 210mm;
    overflow: hidden;
    break-after: page;
    page-break-after: always;
  }

  .hero {
    height: calc(210mm - 76px);
    min-height: calc(210mm - 76px);
    padding: 28px 0 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    align-items: center;
    column-gap: 36px;
    row-gap: 0;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 19px;
  }

  .hero-facts {
    margin-top: 22px;
  }

  .hero-art {
    min-height: 0;
  }

  .hero-art > svg {
    max-height: 415px;
  }

  .hero-photo {
    max-height: 210px;
    margin-bottom: 20px;
  }

  .art-caption {
    bottom: 1%;
  }

  .intro {
    padding: 92px 0;
  }

  .intro-grid {
    gap: 45px;
  }

  .intro h2 {
    font-size: 65px;
  }

  .intro-body {
    margin-top: 34px;
  }

  .areas {
    height: auto;
    min-height: 210mm;
    overflow: visible;
    padding: 58px 0 46px;
  }

  .section-heading {
    gap: 50px;
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 56px;
  }

  .section-heading > p {
    font-size: 15px;
  }

  .area-row {
    grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr);
    gap: 25px;
    min-height: 112px;
  }

  .area-number {
    padding-top: 22px;
  }

  .area-title-wrap {
    gap: 17px;
  }

  .area-title-wrap svg {
    flex-basis: 44px;
    width: 44px;
  }

  .area-row h3 {
    font-size: 25px;
  }

  .area-row > p,
  .area-description {
    font-size: 11px;
  }

  .about {
    height: auto;
    min-height: 210mm;
    overflow: visible;
    padding: 72px 0 55px;
  }

  .about-grid {
    grid-template-columns: 0.62fr 1fr;
    gap: 70px;
  }

  .about h2 {
    font-size: 60px;
  }

  .about-copy {
    padding-top: 24px;
  }

  .about-copy p {
    font-size: 13px;
  }

  .about-portrait {
    width: min(100%, 280px);
    margin-top: 28px;
    break-inside: avoid;
  }

  .credentials {
    margin-top: 25px;
  }

  .credentials-body {
    display: none !important;
  }

  .credentials summary {
    padding: 14px 0;
  }

  .approach {
    padding: 75px 0 55px;
  }

  .approach-grid {
    grid-template-columns: 0.72fr 1fr;
    gap: 75px;
  }

  .approach-visual {
    min-height: 470px;
  }

  .circle-large {
    width: 450px;
    height: 450px;
  }

  .circle-medium {
    width: 320px;
    height: 320px;
  }

  .circle-small {
    width: 180px;
    height: 180px;
  }

  .approach-copy h2 {
    margin-bottom: 27px;
    font-size: 60px;
  }

  .approach-copy > p:not(.eyebrow) {
    font-size: 13px;
  }

  blockquote {
    margin-top: 26px;
    font-size: 22px;
  }

  .contact {
    box-sizing: border-box;
    min-height: 125mm;
    padding: 20px 0 10px;
    break-inside: avoid;
  }

  .contact-wrap {
    padding: 40px 50px 30px;
  }

  .contact h2 {
    font-size: 58px;
  }

  .contact-grid {
    margin-top: 24px;
  }

  .contact-grid article {
    min-height: 120px;
    padding-top: 16px;
  }

  .site-footer {
    box-sizing: border-box;
    min-height: 45mm;
    padding: 20px 0 10px;
    break-inside: avoid;
  }

  .footer-top {
    gap: 40px;
    padding-bottom: 24px;
  }

  .footer-brand img {
    width: 60px;
    height: 60px;
  }

  .footer-bottom {
    padding-top: 12px;
  }
}
