.hero--restaurant .hero__overlay{background:radial-gradient(circle at 15% 10%,rgba(255,195,160,0.5),transparent 55%),radial-gradient(circle at 85% 90%,rgba(217,75,75,0.7),transparent 55%),linear-gradient(120deg,rgba(15,6,5,0.9),rgba(35,12,9,0.95))}.restaurant-grid-two{display:grid;gap:var(--space-8);align-items:center}.restaurant-grid-two--reverse{grid-template-areas:"media""content"}.restaurant-grid-two__content{grid-area:content}.restaurant-grid-two__media{grid-area:media}.restaurant-grid-two__content--secondary{background-color:var(--color-bg-elevated);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-soft);border:1px solid var(--color-border-subtle)}.restaurant-image-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium);transform:translateY(0);transition:transform var(--transition-base),box-shadow var(--transition-base)}.restaurant-image-card img{width:100%;height:100%;object-fit:cover}.restaurant-image-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.restaurant-pill-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.restaurant-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted)}.restaurant-bullets li{position:relative;padding-left:1.25rem}.restaurant-bullets li::before{content:"";position:absolute;left:0;top:0.55rem;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-accent-warm))}.restaurant-cta-row{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start;justify-content:space-between}.restaurant-cta-row__text{margin:0;color:var(--color-text-muted)}.restaurant-signature-grid .card{height:100%}.restaurant-bar-card{background-color:var(--color-bg-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden;border:1px solid var(--color-border-subtle)}.restaurant-bar-card__image{width:100%;height:220px;object-fit:cover}.restaurant-bar-card__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.restaurant-social-grid .card{height:100%}.restaurant-reservation{display:grid;gap:var(--space-6);align-items:flex-start}.restaurant-reservation__content{}.restaurant-reservation__aside{background-color:var(--color-bg-elevated);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-soft);border:1px solid var(--color-border-subtle)}@media(min-width:768px){.restaurant-grid-two{grid-template-columns:minmax(0,1.1fr)minmax(0,1fr);grid-template-areas:"content media"}.restaurant-grid-two--reverse{grid-template-columns:minmax(0,1fr)minmax(0,1.1fr);grid-template-areas:"media content"}.restaurant-cta-row{flex-direction:row;align-items:center}.restaurant-bar-card__image{height:260px}.restaurant-reservation{grid-template-columns:minmax(0,1.4fr)minmax(0,1fr)}}@media(min-width:1024px){.restaurant-bar-card__image{height:280px}}