.restaurant-hero{position:relative}.restaurant-hero__layout{display:flex;flex-direction:column;gap:var(--space-8)}.restaurant-hero__content{max-width:36rem}.restaurant-hero__eyebrow{margin-bottom:var(--space-4)}.restaurant-hero__actions{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-hero__media{margin-top:var(--space-4)}.restaurant-hero__image{border-radius:var(--radius-lg);width:100%;height:auto;object-fit:cover}.restaurant-hero__badge{position:absolute;left:1.25rem;bottom:1.25rem}.restaurant-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-4);font-size:var(--font-size-xs)}.restaurant-hero__stat dt{font-weight:600;color:var(--color-text-muted);margin-bottom:0.1rem}.restaurant-hero__stat span{color:var(--color-text-muted)}.restaurant-layout__list,.comfort-layout__list,.restaurant-card__bullets,.zone-card__list{margin-top:var(--space-2);display:flex;flex-direction:column;gap:0.35rem;font-size:var(--font-size-sm);color:var(--color-text-soft)}.restaurant-layout__list li::before,.comfort-layout__list li::before,.restaurant-card__bullets li::before,.zone-card__list li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;margin-right:0.5rem;background:linear-gradient(135deg,var(--color-primary),var(--color-accent-pink))}.restaurant-layout__ctas,.pizza-layout__cta{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-layout__photo,.comfort-layout__photo,.pizza-layout__photo,.bar-layout__photo,.zone-card__image{width:100%;height:auto;border-radius:var(--radius-lg);object-fit:cover}.restaurant-card__link,.zone-card__link{display:inline-flex;margin-top:var(--space-3);font-size:var(--font-size-sm);text-decoration:underline}.zone-card__note{margin-top:var(--space-3);font-size:var(--font-size-xs);color:var(--color-text-muted)}.restaurant-bottom-cta{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start;justify-content:space-between}.restaurant-bottom-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.section--alt{background:rgba(255,255,255,0.7)}.zone-cards,.restaurant-cards{gap:var(--space-6)}.bar-layout__content,.comfort-layout__text,.pizza-layout__content,.restaurant-layout__text{height:100%}.restaurant-hero__tags{margin-top:var(--space-4)}@media(min-width:640px){.restaurant-hero__media{margin-top:0}}@media(min-width:768px){.restaurant-hero__layout{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(0,1fr);align-items:center}.restaurant-bottom-cta{flex-direction:row;align-items:center}.restaurant-hero__stats{font-size:var(--font-size-sm)}}@media(min-width:1024px){.restaurant-hero__title{font-size:clamp(2.6rem,5vw,3.4rem)}}