.restaurant-hero::before{background-image:url('/assets/images/restaurant-interior-evening.webp');}
.hero-kicker{font-size:0.8rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(245,240,255,0.85);margin-bottom:var(--space-16);}
.section-header{max-width:640px;margin:0 auto var(--space-32);text-align:center;}
.section-lead{font-size:var(--font-size-lg);color:var(--color-text-soft);}
.section--soft{background:linear-gradient(180deg,rgba(243,240,249,0.85),#f8f7fb);}
.restaurant-intro{align-items:center;gap:var(--space-32);}
.restaurant-intro__ctas{display:flex;flex-wrap:wrap;gap:var(--space-12);margin-top:var(--space-24);}
.restaurant-intro__image-wrap{max-width:520px;justify-self:center;}
.restaurant-image-rounded{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid var(--color-border-subtle);}
.restaurant-image-border{border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);border:1px solid rgba(143,107,255,0.25);}
.restaurant-interior{align-items:center;gap:var(--space-32);}
.restaurant-interior__image{max-width:520px;justify-self:center;}
.restaurant-dish-grid{margin-top:var(--space-32);}
.restaurant-dish-card .card__title{font-size:var(--font-size-lg);}
.restaurant-dietary{max-width:720px;margin:var(--space-48) auto 0;text-align:left;}
.restaurant-list{margin:0 0 var(--space-16);padding-left:1.1rem;color:var(--color-text-soft);}
.restaurant-list li{margin-bottom:var(--space-8);}
.restaurant-drinks{align-items:center;gap:var(--space-32);}
.restaurant-drinks__highlight{max-width:420px;justify-self:center;}
.restaurant-drinks-card .btn{margin-top:var(--space-16);}
.restaurant-evening{align-items:center;gap:var(--space-32);}
.restaurant-evening__image{max-width:520px;justify-self:center;}
.restaurant-community{border-top:1px solid var(--color-border-subtle);padding-top:var(--space-32);}
.restaurant-community__highlight{max-width:440px;justify-self:center;}
.restaurant-modern{align-items:center;gap:var(--space-32);}
.restaurant-modern__image{max-width:520px;justify-self:center;}
.restaurant-modern__badges{display:flex;flex-wrap:wrap;gap:var(--space-8);margin-top:var(--space-16);}
.badge{display:inline-flex;align-items:center;padding:0.3rem 0.9rem;border-radius:var(--radius-pill);font-size:0.78rem;letter-spacing:0.08em;text-transform:uppercase;background-color:var(--color-primary-soft);color:var(--color-text);}
.restaurant-reservation__grid{align-items:center;gap:var(--space-32);}
.restaurant-reservation__cta{max-width:440px;justify-self:center;}
.restaurant-reservation-card__actions{display:flex;flex-wrap:wrap;gap:var(--space-12);margin-top:var(--space-16);}
.restaurant-crosslinks .restaurant-crosslink-card .card__title{font-size:var(--font-size-lg);}
.restaurant-link-subtle{display:inline-flex;align-items:center;font-size:0.9rem;margin-top:var(--space-12);color:var(--color-primary-strong);}
.restaurant-link-subtle::after{content:"→";margin-left:0.4rem;font-size:0.9em;transition:transform var(--transition-fast);}
.restaurant-link-subtle:hover::after{transform:translateX(2px);} 
@media (max-width:767.98px){.restaurant-intro,.restaurant-interior,.restaurant-drinks,.restaurant-evening,.restaurant-modern,.restaurant-reservation__grid{gap:var(--space-24);} .section-header{text-align:left;} .restaurant-reservation-card__actions{flex-direction:column;align-items:stretch;} .restaurant-intro__ctas{flex-direction:column;align-items:stretch;}}
