@font-face{font-family:Poppins;src:url(/assets/poppins-v24-latin_latin-ext-regular-DZXW5Tmd.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/poppins-v24-latin_latin-ext-600-DbBEVP56.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/poppins-v24-latin_latin-ext-700-BqqkXCuN.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/assets/playfair-display-v40-latin_latin-ext-600-qDZyMCMK.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/assets/playfair-display-v40-latin_latin-ext-700-CMsmF6ch.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}button{cursor:pointer}a{text-decoration:none}ul{list-style:none}:root{--color-primary:#a4161a;--color-secondary:#ffb703;--color-dark:#1d1d1d;--color-light:#fff;--color-gray:#f5f5f5;--color-btn-primary:#a4161a;--color-btn-primary-hover:#800f13;--font-primary:"Poppins", sans-serif;--font-title:"Playfair Display", serif;--font-text:"Poppins", sans-serif;--spacing-small:8px;--spacing-medium:16px;--spacing-large:32px;--section-spacing:100px;--container-width:1200px;--header-height:72px;--bg-flow-1:#f3f3f3;--bg-flow-2:#efefef;--bg-flow-3:#f6f6f6;--bg-flow-4:#fafafa;--bg-flow-5:#fff;--transition-1:linear-gradient(to bottom, var(--bg-flow-1) 0%, var(--bg-flow-2) 100%);--transition-2:linear-gradient(to bottom, var(--bg-flow-2) 0%, var(--bg-flow-3) 100%);--transition-3:linear-gradient(to bottom, var(--bg-flow-3) 0%, var(--bg-flow-4) 100%);--transition-4:linear-gradient(to bottom, var(--bg-flow-4) 0%, var(--bg-flow-5) 100%)}h1,h2{font-family:var(--font-title)}body,p,span,button,a{font-family:var(--font-text)}@media (width<=768px){:root{--header-height:51px}}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font-primary);background-color:var(--color-light);color:var(--color-dark);padding-top:var(--header-height);line-height:1.5}section{padding:0}h1,h2,h3{font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:var(--color-light);justify-content:space-between;align-items:center;display:flex;position:relative}.nav-links{gap:var(--spacing-large);display:flex}.nav-link{color:var(--color-dark);letter-spacing:.5px;padding:5px 0;font-size:18px;font-weight:600;transition:all .3s;display:inline-block;position:relative}.nav-link:hover{color:var(--color-primary)}.nav-link:after{content:"";background-color:var(--color-primary);width:0%;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.nav-link:hover:after,.nav-link.active:after{width:100%}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background-color:var(--color-dark);width:25px;height:3px;transition:all .3s}.mobile-button{display:none}@media (width<=768px){.hamburger{z-index:1001;margin-right:30px;transition:all .3s;display:flex}.hamburger span{background-color:var(--color-dark);transform-origin:50%;width:25px;height:3px;transition:all .3s}.hamburger:hover span{background-color:var(--color-primary)}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.menu-open .hamburger{z-index:1002;top:20px;left:auto;right:20px}.nav-links{background-color:var(--color-light);opacity:0;z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:80%;max-width:300px;height:100vh;padding:0;transition:right .3s,opacity .3s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000004d}.nav-links.open{opacity:1;right:0}.nav-link{font-size:22px}.navbar:before{content:"";opacity:0;pointer-events:none;background:#0006;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.menu-open:before{opacity:1;pointer-events:all}.mobile-button{text-align:center;width:100%;display:block}.mobile-button a,.mobile-button button{width:80%;max-width:250px}.mobile-button a{margin-top:32px;padding:14px;font-size:18px}}.header{z-index:999;background-color:var(--color-light);width:100%;min-height:72px;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0}.header.scrolled{background-color:var(--color-light);z-index:999;width:100%;position:fixed;top:0;left:0;box-shadow:0 4px 12px #0000001a}.header.scrolled .logo{height:125px;transform:translateY(-3%)}.header-content{height:100%;padding:var(--spacing-medium) 0;justify-content:flex-end;align-items:center;gap:24px;display:flex}.logo-wrapper{z-index:11;position:absolute;top:100%;left:5%;transform:translateY(-52%)}.logo{filter:drop-shadow(0 4px 6px #0000004d);will-change:transform;height:150px;transition:height .3s,transform .3s}@media (width<=1024px){.desktop-button{margin-right:32px}}@media (width<=768px){.header{min-height:51px}.header.scrolled .logo{height:125px;transform:translateY(-7%)}.desktop-button{display:none}.logo-wrapper{transform:translateY(-33%)}}@media (width<=480px){.logo{height:120px;transform:translateY(-10px)}.header.scrolled .logo{height:100px;transform:translateY(-17%)}}@media (width<=360px){.logo{height:100px;transform:translateY(-17px)}.header.scrolled .logo{height:80px;transform:translateY(-29%)}}.footer{background-color:var(--color-gray);color:var(--color-dark);padding:60px 20px 0}.footer-container{max-width:var(--container-width);grid-template-columns:repeat(4,1fr);align-items:start;gap:40px;margin:0 auto;display:grid}.footer-logo{width:120px;margin-bottom:12px}.footer-brand{flex-direction:column;display:flex}.footer-description{margin-top:8px;font-size:14px;font-weight:600;line-height:1.5}.footer-tagline{color:#555;margin-top:4px;font-size:12px}.footer-section{flex-direction:column;display:flex}.footer-section h3{color:var(--color-primary);margin-bottom:12px;font-size:16px}.footer-section p,.footer-section a{color:#444;opacity:1;margin-bottom:8px;font-size:14px;text-decoration:none;transition:all .3s;display:block}.footer-section p{max-width:220px;line-height:1.5}.footer-section a:hover{color:var(--color-primary);opacity:1;transform:translate(3px)}.social-links{flex-direction:column;gap:8px;display:flex}.footer-icon{color:var(--color-primary);flex-shrink:0;font-size:14px}.footer-section a.footer-item{align-items:center;gap:8px;display:flex}.footer-item a{margin:0}.footer-subtitle{color:var(--color-primary);margin-top:16px;margin-bottom:8px;font-size:14px}.footer-bottom{text-align:center;letter-spacing:.5px;border-top:1px solid #00000014;flex-direction:column;align-items:center;gap:6px;margin-top:50px;padding:20px 0;display:flex}.footer-bottom p{opacity:.8;font-size:14px;font-weight:600}.footer-bottom span{color:#444;font-size:12px}@media (width<=1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:32px}.footer-section{align-items:flex-start}.footer-section h3{font-size:18px}.footer-section a,.footer-section p,.footer-subtitle,.footer-bottom p{font-size:15px}.footer-bottom span{font-size:13px}}@media (width<=600px){.footer{padding:40px 20px 0}.footer-container{text-align:center;grid-template-columns:1fr;gap:28px}.footer-section{align-items:center}.footer-logo{width:100px}.footer-description,.footer-tagline{max-width:100%}.footer-item{justify-content:center}.social-links{align-items:center}}@media (width<=360px){.footer{padding:30px 15px 0}.footer-section h3{font-size:14px}.footer-section a,.footer-section p{font-size:13px}.footer-logo{width:90px}}.whatsapp-container{z-index:999;align-items:center;display:flex;position:fixed;bottom:25px;right:25px}.whatsapp-button{color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:2s infinite pulse;display:flex;box-shadow:0 4px 12px #00000040}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 18px #0000004d}.tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background-color:#222;border-radius:8px;margin-right:12px;padding:8px 12px;font-size:14px;transition:opacity .3s,transform .3s,visibility .3s;transform:translate(10px)}.whatsapp-container:hover .tooltip{opacity:1;visibility:visible;transform:translate(0)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@media (width<=768px){.whatsapp-container{bottom:20px;right:20px}.whatsapp-button{width:54px;height:54px;font-size:1.8rem}.tooltip{display:none}}@media (width<=480px){.whatsapp-container{bottom:15px;right:15px}.whatsapp-button{width:48px;height:48px;font-size:1.5rem}}.hero{min-height:calc(100vh - var(--header-height));background:linear-gradient(135deg,#fff27a,#ffe62f);justify-content:space-between;align-items:center;padding:35px 100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffffff0f,#0000 35%),radial-gradient(circle at 80% 80%,#ffffff0a,#0000 40%);position:absolute;inset:0}.hero-content{z-index:2;max-width:550px;animation:.6s contentFade}@keyframes contentFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-info{animation:.8s ease-out contentFade}.hero-tag{color:#8b0000;letter-spacing:2px;text-transform:uppercase;background:#8b000014;border:1.5px solid #8b0000;border-radius:30px;margin-bottom:24px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.hero h1{color:#8b0000;letter-spacing:-.5px;text-shadow:0 2px 8px #00000014;flex-direction:column;max-width:520px;margin-bottom:24px;font-size:4.5rem;font-weight:700;line-height:.95;display:flex}.hero h1 span{color:#5a0000;white-space:nowrap;font-family:Playfair Display,serif;font-size:1.05em;line-height:.9}.hero p{color:#4a2c00;max-width:480px;margin-bottom:36px;font-size:1.125rem;line-height:1.8}.hero-visual{justify-content:center;align-items:center;width:600px;height:600px;display:flex;position:relative}.hero-visual:before{content:"";opacity:.3;filter:blur(100px);opacity:.35;background:radial-gradient(circle,#ff6b00,#0000 70%);border-radius:50%;width:550px;height:550px;position:absolute}.hero-navigation{align-items:center;gap:24px;margin-top:32px;display:flex}.hero-dots{gap:10px;margin-top:0;display:flex}.dot{cursor:pointer;background:#8b000040;border:none;border-radius:50%;flex-shrink:0;width:12px;height:12px;padding:0;transition:background-color .3s,transform .3s}.dot.active{background:#8b0000}.dot:focus-visible{outline-offset:4px;outline:2px solid #8b0000}.hero-arrows{gap:10px;display:flex}.hero-arrow{color:#8b0000;cursor:pointer;background:#fff3;border:1px solid #8b000040;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.hero-arrow:hover{color:#8b0000;background:#8b00001a;border-color:#8b0000;transform:translateY(-2px)}.hero-image{z-index:2;filter:drop-shadow(0 25px 40px #00000059);width:900px;max-width:100%;animation:.8s ease-out plateReveal,4s ease-in-out .8s infinite float;position:relative}@keyframes plateReveal{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=1024px){.hero{gap:30px;padding:40px 60px}.hero h1{font-size:3.8rem}.hero-image{width:750px}.hero-visual{width:500px;height:500px}}@media (width<=992px){.hero{gap:20px;padding:40px}.hero-content{max-width:450px}.hero h1{font-size:3.3rem}.hero p{font-size:1rem;line-height:1.7}.hero-image{width:620px}.hero-visual{width:420px;height:420px}.hero-visual:before{width:400px;height:400px}}@media (width<=768px){.hero{text-align:center;flex-direction:column-reverse;justify-content:center;gap:20px;min-height:auto;padding:30px 20px 50px}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-info{flex-direction:column;align-items:center;animation:none;display:flex}.hero-info .btn{margin:0 auto}.hero h1{align-items:center;max-width:100%;font-size:2.8rem}.hero h1 span{white-space:normal}.hero p{max-width:100%;margin-bottom:28px;font-size:1rem}.hero-navigation{justify-content:center;margin-top:24px}.hero-visual{width:100%;height:auto;min-height:280px}.hero-visual:before{filter:blur(80px);width:320px;height:320px}.hero-image{width:min(500px,100%);animation:.8s ease-out plateReveal}}@media (width<=480px){.hero h1{font-size:2.2rem}.hero p{font-size:.95rem}.hero-tag{font-size:.7rem}.hero-arrow{width:34px;height:34px}.dot{width:10px;height:10px}.hero-image{width:100%}.hero-visual:before{width:250px;height:250px}}.highlight-strip{color:#fff;background:#8e0000;padding:14px 0;position:relative;overflow:hidden}.highlight-strip:before,.highlight-strip:after{content:"";z-index:2;pointer-events:none;width:80px;height:100%;position:absolute;top:0}.highlight-strip:before{background:linear-gradient(90deg,#8e0000,#0000);left:0}.highlight-strip:after{background:linear-gradient(270deg,#8e0000,#0000);right:0}.marquee{width:100%;overflow:hidden}.track{width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-content{white-space:nowrap;gap:40px;font-weight:600;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.track{animation:25s linear infinite marquee}}.intro.split{min-height:60vh;display:flex}.intro.split .text{color:#222;background:linear-gradient(#f5f5f5 0%,#eee 100%);flex-direction:column;flex:1;justify-content:center;padding:60px 80px;display:flex;box-shadow:0 0 40px #00000008}.intro.split .text h2{letter-spacing:-1px;color:#1a1a1a;margin-bottom:18px;font-size:2.8rem;line-height:1.1}.intro.split .text p{color:#555;max-width:500px;margin-bottom:24px;font-size:1.1rem;line-height:1.6}.buttons{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.intro.split .image{background-color:#f5f5f5;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden}.intro.split .image:before{content:"";z-index:1;opacity:.02;background-image:url(/assets/pattern-BK7O7uH7.webp);background-position:50%;background-size:cover;position:absolute;inset:0}.intro.split .image-bg{object-fit:contain;object-position:center center;filter:drop-shadow(0 20px 35px #0000002e);z-index:2;width:85%;max-width:650px;height:auto;transition:transform .8s;display:block;position:relative;transform:translate(20px)}.intro.split .image:hover .image-bg{transform:translate(20px)scale(1.03)}.intro-tag{color:#8b0000;letter-spacing:2px;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.intro-tag:before{content:"";background:#8b0000;width:35px;height:2px}@media (width<=1024px){.intro.split{min-height:55vh}.intro.split .text{padding:45px 55px}.intro.split .text h2{font-size:2.4rem;line-height:1.2}.intro.split .text p{max-width:480px;font-size:1.05rem}.buttons .btn{padding:12px 24px;font-size:1rem}.intro.split .image-bg{transform:none}}@media (width<=768px){.intro.split{flex-direction:column-reverse;min-height:auto}.intro.split .image{flex:none;width:100%;height:200px;min-height:180px}.intro.split .text{padding:40px 28px}}@media (width<=480px){.intro.split .text{padding:32px 24px}.intro-tag{letter-spacing:1.5px;gap:8px;font-size:12px}.intro-tag:before{width:24px}.intro.split .text h2{margin-bottom:14px;font-size:1.7rem;line-height:1.25}.intro.split .text p{font-size:.95rem;line-height:1.7}.intro.split .image{height:180px;min-height:160px}.buttons{justify-content:flex-start;width:100%}.buttons .btn{justify-content:center;align-items:center;width:auto;max-width:none;display:inline-flex}}.featured{background:#fafafa;padding:120px 80px 80px}.featured h2{letter-spacing:-1px;margin-bottom:40px;font-size:32px}.featured-header{margin-bottom:50px}.featured-tag{color:#8b0000;letter-spacing:2px;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.featured-tag:before{content:"";background:#8b0000;width:35px;height:2px}.featured-header h2{letter-spacing:-1px;margin-bottom:14px;font-size:2.8rem;line-height:1.1}.featured-header p{color:#555;max-width:550px;font-size:1.05rem;line-height:1.7}.grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.card{cursor:pointer}.image-container{position:relative;overflow:hidden}.overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.overlay a{background:var(--color-btn-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 20px}.overlay a:hover{background:var(--color-btn-primary-hover)}.card h3{margin-top:16px;font-size:18px;font-weight:600}@media (hover:hover){.card:hover .overlay{opacity:1}.card:hover img{transform:scale(1.1)}}@media (width<=1024px){.featured{padding:80px 50px}.grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=768px){.featured{padding:60px 28px}.featured h2{margin-bottom:28px;font-size:28px}.featured-header h2{font-size:2rem}.featured-header p{font-size:1rem}.grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:10px;display:flex;overflow-x:auto}.grid::-webkit-scrollbar{display:none}.card{scroll-snap-align:center;background:#fff;border-radius:16px;flex-shrink:0;min-width:85%;padding:12px;box-shadow:0 6px 20px #00000014}.image-container img{aspect-ratio:4/5;object-fit:cover;border-radius:12px;width:100%;height:auto}.card h3{margin-top:14px;font-size:18px}.overlay{display:none}}@media (width<=480px){.featured{padding:50px 24px}.featured h2{font-size:24px}.featured-header{margin-bottom:30px}.featured-tag{gap:8px;font-size:12px}.featured-tag:before{width:24px}.featured-header h2{font-size:1.7rem}.featured-header p{font-size:.95rem}.card{min-width:82%}.image-container img{aspect-ratio:1}.card h3{font-size:16px}}.menu-preview{text-align:center;z-index:1;background:#81050d;padding:60px 0;position:relative;overflow:hidden}.menu-preview:before{content:"";opacity:.05;z-index:-1;pointer-events:none;background-image:url(/assets/pattern-BK7O7uH7.webp);background-position:50%;background-size:cover;position:absolute;inset:0}.menu-preview-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#00000080;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:50px;padding:30px 20px}.menu-preview *{z-index:1;position:relative}.menu-preview-header h2{color:#fff;margin-bottom:10px;font-size:2rem}.menu-preview-header p{color:#eaeaea}.menu-preview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;padding:0 20px;display:grid}.menu-card{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;transition:transform .3s;position:relative;overflow:hidden}.menu-card:hover{background:#0000004d;transform:translateY(-8px)}.menu-card img{object-fit:cover;width:100%;height:250px}.menu-card-content{color:#fff;background:linear-gradient(#0000,#000000b3);width:100%;padding:20px;position:absolute;bottom:0}.menu-card-content h3{text-shadow:0 2px 6px #000000e6;margin-bottom:10px;font-size:1.4rem}.menu-btn{letter-spacing:.5px;color:var(--color-light);background:linear-gradient(135deg,#c62828,#8b0000);border-radius:8px;padding:8px 16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #8b00004d}.menu-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b000066}@media (width<=1024px){.menu-preview{padding:35px 0}.menu-preview-header{padding:25px 20px}.menu-preview-header h2{font-size:clamp(1.8rem,2.5vw,2.5rem)}.menu-preview-header p{font-size:clamp(1.2rem,2.5vw,1.5rem)}.menu-preview-grid{gap:20px}.menu-card img{height:220px}.menu-preview:before{opacity:.04;background-size:120%}}@media (width<=768px){.menu-preview{background-attachment:scroll;padding:50px 0}.menu-preview-header{padding:20px 15px}.menu-preview-header h2{font-size:1.6rem}.menu-preview-header p{font-size:.9rem}.menu-preview-grid{grid-template-columns:1fr;gap:18px}.menu-card img{height:200px}.menu-btn{padding:10px 18px;font-size:.9rem}.menu-preview:before{opacity:.03;background-size:150%}}@media (width<=480px){.menu-preview-header h2{font-size:1.4rem}.menu-preview-header p{font-size:.85rem}.menu-card img{height:180px}.menu-btn{width:100%}.menu-preview:before{opacity:.02;background-size:180%}}.menu-hero{min-height:calc(90vh - var(--header-height));background:linear-gradient(135deg,#5a0b0b,#7a1515);padding:120px 20px;position:relative;overflow:hidden}.menu-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffffff0f,#0000 35%),radial-gradient(circle at 80% 80%,#ffffff0a,#0000 40%);position:absolute;inset:0}.menu-hero-container{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;transform:none}.menu-hero-content{z-index:2;flex:1;max-width:650px;animation:.8s ease-out fadeUp;position:relative}.menu-hero-tag{color:#f7c400;letter-spacing:2px;text-transform:uppercase;background:#f7c40014;border:1px solid #f7c400;border-radius:30px;margin-bottom:24px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 0 20px #f7c40026}.menu-hero h1{color:#fff;text-shadow:0 4px 20px #0003;margin-bottom:28px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.menu-hero h1 span{color:#f7c400;font-family:Playfair Display,serif;display:block}.menu-hero p{color:#ffffffd9;max-width:500px;margin-top:10px;margin-bottom:30px;font-size:1.05rem;line-height:1.75}.menu-hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.menu-hero-image{flex:1;justify-content:center;align-items:center;animation:.9s ease-out fadeScale;display:flex;overflow:visible}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.floating-plate{z-index:1;animation:4s ease-in-out infinite float;position:relative}.floating-plate:before{content:"";z-index:0;filter:blur(120px);opacity:.4;z-index:-1;background:#f7c400;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-plate:after{content:"";filter:blur(15px);opacity:.5;background:#0003;border-radius:50%;width:60%;height:20px;animation:4s ease-in-out infinite shadow;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.floating-plate img{z-index:2;filter:drop-shadow(0 25px 40px #00000059);width:100%;max-width:700px;height:auto;transition:transform .4s;display:block;transform:scale(1.15)}.floating-plate img:hover{transform:scale(1.25)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shadow{0%,to{opacity:.5;transform:translate(-50%)scale(1)}50%{opacity:.3;transform:translate(-50%)scale(.85)}}@media (width<=1200px){.menu-hero{padding-top:120px;padding-bottom:60px;padding-left:30px}.menu-hero-container{gap:30px}.menu-hero h1{font-size:2.5rem}.floating-plate img{width:430px}.floating-plate:before{filter:blur(100px);opacity:.35;width:420px;height:420px}}@media (width<=992px){.menu-hero{padding-top:100px;padding-bottom:50px;padding-left:25px}.menu-hero-container{gap:10px}.menu-hero-content{max-width:480px}.menu-hero h1{font-size:34px}.menu-hero p{font-size:17px}.floating-plate img{width:380px;transform:scale(1.05)}.floating-plate:before{filter:blur(90px);opacity:.32;width:360px;height:360px}}@media (width<=768px){.menu-hero{padding-top:160px;padding-bottom:80px}.menu-hero-container{text-align:center;flex-direction:column-reverse;gap:50px}.menu-hero-content{flex-direction:column;align-items:center;display:flex}.menu-hero h1{max-width:500px;font-size:2.3rem}.menu-hero p{margin-bottom:24px;font-size:16px}.menu-hero-buttons{justify-content:center}.menu-hero-image{margin-bottom:20px}.floating-plate,.floating-plate:after{animation:none}.floating-plate img,.floating-plate img:hover{transform:scale(1.2)}}@media (width<=480px){.menu-hero{padding-top:120px;padding-bottom:70px}.menu-hero-tag{padding:5px 12px;font-size:12px}.menu-hero h1{font-size:24px}.menu-hero p{font-size:15px}.menu-hero-buttons{flex-direction:column;width:100%}.menu-hero-buttons a{width:100%}.floating-plate img{width:260px}.floating-plate:after{bottom:-12px}.floating-plate:before{filter:blur(60px);opacity:.25;width:280px;height:280px}}@media (width<=360px){.menu-hero h1{font-size:22px}}.highlights{padding:var(--section-spacing) 20px;background:var(--transition-1);text-align:center;margin-top:-50px}.highlights h2{margin-bottom:10px;font-size:32px}.subtitle{color:#666;margin-bottom:40px}.highlights-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.highlight-card{background:var(--color-light);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #00000014}.highlight-card:hover{transform:translateY(-10px)scale(1.01);box-shadow:0 12px 30px #0000001f}.image-container{height:200px;position:relative;overflow:hidden}.image-container img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.highlight-card:hover img{transform:scale(1.05)}.tag{color:var(--color-light);letter-spacing:.5px;background:#8b0000;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600;position:absolute;top:12px;left:12px}.highlights-content{text-align:left;flex-direction:column;flex-grow:1;padding:20px;display:flex}.highlights-content h3{white-space:normal;word-break:break-word;overflow-wrap:break-word;min-height:40px;font-size:18px;overflow:hidden}.highlights-content p{color:#555;white-space:normal;word-break:break-word;overflow-wrap:break-word;margin-bottom:20px;font-size:14px;line-height:1.5}.highlight-text-group{flex-direction:column;gap:6px;display:flex}.highlights-content a,.highlights-content button{margin-top:auto}@media (width<=1024px){.highlights{padding:80px 50px}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:24px}.highlights h2{font-size:28px}.subtitle{margin-bottom:32px}}@media (width<=768px){.highlights{padding:60px 16px}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:20px}.highlights h2{margin-top:24px;font-size:26px}.subtitle{margin-bottom:28px;font-size:15px}.image-container{height:180px}.highlights-content{padding:16px}.highlights-content h3{min-height:auto;font-size:18px}.highlights-content p{font-size:14px}}@media (width<=480px){.highlights{padding:50px 14px}.highlights-grid{grid-template-columns:1fr;gap:20px}.highlights h2{font-size:22px}.subtitle{margin-bottom:24px;font-size:14px;line-height:1.5}.highlight-card{border-radius:14px}.image-container{height:190px}.highlights-content{padding:16px}.highlights-content h3{min-height:auto;font-size:18px}.highlights-content p{margin-bottom:18px;font-size:14px;line-height:1.6}.tag{padding:5px 10px;font-size:12px}}.categories{padding:var(--section-spacing) 20px;background:var(--transition-2)}.categories-header{text-align:center;max-width:700px;margin:0 auto 60px}.categories-subtitle{color:var(--color-primary);letter-spacing:1px;text-transform:uppercase;font-weight:600}.categories-header h2{color:var(--color-dark);margin-top:12px;margin-bottom:20px;font-size:42px}.categories-header h2 span{color:var(--color-primary)}.categories-header p{color:#555;font-size:16px;line-height:1.7}.categories-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.category-card{cursor:pointer;color:inherit;background:#fff;border:1px solid #0000000d;border-radius:24px;transition:transform .4s,box-shadow .4s;overflow:hidden}.category-card:active{transform:scale(.98)}.category-image{height:260px;position:relative;overflow:hidden}.category-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}@media (hover:hover){.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.category-card:hover img{transform:scale(1.08)}.category-card:hover h3{color:var(--color-primary)}.category-card:hover .category-image:after{opacity:1}}.category-image:after{content:"";opacity:0;background:linear-gradient(#0000,#00000059);transition:opacity .4s;position:absolute;inset:0}.category-content{padding:24px}.category-content h3{color:var(--color-dark);margin-bottom:12px;font-size:24px;transition:color .3s}.category-content p{color:#555;font-size:15px;line-height:1.6}@media (width<=1024px){.categories{padding:80px 50px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:30px}.categories-header{margin-bottom:50px}.categories-header h2{font-size:38px}.category-image{height:260px}.category-content{padding:22px}}@media (width<=992px){.categories{padding:80px 50px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:25px}.categories-header h2{font-size:36px}.category-image{height:240px}}@media (width<=768px){.categories{padding:70px 35px}.categories-header{margin-bottom:50px}.categories-header h2{font-size:32px;line-height:1.2}.categories-header p{font-size:15px}.categories-grid{gap:20px}.category-image{height:220px}.category-content{padding:20px}.category-content h3{font-size:22px}.category-content p{font-size:14px}}@media (width<=480px){.categories{padding:60px 20px}.categories-header{margin-bottom:40px}.categories-subtitle{font-size:13px}.categories-header h2{font-size:28px}.categories-header p{font-size:14px;line-height:1.6}.categories-grid{grid-template-columns:1fr;gap:24px}.category-card{border-radius:20px}.category-image{height:220px}.category-content{padding:18px}.category-content h3{margin-bottom:10px;font-size:20px}.category-content p{font-size:14px}}@media (width<=360px){.categories{padding:50px 16px}.categories-header h2{font-size:24px}.category-image{height:200px}.category-content{padding:16px}.category-content h3{font-size:18px}.category-content p{font-size:13px}}.menu-showcase{padding:var(--section-spacing) 20px;background:var(--transition-3)}.showcase-header{text-align:center;margin-bottom:60px}.showcase-header span{color:var(--color-primary);letter-spacing:1px;text-transform:uppercase;font-weight:600}.showcase-header h2{color:var(--color-dark);margin:15px 0;font-size:2.8rem}.showcase-header p{color:#666;max-width:700px;margin:0 auto;line-height:1.7}.showcase-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.showcase-card{background:#fff;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000014}.showcase-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.showcase-image{width:100%;height:300px;overflow:hidden}.showcase-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.showcase-card:hover img{transform:scale(1.08)}.showcase-content{flex-direction:column;flex:1;padding:24px;display:flex}.showcase-content h3{color:var(--color-dark);margin-bottom:12px;font-size:1.5rem}.showcase-content p{color:#555;margin-bottom:24px;line-height:1.6}.showcase-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.showcase-footer span{color:var(--color-primary);font-size:1.4rem;font-weight:700}@media (width<=992px){.menu-showcase{padding:90px 20px}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:24px}.showcase-header{margin-bottom:50px}.showcase-header h2{font-size:2.3rem}.showcase-header p{font-size:.95rem}.showcase-image{height:260px}.showcase-content h3{font-size:1.3rem}.showcase-footer span{font-size:1.2rem}}@media (width<=768px){.menu-showcase{padding:80px 16px}.showcase-header{margin-bottom:40px}.showcase-header span{font-size:.85rem}.showcase-header h2{font-size:2rem;line-height:1.2}.showcase-header p{font-size:.95rem;line-height:1.6}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:18px}.showcase-image{height:200px}.showcase-content{padding:18px}.showcase-content h3{font-size:1.15rem}.showcase-content p{margin-bottom:18px;font-size:.9rem;line-height:1.5}.showcase-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.showcase-footer span{font-size:1.1rem}}@media (width<=480px){.menu-showcase{padding:70px 14px}.showcase-header{margin-bottom:36px}.showcase-header span{font-size:.8rem}.showcase-header h2{font-size:1.7rem;line-height:1.2}.showcase-header p{font-size:.9rem;line-height:1.5}.showcase-grid{grid-template-columns:1fr;gap:20px}.showcase-card{max-width:100%}.showcase-image{height:210px}.showcase-content{padding:18px}.showcase-content h3{font-size:1.1rem}.showcase-content p{margin-bottom:18px;font-size:.9rem;line-height:1.5}.showcase-footer{gap:12px}.showcase-footer span{font-size:1.05rem}.showcase-footer .btn{padding:10px 14px;font-size:.85rem}}.menu-cta{isolation:isolate;background:#81050d;padding:140px 20px;position:relative;overflow:hidden}.menu-cta:before{content:"";opacity:.03;z-index:-1;pointer-events:none;background-image:url(/assets/pattern-BK7O7uH7.webp);background-position:50%;background-size:cover;position:absolute;inset:0}.menu-cta:after{content:"";pointer-events:none;background:linear-gradient(#0000001a,#0003);position:absolute;inset:0}.menu-cta-prato{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain;filter:drop-shadow(0 20px 30px #00000059);position:absolute}.menu-cta-prato-left{width:750px;bottom:-40px;left:-250px;transform:rotate(-4deg)}.menu-cta-prato-right{width:600px;top:-60px;right:-100px;transform:rotate(4deg)}.container{max-width:var(--container-width);margin:0 auto}.menu-cta-content{z-index:2;max-width:760px;margin:0 auto;position:relative}.menu-cta-content span{color:var(--color-secondary);text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 10px #00000040;font-weight:700}.menu-cta-content h2{color:#fff;text-shadow:0 4px 20px #00000073,0 2px 10px #00000059;margin:20px 0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.menu-cta-content p{color:#fffffff2;text-shadow:0 2px 10px #00000059;max-width:580px;margin:0 auto 28px;font-size:1.05rem;line-height:1.8}.menu-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media (width<=1200px){.menu-cta-content{max-width:650px}.menu-cta-prato-left{width:600px;left:-220px}.menu-cta-prato-right{width:480px;right:-120px}.menu-cta:before{background-size:120%}}@media (width<=992px){.menu-cta{padding:120px 20px}.menu-cta-prato-left{width:520px;bottom:-20px;left:-200px}.menu-cta-prato-right{width:400px;top:-40px;right:-110px}.menu-cta-content{max-width:560px}.menu-cta-content h2{font-size:clamp(2.2rem,5vw,3.2rem)}.menu-cta-content p{max-width:580px;font-size:1rem;line-height:1.7}.menu-cta-buttons{gap:18px}}@media (width<=768px){.menu-cta{padding:100px 16px}.menu-cta-prato-left{opacity:.9;width:380px;bottom:-10px;left:-140px}.menu-cta-prato-right{opacity:.9;width:300px;top:-20px;right:-90px}.menu-cta-content{max-width:480px}.menu-cta-content span{letter-spacing:1.5px;font-size:.85rem}.menu-cta-content h2{margin:18px 0;font-size:2.2rem;line-height:1.15}.menu-cta-content p{margin-bottom:32px;font-size:.95rem;line-height:1.7}.menu-cta-buttons{justify-content:center;gap:14px}.menu-cta-buttons .btn{min-width:170px}.menu-cta:before{background-size:150%}}@media (width<=480px){.menu-cta{padding:85px 14px}.menu-cta-prato-left{width:280px;bottom:0;left:-100px}.menu-cta-prato-right{width:220px;top:0;right:-60px}.menu-cta-content span{font-size:.78rem}.menu-cta-content h2{font-size:1.8rem;line-height:1.2}.menu-cta-content p{margin-bottom:28px;font-size:.9rem;line-height:1.6}.menu-cta-buttons{flex-direction:column;width:100%}.menu-cta-buttons .btn{width:100%;max-width:300px}.menu-cta:before{opacity:.02;background-size:180%}}.contact-hero{background:radial-gradient(circle at 70%,#fff 0%,#f8f5f2 100%);align-items:center;min-height:60vh;padding:80px 20px;display:flex;position:relative}.contact-hero:after{content:"";pointer-events:none;background:linear-gradient(#f8f5f200,#f8f5f2);height:80px;position:absolute;bottom:0;left:0;right:0}.contact-hero-container{justify-content:space-between;align-items:center;gap:80px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.contact-hero-content{flex:1}.contact-subtitle{color:#c89b3c;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:.9rem;font-weight:600;display:inline-block}.contact-title{margin-bottom:25px;font-size:clamp(2.8rem,5vw,3.8rem);font-weight:700;line-height:1.1}.contact-description{color:#555;max-width:460px;font-size:1.1rem;line-height:1.9}.contact-reels-card{border-radius:30px;flex-shrink:0;width:100%;max-width:480px;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000014}.contact-reels-card img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.contact-reels-overlay{color:#fff;background:linear-gradient(#0000 25%,#00000038 55%,#000000b8);flex-direction:column;justify-content:flex-end;padding:32px;display:flex;position:absolute;inset:0}.contact-play-button{color:#111;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;transition:transform .3s,background-color .3s;display:flex;position:absolute;top:24px;right:24px}.contact-reels-text span{letter-spacing:2px;text-transform:uppercase;opacity:.85;font-size:.85rem}.contact-reels-text strong{margin-top:8px;font-size:1.5rem;line-height:1.3;display:block}.contact-reels-text p{opacity:.9;margin-top:12px;font-size:.95rem;line-height:1.6}.contact-reels-card:focus-visible{outline-offset:4px;outline:3px solid #c89b3c}@media (hover:hover){.contact-reels-card:hover{transform:translateY(-4px);box-shadow:0 35px 70px #0000001f}.contact-reels-card:hover .contact-play-button{transform:scale(1.08)}}@media (width<=1024px){.contact-hero-container{gap:60px;padding:0 32px}.contact-title{font-size:clamp(2.5rem,4vw,3.4rem)}.contact-description{max-width:450px}.contact-reels-card{flex-shrink:0;max-width:440px}.contact-reels-card img{aspect-ratio:4/5}.contact-reels-overlay{padding:28px}.contact-reels-text strong{font-size:1.4rem}.contact-reels-text p{font-size:.9rem}}@media (width<=992px){.contact-hero{padding:90px 20px}.contact-hero-container{gap:50px}.contact-title{font-size:clamp(2.4rem,4vw,3.2rem)}.contact-reels-card{max-width:420px}.contact-reels-card img{aspect-ratio:4/4.5}}@media (width<=860px){.contact-hero-container{gap:32px}.contact-reels-card{flex-shrink:0;max-width:360px}.contact-title{font-size:2.2rem}.contact-description{font-size:1rem;line-height:1.7}}@media (width<=768px){.contact-hero{flex-direction:column;align-items:center;gap:50px;min-height:auto;padding:140px 20px 80px}.contact-hero-container{text-align:center;flex-direction:column;gap:40px}.contact-description{margin:0 auto}.contact-title{font-size:2.3rem}.contact-reels-card{max-width:100%}.contact-reels-card img{aspect-ratio:4/6}.contact-reels-overlay{padding:24px}}@media (width<=480px){.contact-hero-container{padding:0 16px}.contact-subtitle{letter-spacing:1px;font-size:.8rem}.contact-title{font-size:2rem}.contact-description{font-size:1rem;line-height:1.7}.contact-play-button{width:48px;height:48px;font-size:1.2rem;top:16px;right:16px}.contact-reels-overlay{padding:20px}.contact-reels-text span{letter-spacing:1.5px;font-size:.75rem}.contact-reels-text strong{font-size:1.15rem}.contact-reels-text p{margin-top:8px;font-size:.85rem;line-height:1.5}}.contact-info{background:#f8f5f2;border-top:none;padding:100px 20px}.contact-info-container{grid-template-columns:repeat(3,1fr);align-items:center;gap:30px;width:100%;max-width:1200px;margin:0 auto;display:grid}.contact-card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:24px;flex-direction:column;justify-content:flex-start;width:100%;padding:40px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000000d}.contact-card:before{content:"";transform-origin:50%;background:#8b0000;width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.contact-card p+p{margin-top:6px}.contact-card-icon{color:#c89b3c;background:#c89b3c1f;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 25px;font-size:1.8rem;display:flex}.contact-card-icon svg{display:block}.contact-card h3{color:#222;margin-bottom:15px;font-size:1.4rem;font-weight:700}.contact-card p{color:#666;line-height:1.8}.contact-card:focus-within{box-shadow:0 16px 32px #00000014}.contact-card:focus-within:before{transform:scaleX(1)}.contact-phone-link{color:#555;font-weight:500;line-height:1.8;text-decoration:none;transition:color .3s;display:inline-block}.contact-phone-link:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #71541e}.contact-map-link{color:#71541e;justify-content:center;align-items:center;margin-top:20px;font-weight:600;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.contact-map-link:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #71541e}@media (hover:hover){.contact-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px #00000014}.contact-card:hover:before{transform:scaleX(1)}.contact-map-link:hover{color:#b2852f;transform:translate(4px)}.contact-phone-link:hover{color:#71541e}}@media (width<=1024px){.contact-info{padding:90px 40px}.contact-info-container{grid-template-columns:.9fr 1.2fr .9fr;gap:20px}.contact-card{padding:30px}.contact-card h3{font-size:1.2rem}.contact-card p{font-size:.95rem}.contact-card-icon{width:60px;height:60px;font-size:1.5rem}}@media (width<=860px){.contact-info{padding:80px 24px}}@media (width<=768px){.contact-info{padding:80px 20px}.contact-info-container{grid-template-columns:1fr;gap:24px;width:100%}.contact-card{width:100%;max-width:550px;margin:0 auto;padding:35px}.contact-card h3{font-size:1.3rem}.contact-card p{font-size:1rem;line-height:1.8}.contact-card-icon{width:65px;height:65px;font-size:1.6rem}}@media (width<=480px){.contact-info{padding:70px 16px}.contact-info-container{gap:18px}.contact-card{border-radius:20px;padding:28px 22px}.contact-card-icon{width:55px;height:55px;margin-bottom:18px;font-size:1.3rem}.contact-card h3{margin-bottom:12px;font-size:1.15rem}.contact-card p{font-size:.95rem;line-height:1.7}}.contact-form{background:#f8f5f2;padding:100px 20px}.contact-form-container{background:#fff;border:1px solid #0000000d;border-radius:32px;width:100%;max-width:800px;margin:0 auto;padding:60px;box-shadow:0 25px 60px #00000014}.contact-form-header{text-align:center;margin-bottom:50px}.contact-form-header span{color:#8b0000;letter-spacing:2px;text-transform:uppercase;font-weight:600}.contact-form-header h2{margin:20px 0;font-size:clamp(2rem,5vw,3rem)}.contact-form-header p{color:#555;max-width:600px;margin:auto;line-height:1.8}.form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;display:flex}.form-group select{cursor:pointer}.form-group input,.form-group textarea,.form-group select{background:#fff;border:1px solid #e7e7e7;border-radius:16px;outline:none;width:100%;padding:18px 22px;font-size:1rem;transition:border-color .3s,box-shadow .3s,transform .3s}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#ddd}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ffb703;box-shadow:0 0 0 4px #ffb7031f}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form textarea{resize:none}.form button{color:#fff;cursor:pointer;background:#c89b3c;border:none;border-radius:16px;padding:18px;font-size:1rem;font-weight:600;transition:transform .3s,opacity .3s,box-shadow .3s;box-shadow:0 12px 25px #ffb70338}.form button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 16px 30px #ffb7034d}.form button:not(:disabled):active{transform:scale(.98)}.form button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.message-counter{text-align:right;color:#444;margin-top:-4px;padding-right:4px;font-size:.85rem}.input-error{box-shadow:0 0 0 4px #e539351f;border-color:#e53935!important}.error-message{color:#e53935;margin-top:8px;font-size:.85rem}.message-counter.warning{color:#e67e22;font-weight:600}@media (width<=1024px){.contact-form{padding:90px 30px}.contact-form-container{max-width:900px;padding:55px 50px}.form{gap:18px}.form button{width:100%}}@media (width<=768px){.contact-form{padding:80px 20px}.contact-form-container{border-radius:24px;padding:45px 30px}.contact-form-header{margin-bottom:40px}.contact-form-header h2{font-size:2rem}.contact-form-header p{font-size:.95rem;line-height:1.7}.form{gap:16px}.form-group input,.form-group select,.form-group textarea{padding:16px 18px}}@media (width<=480px){.contact-form{padding:70px 16px}.contact-form-container{border-radius:20px;padding:30px 20px}.contact-form-header{margin-bottom:35px}.contact-form-header h2{font-size:1.7rem;line-height:1.3}.contact-form-header span{letter-spacing:1px;font-size:.8rem}.contact-form-header p{font-size:.9rem}.form{gap:14px}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;font-size:.95rem}.form button{width:100%;padding:16px;font-size:.95rem}.message-counter{font-size:.8rem}}.contact-map{background:#fff;padding:100px 20px}.contact-map-container{width:100%;max-width:1200px;margin:0 auto}.contact-map-header{text-align:center;margin-bottom:50px}.contact-map-header span{color:#8b0000;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px;font-size:.9rem;font-weight:600;display:inline-block}.contact-map-header h2{margin-bottom:20px;font-size:clamp(2rem,4vw,3rem)}.contact-map-header p{color:#666;max-width:600px;margin:0 auto;line-height:1.8}.contact-map-wrapper{border:1px solid #0000000a;border-radius:32px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 20px 50px #0000000f}.contact-map-wrapper iframe{border:none;width:100%;height:550px;display:block}.contact-map-actions{justify-content:center;margin-top:25px;display:flex}.contact-map-actions a{color:#fff;background:#8b0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-width:240px;padding:16px 30px;font-weight:600;text-decoration:none;transition:transform .3s,opacity .3s,box-shadow .3s;display:inline-flex;box-shadow:0 12px 28px #8b000040}.contact-map-actions a:hover{opacity:1;transform:translateY(-3px);box-shadow:0 18px 35px #8b000040}.contact-map-actions a:active{transform:scale(.98)}.contact-map-actions a svg{font-size:1.3rem}@media (hover:hover){.contact-map-wrapper:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0000001a}}@media (width<=1024px){.contact-map{padding:90px 30px}.contact-map-container{max-width:100%}.contact-map-header{margin-bottom:45px}.contact-map-wrapper{border-radius:26px}.contact-map-wrapper iframe{height:500px}.contact-map-actions a{min-width:220px}}@media (width<=768px){.contact-map{padding:80px 20px}.contact-map-header{margin-bottom:35px}.contact-map-header h2{font-size:2.2rem}.contact-map-header p{max-width:500px;font-size:.95rem}.contact-map-wrapper{border-radius:22px}.contact-map-wrapper iframe{height:420px}.contact-map-actions a{width:100%;max-width:320px}}@media (width<=480px){.contact-map{padding:70px 16px}.contact-map-header h2{font-size:1.8rem;line-height:1.3}.contact-map-header span{letter-spacing:1px;font-size:.8rem}.contact-map-header p{font-size:.92rem}.contact-map-wrapper{border-radius:18px}.contact-map-wrapper iframe{height:320px}.contact-map-actions{margin-top:20px}.contact-map-actions a{width:100%;min-width:auto;padding:15px;font-size:.95rem}}.about-hero{color:#1d1d1d;background:linear-gradient(90deg,#f8f5f2,#fffaf3);padding:120px 0;position:relative;overflow:hidden}.about-hero:before{content:"";filter:blur(60px);background:#ffb7030f;width:380px;height:380px;position:absolute;top:-80px;right:-80px}.about-hero-content{justify-content:space-between;align-items:center;gap:60px;display:flex}.about-hero-text{flex:1}.about-tag{color:var(--color-light);letter-spacing:.5px;text-transform:uppercase;background:#8b0000;border-radius:20px;margin-bottom:16px;padding:6px 12px;font-size:14px;font-weight:600;display:inline-block}.about-hero-text h1{text-wrap:balance;margin-bottom:28px;font-size:3.5rem;font-weight:700;line-height:1.1}.about-hero-text h1 span{color:#ffb703}.about-hero-text p{color:#4f4f4f;max-width:500px;margin-top:10px;font-size:1.05rem;line-height:1.9}.about-hero-image{flex:1;position:relative}.about-hero-image img{filter:drop-shadow(0 25px 35px #0000002e);width:80%;max-width:700px;margin:0 auto;display:block;transform:scale(1.05)}.about-hero-image{position:relative}@media (width<=1024px){.about-hero{padding-top:120px;padding-bottom:60px;padding-left:30px}.about-hero-content{gap:30px}.about-hero-text h1{font-size:3rem}.about-hero-text p{max-width:480px}.about-hero-image img{width:75%;max-width:600px;transform:scale(1)}}@media (width<=992px){.about-hero{padding-top:100px;padding-bottom:50px;padding-left:25px}.about-hero-content{gap:40px}.about-hero-text h1{font-size:2.8rem}.about-hero-text p{max-width:480px;font-size:1rem}.about-hero-image img{width:70%;transform:scale(1)}}@media (width<=768px){.about-hero{padding-top:160px;padding-bottom:80px;padding-inline:0}.about-hero-content{text-align:center;flex-direction:column;gap:50px}.about-hero-text{flex-direction:column;align-items:center;display:flex}.about-hero-text h1{max-width:500px;margin-bottom:18px;font-size:2.3rem}.about-hero-text p{max-width:500px;margin-top:0;font-size:1rem;line-height:1.8}.about-hero-image img{width:70%;max-width:480px;transform:scale(1)}.about-hero:before{width:300px;height:300px}.about-tag{align-self:center}}@media (width<=480px){.about-hero{padding-top:120px;padding-bottom:70px}.about-tag{padding:5px 10px;font-size:12px}.about-hero-text h1{margin-bottom:16px;font-size:1.9rem;line-height:1.2}.about-hero-text p{max-width:380px;font-size:.95rem;line-height:1.7}.about-hero-image img{max-width:360px}}.about-story{background:#fff;padding:120px 0}.about-story-content{align-items:center;gap:clamp(50px,8vw,100px);display:flex}.about-story-image{flex:0 0 480px}.about-story-text{flex:1}.about-story-image{border-radius:24px;overflow:hidden}.about-story-image img{object-fit:cover;border-radius:24px;width:100%;transition:all .4s;display:block;box-shadow:0 20px 40px #00000014}.about-story-text h2{color:#1d1d1d;text-wrap:balance;margin-bottom:28px;font-size:2.8rem;line-height:1.2}.about-story-text h2 span{color:#a4161a}.about-story-text p{color:#4f4f4f;max-width:520px;margin-bottom:18px;font-size:1.05rem;line-height:1.9}.story-year{color:#1d1d1d;font-family:Playfair Display;font-size:1.2rem;font-weight:700;position:relative}.story-year:after{content:"";background:linear-gradient(to right, var(--color-primary), #ffb703);border-radius:999px;width:100%;height:3px;position:absolute;bottom:-4px;left:0}.about-story-reels-card{border-radius:24px;flex-shrink:0;width:100%;max-width:430px;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000014}.about-story-reels-card img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.about-story-overlay{color:#fff;background:linear-gradient(#0000 25%,#00000038 55%,#000000b8);flex-direction:column;justify-content:flex-end;padding:32px;display:flex;position:absolute;inset:0}.about-story-play-button{color:#111;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;transition:transform .3s,background-color .3s;display:flex;position:absolute;top:24px;right:24px}.about-story-video-text span{letter-spacing:2px;text-transform:uppercase;opacity:.85;font-size:.85rem}.about-story-video-text strong{margin-top:8px;font-size:1.5rem;line-height:1.3;display:block}.about-story-video-text p{opacity:.9;margin-top:12px;font-size:.95rem;line-height:1.6}.about-story-reels-card:focus-visible{outline-offset:4px;outline:3px solid #c89b3c}@media (hover:hover){.about-story-reels-card:hover{transform:translateY(-4px);box-shadow:0 35px 70px #0000001f}.about-story-reels-card:hover .about-story-play-button{transform:scale(1.08)}}@media (width<=1024px){.about-story{padding:100px 0}.about-story-content{gap:40px}.about-story-text h2{font-size:2.5rem}.about-story-text p{max-width:480px}.about-story-image img{max-width:520px;margin:0 auto}}@media (width<=768px){.about-story{padding:80px 0}.about-story-content{text-align:center;flex-direction:column;gap:50px}.about-story-text{flex-direction:column;align-items:center;display:flex}.about-story-text h2{max-width:500px;font-size:2.2rem}.about-story-text p{max-width:500px;font-size:1rem}.about-story-image img{max-width:500px}.about-story-reels-card img{aspect-ratio:4/6}.about-story-overlay{padding:24px}}@media (width<=480px){.about-story{padding:70px 0}.about-story-content{gap:35px}.about-story-text h2{font-size:1.9rem;line-height:1.3}.about-story-text p{max-width:320px;font-size:.95rem;line-height:1.8}.about-story-image img{max-width:100%}.about-story-play-button{width:48px;height:48px;font-size:1.2rem;top:16px;right:16px}.about-story-overlay{padding:20px}.about-story-video-text span{letter-spacing:1.5px;font-size:.75rem}.about-story-video-text strong{font-size:1.15rem}.about-story-video-text p{margin-top:8px;font-size:.85rem;line-height:1.5}}.about-values{background:linear-gradient(135deg,#fffaf3,#f8f5f2);padding:100px 0;position:relative;overflow:hidden}.values-header,.values-grid{z-index:1;position:relative}.values-header{text-align:center;margin-bottom:48px}.values-header h2{color:#1d1d1d;text-wrap:balance;margin-bottom:18px;font-size:2.8rem;line-height:1.2}.values-header h2 span{color:#a4161a}.values-header p{color:#4f4f4f;max-width:580px;margin:0 auto;line-height:1.8}.values-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.value-card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:24px;padding:36px 32px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000000d}.value-card:before{content:"";background:var(--color-primary);width:100%;height:3px;transition:all .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.value-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px #00000014}.value-card:hover:before{transform:scaleX(1)}.value-icon{width:70px;height:70px;color:var(--color-primary);background:#e6394614;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:28px;display:flex}.value-card h3{color:#1d1d1d;margin-bottom:16px;font-size:1.3rem}.value-card p{color:#4f4f4f;line-height:1.8}@media (width<=1024px){.about-values{padding:100px 0}.values-grid{gap:20px}.value-card{padding:32px}.values-header h2{font-size:2.5rem}}@media (width<=768px){.about-values{padding:80px 0}.values-grid{grid-template-columns:repeat(2,1fr);gap:24px}.values-header h2{font-size:2.2rem}.values-header p{max-width:500px}}@media (width<=580px){.values-grid{grid-template-columns:1fr}}@media (width<=480px){.about-values{padding:70px 0}.values-header h2{font-size:1.9rem}.values-header p{max-width:320px}.value-card{padding:28px}.value-icon{width:60px;height:60px;font-size:24px}}
