@import "https://fonts.googleapis.com/css2?family=Karma:wght@400;600;700&family=Inter:wght@400;500&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.hero-container{background-image:url(https://images.unsplash.com/photo-1541529086526-db283c563270?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:80vh;padding:0 1rem;display:flex}.hero-overlay{text-align:center;color:var(--off-white);background-color:#2c2c2c99;border-radius:10px;width:100%;max-width:800px;padding:3rem}.hero-title{color:var(--warm-gold);margin:0 0 10px;font-size:3.5rem}.hero-subtitle{margin-bottom:30px;font-size:1.5rem}.hero-button-group{justify-content:center;gap:15px;display:flex}.btn-primary{background-color:var(--heritage-red);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:12px 24px;font-size:1.1rem;font-weight:700;transition:opacity .3s}.btn-secondary{border:2px solid var(--warm-gold);color:var(--warm-gold);cursor:pointer;background-color:#0000;border-radius:5px;padding:12px 24px;font-size:1.1rem;font-weight:700;transition:background-color .3s,color .3s}.btn-primary:hover{opacity:.9}.btn-secondary:hover{background-color:var(--warm-gold);color:var(--dark-text)}@media (width<=768px){.hero-overlay{padding:2rem 1.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{margin-bottom:20px;font-size:1.1rem}.hero-button-group{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{width:100%}}.story-section{padding:5rem 2rem}.story-container{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.story-content{flex:1}.story-subtitle{color:var(--warm-gold);margin-top:-.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500}.story-content p{color:#444;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.story-highlights{border-top:2px solid #d4af374d;gap:2rem;margin-top:2.5rem;padding-top:2rem;display:flex}.highlight h4{color:var(--heritage-red);margin-bottom:.5rem;font-family:Karma,serif;font-size:1.2rem}.highlight p{margin:0;font-size:.95rem;line-height:1.5}.story-image-container{flex:1;padding-top:20px;padding-right:20px;position:relative}.story-image{border:4px solid var(--off-white);z-index:2;object-fit:cover;border-radius:12px;width:100%;height:450px;position:relative;box-shadow:0 15px 30px #0000001a}.story-image-container:before{content:"";border:3px solid var(--warm-gold);z-index:1;border-radius:12px;width:90%;height:95%;position:absolute;top:0;right:0}@media (width<=900px){.story-container{flex-direction:column}.story-image-container{width:100%;padding-right:0}.story-highlights{flex-direction:column;gap:1.5rem}}.menu-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.menu-card:hover{border-color:var(--warm-gold);transform:translateY(-5px);box-shadow:0 12px 20px #00000014}.menu-card-image{object-fit:cover;border-bottom:3px solid var(--heritage-red);width:100%;height:220px}.menu-card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.menu-card-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:.8rem;display:flex}.menu-card-title{color:var(--heritage-red);margin:0;font-size:1.4rem;line-height:1.2}.menu-card-price{background-color:var(--forest-green);color:#fff;white-space:nowrap;border-radius:6px;padding:6px 10px;font-size:.95rem;font-weight:700}.menu-card-description{color:#555;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.menu-card-variations{color:var(--dark-text);background-color:var(--off-white);border-left:3px solid var(--warm-gold);border-radius:6px;padding:10px;font-size:.85rem}@media (width<=480px){.menu-card-image{height:180px}.menu-card-content{padding:1.2rem}.menu-card-title{font-size:1.25rem}.menu-card-price{padding:5px 8px;font-size:.85rem}}.menu-section{background-color:var(--off-white);padding:5rem 1.5rem}.menu-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:var(--heritage-red);margin-bottom:.5rem;font-size:2.5rem}.section-subtitle{text-align:center;color:#555;margin-bottom:3rem;font-size:1.1rem}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.combo-banner{color:#fff;background:linear-gradient(135deg,#9b1b30f2,#8a1818f2),url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");border:1px solid #d4af3733;border-radius:16px;justify-content:space-between;align-items:center;padding:3rem 3.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 30px #9b1b3059}.combo-banner:hover{transform:translateY(-5px);box-shadow:0 15px 35px #9b1b3073}.combo-content h3{color:var(--warm-gold,#d4af37);text-shadow:1px 1px 3px #0003;margin:0 0 .5rem;font-size:2rem}.combo-content p{color:#fdfdfd;opacity:.9;margin:0;font-size:1.15rem}.combo-price{color:#1a1a1a;white-space:nowrap;letter-spacing:1px;background:linear-gradient(135deg,#d4af37,#b5952f);border-radius:50px;padding:14px 32px;font-size:1.6rem;font-weight:800;box-shadow:0 6px 20px #d4af3766}@media (width<=768px){.section-title{font-size:2rem}.combo-banner{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.combo-content h3{font-size:1.5rem}.combo-price{text-align:center;width:100%}}.footer-section{color:#fdfbf7;background-color:#2c2c2c;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");border-top:6px solid #9b1b30;padding:5rem 2rem 2rem}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-title{color:#d4af37;margin-top:0;margin-bottom:1rem;font-size:1.8rem}.footer-description{color:#ccc;max-width:90%;line-height:1.6}.footer-heading{color:#d4af37;margin-bottom:1.5rem;font-size:1.2rem}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{color:#e0e0e0;margin-bottom:.8rem;font-size:.95rem}.footer-list strong{color:#fff}.footer-link{color:#e0e0e0;text-decoration:none;transition:color .3s}.footer-link:hover{color:#d4af37;text-decoration:underline}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.85rem}.social-button{color:#d4af37;background-color:#0000;border:2px solid #d4af37;border-radius:50px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.social-button:hover{color:#2c2c2c;background-color:#d4af37;transform:translateY(-3px);box-shadow:0 6px 15px #d4af3733}@media (width<=768px){.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-description{max-width:100%;margin:0 auto}.social-links{justify-content:center}}#root{width:100%;max-width:100%;margin:0;padding:0}body{box-sizing:border-box;margin:0;padding:0}*,:before,:after{box-sizing:inherit}:root{--heritage-red:#9b1b30;--warm-gold:#d4af37;--forest-green:#2b5329;--off-white:#fdfbf7;--dark-text:#2c2c2c}body{background-color:var(--off-white);color:var(--dark-text);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239b1b30' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");font-family:Inter,sans-serif}h1,h2,h3,h4,.section-title,.menu-card-title{font-family:Karma,serif}
