@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;margin:0;padding:0;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}img{max-width:100%;height:auto}@media(max-width:768px){a,button{min-height:44px;min-width:44px}.App{overflow-x:hidden}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}#root{min-height:100vh;width:100%;margin:0;padding:0}:root{--hdr-h: 96px;--hdr-accent: #c75b1a;--hdr-accent-hover: #a94d15}.hdr{position:sticky;top:0;z-index:1000;height:var(--hdr-h);background:#faf8f5;border-bottom:1px solid transparent;transition:border-color .35s,box-shadow .35s}.hdr--scrolled{border-bottom-color:#0000000f;box-shadow:0 1px 8px #00000008}.hdr-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 2.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.hdr-logo{display:flex;align-items:center;justify-self:start}.hdr-logo img{height:88px;width:auto;display:block}.hdr-nav{display:flex;align-items:center;justify-self:center;gap:.3rem}.hdr-nav a,.hdr-nav button{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:#666;text-decoration:none;background:none;border:none;cursor:pointer;padding:.5rem 1.3rem;border-radius:0;transition:color .3s;white-space:nowrap;letter-spacing:.16em;text-transform:uppercase;position:relative}.hdr-nav a:after,.hdr-nav button:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--hdr-accent);border-radius:1px;transition:width .3s ease,left .3s ease}.hdr-nav a:hover,.hdr-nav button:hover{color:#1a1a1a}.hdr-nav a:hover:after,.hdr-nav button:hover:after{width:50%;left:25%}.hdr-nav a.active,.hdr-nav button.active{color:#1a1a1a;font-weight:600}.hdr-nav a.active:after,.hdr-nav button.active:after{width:50%;left:25%}.hdr-actions{display:flex;align-items:center;justify-self:end;gap:.8rem}.hdr-tel{display:inline-flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#555;text-decoration:none;transition:color .25s}.hdr-tel:hover{color:var(--hdr-accent)}.hdr-tel svg{flex-shrink:0}.hdr-cta{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.4rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:#fff;background:var(--hdr-accent);border:none;border-radius:100px;text-decoration:none;white-space:nowrap;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;transition:background .3s,transform .25s,box-shadow .3s}.hdr-cta:hover{background:var(--hdr-accent-hover);transform:translateY(-1px);box-shadow:0 4px 14px #c75b1a33}.hdr-burger{display:none;width:36px;height:36px;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;margin-left:.6rem;-webkit-tap-highlight-color:transparent}.hdr-burger span{display:block;width:20px;height:1.5px;background:#2c2c2c;border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s;transform-origin:center}.hdr-burger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hdr-burger.is-open span:nth-child(2){opacity:0}.hdr-burger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.hdr-overlay{position:fixed;inset:0;z-index:998;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .3s}.hdr-overlay.is-visible{opacity:1;pointer-events:auto}.hdr-drawer{position:fixed;top:0;right:0;bottom:0;z-index:999;width:min(320px,85vw);background:#fff;display:flex;flex-direction:column;padding:calc(var(--hdr-h) + 1.5rem) 1.6rem calc(1.5rem + env(safe-area-inset-bottom));transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:-4px 0 24px #0000000f}.hdr-drawer.is-open{transform:translate(0)}.hdr-drawer-nav{display:flex;flex-direction:column;gap:0}.hdr-drawer-nav a,.hdr-drawer-nav button{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#2c2c2c;text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s,padding-left .25s;min-height:52px;display:flex;align-items:center}.hdr-drawer-nav a:hover,.hdr-drawer-nav button:hover{color:var(--hdr-accent);padding-left:.5rem}.hdr-drawer-nav a.active,.hdr-drawer-nav button.active{color:var(--hdr-accent);font-weight:600}.hdr-drawer-footer{margin-top:auto;display:flex;flex-direction:column;gap:.6rem;padding-top:1.5rem}.hdr-drawer-phone{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:#444;text-decoration:none;padding:.7rem;border-radius:100px;background:#f5f0ea;transition:background .2s;min-height:48px}.hdr-drawer-phone:hover{background:#ece5db}.hdr-drawer-phone svg{flex-shrink:0}.hdr-drawer-cta{display:flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background:var(--hdr-accent);border:none;border-radius:100px;text-decoration:none;transition:background .25s;min-height:52px}.hdr-drawer-cta:hover{background:var(--hdr-accent-hover)}.hdr-nav a:focus-visible,.hdr-nav button:focus-visible,.hdr-cta:focus-visible,.hdr-burger:focus-visible,.hdr-drawer-nav a:focus-visible,.hdr-drawer-nav button:focus-visible{outline:2px solid var(--hdr-accent);outline-offset:2px}@media(max-width:960px){.hdr-nav,.hdr-actions{display:none}.hdr-inner{display:flex;align-items:center}.hdr-burger{display:flex;margin-left:auto}}@media(max-width:480px){:root{--hdr-h: 56px}.hdr-inner{padding:0 1rem;position:relative;justify-content:center}.hdr-logo{display:flex;justify-content:center;align-items:center;margin-right:0}.hdr-logo img{height:64px;display:block}.hdr-burger{position:absolute;right:1rem;top:50%;transform:translateY(-50%);margin-left:0}.hdr-drawer{width:100vw;padding-left:1.4rem;padding-right:1.4rem}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--hdr-h, 72px));background:#faf8f5}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:5rem 4rem;gap:1.6rem}.hero-logo{width:380px;height:auto;filter:drop-shadow(0 4px 24px rgba(199,91,26,.18));margin-bottom:.6rem;align-self:center;animation:heroLogoFadeIn 1.2s ease-out both}@keyframes heroLogoFadeIn{0%{opacity:0;transform:translateY(-18px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-label{font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#c75b1a}.hero-h1{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:400;line-height:1.3;letter-spacing:.04em;color:#1a1a1a;margin:0}.hero-h1 em{font-style:italic;font-weight:400;color:#c75b1a}.hero-p{font-size:1.05rem;line-height:1.8;color:#5a5a5a;max-width:460px;margin:0 auto;font-style:italic}.hero-ctas{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap;padding-top:.4rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;border-radius:8px;border:1.5px solid #c75b1a;cursor:pointer;transition:all .25s ease;background:#c75b1a;color:#fff;text-decoration:none}.hero-cta:hover{background:#a94d15;border-color:#a94d15;transform:translateY(-1px);box-shadow:0 8px 20px #c75b1a4d}.hero-cta--ghost{background:transparent;color:#1a1a1a;border-color:#d0d0d0}.hero-cta--ghost:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 8px 20px #0000001f}.hero-cta--wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;border-color:#25d366;color:#fff;text-decoration:none}.hero-cta--wa:hover{background:#1da851;border-color:#1da851;box-shadow:0 8px 20px #25d3664d}.hero-visual{position:relative;overflow:hidden}.hero-img-wrap{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:1100px){.hero-text{padding:4rem 3rem}.hero-logo{width:320px}.hero-h1{font-size:1.9rem}}@media(max-width:768px){.hero{grid-template-columns:1fr;grid-template-rows:auto 1fr;min-height:auto}.hero-visual{order:-1;position:relative;aspect-ratio:4 / 3}.hero-img-wrap{position:absolute;inset:0}.hero-img{object-position:center 30%}.hero-text{padding:2rem 1.5rem 2.5rem;align-items:center;text-align:center;gap:1rem}.hero-logo{width:200px;margin-bottom:.3rem}.hero-label{font-size:.68rem;letter-spacing:.2em}.hero-h1{font-size:1.5rem;line-height:1.25}.hero-p{max-width:100%;font-size:.9rem;line-height:1.65;color:#4a4a4a}.hero-p br{display:none}.hero-ctas{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;gap:.5rem}.hero-cta{padding:.7rem 1.2rem;font-size:.82rem;min-height:44px;border-radius:8px;flex:0 1 auto}}@media(max-width:480px){.hero-visual{aspect-ratio:16 / 10}.hero-text{padding:1.5rem 1.2rem 2rem;gap:.8rem}.hero-logo{width:160px}.hero-label{font-size:.64rem}.hero-h1{font-size:1.4rem}.hero-p{font-size:.85rem;line-height:1.6}}.ha{padding:6rem 2rem;background:#fff}.ha-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.ha-img-col{border-radius:16px;overflow:hidden}.ha-img{width:100%;height:420px;object-fit:cover;object-position:center top;display:block;border-radius:16px}.ha-text-col{display:flex;flex-direction:column;gap:1.2rem}.ha-label{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#c75b1a}.ha-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:400;line-height:1.25;color:#1a1a1a;margin:0}.ha-title em{font-style:italic;color:#c75b1a}.ha-desc{font-size:1rem;line-height:1.75;color:#666;max-width:440px;margin:0}.ha-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:.88rem;font-weight:600;color:#1a1a1a;padding:0;margin-top:.5rem;transition:color .25s,gap .25s}.ha-btn:hover{color:#c75b1a;gap:.8rem}@media(max-width:860px){.ha{padding:4rem 1.5rem}.ha-inner{grid-template-columns:1fr;gap:2rem}.ha-img{height:280px}.ha-text-col{text-align:center;align-items:center}.ha-title{font-size:1.8rem}.ha-title br{display:none}.ha-desc{max-width:100%;font-size:.92rem}}@media(max-width:480px){.ha{padding:3rem 1rem}.ha-img{height:220px;border-radius:12px}.ha-title{font-size:1.5rem}}.hi{background:#1a1a1a;padding:4rem 2rem}.hi-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem}.hi-text{flex-shrink:0}.hi-title{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;color:#fff;margin:0 0 .3rem}.hi-sub{font-size:.85rem;color:#ffffff80;margin:0}.hi-details{display:flex;gap:3rem;flex:1;justify-content:center}.hi-col{display:flex;flex-direction:column;gap:.25rem;font-size:.84rem;color:#ffffffb3}.hi-col a{color:#ffffffb3;text-decoration:none;transition:color .25s}.hi-col a:hover{color:#c75b1a}.hi-key{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#c75b1a;margin-bottom:.15rem}.hi-closed{opacity:.4;font-style:italic}.hi-cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-size:.88rem;font-weight:600;border-radius:8px;background:#c75b1a;color:#fff;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:all .25s}.hi-cta:hover{background:#a94d15;transform:translateY(-1px);box-shadow:0 6px 18px #c75b1a66}@media(max-width:960px){.hi-inner{flex-direction:column;text-align:center;gap:2rem}.hi-details{justify-content:center;gap:2.5rem}.hi-col{align-items:center}}@media(max-width:560px){.hi{padding:3rem 1.2rem}.hi-title{font-size:1.4rem}.hi-details{flex-direction:column;gap:1.5rem}.hi-cta{width:100%;padding:1rem;min-height:48px}}.reviews{padding:5rem 2rem;background:#faf8f5}.reviews-inner{max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.rv-quote-icon{font-family:Cormorant Garamond,Playfair Display,serif;font-size:5rem;line-height:1;color:#c75b1a;opacity:.25;margin-bottom:-.5rem;-webkit-user-select:none;user-select:none}.rv-blockquote{margin:0;padding:0;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s ease}.rv-fade-in{opacity:1}.rv-fade-out{opacity:0}.rv-text{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-style:italic;line-height:1.7;color:#2c2c2c;margin:0 0 1.2rem;max-width:600px}.rv-author{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#888;letter-spacing:.04em;font-style:normal}.rv-dots{display:flex;gap:.4rem;margin:1.5rem 0 2rem}.rv-dot{width:6px;height:6px;border-radius:50%;border:none;background:#d9d4ce;cursor:pointer;padding:0;transition:background .3s,width .3s}.rv-dot--active{background:#c75b1a;width:18px;border-radius:3px}.rv-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #eae6e0;border-radius:40px;padding:.55rem 1.3rem}.rv-score{font-size:1.15rem;font-weight:700;color:#1a1a1a;line-height:1}.rv-stars{display:flex;gap:1px}.rv-badge-sep{width:1px;height:18px;background:#e0dcd7;margin:0 .3rem}.rv-link{font-size:.82rem;font-weight:500;color:#c75b1a;text-decoration:none;transition:opacity .2s}.rv-link:hover{opacity:.7}@media(max-width:560px){.reviews{padding:3rem 1.2rem}.rv-quote-icon{font-size:3.5rem}.rv-text{font-size:1.12rem}.rv-blockquote{min-height:120px}.rv-badge{flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.5rem 1rem}}.footer{background:#1a1a1a;color:#fff;padding:5rem 2rem 2rem}.footer-container{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.2fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo-img{height:44px;width:auto;filter:brightness(0) invert(1);margin-bottom:1.2rem;display:block}.footer-tagline{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.7;color:#ffffff80;margin:0 0 1.6rem;max-width:280px}.footer-social{display:flex;gap:.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);color:#ffffff80;transition:all .3s ease}.footer-social a:hover{color:#c75b1a;border-color:#c75b1a;transform:translateY(-2px)}.footer-col h4{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 1.4rem;letter-spacing:.5px}.footer-links{display:flex;flex-direction:column;gap:.65rem}.footer-links a{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;color:#ffffff80;text-decoration:none;transition:color .25s ease}.footer-links a:hover{color:#c75b1a}.footer-contact-list{display:flex;flex-direction:column;gap:.9rem}.footer-contact-row{display:flex;flex-direction:column;gap:2px}.footer-contact-label{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffff4d}.footer-contact-row span:last-child,.footer-contact-row a{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;color:#ffffff8c;text-decoration:none;transition:color .25s}.footer-contact-row a:hover{color:#c75b1a}.footer-schedule{display:flex;flex-direction:column;gap:0;margin-bottom:1.6rem}.footer-sched-row{display:flex;justify-content:space-between;align-items:baseline;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;color:#ffffff80}.footer-sched-row span:first-child{font-weight:400;color:#ffffffb3}.footer-sched-closed{opacity:.45}.footer-downloads{display:flex;gap:.6rem}.footer-downloads a{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.5px;color:#c75b1a;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(199,91,26,.3);border-radius:4px;transition:all .25s}.footer-downloads a:hover{background:#c75b1a;border-color:#c75b1a;color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-family:Inter,sans-serif;font-size:.78rem;font-weight:300;color:#ffffff4d;margin:0}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-family:Inter,sans-serif;font-size:.78rem;font-weight:300;color:#ffffff4d;text-decoration:none;transition:color .25s}.footer-legal a:hover{color:#fff9}.footer-admin-link{opacity:.25;transition:opacity .25s}.footer-admin-link:hover{opacity:.6;color:#fff9!important}@media(max-width:960px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer{padding:2.5rem 1rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem;text-align:center;padding-bottom:2rem}.footer-col h4{font-size:.95rem;margin-bottom:1rem}.footer-tagline{max-width:100%;font-size:.84rem}.footer-logo-img{margin:0 auto 1rem}.footer-social{justify-content:center}.footer-social a{width:42px;height:42px}.footer-links a{font-size:.85rem;min-height:40px;display:flex;align-items:center;justify-content:center}.footer-contact-row{align-items:center}.footer-contact-label{font-size:.65rem}.footer-contact-row span:last-child,.footer-contact-row a{font-size:.84rem}.footer-schedule{margin-bottom:1.2rem}.footer-sched-row{font-size:.78rem;padding:.45rem 0}.footer-downloads{justify-content:center;flex-wrap:wrap;gap:.5rem}.footer-downloads a{font-size:.72rem;padding:.5rem .9rem;min-height:40px;display:flex;align-items:center}.footer-bottom{flex-direction:column;text-align:center;gap:.8rem;padding-top:1.5rem}.footer-bottom .footer-admin-link{align-self:flex-start}.footer-bottom p{font-size:.72rem}.footer-legal{justify-content:center;gap:1rem}.footer-legal a{font-size:.72rem}}.menu-hero{position:relative;padding:140px 24px 80px;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden}.menu-hero-overlay{position:absolute;inset:0;background:#00000080;z-index:1}.menu-hero:before{display:none}.menu-hero-inner{position:relative;max-width:680px;margin:0 auto;z-index:3}.menu-hero .menu-label{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#c75b1a;margin-bottom:16px;display:block}.menu-hero h1{font-family:Playfair Display,serif;font-size:3.8rem;font-weight:700;line-height:1.15;margin-bottom:24px;color:#fff}.menu-hero h1 em{font-style:italic;color:#c75b1a}.menu-hero-divider{width:60px;height:2px;background:#c75b1a;margin:0 auto 28px}.menu-hero p{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.7;color:#ffffffd9;max-width:480px;margin:0 auto 40px}.menu-hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.menu-btn{display:inline-flex;align-items:center;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:14px 32px;border-radius:4px;cursor:pointer;transition:all .3s ease;border:2px solid #c75b1a;background:#c75b1a;color:#fff;text-decoration:none}.menu-btn:hover{background:#a34a14;border-color:#a34a14}.menu-btn--ghost{background:transparent;color:#c75b1a}.menu-btn--ghost:hover{background:#c75b1a;color:#fff}.menu-btn--wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;border-color:#25d366;color:#fff;text-decoration:none}.menu-btn--wa:hover{background:#1da851;border-color:#1da851}.menu-section{padding:80px 24px}.menu-section--light{background:#fff}.menu-section--warm{background:#faf8f5}.menu-container{max-width:960px;margin:0 auto}.menu-cat-header{text-align:center;margin-bottom:56px}.menu-cat-header .menu-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#c75b1a;display:block;margin-bottom:10px}.menu-cat-header h2{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;color:#1a1a1a;margin:0;position:relative;display:inline-block}.menu-cat-header h2:after{content:"";display:block;width:40px;height:2px;background:#c75b1a;margin:18px auto 0}.menu-grid{display:grid;grid-template-columns:1fr;gap:0}.menu-item{padding:24px 0;border-bottom:1px solid rgba(0,0,0,.06)}.menu-item:last-child{border-bottom:none}.menu-item-top{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.menu-item-top h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0;flex-shrink:0}.menu-item-top:after{content:"";flex:1;border-bottom:1px dotted rgba(0,0,0,.18);margin-bottom:4px}.menu-price{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#c75b1a;flex-shrink:0;order:3}.menu-item p{font-family:Inter,sans-serif;font-size:.88rem;line-height:1.5;color:#777;margin:0}.menu-divider-photo{width:100%;height:300px;overflow:hidden;position:relative}.menu-divider-photo img{width:100%;height:100%;object-fit:cover;object-position:center 70%;display:block;filter:brightness(.85) blur(2px)}.menu-divider-photo--bottom{height:420px}.menu-divider-photo--bottom img{object-position:center 75%;filter:brightness(.88)}.menu-footer-section{background:#1a1a1a;padding:64px 24px;color:#fff}.menu-note{text-align:center;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.7;color:#fff6;margin-bottom:48px}.menu-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;border-top:1px solid rgba(255,255,255,.08);padding-top:40px}.menu-footer-left h3{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 8px}.menu-footer-left p{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffff80;margin:0;max-width:360px}.menu-footer-actions{display:flex;gap:12px;flex-wrap:wrap}.menu-footer-section .menu-btn--ghost{border-color:#fff3;color:#ffffffb3}.menu-footer-section .menu-btn--ghost:hover{background:#c75b1a;border-color:#c75b1a;color:#fff}.menu-footer-section .menu-btn--wa{background:#25d366;border-color:#25d366;color:#fff}.menu-footer-section .menu-btn--wa:hover{background:#1da851;border-color:#1da851}@media(max-width:768px){.menu-hero{padding:110px 16px 60px}.menu-hero h1{font-size:2.2rem}.menu-hero p{font-size:.9rem}.menu-hero-ctas{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.menu-hero-ctas .menu-btn{width:100%;justify-content:center;text-align:center;min-height:48px}.menu-section{padding:48px 14px}.menu-cat-header{margin-bottom:32px}.menu-cat-header h2{font-size:1.8rem}.menu-item{padding:16px 0}.menu-item-top h3{font-size:1rem}.menu-item p{font-size:.84rem}.menu-divider-photo{height:200px}.menu-footer-section{padding:44px 14px}.menu-footer-cta{flex-direction:column;text-align:center;gap:20px}.menu-footer-left p{max-width:100%}.menu-footer-left h3{font-size:1.3rem}.menu-footer-actions{justify-content:center;flex-direction:column;align-items:stretch}.menu-footer-actions .menu-btn{width:100%;justify-content:center;min-height:48px}}@media(max-width:480px){.menu-hero{padding:90px 14px 48px}.menu-hero h1{font-size:1.8rem}.menu-hero p{font-size:.85rem;margin-bottom:24px}.menu-btn{padding:12px 20px;font-size:.8rem;letter-spacing:.8px;min-height:48px}.menu-item-top h3{font-size:.9rem}.menu-price{font-size:.88rem}.menu-cat-header h2{font-size:1.5rem}.menu-note{font-size:.78rem}.menu-section{padding:36px 12px}}.dove-label{display:block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#c75b1a;margin-bottom:.6rem}.dove-container{max-width:1100px;margin:0 auto;padding:0 2rem}.dove-section{padding:5rem 0}.dove-hero{padding:2.5rem 24px 3rem;text-align:center;background:#faf8f5;color:#1a1a1a;position:relative;overflow:hidden}.dove-hero:before{display:none}.dove-hero-inner{position:relative;max-width:640px;margin:0 auto;z-index:1}.dove-hero h1{font-family:Playfair Display,serif;font-size:3.6rem;font-weight:700;line-height:1.15;color:#1a1a1a;margin:0 0 24px}.dove-hero h1 em{font-style:italic;color:#c75b1a}.dove-hero-divider{width:50px;height:2px;background:#c75b1a;margin:0 auto 28px}.dove-hero p{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.7;color:#5a5a5a;max-width:480px;margin:0 auto}.dove-main{background:#fff}.dove-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:start}.dove-info{display:flex;flex-direction:column;gap:2.5rem}.dove-block h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0 0 .4rem}.dove-city{font-family:Inter,sans-serif;font-size:.95rem;color:#888;margin:0 0 1.4rem}.dove-actions{display:flex;gap:.75rem;flex-wrap:wrap}.dove-contact-list{display:flex;flex-direction:column;gap:.85rem;margin-top:.3rem}.dove-contact-row{display:flex;flex-direction:column;gap:2px}.dove-contact-key{font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#bbb}.dove-contact-row a{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#444;text-decoration:none;transition:color .25s}.dove-contact-row a:hover{color:#c75b1a}.dove-schedule{display:flex;flex-direction:column;margin-top:.3rem}.dove-sched-row{display:flex;justify-content:space-between;align-items:baseline;padding:.65rem 0;border-bottom:1px solid #f0ebe5;font-family:Inter,sans-serif;font-size:.88rem;color:#666}.dove-sched-row span:first-child{font-weight:500;color:#1a1a1a}.dove-sched-closed{opacity:.5}.dove-map-wrap{border-radius:16px;overflow:hidden;height:520px;box-shadow:0 8px 32px #00000012}.dove-map-wrap iframe{display:block}.dove-btn{display:inline-flex;align-items:center;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.8rem 1.8rem;border-radius:4px;border:2px solid #c75b1a;background:#c75b1a;color:#fff;cursor:pointer;transition:all .3s ease;text-decoration:none}.dove-btn:hover{background:#a34a14;border-color:#a34a14;transform:translateY(-2px);box-shadow:0 4px 14px #c75b1a4d}.dove-btn--ghost{background:transparent;color:#1a1a1a;border-color:#d0d0d0}.dove-btn--ghost:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 4px 14px #0000001f}.dove-btn--wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;border-color:#25d366;color:#fff;text-decoration:none}.dove-btn--wa:hover{background:#1da851;border-color:#1da851;box-shadow:0 4px 14px #25d3664d}.dove-reach{background:#faf8f5}.dove-reach-header{text-align:center;margin-bottom:3rem}.dove-reach-header h2{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0;position:relative;display:inline-block}.dove-reach-header h2:after{content:"";display:block;width:40px;height:2px;background:#c75b1a;margin:16px auto 0}.dove-reach-subtitle{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7;color:#888;max-width:500px;margin:1.2rem auto 0}.dove-reach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.dove-reach-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #f0ebe5;transition:transform .3s,box-shadow .3s}.dove-reach-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.dove-reach-card h3{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0 0 .8rem}.dove-parking-dist{display:inline-block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#c75b1a;background:#c75b1a14;padding:.35rem .8rem;border-radius:20px;margin-bottom:.8rem}.dove-reach-card p{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7;color:#777;margin:0}.dove-cta-section{background:#1a1a1a;text-align:center}.dove-cta-inner h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 .6rem}.dove-cta-inner p{font-family:Inter,sans-serif;font-size:1rem;color:#ffffff80;margin:0 0 2rem}.dove-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.dove-cta-section .dove-btn--ghost{border-color:#fff3;color:#ffffffb3}.dove-cta-section .dove-btn--ghost:hover{background:#c75b1a;border-color:#c75b1a;color:#fff}.dove-cta-section .dove-btn--wa{background:#25d366;border-color:#25d366;color:#fff}.dove-cta-section .dove-btn--wa:hover{background:#1da851;border-color:#1da851}@media(max-width:860px){.dove-hero{padding:2rem 20px 2.5rem}.dove-hero h1{font-size:2.4rem}.dove-hero p{font-size:.92rem}.dove-grid{grid-template-columns:1fr;gap:2.5rem}.dove-map-wrap{height:320px;border-radius:12px}.dove-reach-header h2{font-size:2rem}.dove-reach-grid{grid-template-columns:1fr;gap:1rem}.dove-reach-card{padding:1.5rem}.dove-cta-inner h2{font-size:1.8rem}.dove-cta-inner p{font-size:.9rem}}@media(max-width:480px){.dove-hero{padding:1.5rem 14px 2rem}.dove-hero h1{font-size:1.8rem}.dove-hero p{font-size:.85rem}.dove-container{padding:0 1rem}.dove-section{padding:2.5rem 0}.dove-block h2{font-size:1.3rem}.dove-actions{flex-direction:column}.dove-btn{width:100%;justify-content:center;text-align:center;min-height:48px}.dove-map-wrap{height:220px;border-radius:10px}.dove-sched-row{font-size:.82rem}.dove-reach-card h3{font-size:1.02rem}.dove-reach-card p{font-size:.84rem}.dove-cta-section{padding:3rem 0}.dove-cta-inner h2{font-size:1.5rem}.dove-cta-btns{flex-direction:column;align-items:stretch;width:100%;max-width:300px;margin:0 auto}.dove-cta-btns .dove-btn{width:100%;min-height:48px}.dove-contact-row a{font-size:.88rem}}.rist{padding-top:0}.rist-container{max-width:1100px;margin:0 auto;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .8s ease-out both}.animate-fade-in-up{animation:fadeInUp .8s ease-out both}.animate-slide-in-left{animation:slideInLeft .8s ease-out both}.animate-slide-in-right{animation:slideInRight .8s ease-out both}.animate-delay-200{animation-delay:.2s}.animate-delay-400{animation-delay:.4s}.animate-delay-600{animation-delay:.6s}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.scroll-animate.in-view{opacity:1;transform:translateY(0)}.scroll-animate-left{opacity:0;transform:translate(-50px);transition:all .8s ease-out}.scroll-animate-left.in-view{opacity:1;transform:translate(0)}.scroll-animate-right{opacity:0;transform:translate(50px);transition:all .8s ease-out}.scroll-animate-right.in-view{opacity:1;transform:translate(0)}.rist-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--hdr-h, 72px));overflow:hidden;background:#faf8f5}.rist-hero-text{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3rem 2.5rem 5rem;gap:1.2rem}.rist-hero-text h1{font-family:Cormorant Garamond,serif;font-size:3.8rem;font-weight:600;line-height:1.1;letter-spacing:.01em;color:#1a1a1a;margin:0}.rist-hero-text h1 em{font-style:italic;color:#c75b1a}.rist-hero-text p{font-size:1.12rem;line-height:1.8;color:#5a5a5a;max-width:480px;margin:0}.rist-hero-divider{width:50px;height:3px;background:#c75b1a;border-radius:2px}.rist-hero-sub{font-size:1rem!important;color:#888!important;font-style:italic;max-width:440px}.rist-hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;padding-top:.4rem}.rist-hero-visual{display:flex;align-items:center;justify-content:center;padding:2rem 2rem 2rem 0;overflow:hidden}.rist-hero-video{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block;border-radius:16px;box-shadow:0 12px 40px #0000001f}.rist-hero-video-overlay{display:none}.rist-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#c75b1a;margin-bottom:.5rem}.rist-section{padding:6rem 0}.rist-section h2{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.15}.rist-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.rist-split--reverse{direction:rtl}.rist-split--reverse>*{direction:ltr}.rist-img-wrap{position:relative;border-radius:16px;overflow:hidden}.rist-img{width:100%;height:520px;object-fit:cover;object-position:center center;display:block;transition:transform .6s ease}.rist-img-wrap:hover .rist-img{transform:scale(1.03)}.rist-text{display:flex;flex-direction:column}.rist-text p{font-size:1rem;line-height:1.75;color:#555;margin:0 0 1.2rem}.rist-text p strong{color:#c75b1a;font-weight:600}.rist-storia{background:#fff}.rist-storia-text{text-align:left}.rist-storia h2{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;color:#1a1a1a;margin:0 0 1.2rem;line-height:1.15}.rist-storia-divider{width:50px;height:3px;background:#c75b1a;border-radius:2px;margin:0 0 1.5rem}.rist-storia p{font-size:1.02rem;line-height:1.85;color:#555;margin:0 0 1.2rem}.rist-banner{position:relative;width:100%;height:420px;overflow:hidden}.rist-banner-img{width:100%;height:100%;object-fit:cover;display:block}.rist-banner-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center}.rist-banner-quote{font-family:Cormorant Garamond,serif;font-size:2rem;font-style:italic;font-weight:500;color:#fff;text-align:center;max-width:700px;padding:0 2rem;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.3)}.rist-room-gallery--three{grid-template-columns:repeat(3,1fr)}.rist-chef,.rist-stanze{background:#faf8f5}.rist-gallery-section{background:#faf8f5;padding-top:0;padding-bottom:6rem}.rist-sala-cantina{background:#fff}.rist-dehor{background:#faf8f5}.rist-cantina{background:#fff}.rist-room-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.rist-room-gallery:has(.rist-room-photo:only-child){grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.rist-room-photo{border-radius:16px;overflow:hidden;height:340px}.rist-room-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.rist-room-photo:hover img{transform:scale(1.03)}.rist-swipe-hint{display:none}.rist-piatti{background:#faf8f5}.rist-piatti-header{text-align:center;margin-bottom:3rem}.rist-piatti-header h2{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.15}.rist-piatti-header p{font-size:1.05rem;line-height:1.75;color:#888;max-width:500px;margin:0 auto}.rist-piatti-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;transition:opacity .4s ease}.rist-piatti-visible{opacity:1}.rist-piatti-hidden{opacity:0}.rist-piatti-card{border-radius:16px;overflow:hidden;height:380px;position:relative}.rist-piatti-card img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .6s ease}.rist-piatti-card:hover img{transform:scale(1.04)}.rist-piatti-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.rist-dot{width:10px;height:10px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .3s}.rist-dot--active{background:#c75b1a;transform:scale(1.2)}.rist-gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.rist-gallery-card{border-radius:16px;overflow:hidden;height:400px}.rist-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.rist-gallery-card:hover img{transform:scale(1.04)}.rist-cta-row{display:flex;gap:1rem;margin-top:.8rem;flex-wrap:wrap}.rist-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:all .25s;border:1.5px solid #c75b1a;background:#c75b1a;color:#fff}.rist-btn:hover{background:#a94c14;border-color:#a94c14;transform:translateY(-2px);box-shadow:0 4px 14px #c75b1a4d}.rist-btn--ghost{background:transparent;color:#1a1a1a;border-color:#d0d0d0}.rist-btn--ghost:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 8px 20px #0000001f}.rist-btn--wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;border-color:#25d366;color:#fff;text-decoration:none}.rist-btn--wa:hover{background:#1da851;border-color:#1da851;box-shadow:0 4px 14px #25d3664d}@media(max-width:1100px){.rist-hero-text{padding:4rem 3rem 4rem 3.5rem}.rist-hero-text h1{font-size:2.8rem}}@media(max-width:860px){.rist-hero{grid-template-columns:1fr;min-height:auto;overflow:visible}.rist-hero-visual{order:-1;padding:0}.rist-hero-video{width:100%;height:auto;max-height:70vh;object-fit:cover;border-radius:0;box-shadow:none}.rist-hero-text{padding:2.5rem 1.5rem 3rem;align-items:center;text-align:center}.rist-hero-text h1{font-size:2.2rem}.rist-hero-text p{max-width:100%;font-size:1rem}.rist-hero-sub{font-size:.9rem!important}.rist-hero-ctas{justify-content:center;width:100%}.rist-hero-ctas .rist-btn{min-height:48px}.rist-split,.rist-split--reverse{grid-template-columns:1fr;gap:2rem;direction:ltr}.rist-img{height:300px;border-radius:12px}.rist-text{text-align:center}.rist-text p{font-size:.92rem}.rist-gallery-row{grid-template-columns:1fr}.rist-gallery-card{height:280px;border-radius:12px}.rist-room-gallery,.rist-room-gallery--three{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-top:1.5rem}.rist-room-photo{flex:0 0 100%;height:auto;aspect-ratio:3 / 2;border-radius:12px;scroll-snap-align:start;overflow:hidden}.rist-room-photo img{width:100%;height:100%;object-fit:cover}.rist-swipe-hint{display:block;text-align:center;font-size:.78rem;font-weight:500;color:#b0a090;letter-spacing:.03em;margin-top:.6rem;animation:rist-hint-pulse 2s ease-in-out infinite}@keyframes rist-hint-pulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.rist-room-gallery::-webkit-scrollbar,.rist-room-gallery--three::-webkit-scrollbar{display:none}.rist-room-gallery,.rist-room-gallery--three{scrollbar-width:none}.rist-banner{height:260px}.rist-banner-quote{font-size:1.3rem;padding:0 1.5rem}.rist-storia-text{text-align:center}.rist-storia-divider{margin:0 auto 1.5rem}.rist-piatti-grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.rist-piatti-card{flex:0 0 100%;height:auto;aspect-ratio:3 / 2;border-radius:12px;scroll-snap-align:start;overflow:hidden}.rist-piatti-card img{width:100%;height:100%;object-fit:cover}.rist-piatti-grid::-webkit-scrollbar{display:none}.rist-piatti-grid{scrollbar-width:none}.rist-piatti-header h2{font-size:2rem}.rist-piatti-header p{font-size:.92rem}.rist-container{padding:0 1.2rem}.rist-section h2{font-size:2.1rem}.rist-btn{min-height:48px;padding:.85rem 1.6rem}}@media(max-width:560px){.rist-section{padding:3rem 0}.rist-hero-visual{padding:0}.rist-hero-video{max-height:65vh}.rist-hero-text{padding:1.8rem 1.2rem 2.5rem;gap:1.1rem}.rist-hero-text h1{font-size:1.7rem}.rist-hero-text p{font-size:.9rem}.rist-section h2{font-size:1.6rem}.rist-img{height:240px}.rist-gallery-card{height:220px}.rist-banner{height:200px}.rist-banner-quote{font-size:1.05rem;padding:0 1.2rem}.rist-piatti-header h2{font-size:1.6rem}.rist-cta-row{flex-direction:column}.rist-btn{width:100%;justify-content:center;min-height:48px;font-size:.88rem}.rist-hero-ctas{flex-direction:column;align-items:stretch}.rist-hero-ctas .rist-btn{width:100%;text-align:center}.rist-label{font-size:.68rem}.rist-storia h2{font-size:1.6rem}.rist-storia p{font-size:.92rem}.rist-container{padding:0 1rem}}.legal-page{background:#faf9f7;min-height:100vh;padding:8rem 2rem 4rem}.legal-container{max-width:760px;margin:0 auto}.legal-page h1{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.legal-updated{font-family:Inter,sans-serif;font-size:.82rem;color:#999;margin-bottom:3rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:.3px}.legal-page p{font-family:Inter,sans-serif;font-size:.92rem;line-height:1.8;color:#444;margin-bottom:.75rem}.legal-page ul{padding-left:1.5rem;margin-bottom:.75rem}.legal-page li{font-family:Inter,sans-serif;font-size:.92rem;line-height:1.8;color:#444;margin-bottom:.25rem}.legal-page a{color:#c9a96e;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.legal-page a:hover{border-bottom-color:#c9a96e}@media(max-width:600px){.legal-page{padding:6rem 1.2rem 3rem}.legal-page h1{font-size:1.8rem}}.adm-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2118);padding:24px}.adm-login-card{background:#fff;border-radius:16px;padding:48px 40px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #00000059}.adm-login-logo img{height:64px;margin-bottom:28px;opacity:.9}.adm-login-card h1{font-family:Playfair Display,serif;font-size:1.6rem;color:#1a1a1a;margin-bottom:8px}.adm-login-card>p{color:#888;font-size:.88rem;margin-bottom:28px;line-height:1.5}.adm-login-form{display:flex;flex-direction:column;gap:14px}.adm-pw-wrap{position:relative}.adm-pw-wrap input{width:100%;padding:14px 48px 14px 16px;font-size:.95rem;font-family:Inter,sans-serif;border:1.5px solid #e0dcd8;border-radius:10px;background:#faf8f5;outline:none;transition:border-color .2s;box-sizing:border-box}.adm-pw-wrap input:focus{border-color:#c75b1a}.adm-pw-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#999;padding:4px;display:flex}.adm-pw-toggle:hover{color:#c75b1a}.adm-login-btn{padding:14px;font-size:.95rem;font-weight:600;font-family:Inter,sans-serif;background:#c75b1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s;letter-spacing:.3px}.adm-login-btn:hover:not(:disabled){background:#a94c15}.adm-login-btn:active:not(:disabled){transform:scale(.98)}.adm-login-btn:disabled{opacity:.5;cursor:not-allowed}.adm-login-error{color:#d32f2f;font-size:.82rem;font-weight:500;margin-top:2px}.adm-login-hint{color:#bbb;font-size:.76rem;margin-top:18px}.adm{min-height:100vh;background:#f4f1ed;font-family:Inter,sans-serif}.adm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#1a1a1a;color:#fff}.adm-header-left{display:flex;align-items:center;gap:16px}.adm-header-logo{height:36px}.adm-header h1{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;margin:0}.adm-header-sub{font-size:.75rem;color:#999}.adm-header-right{display:flex;align-items:center;gap:16px}.adm-unsaved-badge{background:#c75b1a;color:#fff;font-size:.72rem;font-weight:600;padding:5px 12px;border-radius:20px;letter-spacing:.3px;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.adm-logout-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:Inter,sans-serif;font-size:.82rem;padding:8px 16px;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.adm-logout-btn:hover{background:#ffffff14;border-color:#ffffff59}.adm-body{display:flex;min-height:calc(100vh - 68px)}.adm-sidebar{width:220px;background:#fff;border-right:1px solid #e8e4df;padding:24px 12px;display:flex;flex-direction:column;gap:6px}.adm-sidebar button{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;color:#666;background:none;border:none;border-radius:10px;cursor:pointer;transition:all .15s;text-align:left}.adm-sidebar button:hover{background:#f5f2ee;color:#333}.adm-sidebar button.active{background:#c75b1a;color:#fff}.adm-main{flex:1;padding:32px;overflow-y:auto}.adm-toast{position:fixed;top:24px;right:24px;display:flex;align-items:center;gap:10px;padding:14px 22px;border-radius:10px;font-size:.88rem;font-weight:500;color:#fff;z-index:9999;box-shadow:0 8px 30px #0003;animation:toast-in .3s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(-12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.adm-toast--success{background:#2e7d32}.adm-toast--error{background:#c62828}.adm-toast--info{background:#37474f}.adm-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:12px}.adm-toolbar h2{font-family:Playfair Display,serif;font-size:1.35rem;color:#1a1a1a}.adm-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}.adm-menu-hint{color:#888;font-size:.82rem;margin-bottom:28px;line-height:1.5}.adm-btn{display:inline-flex;align-items:center;gap:7px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;padding:10px 18px;border-radius:8px;cursor:pointer;transition:all .15s;border:none;white-space:nowrap}.adm-btn--primary{background:#c75b1a;color:#fff}.adm-btn--primary:hover{background:#a94c15}.adm-btn--outline{background:#fff;color:#555;border:1.5px solid #ddd}.adm-btn--outline:hover{border-color:#c75b1a;color:#c75b1a}.adm-cat{background:#fff;border-radius:14px;border:1px solid #e8e4df;padding:24px;margin-bottom:20px}.adm-cat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0ebe5}.adm-cat-inputs{display:flex;gap:12px;flex:1;flex-wrap:wrap}.adm-cat-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#c75b1a;padding:8px 12px;border:1.5px solid #f0ebe5;border-radius:8px;background:#faf8f5;outline:none;width:240px;transition:border-color .2s}.adm-cat-label:focus{border-color:#c75b1a}.adm-cat-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:#1a1a1a;padding:8px 12px;border:1.5px solid #f0ebe5;border-radius:8px;background:#faf8f5;outline:none;flex:1;min-width:160px;transition:border-color .2s}.adm-cat-title:focus{border-color:#c75b1a}.adm-cat-delete{background:none;border:1.5px solid #e8e4df;border-radius:8px;padding:8px;cursor:pointer;color:#999;display:flex;transition:all .15s}.adm-cat-delete:hover{color:#c62828;border-color:#c62828;background:#fef5f5}.adm-items{display:flex;flex-direction:column;gap:10px}.adm-item{background:#faf8f5;border:1px solid #f0ebe5;border-radius:10px;padding:14px 16px;transition:border-color .15s}.adm-item:hover{border-color:#ddd}.adm-item-row{display:flex;align-items:center;gap:10px}.adm-item-order{display:flex;flex-direction:column;gap:2px}.adm-item-order button{background:none;border:none;cursor:pointer;color:#aaa;padding:2px;display:flex;border-radius:4px;transition:color .15s,background .15s}.adm-item-order button:hover:not(:disabled){color:#c75b1a;background:#fff}.adm-item-order button:disabled{opacity:.25;cursor:default}.adm-item-name{flex:1;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#1a1a1a;padding:8px 12px;border:1.5px solid transparent;border-radius:6px;background:transparent;outline:none;transition:all .15s}.adm-item-name:focus{background:#fff;border-color:#c75b1a}.adm-item-price-wrap{display:flex;align-items:center;gap:2px;background:#fff;border:1.5px solid #e8e4df;border-radius:6px;padding:0 10px 0 0;transition:border-color .15s}.adm-item-price-wrap:focus-within{border-color:#c75b1a}.adm-item-price{width:60px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:#c75b1a;padding:8px;border:none;background:transparent;outline:none;text-align:right;-moz-appearance:textfield}.adm-item-price::-webkit-inner-spin-button,.adm-item-price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.adm-euro{font-size:.82rem;color:#c75b1a;font-weight:600}.adm-item-delete{background:none;border:none;cursor:pointer;color:#ccc;padding:6px;display:flex;border-radius:6px;transition:all .15s}.adm-item-delete:hover{color:#c62828;background:#fef5f5}.adm-item-desc{display:block;width:100%;margin-top:6px;padding:6px 12px 6px 42px;font-family:Inter,sans-serif;font-size:.8rem;color:#888;border:none;background:transparent;outline:none;transition:all .15s;border-radius:6px;box-sizing:border-box}.adm-item-desc:focus{background:#fff;box-shadow:0 0 0 1.5px #c75b1a}.adm-add-item{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;padding:12px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#c75b1a;background:none;border:2px dashed #e8ddd4;border-radius:10px;cursor:pointer;transition:all .15s}.adm-add-item:hover{border-color:#c75b1a;background:#c75b1a0a}.adm-pdf h2{font-family:Playfair Display,serif;font-size:1.35rem;color:#1a1a1a;margin-bottom:8px}.adm-pdf-hint{color:#888;font-size:.82rem;margin-bottom:28px;line-height:1.5}.adm-pdf-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.adm-pdf-card{background:#fff;border-radius:14px;border:1px solid #e8e4df;padding:32px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.adm-pdf-icon{width:64px;height:64px;background:#faf8f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.adm-pdf-card h3{font-family:Playfair Display,serif;font-size:1.05rem;color:#1a1a1a}.adm-pdf-file{font-size:.82rem;color:#999}.adm-pdf-name{color:#2e7d32;font-weight:600}.adm-pdf-note{display:flex;align-items:flex-start;gap:10px;padding:16px 20px;background:#faf8f5;border-radius:10px;border:1px solid #f0ebe5;font-size:.8rem;color:#888;line-height:1.6}.adm-pdf-note svg{flex-shrink:0;margin-top:2px;color:#c75b1a}.adm-pdf-note code{background:#eee;padding:1px 6px;border-radius:4px;font-size:.78rem}@media(max-width:900px){.adm-body{flex-direction:column}.adm-sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid #e8e4df;padding:12px;gap:8px}.adm-sidebar button{flex:1;justify-content:center;padding:10px 12px;font-size:.82rem}.adm-main{padding:24px 16px}.adm-header{padding:14px 16px;flex-wrap:wrap;gap:12px}.adm-toolbar{flex-direction:column;align-items:flex-start}.adm-toolbar-actions{width:100%}.adm-pdf-grid{grid-template-columns:1fr}}@media(max-width:600px){.adm-login-card{padding:32px 24px}.adm-cat-inputs{flex-direction:column}.adm-cat-label{width:100%}.adm-item-row{flex-wrap:wrap}.adm-item-name{flex:1 1 100%;order:1}.adm-item-order{order:0;flex-direction:row}.adm-item-price-wrap{order:2}.adm-item-delete{order:3}.adm-item-desc{padding-left:12px}.adm-toolbar-actions{flex-direction:column}.adm-toolbar-actions .adm-btn{width:100%;justify-content:center}.adm-header-left h1{font-size:1rem}.adm-unsaved-badge{font-size:.66rem;padding:4px 8px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;background:#1a1a1af7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 2rem;animation:cookie-slide-up .4s ease}@keyframes cookie-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner p{color:#ffffffbf;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.6;margin:0}.cookie-banner a{color:#c9a96e;text-decoration:underline}.cookie-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:.65rem 1.4rem;border-radius:4px;border:none;cursor:pointer;transition:opacity .2s}.cookie-btn:hover{opacity:.85}.cookie-btn--accept{background:#c9a96e;color:#1a1a1a}.cookie-btn--reject{background:transparent;color:#fff9;border:1px solid rgba(255,255,255,.2)}@media(max-width:600px){.cookie-banner{padding:1rem}.cookie-banner-inner{flex-direction:column;text-align:center;gap:1rem}}.App{width:100vw;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.wa-float{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center;gap:.6rem;padding:.9rem 1.5rem .9rem 1.2rem;border-radius:60px;background:#25d366;color:#fff;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;letter-spacing:.3px;text-decoration:none;box-shadow:0 6px 24px #25d36666;transition:transform .3s ease,box-shadow .3s ease;animation:wa-pulse 2.5s ease-in-out infinite}.wa-float:hover{transform:scale(1.06);box-shadow:0 8px 32px #25d36680;animation:none}@keyframes wa-pulse{0%,to{box-shadow:0 6px 24px #25d36666}50%{box-shadow:0 6px 32px #25d36699}}@media(max-width:600px){.wa-float{bottom:14px;right:14px;padding:.7rem 1.1rem .7rem .9rem;font-size:.8rem;gap:.4rem;border-radius:50px}.wa-float svg{width:22px;height:22px}}@media(max-width:380px){.wa-float{bottom:12px;right:12px;padding:.65rem;font-size:0;border-radius:50%;width:52px;height:52px;justify-content:center}.wa-float svg{width:24px;height:24px}}.not-found-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:#faf9f7}.not-found-page h1{font-family:Playfair Display,serif;font-size:6rem;color:#c9a96e;line-height:1;margin-bottom:.5rem}.not-found-page p{font-family:Inter,sans-serif;font-size:1.1rem;color:#666;margin-bottom:2rem}.not-found-link{font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:.75rem 2rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:4px;transition:opacity .2s}.not-found-link:hover{opacity:.8}
