html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}.brand,.header-actions,.hero-copy,.contact-info,.email-cta,.product-card,.detail-copy{min-width:0}.main-nav a,.nav-dropdown summary,.btn,.category-tab,.gallery-filter{touch-action:manipulation}.main-nav a,.nav-dropdown summary{min-height:44px;display:flex;align-items:center}.btn{min-height:44px}.gallery-grid img,.plate-photo img,.product-card-image img,.detail-image img{display:block}@media(max-width:899px){.site-header{backdrop-filter:blur(10px)}.header-inner{height:68px}.main-nav{top:68px;max-height:calc(100vh - 68px);overflow-y:auto;padding-bottom:max(18px,env(safe-area-inset-bottom))}.main-nav a,.nav-dropdown summary{padding:13px 0}.brand-text strong{font-size:15px}.brand-text em{font-size:10px}.header-call{padding:8px 10px}.hero{padding:58px 0 68px}.hero-inner{gap:30px}.hero-copy{text-align:left}.hero h1{font-size:clamp(36px,9vw,54px)}.hero-sub{font-size:17px}.plate-grid,.why-inner,.about-inner,.contact-inner,.catalogue-hero-inner,.product-detail-shell{grid-template-columns:1fr!important}.contact-inner,.catalogue-contact-inner{gap:30px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.map-strip iframe{height:280px}.email-cta{min-height:0}.catalogue-controls{align-items:stretch;flex-direction:column}.catalogue-search{max-width:none}.category-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;scrollbar-width:thin}.category-tab{white-space:nowrap}.detail-specs{grid-template-columns:1fr 1fr}}@media(max-width:600px){.wrap{padding-left:18px;padding-right:18px}.header-inner{height:64px}.main-nav{top:64px}.brand-text{display:none}.brand-mark,.catalogue-brand-logo{width:36px;height:36px}.hero{padding:44px 0 54px}.hero h1{font-size:clamp(34px,11vw,46px);line-height:1.04}.hero-sub{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{justify-content:center;width:100%}.hero-tags{gap:8px}.hero-tags span{font-size:10px;padding:6px 9px}.services,.why,.about,.gallery,.contact{padding-top:64px!important;padding-bottom:64px!important}.plate{padding:20px 18px}.gallery-grid,.product-grid{grid-template-columns:1fr}.gallery-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.gallery-filter{white-space:nowrap}.contact-list li{align-items:flex-start}.email-cta{padding:26px 20px}.catalogue-hero{padding:44px 0 36px}.catalogue-contact-actions,.detail-actions,.product-card-actions{flex-direction:column}.catalogue-contact-actions .btn,.detail-actions .btn,.product-card-actions .btn{width:100%;justify-content:center}.product-detail-shell{padding:18px}.detail-specs{grid-template-columns:1fr}.site-footer{text-align:center}.footer-inner{flex-direction:column;gap:8px}.map-strip iframe{height:240px}}@media(min-width:601px) and (max-width:899px){.wrap{padding-left:28px;padding-right:28px}.hero-panel{max-width:520px;margin-inline:auto}.plate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-shell{padding:26px}}@media(hover:none){.btn:hover,.product-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* Mobile sizing corrections */
@media(max-width:600px){
  .hero h1{
    font-size:clamp(32px,9vw,40px);
    line-height:1.08;
  }
  .catalogue-hero h1{
    max-width:none;
    font-size:clamp(34px,10vw,42px);
    line-height:1.04;
  }
  .contact-list li>div{min-width:0}
  .contact-list a,
  .contact-list span{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .product-card-top{flex-wrap:wrap}
}
@media(max-width:420px){
  .spec-row{
    grid-template-columns:28px minmax(0,1fr);
    gap:8px 10px;
    padding:14px 16px;
  }
  .spec-val{
    grid-column:2;
    justify-self:start;
  }
  .plate-specs li{align-items:flex-start}
  .plate-specs li span:last-child{
    min-width:0;
    overflow-wrap:anywhere;
  }
}
