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

  .site-nav {
    display: none;
  }

  .hero-section,
  .section-heading,
  .section-heading.wide,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 54px;
  }

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

  .story-card:first-child {
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 700px) {
  .site-header,
  .hero-section,
  .section,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    gap: 12px;
  }

  .brand-mark span {
    font-size: 22px;
  }

  .brand-mark small {
    display: none;
  }

  .header-actions {
    gap: 5px;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .badge.soft {
    display: none;
  }

  .hero-section {
    gap: 28px;
    padding-top: 40px;
    padding-bottom: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

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

  .hero-media {
    padding: 9px;
  }

  .hero-media img {
    aspect-ratio: 1.08;
  }

  .floating-product {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-width: 0;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .story-grid,
  .product-grid,
  .care-strip {
    grid-template-columns: 1fr;
  }

  .story-card {
    min-height: 280px;
    padding: 22px;
  }

  .catalog-toolbar {
    gap: 14px;
  }

  .chip-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .chip {
    flex: 0 0 auto;
  }

  .product-image img {
    aspect-ratio: 1.04;
  }

  .service-tile {
    min-height: 220px;
  }

  .service-tile h3 {
    margin-top: 54px;
  }

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

  .drawer {
    width: 100vw;
  }

  .drawer-head,
  .drawer-body {
    padding: 18px;
  }

  .drawer-head h2 {
    font-size: 32px;
  }

  .drawer-gallery,
  .two-col {
    grid-template-columns: 1fr;
  }

  .cart-line,
  .order-line,
  .account-line {
    grid-template-columns: 64px 1fr;
  }

  .cart-line .qty-control,
  .order-line .status-pill,
  .account-line .status-pill {
    grid-column: 2;
    width: fit-content;
  }
}
