.hero-carousel{overflow:hidden}.carousel-slide,.hero-carousel{width:100vw;height:80vh;position:relative}.carousel-background-image{object-fit:cover;object-position:center;z-index:1}.carousel-overlay{position:absolute;top:0;left:0;width:100vw;height:100%;background:linear-gradient(270deg,rgba(255,255,255,.85) 30%,rgba(255,255,255,0) 60%);z-index:2}.hero-overlay{position:absolute;top:5vh;right:5vw;z-index:3;display:flex;flex-direction:column;align-items:center}.hero-logo-wrapper{position:relative;display:flex}.hero-overlay img{display:block;width:450px;max-width:90vw;height:auto;transition:width .3s ease}.hero-reservation-button{margin-top:2rem}@media (max-width:1200px){.hero-overlay img{width:285px}}@media (max-width:768px){.hero-logo-wrapper{padding:.5rem}.hero-overlay img{width:250px}}@media (max-width:480px){.hero-overlay img{width:180px}.carousel-overlay{background:linear-gradient(270deg,rgba(255,255,255,.85) 45%,rgba(255,255,255,0) 70%)}}.section1{background-color:var(--background-color);padding:80px 5%;color:var(--text-color);text-align:center}.story-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:stretch;max-width:1200px;margin:3rem auto 0;text-align:left}.story-text{display:flex;flex-direction:column;justify-content:center}.story-paragraph{font-family:var(--font-sans);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text-color)}.story-gallery{display:flex;gap:2rem;align-items:center;justify-content:center}.story-image-container{position:relative;flex-basis:48%;aspect-ratio:3/4;overflow:hidden;border-radius:12px;-webkit-mask-image:radial-gradient(circle,black 60%,transparent 100%);mask-image:radial-gradient(circle,black 60%,transparent 100%)}.story-image-container.single-image{flex-basis:90%;max-width:500px}@media (max-width:768px){.story-content-wrapper{display:flex;flex-direction:column;text-align:center;gap:2rem}}.chef-intro{background-color:var(--background-color);color:var(--text-color);padding:80px 20px}.chef-intro-wrapper{max-width:1200px;margin:0 auto}.chef-title-container{text-align:center;margin-bottom:48px}.chef-title-prefix{display:block;font-size:1rem;color:var(--secondary-color);text-transform:uppercase;letter-spacing:3px;margin-bottom:8px;font-weight:500}.chef-title-name{font-size:2.5rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-color)}.chef-content{display:flex;gap:40px;align-items:stretch;flex-wrap:wrap}.chef-image{flex:1 1 40%;min-width:300px;position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:12px}.chef-text{flex:1 1 55%;font-size:18px;line-height:1.7;color:var(--text-color);display:flex;flex-direction:column;justify-content:center}.chef-paragraph{margin-bottom:1.5rem;line-height:1.7}.chef-paragraph:last-child{margin-bottom:0}@media (max-width:768px){.chef-content{flex-direction:column}.chef-text{text-align:center}.chef-title-name{font-size:2rem}}