/* Stable multilingual typography and a complete featured grid with no empty cells. */
.hero h1{line-height:1.16;letter-spacing:-.025em}
.section h2,.contact-section h2,.gallery-intro h1,.admin-heading h1{line-height:1.18;letter-spacing:-.025em}
h1,h2,h3{overflow-wrap:anywhere}
.product-section .gallery-grid{grid-template-columns:repeat(3,1fr);gap:16px;background:transparent;border:0}
.product-section .gallery-card{border:1px solid var(--ink)}
.product-section .gallery-card:nth-child(n){grid-column:auto;grid-row:auto}
.product-section .gallery-card:nth-child(n) img{height:320px}
.gallery-page-header>div{display:flex;align-items:center;gap:16px}
.gallery-page-header>div>a{font-size:11px;font-weight:800;text-decoration:none;text-transform:uppercase}
@media(max-width:800px){.product-section .gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.product-section .gallery-grid{grid-template-columns:1fr}.product-section .gallery-card:nth-child(n) img{height:280px}}
