@media (min-width: 560px) {
  .hero-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: stretch;
  }

  .hero-footer-scroll {
    display: flex;
  }

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

@media (min-width: 761px) {
  .site-nav,
  #hero,
  .section-pad,
  #contact,
  footer,
  .page-hd,
  .filter-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-nav {
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
  }

  .site-nav.scrolled,
  .site-nav.is-solid {
    padding: 1rem 2rem;
  }

  .logo-sub,
  .nav-links {
    display: flex;
  }

  .nav-contact {
    padding: .65rem 1.35rem;
  }

  .section-pad {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }

  .s-label,
  .ph-label,
  .cta-label {
    font-size: .64rem;
  }

  .s-title,
  .ph-title,
  .cta-title {
    font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  }

  .btn-outline,
  .btn-text,
  .link-subtle,
  .fbtn,
  .filter-label {
    font-size: .66rem;
  }

  #hero {
    padding-top: 6rem;
  }

  .hero-body {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 18rem);
    align-items: center;
    gap: 2.5rem;
  }

  .hero-actions {
    align-items: flex-end;
    justify-self: end;
    text-align: right;
  }

  .hero-h1 {
    margin-bottom: 1.4rem;
    font-size: clamp(3rem, 6vw, 5.8rem);
  }

  .hero-p {
    font-size: .98rem;
    line-height: 1.7;
  }

  .hero-label {
    margin-bottom: 1.5rem;
    font-size: .64rem;
  }

  .hero-footer {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0 0;
  }

  .hero-footer-stat {
    min-width: 8rem;
    padding: 1rem 1.1rem;
  }

  .hf-num {
    font-size: 2.1rem;
  }

  .hf-label {
    margin-top: .45rem;
    font-size: .56rem;
    letter-spacing: .12em;
  }

  .marquee-wrap {
    padding: .65rem 0;
  }

  .marquee-item {
    font-size: .9rem;
  }

  .works-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.25rem;
  }

  .work-row {
    grid-template-columns: 2.5rem minmax(0, 1fr) 2rem;
  }

  .cap-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.25rem;
  }

  .cap-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

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

  .process-item {
    padding: 1.4rem;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .process-item:nth-child(2),
  .process-item:nth-child(4) {
    border-right: none;
  }

  .process-item:nth-child(3),
  .process-item:nth-child(4) {
    border-bottom: none;
  }

  #contact {
    padding: 6rem 2rem 1.5rem;
  }

  .contact-inner {
    gap: 2rem;
  }

  .contact-form {
    padding: 1.4rem;
  }

  footer {
    padding: 2rem;
  }
}

@media (min-width: 1101px) {
  .site-nav,
  #hero,
  .section-pad,
  #contact,
  footer,
  .page-hd,
  .filter-row {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .site-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .site-nav.scrolled,
  .site-nav.is-solid {
    padding: 1.35rem 3.5rem;
  }

  .section-pad {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .s-title,
  .ph-title,
  .cta-title {
    font-size: clamp(2.8rem, 4.5vw, 5rem);
  }

  #hero {
    padding-top: 6.8rem;
    overflow: hidden;
  }

  .hero-body {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem);
    gap: 4rem;
  }

  .hero-h1 {
    max-width: 900px;
    font-size: clamp(3.6rem, 6.6vw, 6.8rem);
  }

  .hero-actions {
    gap: 1rem;
  }

  .work-row {
    grid-template-columns: 3rem minmax(0, 1fr) minmax(14rem, 20rem) 2.5rem;
    gap: 2rem;
    padding: 1.15rem 0;
  }

  .work-cover {
    display: block;
  }

  .work-name {
    font-size: 1.55rem;
  }

  .cap-layout {
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap: 0;
    margin-top: 2.5rem;
  }

  .cap-divider {
    display: block;
  }

  .cap-item {
    padding: 0 3rem;
  }

  .cap-item:first-child {
    padding-left: 0;
  }

  .cap-item:last-child {
    padding-right: 0;
  }

  .cap-list {
    flex-direction: column;
  }

  .cap-num,
  .pi-num {
    margin-bottom: 2rem;
    font-size: .8rem;
  }

  .cap-name,
  .pi-name {
    font-size: 1.35rem;
  }

  .cap-desc,
  .pi-desc,
  .cta-sub {
    font-size: .92rem;
    line-height: 1.85;
  }

  .process-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
  }

  .process-item {
    padding: 2rem;
    border-right: 1px solid var(--border);
    border-bottom: none;
  }

  .process-item:nth-child(2),
  .process-item:nth-child(4) {
    border-right: 1px solid var(--border);
  }

  .process-item:last-child {
    border-right: none;
  }

  #contact {
    padding: 6.5rem 3.5rem 3rem;
  }

  .contact-inner {
    grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr);
    align-items: center;
    gap: 4rem;
  }

  .contact-form {
    padding: 2rem;
  }

  footer {
    flex-direction: row;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-height: 720px) {
  #hero {
    padding-top: 5.1rem;
  }

  .hero-h1 {
    margin-bottom: .75rem;
    font-size: clamp(2rem, 8vw, 4.8rem);
  }

  .hero-label {
    margin-bottom: .75rem;
  }

  .hero-p {
    font-size: .84rem;
    line-height: 1.42;
  }

  .btn-outline,
  .btn-text {
    font-size: .6rem;
  }

  .marquee-wrap {
    padding: .36rem 0;
  }

  .hero-footer {
    padding: .5rem 0 0;
  }
}
