.menu-page{min-height:100vh;color:var(--color-text-primary,#f5f1e8);background:linear-gradient(135deg,#1a0f0a 0%,#2d1f12 100%);padding-top:80px}.menu-hero{text-align:center;background-image:url(/images/hero_section.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:500px;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.menu-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#8b0000d9 0%,#dc143cbf 50%,#8b0000d9 100%);position:absolute;inset:0}.menu-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.promo-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffd70033;border:2px solid #ffd70080;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;animation:2s ease-in-out infinite pulse-glow;display:inline-flex}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ffd7004d}50%{box-shadow:0 0 30px #ffd70080}}.promo-icon{font-size:1.2rem;animation:1s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.promo-text{font-family:var(--font-heading,"Inter",sans-serif);letter-spacing:1px;color:gold;font-size:.875rem;font-weight:700}.menu-hero-title{font-family:var(--font-display,"Playfair Display",serif);background:linear-gradient(135deg,#fff 0%,gold 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.menu-hero-subtitle{font-family:var(--font-body,"Inter",sans-serif);color:#fffffff2;margin-bottom:2rem;font-size:1.25rem}.menu-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.menu-hero-button{font-family:var(--font-heading,"Inter",sans-serif);cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.menu-hero-button.primary{color:#8b0000;background:linear-gradient(135deg,gold 0%,#ffed4e 100%);box-shadow:0 10px 30px #ffd7004d}.menu-hero-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ffd70066}.menu-hero-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:2px solid #ffffff4d}.menu-hero-button.secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px)}.deals-strip{background:linear-gradient(90deg,#2d1f12 0%,#3d2f22 50%,#2d1f12 100%);border-top:1px solid #ffd70033;border-bottom:1px solid #ffd70033;padding:1.5rem 2rem}.deals-strip-content{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.deal-item{color:var(--color-golden-tan,#d4af37);align-items:center;gap:.75rem;display:flex}.deal-icon{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.5rem}.deal-text{font-family:var(--font-heading,"Inter",sans-serif);white-space:nowrap;font-size:1rem;font-weight:600}.deal-divider{background:linear-gradient(#0000 0%,#ffd7004d 50%,#0000 100%);width:1px;height:30px}.menu-tabs-container{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-bottom:1px solid #ffd7001a;padding:2rem 1rem;position:sticky;top:100px}.menu-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.menu-tab{cursor:pointer;font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-text-primary,#f5f1e8);background:linear-gradient(135deg,#8b00004d 0%,#dc143c4d 100%);border:2px solid #8b000080;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.menu-tab:before{content:"";opacity:0;background:linear-gradient(135deg,#ffd7001a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.menu-tab:hover:before{opacity:1}.menu-tab:hover{border-color:var(--color-primary-red,#dc143c);transform:translateY(-3px);box-shadow:0 10px 30px #dc143c4d}.menu-tab.active{background:linear-gradient(135deg,var(--color-primary-red,#dc143c)0%,#8b0000 100%);border-color:var(--color-golden-tan,#d4af37);box-shadow:0 10px 30px #dc143c66}.menu-tab-icon{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.5rem}.menu-tab-text{font-size:1.125rem;font-weight:700}.menu-tab-count{width:28px;height:28px;color:var(--color-golden-tan,#d4af37);background:#ffd70033;border:1px solid #ffd70066;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.menu-content{padding:4rem 2rem}.menu-content-wrapper{max-width:1400px;margin:0 auto}.menu-section{animation:.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.menu-section-header{text-align:center;margin-bottom:3rem}.menu-section-title{font-family:var(--font-display,"Playfair Display",serif);background:linear-gradient(135deg,gold 0%,#ffed4e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:3rem;font-weight:800}.menu-section-subtitle{font-family:var(--font-body,"Inter",sans-serif);color:#f5f1e8b3;font-size:1.125rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.sides-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.menu-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3d2f2299 0%,#2d1f1299 100%);border:2px solid #8b00004d;border-radius:24px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s ease-out both slideUp;position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.menu-card:before{content:"";opacity:0;background:radial-gradient(circle at 50% 0,#dc143c26 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.menu-card:hover:before{opacity:1}.menu-card:hover,.menu-card.hovered{border-color:var(--color-primary-red,#dc143c);transform:translateY(-8px);box-shadow:0 20px 60px #dc143c66}.menu-card-image-wrapper{background:linear-gradient(135deg,#8b000033 0%,#dc143c33 100%);border-radius:24px 24px 0 0;width:100%;height:200px;margin:-2rem -2rem 1.5rem;position:relative;overflow:hidden}.menu-card-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s}.menu-card:hover .menu-card-image,.menu-card.hovered .menu-card-image{transform:scale(1.1)}.menu-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.menu-card-badge{font-family:var(--font-heading,"Inter",sans-serif);text-transform:uppercase;letter-spacing:.5px;color:var(--color-golden-tan,#d4af37);background:linear-gradient(135deg,#ffd70033 0%,#ff8c0033 100%);border:1px solid #ffd70066;border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.menu-card-icon{filter:drop-shadow(0 4px 8px #0000004d);font-size:2rem}.menu-card-icon-large{text-align:center;filter:drop-shadow(0 4px 8px #0000004d);margin-bottom:1rem;font-size:4rem}.menu-card-title{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-text-primary,#f5f1e8);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.menu-card-description{font-family:var(--font-body,"Inter",sans-serif);color:#f5f1e8bf;min-height:3.2rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.menu-card-sizes{background:#0003;border:1px solid #ffd7001a;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.size-label{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-golden-tan,#d4af37);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.875rem;font-weight:600}.size-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.size-option{cursor:pointer;background:linear-gradient(135deg,#2d1f1299 0%,#1a0f0a99 100%);border:2px solid #8b00004d;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:.875rem;transition:all .3s;display:flex}.size-option:hover{border-color:var(--color-primary-red,#dc143c);background:linear-gradient(135deg,#3d2f22cc 0%,#2d1f12cc 100%);transform:scale(1.05)}.size-option.selected{background:linear-gradient(135deg,var(--color-primary-red,#dc143c)0%,#8b0000 100%);border-color:var(--color-golden-tan,#d4af37);box-shadow:0 8px 20px #dc143c66}.size-name{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-text-primary,#f5f1e8);font-size:.875rem;font-weight:600}.size-price{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-golden-tan,#d4af37);font-size:1.125rem;font-weight:700}.menu-card-prices{background:#0003;border:1px solid #ffd7001a;border-radius:12px;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.price-option{border-bottom:1px solid #ffd7001a;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.price-option:last-child{border-bottom:none}.price-size{font-family:var(--font-heading,"Inter",sans-serif);color:#f5f1e8cc;font-size:.875rem;font-weight:600}.price-amount{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-golden-tan,#d4af37);font-size:1.125rem;font-weight:700}.menu-card-price-single{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-golden-tan,#d4af37);text-align:center;text-shadow:0 2px 4px #0000004d;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.menu-card-button{background:linear-gradient(135deg,var(--color-primary-red,#dc143c)0%,#8b0000 100%);width:100%;font-family:var(--font-heading,"Inter",sans-serif);color:#fff;text-align:center;cursor:pointer;border:2px solid #0000;border-radius:12px;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.menu-card-button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-card-button:hover:before{width:300px;height:300px}.menu-card-button:hover{border-color:var(--color-golden-tan,#d4af37);transform:translateY(-2px);box-shadow:0 10px 30px #dc143c80}.menu-cta{background-image:url(/images/feature_background.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:4rem;padding:4rem 2rem;position:relative;overflow:hidden}.menu-cta:before{content:"";z-index:1;background:linear-gradient(135deg,#8b0000e6 0%,#dc143cd9 50%,#8b0000e6 100%);position:absolute;inset:0}.menu-cta-content{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.menu-cta-title{font-family:var(--font-display,"Playfair Display",serif);color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.menu-cta-subtitle{font-family:var(--font-body,"Inter",sans-serif);color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.menu-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.menu-cta-button{font-family:var(--font-heading,"Inter",sans-serif);border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.menu-cta-button.primary{color:#8b0000;background:linear-gradient(135deg,gold 0%,#ffed4e 100%);box-shadow:0 10px 30px #ffd7004d}.menu-cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ffd70066}.menu-cta-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:2px solid #ffffff4d}.menu-cta-button.secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px)}.menu-footer{background:linear-gradient(135deg,#1a0f0a 0%,#0d0604 100%);border-top:1px solid #ffd7001a;padding:3rem 2rem 1.5rem}.menu-footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section{color:#f5f1e8cc}.footer-title{font-family:var(--font-display,"Playfair Display",serif);color:var(--color-golden-tan,#d4af37);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.footer-heading{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-text-primary,#f5f1e8);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.footer-text{font-family:var(--font-body,"Inter",sans-serif);color:#f5f1e8b3;font-size:.95rem;line-height:1.8}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{font-family:var(--font-body,"Inter",sans-serif);color:#f5f1e8b3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-golden-tan,#d4af37)}.footer-bottom{text-align:center;max-width:1200px;font-family:var(--font-body,"Inter",sans-serif);color:#f5f1e880;border-top:1px solid #ffd7001a;margin:0 auto;padding-top:2rem;font-size:.875rem}@media (max-width:1024px){.menu-hero-title{font-size:2.75rem}.menu-section-title{font-size:2.5rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.menu-hero{padding:3rem 1.5rem}.menu-hero-title{font-size:2.25rem}.menu-hero-subtitle{font-size:1rem}.deals-strip-content{flex-direction:column;gap:1rem}.deal-divider{width:100%;height:1px}.menu-tabs{flex-direction:column;align-items:stretch}.menu-tab{justify-content:center}.menu-section-title{font-size:2rem}.menu-grid,.sides-grid{grid-template-columns:1fr}.menu-cta-title{font-size:2rem}.menu-cta-subtitle{font-size:1rem}.footer-footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.menu-hero-title{font-size:1.875rem}.menu-hero-actions{flex-direction:column;width:100%}.menu-hero-button{width:100%}.size-grid{grid-template-columns:1fr}.menu-card{padding:1.5rem}.menu-card-title{font-size:1.5rem}}
