/* SUNA mobile preview overrides - loaded after the production bundle */
.cart-summary label[for="shippingSelect"],
.cart-summary #shippingSelect,
.cart-summary .microcopy {
  display: none !important;
}

@media (max-width: 760px) {
  :root {
    --shadow: 0 18px 42px rgba(11, 44, 67, .16);
    --soft-shadow: 0 10px 24px rgba(11, 44, 67, .1);
  }

  html {
    scroll-padding-top: 74px;
  }

  body {
    overflow-x: hidden;
    background: linear-gradient(180deg, #f7fbfa 0%, #fff 36%, #f3f8f7 100%);
  }

  .site-header {
    background: rgba(255, 255, 255, .94);
    border-bottom-color: rgba(16, 32, 43, .08);
  }

  .nav-shell {
    width: calc(100% - 20px);
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-logo-img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: .95rem;
  }

  .brand small {
    font-size: .66rem;
    white-space: nowrap;
  }

  .cart-trigger,
  .nav-toggle {
    min-width: 42px;
    min-height: 42px;
  }

  .cart-trigger {
    padding: 0 10px;
  }

  .nav-links {
    top: 64px;
    left: 10px;
    right: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, .98);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(6, 43, 70, .18);
  }

  .nav-links.open {
    gap: 4px;
  }

  .nav-links button {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 14px;
    text-align: left;
  }

  .hero {
    min-height: 100svh;
    align-items: end;
  }

  .hero:after {
    background:
      linear-gradient(180deg, rgba(6, 43, 70, .48) 0%, rgba(6, 43, 70, .76) 42%, rgba(6, 43, 70, .96) 100%),
      radial-gradient(circle at 78% 18%, rgba(242, 182, 99, .2), transparent 34%);
  }

  .hero-media img {
    object-position: 57% center;
    filter: saturate(1.06) contrast(1.04);
  }

  .hero-copy {
    width: calc(100% - 24px);
    padding: 82px 0 32px;
  }

  .hero-logo-center {
    justify-content: flex-start;
    margin-bottom: 18px;
  }

  .hero-logo-center img {
    height: 78px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .42));
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: .68rem;
    letter-spacing: .1em;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.9rem, 15vw, 4.1rem);
    line-height: .96;
  }

  .hero-text {
    max-width: 31ch;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .btn,
  .card-actions .btn,
  .mini-btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .hero-proof span {
    width: 100%;
    min-height: 36px;
    justify-content: flex-start;
    padding: 0 12px;
    background: rgba(255, 255, 255, .16);
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .hero-metrics div {
    min-width: 0;
    padding: 12px 10px;
  }

  .hero-metrics strong {
    font-size: 1rem;
  }

  .hero-metrics span {
    font-size: .72rem;
    line-height: 1.25;
  }

  .network-banner {
    top: 66px;
    width: calc(100% - 20px);
    padding: 10px 12px;
    font-size: .86rem;
  }

  .trust-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
    background: #fff;
    scrollbar-width: none;
  }

  .trust-strip::-webkit-scrollbar,
  .shop-toolbar::-webkit-scrollbar {
    display: none;
  }

  .trust-strip span {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f7fbfa;
    font-size: .78rem;
  }

  .section {
    width: calc(100% - 24px);
    padding: 56px 0;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .section h2,
  .quote-copy h2,
  .quality-copy h2,
  .success-state h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

  .section-head p:not(.eyebrow),
  .quote-copy p,
  .quality-copy p,
  .split-copy p:not(.eyebrow) {
    font-size: .98rem;
    line-height: 1.55;
  }

  .product-section {
    width: 100%;
    padding: 58px 12px;
    background: linear-gradient(180deg, rgba(233, 244, 244, .72), rgba(255, 255, 255, .96) 34%, rgba(245, 250, 249, .88));
  }

  .shop-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin: 0 -12px 20px;
    padding: 0 12px 2px;
    scrollbar-width: none;
  }

  .filter-btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    box-shadow: 0 8px 18px rgba(6, 43, 70, .06);
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card {
    grid-template-rows: 176px auto;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(6, 43, 70, .1);
  }

  .product-visual {
    background:
      radial-gradient(circle at 22% 12%, rgba(242, 182, 99, .42), transparent 33%),
      linear-gradient(135deg, #effafa, #c7e7ea);
  }

  .product-visual img {
    width: min(72%, 210px);
    max-height: 160px;
  }

  .badge {
    top: 10px;
    left: 10px;
    padding: 6px 9px;
    font-size: .68rem;
  }

  .badge.sale {
    right: 10px;
  }

  .product-body {
    padding: 16px;
    gap: 10px;
  }

  .product-card h3 {
    font-size: 1.06rem;
  }

  .product-card p {
    font-size: .92rem;
    line-height: 1.45;
  }

  .product-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .product-specs span {
    min-height: 54px;
    padding: 8px 7px;
    font-size: .68rem;
  }

  .product-specs strong {
    font-size: .6rem;
  }

  .price {
    font-size: 1.2rem;
  }

  .card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .split-band {
    padding: 56px 12px;
    gap: 20px;
    background:
      linear-gradient(180deg, rgba(6, 43, 70, .94), rgba(14, 116, 144, .92)),
      url("/assets/corte-DYdxUzWm.png") center / cover;
  }

  .bulk-row {
    display: grid;
    gap: 6px;
    padding: 14px;
  }

  .quote-section {
    gap: 20px;
  }

  .quote-promises span,
  .coverage-routes article,
  .lot-card,
  .logistics-grid article,
  .testimonials article {
    padding: 18px;
  }

  .quote-form {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .cart-summary select {
    min-height: 48px;
    font-size: 16px;
  }

  .coverage-layout,
  .coverage-routes,
  .logistics-grid,
  .testimonials,
  .quality,
  .lot-grid {
    grid-template-columns: 1fr;
  }

  .coverage-map-card {
    min-height: auto;
    grid-template-rows: 300px auto;
    padding: 10px;
  }

  .coverage-map-shell,
  .coverage-leaflet-map {
    min-height: 300px;
  }

  .quality {
    gap: 22px;
  }

  .quality-visual img {
    height: 240px;
  }

  .process-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cart-drawer {
    width: 100vw;
  }

  .cart-head,
  .cart-summary,
  .cart-items {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }

  .cart-item img {
    width: 64px;
    height: 64px;
  }

  .checkout-card {
    width: min(100vw - 20px, 720px);
    max-height: calc(100svh - 20px);
    border-radius: 8px;
  }

  .checkout-form,
  .order-review {
    padding: 16px;
  }

  .toast {
    bottom: 14px;
    width: calc(100% - 24px);
    max-width: none;
    border-radius: 8px;
  }
}

@media (max-width: 380px) {
  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 3.4rem);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .product-specs {
    grid-template-columns: 1fr;
  }
}
