:root{--cream:#faf6f0;--cream-dark:#f0ebe3;--white:#fff;--blue:#1e4d8c;--blue-dark:#0f2a4a;--terracotta:#c4794a;--gold:#d4a84b;--text-dark:#2a1f14;--text-body:#5a4a3a;--text-light:#8a7a6a;--border:#1e4d8c1a;--font-display:"Playfair Display",Georgia,serif;--font-body:"Outfit",sans-serif;--ease:cubic-bezier(.16,1,.3,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--cream);color:var(--text-body);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--blue);color:var(--white)}#root{width:100%;max-width:100vw;overflow-x:hidden}section,footer,main{max-width:100vw;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);color:#1e3a5f;line-height:1.15}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gentleBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes lineExpand{0%{width:0}to{width:100%}}@keyframes warmGlow{0%,to{box-shadow:0 0 #c4794a33}50%{box-shadow:0 0 20px 4px #c4794a1a}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes waPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#faf6f0d9;border-bottom:1px solid #1e4d8c14;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(1.5rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#faf6f0f2;box-shadow:0 2px 20px #0000000f}.navbar__logo img{width:auto;height:40px}.navbar__links{align-items:center;gap:clamp(1.2rem,2.5vw,2rem);list-style:none;display:flex}.navbar__links a{color:var(--text-body);font-size:.85rem;font-weight:500;transition:color .3s}.navbar__links a:hover{color:var(--blue)}.navbar__ctas{gap:.7rem;display:flex}.navbar__cta{font-family:var(--font-body);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.82rem;font-weight:600;transition:all .3s;display:inline-flex}.navbar__cta svg{flex-shrink:0}.navbar__cta--ifood{color:#fff;background:#ea1d2c}.navbar__cta--ifood:hover{background:#c8151f}.navbar__cta--wa{background:var(--blue);color:#fff}.navbar__cta--wa:hover{background:var(--blue-dark)}.navbar__mobile-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;padding:8px;display:none}.navbar__mobile-menu{z-index:999;background:#faf6f0fa;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:none;position:fixed;inset:72px 0 0}.navbar__mobile-menu.open{display:flex}.navbar__mobile-menu a{font-family:var(--font-display);color:var(--text-dark);font-size:1.3rem;font-weight:600}@media (width<=768px){.navbar__links,.navbar__ctas{display:none}.navbar__mobile-btn{display:block}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:-10%}.hero__bg img{object-fit:cover;filter:brightness(.45)saturate(1.2);width:100%;height:100%}.hero__overlay{background:linear-gradient(#1e3a5f4d 0%,#1e3a5f1a 40%,#faf7f2f2 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;padding:2rem;display:flex;position:relative}.hero__badge{color:#5a4e44;background:#fffffff2;border-radius:100px;align-items:center;gap:.75rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:500;display:inline-flex;box-shadow:0 4px 20px #1e3a5f14}.hero__stars{color:#d4a853;gap:2px;display:flex}.hero__title{flex-direction:column;align-items:center;display:flex}.hero__title-sm{color:#fff;opacity:.9;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-style:italic;font-weight:400}.hero__title-lg{color:#fff;letter-spacing:-.03em;text-shadow:0 4px 40px #1e3a5f4d;font-family:Playfair Display,Georgia,serif;font-size:clamp(4rem,10vw,8rem);font-weight:900}.hero__sub{color:#ffffffd9;max-width:550px;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.7}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.hero__btn{border-radius:8px;align-items:center;gap:10px;padding:.9rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero__btn svg{flex-shrink:0}.hero__btn--primary{color:#fff;background:#1e3a5f}.hero__btn--primary:hover{background:#2a5082;transform:translateY(-2px)}.hero__btn--secondary{color:#1e3a5f;background:#fffffff2;box-shadow:0 4px 20px #1e3a5f14}.hero__btn--secondary:hover{transform:translateY(-2px)}@media (width<=600px){.hero__content{padding:6rem 1.5rem 3rem}.hero__ctas{flex-direction:column;width:100%}.hero__btn{justify-content:center;width:100%}}.espec{background:#fff;padding:6rem 2rem;overflow:hidden}.espec__header{text-align:center;max-width:700px;margin:0 auto 4rem}.espec__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.espec__title{font-size:clamp(2rem,4vw,3.2rem)}.espec__gold{color:#d4a853}.espec__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.espec__card{background:#faf7f2;border-radius:16px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #1e3a5f14}.espec__card:hover{box-shadow:0 12px 40px #1e3a5f26}.espec__card-img{aspect-ratio:4/3;overflow:hidden}.espec__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.espec__card:hover .espec__card-img img{transform:scale(1.08)}.espec__card-body{padding:1.5rem}.espec__icon{color:#c4553a;margin-bottom:.5rem}.espec__card-body h3{color:#1e3a5f;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.espec__card-body p{color:#8a7e74;font-size:.85rem;line-height:1.6}@media (width<=900px){.espec__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.espec{padding:4rem 1rem}.espec__grid{grid-template-columns:1fr}}.sobre{background:#faf7f2;padding:6rem 2rem;overflow:hidden}.sobre__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.sobre__img{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #1e3a5f26}.sobre__img img{aspect-ratio:4/3;object-fit:cover;width:100%}.sobre__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.sobre__text h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem)}.sobre__text em{color:#c4553a;font-style:italic}.sobre__line{background:linear-gradient(90deg,#d4a853,#c4553a);border-radius:2px;width:60px;height:3px;margin-bottom:1.5rem}.sobre__text p{margin-bottom:1rem;line-height:1.8}.sobre__hl{color:#1e3a5f;font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;font-style:italic;font-weight:600}.sobre__info{border-top:1px solid #e8e0d6;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;padding-top:2rem;display:flex}.sobre__info>div{color:#1e3a5f;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.sobre__info svg{color:#1e3a5f;flex-shrink:0}@media (width<=900px){.sobre__inner{grid-template-columns:1fr;gap:2rem}}@media (width<=500px){.sobre{padding:4rem 1rem}.sobre__info{flex-direction:column}}.menu-sec{color:#faf7f2;background:#0f1f33;padding:6rem 2rem;overflow:hidden}.menu-sec__header{text-align:center;max-width:600px;margin:0 auto 4rem}.menu-sec__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.menu-sec__title{color:#fff;font-size:clamp(2rem,4vw,3rem)}.menu-sec__accent{color:#d4a853;font-style:italic}.menu-sec__cats{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.menu-sec__cat h3{color:#d4a853;border-bottom:1px solid #d4a8534d;margin-bottom:1.5rem;padding-bottom:.75rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600}.menu-sec__items{flex-direction:column;gap:1rem;display:flex}.menu-sec__item{align-items:flex-start;gap:.75rem;display:flex}.menu-sec__dot{background:#d4a853;border-radius:50%;width:6px;min-width:6px;height:6px;margin-top:8px}.menu-sec__name{color:#fff;font-size:.95rem;font-weight:600;display:block}.menu-sec__desc{color:#faf7f299;font-size:.8rem;line-height:1.5;display:block}.menu-sec__note{text-align:center;color:#faf7f299;margin-top:3rem;font-size:.85rem}.menu-sec__note a{color:#d4a853;text-underline-offset:3px;text-decoration:underline}@media (width<=768px){.menu-sec__cats{grid-template-columns:1fr;gap:2rem}}@media (width<=500px){.menu-sec{padding:4rem 1rem}}.depo{background:#fff;padding:6rem 2rem;overflow:hidden}.depo__header{text-align:center;max-width:600px;margin:0 auto 4rem}.depo__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.depo__title{margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem)}.depo__accent{color:#c4553a;font-style:italic}.depo__badge{background:#faf7f2;border-radius:100px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:inline-flex;box-shadow:0 4px 20px #1e3a5f14}.depo__badge svg:first-child{color:#4285f4}.depo__score{color:#1e3a5f;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800}.depo__stars{color:#d4a853;gap:2px;display:flex}.depo__count{color:#8a7e74;font-size:.75rem}.depo__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.depo__card{background:#faf7f2;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:box-shadow .3s;display:flex;overflow:hidden}.depo__card:hover{box-shadow:0 4px 20px #1e3a5f14}.depo__card-stars{color:#d4a853;gap:2px;display:flex}.depo__card p{color:#5a4e44;overflow-wrap:break-word;flex:1;font-size:.9rem;font-style:italic;line-height:1.7}.depo__author{border-top:1px solid #e8e0d6;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.depo__avatar{color:#fff;background:#1e3a5f;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.depo__author strong{color:#1e3a5f;font-size:.85rem}@media (width<=900px){.depo__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.depo{padding:4rem 1rem}.depo__grid{grid-template-columns:1fr}}.dlv{background:#f0ebe3;padding:6rem 2rem;overflow:hidden}.dlv__inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.dlv__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.dlv__text h2{color:#1e3a5f;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.dlv__text h2 em{color:#c4553a;font-style:italic}.dlv__text p{margin-bottom:1.5rem;line-height:1.8}.dlv__feats{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.dlv__feats>div{color:#1e3a5f;align-items:center;gap:.75rem;font-weight:500;display:flex}.dlv__feats svg{color:#c4553a;flex-shrink:0}.dlv__ctas{flex-wrap:wrap;gap:1rem;display:flex}.dlv__btn{border-radius:8px;align-items:center;gap:10px;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.dlv__btn svg{flex-shrink:0}.dlv__btn--wa{color:#fff;background:#25d366}.dlv__btn--wa:hover{background:#20bd5a;transform:translateY(-2px)}.dlv__btn--ig{color:#fff;background:#1e3a5f}.dlv__btn--ig:hover{background:#2a5082;transform:translateY(-2px)}.dlv__img{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #1e3a5f1f}.dlv__img img{aspect-ratio:4/3;object-fit:cover;width:100%}@media (width<=900px){.dlv__inner{grid-template-columns:1fr;gap:2rem}}@media (width<=500px){.dlv{padding:4rem 1rem}}.ctt{background:#fff;padding:6rem 2rem;overflow:hidden}.ctt__inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.ctt__tag{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.ctt__text h2{color:#1e3a5f;margin-bottom:2rem;font-size:clamp(2rem,4vw,2.8rem)}.ctt__text em{color:#c4553a;font-style:italic}.ctt__info{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.ctt__info>div{align-items:flex-start;gap:.75rem;display:flex}.ctt__info svg{color:#1e3a5f;flex-shrink:0;margin-top:2px}.ctt__info strong{color:#1e3a5f;font-size:.85rem}.ctt__info span,.ctt__info a{color:#5a4e44;font-size:.85rem}.ctt__info a:hover{color:#c4553a}.ctt__btn{color:#fff;background:#25d366;border-radius:8px;align-items:center;gap:10px;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.ctt__btn svg{flex-shrink:0}.ctt__btn:hover{background:#20bd5a;transform:translateY(-2px)}.ctt__map{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #1e3a5f14}@media (width<=900px){.ctt__inner{grid-template-columns:1fr;gap:2rem}}@media (width<=500px){.ctt{padding:4rem 1rem}}.ft{color:#faf7f2;background:#0f1f33;padding:4rem 2rem 0}.ft__inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:3rem;display:grid}.ft__logo{filter:brightness(10);width:auto;height:36px;margin-bottom:1rem}.ft__brand p{color:#faf7f299;max-width:280px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.ft__socials{gap:1rem;display:flex}.ft__socials a{color:#faf7f299;transition:color .3s;display:inline-flex}.ft__socials a:hover{color:#d4a853}.ft__nav h4,.ft__contact h4{letter-spacing:.15em;text-transform:uppercase;color:#d4a853;margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.ft__nav{flex-direction:column;gap:.75rem;display:flex}.ft__nav a{color:#faf7f299;font-size:.85rem;transition:color .3s}.ft__nav a:hover{color:#d4a853}.ft__contact{flex-direction:column;gap:1rem;display:flex}.ft__contact>div{color:#faf7f299;align-items:flex-start;gap:.5rem;font-size:.85rem;display:flex}.ft__contact svg{color:#d4a853;flex-shrink:0;margin-top:3px}.ft__contact a{color:#faf7f299;transition:color .3s}.ft__contact a:hover{color:#d4a853}.ft__bottom{color:#faf7f266;border-top:1px solid #faf7f21a;justify-content:space-between;max-width:1100px;margin:0 auto;padding:1.5rem 0;font-size:.7rem;display:flex}@media (width<=768px){.ft__inner{grid-template-columns:1fr;gap:2rem}.ft__bottom{text-align:center;flex-direction:column;gap:.5rem}}.waf{z-index:900;color:#fff;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.waf__pulse{border:2px solid #25d366;border-radius:50%;animation:2s ease-in-out infinite wafPulse;position:absolute;inset:-4px}@keyframes wafPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}
