.herbie-home-gallery,.herbie-home-facilities,.herbie-home-location{padding:90px 0}.herbie-home-gallery{background:var(--herbie-surface)}.herbie-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.herbie-gallery-item{overflow:hidden;border-radius:10px}.herbie-gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}.herbie-gallery-item:hover img{transform:scale(1.04)}.herbie-facilities-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.herbie-facility-item{padding:18px;border:1px solid var(--herbie-border);border-radius:10px;background:#fff;font-weight:600}.herbie-home-location{background:var(--herbie-surface)}.herbie-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.herbie-map{overflow:hidden;border-radius:var(--herbie-radius);min-height:360px}.herbie-map iframe{width:100%;height:360px;border:0}@media(max-width:800px){.herbie-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.herbie-facilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.herbie-location-grid{grid-template-columns:1fr}}@media(max-width:500px){.herbie-facilities-grid{grid-template-columns:1fr}}