@media (max-width: 1200px) {
  :root {
    --container: 1440px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .site-nav {
    gap: 16px;
    font-size: 12.8px;
  }

}

@media (max-width: 992px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--gray-300);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav button {
    padding: 12px;
    text-align: left;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .hero-layout,
  .equipment-scenes-head,
  .product-head,
  .industry-compact-head,
  .factory-map-layout,
  .why-choose-head,
  .why-choose-body,
  .process-layout,
  .rfq-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(680px, 72vw);
  }

  .hero-tags,
  .proof-line,
  .factory-data-list,
  .product-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-head h2 {
    font-size: 34px;
  }

  .industry-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps li {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .process-steps li p {
    grid-column: 2;
  }

  .equipment-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .equipment-scene--primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .equipment-scene:nth-child(4) {
    grid-column: auto;
  }

  .factory-photo-stack {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .factory-photo-stack img {
    height: 100%;
  }

  .rfq-info-panel {
    position: static;
  }

  .rfq-form {
    border-right: 1px solid var(--gray-300);
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-hero {
    min-height: 720px;
    padding: 116px 0 78px;
  }

  h1 {
    font-size: 38px;
  }

  .section-hero h1 {
    font-size: clamp(36px, 9vw, 48px);
  }

  .hero-copy {
    width: min(100%, 560px);
  }

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

  h2 {
    font-size: 28px;
  }

  .product-head h2 {
    font-size: 30px;
  }

  .hero-layout {
    gap: 34px;
  }

  .hero-actions,
  .final-cta-panel,
  .footer-bottom {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .proof-line,
  .hero-tags,
  .factory-data-list,
  .form-grid,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .equipment-scene-grid {
    grid-template-columns: 1fr;
  }

  .equipment-scene:nth-child(4) {
    grid-column: auto;
  }

  .equipment-scene,
  .equipment-scene--primary {
    min-height: 310px;
  }

  .equipment-scene div {
    padding: 20px;
  }

  .equipment-scene h3,
  .equipment-scene:not(.equipment-scene--primary) h3 {
    font-size: 20px;
  }

  .equipment-scene p {
    font-size: 14px;
  }

  .product-category-card img {
    height: 260px;
  }

  .industry-tile {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .industry-tile,
  .industry-tile figure {
    min-height: 126px;
  }

  .why-choose-media {
    position: static;
  }

  .factory-carousel__viewport {
    height: 360px;
  }

  .why-reason-list {
    grid-template-columns: 1fr;
  }

  .rfq-form {
    padding: 24px;
  }

  .cert-strip-head {
    display: grid;
    text-align: left;
  }

  .cert-strip-head > p {
    text-align: left;
  }

  .cert-carousel figure {
    flex-basis: 176px;
  }

  .cert-carousel img {
    height: 224px;
  }

  .rfq-modal {
    padding: 14px;
  }

  .rfq-form--modal {
    padding: 28px 20px;
  }

  .floating-rfq {
    right: 12px;
    top: auto;
    bottom: 18px;
  }

  .floating-rfq__mail {
    width: 64px;
    min-height: 64px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .site-nav {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 25px;
  }

  .product-head h2 {
    font-size: 27px;
  }

  .brand-mark img {
    width: 92px;
  }

  .section-hero {
    min-height: 690px;
    padding-top: 104px;
  }

  .section-hero h1 {
    font-size: 32px;
  }

  .product-head,
  .product-category-grid,
  .industry-compact-grid {
    grid-template-columns: 1fr;
  }

  .product-category-card img {
    height: 235px;
  }

  .factory-photo-stack {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .factory-photo-stack img {
    height: 220px;
  }

  .factory-photo-stack img:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .cert-carousel__button {
    display: none;
  }

  .factory-carousel__viewport {
    height: 280px;
  }
}
