.hero--services .hero-media-main-image--services{background-image:url("/assets/images/banquet-panoramic-setup.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.service-card{display:flex;flex-direction:column;gap:24px}.service-card-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.1fr);gap:24px;align-items:start}.service-card-grid--reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,1.25fr)}.service-card-media{border-radius:12px;overflow:hidden;border:1px solid rgba(224,215,200,0.9);background:#fff;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:12px}.service-card-media img{width:100%;height:100%;object-fit:cover;max-height:320px}.service-venue-media{border-radius:12px;overflow:hidden;border:1px solid rgba(224,215,200,0.9);background:#fff;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:12px}.service-venue-media img{width:100%;height:100%;object-fit:cover;max-height:260px}@media (max-width:1024px){.service-card-grid,.service-card-grid--reverse{grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.service-card{gap:20px}.service-card-media img{max-height:260px}}