@media (max-width: 1100px) {
  .header-inner {
    gap: 14px;
    padding-inline: 20px;
  }

  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 0.8rem;
  }

  .header-cta {
    padding-inline: 18px;
  }

  .hero {
    column-gap: 30px;
  }

  .hero-visual {
    min-height: 445px;
  }

  .asset-placeholder {
    min-height: 405px;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-photo {
    min-height: 260px;
  }

  .call-summary ul {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 900px) {
  .section-shell {
    width: min(calc(100% - 64px), var(--max-width));
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 38px 32px 0;
  }

  .hero-copy h1,
  .hero-lede,
  .editorial-placeholder {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .asset-placeholder {
    min-height: 480px;
  }

  .sector-band {
    margin-inline: -32px;
    padding-inline: 32px;
  }

  .about-grid,
  .manifest-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .method {
    padding-inline: 30px;
  }

  .method-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 699px) {
  :root {
    --section-space: 76px;
  }

  body {
    font-size: 16px;
  }

  .review-ribbon {
    padding-inline: 16px;
    font-size: 10px;
  }

  .section-shell {
    width: calc(100% - 40px);
  }

  .header-inner {
    padding-inline: 16px;
  }

  .brand-link img {
    width: 50px;
    height: 44px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: var(--navy);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    max-height: calc(100svh - var(--header-height));
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 20px 20px;
    overflow-y: auto;
    border-top: var(--border);
    background: var(--white);
    box-shadow: var(--shadow-sm);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav > a:not(.button) {
    padding: 12px 10px;
    color: var(--petrol);
    font-weight: 650;
    text-decoration: none;
  }

  .mobile-nav .button {
    margin-top: 8px;
  }

  .hero {
    row-gap: 30px;
    padding: 28px 20px 0;
  }

  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .editorial-placeholder {
    padding: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 440px;
    padding: 0 0 42px;
  }

  .hero-visual::before {
    inset: -12px -10px 44px 8%;
  }

  .asset-placeholder {
    min-height: 390px;
    padding: 30px 22px;
  }

  .floating-note-top {
    top: 12px;
    right: -4px;
    width: 180px;
  }

  .floating-note-bottom {
    bottom: 12px;
    width: 195px;
  }

  .hero-chips {
    justify-content: flex-start;
    gap: 8px;
  }

  .hero-chips a {
    padding: 8px 13px;
    font-size: 0.78rem;
  }

  .sector-band {
    flex-direction: column;
    gap: 14px;
    margin-inline: -20px;
    padding: 22px 20px;
    text-align: center;
  }

  .sector-band ul {
    gap: 7px 14px;
    font-size: 0.88rem;
  }

  .about-grid,
  .team-grid,
  .service-grid,
  .manifest-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-proof,
  .manifest-stats,
  .contact-cards,
  .form-grid,
  .method-grid,
  .call-summary ul {
    grid-template-columns: 1fr;
  }

  .placeholder-stat,
  .manifest-stats div {
    min-height: 124px;
  }

  .profile-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .profile-photo {
    min-height: 300px;
  }

  .profile-copy {
    padding: 30px 24px 36px;
  }

  .mid-cta {
    margin-top: 64px;
  }

  .tools {
    padding-block: 68px;
  }

  .tool-placeholder-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .service-card {
    min-height: 370px;
  }

  .method {
    margin-inline: -4px;
    padding: 48px 20px;
  }

  .method-grid article {
    min-height: 170px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .form-wide {
    grid-column: auto;
  }

  .call-summary {
    padding: 32px 22px;
  }

  .faq-item button {
    min-height: 64px;
  }

  .faq-cta {
    padding: 36px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .section-shell {
    width: calc(100% - 32px);
  }

  .hero {
    padding-inline: 16px;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .sector-band {
    margin-inline: -16px;
  }

  .floating-note-top {
    width: 158px;
    padding: 14px;
    font-size: 0.84rem;
  }
}

@media print {
  .review-ribbon,
  .site-header,
  .hero-actions,
  .form-submit {
    display: none !important;
  }
}
