.restaurant-hero{position:relative;padding-top:var(--space-16);padding-bottom:var(--space-16)}.restaurant-hero-inner{display:grid;grid-template-columns:minmax(0,1.2fr);gap:var(--space-8);align-items:center}.restaurant-hero-content{max-width:640px;z-index:1;position:relative}.restaurant-hero-kicker{font-size:var(--font-size-sm);letter-spacing:0.16em;text-transform:uppercase;color:var(--gray-500);margin-bottom:var(--space-2)}.restaurant-hero-text{font-size:var(--font-size-lg)}.restaurant-hero-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4);margin-bottom:var(--space-4)}.restaurant-hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-hero-media{position:relative;z-index:1}.restaurant-hero-card{padding:var(--space-4)}.restaurant-hero-figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium);margin-bottom:var(--space-4)}.restaurant-hero-image{width:100%;height:auto;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow) var(--easing-soft)}.restaurant-hero-card:hover .restaurant-hero-image{transform:scale(1.05)}.restaurant-hero-badges{display:grid;gap:var(--space-3)}.restaurant-hero-badge p{margin-bottom:0;font-size:var(--font-size-sm)}.restaurant-hero-shape{width:260px;height:260px;opacity:0.75}.restaurant-hero-shape-1{top:-60px;right:-40px}.restaurant-hero-shape-2{bottom:-80px;left:-40px}.restaurant-hero-shape-3{top:40%;left:50%;transform:translateX(-50%)}.restaurant-section{padding-top:var(--space-12);padding-bottom:var(--space-12)}.restaurant-section-alt{background:linear-gradient(135deg,rgba(255,239,242,0.7),rgba(230,249,255,0.9))}.restaurant-section-header p{max-width:720px;margin-left:auto;margin-right:auto}.restaurant-grid-two{display:grid;gap:var(--space-6)}.restaurant-card{height:100%}.restaurant-list{display:grid;gap:0.4rem;font-size:var(--font-size-sm);margin-top:var(--space-2)}.restaurant-list li{position:relative;padding-left:1.2rem;color:var(--gray-700)}.restaurant-list li::before{content:"";position:absolute;left:0.25rem;top:0.5rem;width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,var(--color-coral),var(--color-sky))}.restaurant-layout-split{display:grid;gap:var(--space-8);align-items:start}.restaurant-layout-split.reverse{direction:rtl}.restaurant-layout-split.reverse>*{direction:ltr}.restaurant-layout-text{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-layout-aside{display:flex}.restaurant-highlight-card{width:100%}.restaurant-image-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);margin-bottom:var(--space-4)}.restaurant-image{width:100%;height:auto;object-fit:cover;transition:transform var(--transition-slow) var(--easing-soft)}.restaurant-highlight-card:hover .restaurant-image{transform:scale(1.04)}.restaurant-cuisine-grid{display:grid;gap:var(--space-5);margin-top:var(--space-4)}.restaurant-cuisine-item h3{margin-bottom:var(--space-2)}.restaurant-cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.restaurant-sensory-grid{display:grid;gap:var(--space-4);margin-top:var(--space-4)}.restaurant-sensory-item{padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface-glass-strong);backdrop-filter:blur(var(--glass-blur));border:var(--glass-border);box-shadow:var(--shadow-soft)}.restaurant-sensory-item h3{margin-bottom:var(--space-2)}.restaurant-signature{background:radial-gradient(circle at top left,rgba(255,214,222,0.7),transparent 55%),radial-gradient(circle at bottom right,rgba(210,246,255,0.85),transparent 55%)}.restaurant-signature-grid{display:grid;gap:var(--space-6)}.restaurant-link{display:inline-flex;align-items:center;margin-top:var(--space-3);font-weight:500;font-size:var(--font-size-sm)}.restaurant-link::after{content:"→";margin-left:0.4rem;transition:transform var(--transition-fast) var(--easing-soft)}.restaurant-link:hover::after{transform:translateX(3px)}.restaurant-final-cta{padding-bottom:var(--space-16)}.restaurant-final-cta-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-6)}.restaurant-final-text{max-width:620px}.restaurant-final-text p{margin-bottom:0}.restaurant-final-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}@media(min-width:768px){.restaurant-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.restaurant-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-layout-split{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.restaurant-cuisine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-sensory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.restaurant-hero{padding-top:var(--space-20);padding-bottom:var(--space-16)}.restaurant-hero-inner{align-items:center}.restaurant-hero-shape-1{top:-80px;right:-60px}.restaurant-hero-shape-2{bottom:-120px;left:-40px}.restaurant-hero-shape-3{top:55%;left:55%;transform:none}.restaurant-final-cta-inner{padding:var(--space-8)}}@media(max-width:639px){.restaurant-hero{padding-top:var(--space-12);padding-bottom:var(--space-12)}.restaurant-final-cta-inner{align-items:flex-start}}
