.hero--restaurant .hero__background{transform:scale(1.03);}
.hero--restaurant .hero__content{max-width:var(--container-max-width);}
.hero__text-wrap{max-width:40rem;}
.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-4);}
.hero__meta{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;font-size:var(--font-size-xs);color:rgba(249,250,251,0.85);}
.section__grid{align-items:center;}
.section__grid--reverse{flex-direction:column-reverse;}
.section__image-card{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);background:var(--color-surface);} 
.section__image-card--shadow{box-shadow:var(--shadow-lg);} 
.section__image-card img{width:100%;height:100%;object-fit:cover;}
.section__header h2{margin-bottom:var(--space-3);} 
.section__note{font-size:var(--font-size-sm);color:var(--gray-600);margin-top:var(--space-4);} 
.signature-list{display:flex;flex-direction:column;gap:var(--space-4);}
.signature-list__item h3{margin-bottom:var(--space-2);} 
.signature-list__item p{margin-bottom:0;}
.drinks-meta{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;}
.interior-card .interior-list{margin-top:var(--space-3);font-size:var(--font-size-sm);color:var(--gray-700);padding-left:1.1rem;}
.interior-card .interior-list li{list-style:disc;margin-bottom:0.25rem;}
.section--services .section__header p{margin-top:var(--space-3);} 
.section--cta{padding-top:var(--space-8);padding-bottom:var(--space-12);} 
.card--cta{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start;background:linear-gradient(135deg,var(--color-primary-soft),#ffffff);border-radius:var(--radius-xl);} 
.card--cta h2{margin-bottom:var(--space-3);} 
.card__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-left:auto;}
@media (min-width:768px){.section__grid--reverse{flex-direction:row-reverse;}.card--cta{flex-direction:row;align-items:center;justify-content:space-between;}.card--cta .card__body{max-width:32rem;}}
