@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary-gold: #d4a574;--primary-gold-dark: #b8944a;--primary-gold-darker: #a67d3d;--dark: #0a0a0a;--dark-light: #1a1a1a;--dark-lighter: #2d2d2d;--text-dark: #1a1a1a;--text-light: #4a4a4a;--text-lighter: #666;--bg-light: #fafafa;--bg-cream: #f5f3f0;--white: #ffffff;--font-serif: "Playfair Display", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .1);--shadow-md: 0 10px 30px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-sans);line-height:1.6;color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.2;color:var(--text-dark)}p{margin-bottom:1rem}a{color:var(--primary-gold);text-decoration:none;transition:var(--transition-normal)}a:hover{color:var(--primary-gold-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none;outline:none}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary-gold);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-gold-dark)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width: 768px){html{font-size:14px}.container{padding:0 1.5rem}}.navbar{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo img{height:90px;transition:height .3s ease}.navbar.scrolled .nav-logo img{height:70px}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-item{position:relative}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;cursor:pointer;display:flex;align-items:center;gap:.5rem}.nav-link:hover,.nav-link.active{color:#c9a961}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#c9a961;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.cta-button{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #c9a9614d;border:none;cursor:pointer;text-decoration:none;font-family:inherit;font-size:1rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166;color:#fff}.cta-button:after{display:none}.mobile-menu-icon{display:none;font-size:1.8rem;color:#333;cursor:pointer}@media screen and (max-width: 968px){.nav-container{padding:1rem 1.5rem}.nav-logo img{height:70px}.navbar.scrolled .nav-logo img{height:60px}.nav-menu{gap:1.5rem}.nav-link{font-size:.95rem}.cta-button{padding:.65rem 1.3rem;font-size:.95rem}}@media screen and (max-width: 768px){.nav-container{padding:.75rem 1rem}.nav-logo img{height:60px}.navbar.scrolled .nav-logo img{height:50px}.nav-menu{position:fixed;left:-100%;top:72px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:left .3s ease;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.mobile-menu-icon{display:block}.nav-link:after{display:none}.nav-link{font-size:1.1rem;padding:.5rem 0}.cta-button{padding:.75rem 1.5rem;font-size:1rem}}@media screen and (max-width: 480px){.nav-container{padding:.5rem .75rem}.nav-logo img{height:50px}.navbar.scrolled .nav-logo img{height:45px}.mobile-menu-icon{font-size:1.5rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#d4a574;font-size:1.3rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;display:flex;align-items:center;gap:.5rem}.logo-section{text-align:center}.footer-logo{width:180px;height:auto;margin-bottom:1rem;filter:invert(1) brightness(2);opacity:.9}.footer-tagline{font-style:italic;color:#d4a574;margin-bottom:1.5rem;font-family:Playfair Display,serif}.footer-social{display:flex;gap:1rem;justify-content:center}.footer-social a{color:#fff;font-size:1.8rem;transition:color .3s ease,transform .3s ease}.footer-social a:hover{color:#d4a574;transform:translateY(-3px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:1rem}.footer-links a:hover{color:#d4a574}.footer-hours{display:flex;flex-direction:column;gap:.75rem}.footer-hours-item{display:flex;justify-content:space-between;gap:1rem;color:#ccc;font-size:.95rem}.footer-day{font-weight:600;color:#fff}.footer-time{color:#d4a574}.footer-contact p{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#ccc;font-size:.95rem}.footer-contact svg{color:#d4a574;font-size:1.1rem}.footer-contact a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#d4a574}.footer-bottom{text-align:center;padding-top:2rem}.footer-copyright,.footer-made-with,.footer-est{color:#999;margin-bottom:.5rem;font-size:.9rem}.footer-made-with{display:flex;align-items:center;justify-content:center;gap:.5rem}@media screen and (max-width: 968px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}}@media screen and (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section h3{justify-content:center}.footer-links{text-align:center}.footer-hours-item,.footer-contact p{justify-content:center}.footer-logo{width:150px}}@media screen and (max-width: 480px){.footer{padding:2.5rem 1rem 1rem}.footer-section h3{font-size:1.1rem}.footer-hours-item,.footer-contact p{font-size:.85rem}.footer-logo{width:130px}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);background-image:url(https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=2070);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0abf,#1a1a1aa6);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:900px}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:3px 6px 20px rgba(0,0,0,.9);font-family:Playfair Display,serif;color:#fff;letter-spacing:2px}.hero-subtitle{font-size:clamp(1.3rem,3vw,2rem);margin-bottom:1rem;opacity:.98;font-weight:400;letter-spacing:.5px;font-family:Playfair Display,serif;font-style:italic;color:#d4a574}.hero-description{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:3rem;opacity:.92;font-weight:300;letter-spacing:.5px}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 4px 15px #0003}.hero-btn.primary{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff}.hero-btn.primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #c9a96180}.hero-btn.secondary{background:#ffffff1a;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-btn.secondary:hover{background:#fff;color:#333;transform:translateY(-3px)}.hero-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-item svg{color:#c9a961;font-size:1.3rem}.hero-location-link{color:#fff;text-decoration:none;transition:all .3s ease;cursor:pointer}.hero-location-link:hover{color:#d4a574;text-decoration:underline}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2}.scroll-arrow{width:30px;height:50px;border:2px solid white;border-radius:25px;position:relative}.scroll-arrow:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#fff;border-radius:50%;animation:scroll 2s infinite}@keyframes scroll{0%{top:10px;opacity:1}to{top:30px;opacity:0}}@media screen and (max-width: 968px){.hero{background-attachment:scroll;min-height:100vh}.hero-content{padding:1.5rem}.info-item{font-size:.95rem;padding:.6rem 1.2rem}}@media screen and (max-width: 768px){.hero{background-attachment:scroll}.hero-content{padding:1rem}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem}.hero-description{margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.hero-btn{width:100%;max-width:300px;justify-content:center}.hero-info{gap:1rem}.info-item{font-size:.9rem;padding:.5rem 1rem;flex:1 1 auto;min-width:calc(50% - .5rem);justify-content:center}.info-item svg{font-size:1.1rem}.hero-scroll-indicator{bottom:1rem}}@media screen and (max-width: 480px){.hero-content{padding:.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.info-item{font-size:.85rem;padding:.5rem .8rem}}.takeaway-banner{position:fixed;top:140px;right:2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #d4a574;padding:1.25rem 1.5rem;border-radius:15px;box-shadow:0 10px 40px #0000004d;z-index:999;max-width:380px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.takeaway-content{display:flex;align-items:center;gap:1rem}.takeaway-icon{font-size:2rem;color:#d4a574;flex-shrink:0}.takeaway-text{display:flex;flex-direction:column;gap:.25rem}.takeaway-label{font-size:.85rem;color:#d4a574;font-weight:600;text-transform:uppercase;letter-spacing:1px}.takeaway-offer{font-size:1.1rem;color:#fff;font-weight:600;font-family:Playfair Display,serif}.takeaway-discount{font-size:.95rem;color:#d4a574;font-weight:500}.banner-close{position:absolute;top:.5rem;right:.5rem;background:#ffffff1a;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:.9rem}.banner-close:hover{background:#d4a574;transform:rotate(90deg)}@media screen and (max-width: 768px){.takeaway-banner{position:fixed;top:auto;bottom:1rem;right:1rem;left:1rem;max-width:calc(100% - 2rem);padding:.75rem 1rem;border-radius:10px}.takeaway-content{gap:.6rem}.takeaway-icon{font-size:1.3rem}.takeaway-text{gap:.1rem}.takeaway-label{font-size:.65rem;letter-spacing:.5px}.takeaway-offer{font-size:.85rem}.takeaway-discount{font-size:.75rem}.banner-close{width:22px;height:22px;top:.35rem;right:.35rem;font-size:.75rem}}.highlights{padding:6rem 2rem;background:linear-gradient(180deg,#fafafa,#fff)}.highlights-container{max-width:1400px;margin:0 auto}.highlights-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-family:Playfair Display,serif;color:var(--text-dark);margin-bottom:1.5rem;font-weight:600}.title-divider{width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--primary-gold),transparent);margin:0 auto 2rem}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto;line-height:1.6}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.highlight-card{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 40px #00000014;text-align:center;transition:all .4s ease;border:1px solid transparent}.highlight-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f;border-color:var(--primary-gold)}.highlight-icon{font-size:3.5rem;color:var(--primary-gold);margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;height:80px}.highlight-title{font-size:1.5rem;font-family:Playfair Display,serif;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.highlight-description{font-size:1rem;color:var(--text-light);line-height:1.8}@media screen and (max-width: 768px){.highlights{padding:4rem 1.5rem}.highlights-grid{grid-template-columns:1fr;gap:2rem}.highlight-card{padding:2.5rem 1.5rem}}.gift-voucher-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:80px 20px;position:relative;overflow:hidden}.gift-voucher-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(201,169,97,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(201,169,97,.1) 0%,transparent 50%);animation:backgroundPulse 8s ease-in-out infinite}@keyframes backgroundPulse{0%,to{opacity:.3}50%{opacity:.6}}.gift-voucher-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.gift-icon-wrapper{margin-bottom:30px;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gift-icon{font-size:4rem;color:#c9a961;filter:drop-shadow(0 4px 20px rgba(201,169,97,.3))}.gift-text-slider{position:relative;height:120px;margin-bottom:40px;display:flex;align-items:center;justify-content:center}.gift-text{position:absolute;width:100%;max-width:800px;font-size:2rem;font-family:Playfair Display,serif;color:#fff;line-height:1.5;opacity:0;transform:translateY(30px);transition:all .8s ease-in-out;padding:0 20px}.gift-text.active{opacity:1;transform:translateY(0);animation:shimmer 5s ease-in-out}@keyframes shimmer{0%,to{text-shadow:0 0 20px rgba(201,169,97,.3)}50%{text-shadow:0 0 40px rgba(201,169,97,.6)}}.gift-cta-button{background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;border:none;padding:18px 40px;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 8px 30px #c9a9614d;position:relative;overflow:hidden}.gift-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.gift-cta-button:hover:before{left:100%}.gift-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c9a96180}.gift-cta-button:active{transform:translateY(-1px)}@media screen and (max-width: 768px){.gift-voucher-section{padding:60px 15px}.gift-icon{font-size:3rem}.gift-text-slider{height:180px}.gift-text{font-size:1.5rem}.gift-cta-button{padding:15px 30px;font-size:1rem}}@media screen and (max-width: 480px){.gift-text{font-size:1.2rem}.gift-text-slider{height:200px}}.booking-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;overflow-y:auto}.booking-modal{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:3rem;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f5f5f5;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.2rem;color:#666}.modal-close:hover{background:#c9a961;color:#fff;transform:rotate(90deg)}.modal-header h2{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.modal-subtitle{color:#d4a574;font-size:1.3rem;font-family:Playfair Display,serif;font-style:italic;margin-bottom:.5rem;font-weight:500}.modal-description{color:#666;font-size:1rem}.booking-info-notice{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:2px solid #c9a961;border-radius:15px;padding:1.5rem;margin-bottom:2rem;text-align:left}.booking-info-notice h3{color:#c9a961;font-size:1.2rem;margin-bottom:1rem;font-weight:700}.booking-info-notice p{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.booking-info-notice p:last-child{margin-bottom:0}.booking-info-notice a{color:#c9a961;font-weight:600;text-decoration:none}.booking-info-notice a:hover{text-decoration:underline}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-group label{font-weight:600;color:#333;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.form-group label svg{color:#c9a961}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.form-group input.error,.form-group select.error{border-color:#ff6b6b}.error-message{color:#ff6b6b;font-size:.85rem;margin-top:-.25rem}.availability-note{color:#10b981;font-size:.85rem;display:block;margin-top:.25rem;font-weight:500}.large-party-notice,.policy-notice,.special-requests-notice{background:#fff8e7;padding:1rem;border-radius:10px;border-left:4px solid #c9a961}.large-party-notice p,.policy-notice p,.special-requests-notice p{margin:0;color:#666;font-size:.9rem;line-height:1.6}.large-party-notice a,.special-requests-notice a{color:#c9a961;font-weight:600}.submit-btn{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;padding:1.25rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #c9a9614d;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{text-align:center;padding:2rem 0}.success-icon{font-size:5rem;color:#4caf50;margin-bottom:1.5rem;animation:scaleIn .5s ease}.success-message h2{font-size:2rem;color:#333;margin-bottom:2rem;font-family:Playfair Display,serif}.pending-notice{background:linear-gradient(135deg,#fff8e7,#fffbf0);padding:2rem;border-radius:15px;margin-bottom:2rem;border:2px solid #c9a961}.notice-title{font-size:1.3rem;font-weight:700;color:#c9a961;margin-bottom:1rem}.notice-text{font-size:1rem;color:#555;line-height:1.8;margin-bottom:.75rem}.notice-text strong{color:#c9a961}.booking-summary{background:#f9f9f9;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;text-align:left}.booking-summary h3{font-size:1.2rem;margin-bottom:1rem;color:#333}.booking-summary p{margin-bottom:.5rem;color:#666;font-size:.95rem}.booking-summary strong{color:#333}.contact-info{color:#666;font-size:.95rem}.contact-info a{color:#c9a961;font-weight:600;text-decoration:none}.booking-modal::-webkit-scrollbar{width:8px}.booking-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.booking-modal::-webkit-scrollbar-thumb{background:#c9a961;border-radius:10px}.booking-modal::-webkit-scrollbar-thumb:hover{background:#b8944a}@media screen and (max-width: 968px){.booking-modal{padding:2.5rem 2rem}.modal-header h2{font-size:2.2rem}.modal-subtitle{font-size:1.2rem}}@media screen and (max-width: 768px){.booking-modal-overlay{padding:2rem .5rem .5rem;align-items:flex-start}.booking-modal{padding:2rem 1.5rem;max-height:95vh;margin:0 auto}.modal-close{top:1rem;right:1rem;width:35px;height:35px;font-size:1rem}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:2rem}.modal-subtitle{font-size:1.1rem}.modal-description{font-size:.9rem}.booking-form{gap:1.25rem}.form-row{grid-template-columns:1fr;gap:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem .875rem;font-size:.95rem}.submit-btn{padding:1rem 1.75rem;font-size:1rem}.success-icon{font-size:4rem}.success-message h2{font-size:1.6rem}.pending-notice{padding:1.5rem}.notice-title{font-size:1.1rem}.notice-text{font-size:.9rem}.booking-summary{padding:1.25rem}.booking-summary h3{font-size:1.1rem}.booking-summary p{font-size:.9rem}}@media screen and (max-width: 480px){.booking-modal{padding:1.5rem 1rem;border-radius:15px}.modal-header h2{font-size:1.75rem}.modal-subtitle{font-size:1rem}.modal-description{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem .8rem;font-size:.9rem}.submit-btn{padding:.875rem 1.5rem;font-size:.95rem}.large-party-notice,.policy-notice{padding:.875rem;font-size:.85rem}.success-icon{font-size:3.5rem}.success-message h2{font-size:1.4rem}.pending-notice{padding:1.25rem}.notice-title{font-size:1rem}.notice-text{font-size:.85rem}}.about{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f9f9f9)}.about-container{max-width:1400px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-family:Playfair Display,serif;color:#333;margin-bottom:1rem}.title-divider{width:100px;height:3px;background:linear-gradient(90deg,#c9a961,#b8944a);margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:center}.about-text{padding:2rem}.quote-box{background:linear-gradient(135deg,#c9a961,#b8944a);padding:2rem;border-radius:15px;margin-bottom:2rem;position:relative;color:#fff;text-align:center}.quote-mark{font-size:4rem;font-family:Georgia,serif;opacity:.3}.about-tagline{font-size:1.8rem;font-family:Playfair Display,serif;margin:1rem 0;font-weight:600}.about-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem;white-space:pre-line}.chef-signature{border-left:4px solid #c9a961;padding-left:1.5rem;margin-top:2rem}.signature-text{font-size:1.1rem;font-style:italic;color:#666}.about-image{position:relative}.image-wrapper{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 20px 60px #00000026;height:500px}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-wrapper:hover img{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem;transform:translateY(100%);transition:transform .3s ease}.image-wrapper:hover .image-overlay{transform:translateY(0)}.overlay-content{color:#fff}.overlay-content h4{font-size:1.5rem;margin-bottom:.5rem;font-family:Playfair Display,serif}.overlay-content p{font-size:1rem;opacity:.9}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #c9a9614d}.stat-icon{font-size:3rem;color:#c9a961;margin-bottom:1rem}.stat-value{font-size:3rem;font-weight:700;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.stat-label{font-size:1.1rem;color:#666;font-weight:500}.unique-selling-point{text-align:center}.usp-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem;border-radius:20px;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.usp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#c9a961,#b8944a)}.usp-card h3{font-size:2rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;color:#c9a961}.usp-card p{font-size:1.1rem;line-height:1.8;color:#ddd}@media screen and (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:1fr}.image-wrapper{height:400px}}@media screen and (max-width: 768px){.about{padding:4rem 1.5rem}.quote-box{padding:1.5rem}.about-tagline{font-size:1.4rem}.usp-card{padding:2rem}.usp-card h3{font-size:1.6rem}}.menu{padding:6rem 2rem;background:linear-gradient(180deg,#f9f9f9,#fff)}.menu-container{max-width:1400px;margin:0 auto}.menu-header{text-align:center;margin-bottom:3rem}.menu-subtitle{font-size:1.2rem;font-style:italic;color:#666;margin-top:1rem}.item-image{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center}.menu-notes{background:linear-gradient(135deg,#fff8e7,#fffbf0);padding:2rem;border-radius:15px;border-left:5px solid #c9a961;text-align:center}.menu-notes p{margin-bottom:.75rem;color:#555;line-height:1.6}.menu-notes p:last-child{margin-bottom:0}.no-split-bills{font-weight:600;color:#333}@media screen and (max-width: 768px){.menu{padding:4rem 1.5rem}.menu-items{grid-template-columns:1fr}.category-nav{flex-direction:column}.category-btn{width:100%}.allergen-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.legend-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.takeaway-menu{padding:8rem 2rem 6rem;background:linear-gradient(180deg,#fff8f0,#fff)}.takeaway-menu-container{max-width:1400px;margin:0 auto}.takeaway-menu-header{text-align:center;margin-bottom:2rem}.header-icon{font-size:3.5rem;color:#c9a961;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.collection-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;margin:1rem 0;box-shadow:0 4px 15px #ff6b6b4d}.takeaway-tagline{font-size:1.1rem;font-style:italic;color:#666;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.special-offer-banner{background:linear-gradient(135deg,#d4a574,#c9a961);padding:1.5rem;border-radius:15px;margin-bottom:3rem;box-shadow:0 8px 25px #d4a5744d;border:3px dashed #b8944a}.offer-content{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.offer-icon{font-size:2rem}.offer-text{font-size:1.3rem;font-weight:700;color:#fff;text-align:center}.takeaway-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #00000014;border:2px solid #f0f0f0;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);border-color:#c9a961;box-shadow:0 12px 35px #c9a96133}.info-icon{font-size:2.5rem;color:#c9a961;margin-bottom:1rem}.info-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}.info-card p{color:#666;font-size:1rem;margin:.5rem 0;line-height:1.6}.phone-number{font-size:1.4rem!important;font-weight:700;color:#c9a961!important;margin:1rem 0!important}.website{font-style:italic;color:#888!important}.allergen-filter-toggle{text-align:center;margin-bottom:2rem}.filter-btn{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #c9a9614d;position:relative}.filter-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166}.filter-btn.active{background:linear-gradient(135deg,#b8944a,#a67d3d)}.filter-count{background:#fff;color:#c9a961;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.allergen-filter-panel{background:#fff;padding:2rem;border-radius:15px;margin-bottom:3rem;box-shadow:0 10px 30px #0000001a}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-header h3{font-size:1.3rem;color:#333}.clear-filters{background:none;border:2px solid #c9a961;color:#c9a961;padding:.5rem 1rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.clear-filters:hover{background:#c9a961;color:#fff}.allergen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.allergen-chip{background:#f5f5f5;border:2px solid transparent;padding:.75rem 1rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;font-size:.95rem}.allergen-chip:hover{background:#e8e8e8;transform:translateY(-2px)}.allergen-chip.selected{background:#ffe5e5;border-color:#ff6b6b;color:#d63031}.allergen-icon{font-size:1.5rem}.allergen-name{flex:1;font-weight:500}.remove-icon{color:#ff6b6b;font-size:.9rem}.category-nav{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.category-btn{background:#fff;border:2px solid #e0e0e0;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;color:#333;transition:all .3s ease}.category-btn:hover{border-color:#c9a961;color:#c9a961;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;border-color:#c9a961}.menu-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.menu-item{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:2px solid transparent;display:flex;gap:1.5rem;align-items:flex-start}.menu-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c9a96133;border-color:#c9a961}.item-image{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff8f0,#ffe8d6);display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;object-fit:cover}.item-icon{font-size:2.5rem}.item-content{flex:1;min-width:0}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.item-name{font-size:1.3rem;font-weight:600;color:#333;flex:1;font-family:Playfair Display,serif}.item-price{font-size:1.3rem;font-weight:700;color:#c9a961;white-space:nowrap}.item-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.item-allergens{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.75rem;border-top:1px solid #f0f0f0}.allergen-badge{font-size:1.2rem;padding:.25rem .5rem;background:#f9f9f9;border-radius:8px;cursor:help;transition:transform .2s ease}.allergen-badge:hover{transform:scale(1.2)}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.no-results p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.reset-btn{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166}.allergen-legend{background:#f9f9f9;padding:2rem;border-radius:15px;margin-bottom:2rem}.allergen-legend h4{font-size:1.2rem;margin-bottom:1.5rem;color:#333}.legend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.legend-item{display:flex;align-items:center;gap:.75rem;padding:.5rem}.legend-icon{font-size:1.5rem}.legend-name{font-size:.9rem;color:#666}.takeaway-notes{background:linear-gradient(135deg,#fff8e7,#fffbf0);padding:2rem;border-radius:15px;border-left:5px solid #c9a961;text-align:center}.takeaway-notes p{margin-bottom:.75rem;color:#555;line-height:1.6}.takeaway-notes p:last-child{margin-bottom:0}.collection-note{font-weight:600;color:#333;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem}.collection-note svg{color:#c9a961;font-size:1.3rem}@media screen and (max-width: 768px){.takeaway-menu{padding:4rem 1.5rem}.takeaway-info-cards,.menu-items{grid-template-columns:1fr}.category-nav{flex-direction:column}.category-btn{width:100%}.allergen-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.legend-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.offer-text{font-size:1.1rem}.phone-number{font-size:1.2rem!important}}@media screen and (max-width: 480px){.takeaway-menu{padding:3rem 1rem}.header-icon{font-size:2.5rem}.offer-text{font-size:1rem}.info-card{padding:1.5rem}}.gallery{padding:6rem 0;background:linear-gradient(180deg,#fafafa,#fff);overflow:hidden}.gallery-container{max-width:100%;margin:0 auto}.gallery-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.gallery-subtitle{font-size:1.2rem;font-style:italic;color:#666;margin-top:1rem;max-width:700px;margin-left:auto;margin-right:auto}.filmstrip-wrapper{width:100%;position:relative;padding:3rem 0;background:linear-gradient(to bottom,#1a1a1a,#2d2d2d,#1a1a1a);box-shadow:inset 0 10px 30px #00000080,inset 0 -10px 30px #00000080}.filmstrip-container{overflow-x:hidden;width:100%;cursor:grab;position:relative}.filmstrip-container:active{cursor:grabbing}.filmstrip-track{display:flex;gap:2rem;padding:0 2rem;will-change:transform}.filmstrip-item{flex-shrink:0;width:400px;cursor:pointer;position:relative;transition:all .3s ease}.film-frame{position:relative;background:#1a1a1a;padding:1rem;border-radius:4px;box-shadow:0 10px 40px #0009}.film-perforations{position:relative;height:12px;background:#1a1a1a;display:flex;justify-content:space-evenly;align-items:center}.film-perforations:before{content:"";position:absolute;width:100%;height:100%;background-image:repeating-linear-gradient(90deg,transparent,transparent 15px,#0a0a0a 15px,#0a0a0a 20px,transparent 20px,transparent 35px)}.film-top{margin-bottom:.5rem}.film-bottom{margin-top:.5rem}.filmstrip-item img{width:100%;height:300px;object-fit:cover;display:block;border:2px solid #333;box-shadow:inset 0 0 20px #0000004d}.filmstrip-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:2rem 1rem 1rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.filmstrip-item:hover .filmstrip-overlay{opacity:1}.filmstrip-overlay h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0;font-family:Playfair Display,serif;text-align:center}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out}.lightbox:focus{outline:none}.lightbox-close{position:absolute;top:2rem;right:2rem;background:#ffffff1a;border:2px solid white;color:#fff;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-close:hover{background:#fff;color:#333;transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid white;color:#fff;width:50px;height:50px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-nav:hover{background:#fff;color:#333;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-content{max-width:90vw;max-height:90vh;position:relative;cursor:default}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #000c}.lightbox-caption{text-align:center;margin-top:1.5rem;color:#fff}.lightbox-caption h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:Playfair Display,serif}.lightbox-caption p{font-size:1rem;color:#d4a574}@media screen and (max-width: 768px){.gallery{padding:4rem 0}.gallery-header{margin-bottom:3rem;padding:0 1.5rem}.filmstrip-wrapper{padding:2rem 0}.filmstrip-track{gap:1.5rem;padding:0 1rem}.filmstrip-item{width:280px}.filmstrip-item img{height:200px}.film-frame{padding:.75rem}.filmstrip-overlay h3{font-size:1rem}.lightbox-close,.lightbox-nav{width:40px;height:40px;font-size:1rem}.lightbox-close{top:1rem;right:1rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-caption h3{font-size:1.2rem}.lightbox-caption p{font-size:.9rem}}@media screen and (max-width: 480px){.filmstrip-item{width:240px}.filmstrip-item img{height:180px}.filmstrip-track{gap:1rem}.gallery-subtitle{font-size:1rem}}.reviews{padding:6rem 2rem;background:linear-gradient(135deg,#fafafa,#fff)}.reviews-container{max-width:1400px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-header .section-title{color:#1a1a1a;font-size:clamp(2.5rem,5vw,3.5rem);font-family:Playfair Display,serif;margin-bottom:1rem}.title-divider{width:100px;height:4px;background:linear-gradient(90deg,transparent,#d4a574,transparent);margin:1.5rem auto}.section-subtitle{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,450px));gap:1.5rem;margin-bottom:4rem;justify-content:center}.loading-message,.no-reviews-message{grid-column:1 / -1;text-align:center;padding:3rem;font-size:1.2rem;color:#666}.loading-message{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.review-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 10px 40px #00000014;transition:all .3s ease;position:relative;border:2px solid #f5f5f5}.review-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #d4a57426;border-color:#d4a574}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-platform{display:flex;align-items:center}.platform-icon{font-size:1.8rem}.platform-icon.google{color:#4285f4}.platform-icon.tripadvisor{color:#00af87}.quote-icon{font-size:2rem;color:#d4a574;opacity:.2}.review-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:#e0e0e0;font-size:1.1rem}.star.filled{color:orange}.review-text{color:#4a4a4a;line-height:1.6;font-size:.95rem;margin-bottom:1.25rem;font-style:italic}.review-images{display:flex;gap:.6rem;margin-bottom:1.25rem;flex-wrap:wrap}.review-image{max-width:180px;height:auto;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000001a}.review-image:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.review-footer{border-top:2px solid #f5f5f5;padding-top:1rem}.reviewer-info{display:flex;justify-content:space-between;align-items:center}.reviewer-name{font-weight:600;color:#1a1a1a;font-size:1rem;margin:0}.review-date{color:#999;font-size:.9rem;margin:0}.reviews-cta{background:linear-gradient(135deg,#c9a961,#b8944a);padding:3rem 2rem;border-radius:20px;text-align:center;color:#fff;box-shadow:0 15px 50px #c9a96140}.reviews-cta h3{font-size:2rem;margin-bottom:.75rem;font-family:Playfair Display,serif;color:#fff}.reviews-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.review-btn{background:#fff;color:#333;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #00000026;font-size:1rem}.review-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #00000040}.google-btn svg{color:#4285f4}.tripadvisor-btn svg{color:#00af87}@media screen and (max-width: 968px){.reviews{padding:5rem 1.5rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.review-card{padding:1.75rem}}@media screen and (max-width: 768px){.reviews{padding:4rem 1.5rem}.reviews-header{margin-bottom:3rem}.reviews-header .section-title{font-size:2.5rem}.section-subtitle{font-size:1rem}.reviews-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.review-card{padding:1.5rem}.platform-icon,.quote-icon{font-size:1.5rem}.review-text{font-size:.95rem}.reviews-cta{padding:2.5rem 1.5rem}.reviews-cta h3{font-size:1.75rem}.reviews-cta p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch;gap:1rem}.review-btn{width:100%;justify-content:center}}@media screen and (max-width: 480px){.reviews{padding:3rem 1rem}.reviews-header .section-title{font-size:2rem}.section-subtitle{font-size:.95rem}.review-card{padding:1.25rem}.platform-icon{font-size:1.3rem}.review-rating{gap:.15rem}.star{font-size:1rem}.review-text{font-size:.9rem}.reviewer-info{flex-direction:column;align-items:flex-start;gap:.25rem}.reviewer-name{font-size:.95rem}.review-date{font-size:.85rem}.reviews-cta{padding:2rem 1.25rem}.reviews-cta h3{font-size:1.5rem}.reviews-cta p{font-size:.95rem;margin-bottom:1.5rem}.review-btn{padding:.875rem 1.5rem;font-size:.95rem}}.contact{padding:0;background:#fafafa}.contact-container{max-width:100%;margin:0 auto}.contact-split{display:grid;grid-template-columns:1fr 1fr;min-height:700px}.contact-image-section{background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=800) center/cover;display:flex;align-items:center;justify-content:center;padding:4rem 3rem;position:relative}.image-overlay{text-align:center;color:#fff;position:relative;z-index:1;background:none}.overlay-content h3{font-size:clamp(2rem,4vw,3rem);font-family:Playfair Display,serif;margin-bottom:1rem;font-weight:600;letter-spacing:1px;color:#fff}.overlay-content p{font-size:1.3rem;font-style:italic;color:#d4a574;font-family:Playfair Display,serif}.contact-info-section{background:#fff;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;position:relative}.reservations-header{text-align:center;margin-bottom:2.5rem}.reservations-subtitle{font-size:1rem;color:#d4a574;text-transform:uppercase;letter-spacing:3px;margin-bottom:.75rem;font-weight:600}.reservations-title{font-size:clamp(2.5rem,4vw,3.5rem);font-family:Playfair Display,serif;color:#1a1a1a;margin-bottom:1.5rem;font-weight:700;letter-spacing:2px}.reservations-description{font-size:1.05rem;color:#666;line-height:1.8;max-width:500px;margin:0 auto}.main-phone-display{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2.5rem 0;padding:2rem;background:linear-gradient(135deg,#f9f9f9,#f0f0f0);border-radius:15px;border:2px solid #d4a574}.phone-icon{font-size:2.5rem;color:#d4a574}.phone-number{font-size:2rem;font-weight:700;color:#1a1a1a;text-decoration:none;font-family:Playfair Display,serif;transition:color .3s ease}.phone-number:hover{color:#d4a574}.family-tagline{text-align:center;font-size:1.1rem;color:#d4a574;font-weight:600;letter-spacing:2px;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.contact-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.detail-item{display:flex;gap:1rem;align-items:flex-start}.detail-icon{font-size:1.5rem;color:#d4a574;min-width:35px;padding-top:.25rem}.detail-text h4{font-size:1rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}.detail-text p{color:#666;line-height:1.6;font-size:.95rem;margin-bottom:.25rem}.detail-text a{color:#666;text-decoration:none;transition:color .3s ease;font-size:.95rem}.detail-text a:hover{color:#d4a574}.detail-link{display:inline-block;margin-top:.5rem;color:#d4a574!important;font-weight:600}.directions-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#d4a574,#c9a961);color:#fff!important;text-decoration:none;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #d4a5744d}.directions-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4a57466;background:linear-gradient(135deg,#c9a961,#b8944a)}.opening-hours{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #0000001a}.hours-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.5rem;color:#333}.hours-header svg{color:#c9a961;font-size:2rem}.hours-list{margin-bottom:2rem}.hours-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f0f0f0;gap:1rem}.hours-item:last-child{border-bottom:none}.day-name{font-weight:600;color:#333;min-width:100px}.day-hours{text-align:right;color:#666;display:flex;flex-direction:column;gap:.25rem}.last-order{font-size:.85rem;color:#999}.booking-cta{background:linear-gradient(135deg,#c9a961,#b8944a);padding:2rem;border-radius:15px;text-align:center;color:#fff}.booking-cta h4{font-size:1.4rem;margin-bottom:1.5rem;font-family:Playfair Display,serif}.booking-btn{background:#fff;color:#c9a961;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.booking-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000004d}.booking-note{margin-top:1rem;font-size:.9rem;opacity:.9}.map-section{margin-bottom:3rem;position:relative;z-index:0;padding:3rem 2rem}.footer-bottom{text-align:center;padding-top:3rem}.footer-divider{width:200px;height:3px;background:linear-gradient(90deg,transparent,#d4a574,transparent);margin:0 auto 2rem}.copyright,.made-with,.est{color:#d4a574;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.made-with{display:flex;align-items:center;justify-content:center;gap:.5rem}.heart-icon{color:#ff6b6b;animation:heartbeat 1.5s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media screen and (max-width: 968px){.contact-split{grid-template-columns:1fr;min-height:auto}.contact-image-section{min-height:300px;align-items:flex-start;justify-content:flex-start;padding-top:3rem;padding-bottom:2rem}.image-overlay{margin-top:0}.overlay-content{padding:0;background:none}.overlay-content h3{font-size:2rem;margin-bottom:.5rem}.overlay-content p{font-size:1.1rem}.contact-info-section{padding:3rem 2rem;background:#fff}.contact-details-grid{grid-template-columns:1fr;gap:1.5rem}.main-phone-display{padding:1.5rem}.phone-number{font-size:1.75rem}.phone-icon{font-size:2rem}.opening-hours{padding:2rem}.hours-item{flex-direction:column;gap:.5rem;padding:.75rem 0}.day-hours{text-align:left}.day-name{min-width:auto}}@media screen and (max-width: 768px){.contact-image-section{min-height:280px;padding:3rem 2rem 2rem;align-items:flex-start;justify-content:flex-start}.image-overlay{margin-top:0}.overlay-content{padding:0;background:none}.overlay-content h3{font-size:1.8rem;margin-bottom:.5rem}.overlay-content p{font-size:1rem}.contact-info-section{padding:2.5rem 1.5rem;background:#fff}.reservations-title{font-size:2.5rem}.reservations-description{font-size:1rem}.main-phone-display{flex-direction:column;gap:1rem;padding:1.5rem}.phone-number{font-size:1.5rem}.family-tagline{font-size:1rem;letter-spacing:1.5px}.detail-item{flex-direction:row;gap:1rem}.detail-icon{font-size:1.3rem}.detail-text h4{font-size:.95rem}.detail-text p,.detail-text a{font-size:.9rem}.map-section iframe{height:300px;border-radius:10px}}@media screen and (max-width: 480px){.contact-image-section{min-height:250px;padding:2.5rem 1.5rem 2rem;align-items:flex-start;justify-content:flex-start}.image-overlay{margin-top:0}.overlay-content{padding:0;background:none}.overlay-content h3{font-size:1.6rem;margin-bottom:.25rem}.overlay-content p{font-size:.95rem}.contact-info-section{padding:2rem 1.5rem;background:#fff}.reservations-subtitle{font-size:.9rem;letter-spacing:2px}.reservations-title{font-size:2rem}.reservations-description{font-size:.95rem}.main-phone-display{padding:1.25rem}.phone-icon{font-size:1.75rem}.phone-number{font-size:1.3rem}.family-tagline{font-size:.95rem;letter-spacing:1px;margin-bottom:2rem}.contact-details-grid{gap:1.5rem}.detail-item{flex-direction:column;text-align:center;align-items:center}.detail-icon{font-size:1.5rem}.map-section iframe{height:250px}.copyright,.made-with,.est{font-size:.85rem}}.info-container{font-family:Poppins,sans-serif;text-align:center;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;transition:background .5s ease,color .5s ease;padding:20px 15px 40px;position:relative}.info-container.dark{background:radial-gradient(circle at top,#0f0f0f,#000);color:#fff}.info-container.dark .profile-img{border:3px solid #ba9859;box-shadow:0 0 20px #ba9859}.info-container.dark h1{background:linear-gradient(90deg,#00f0ff,#007bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:25px}.info-container.dark p{color:#ccc;font-size:15px;margin-bottom:15px}.info-container.dark .share-btn{background:linear-gradient(90deg,#ba9859,#ba9859);color:#fff;box-shadow:0 0 12px #ba9859;border:none}.info-container.dark .button{background:linear-gradient(145deg,#1b1b1b,#0d0d0d);border:1px solid #ba9859;box-shadow:inset 0 0 #ba9859;color:#fff}.info-container.dark .button:hover{background:#1a1a1a;box-shadow:0 4px 15px #ba9859,inset 0 0 15px #ba9859;transform:translateY(-2px)}.info-container.dark .share-btn:hover{transform:translateY(-3px)}.info-container.dark .footer-text{color:#666;font-size:11px}.info-container.dark .footer-glow{background:linear-gradient(270deg,#00f0ff,#ff00d4,#00f0ff);background-size:600% 600%;animation:glowMove 5s ease infinite}.info-container.light{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#212529}.info-container.light .profile-img{border:3px solid #ba9859;box-shadow:0 0 20px #ba9859}.info-container.light h1{background:linear-gradient(90deg,#ba9859,#ba9859);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:25px}.info-container.light p{color:#555;font-size:15px;margin-bottom:15px}.info-container.light .share-btn{background:linear-gradient(90deg,#ba9859,#ba9859);color:#222;border:1px solid #ccc;box-shadow:none}.info-container.light .button{background:linear-gradient(145deg,#fff,#f0f0f0);border:1px solid #ba9859;color:#222}.info-container.light .button:hover{background:#edd9b5;box-shadow:0 4px 15px #07f6,inset 0 0 15px #07f4;transform:translateY(-2px)}.info-container.light .share-btn:hover{transform:translateY(-3px)}.info-container.light .footer-text{color:#999;font-size:11px}.info-container.light .footer-glow{background:linear-gradient(270deg,#07f,#ff00d4,#07f);background-size:600% 600%;animation:glowMove 5s ease infinite}@keyframes glowMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.profile-img{width:120px;height:120px;border-radius:50%;margin:30px auto 15px;transition:transform .4s;object-fit:contain;display:block;cursor:pointer}.profile-img:hover{transform:scale(1.05)}h1{margin-bottom:5px;font-size:25px}p{font-size:15px}.share-btn{padding:8px 16px;border-radius:12px;cursor:pointer;font-weight:600;display:inline-block;margin-bottom:15px;transition:transform .3s ease;-webkit-user-select:none;user-select:none;border:none;box-shadow:none;font-size:15px}.button{width:90%;max-width:600px;margin:8px auto;padding:14px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:inset 0 0 #00f0ff;-webkit-user-select:none;user-select:none;border:1px solid transparent;font-size:16px}.button .left{display:flex;align-items:center;gap:12px}.button .left img{width:25px;height:25px}.button .arrow{font-size:18px}.footer-text{margin-top:60px;font-size:11px}.footer-glow{position:fixed;bottom:0;left:0;width:100vw;height:8px;background:linear-gradient(270deg,#00f0ff,#ff00d4,#00f0ff);background-size:600% 600%;animation:glowMove 5s ease infinite;margin:0;z-index:9999}#theme-toggle{position:fixed;top:20px;right:20px;width:45px;height:45px;border-radius:50%;border:none;background:#00f0ff26;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px #00f0ff66;transition:color .3s ease,box-shadow .3s ease,background .3s ease;-webkit-user-select:none;user-select:none;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#theme-toggle:hover{background:#00f0ff4d;box-shadow:0 0 15px #00f0ff99}@media (max-width: 400px){.button{font-size:14px;padding:12px 15px}.profile-img{width:100px;height:100px;margin:25px auto 10px}p{font-size:14px}h1{font-size:22px}.share-btn{font-size:14px;padding:8px 16px}}.admin-login{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.login-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 40px #0000004d;width:100%;max-width:400px}.login-container h1{color:var(--gold);text-align:center;margin-bottom:2rem;font-size:2rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:var(--gold)}.error{color:#f44336;margin:1rem 0;text-align:center;font-size:.9rem}.login-container button{width:100%;padding:.75rem;background:var(--gold);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.login-container button:hover{background:#b8922e}.booking-action-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.booking-action-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2.5rem;box-shadow:0 20px 60px #0006}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:#f5f5f5;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.1rem;color:#666}.icon-wrapper{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.icon-wrapper.confirm{background:#e8f5e9;color:#4caf50}.icon-wrapper.reject{background:#ffebee;color:#f44336}.modal-header h2{font-size:1.8rem;color:#333;margin:0;font-family:Playfair Display,serif}.booking-details-preview{background:#f9f9f9;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.booking-details-preview h3{font-size:1.1rem;color:#666;margin:0 0 1rem;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.detail-item .label{font-size:.85rem;color:#999;font-weight:500}.detail-item .value{font-size:1rem;color:#333;font-weight:600}.message-editor{margin-bottom:2rem}.message-editor label{display:block;font-weight:600;color:#333;margin-bottom:.75rem;font-size:1rem}.message-editor .hint{font-weight:400;color:#999;font-size:.9rem;margin-left:.5rem}.message-editor textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .3s ease;min-height:120px}.message-editor textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.message-editor textarea::placeholder{color:#999}.helper-text{margin-top:.5rem;font-size:.85rem;color:#666;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn,.send-btn{padding:.875rem 1.75rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:.5rem}.send-btn{color:#fff}.send-btn.confirm{background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 4px 12px #4caf504d}.send-btn.confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.send-btn.reject{background:linear-gradient(135deg,#f44336,#e53935);box-shadow:0 4px 12px #f443364d}.send-btn.reject:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f4433666}.send-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@media screen and (max-width: 640px){.booking-action-modal{padding:2rem 1.5rem}.modal-header h2{font-size:1.5rem}.icon-wrapper{width:60px;height:60px;font-size:2rem}.detail-grid{grid-template-columns:1fr;gap:.75rem}.modal-actions{flex-direction:column-reverse}.cancel-btn,.send-btn{width:100%;justify-content:center}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.admin-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:2rem;box-shadow:0 4px 20px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left h1{color:#d4a574;font-size:2rem;margin:0 0 .25rem;font-family:Playfair Display,serif}.header-subtitle{color:#ccc;font-size:.95rem;margin:0}.header-actions{display:flex;gap:1rem;align-items:center}.vouchers-btn,.capacity-btn{background:linear-gradient(135deg,#c9a961,#b8944a);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #c9a9614d}.vouchers-btn:hover,.capacity-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c9a96166}.logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.dashboard-content{max-width:1400px;margin:0 auto;padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;padding:1.75rem;border-radius:12px;display:flex;align-items:center;gap:1.25rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border-left:4px solid}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card.total{border-left-color:#3b82f6}.stat-card.pending{border-left-color:#f59e0b}.stat-card.confirmed{border-left-color:#10b981}.stat-card.rejected{border-left-color:#ef4444}.stat-icon{font-size:2.5rem;line-height:1}.stat-info h3{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#1a1a1a}.stat-info p{margin:0;color:#6b7280;font-size:.95rem;font-weight:500}.filters-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014}.filters-header{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#374151;margin-bottom:1rem;font-size:1.05rem}.filters{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#6b7280;font-size:.95rem}.filter-btn:hover{border-color:#d4a574;color:#d4a574;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#d4a574,#c9a961);color:#fff;border-color:#d4a574;box-shadow:0 4px 12px #d4a5744d}.bookings-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014}.bookings-table{display:flex;flex-direction:column;gap:1.5rem}.booking-row{background:#f9fafb;border-radius:12px;padding:1.75rem;border:2px solid #e5e7eb;transition:all .3s ease}.booking-row:hover{border-color:#d4a574;box-shadow:0 8px 24px #d4a57426;transform:translateY(-2px)}.booking-main-info{width:100%}.booking-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.status-badge{padding:.5rem 1.25rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.booking-id{color:#6b7280;font-weight:700;font-size:.95rem;font-family:monospace}.booking-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:1.25rem}.detail-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.detail-icon{color:#d4a574;font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.detail-label{display:block;font-size:.75rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.detail-value{display:block;font-size:.95rem;color:#1f2937;font-weight:600}.special-requests{background:#fffbeb;border:1px solid #fde68a;padding:1.25rem;border-radius:8px;margin-top:1rem;display:flex;gap:1rem}.special-requests .detail-value{color:#92400e;line-height:1.6}.booking-timestamp{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.85rem;color:#9ca3af;text-align:right}.booking-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.action-btn{flex:1;padding:1rem;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.confirm-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.reject-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.reject-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef44444d}.no-bookings{text-align:center;color:#9ca3af;font-size:1.25rem;padding:4rem 2rem;font-weight:500}.admin-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;gap:1.5rem}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top:4px solid #d4a574;border-radius:50%;animation:spin 1s linear infinite}.admin-loading p{font-size:1.25rem;color:#6b7280;font-weight:500}@media (max-width: 968px){.dashboard-content{padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.booking-details-grid{grid-template-columns:1fr}.filters{flex-direction:column}.filter-btn{width:100%}}@media (max-width: 768px){.header-content{flex-direction:column;gap:1.5rem;text-align:center}.header-left h1{font-size:1.5rem}.stat-card,.booking-row{padding:1.25rem}.booking-actions{flex-direction:column}}.capacity-settings{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);padding:2rem}.capacity-header{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.back-btn{background:#f5f5f5;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;transition:all .3s ease}.back-btn:hover{background:#c9a961;color:#fff}.capacity-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.capacity-header .subtitle{color:#666;font-size:1.1rem}.capacity-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a}.settings-section h2{font-size:1.8rem;color:#333;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-family:Playfair Display,serif}.settings-section h2 .icon{color:#c9a961}.section-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.add-btn{background:#c9a961;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.add-btn:hover{background:#b8944a;transform:translateY(-2px);box-shadow:0 4px 12px #c9a9614d}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.time-slot-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.time-slot-card:hover{border-color:#c9a961;box-shadow:0 4px 12px #0000001a}.time-slot-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.time-slot-header .icon{color:#c9a961;font-size:1.2rem}.time-slot-header .time{font-size:1.3rem;font-weight:700;color:#333}.capacity-input-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#666;margin-bottom:.5rem;font-size:.95rem}.capacity-input-group label .icon{color:#c9a961}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.input-with-button input:focus{outline:none;border-color:#c9a961}.save-btn{background:#c9a961;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;white-space:nowrap}.save-btn:hover:not(:disabled){background:#b8944a}.save-btn:disabled{opacity:.6;cursor:not-allowed}.block-form{background:#f9f9f9;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid #e0e0e0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#666;font-size:.95rem}.form-group input,.form-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#c9a961}.submit-btn{background:#c9a961;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.submit-btn:hover{background:#b8944a;transform:translateY(-2px);box-shadow:0 4px 12px #c9a9614d}.blocked-slots-list{display:flex;flex-direction:column;gap:1rem}.blocked-slot-card{background:#fff8e7;border:2px solid #c9a961;border-radius:12px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.blocked-slot-card:hover{box-shadow:0 4px 12px #c9a96133}.blocked-slot-info{flex:1}.blocked-slot-datetime{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.blocked-slot-datetime strong{color:#333;font-size:1.05rem}.blocked-slot-datetime .time{color:#c9a961;font-weight:700;font-size:1.2rem}.blocked-slot-reason{color:#666;font-size:.95rem;margin-top:.5rem}.unblock-btn{background:#f44336;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;white-space:nowrap}.unblock-btn:hover{background:#d32f2f;transform:translateY(-2px)}.empty-state{text-align:center;padding:3rem 1rem;color:#999}.empty-state svg{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p{font-size:1.1rem}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media screen and (max-width: 768px){.capacity-settings{padding:1rem}.capacity-header{padding:1.5rem}.capacity-header h1{font-size:2rem}.time-slots-grid,.form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-btn{width:100%}.blocked-slot-card{flex-direction:column;align-items:flex-start;gap:1rem}.unblock-btn{width:100%;justify-content:center}}.admin-vouchers{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);padding:2rem}.vouchers-header{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.vouchers-header .back-btn{background:#f5f5f5;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;transition:all .3s ease}.vouchers-header .back-btn:hover{background:#c9a961;color:#fff}.vouchers-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.header-subtitle{color:#666;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.stat-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.stat-card.total .stat-icon{background:linear-gradient(135deg,#2196f3,#1976d2)}.stat-card.active .stat-icon{background:linear-gradient(135deg,#4caf50,#45a049)}.stat-card.used .stat-icon{background:linear-gradient(135deg,#9e9e9e,#757575)}.stat-card.expired .stat-icon{background:linear-gradient(135deg,#ff9800,#f57c00)}.stat-card.sales .stat-icon,.stat-card.outstanding .stat-icon{background:linear-gradient(135deg,#c9a961,#d4b76f)}.stat-info h3{font-size:2rem;color:#333;margin:0;font-weight:700}.stat-info p{font-size:.9rem;color:#666;margin:0}.filters-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.search-bar{position:relative;margin-bottom:1.5rem}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#999;font-size:1.1rem}.search-bar input{width:100%;padding:12px 12px 12px 45px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease}.search-bar input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.filter-buttons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-icon{color:#666;font-size:1.1rem}.filter-btn{background:#f5f5f5;border:2px solid transparent;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;color:#666}.filter-btn:hover{background:#e0e0e0;color:#333}.filter-btn.active{background:#c9a961;color:#fff;border-color:#c9a961}.vouchers-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.no-vouchers{text-align:center;padding:4rem 2rem;color:#999}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.no-vouchers p{font-size:1.2rem}.vouchers-table{display:flex;flex-direction:column;gap:1.5rem}.voucher-row{border:2px solid #f0f0f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.voucher-row:hover{border-color:#c9a961;box-shadow:0 4px 15px #c9a9611a}.voucher-header-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.status-badge{padding:6px 16px;border-radius:20px;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:1px}.voucher-code{font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;color:#c9a961;letter-spacing:2px}.voucher-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.gift{background:#fff8e7;padding:.75rem;border-radius:8px;border:1px solid #c9a961}.detail-label{font-size:.85rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-value.balance{color:#4caf50;font-size:1.1rem}.gift-message,.admin-notes,.invalidation-reason{background:#f9f9f9;padding:1rem;border-radius:8px;margin-top:1rem;font-size:.95rem;color:#666;line-height:1.6}.gift-message{background:#fff8e7;border-left:4px solid #c9a961}.invalidation-reason{background:#ffebee;border-left:4px solid #f44336}.voucher-timestamp{font-size:.85rem;color:#999;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.admin-vouchers-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5}.admin-vouchers-loading p{margin-top:20px;font-size:1.1rem;color:#666}.redeem-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;transition:all .3s ease;box-shadow:0 2px 10px #4caf504d}.redeem-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4caf5066;background:linear-gradient(135deg,#45a049,#388e3c)}.redeem-btn:active{transform:translateY(0)}.redemption-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.redemption-modal{background:#fff;border-radius:15px;padding:2rem;max-width:500px;width:100%;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.redemption-modal h2{font-family:Playfair Display,serif;font-size:1.8rem;color:#333;margin-bottom:1.5rem;text-align:center}.modal-voucher-info{background:#f9f9f9;padding:1rem;border-radius:10px;margin-bottom:1.5rem;border:2px solid #e0e0e0}.modal-voucher-info p{margin:.5rem 0;font-size:1rem;color:#333}.modal-voucher-info strong{color:#c9a961;font-weight:600}.redemption-modal .form-group{margin-bottom:1.5rem}.redemption-modal label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.5rem}.redemption-modal input,.redemption-modal textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.redemption-modal input:focus,.redemption-modal textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.redemption-modal input[type=number]{font-size:1.2rem;font-weight:600}.redemption-modal textarea{resize:vertical;min-height:80px}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-actions .cancel-btn{background:#f5f5f5;color:#666}.modal-actions .cancel-btn:hover{background:#e0e0e0;color:#333}.modal-actions .submit-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 2px 10px #4caf504d}.modal-actions .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #4caf5066}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width: 768px){.admin-vouchers{padding:1rem}.vouchers-header{padding:1.5rem}.vouchers-header h1{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.voucher-details-grid{grid-template-columns:1fr}.filter-buttons{flex-direction:column;align-items:stretch}.filter-btn{width:100%}.redemption-modal{padding:1.5rem}.redemption-modal h2{font-size:1.5rem}.modal-actions{flex-direction:column}}.voucher-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto}.voucher-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2.5rem;box-shadow:0 20px 60px #0006;margin:20px auto}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:#f5f5f5;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.1rem;color:#666;z-index:10}.modal-close-btn:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.modal-header{text-align:center;margin-bottom:2rem}.modal-icon{font-size:3rem;color:#c9a961;margin-bottom:1rem}.modal-header h2{font-size:1.8rem;color:#333;margin-bottom:1rem;font-family:Playfair Display,serif}.voucher-amount-display{display:inline-block;background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;font-size:2rem;font-weight:700;padding:10px 30px;border-radius:50px;font-family:Playfair Display,serif}.gift-toggle-section{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fff8e7,#ffe4b3);border-radius:12px;border:2px solid #c9a961}.gift-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:1.1rem;color:#333;font-weight:600}.gift-toggle input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:#c9a961}.toggle-label{display:flex;align-items:center;gap:8px;font-size:1.1rem}.form-section{margin-bottom:2rem;padding:1.5rem;background:#f9f9f9;border-radius:12px}.form-section h3{font-size:1.3rem;color:#333;margin-bottom:1.5rem;font-family:Playfair Display,serif;display:flex;align-items:center;gap:8px}.gift-section{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50}.form-group{margin-bottom:1.5rem}.form-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.form-group textarea{resize:vertical;min-height:80px}.error-message{display:block;color:#f44336;font-size:.85rem;margin-top:.25rem}.field-hint{display:block;color:#999;font-size:.85rem;margin-top:.25rem}.payment-note{background:#e3f2fd;border-left:4px solid #2196f3;padding:1.25rem;border-radius:8px;margin-bottom:2rem;display:flex;gap:15px}.note-icon{font-size:1.5rem;color:#2196f3;flex-shrink:0}.note-content p{margin:0 0 .5rem;color:#333;font-size:.95rem;line-height:1.5}.note-content p:last-child{margin-bottom:0}.note-terms{color:#666;font-size:.85rem;margin-top:.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-btn,.proceed-btn{padding:14px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:8px}.cancel-btn{background:#f5f5f5;color:#666}.cancel-btn:hover:not(:disabled){background:#e0e0e0;color:#333}.proceed-btn{background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;box-shadow:0 4px 12px #c9a9614d}.proceed-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166}.proceed-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media screen and (max-width: 640px){.voucher-modal{padding:2rem 1.5rem;max-height:95vh}.modal-header h2{font-size:1.5rem}.voucher-amount-display{font-size:1.8rem;padding:8px 24px}.form-section{padding:1rem}.modal-actions{flex-direction:column-reverse}.cancel-btn,.proceed-btn{width:100%;justify-content:center}}.vouchers-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.vouchers-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.vouchers-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(201,169,97,.1) 0%,transparent 70%);pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-icon{font-size:4rem;color:#c9a961;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.vouchers-hero h1{font-size:3.5rem;margin-bottom:1rem;font-family:Playfair Display,serif;color:#c9a961}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#e0e0e0}.hero-description{font-size:1.1rem;color:#b0b0b0;line-height:1.6;max-width:600px;margin:0 auto}.check-balance-section{padding:40px 20px;max-width:1200px;margin:0 auto}.check-balance-card{background:#fff;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;gap:25px;transition:all .3s ease}.check-balance-card:hover{box-shadow:0 6px 25px #c9a96133;transform:translateY(-2px)}.info-icon{font-size:3rem;color:#c9a961;flex-shrink:0}.info-content{flex:1}.info-content h3{font-size:1.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.info-content p{color:#666;font-size:1.1rem}.check-balance-btn{background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;border:none;padding:15px 30px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.check-balance-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a96166}.vouchers-selection{padding:60px 20px;max-width:1200px;margin:0 auto;text-align:center}.vouchers-selection h2{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.selection-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem}.vouchers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:25px;margin-bottom:40px}.voucher-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.voucher-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,169,97,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.voucher-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #c9a9614d}.voucher-card:hover:before{opacity:1}.voucher-card-inner{position:relative;z-index:1}.voucher-icon{font-size:3rem;margin-bottom:1rem}.voucher-amount{font-size:3rem;font-weight:700;color:#c9a961;margin-bottom:.5rem;font-family:Playfair Display,serif}.voucher-label{font-size:.9rem;color:#4caf50;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.voucher-select-btn{background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center}.voucher-select-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #c9a96166}.custom-card{background:linear-gradient(135deg,#fff8e7,#ffe4b3);border:2px solid #c9a961}.custom-description{font-size:.95rem;color:#666;margin-bottom:1rem;line-height:1.5}.contact-btn{background:#c9a961;text-decoration:none}.vouchers-features{background:#fff;padding:60px 20px;text-align:center}.vouchers-features h2{font-size:2.5rem;color:#333;margin-bottom:3rem;font-family:Playfair Display,serif}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{padding:30px;text-align:center}.feature-icon{width:60px;height:60px;margin:0 auto 20px;background:linear-gradient(135deg,#c9a961,#d4b76f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.3rem;color:#333;margin-bottom:.75rem;font-family:Playfair Display,serif}.feature-card p{color:#666;line-height:1.6}.vouchers-terms{max-width:800px;margin:0 auto;padding:60px 20px}.vouchers-terms h3{font-size:2rem;color:#333;margin-bottom:1.5rem;font-family:Playfair Display,serif;text-align:center}.vouchers-terms ul{background:#fff;border-radius:15px;padding:30px 30px 30px 50px;box-shadow:0 4px 15px #0000001a}.vouchers-terms li{color:#666;line-height:2;margin-bottom:10px;font-size:.95rem}.vouchers-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #c9a961;border-radius:50%;animation:spin 1s linear infinite}.vouchers-loading p{margin-top:20px;font-size:1.1rem;color:#666}@media screen and (max-width: 768px){.vouchers-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.check-balance-card{flex-direction:column;text-align:center}.check-balance-btn{width:100%}.vouchers-selection h2{font-size:2rem}.vouchers-grid,.features-grid{grid-template-columns:1fr}.vouchers-terms ul{padding:20px 20px 20px 35px}}.voucher-check-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:40px 20px}.check-container{max-width:700px;margin:0 auto}.back-btn{background:#fff;border:2px solid #e0e0e0;padding:12px 24px;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-bottom:2rem;transition:all .3s ease;color:#333}.back-btn:hover{background:#c9a961;color:#fff;border-color:#c9a961;transform:translate(-4px)}.check-header{background:#fff;padding:40px;border-radius:20px;text-align:center;margin-bottom:2rem;box-shadow:0 4px 15px #0000001a}.header-icon{font-size:3.5rem;color:#c9a961;margin-bottom:1rem}.check-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}.header-subtitle{font-size:1.1rem;color:#666}.check-form{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 15px #0000001a}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.75rem;font-size:1.1rem}.form-group input{width:100%;padding:16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1.2rem;font-family:Courier New,monospace;font-weight:700;letter-spacing:2px;text-align:center;transition:all .3s ease;text-transform:uppercase}.form-group input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 4px #c9a9611a}.form-group input.error{border-color:#f44336}.error-message{display:block;color:#f44336;font-size:.9rem;margin-top:.5rem;text-align:center}.field-hint{display:block;color:#999;font-size:.9rem;margin-top:.5rem;text-align:center}.check-btn{width:100%;background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;border:none;padding:18px;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 15px #c9a9614d}.check-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #c9a96166}.check-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.btn-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-container{margin-bottom:2rem}.result-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 15px #0000001a;border:3px solid}.result-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.status-icon{font-size:4rem;margin-bottom:1rem}.status-icon.success{color:#4caf50}.status-icon.used{color:#9e9e9e}.status-icon.expired{color:#ff9800}.status-icon.error{color:#f44336}.status-icon.info{color:#2196f3}.result-header h2{font-size:2rem;margin:0;font-family:Playfair Display,serif}.balance-display{background:linear-gradient(135deg,#fff8e7,#ffe4b3);padding:30px;border-radius:15px;text-align:center;margin-bottom:2rem;border:2px solid #c9a961}.balance-label{display:block;font-size:1.1rem;color:#666;margin-bottom:.5rem;font-weight:600}.balance-amount{display:block;font-size:3.5rem;font-weight:700;color:#c9a961;font-family:Playfair Display,serif}.voucher-details{background:#f9f9f9;padding:25px;border-radius:12px;margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#666;font-size:1rem}.detail-value{font-size:1rem;color:#333;font-weight:600}.detail-value.code{font-family:Courier New,monospace;font-size:1.1rem;letter-spacing:1px;color:#c9a961}.status-badge{padding:6px 16px;border-radius:20px;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:1px}.redemption-info{background:#e8f5e9;padding:25px;border-radius:12px;margin-bottom:2rem}.redemption-info h3{color:#333;margin-top:0;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.3rem}.redemption-info ol{margin:0;padding-left:20px;color:#666}.redemption-info li{margin-bottom:10px;line-height:1.6}.contact-info{text-align:center;padding:20px;background:#f9f9f9;border-radius:12px;margin-bottom:2rem}.contact-info p{margin:10px 0;color:#666;font-size:1rem}.contact-info a{color:#c9a961;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}.invalid-message{text-align:center;padding:30px}.invalid-message p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1rem}.help-text{font-size:.95rem;color:#999;line-height:1.6}.check-another-btn{width:100%;background:#f5f5f5;color:#333;border:2px solid #e0e0e0;padding:14px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.check-another-btn:hover{background:#e0e0e0;border-color:#c9a961;color:#c9a961}.info-section{background:#fff;padding:30px;border-radius:20px;box-shadow:0 4px 15px #0000001a}.info-section h3{font-size:1.5rem;color:#333;margin-top:0;margin-bottom:1.5rem;font-family:Playfair Display,serif;display:flex;align-items:center;gap:10px}.info-section ul{list-style:none;padding:0;margin:0}.info-section li{color:#666;line-height:1.6;border-bottom:1px solid #f0f0f0;padding:12px 0 12px 30px;position:relative}.info-section li:last-child{border-bottom:none}.info-section li:before{content:"✓";position:absolute;left:0;color:#c9a961;font-weight:700;font-size:1.2rem}@media screen and (max-width: 768px){.voucher-check-page{padding:20px 15px}.check-header{padding:30px 20px}.check-header h1{font-size:2rem}.header-icon{font-size:2.5rem}.check-form,.result-card{padding:30px 20px}.balance-amount{font-size:2.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:8px}.info-section{padding:25px 20px}}.voucher-success-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:40px 20px}.success-container{max-width:800px;margin:0 auto}.success-header{background:#fff;padding:50px 30px;border-radius:20px;text-align:center;margin-bottom:2rem;box-shadow:0 4px 15px #0000001a}.success-icon-wrapper{width:100px;height:100px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-icon{font-size:3.5rem;color:#4caf50}.success-header h1{font-size:2.5rem;color:#4caf50;margin-bottom:.5rem;font-family:Playfair Display,serif}.success-subtitle{font-size:1.2rem;color:#666}.voucher-card-display{margin-bottom:2rem}.voucher-visual{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;padding:40px;box-shadow:0 10px 40px #0000004d;position:relative;overflow:hidden}.voucher-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(201,169,97,.1) 0%,transparent 70%)}.voucher-inner{position:relative;z-index:1;text-align:center;color:#fff}.voucher-header-display{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:2rem}.gift-icon{font-size:2rem;color:#c9a961}.voucher-title{font-size:1.8rem;font-family:Playfair Display,serif;color:#c9a961}.voucher-amount-display{font-size:4rem;font-weight:700;color:#c9a961;margin-bottom:2rem;font-family:Playfair Display,serif}.voucher-code-display{background:linear-gradient(135deg,#c9a961,#d4b76f);padding:20px 40px;border-radius:15px;display:inline-block;margin-bottom:1.5rem}.code-label{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#fffc;margin-bottom:.5rem}.code-value{display:block;font-size:1.8rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:3px;color:#fff}.voucher-expiry{font-size:.95rem;color:#999}.email-notice{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #2196f3;padding:30px;border-radius:15px;margin-bottom:2rem;display:flex;gap:20px}.email-icon{font-size:2.5rem;color:#2196f3;flex-shrink:0}.email-content h3{font-size:1.5rem;color:#333;margin-top:0;margin-bottom:1rem;font-family:Playfair Display,serif}.email-content p{margin:8px 0;color:#666;line-height:1.6}.email-note{font-size:.9rem;color:#999;margin-top:1rem;font-style:italic}.important-info{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem}.important-info h3{font-size:1.8rem;color:#333;margin-top:0;margin-bottom:2rem;font-family:Playfair Display,serif;display:flex;align-items:center;gap:10px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.info-item{display:flex;gap:15px}.info-number{width:40px;height:40px;background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.info-text h4{margin:0 0 .5rem;color:#333;font-size:1.1rem}.info-text p{margin:0;color:#666;line-height:1.5;font-size:.95rem}.terms-reminder{background:#fff8e7;border:2px solid #c9a961;padding:25px;border-radius:15px;margin-bottom:2rem}.terms-reminder h4{margin-top:0;margin-bottom:1rem;color:#333;font-size:1.2rem;font-family:Playfair Display,serif}.terms-reminder ul{list-style:none;padding:0;margin:0}.terms-reminder li{padding:8px 0 8px 25px;position:relative;color:#666;line-height:1.6}.terms-reminder li:before{content:"✓";position:absolute;left:0;color:#c9a961;font-weight:700}.terms-reminder a{color:#c9a961;text-decoration:none;font-weight:600}.terms-reminder a:hover{text-decoration:underline}.action-buttons{display:flex;gap:15px;margin-bottom:2rem}.home-btn,.buy-another-btn{flex:1;padding:16px 24px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:10px}.home-btn{background:#fff;color:#333;border:2px solid #e0e0e0}.home-btn:hover{background:#f5f5f5;border-color:#c9a961;color:#c9a961;transform:translateY(-2px)}.buy-another-btn{background:linear-gradient(135deg,#c9a961,#d4b76f);color:#fff;box-shadow:0 4px 15px #c9a9614d}.buy-another-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #c9a96166}.contact-footer{text-align:center;color:#666;padding:20px;background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a}.contact-footer p{margin:5px 0}.contact-footer a{color:#c9a961;text-decoration:none;font-weight:600}.contact-footer a:hover{text-decoration:underline}.loading-state,.error-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #c9a961;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p,.error-container p{font-size:1.1rem;color:#666}.error-container{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 15px #0000001a;max-width:500px}.error-container h1{color:#f44336;margin-bottom:1rem;font-family:Playfair Display,serif}.error-container .home-btn{margin-top:2rem;width:100%}@media screen and (max-width: 768px){.voucher-success-page{padding:20px 15px}.success-header{padding:40px 20px}.success-header h1{font-size:2rem}.voucher-visual{padding:30px 20px}.voucher-amount-display{font-size:3rem}.code-value{font-size:1.3rem}.email-notice{flex-direction:column;text-align:center;padding:25px 20px}.important-info{padding:30px 20px}.info-grid{grid-template-columns:1fr;gap:20px}.action-buttons{flex-direction:column}.home-btn,.buy-another-btn{width:100%}}.App{width:100%;overflow-x:hidden}.about-page,.menu-page,.gallery-page,.reviews-page,.contact-page{padding-top:110px}html{scroll-behavior:smooth}::selection{background:#c9a961;color:#fff}::-moz-selection{background:#c9a961;color:#fff}
