*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #8B1A1A;--red-light: #A52020;--cream: #F5E6D3;--cream-dark: #EDD9BE;--brown: #4A2C0A;--text: #2C1A0A;--text-light: #6B4C2A;--white: #FFFDF9;--border: #C9A882}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--text);min-height:100vh}h1,h2,h3,h4{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Inter,sans-serif}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s}.header--home{background:transparent}.header--home.header--scrolled{background:#8b1a1af7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 16px #00000026}.header--solid{background:var(--red)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1100px;margin:0 auto}.header-brand{font-family:Playfair Display,serif;font-weight:900;font-size:1.1rem;color:#fff;letter-spacing:.03em;text-decoration:none;text-shadow:1px 1px 4px rgba(0,0,0,.2);white-space:nowrap}.header--home:not(.header--scrolled) .header-brand{color:var(--red);text-shadow:none}.header-nav{display:flex;align-items:center;gap:.2rem}.nav-link{color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem;border-radius:6px;transition:background .15s;text-decoration:none;letter-spacing:.03em}.header--home:not(.header--scrolled) .nav-link{color:var(--text)}.nav-link:hover{background:#ffffff26}.header--home:not(.header--scrolled) .nav-link:hover{background:#8b1a1a14}.nav-link--call{background:var(--red);color:#fff!important;margin-left:.4rem}.header--home.header--scrolled .nav-link--call{background:#fff3}.nav-link--call:hover{background:var(--red-light)!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .2s}.header--home:not(.header--scrolled) .hamburger span{background:var(--red)}.hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:flex;flex-direction:column;background:var(--red);padding:.5rem 0 1rem}.mobile-nav a{color:#fff;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav a:hover{background:#ffffff1a}@media(max-width:640px){.header-nav{display:none}.hamburger{display:flex}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:2rem 1rem 5rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(139,26,26,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(139,26,26,.08) 0%,transparent 60%),var(--cream);z-index:0}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,rgba(139,26,26,.025) 0px,rgba(139,26,26,.025) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(-45deg,rgba(139,26,26,.025) 0px,rgba(139,26,26,.025) 1px,transparent 1px,transparent 40px)}.hero-content{position:relative;z-index:1;max-width:700px}.hero-eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}.hero-title{font-size:clamp(3.5rem,12vw,7rem);font-weight:900;line-height:1;color:var(--red);letter-spacing:-.01em;text-shadow:3px 3px 0 rgba(139,26,26,.12);margin-bottom:1rem}.hero-tagline{font-size:clamp(.9rem,2.5vw,1.15rem);color:var(--text-light);letter-spacing:.08em;margin-bottom:2rem;font-weight:500}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero-btn{display:inline-block;padding:.85rem 2.2rem;border-radius:50px;font-weight:700;font-size:1rem;letter-spacing:.03em;transition:all .2s;text-decoration:none}.hero-btn--primary{background:var(--red);color:#fff;box-shadow:0 4px 16px #8b1a1a4d}.hero-btn--primary:hover{background:var(--red-light);transform:translateY(-2px);box-shadow:0 8px 24px #8b1a1a59}.hero-btn--secondary{background:#fff;color:var(--red);border:2px solid var(--red)}.hero-btn--secondary:hover{background:var(--cream-dark);transform:translateY(-2px)}.hero-hours{font-size:.8rem;color:var(--text-light);margin-bottom:.3rem;font-style:italic}.hero-address{font-size:.85rem;color:var(--text-light);font-weight:500}.hero-scroll-hint{position:absolute;bottom:1.8rem;left:50%;transform:translate(-50%);color:var(--red);opacity:.5;animation:bounce 2s ease-in-out infinite;z-index:1}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.offers{background:var(--red);padding:5rem 1rem;scroll-margin-top:70px}.offers-inner{max-width:960px;margin:0 auto;text-align:center}.section-heading{font-size:clamp(1.8rem,5vw,3rem);color:#fff;margin-bottom:.6rem;line-height:1.2}.section-heading span{color:var(--cream)}.section-sub{color:#ffffffbf;font-size:1rem;margin-bottom:3rem}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.offer-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:2rem 1.2rem;color:#fff;transition:transform .2s,background .2s}.offer-card:hover{transform:translateY(-4px);background:#ffffff26}.offer-icon{font-size:2.5rem;display:block;margin-bottom:.8rem}.offer-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.4rem;color:var(--cream)}.offer-card p{font-size:.82rem;opacity:.8;line-height:1.5}.gallery{background:var(--cream-dark);padding:5rem 1rem;scroll-margin-top:70px}.gallery-inner{max-width:1100px;margin:0 auto;text-align:center}.section-heading-dark{font-size:clamp(1.8rem,5vw,3rem);color:var(--red);margin-bottom:.6rem}.section-sub-dark{color:var(--text-light);font-size:1rem;margin-bottom:2.5rem}.section-sub-dark strong{color:var(--red)}.gallery-empty{border:3px dashed var(--border);border-radius:12px;padding:3rem 2rem;color:var(--text-light)}.gallery-empty p{font-size:1.1rem;margin-bottom:1.2rem}.gallery-social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.gallery-social-links a{background:var(--red);color:#fff;padding:.5rem 1.3rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:opacity .2s}.gallery-social-links a:hover{opacity:.85}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}.gallery-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;border:none;padding:0;cursor:pointer;background:var(--cream)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);color:#fff;font-size:.78rem;padding:1.5rem .8rem .6rem;text-align:left;opacity:0;transition:opacity .2s}.gallery-item:hover .gallery-caption{opacity:1}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer}.lightbox-close{position:fixed;top:1rem;right:1.2rem;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;opacity:.7;transition:opacity .2s;z-index:1001}.lightbox-close:hover{opacity:1}.lightbox-content{max-width:90vw;max-height:90vh;cursor:default}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:6px;display:block}.lightbox-caption{color:#fffc;text-align:center;margin-top:.8rem;font-size:.9rem}.menu-section{background:var(--white);border:2px solid var(--red);border-radius:4px;padding:1.2rem 1.4rem;break-inside:avoid}.menu-section--ala-carte{background:var(--cream)}.menu-section-title{font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);border-bottom:2px solid var(--red);padding-bottom:.5rem;margin-bottom:.8rem;text-align:center}.menu-section-subtitle{font-size:.75rem;font-style:italic;text-align:center;color:var(--text-light);margin-bottom:.2rem;font-weight:600;letter-spacing:.04em}.menu-section-hours{font-size:.72rem;text-align:center;color:var(--text-light);margin-bottom:.8rem;font-style:italic}.menu-items{display:flex;flex-direction:column;gap:.6rem}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.menu-item-left{display:flex;flex-direction:column;flex:1}.menu-item-name{font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.menu-item-desc{font-size:.75rem;color:var(--text-light);margin-top:.1rem;line-height:1.3}.menu-item-price{font-weight:700;font-size:.88rem;color:var(--red);white-space:nowrap;padding-left:.5rem}.toppings-wrapper{display:flex;flex-direction:column;gap:1rem}.toppings-section{background:var(--white);border:2px solid var(--red);border-radius:4px;padding:1.2rem 1.4rem;text-align:center}.toppings-title{font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);border-bottom:2px solid var(--red);padding-bottom:.5rem;margin-bottom:.8rem}.toppings-list{font-size:.85rem;color:var(--text);line-height:1.6;margin-bottom:.8rem}.toppings-extras{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;color:var(--text-light);border-top:1px solid var(--border);padding-top:.7rem;margin-top:.5rem}.toppings-extras strong{color:var(--red)}.follow-us{background:var(--white);padding:5rem 1rem;scroll-margin-top:70px}.follow-inner{max-width:860px;margin:0 auto;text-align:center}.social-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;margin-bottom:3rem}.social-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.8rem 1rem;border:2px solid var(--border);border-radius:12px;transition:all .2s;text-decoration:none}.social-card:hover{border-color:var(--social-color, var(--red));transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.social-card-icon{display:flex;align-items:center}.social-card-name{font-weight:700;font-size:1rem;color:var(--text)}.social-card-handle{font-size:.78rem;color:var(--text-light)}.contact-info{display:flex;flex-direction:column;gap:.5rem;font-size:1rem;color:var(--text-light);border-top:2px solid var(--border);padding-top:2rem}.contact-info a{color:var(--red);font-weight:600;font-size:1.1rem}.footer{background:var(--red);color:var(--white);margin-top:3rem}.footer-checker{height:18px;background-image:repeating-linear-gradient(90deg,var(--red) 0px,var(--red) 18px,#C84040 18px,#C84040 36px);opacity:.5}.footer-content{padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.footer-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;letter-spacing:.05em}.footer-address{font-size:.85rem;opacity:.85}.footer-phone{font-size:1rem;font-weight:600;color:var(--cream);letter-spacing:.05em}.footer-socials{display:flex;gap:1.2rem;margin-top:.8rem}.social-link{color:var(--cream);opacity:.8;transition:opacity .2s,transform .2s;display:flex;align-items:center}.social-link:hover{opacity:1;transform:translateY(-2px)}.footer-handle{font-size:.8rem;opacity:.7;letter-spacing:.05em;margin-top:.2rem}.home{min-height:100vh}.menu-section-wrapper{background:var(--cream);padding:5rem 1rem;scroll-margin-top:70px}.menu-section-inner{max-width:960px;margin:0 auto}.menu-section-title-main{font-size:clamp(1.8rem,5vw,3rem);color:var(--red);text-align:center;margin-bottom:.5rem}.menu-section-note{text-align:center;font-size:.78rem;color:var(--text-light);font-style:italic;margin-bottom:2rem}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}.menu-col{display:flex;flex-direction:column;gap:1.2rem}@media(max-width:680px){.menu-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}.admin-login-page{min-height:100vh;background:var(--cream);display:flex;align-items:center;justify-content:center;padding:1rem}.login-box{background:var(--white);border:2px solid var(--red);border-radius:8px;padding:2.5rem 2rem;width:100%;max-width:360px;text-align:center;box-shadow:0 4px 24px #00000014}.login-box h1{font-size:1.8rem;color:var(--red);margin-bottom:.3rem}.login-box p{font-size:.85rem;color:var(--text-light);margin-bottom:1.5rem}.login-box form{display:flex;flex-direction:column;gap:.8rem}.login-box input{padding:.65rem .9rem;border:2px solid var(--border);border-radius:6px;font-size:1rem;outline:none;transition:border-color .2s}.login-box input:focus{border-color:var(--red)}.login-error{color:var(--red);font-size:.82rem}.btn-login{background:var(--red);color:#fff;border:none;border-radius:6px;padding:.7rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-login:hover{background:var(--red-light)}.admin-page{min-height:100vh;display:flex;flex-direction:column;background:var(--cream)}.admin-container{max-width:860px;margin:0 auto;padding:1.5rem 1rem 3rem;width:100%;flex:1}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;flex-wrap:wrap;gap:.8rem}.admin-topbar h2{font-size:1.6rem;color:var(--red)}.admin-actions{display:flex;gap:.6rem;flex-wrap:wrap}.admin-hint{font-size:.78rem;color:var(--text-light);margin-bottom:1.2rem;font-style:italic}.admin-tabs{display:flex;gap:.4rem;margin-bottom:1.2rem;flex-wrap:wrap;border-bottom:2px solid var(--border);padding-bottom:.8rem}.tab-btn{padding:.45rem 1rem;border:2px solid var(--border);border-radius:6px;background:var(--white);font-size:.82rem;font-weight:600;color:var(--text-light);transition:all .15s}.tab-btn:hover{border-color:var(--red);color:var(--red)}.tab-btn--active{background:var(--red);border-color:var(--red);color:#fff}.section-editor{background:var(--white);border:2px solid var(--border);border-radius:8px;padding:1.2rem}.section-editor-header{margin-bottom:1rem}.section-title-input{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--red);border:none;border-bottom:2px solid var(--border);background:transparent;width:100%;padding:.3rem 0;outline:none}.section-title-input:focus{border-color:var(--red)}.section-subtitle-input,.section-hours-input{display:block;width:100%;border:1px solid var(--border);border-radius:4px;padding:.4rem .6rem;font-size:.8rem;margin-bottom:.6rem;outline:none;color:var(--text-light)}.section-items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem}.item-editor{display:flex;align-items:flex-start;gap:.5rem;background:var(--cream);border:1px solid var(--border);border-radius:6px;padding:.7rem}.item-editor-fields{flex:1;display:flex;flex-direction:column;gap:.4rem}.field-name,.field-desc,.field-price,.field-note{border:1px solid var(--border);border-radius:4px;padding:.35rem .6rem;font-size:.85rem;outline:none;width:100%;background:var(--white);transition:border-color .15s}.field-name:focus,.field-desc:focus,.field-price:focus,.field-note:focus{border-color:var(--red)}.field-name{font-weight:600}.field-price-row{display:flex;align-items:center;gap:.3rem}.price-symbol{font-weight:700;color:var(--red);font-size:.9rem}.field-price{width:90px;flex-shrink:0}.field-note{flex:1;font-size:.78rem;color:var(--text-light)}.topping-row{display:flex;gap:.5rem;align-items:center}.topping-row input{flex:1;border:1px solid var(--border);border-radius:4px;padding:.35rem .6rem;font-size:.85rem;outline:none;background:var(--white)}.topping-row input:focus{border-color:var(--red)}.toppings-editor{display:flex;flex-direction:column;gap:1.2rem}.extras-editor{display:flex;flex-direction:column;gap:.5rem;margin-top:.8rem;border-top:1px solid var(--border);padding-top:.8rem}.extras-editor label{font-size:.82rem;color:var(--text-light);display:flex;align-items:center;gap:.4rem}.extras-editor input{border:1px solid var(--border);border-radius:4px;padding:.25rem .5rem;font-size:.85rem;width:70px;outline:none}.btn-add{background:none;border:2px dashed var(--border);border-radius:6px;padding:.45rem 1rem;font-size:.82rem;color:var(--text-light);width:100%;transition:all .15s}.btn-add:hover{border-color:var(--red);color:var(--red)}.btn-delete{background:none;border:none;color:#999;font-size:.9rem;padding:.2rem .4rem;border-radius:4px;transition:all .15s;flex-shrink:0}.btn-delete:hover{background:#fee;color:var(--red)}.btn-save{background:var(--red);color:#fff;border:none;border-radius:6px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .2s}.btn-save:hover{background:var(--red-light)}.btn-save--lg{padding:.75rem 2.5rem;font-size:1rem}.btn-reset{background:none;border:2px solid var(--border);border-radius:6px;padding:.45rem .9rem;font-size:.82rem;color:var(--text-light);transition:all .15s}.btn-reset:hover{border-color:#c00;color:#c00}.btn-logout{background:none;border:2px solid var(--border);border-radius:6px;padding:.45rem .9rem;font-size:.82rem;color:var(--text-light);transition:all .15s}.btn-logout:hover{border-color:var(--text);color:var(--text)}.admin-bottom-actions{display:flex;justify-content:center;margin-top:2rem}.gallery-editor{display:flex;flex-direction:column;gap:1.5rem}.gallery-editor-help{background:#fffbe6;border:1px solid #e6c200;border-radius:8px;padding:1rem 1.2rem;font-size:.82rem;color:var(--text)}.gallery-editor-help strong{display:block;margin-bottom:.5rem;font-size:.85rem}.gallery-editor-help ol{padding-left:1.2rem;line-height:2}.gallery-editor-help code{background:#00000012;padding:.1rem .4rem;border-radius:3px;font-size:.8rem}.gallery-add-form{background:var(--white);border:2px solid var(--border);border-radius:8px;padding:1.2rem;display:flex;flex-direction:column;gap:.6rem}.gallery-add-form h3{font-size:1rem;color:var(--red);margin-bottom:.2rem}.gallery-url-input,.gallery-caption-input{border:1px solid var(--border);border-radius:4px;padding:.5rem .7rem;font-size:.88rem;outline:none;width:100%}.gallery-url-input:focus,.gallery-caption-input:focus{border-color:var(--red)}.gallery-url-error{color:var(--red);font-size:.78rem}.gallery-empty-msg{text-align:center;color:var(--text-light);font-style:italic;padding:2rem}.gallery-photo-list{display:flex;flex-direction:column;gap:.7rem}.gallery-photo-row{display:flex;align-items:center;gap:.8rem;background:var(--white);border:1px solid var(--border);border-radius:8px;padding:.7rem}.gallery-photo-preview{width:64px;height:64px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--cream);border:1px solid var(--border)}.gallery-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.gallery-photo-meta{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.gallery-photo-url{font-size:.75rem;color:var(--text-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-caption-inline{border:1px solid var(--border);border-radius:4px;padding:.3rem .5rem;font-size:.82rem;outline:none;width:100%}.gallery-caption-inline:focus{border-color:var(--red)}.gallery-photo-actions{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.gallery-photo-actions button{background:none;border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;font-size:.8rem;color:var(--text-light);cursor:pointer;transition:all .15s}.gallery-photo-actions button:hover:not(:disabled){border-color:var(--red);color:var(--red)}.gallery-photo-actions button:disabled{opacity:.3;cursor:not-allowed}
