*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--pine:#1b2f1f;--pine-2:#243828;--moss:#3a5a40;--cream:#f5f0e6;--sand:#ece4d0;--gold:#a87c2a;--gold-hover:#bf9035;--charcoal:#1a1a1a;--text:#242920;--text-mid:#4e5e50;--text-muted:#7a8c7c;--border:#d4c8b0;--white:#ffffff;--gap:clamp(5rem, 10vw, 8rem);--radius:3px}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--cream);color:var(--text);line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:0 0}h1,h2,h3{font-family:'Cormorant Garamond',serif;line-height:1.1}h1 em,h2 em{font-style:italic;font-weight:700}.section-label{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.125rem}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,5vw,2.5rem)}.section-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.section-header h2{font-size:clamp(2.5rem, 4.5vw, 4rem);font-weight:600}.section-header.center{text-align:center}.section-desc{margin-top:1.125rem;font-size:1.0625rem;color:var(--text-mid);max-width:520px}.section-header.center .section-desc{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:.9375rem 1.875rem;border-radius:var(--radius);border:1.5px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;white-space:nowrap;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--pine);color:var(--white);border-color:var(--pine)}.btn-primary:hover{background:var(--pine-2);border-color:var(--pine-2);box-shadow:0 4px 16px rgba(27,47,31,.25)}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-hover);border-color:var(--gold-hover);box-shadow:0 4px 16px rgba(168,124,42,.3)}.btn-ghost{background:0 0;color:var(--white);border-color:rgba(255,255,255,.38)}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.65)}.btn-outline{background:0 0;color:var(--text);border-color:var(--border)}.btn-outline:hover{background:var(--pine);color:var(--white);border-color:var(--pine);box-shadow:0 4px 16px rgba(27,47,31,.2)}.btn-full{width:100%;justify-content:center}#header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .38s ease,box-shadow .38s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1320px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.logo-text{font-family:'Cormorant Garamond',serif;font-size:1.625rem;font-weight:600;color:var(--white);letter-spacing:.04em}.main-nav{display:flex;align-items:center;gap:2.5rem}.main-nav a{font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.8);position:relative;transition:color .2s ease}.main-nav a::after{content:'';position:absolute;left:0;bottom:-3px;width:0;height:1px;background:var(--gold);transition:width .25s ease}.main-nav a:hover{color:var(--white)}.main-nav a:hover::after{width:100%}.header-cta{padding:.625rem 1.375rem;font-size:.75rem}.hamburger{display:none;flex-direction:column;gap:5px;width:26px;padding:3px 0;background:0 0;border:none;cursor:pointer}.hamburger span{display:block;width:100%;height:1.5px;background:var(--white);transition:transform .3s ease,opacity .3s ease}#header:not(.scrolled){background:linear-gradient(to bottom,rgba(8,18,10,.6) 0,rgba(8,18,10,0) 100%)}#header.scrolled{background:var(--pine);box-shadow:0 2px 24px rgba(0,0,0,.22)}#hero{position:relative;height:100vh;min-height:620px;display:flex;align-items:center}.hero-media{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,22,13,.65) 0,rgba(14,28,17,.5) 45%,rgba(10,22,13,.25) 100%)}.hero-content{position:relative;z-index:1;padding:0 clamp(1.25rem,8vw,8rem);max-width:820px}.hero-title{display:flex;flex-direction:column;color:var(--white);margin-bottom:1.375rem}.hero-title span{font-family:'Cormorant Garamond',serif;font-size:clamp(2.25rem, 5.5vw, 5rem);font-weight:400;line-height:1;opacity:.82;letter-spacing:.01em}.hero-title em{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:700;font-size:clamp(3.75rem, 10vw, 9.5rem);line-height:.92;letter-spacing:-.02em}.hero-sub{font-size:clamp(.9375rem, 1.8vw, 1.0625rem);font-weight:300;color:rgba(255,255,255,.7);line-height:1.65;margin-bottom:2.375rem;max-width:440px}.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:1;color:rgba(255,255,255,.45);transition:color .2s ease;animation:scrollbounce 2.8s ease-in-out infinite}.hero-scroll:hover{color:rgba(255,255,255,.8)}@keyframes scrollbounce{0%,100%{transform:translateX(-50%) translateY(0)}55%{transform:translateX(-50%) translateY(9px)}}#sobre{background:var(--cream);padding:var(--gap) 0}.sobre-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,7rem);align-items:center}.sobre-img-wrap{position:relative}.sobre-img-wrap img{width:100%;height:clamp(340px,50vw,540px);object-fit:cover;border-radius:var(--radius)}.sobre-img-tag{position:absolute;bottom:1.75rem;right:-1.25rem;background:var(--pine);color:var(--white);font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:.75rem 1.25rem;border-radius:var(--radius)}.sobre-text h2{font-size:clamp(2.25rem, 4vw, 3.75rem);font-weight:600;color:var(--text);margin-bottom:1.625rem}.sobre-text p{font-size:1.0625rem;color:var(--text-mid);line-height:1.78;margin-bottom:1.125rem}.sobre-text p:last-of-type{margin-bottom:2.25rem}#diferenciais{background:var(--pine);padding:var(--gap) 0}#diferenciais .section-header{margin-bottom:clamp(2.5rem,5vw,4rem)}#diferenciais h2{font-size:clamp(2.5rem, 4.5vw, 4rem);font-weight:600;color:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.07);gap:1px;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);overflow:hidden}.feature-item{background:var(--pine);padding:2.75rem 2.25rem;transition:background .22s ease}.feature-item:hover{background:var(--pine-2)}.feature-icon{color:var(--gold-hover);margin-bottom:1.125rem}.feature-item h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.feature-item p{font-size:.9375rem;color:rgba(255,255,255,.55);line-height:1.65}#acomodacoes{background:var(--cream);padding:var(--gap) 0}.tabs-nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:2.75rem}.tab-btn{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:.875rem 0;margin-right:2.5rem;background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.tab-btn.active{color:var(--gold);border-bottom-color:var(--gold)}.tab-btn:hover:not(.active){color:var(--text)}.tab-panel{display:none}.tab-panel.active{display:block}.acomo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.375rem}.acomo-grid.chales{grid-template-columns:repeat(3,1fr)}.acomo-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--white);transition:transform .25s ease,box-shadow .25s ease}.acomo-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(27,47,31,.12)}.acomo-img{overflow:hidden}.acomo-img img{width:100%;height:195px;object-fit:cover;transition:transform .5s ease}.acomo-grid.chales .acomo-img img{height:235px}.acomo-card:hover .acomo-img img{transform:scale(1.06)}.acomo-img-placeholder{width:100%;height:195px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(145deg,#f0ece4 0,#e8e2d8 100%);border-bottom:1px solid rgba(139,111,71,.12);transition:background .3s ease}.acomo-grid.chales .acomo-img-placeholder{height:235px}.acomo-card:hover .acomo-img-placeholder{background:linear-gradient(145deg,#ece7de 0,#e2dace 100%)}.acomo-img-placeholder svg{opacity:.35;color:var(--pine)}.acomo-img-placeholder span{font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--pine);opacity:.45}.acomo-body{padding:1.375rem}.acomo-body h3{font-family:'Cormorant Garamond',serif;font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:.5rem;line-height:1.25}.acomo-body p{font-size:.875rem;color:var(--text-muted);line-height:1.62;margin-bottom:1rem}.amenities{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none}.amenities li{font-size:.65rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-mid);background:var(--sand);padding:.3125rem .6875rem;border-radius:2px}.acomo-cta{margin-top:3rem;text-align:center}#restaurante{background:var(--sand);padding:var(--gap) 0}.rest-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.rest-img-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 40px rgba(27,47,31,.1)}.rest-img-wrap img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .5s ease}.rest-img-wrap:hover img{transform:scale(1.03)}@media (max-width:768px){.rest-grid{grid-template-columns:1fr;gap:2rem}.rest-img-wrap img{height:260px}}.rest-text h2{font-size:clamp(2.25rem, 4vw, 3.75rem);font-weight:600;color:var(--text);margin-bottom:1.625rem}.rest-text p{font-size:1.0625rem;color:var(--text-mid);line-height:1.78;margin-bottom:1.125rem}.rest-text p:last-of-type{margin-bottom:2.25rem}#eventos{background:var(--cream);padding:var(--gap) 0}.eventos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:3.5rem}.evento-item{background:var(--white);padding:2.5rem 2.25rem;transition:background .22s ease}.evento-item:hover{background:var(--sand)}.evento-icon{color:var(--gold);margin-bottom:1.125rem}.evento-item h3{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.evento-item p{font-size:.9375rem;color:var(--text-mid);line-height:1.65}.eventos-cta{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.eventos-cta p{font-size:1.0625rem;color:var(--text-mid);max-width:480px}#contato{background:var(--cream);padding:var(--gap) 0}.contato-header{margin-bottom:3rem}.contato-header h2{font-size:clamp(2.5rem, 4.5vw, 4rem);font-weight:600;color:var(--text)}.contato-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(2.5rem,6vw,5rem);align-items:start}.contato-info{display:flex;flex-direction:column;gap:1.875rem}.info-item{display:flex;gap:1.125rem;align-items:flex-start}.info-icon{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--sand);border-radius:var(--radius);color:var(--pine)}.info-item strong{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.info-item p{font-size:.9375rem;color:var(--text-mid);line-height:1.7}.info-item p a{color:var(--text-mid);display:block;transition:color .2s ease}.info-item p a:hover{color:var(--pine)}.info-link{display:inline-block;margin-top:.375rem;font-size:.8125rem;font-weight:500;color:var(--gold);transition:color .2s ease}.info-link:hover{color:var(--gold-hover)}.social-links{display:flex;gap:1.375rem;margin-top:.4rem}.social-links a{font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--text-mid);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.social-links a:hover{color:var(--pine)}.contato-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.375rem}.contato-map{border-radius:var(--radius);overflow:hidden;height:500px;box-shadow:0 4px 32px rgba(0,0,0,.08)}.contato-map iframe{width:100%;height:100%;border:none;display:block}#footer{background:var(--charcoal);padding:4rem 0 2.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}#footer .logo-text{display:block;font-size:1.625rem;margin-bottom:.625rem;color:var(--white)}.footer-brand p{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.4)}.footer-contact strong,.footer-nav strong{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:1.25rem}.footer-nav nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav a{font-size:.875rem;color:rgba(255,255,255,.55);transition:color .2s ease}.footer-nav a:hover{color:var(--white)}.footer-contact p{font-size:.875rem;line-height:1.85;color:rgba(255,255,255,.5);margin-bottom:.625rem}.footer-contact a{color:rgba(255,255,255,.55);display:block;transition:color .2s ease}.footer-contact a:hover{color:var(--white)}.footer-social{display:flex;gap:.625rem;margin-top:1.125rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);color:rgba(255,255,255,.45);transition:color .2s ease,border-color .2s ease,background .2s ease}.footer-social a:hover{color:var(--white);border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}.footer-bottom{text-align:center}.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.28)}.fade-in{opacity:0;transform:translateY(22px);transition:opacity .6s ease var(--delay, 0s),transform .6s ease var(--delay, 0s)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transform:none;transition:none}@keyframes scrollbounce{from{transform:translateX(-50%)}to{transform:translateX(-50%)}}}@media (max-width:1024px){.acomo-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.eventos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-nav{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--pine);flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;z-index:99}.main-nav.open{display:flex}.main-nav a{font-size:1rem;color:rgba(255,255,255,.85)}.header-cta{display:none}.hamburger{display:flex}.hamburger.open span:first-child{transform:rotate(45deg) translate(4px,4.5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4.5px)}#hero{align-items:flex-end;padding-bottom:5rem}.hero-content{padding:0 1.25rem;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center;flex-direction:column;align-items:center}.sobre-grid{grid-template-columns:1fr}.sobre-img-tag{right:1rem}.features-grid{grid-template-columns:1fr}.acomo-grid{grid-template-columns:1fr}.acomo-grid.chales{grid-template-columns:1fr}.eventos-grid{grid-template-columns:1fr}.eventos-cta{flex-direction:column;align-items:flex-start;gap:1.25rem}.contato-grid{grid-template-columns:1fr}.contato-map{height:300px}.footer-grid{grid-template-columns:1fr;gap:2rem}.rating-header{flex-direction:column;gap:.75rem;align-items:center}}@media (max-width:480px){.hero-title em{font-size:clamp(3rem, 16vw, 5rem)}.hero-title span{font-size:clamp(1.875rem, 8vw, 3rem)}.btn{font-size:.75rem;padding:.875rem 1.5rem}}