.home-container{font-family:futura,sans-serif;line-height:1.6;color:#333}.container{max-width:1400px;margin:0 auto;padding:0 20px}.hero-section{height:100vh;background-image:linear-gradient(#00000080,#00000080),url(/assets/bg-8_wWooYg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.hero-overlay{padding:60px 40px;border-radius:10px}.hero-content{max-width:800px;color:#fff}.hero-title{font-size:4rem;font-weight:700;margin-bottom:15px;color:#d4af37;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:3px}.hero-description{font-size:1.2rem;margin-bottom:40px;line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.btn-reservation{background:#d4af37!important;border-color:#d4af37!important;color:#000!important;font-weight:700;padding:15px 30px!important;height:auto!important;font-size:16px;border-radius:5px;transition:all .3s ease}.btn-reservation:hover{background:#b8941f!important;border-color:#b8941f!important;transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}.btn-menu{background:transparent!important;border:2px solid #fff!important;color:#fff!important;font-weight:700;padding:13px 30px!important;height:auto!important;font-size:16px;border-radius:5px;transition:all .3s ease}.btn-menu:hover{background:#fff!important;color:#000!important;transform:translateY(-2px)}.welcome-section{padding:100px 0;background:#fff}.welcome-section h3{font-size:1rem;color:#abacaf;letter-spacing:.25rem;line-height:1}.welcome-section h1{font-size:4.8rem;line-height:1.375;margin-top:10px;margin-bottom:2rem;color:#111}.welcome-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:160px}.welcome-img{max-width:100%;height:auto}.welcome-separator:after{display:block;content:"";width:50px;height:1px;margin-top:4rem;margin-bottom:4rem;position:relative;left:0;background-color:#abacaf}.welcome-btn{width:fit-content;height:2.5rem;line-height:2.5rem;padding:0 18px;position:relative;cursor:pointer;font-size:12px;font-weight:600;text-align:center;border:1px solid #242525;color:#242525;z-index:1;overflow:hidden}.welcome-btn:hover{color:#fff}.welcome-btn:before,.welcome-btn:after{content:"";width:100%;height:0;opacity:0;position:absolute;left:0;z-index:-1;background-color:#242525;transition:all .3s}.welcome-btn:hover:before,.welcome-btn:hover:after{height:50%;opacity:1}.welcome-btn:before{top:50%}.welcome-btn:after{bottom:50%}.about-section{padding:100px 0;background:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:30px;color:#333;font-weight:600}.about-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:40px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stat-item{text-align:center;padding:20px;background:#f8f9fa;border-radius:8px}.stat-number{font-size:2rem;font-weight:700;color:#d4af37;margin-bottom:5px}.stat-label{font-size:.9rem;color:#666}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:400px;height:300px;background:#f0f0f0;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;border:2px dashed #ccc}.contact-section{padding:100px 0;background-image:linear-gradient(#000c,#000c),url(/assets/bg-8_wWooYg.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;position:relative}.contact-section h2{font-size:2.5rem;margin-bottom:40px;color:#d4af37;font-weight:600}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.contact-item{margin-bottom:30px;display:flex;gap:48px}.contact-item strong{width:10rem;display:block;font-size:1.2rem;margin-bottom:10px;color:#d4af37}.contact-item p{line-height:1.6;opacity:.9}.reservation-cta{background:#d4af37;color:#000;padding:40px;border-radius:10px;text-align:center}.reservation-cta h3{font-size:1.5rem;margin-bottom:15px;font-weight:600}.reservation-cta p{margin-bottom:25px;opacity:.8}.reservation-cta .ant-btn{background:#333!important;border-color:#333!important;color:#fff!important;font-weight:700}.reservation-cta .ant-btn:hover{background:#000!important;border-color:#000!important}@media (max-width: 768px){.nav-content{flex-direction:column;gap:20px}.nav-links{flex-wrap:wrap;justify-content:center;gap:20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr;gap:30px}.about-content{grid-template-columns:1fr;gap:40px}.stats-grid,.menu-categories{grid-template-columns:1fr}.contact-content,.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:30px}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-overlay{padding:40px 20px}.language-selector{flex-wrap:wrap}}.announcement-modal .ant-modal-content{border-radius:12px;overflow:hidden}.announcement-modal .ant-modal-header{background:linear-gradient(135deg,#d4af37,#b8941f);border-bottom:none;padding:20px 24px}.announcement-modal .ant-modal-title{color:#fff;font-size:18px;font-weight:600;text-align:center}.announcement-modal .ant-modal-body{padding:24px;font-size:14px;line-height:1.6;color:#333}.announcement-modal .ant-modal-footer{border-top:1px solid #f0f0f0;padding:16px 24px;text-align:center}.announcement-modal .ant-btn-primary{background:#d4af37;border-color:#d4af37;border-radius:6px;padding:8px 24px;font-weight:500;transition:all .3s ease}.announcement-modal .ant-btn-primary:hover{background:#b8941f;border-color:#b8941f;transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.announcement-modal .ant-modal-close{color:#fff}.announcement-modal .ant-modal-close:hover{color:#f0f0f0}@media (max-width: 768px){.announcement-modal{margin:20px}.announcement-modal .ant-modal-content{border-radius:8px}.announcement-modal .ant-modal-header{padding:16px 20px}.announcement-modal .ant-modal-title{font-size:16px}.announcement-modal .ant-modal-body{padding:20px;font-size:13px}.announcement-modal .ant-modal-footer{padding:12px 20px}}.price-notice-modal .ant-modal-content{background:#000000e6;border:1px solid #2b2b2b;box-shadow:0 12px 40px #0009;border-radius:10px;padding:24px}.price-notice-modal .ant-modal-body{padding:0}.price-notice-wrapper{display:flex;align-items:center;gap:12px;padding:16px;border-left:4px solid #d4af37;background:#ffffff05;color:#fff;border-radius:8px}.price-notice-modal .ant-btn-primary{background:#d4af37;border-color:#d4af37;color:#000;font-weight:600}.price-notice-modal .ant-btn-primary:hover,.price-notice-modal .ant-btn-primary:focus{background:#b8941f;border-color:#b8941f}.price-notice-modal .price-notice-text{font-size:14px;font-weight:500;line-height:1.6}@media (max-width: 768px){.price-notice-wrapper{padding:12px}.price-notice-modal .price-notice-text{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}.menu-container{font-family:futura,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navigation{position:fixed;top:0;left:0;right:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:0}.nav-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.logo h1{color:#d4af37;font-size:28px;font-weight:700;margin:0;letter-spacing:2px}.logo .subtitle{color:#fff;font-size:14px;display:block;margin-top:-5px;opacity:.8}.nav-links{display:flex;gap:30px}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:10px 0}.nav-link:hover,.nav-link.active{color:#d4af37}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.language-selector{display:flex;gap:10px}.language-selector button{background:transparent;border:1px solid #666;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:12px}.language-selector button:hover,.language-selector button.active{background:#d4af37;border-color:#d4af37;color:#000}.menu-header{height:auto;min-height:calc(100vh - 80px);padding:16px 0 24px;background-image:linear-gradient(#000c,#000),url(/assets/bg-8_wWooYg.jpg);background-size:cover;background-position:center;background-attachment:fixed;position:relative;margin-top:80px}.header-overlay{padding:60px 40px;border-radius:10px}.header-content h1{font-size:3.5rem;color:#d4af37;margin-bottom:15px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.header-overlay2{margin-top:16px;padding:20px;border-radius:10px;display:flex;justify-content:center;text-align:center;gap:60px}.header-overlay2 div{display:flex;flex-direction:column;align-content:center;justify-content:center}.header-overlay2 p{color:#f5f5f5;line-height:1.5}.header-overlay2 p.desc{font-size:15px}.header-overlay2 p.title{font-weight:700;font-size:18px}.header-overlay3{padding:0 20px;text-align:center;color:#fff;font-size:20px}.header-overlay3 p.desc{font-size:12px}.mt-32{margin-top:32px}.mt-8{margin-top:8px}.bolder-600,.bolder-500{font-weight:600}@media (max-width: 768px){.header-overlay2{gap:24px;margin-top:12px}.header-overlay2 p.desc{font-size:14px}.header-overlay2 p.title{font-size:16px}}.menu-content{padding:80px 0;background:#f8f9fa}.category-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:50px;flex-wrap:wrap}.category-tab{background:#fff;border:2px solid #ddd;color:#666;padding:15px 25px;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:16px}.category-tab:hover{border-color:#d4af37;color:#d4af37;transform:translateY(-2px)}.category-tab.active{background:#d4af37;border-color:#d4af37;color:#000;font-weight:700;transform:translateY(-2px);box-shadow:0 5px 15px #d4af374d}.menu-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-top:40px}.menu-item-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:none}.menu-item-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.item-image-container{position:relative;overflow:hidden;height:200px}.item-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-item-card:hover .item-image-container img{transform:scale(1.1)}.item-badges{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px}.badge{padding:5px 10px;border-radius:15px;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge.recommended{background:#d4af37e6;color:#000}.badge.spicy{background:#ff0000e6;color:#fff}.ant-card-body{padding:25px}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.item-name{font-size:1.3rem;font-weight:600;color:#333;margin:0 15px 0 0;flex:1}.item-price{font-size:1.4rem;font-weight:700;color:#d4af37;white-space:nowrap}.item-description{color:#666;line-height:1.6;margin:0;font-size:.95rem}.ant-card-actions{border-top:1px solid #f0f0f0;background:#fafafa}.add-to-cart-btn{background:#d4af37!important;border-color:#d4af37!important;color:#000!important;font-weight:700;border-radius:20px;transition:all .3s ease}.add-to-cart-btn:hover{background:#b8941f!important;border-color:#b8941f!important;transform:translateY(-1px)}@media (max-width: 768px){.nav-content{flex-direction:column;gap:20px}.nav-links{flex-wrap:wrap;justify-content:center;gap:20px}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.1rem}.menu-items-grid{grid-template-columns:1fr;gap:20px}.category-tabs{flex-direction:column;align-items:center;gap:15px}.category-tab{width:200px;text-align:center}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:30px}}@media (max-width: 480px){.container{padding:0 15px}.header-content h1{font-size:2rem}.header-overlay{padding:30px 20px}.header-overlay2{margin-top:180px}.language-selector{flex-wrap:wrap}.menu-items-grid{gap:15px}.item-header{flex-direction:column;gap:10px}.item-name{margin-right:0}.cce,.desc-bold{font-size:1.125rem;font-weight:600}}.contact-page{min-height:100vh;display:flex;flex-direction:column;font-family:futura,sans-serif;line-height:1.6;color:#333}.contact-page *{box-sizing:border-box}.contact-page .page-header{height:60vh;background-image:linear-gradient(#0009,#0009),url(/assets/bg-8_wWooYg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-top:80px}.contact-page .header-content h1{font-size:3.5rem;color:#d4af37;margin-bottom:15px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.contact-page .contact-container{flex:1;padding:80px 0;max-width:1200px;margin:0 auto;width:100%}.contact-page .contact-info-map{display:flex;margin-bottom:3rem;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.contact-page .contact-info{flex:1;padding:2rem;background-color:#fafafa}.contact-page .contact-info h2{margin-bottom:1.5rem;color:#333;font-size:1.8rem}.contact-page .info-item{margin-bottom:1.5rem}.contact-page .info-item h3{color:#666;margin-bottom:.5rem;font-size:1.2rem}.contact-page .info-item p{color:#888;line-height:1.6}.contact-page .map-container{flex:1;min-height:300px;background-color:#f5f5f5}.contact-page .map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem}.contact-page .contact-form{margin-bottom:3rem;padding:2rem;border:1px solid #e8e8e8;border-radius:8px;background-color:#fff}.contact-page .contact-form h2{margin-bottom:2rem;color:#333;font-size:1.8rem}.contact-page .form-row{display:flex;gap:1rem;margin-bottom:1rem}.contact-page .form-row .ant-form-item{flex:1}.contact-page .ant-form-item-label{font-weight:500}.contact-page .ant-input,.contact-page .ant-input-textarea{border-radius:4px}.contact-page .ant-form-item:last-child{text-align:center}.contact-page .ant-btn-primary{height:40px;font-size:1rem;border-radius:4px}.contact-page .additional-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-page .info-section{padding:1.5rem;border:1px solid #e8e8e8;border-radius:8px;background-color:#fff}.contact-page .info-section h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.contact-page .info-section p{color:#666;line-height:1.6}.footer{background:#222;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:40px}.footer-logo h3{font-size:1.8rem;color:#d4af37;margin-bottom:10px;font-weight:600}.footer-logo p{opacity:.8}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.footer-column h4{font-size:1.2rem;margin-bottom:20px;color:#d4af37;font-weight:600}.footer-column a{display:block;color:#fff;text-decoration:none;margin-bottom:10px;opacity:.8;transition:opacity .3s ease}.footer-column a:hover{opacity:1;color:#d4af37}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #444;opacity:.6}@media (max-width: 768px){.contact-page .contact-info-map{flex-direction:column}.contact-page .map-container{min-height:250px}.contact-page .form-row{flex-direction:column;gap:0}.contact-page .additional-info{grid-template-columns:1fr}}@font-face{font-family:futura;src:url(/assets/Futura%20Book%20font-C2DwSHIl.ttf)}@font-face{font-family:futura oup;src:url(/assets/oup-futura-book-2-YoKenUvb.otf)}.reservation-page{min-height:100vh;display:flex;flex-direction:column;font-family:futura,sans-serif;line-height:1.6;color:#333}.reservation-page *{box-sizing:border-box}.reservation-page .page-header{height:60vh;background-image:linear-gradient(#0009,#0009),url(/assets/bg-8_wWooYg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-top:80px}.reservation-page .header-content h1{font-size:3.5rem;color:#d4af37;margin-bottom:15px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.reservation-page .reservation-container{flex:1;padding:80px 0;max-width:1200px;margin:0 auto;width:100%}.reservation-page .reservation-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.reservation-page .reservation-steps{margin-bottom:2rem}.reservation-page .step-content{min-height:400px}.reservation-page .form-row{display:flex;gap:1rem;margin-bottom:1rem}.reservation-page .form-row .ant-form-item{flex:1}.reservation-page .ant-form-item-label{font-weight:500}.reservation-page .ant-input,.reservation-page .ant-input-textarea,.reservation-page .ant-select,.reservation-page .ant-picker{border-radius:4px}.reservation-page .form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.reservation-page .ant-btn{min-width:120px;height:40px}.reservation-page .ant-btn-primary{background:#d4af37!important;border-color:#d4af37!important;color:#000!important;transition:all .3s ease}.reservation-page .ant-btn-primary:hover{background:#b8941f!important;border-color:#b8941f!important}.reservation-page .confirmation-step{padding:1rem}.reservation-page .confirmation-step h3{text-align:center;margin-bottom:2rem;color:#333;font-size:1.5rem}.reservation-page .confirmation-details{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.reservation-page .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.reservation-page .detail-item:last-child{border-bottom:none}.reservation-page .detail-item .label{font-weight:600;color:#495057}.reservation-page .detail-item .value{color:#6c757d}@media (max-width: 768px){.reservation-page .header-content h1{font-size:2rem}.reservation-page .reservation-container,.reservation-page .reservation-content{padding:1rem}.reservation-page .form-row{flex-direction:column;gap:0}.reservation-page .form-actions{form-actions:text-center;flex-direction:column}.reservation-page .detail-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@font-face{font-family:futura;src:url(/assets/Futura%20Book%20font-C2DwSHIl.ttf)}@font-face{font-family:futura oup;src:url(/assets/oup-futura-book-2-YoKenUvb.otf)}
