.hero--restaurant::before{background-image:url('/assets/images/restaurant-hero-evening-dining.webp');}.restaurant-feature-grid{align-items:stretch;}.restaurant-image-card{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);background:radial-gradient(circle at top left,#fffaf3 0,#f3e7d7 55%,#e6d4bf 100%);}.restaurant-image-card img{width:100%;height:100%;object-fit:cover;display:block;}.restaurant-pill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;}.restaurant-form .w-full{width:100%;}.restaurant-gallery{align-items:stretch;}.restaurant-gallery-item img{border-radius:12px;margin-bottom:12px;}.restaurant-gallery-item{transition:transform var(--transition-normal),box-shadow var(--transition-normal);}.restaurant-gallery-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);}@media(max-width:900px){.restaurant-feature-grid{gap:var(--space-20);}.restaurant-gallery{grid-template-columns:minmax(0,1fr);} }