.restaurant-ambience{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:var(--space-12);align-items:center}.restaurant-ambience__media img{border-radius:var(--radius-xl);border:1px solid rgba(196,122,85,0.8);box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#102A2B,#153637)}.restaurant-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4) var(--space-8);margin-top:var(--space-4);margin-bottom:var(--space-6)}.restaurant-feature-list__index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid rgba(217,196,154,0.9);font-size:var(--font-size-xs);color:var(--color-secondary);margin-right:var(--space-3)}.restaurant-feature-list__text{color:var(--color-text-muted);font-size:var(--font-size-sm)}.restaurant-ambience__actions{margin-top:var(--space-4)}.restaurant-chefs-table{margin-top:var(--space-10)}.restaurant-lists__body{display:flex;flex-direction:column;gap:var(--space-8)}.restaurant-lists__block h4{font-size:var(--font-size-lg);margin-bottom:var(--space-3)}.restaurant-ordered-list{counter-reset:item;display:grid;grid-template-columns:1fr;row-gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted)}.restaurant-ordered-list li{position:relative;padding-left:var(--space-6)}.restaurant-ordered-list li::before{counter-increment:item;content:counter(item,decimal-leading-zero);position:absolute;left:0;top:0;font-size:var(--font-size-xs);letter-spacing:0.16em;text-transform:uppercase;color:var(--color-secondary)}.restaurant-bullets{display:grid;row-gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted)}.restaurant-group{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:var(--space-12);align-items:center}.restaurant-group__media img{border-radius:var(--radius-xl);border:1px solid rgba(196,122,85,0.8);box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#102A2B,#153637)}.restaurant-group__grid{margin-top:var(--space-4);margin-bottom:var(--space-6)}.restaurant-group__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.restaurant-menu-grid{margin-top:var(--space-8)}.restaurant-team{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr);gap:var(--space-12);align-items:center}.restaurant-team__media img{border-radius:var(--radius-xl);border:1px solid rgba(196,122,85,0.8);box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#102A2B,#153637)}.restaurant-testimonials{margin-top:var(--space-8)}.restaurant-testimonials__meta{margin-top:var(--space-4);font-size:var(--font-size-xs);letter-spacing:0.14em;text-transform:uppercase;color:var(--color-text-muted)}.restaurant-testimonials__cta{margin-top:var(--space-10);display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:flex-start}.restaurant-faq{display:grid;row-gap:var(--space-4)}.restaurant-faq__item{border-radius:var(--radius-lg);border:1px solid rgba(111,85,73,0.85);background:linear-gradient(145deg,#102A2B,#0B0F12);padding:var(--space-6) var(--space-8);box-shadow:var(--shadow-subtle)}.restaurant-faq__item[open]{background:radial-gradient(circle at 0 0,rgba(196,122,85,0.18),transparent 60%),linear-gradient(145deg,#102A2B,#0B0F12)}.restaurant-faq__question{cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:var(--font-size-md);display:flex;justify-content:space-between;align-items:center;color:var(--color-text)}.restaurant-faq__answer{margin-top:var(--space-4)}.restaurant-faq__cta{margin-top:var(--space-8);display:flex;flex-wrap:wrap;gap:var(--space-4)}.restaurant-faq__item summary::-webkit-details-marker{display:none}.restaurant-faq__item summary::after{content:"+";font-size:var(--font-size-lg);color:var(--color-secondary);margin-left:var(--space-4)}.restaurant-faq__item[open] summary::after{content:"–"}.restaurant-faq__item summary:focus-visible{outline:none;box-shadow:var(--shadow-outline);border-radius:var(--radius-md)}@media (max-width:1024px){.restaurant-ambience,.restaurant-group,.restaurant-team{grid-template-columns:1fr}.restaurant-ambience__media,.restaurant-group__media,.restaurant-team__media{order:-1}.restaurant-ambience__media img,.restaurant-group__media img,.restaurant-team__media img{max-width:520px;margin:0 auto}}@media (max-width:768px){.restaurant-feature-list{grid-template-columns:1fr}.restaurant-group__actions,.restaurant-testimonials__cta,.restaurant-faq__cta{flex-direction:column;align-items:flex-start}}