.model-gallery{padding:3rem 0 4rem}.model-gallery__header{margin-bottom:2.5rem;text-align:center}.model-gallery__heading{font-family:var(--honka-font-heading);font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.model-gallery__subtitle{color:var(--honka-gray-dark);font-size:1.1rem;font-style:italic;margin-bottom:0}.model-gallery__grid{display:grid;gap:2.5rem 2rem;grid-template-columns:repeat(3,1fr)}.model-gallery__card{align-items:center;display:flex;flex-direction:column;text-align:center}.model-gallery__image-wrap{aspect-ratio:4/3;border-radius:8px;margin-bottom:1rem;overflow:hidden;width:100%}.model-gallery__photo{height:100%;object-fit:cover;transition:transform var(--honka-transition-normal);width:100%}.model-gallery__card:hover .model-gallery__photo{transform:scale(1.03)}.model-gallery__placeholder{background:var(--honka-cream);height:100%;width:100%}.model-gallery__info{flex:1;margin-bottom:1rem}.model-gallery__name{font-family:var(--honka-font-heading);font-size:1.1rem;font-weight:700;letter-spacing:.05em;margin-bottom:.15rem;text-transform:uppercase}.model-gallery__sqft{color:var(--honka-olive);font-size:.85rem;font-style:italic;margin-bottom:.75rem}.model-gallery__detail{color:var(--honka-gray-dark);font-size:.8rem;line-height:1.5;margin-bottom:.2rem}.model-gallery__detail--turnkey{font-weight:600}.model-gallery__detail--kit{color:#777;font-size:.75rem}.model-gallery__btn{font-size:.8rem;margin-top:auto;padding:.6rem 1.75rem}@media (max-width:991px){.model-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.model-gallery__grid{grid-template-columns:1fr;margin:0 auto;max-width:400px}.model-gallery__heading{font-size:1.75rem}}