.restaurant-hero{align-items:center}.restaurant-hero-copy{max-width:640px}.restaurant-hero-lead{font-size:var(--font-size-lg);color:rgba(245,239,228,0.9);margin-top:var(--space-4);margin-bottom:var(--space-4)}.restaurant-hero-visual{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-hero-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-soft);box-shadow:var(--shadow-elevated)}.restaurant-hero-image{width:100%;height:100%;object-fit:cover;max-height:420px}.restaurant-hero-meta{display:flex;justify-content:space-between;gap:var(--space-6);align-items:flex-start;margin-top:var(--space-2)}.restaurant-hero-meta-copy{font-size:var(--font-size-sm);color:rgba(245,239,228,0.9)}.restaurant-hero-tag{display:flex;align-items:flex-end}.restaurant-section{align-items:flex-start;gap:var(--space-10)}.restaurant-section-copy{max-width:520px}.restaurant-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6);background:radial-gradient(circle at 0 0,rgba(201,166,107,0.2),transparent 60%),#050404}.restaurant-feature-title{font-size:var(--font-size-lg);margin-bottom:var(--space-2)}.restaurant-feature p{font-size:var(--font-size-sm);color:rgba(245,239,228,0.9)}.restaurant-main-hall{align-items:center;gap:var(--space-10)}.restaurant-main-hall-visual{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-main-hall-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(0,0,0,0.08);box-shadow:0 24px 60px rgba(0,0,0,0.4)}.restaurant-main-hall-image{width:100%;height:100%;object-fit:cover;max-height:420px}.restaurant-main-hall-note{display:flex;justify-content:space-between;gap:var(--space-4);align-items:flex-start;font-size:var(--font-size-sm);color:var(--gray-600)}.restaurant-main-hall-copy p{color:#3b2b21}.restaurant-main-hall-meta{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid rgba(0,0,0,0.08);display:flex;justify-content:space-between;gap:var(--space-6);align-items:flex-end}.restaurant-main-hall-links{display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-card-room{align-items:center;gap:var(--space-10)}.restaurant-card-room-copy{max-width:520px}.restaurant-card-room-text h3{font-size:var(--font-size-xl);margin-bottom:var(--space-3)}.restaurant-card-room-text p{font-size:var(--font-size-sm);color:rgba(245,239,228,0.9)}.restaurant-card-room-ctas{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-4)}.restaurant-evening-service{align-items:center;gap:var(--space-10)}.restaurant-evening-copy p{color:#3b2b21}.restaurant-evening-meta{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid rgba(0,0,0,0.08);display:flex;justify-content:space-between;gap:var(--space-6);align-items:flex-end}.restaurant-evening-visual{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-evening-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(0,0,0,0.08);box-shadow:0 24px 60px rgba(0,0,0,0.4)}.restaurant-evening-image{width:100%;height:100%;object-fit:cover;max-height:420px}.restaurant-evening-note{font-size:var(--font-size-sm);color:var(--gray-700)}.restaurant-summary{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-6);align-items:flex-end}.restaurant-summary-intro{max-width:620px}.restaurant-summary-intro p{color:rgba(245,239,228,0.9)}.restaurant-summary-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:1024px){.restaurant-section-grid{grid-template-columns:1fr}.restaurant-main-hall-note,.restaurant-evening-meta,.restaurant-main-hall-meta{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.restaurant-hero{grid-template-columns:1fr}.restaurant-section,.restaurant-main-hall,.restaurant-card-room,.restaurant-evening-service{grid-template-columns:1fr;display:grid}.restaurant-hero-meta{flex-direction:column}.restaurant-summary{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.restaurant-section-grid{gap:var(--space-4)}.restaurant-summary-actions{width:100%}.restaurant-summary-actions .btn{flex:1;justify-content:center}}