/* Responsive overrides */

@media (max-width: 1080px) {
  .site-header,
  .footer-brand,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .site-header {
    margin-left: 18px;
    margin-right: 18px;
  }

  .hero,
  .style-flow,
  .intro-layout,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 20px;
  }

  .hero-photos {
    grid-template-columns: 1fr;
    height: auto;
    gap: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .stacked-polaroids {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    align-items: start;
    padding-top: 0;
    margin-left: 0;
    height: auto;
  }

  .hero-main {
    margin-right: 0;
    height: auto;
    transform: none;
  }

  .polaroid-top,
  .polaroid-bottom {
    transform: none;
    margin-left: 0;
    margin-top: 0;
  }

  .style-grid,
  .route-grid,
  .collection-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    text-align: center;
  }

  .cta-label {
    justify-content: center;
  }

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

@media (max-width: 720px) {
  body {
    padding: 6px;
  }

  .poster {
    width: 100vw;
    border-radius: 24px;
  }

  .hero,
  .style-finder,
  .boutique-intro,
  .collections,
  .reviews,
  .stories,
  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .hero {
    gap: 16px;
    padding-top: 18px;
  }

  .sparkles-top {
    left: auto;
    right: 6px;
    top: -6px;
    width: 84px;
  }

  .heart-doodle {
    top: 54px;
    width: 34px;
  }

  .walk-in-note {
    min-width: 0;
    width: 100%;
  }

  .style-grid,
  .route-grid,
  .collection-grid,
  .review-grid,
  .story-grid,
  .stacked-polaroids {
    grid-template-columns: 1fr;
  }

  .stacked-polaroids {
    grid-template-rows: none;
  }

  .hero-main,
  .stacked-polaroids,
  .polaroid {
    align-self: stretch;
  }

  .cta-banner {
    margin-left: 18px;
    margin-right: 18px;
    padding: 18px;
  }

  .site-footer {
    margin-left: 18px;
    margin-right: 18px;
  }

  .stories-header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cluster {
    width: 124px;
  }

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