*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}:root{--color-primary: #E42535;--color-primary-hover: #fc0421;--color-secondary: #0D8C2D;--color-secondary-hover: #0b6a22;--color-text: #1F2937;--color-bg: #ffffff}html{font-size:62.5%;scroll-behavior:smooth}body{min-width:320px;max-width:1200px;margin:auto;background:url(/images/bcg.jpg)}@font-face{font-family:Playfair;src:url(/fonts/playfair-var.woff2) format("woff2");font-weight:400 900;font-style:normal;font-display:swap}@font-face{font-family:Playfair;src:url(/fonts/playfair-italic-var.woff2) format("woff2");font-weight:400 900;font-style:italic;font-display:swap}body{font-family:system-ui,-apple-system,sans-serif;font-size:1.6rem;color:#1f2937}h1,h2{font-family:Playfair Display,serif;font-weight:800;letter-spacing:-.5px}h1{font-size:2.8rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}h2{font-size:2.3rem;margin-bottom:1rem;padding-bottom:8px;display:inline-block}h2:after{content:"";display:block;width:100%;height:2px;background:var(--color-primary);border-radius:2px;margin-top:4px}.footer{background:#111;color:#fff;padding:2rem 1rem .8rem}.footer-main{display:flex;flex-direction:column;gap:2.5rem;background:#ffffff05;padding:1rem;border-radius:12px}.footer-block{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-block:last-child{border-bottom:none}.footer-block h3{font-size:1.6rem}.footer-block h4{font-size:1.4rem;color:#fff}.footer-block h3,.footer-block h4{margin-bottom:.5rem}.footer-block p{color:#f0f2f5;font-size:1.3rem}.footer-block a{display:flex;justify-content:center;align-items:center;gap:5px;color:#f0f2f5;text-decoration:none;width:fit-content;border-radius:5px}.footer-block a:hover{color:#fff}.footer-phone{display:inline-flex;align-items:center;gap:6px;margin-top:.5rem;color:#fff;text-decoration:none;font-weight:600}.footer-map{background-color:#fc262620;border-radius:7px}.footer-map,.footer-phone{padding:.4rem 1.5rem;margin:auto}.footer-hours{font-size:1.4rem}.footer-bottom{margin-top:2rem;padding-top:1rem;text-align:center;font-size:1.4rem;color:#f0f2f5}.footer-legal{display:flex;justify-content:center;gap:1rem;margin:.5rem 0}.credit{margin-top:.5rem;opacity:.7;color:#f0f2f5}.credit a{color:#fff;text-decoration:underline}.footer-main{max-width:600px;margin:0 auto;padding:0 1rem}.footer-bottom{max-width:600px;margin:0 auto;padding:1 1rem;color:#f0f2f5}.footer-bottom p:first-child{padding-bottom:0}.footer-block:first-child{text-align:center}.footer-map{margin:auto}.footer-legal a{text-decoration:underline;color:#f0f2f5}.footer__social{background-color:#fff;border-radius:.7rem;width:fit-content;margin:auto;padding:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.footer__social .social-link:first-child{position:relative;padding-right:12px}.footer__social .social-link:first-child:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:15px;background:#8d8a8a}.social-link svg{width:24px;height:24px}.social-link.facebook{fill:#0866ff}.social-link.instagram{fill:#ff0069}table{padding:1rem;border-radius:10px}.footer__hours{border-collapse:collapse;font-size:1.4rem;color:#fff;width:100%;margin-left:0}.footer__hours th{text-align:left;font-weight:500;padding-right:1rem;white-space:nowrap}.footer__hours td{text-align:right;color:var(--color-muted)}.footer__hours tr+tr{border-top:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.footer-main{justify-content:space-between}.footer-block{flex:1}.footer-bottom{text-align:center}}.card{background:#fff;overflow:hidden;display:flex;flex-direction:column;gap:.75rem;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .2s ease;margin-bottom:12px}.card:hover{box-shadow:0 6px 18px #0000001f}.card:active{transform:scale(.98)}.card__img{width:80px;height:80px;border-radius:12px;object-fit:cover;flex-shrink:0}.card__content{display:flex;flex-direction:column;justify-content:space-between;gap:4px;width:100%}.card__title{font-size:1.6rem;font-weight:600;color:#1f2937;margin:0;text-align:left}.card__description{font-size:1.3rem;color:#6b7280;font-style:italic;margin:0;text-align:left}.card__price{font-size:1.4rem;font-weight:700;color:#111;margin-top:4px}.filters{display:flex;gap:.5rem;margin:1.5rem 0;flex-direction:column;flex-wrap:wrap}.filters select{padding:.4rem .8rem;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;font-family:inherit;color:#555;cursor:pointer;transition:all .2s ease}.filters button{display:inline-flex;align-items:center;gap:4px;font-family:inherit;background:#f3f4f6;border:1px solid #e5e7eb;padding:.4rem .8rem;border-radius:999px;cursor:pointer;color:#555;transition:all .2s ease}.filters button svg{stroke:currentColor}.filters .active{background:var(--color-primary);color:#fff;border:2px solid #fff}.filters button:active{transform:scale(.97)}.filters button:hover{background:var(--color-primary-hover);color:#fff}.filter-middle{display:flex;gap:.5rem;flex-wrap:wrap}header{position:sticky;top:0;z-index:9999;background-color:var(--color-secondary-hover);color:#fff;padding:.6rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;height:55px}header a{text-decoration:none}.header__status,.header__call{color:#fff;font-weight:600}.header__logo-img{width:45px;border-radius:50%;box-shadow:1px 1px 1px 2px #a9a8a8}.header__toggle{display:none}.header__nav{position:absolute;top:100%;left:0;width:100%;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#fffffff2;backdrop-filter:blur(10px);transform:translateY(-10px);opacity:0;pointer-events:none;transition:all .3s ease}.header__toggle:checked~.header__nav{transform:translateY(0);opacity:1;pointer-events:auto}.header__overlay{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease}.header__toggle:checked~.header__overlay{opacity:1;pointer-events:auto}.header__call{display:none}.header__call-link{color:#fff;font-weight:600;display:flex;gap:.5rem}.header__call-icon{color:#fff;font-weight:600;display:flex;text-decoration:none;width:18px;height:18px;align-self:center}.header__burger{font-size:2rem;user-select:none;position:relative;z-index:10000;display:flex;flex-direction:column;justify-content:center;gap:5px;width:30px;height:24px;cursor:pointer}.header__burger span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.header__toggle:checked+.header__burger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__toggle:checked+.header__burger span:nth-child(2){opacity:0}.header__toggle:checked+.header__burger span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__toggle:checked+.header__burger{transform:scale(1.1)}body:has(.header__toggle:checked){overflow:hidden}.header__link{font-size:1.8rem;font-weight:600;color:#333;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:all .2s ease}.header__link:hover{color:var(--color-primary);transform:translate(5px)}#menu{background:#fff}#menu>section{padding:1rem;max-width:680px;margin:auto}.items-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.items-list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:start;gap:1.5rem;padding:14px 0;width:100%;max-width:320px;border-bottom:1px solid #eee;transition:opacity .25s ease,transform .25s ease;cursor:pointer}.items-list__item:active{background:#f8f8f8}.items-list__item[data-highlight=true]{background:#fff3e6;padding:.8rem;border-radius:1rem;transform:scale(1.05)}.items-list__item[style*=none]{opacity:0;transform:scale(.95)}.items-list__text{font-style:italic;font-size:1.4rem;color:#666;margin-top:4px}.items-list__image{width:100px;height:100px;border-radius:8px;object-fit:cover;margin:auto}.items-list__title{font-weight:600;font-size:16px;display:flex;align-items:center;align-content:center;gap:6px}.items-list__content{display:flex;flex-direction:column;justify-content:space-evenly;gap:.5rem;flex-basis:100%;flex:1}.items-list__price{font-weight:600;text-align:right;margin-left:auto}div.container-secondary{background:#f7f7f7;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cta{display:flex;gap:2rem;justify-content:center}.cta .btn{border-radius:12px;font-weight:600;padding:.7rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-align:center;transition:all .2s ease}.cta .btn--secondary{background:transparent;border:1px solid rgba(0,0,0,.6)}.cta .btn:hover{transform:translateY(-1px)}.cta svg{width:20px;height:20px}.sticky-cta{position:sticky;bottom:0;left:0;width:100%;display:flex;z-index:9999;background:#111;border-top:1px solid #333}.sticky-cta a{text-decoration:none;color:#fff}.sticky-cta .cta{flex:1;text-align:center;padding:1rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:4px}.sticky-cta .call{background:#e63946}.sticky-cta .cta:active{transform:scale(.97)}.cta .btn-cta{color:#333;border:none}.cta .btn-cta:hover,.cta .btn-cta:hover svg{color:#fff;stroke:#fff}.cta .btn-cta.primary{box-shadow:0 1px 5px #333;color:var(--color-red)}.cta .btn-cta.secondary{box-shadow:0 2px 5px #333}.cta .btn-cta.secondary:hover{background-color:var(--color-green);box-shadow:0 2px 5px #22c55e66}.menu-nav{position:sticky;top:50px;background:#fff;display:flex;overflow-x:auto;scrollbar-width:none;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;z-index:10;color:#1f2937}.menu-nav::-webkit-scrollbar{display:none}.menu-nav a{text-decoration:none;font-weight:700;color:#333}.nav-link{position:relative;text-decoration:none;color:#000}.nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:#e63946;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active{color:#e63946}.nav-link.active:after{width:100%}.btn-cta.primary{background:#e63946;border:none}.btn-cta.secondary{border:1.5px solid rgba(255,255,255,.6);background:#ffffff26;backdrop-filter:blur(2px)}button.active svg{transform:scale(1.1)}.policy-legal{padding:4rem 1.5rem;background:#fafafa;max-width:750px;margin:0 auto;color:#222;font-family:system-ui,sans-serif;line-height:1.7}.policy-legal h1{font-size:2.5rem;margin-bottom:2rem;text-shadow:none}.policy-legal section{margin-bottom:2rem}.policy-legal h2{font-size:1.7rem;margin-bottom:.5rem;margin-top:1.5rem}.policy-legal p{margin:.5rem 0}.policy-legal a{color:#000;text-decoration:underline}.policy-legal a:hover{opacity:.7}@media(min-width:768px){header{justify-content:space-between}.header__call{display:flex;align-items:center;gap:.5rem}.header__burger{display:none}.header__nav{position:static;flex-direction:row;background:transparent;transform:none;opacity:1;pointer-events:auto;padding:0;justify-content:end;width:fit-content}.header__link{padding:0 1rem;border:none;color:#fff}.header__link:hover{color:#fff;transform:scale(1.05)}.menu-nav{justify-content:center}.header-status{width:100%}.filters{width:max-content;margin:2rem auto}}
