.themed-dining-page section:nth-child(even){background:var(--color-surface-dark);} 

.themed-hero{position:relative;}
.themed-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.themed-hero-inner{display:flex;justify-content:center;align-items:center;min-height:60vh;}
.themed-hero-panel{max-width:600px;text-align:center;display:flex;flex-direction:column;gap:var(--space-2);} 
.themed-hero-cta{display:flex;justify-content:center;margin-top:var(--space-1);} 

.overview-grid > *{min-width:0;} 
.overview-item{max-width:700px;} 

.themes-heading{max-width:700px;margin-bottom:var(--space-3);} 
.theme-cards > *{min-width:0;} 
.themes-note{max-width:700px;margin-top:var(--space-3);} 

.journey-heading{max-width:600px;margin-inline:auto;text-align:center;margin-bottom:var(--space-3);} 
.journey-steps > *{min-width:0;} 
.journey-step{max-width:600px;margin-inline:auto;} 

.cuisine-inner{max-width:600px;margin-inline:auto;text-align:center;} 
.cuisine-text{display:flex;flex-direction:column;gap:var(--space-2);} 

.atmosphere-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);align-items:center;} 
.atmosphere-text{max-width:500px;} 
.atmosphere-image{width:100%;} 

.occasions-grid > *{min-width:0;} 

.booking-grid > *{min-width:0;} 

.final-cta-inner{max-width:500px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-2);} 

@media(max-width:900px){
.atmosphere-grid{grid-template-columns:1fr;} 
.atmosphere-text{max-width:100%;} 
}
