.product-gallery{display:block}.product-gallery .gallery-alt{display:none}

/* Compact-screen navigation and touch targets. */
:focus-visible{outline:2px solid #e8e2d7;outline-offset:4px}
@media(max-width:720px){
  .ref-header .header-actions a:first-child{display:none}
  .ref-header .header-actions a:last-child{display:flex;align-items:center;min-height:44px}
  .ref-menu a{display:flex;align-items:center;min-height:44px}
  .size-buttons button,.quantity-picker button,.add-bag{min-height:44px}
}
/* Prevent display typography and compact controls from overflowing narrow phones. */
@media(max-width:720px){
  .hero-content,.campaign-text,.manifesto,.join2,.collection-title,.product-info,.shop-card>div{min-width:0}
  .hero-content:before{font-size:clamp(2.35rem,11vw,4.4rem);white-space:normal;overflow-wrap:anywhere}
  .hero-content h1,.campaign-text h2,.manifesto h2,.join2 h2,.collection-title h1,.product-info h1,.bag-page>h1{max-width:100%;overflow-wrap:anywhere;word-break:normal}
  .join2 h2{font-size:clamp(2.35rem,10.5vw,4.25rem);max-width:100%}
  .module-head{flex-direction:column;align-items:flex-start;gap:18px}
  .module-head h2{max-width:100%;overflow-wrap:anywhere}
  .price-row{gap:12px;flex-wrap:wrap}
  .shop-card h3,.shop-card p{min-width:0;overflow-wrap:anywhere}
}
/* Keep the final call-to-action as two clean words on small screens. */
@media(max-width:720px){
  .join2 h2{font-size:clamp(2.1rem,9.3vw,3.7rem);letter-spacing:-.11em;overflow-wrap:normal;word-break:keep-all}
}
/* Keep every display word intact on phone layouts. */
@media(max-width:720px){
  .hero-content h1,.campaign-text h2,.manifesto h2,.collection-title h1,.product-info h1,.bag-page>h1,.module-head h2{
    overflow-wrap:normal;
    word-break:keep-all;
  }
  .product-info h1{font-size:clamp(2.05rem,9vw,3.15rem);letter-spacing:-.09em}
  .collection-title h1{font-size:clamp(2.6rem,13vw,4.75rem)}
  .campaign-text h2{font-size:clamp(2.3rem,11.5vw,4.25rem)}
  .manifesto h2{font-size:clamp(2.3rem,12vw,4.5rem)}
  .module-head h2{font-size:clamp(2.2rem,11vw,4rem)}
}