/* Mobile nav */
@media (max-width: 980px) {
  .site-header__inner,
  .site-container,
  .lens-showcase__stage {
    width: 100%;
    padding-inline: 16px;
  }

  .site-brand {
    left: 0;
  }

  .site-brand__name {
    display: none;
  }

  .site-nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    position: absolute;
    right: 16px;
    top: 40px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .site-nav__burger span {
    display: block;
    height: 2px;
    background: #fff;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    top: var(--header-h);
    right: auto;
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .site-nav.is-open {
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .site-nav__link {
    line-height: 44px;
  }

  .main-content__title,
  .main-content__subtitle,
  .feature-block,
  .main-content__actions,
  .spectrums__title,
  .spectrums__intro,
  .spectrum-row__title,
  .spectrum-row__copy,
  .spectrums__actions,
  .stories-content__title,
  .stories-content__subtitle,
  .stories-content__actions {
    margin-left: 0;
    max-width: none;
  }

  .spectrum-row__media {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .spectrum-row__media img:last-child {
    margin-left: 0;
    margin-top: 8px;
  }

  .testimonials {
    flex-direction: column;
    margin-left: 0;
    gap: 32px;
  }

  .testimonial-bubble {
    width: 100%;
    max-width: 345px;
    margin-inline: auto;
  }

  .under-canopy__product-img {
    width: 100%;
    height: auto;
  }

  .lens-showcase__logo {
    position: static;
    margin: 40px auto 0;
  }

  .lens-showcase__note {
    position: static;
    width: auto;
    margin: 24px 16px;
  }

  .site-footer {
    height: auto;
    padding: 40px 16px 120px;
  }

  .site-footer__col-left,
  .site-footer__col-right,
  .site-footer__social,
  .site-footer__logo,
  .site-footer__contact-btn,
  .site-footer__copyright {
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 16px;
  }

}

@media (max-width: 768px) {
  :root {
    --header-h: 100px;
  }

  .hero {
    height: 360px;
  }

  .hero__logo {
    width: 140px;
    height: 145px;
  }

  .hero__quick-links {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 24px);
    gap: 8px;
  }

  .hero__quick-link {
    width: calc(50% - 4px);
    min-width: 0;
  }

  .under-canopy {
    height: auto;
    padding-bottom: 40px;
  }

  .intro-band {
    height: auto;
    padding: 24px 16px;
  }

  .heading-xl {
    font-size: 42px;
    line-height: 1.05;
  }

}
