.restaurant-hero{margin-top:var(--space-4)}.restaurant-hero-inner{display:flex;flex-direction:column;gap:var(--space-6)}@media (min-width:768px){.restaurant-hero-inner{flex-direction:row;align-items:center}}.restaurant-hero-content{flex:1}.restaurant-hero-lead{font-size:var(--text-lg);color:var(--color-text-soft);max-width:34rem}.restaurant-hero-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-3)}.restaurant-hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.restaurant-hero-media{flex:1;display:flex;justify-content:center}.restaurant-hero-image-wrapper{position:relative;max-width:420px;width:100%}.restaurant-hero-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-elevated)}.restaurant-hero-pill{position:absolute;left:0.9rem;bottom:0.9rem}.restaurant-grid-2col,.restaurant-grid-2col-alt{display:grid;gap:var(--space-4)}@media (min-width:900px){.restaurant-grid-2col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.restaurant-grid-2col-alt{grid-template-columns:repeat(2,minmax(0,1fr))}}.restaurant-feature .card-inner{display:flex;flex-direction:column;gap:var(--space-4)}@media (min-width:768px){.restaurant-feature .card-inner{flex-direction:row;align-items:center}}.restaurant-feature-text{flex:1}.restaurant-feature-media{flex:1}.restaurant-feature-image{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.restaurant-feature-media-soft .restaurant-feature-image{box-shadow:var(--shadow-soft)}.restaurant-feature-links{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-3)}.restaurant-grid-3col{display:grid;gap:var(--space-4)}@media (min-width:768px){.restaurant-grid-3col{grid-template-columns:repeat(3,minmax(0,1fr))}}.restaurant-tile-media{margin-top:var(--space-3)}.restaurant-cta-card{margin-top:var(--space-4)}.restaurant-cta-inner{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start}@media (min-width:768px){.restaurant-cta-inner{flex-direction:row;justify-content:space-between;align-items:center}}.restaurant-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}