.home-hero{position:relative;color:var(--color-text);min-height:70vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);align-items:stretch}.home-hero__media{position:relative;overflow:hidden}.home-hero__media img{width:100%;height:100%;object-fit:cover;filter:saturate(1.2) contrast(1.05) brightness(0.95);transform:scale(1.03)}.home-hero__content{position:relative;padding-top:var(--sp-16);padding-bottom:var(--sp-16);display:flex;flex-direction:column;justify-content:center;gap:var(--sp-6)}.home-hero__eyebrow{margin-bottom:var(--sp-3)}.home-hero__text{max-width:34rem}.home-hero__actions{display:flex;flex-wrap:wrap;gap:var(--sp-3)}.home-hero__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--sp-4);font-size:var(--font-size-sm)}.home-hero__meta-label{color:var(--color-text-muted);margin-bottom:4px}.home-hero__meta-value{color:var(--color-text)}.home-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(224,41,59,.18),transparent 55%),radial-gradient(circle at bottom right,rgba(244,199,107,.18),transparent 55%);mix-blend-mode:screen;pointer-events:none}

.home-section{padding-top:var(--sp-16);padding-bottom:var(--sp-16)}.home-section__grid{align-items:center;gap:var(--sp-8)}.home-section__grid--reverse{direction:rtl}.home-section__grid--reverse>*{direction:ltr}.home-section__header{margin-bottom:var(--sp-6)}.home-section__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-8);align-items:center}.home-section__content{display:flex;flex-direction:column;gap:var(--sp-4)}.home-section__media{position:relative}

.home-image-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md),var(--shadow-glow-gold);border:1px solid rgba(255,255,255,.06)}.home-image-frame--large{transform:translateY(0)}.home-image-frame img{width:100%;height:100%;object-fit:cover}

.home-list{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:var(--sp-2);font-size:var(--font-size-sm)}.home-list li{position:relative;padding-left:1.4rem;color:var(--color-text-muted)}.home-list li::before{content:"•";position:absolute;left:.2rem;top:.1rem;color:var(--color-primary)}

.home-flow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--sp-6);margin-top:var(--sp-6)}.home-flow-step{position:relative;padding:var(--sp-5);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(18,21,40,.96),rgba(10,13,30,.98));box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.06)}.home-flow-step__number{position:absolute;top:var(--sp-4);right:var(--sp-4);font-size:var(--font-size-sm);color:var(--color-gold);font-weight:600}

.home-menu-grid,.home-team-grid,.home-testimonials-grid,.home-offers-grid{gap:var(--sp-6)}

.home-reservation-card{max-width:480px;margin-left:auto}.home-reservation-form{display:flex;flex-direction:column;gap:var(--sp-4)}.home-form-row{display:flex;flex-wrap:wrap;gap:var(--sp-4)}.home-form-field{flex:1 1 180px}.home-reservation-preview-btn{width:100%;justify-content:center;margin-top:var(--sp-2)}

.home-section__highlights{display:flex;flex-wrap:wrap;gap:var(--sp-3);margin:var(--sp-4) 0}.home-section__cta-row{display:flex;flex-wrap:wrap;gap:var(--sp-3);margin-top:var(--sp-4)}.home-section__cta-row--center{justify-content:center}

.home-testimonial p{font-size:var(--font-size-sm)}.home-testimonial__author{margin-top:var(--sp-3);color:var(--color-gold);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.08em}

.home-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--sp-2);font-size:var(--font-size-sm)}

.home-section--poker,.home-section--atmosphere,.home-section--offers{background-color:var(--color-surface-alt)}.home-section--reservation,.home-section--contact{background-color:var(--color-surface)}

.home-team-card,.home-offer{height:100%}

.home-livechat-trigger{position:relative}

@media (max-width:1024px){.home-hero{grid-template-columns:1.1fr}.home-hero__media{display:none}}
@media (max-width:768px){.home-hero{grid-template-columns:1fr;min-height:auto}.home-hero__content{padding-top:var(--sp-12);padding-bottom:var(--sp-12)}.home-hero__actions{flex-direction:column;align-items:flex-start}.home-section{padding-top:var(--sp-12);padding-bottom:var(--sp-12)}.home-section__inner{grid-template-columns:1fr}.home-reservation-card{max-width:100%;margin:var(--sp-6) 0 0}.home-flow-step{padding:var(--sp-4)}}
@media (max-width:480px){.home-hero__meta{grid-template-columns:1fr}.home-form-row{flex-direction:column}}
