.restaurant-module__L-HXtG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.restaurant-module__L-HXtG__heroSection{text-align:center;color:#fff;background-color:#000;flex-direction:column;justify-content:center;align-items:center;height:90vh;min-height:600px;display:flex;position:relative;overflow:hidden}.restaurant-module__L-HXtG__heroBg{opacity:.6;background-position:50%;background-size:cover;transition:transform 10s;position:absolute;inset:0}.restaurant-module__L-HXtG__heroSection:hover .restaurant-module__L-HXtG__heroBg{transform:scale(1.05)}.restaurant-module__L-HXtG__heroContent{z-index:2;max-width:900px;padding:0 1.5rem;animation:1s ease-out restaurant-module__L-HXtG__fadeUp;position:relative}.restaurant-module__L-HXtG__heroSubtitle{text-transform:uppercase;letter-spacing:.3em;color:#ffffffe6;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;display:block}.restaurant-module__L-HXtG__heroTitle{font-size:5rem;font-weight:400;font-family:var(--font-heading);text-shadow:0 4px 30px #0000004d;margin-bottom:2rem;line-height:1.1}.restaurant-module__L-HXtG__scrollIndicator{opacity:.8;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.restaurant-module__L-HXtG__scrollText{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem}.restaurant-module__L-HXtG__scrollLine{background:#fff;width:1px;height:40px}.restaurant-module__L-HXtG__storySection{background:#fff;padding:8rem 0}.restaurant-module__L-HXtG__storyGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.restaurant-module__L-HXtG__storyContent h2{font-size:3rem;font-family:var(--font-heading);color:#111;margin-bottom:1.5rem}.restaurant-module__L-HXtG__storyContent p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.restaurant-module__L-HXtG__chefSignature{color:#888;letter-spacing:.05em;margin-top:2rem;font-size:1.5rem;font-style:italic;font-weight:300}.restaurant-module__L-HXtG__storyImageWrapper{height:600px;position:relative}.restaurant-module__L-HXtG__storyImage{object-fit:cover;width:100%;height:100%}.restaurant-module__L-HXtG__menuSection{background:#fcfcfc;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:6rem 0}.restaurant-module__L-HXtG__sectionTitle{text-align:center;font-size:2.5rem;font-family:var(--font-heading);color:#111;margin-bottom:4rem}.restaurant-module__L-HXtG__menuGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;display:grid}.restaurant-module__L-HXtG__menuCard{background:#fff;border:1px solid #eee;padding:3rem}.restaurant-module__L-HXtG__menuCardTitle{font-size:1.5rem;font-family:var(--font-heading);text-align:center;letter-spacing:.05em;text-transform:uppercase;color:#111;margin-bottom:2rem}.restaurant-module__L-HXtG__menuList{margin:0;padding:0;list-style:none}.restaurant-module__L-HXtG__menuItem{justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;font-size:1.05rem;display:flex}.restaurant-module__L-HXtG__menuItemName{color:#333;font-weight:500}.restaurant-module__L-HXtG__menuDots{border-bottom:1px dotted #ccc;flex-grow:1;margin:0 1rem;position:relative;top:-5px}.restaurant-module__L-HXtG__menuPrice{color:#111;font-weight:600}.restaurant-module__L-HXtG__gallerySection{background:#fff;padding:8rem 0}.restaurant-module__L-HXtG__galleryGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;grid-auto-flow:dense;gap:1rem;display:grid}.restaurant-module__L-HXtG__galleryItem{border-radius:4px;position:relative;overflow:hidden}.restaurant-module__L-HXtG__galleryItem:first-child{grid-area:span 2/span 2}.restaurant-module__L-HXtG__galleryItem:nth-child(2){grid-area:span 2/span 1}.restaurant-module__L-HXtG__galleryItem:nth-child(3),.restaurant-module__L-HXtG__galleryItem:nth-child(4){grid-area:span 1/span 1}.restaurant-module__L-HXtG__galleryItem:nth-child(5),.restaurant-module__L-HXtG__galleryItem:nth-child(6){grid-area:span 1/span 2}.restaurant-module__L-HXtG__galleryImg{object-fit:cover;width:100%;height:100%;transition:transform .7s}.restaurant-module__L-HXtG__galleryItem:hover .restaurant-module__L-HXtG__galleryImg{transform:scale(1.05)}.restaurant-module__L-HXtG__reservationSection{color:#fff;background:#111;padding:6rem 0;position:relative}.restaurant-module__L-HXtG__reservationGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.restaurant-module__L-HXtG__resContent h2{font-size:3rem;font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem}.restaurant-module__L-HXtG__resValues{border-top:1px solid #ffffff1a;gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.restaurant-module__L-HXtG__resValue h4{text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.5rem;font-size:.9rem}.restaurant-module__L-HXtG__resValue p{color:#fff;font-size:1.1rem}@keyframes restaurant-module__L-HXtG__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.restaurant-module__L-HXtG__heroTitle{font-size:3.5rem}.restaurant-module__L-HXtG__storyGrid,.restaurant-module__L-HXtG__reservationGrid,.restaurant-module__L-HXtG__menuGrid{grid-template-columns:1fr;gap:4rem}.restaurant-module__L-HXtG__storyImageWrapper{height:400px}.restaurant-module__L-HXtG__galleryGrid{grid-template-columns:1fr;grid-auto-rows:300px}.restaurant-module__L-HXtG__galleryItem:nth-child(n){grid-area:auto}}@media (max-width:768px){.restaurant-module__L-HXtG__container{padding:0 1.5rem}.restaurant-module__L-HXtG__heroSection{height:70vh;min-height:400px}.restaurant-module__L-HXtG__heroTitle{font-size:2.5rem}.restaurant-module__L-HXtG__storySection,.restaurant-module__L-HXtG__menuSection,.restaurant-module__L-HXtG__gallerySection,.restaurant-module__L-HXtG__reservationSection{padding:4rem 0}.restaurant-module__L-HXtG__storyContent h2,.restaurant-module__L-HXtG__sectionTitle,.restaurant-module__L-HXtG__resContent h2{font-size:2.2rem}.restaurant-module__L-HXtG__storyImageWrapper{height:300px}.restaurant-module__L-HXtG__menuGrid{gap:2rem}.restaurant-module__L-HXtG__menuCard{padding:1.5rem}.restaurant-module__L-HXtG__resValues{flex-direction:column;gap:1rem}.restaurant-module__L-HXtG__scrollIndicator{display:none}}
