@import url(https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&family=Karla:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.5rem}.logo-image{height:50px;object-fit:contain;width:auto}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:#495e57;font-family:Karla,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#f4ce14}.nav-link:after{background-color:#f4ce14;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-menu{flex-wrap:wrap;gap:1rem}.nav-link{font-size:.8rem}.logo-text{font-size:1.2rem}}@media (max-width:480px){.nav-menu{display:none}}.header{background-color:#495e57;color:#fff;padding:0}.header-container{margin:0 auto;max-width:1200px;padding:4rem 2rem 2rem}.header-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.header-text{max-width:500px}.header-title{color:#f4ce14;font-size:4rem;line-height:1.1;margin:0 0 .5rem}.header-subtitle,.header-title{font-family:Markazi Text,serif;font-weight:400}.header-subtitle{color:#fff;font-size:2.5rem;line-height:1.2;margin:0 0 1.5rem}.header-description{color:#fff;font-weight:500;line-height:1.6;margin-bottom:2rem;max-width:450px}.header-description,.reserve-button{font-family:Karla,sans-serif;font-size:1.1rem}.reserve-button{background-color:#f4ce14;border:none;border-radius:8px;color:#495e57;cursor:pointer;font-weight:800;letter-spacing:.5px;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.reserve-button:hover{background-color:initial;border:2px solid #f4ce14;color:#f4ce14;transform:translateY(-2px)}.header-image{align-items:center;display:flex;justify-content:center;position:relative}.food-image{border-radius:12px;box-shadow:0 8px 32px #0000004d;height:300px;max-width:400px;object-fit:cover;transition:transform .3s ease;width:100%}.food-image:hover{transform:scale(1.05)}.specials-section{padding:3rem 0}.specials-title{font-family:Playfair Display,serif}.menu-button{color:#333;font-weight:700}.menu-button:hover{background-color:#e6b800}@media (max-width:768px){.header-container{padding:2rem 1rem}.header-content{gap:2rem;grid-template-columns:1fr;text-align:center}.header-title{font-size:3rem}.header-subtitle{font-size:2rem}.header-description{font-size:1rem;max-width:100%}.food-image{height:250px;max-width:300px}}@media (max-width:480px){.header-title{font-size:2.5rem}.header-subtitle{font-size:1.5rem}.header-description{font-size:.9rem}.menu-button,.reserve-button{font-size:.9rem;padding:.8rem 1.5rem}}.specials-section{background-color:#fff;padding:4rem 0}.specials-container{margin:0 auto;max-width:1200px;padding:0 2rem}.specials-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.specials-title{color:#333;font-family:Markazi Text,serif;font-size:2.5rem;font-weight:700;margin:0}.menu-button{background-color:#f4ce14;border:none;border-radius:8px;color:#495e57;cursor:pointer;font-family:Karla,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.5px;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.menu-button:hover{background-color:#495e57;box-shadow:0 4px 12px #f4ce144d;color:#f4ce14;transform:translateY(-2px)}.specials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.special-card{background-color:#f8f8f8;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.special-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.special-image{height:200px;object-fit:cover;width:100%}.special-content{padding:1.5rem}.special-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.special-name{color:#495e57;font-size:1.5rem;font-weight:600;margin:0}.special-name,.special-price{font-family:Markazi Text,serif}.special-price{color:#f4851d;font-size:1.2rem;font-weight:700}.special-description{color:#333;font-family:Karla,sans-serif;font-size:.95rem;font-weight:700;line-height:1.6;margin-bottom:1.5rem}.delivery-button{align-items:center;background-color:#f4ce14;border:none;border-radius:8px;color:#495e57;cursor:pointer;display:flex;font-family:Karla,sans-serif;font-size:1rem;font-weight:800;gap:.5rem;letter-spacing:.5px;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.delivery-button:hover{background-color:#495e57;color:#f4ce14;transform:translateY(-2px)}.delivery-icon{height:20px;width:20px}@media (max-width:768px){.specials-container{padding:0 1rem}.specials-header{flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:center}.specials-title{font-size:2rem}.specials-grid{gap:1.5rem;grid-template-columns:1fr}.special-content{padding:1rem}.special-name{font-size:1.3rem}.special-description{font-size:.9rem}}.testimonials-section{background-color:#f8f8f8;padding:4rem 0}.testimonials-container{margin:0 auto;max-width:1200px;padding:0 2rem}.testimonials-title{color:#333;font-family:Markazi Text,serif;font-size:2.5rem;font-weight:400;margin-bottom:3rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.testimonial-rating{display:flex;flex-direction:column;gap:.5rem}.rating-label{color:#333;font-family:Karla,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.stars{display:flex;gap:.2rem}.star{color:#ddd;font-size:1.2rem;transition:color .3s ease}.star.filled{color:#f4ce14}.testimonial-profile{align-items:center;display:flex;gap:1rem}.avatar-placeholder{align-items:center;background-color:#e0e0e0;border-radius:8px;color:#999;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.avatar-x{font-weight:700}.testimonial-name{color:#333;font-family:Markazi Text,serif;font-size:1.1rem;font-weight:600}.testimonial-content{display:flex;flex-direction:column;gap:.5rem}.review-label{color:#333;font-family:Karla,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.testimonial-text{color:#666;font-family:Karla,sans-serif;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.testimonials-container{padding:0 1rem}.testimonials-title{font-size:2rem;margin-bottom:2rem}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{gap:1rem;padding:1.5rem}.avatar-placeholder{font-size:1.2rem;height:50px;width:50px}.testimonial-name{font-size:1rem}.testimonial-text{font-size:.9rem}}@media (max-width:480px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1rem}}.about-page{background-color:#f8f9fa;min-height:100vh}.hero-section{background-color:#495e57;color:#fff;overflow:hidden;padding:5rem 0;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='10' cy='60' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='90' cy='40' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.hero-content{text-align:center}.hero-title{color:#f4ce14;font-size:4rem;font-weight:500;line-height:1.1;margin-bottom:1rem}.hero-subtitle,.hero-title{font-family:Markazi Text,serif}.hero-subtitle{font-size:1.5rem;line-height:1.3;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-divider{background-color:#f4ce14;border-radius:2px;height:4px;margin:0 auto;width:6rem}.story-section{background-color:#fff;padding:5rem 0}.story-container{margin:0 auto;max-width:1200px;padding:0 2rem}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text{max-width:500px}.story-title{color:#495e57;font-family:Markazi Text,serif;font-size:3rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.story-paragraph{color:#333;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.7;margin-bottom:1.5rem}.years-badge{gap:1rem;margin-top:2rem}.badge-circle,.years-badge{align-items:center;display:flex}.badge-circle{background-color:#f4ce14;border-radius:50%;box-shadow:0 4px 12px #f4ce144d;height:3rem;justify-content:center;width:3rem}.badge-number{font-size:1.1rem;font-weight:700}.badge-number,.badge-text{color:#495e57;font-family:Karla,sans-serif}.badge-text{font-size:1rem;font-weight:600}.story-images{align-items:center;display:flex;justify-content:center}.image-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;max-width:400px;width:100%}.image-card{align-items:center;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;height:16rem;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.chef-card{background:linear-gradient(135deg,#e8f5e8,#c8e6c9)}.ingredient-card{background:linear-gradient(135deg,#fff3c4,#ffeb3b);margin-top:2rem}.image-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.card-content{position:relative;text-align:center;z-index:2}.card-icon{align-items:center;background-color:#ffffffe6;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.icon-chef,.icon-lemon{font-size:2rem}.card-text{color:#495e57;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:600}.ingredient-card.with-image{background:none}.card-image{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%;z-index:1}.values-section{background-color:#f8f9fa;padding:5rem 0}.values-container{margin:0 auto;max-width:1200px;padding:0 2rem}.values-header{margin-bottom:3rem;text-align:center}.values-title{color:#495e57;font-family:Markazi Text,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.values-subtitle{color:#666;font-family:Karla,sans-serif;font-size:1.2rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-8px)}.value-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.value-name{color:#495e57;font-family:Markazi Text,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value-description{color:#666;font-family:Karla,sans-serif;font-size:1rem;line-height:1.6}.team-section{background-color:#fff;padding:5rem 0}.team-container{margin:0 auto;max-width:1200px;padding:0 2rem}.team-header{margin-bottom:3rem;text-align:center}.team-title{color:#495e57;font-family:Markazi Text,serif;font-size:3rem;font-weight:600}.founders-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.founder-card{background:#f8f9fa;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;padding:2rem;transition:transform .3s ease}.founder-card:hover{transform:translateY(-4px)}.founder-image{flex-shrink:0}.founder-placeholder{align-items:center;background:linear-gradient(135deg,#f4ce14,#e6b800);border-radius:50%;box-shadow:0 4px 12px #f4ce144d;display:flex;height:5rem;justify-content:center;width:5rem}.founder-initial{color:#495e57;font-family:Markazi Text,serif;font-size:2rem;font-weight:700}.founder-info{flex:1 1}.founder-name{color:#495e57;font-family:Markazi Text,serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.founder-role{color:#f4ce14;font-size:1rem;font-weight:600;margin-bottom:1rem}.founder-bio,.founder-role{font-family:Karla,sans-serif}.founder-bio{color:#666;font-size:.95rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#495e57,#3a4a45);color:#fff;padding:5rem 0}.cta-container{margin:0 auto;max-width:1200px;padding:0 2rem}.cta-content{text-align:center}.cta-title{color:#f4ce14;font-family:Markazi Text,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.cta-text{font-family:Karla,sans-serif;font-size:1.2rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:50px;cursor:pointer;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.cta-button.primary{background-color:#f4ce14;color:#495e57;text-decoration:none}.cta-button.primary:hover{background-color:#e6b800;box-shadow:0 8px 20px #f4ce144d;transform:translateY(-2px)}.cta-button.secondary{background-color:initial;border:2px solid #f4ce14;color:#f4ce14;text-decoration:none}.cta-button.secondary:hover{background-color:#f4ce14;color:#495e57;transform:translateY(-2px)}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.story-content{gap:2rem;grid-template-columns:1fr;text-align:center}.cta-title,.story-title,.team-title,.values-title{font-size:2.5rem}.founders-grid{grid-template-columns:1fr}.founder-card{flex-direction:column;text-align:center}.cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:480px){.cta-container,.hero-container,.story-container,.team-container,.values-container{padding:0 1rem}.hero-title{font-size:2.5rem}.cta-title,.story-title,.team-title,.values-title{font-size:2rem}.image-grid{grid-template-columns:1fr;max-width:250px}.ingredient-card{margin-top:0}.values-grid{grid-template-columns:1fr}.value-card{padding:2rem}}.footer{background-color:#f8f8f8;border-top:1px solid #e0e0e0;padding:3rem 0 2rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.footer-image{display:flex;justify-content:center}.footer-img{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:200px;max-width:300px;object-fit:cover;width:100%}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{color:#333;font-family:Karla,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.footer-list{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-link,.footer-list li{color:#666;font-family:Karla,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.3px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.footer-link:hover{color:#f4ce14}.contact-info,.social-info{display:flex;flex-direction:column;gap:1rem}.contact-item,.social-item{display:flex;flex-direction:column;gap:.3rem}.contact-label,.social-label{color:#666;font-family:Karla,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.3px;text-transform:uppercase}@media (max-width:768px){.footer-container{padding:0 1rem}.footer-content,.footer-links{gap:2rem;grid-template-columns:1fr}.footer-links{text-align:center}.footer-image{order:-1}.footer-img{height:150px;max-width:250px}.footer-title{font-size:1.1rem}.contact-label,.footer-link,.social-label{font-size:.85rem}}@media (max-width:480px){.footer{padding:2rem 0 1rem}.footer-links{gap:1.5rem}.footer-section{gap:.8rem}.footer-list{gap:.6rem}.footer-img{height:130px;max-width:200px}.footer-title{font-size:1rem;margin-bottom:.8rem}}.reservation-container{background-color:#edefee;min-height:100vh}.reservation-header{background-color:#495e57;color:#f4ce14;font-family:Markazi Text,serif;margin-bottom:2rem;padding:3rem 1rem;text-align:center}.reservation-header h1{font-size:4rem;font-weight:400;letter-spacing:-.025em;margin-bottom:.5rem}.reservation-header p{font-size:1.5rem;margin:0 auto;max-width:600px;opacity:.9}.form-container{padding:0 1rem 2rem}.step-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000014;overflow:hidden}.step-header{border-bottom:1px solid #f0f0f0;padding:2rem 1.5rem 1rem;text-align:center}.step-header h2{color:#495e57;font-family:Karla,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.step-header p{color:#718096;font-family:Karla,sans-serif;font-size:.9rem;font-weight:500;line-height:1.5}.customer-info-icon{align-items:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:50%;display:flex;height:40px;justify-content:center;margin:0 auto 1rem;width:40px}.form-fields{padding:1.5rem}.field-group{margin-bottom:1.5rem}.field-group label{align-items:center;color:#495e57;display:flex;font-family:Karla,sans-serif;font-size:1rem;font-weight:700;gap:.5rem;margin-bottom:.5rem}.field-group input,.field-group select,.field-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#495e57;font-family:Karla,sans-serif;font-size:1rem;font-weight:500;padding:.75rem;transition:all .2s ease;width:100%}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:#5a6c57;box-shadow:0 0 0 3px #5a6c571a;outline:none}.field-group input::placeholder,.field-group textarea::placeholder{color:#a0aec0}.date-input{color-scheme:light}.occasion-select,.seating-select,.time-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:2.5rem}.guests-input{-webkit-appearance:none;-moz-appearance:textfield}.guests-input::-webkit-inner-spin-button,.guests-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.requests-textarea{font-family:inherit;min-height:100px;resize:vertical}.form-actions{background:#f9fafb;border-top:1px solid #f0f0f0;display:flex;gap:1rem;padding:1.5rem}.btn-primary{align-items:center;background-color:#f4ce14;border:none;border-radius:10px;color:#495e57;cursor:pointer;display:flex;flex:1 1;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;padding:10px;transition:all .2s ease}.btn-primary:hover:not(:disabled){background-color:#495e57;border-radius:10px;box-shadow:0 8px 20px #4e7870;color:#f4ce14;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{align-items:center;background-color:#f4ce14;border:none;border-radius:10px;color:#495e57;cursor:pointer;display:flex;flex:1 1;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;padding:10px;transition:all .2s ease}.btn-secondary:hover{background-color:#495e57;border-radius:10px;box-shadow:0 8px 20px #4e7870;color:#f4ce14;transform:translateY(-1px)}.btn-cancel{align-items:center;background-color:#f4ce14;border:none;border-radius:10px;color:#495e57;cursor:pointer;display:flex;flex:1 1;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;padding:10px;transition:all .2s ease}.btn-cancel:hover{background-color:#495e57;border-radius:10px;box-shadow:0 8px 20px #4e7870;color:#f4ce14;transform:translateY(-1px)}.error{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef4444}.error-message{color:#ef4444;display:block;font-size:.875rem}.field-group{margin-bottom:1rem;position:relative}.confirmation-header{background:linear-gradient(135deg,#f6d55c,#f7dc6f);color:#2d3748;margin-bottom:2rem;padding:3rem 1rem;text-align:center}.confirmation-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #48bb7833;color:#48bb78;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.confirmation-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.confirmation-header p{font-size:1.1rem;opacity:.8}.confirmation-details{margin:0 auto;max-width:600px;padding:0 1rem 2rem}.confirmation-details h2{color:#2d3748;font-size:1.875rem;font-weight:600;margin-bottom:.5rem;text-align:center}.confirmation-subtitle{color:#718096;margin-bottom:2rem;text-align:center}.detail-cards{grid-gap:1rem;background-color:#fff;border-radius:12px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem;padding:2rem}.detail-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:12px;padding:1.5rem}.confirmation-id{color:#495e57;margin:16px 0;text-align:center}.detail-card.lemon-yellow{background:#f1de7f;color:#495e57}.detail-card.lemon-green{background:#adddcd;color:#fff}.detail-card.lemon-olive{background:#bec5d2;color:#fff}.detail-card.lemon-yellow-light{background:#f5e6a3;color:#495e57}.detail-card.lemon-green-light{background:#9ebd9a;color:#fff}.detail-card.lemon-cream{background:#edefee;color:#495e57}.detail-card.lemon-sage{background:#9cb093;color:#fff}.detail-card.lemon-gold{background:#e8ddb5;color:#495e57}.detail-label{color:#4a5568;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.detail-value{color:#2d3748;font-size:1.125rem;font-weight:600}.important-info{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;padding:1.5rem}.important-info h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.important-info ul{color:#4a5568;line-height:1.6}.important-info li{margin-bottom:.5rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center}.confirmation-actions .btn-primary,.confirmation-actions .btn-secondary{flex:0 0 auto;min-width:150px}@media (max-width:768px){.reservation-header h1{font-size:2rem}.reservation-header p{font-size:1rem}.form-container{padding:0 .5rem 1rem}.step-header{padding:1.5rem 1rem 1rem}.form-fields{padding:1rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions .btn-secondary{order:2}.confirmation-header{padding:2rem 1rem}.confirmation-header h1{font-size:2rem}.detail-cards{grid-template-columns:1fr}.confirmation-actions{flex-direction:column}}@media (max-width:480px){.reservation-header h1{font-size:1.75rem}.step-header h2{font-size:1.25rem}.confirmation-details h2{font-size:1.5rem}.confirmation-icon{height:60px;width:60px}.detail-card,.important-info{padding:1rem}}.menu-page{background-color:#edefee;min-height:100vh;padding:4rem 0}.menu-container{margin:0 auto;max-width:1200px;padding:0 2rem}.menu-title{color:#495e57;font-family:Markazi Text,serif;font-size:3rem;font-weight:400;margin-bottom:3rem;text-align:center}.menu-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.menu-item{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.menu-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.menu-image{border-radius:16px 16px 0 0;height:200px;object-fit:cover;width:100%}.menu-content{padding:1.5rem}.menu-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.menu-name{color:#333;font-family:Karla,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.menu-price{background-color:#fff8e1;border:2px solid #f4ce14;border-radius:20px;color:#f4ce14;font-size:1.25rem;font-weight:700;padding:.5rem 1rem}.menu-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}.menu-categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.category-button{background-color:#fff;border:2px solid #495e57;border-radius:25px;color:#495e57;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.category-button.active,.category-button:hover{background-color:#495e57;color:#fff}.category-button.active{background-color:#f4ce14;border-color:#f4ce14;color:#333}.order-button{background-color:#f4ce14;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-top:1rem;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease;width:100%}.order-button:hover{background-color:#e6b800;transform:translateY(-2px)}@media (max-width:768px){.menu-container{padding:0 1rem}.menu-title{font-size:2.5rem}.menu-grid{gap:1.5rem;grid-template-columns:1fr}.menu-header{align-items:flex-start;flex-direction:column;gap:.5rem}.menu-price{align-self:flex-end}.category-button{font-size:.8rem;padding:.5rem 1rem}}@media (max-width:480px){.menu-title{font-size:2rem}.menu-content{padding:1rem}.menu-categories{gap:.5rem}}.order-page{align-items:center;background-color:#edefee;display:flex;justify-content:center;min-height:100vh;padding:4rem 0}.order-container{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:600px;padding:3rem;text-align:center}.order-title{color:#495e57;font-family:Markazi Text,serif;font-size:3rem;font-weight:400;margin-bottom:2rem}.order-description{color:#666;font-family:Karla,sans-serif;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.coming-soon-badge{background-color:#f4ce14;border-radius:25px;color:#333;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;padding:.5rem 1.5rem;text-transform:uppercase}.contact-info{background-color:#495e57;border-radius:12px;color:#fff;margin-top:2rem;padding:2rem}.contact-title{color:#f4ce14;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;display:flex;font-size:1.1rem;gap:1rem;justify-content:center}.contact-icon{fill:#f4ce14;height:20px;width:20px}.phone-link{color:#f4ce14;font-weight:600;text-decoration:none}.phone-link:hover{text-decoration:underline}.order-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.feature-card{background-color:#f8f9fa;border-radius:12px;padding:2rem;text-align:center}.feature-icon{background-color:#f4ce14;height:60px;margin:0 auto 1rem;width:60px}.feature-icon svg{fill:#333;height:30px;width:30px}.feature-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#666;font-size:.9rem;line-height:1.5}.notify-section{background-color:#f4ce14;border-radius:12px;margin-top:3rem;padding:2rem}.notify-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.notify-form{display:flex;gap:1rem;margin:0 auto;max-width:400px}.notify-input{background-color:#fff;border:2px solid #e6b800;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem}.notify-input:focus{border-color:#495e57;outline:none}.notify-button{background-color:#495e57;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .3s ease;white-space:nowrap}.notify-button:hover{background-color:#3a4a44}@media (max-width:768px){.order-container{margin:0 1rem;padding:2rem}.order-title{font-size:2.5rem}.order-features{gap:1.5rem;grid-template-columns:1fr}.notify-form{flex-direction:column;max-width:100%}.contact-details{gap:1.5rem}.contact-item{flex-direction:column;text-align:center}}@media (max-width:480px){.order-title{font-size:2rem}.contact-info,.order-container{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Karla,sans-serif;line-height:1.6}.login-page{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-container{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;min-height:700px;overflow:hidden;width:100%}.login-brand{background-color:#495e57;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:3rem;position:relative}.brand-content{position:relative;z-index:2}.brand-header{margin-bottom:2rem}.brand-title{font-size:3.5rem;line-height:1.1;margin-bottom:.5rem}.brand-subtitle,.brand-title{color:#f4ce14;font-family:Markazi Text,serif;font-weight:500}.brand-subtitle{font-size:1.5rem;opacity:.9}.brand-description{margin-bottom:2.5rem}.brand-description p{font-size:1.1rem;font-weight:400;line-height:1.7;opacity:.9}.brand-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.feature-item:hover{background:#ffffff26;transform:translateX(8px)}.feature-icon{align-items:center;background:#f4ce1433;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.feature-item span{font-size:1rem;font-weight:500}.brand-decoration{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.decoration-circle{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f4ce141a;border-radius:50%;position:absolute}.circle-1{animation:float 6s ease-in-out infinite;height:200px;right:-100px;top:-100px;width:200px}.circle-2{animation:float 8s ease-in-out infinite reverse;bottom:-75px;height:150px;left:-75px;width:150px}.circle-3{animation:float 4s ease-in-out infinite;height:100px;right:20px;top:50%;width:100px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.login-form-section{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.form-container{margin:0 auto;max-width:400px;width:100%}.form-header{margin-bottom:2rem;text-align:center}.form-title{color:#495e57;font-family:Markazi Text,serif;font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.form-subtitle{color:#666;font-size:1rem;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-label{color:#495e57;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.form-input{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;font-family:Karla,sans-serif;font-size:1rem;padding:1rem;transition:all .3s ease}.form-input:focus{background:#fff;border-color:#f4ce14;box-shadow:0 0 0 4px #f4ce141a;outline:none}.form-input.error{background:#fdf2f2;border-color:#e74c3c}.form-input.error:focus{border-color:#e74c3c;box-shadow:0 0 0 4px #e74c3c1a}.password-container{position:relative}.password-toggle{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:1.2rem;padding:.25rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:all .3s ease}.password-toggle:hover{background:#f4ce141a;color:#495e57}.error-message{color:#e74c3c;font-size:.8rem;font-weight:500;margin-top:.25rem}.form-options{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.checkbox-container{align-items:center;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.checkbox{accent-color:#f4ce14;height:1.2rem;width:1.2rem}.forgot-password{color:#f4ce14;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.forgot-password:hover{color:#e6b800;text-decoration:underline}.submit-button{background:linear-gradient(135deg,#f4ce14,#e6b800);border:none;border-radius:12px;color:#495e57;cursor:pointer;font-family:Karla,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-top:1rem;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.submit-button:hover{background:linear-gradient(135deg,#e6b800,#d4a400);box-shadow:0 8px 20px #f4ce144d;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.form-divider{color:#666;margin:2rem 0;position:relative;text-align:center}.form-divider:before{background:#e9ecef;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.form-divider span{background:#fff;padding:0 1rem;position:relative;z-index:1}.social-login{display:flex;flex-direction:column;gap:1rem}.social-button{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#495e57;cursor:pointer;display:flex;font-family:Karla,sans-serif;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;padding:1rem;transition:all .3s ease}.social-button:hover{background:#f8f9fa;border-color:#495e57;transform:translateY(-2px)}.social-button.google:hover{background:#f8f9fa;border-color:#4285f4}.social-button.facebook:hover{background:#f8f9fa;border-color:#1877f2}.social-icon{font-size:1.2rem}.form-footer{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem;text-align:center}.form-footer p{color:#666;font-size:.9rem}.toggle-mode{background:none;border:none;color:#f4ce14;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .3s ease}.toggle-mode:hover{color:#e6b800}@media (max-width:768px){.login-container{grid-template-columns:1fr;max-width:500px;min-height:auto}.login-brand{padding:2rem;text-align:center}.brand-title{font-size:2.5rem}.brand-subtitle{font-size:1.2rem}.brand-features{flex-direction:row;flex-wrap:wrap;justify-content:center}.feature-item{flex:1 1;flex-direction:column;min-width:120px;padding:1rem .5rem;text-align:center}.feature-item span{font-size:.8rem}.login-form-section{padding:2rem}.form-title{font-size:2rem}.form-row{grid-template-columns:1fr}}@media (max-width:480px){.login-page{padding:.5rem}.login-brand{padding:1.5rem}.brand-title{font-size:2rem}.login-form-section{padding:1.5rem}.form-title{font-size:1.8rem}.brand-features{flex-direction:column;gap:1rem}.feature-item{flex-direction:row;text-align:left}.social-login{gap:.75rem}.social-button{font-size:.9rem;padding:.875rem}}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-button:disabled:hover{background:linear-gradient(135deg,#f4ce14,#e6b800);box-shadow:none;transform:none}.form-input:focus-visible,.social-button:focus-visible,.submit-button:focus-visible,.toggle-mode:focus-visible{outline:2px solid #f4ce14;outline-offset:2px}.login-container{animation:slideIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form-group{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.form-group:first-child{animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}.form-group:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.82fafbc1.css.map*/