@media(min-width:981px){.page-hero{padding-bottom:22px}.page-hero+.section{padding-top:22px}.page-hero+.catalog{padding-top:14px}.page-hero+.about-grid{padding-top:18px}.page-hero+.gallery-grid,.page-hero+.contact-grid{padding-top:22px}}
.app-download-copy h1{font-size:clamp(42px,5vw,68px);max-width:600px}

/* Preserve the original logo ratio even when intrinsic HTML dimensions are present. */
.site-header .brand img{width:176px;height:auto;max-height:44px;object-fit:contain;flex:0 0 auto}
.site-footer .footer-logo{width:180px;height:auto;max-height:48px;object-fit:contain;margin-bottom:24px}
@media(max-width:620px){.site-header .brand img{width:155px;height:auto;max-height:38px}}

/* Keep the designed media frames while every img element retains its intrinsic ratio. */
.product-card-media{height:320px;padding:35px;display:grid;place-items:center}
.product-card-media img{width:auto;height:auto;max-width:100%;max-height:100%;padding:0}
.catalog-image{display:grid;place-items:center;padding:35px}
.catalog-image img{width:auto;height:auto;max-width:100%;max-height:100%;padding:0}
.product-visual{padding:45px}
.product-visual img{width:auto;height:auto;max-width:100%;max-height:570px;padding:0}
.about-image{display:grid;place-items:center;background:#ecece6}
.about-image img{width:100%;height:auto;max-width:none}
.gallery-media{height:480px;display:grid;place-items:center;background:#ecece6}
.gallery-grid figure .gallery-media img,.gallery-grid figure:nth-child(3n) .gallery-media img{width:auto;height:auto;max-width:100%;max-height:100%;background:transparent}
.gallery-grid figure:nth-child(3n) .gallery-media{height:600px}
@media(max-width:620px){
  .product-card-media{height:280px}
  .catalog-image{padding:35px}
  .product-visual{padding:30px}
  .about-image img{width:auto;height:100%;max-width:none}
  .gallery-media,.gallery-grid figure:nth-child(3n) .gallery-media{height:380px}
  .gallery-grid figure .gallery-media img,.gallery-grid figure:nth-child(3n) .gallery-media img{width:auto;height:auto;max-width:100%;max-height:100%}
}
