:root{--cream: #f9f3e8;--warm-white: #fdf8f0;--terracotta: #c4663a;--terracotta-dark: #9e4e28;--terracotta-light: #e08860;--forest: #2d4a2d;--forest-light: #3d6b3d;--gold: #c9a84c;--gold-light: #e4c97a;--brown: #5c3d1e;--text-dark: #1e1008;--text-mid: #4a3520;--text-light: #7a6248;--border: rgba(196, 102, 58, .18);font-family:Lato,sans-serif;font-weight:400;line-height:1.6;color:var(--text-dark);background-color:var(--cream);scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{min-height:100vh;overflow-x:hidden;background-color:var(--cream)}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--terracotta);border-radius:3px}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.6}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;height:72px;transition:background .4s ease,box-shadow .4s ease}.nav.scrolled{background:#f9f3e8f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border)}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-icon{font-size:1.8rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.nav-logo-text{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--forest);letter-spacing:.02em;line-height:1.2}.nav-logo-text span{display:block;font-size:.65rem;font-family:Lato,sans-serif;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mid);transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1.5px;background:var(--terracotta);transition:width .3s ease}.nav-links a:hover{color:var(--terracotta)}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--terracotta);color:var(--warm-white)!important;padding:.6rem 1.4rem;border-radius:2px;transition:background .3s ease!important}.nav-cta:hover{background:var(--terracotta-dark)!important;color:var(--warm-white)!important}.nav-cta:after{display:none!important}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--text-dark);transition:all .3s ease}.hero{position:relative;height:100vh;min-height:680px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/hero-farm.jpg) center center / cover no-repeat}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#140a04b8,#1e0f0573,#140a0433)}.hero-content{position:relative;z-index:2;padding:0 3rem;max-width:780px;margin-left:6vw}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c9a84c33;border:1px solid rgba(201,168,76,.5);color:var(--gold-light);font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;padding:.4rem 1rem;border-radius:2px;margin-bottom:1.5rem;opacity:0}.hero-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;line-height:1.08;color:#fff;margin-bottom:1.5rem;opacity:0}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-subtitle{font-size:clamp(1rem,1.8vw,1.2rem);font-weight:300;color:#ffffffd1;max-width:520px;line-height:1.75;margin-bottom:2.5rem;opacity:0}.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;opacity:0}.btn-primary{display:inline-flex;align-items:center;gap:.6rem;background:var(--terracotta);color:#fff;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:1rem 2rem;border-radius:2px;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:.6rem;background:transparent;color:#fff;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:1rem 2rem;border-radius:2px;border:1.5px solid rgba(255,255,255,.5);cursor:pointer;transition:border-color .3s ease,background .3s ease}.btn-outline:hover{border-color:#ffffffe6;background:#ffffff14}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2.5s ease-in-out infinite}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,#fff9,#fff0)}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.stats-bar{background:var(--forest);padding:2rem 3rem;display:flex;align-items:center;justify-content:center;gap:0}.stat-item{display:flex;flex-direction:column;align-items:center;padding:0 3.5rem;border-right:1px solid rgba(255,255,255,.12);text-align:center}.stat-item:last-child{border-right:none}.stat-number{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--gold-light);line-height:1;margin-bottom:.3rem}.stat-label{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c}.section{padding:7rem 3rem}.section-tag{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1rem;position:relative;padding-left:2.5rem}.section-tag:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.8rem;height:1.5px;background:var(--terracotta)}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;color:var(--text-dark);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--terracotta)}.section-body{font-size:1.05rem;font-weight:300;color:var(--text-light);line-height:1.85;max-width:580px}.about{background:var(--warm-white);position:relative;overflow:hidden}.about:before{content:"TRADIÇÃO";position:absolute;top:-1rem;right:-2rem;font-family:Playfair Display,serif;font-size:clamp(5rem,12vw,10rem);font-weight:700;color:#c4663a0a;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-image-wrap{position:relative}.about-image-wrap img{width:100%;height:560px;object-fit:cover;border-radius:2px;box-shadow:20px 20px 60px #0000001f}.about-image-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--terracotta);color:#fff;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:Playfair Display,serif;box-shadow:0 8px 30px #c4663a59}.about-image-badge strong{font-size:2rem;font-weight:700;line-height:1}.about-image-badge span{font-size:.65rem;font-weight:400;letter-spacing:.05em;opacity:.9;margin-top:.2rem}.about-text{padding:1rem 0}.about-features{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.2rem}.about-feature{display:flex;align-items:flex-start;gap:1rem}.about-feature-icon{font-size:1.4rem;line-height:1;margin-top:.1rem;flex-shrink:0}.about-feature-text strong{display:block;font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:.15rem}.about-feature-text p{font-size:.88rem;color:var(--text-light);line-height:1.6}.products{background:var(--cream);position:relative}.products-inner{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-header .section-tag{margin:0 auto 1rem}.products-header .section-tag:before{display:none}.products-header .section-body{margin:0 auto;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--warm-white);border-radius:2px;overflow:hidden;border:1px solid var(--border);transition:transform .4s ease,box-shadow .4s ease;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a}.product-card-image{position:relative;overflow:hidden;height:240px}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card-image img{transform:scale(1.06)}.product-card-label{position:absolute;top:1rem;left:1rem;background:var(--forest);color:var(--gold-light);font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.35rem .8rem;border-radius:1px}.product-card-body{padding:1.75rem}.product-card-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}.product-card-desc{font-size:.88rem;color:var(--text-light);line-height:1.7;margin-bottom:1.25rem}.product-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-tag{background:#c4663a14;color:var(--terracotta);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .7rem;border-radius:1px}.gallery{background:var(--forest);padding:7rem 3rem;position:relative;overflow:hidden}.gallery:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.01) 0px,rgba(255,255,255,.01) 1px,transparent 1px,transparent 40px);pointer-events:none}.gallery-inner{max-width:1200px;margin:0 auto}.gallery-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.gallery-header .section-title{color:#fff;margin-bottom:0}.gallery-header .section-tag{color:var(--gold-light)}.gallery-header .section-tag:before{background:var(--gold-light)}.gallery-link{color:var(--gold-light);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem;transition:gap .3s ease;white-space:nowrap;padding-bottom:.5rem}.gallery-link:hover{gap:.9rem}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:.75rem}.gallery-item{overflow:hidden;border-radius:2px;position:relative}.gallery-item:first-child{grid-row:1 / 3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.07)}.gallery-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);opacity:0;transition:opacity .4s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.sustainability{background:var(--warm-white);position:relative;overflow:hidden}.sustainability-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.sustainability-text{order:1}.sustainability-image{order:2}.sustainability-image img{width:100%;height:500px;object-fit:cover;border-radius:2px;box-shadow:-20px 20px 60px #0000001a}.sustainability-pillars{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.pillar{background:var(--cream);padding:1.5rem;border-radius:2px;border-left:3px solid var(--forest-light)}.pillar-icon{font-size:1.5rem;margin-bottom:.6rem}.pillar-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.3rem}.pillar-text{font-size:.82rem;color:var(--text-light);line-height:1.65}.testimonials{background:var(--terracotta);padding:6rem 3rem;position:relative;overflow:hidden}.testimonials:before{content:'"';position:absolute;top:-4rem;left:3rem;font-family:Playfair Display,serif;font-size:25rem;color:#ffffff0d;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonials-inner{max-width:1000px;margin:0 auto;text-align:center}.testimonials-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:#fff;margin-bottom:3.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:2px;padding:2rem;text-align:left;transition:background .3s ease}.testimonial-card:hover{background:#ffffff26}.testimonial-stars{color:var(--gold-light);font-size:.9rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-text{font-size:.92rem;color:#ffffffe0;line-height:1.75;font-style:italic;margin-bottom:1.25rem}.testimonial-author strong{display:block;color:#fff;font-size:.85rem;font-weight:700}.testimonial-author span{font-size:.75rem;color:#fff9}.contact{background:var(--cream);padding:7rem 3rem}.contact-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.contact-info{padding-top:.5rem}.contact-details{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-detail-icon{font-size:1.25rem;line-height:1;margin-top:.1rem;flex-shrink:0}.contact-detail-text strong{display:block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.2rem}.contact-detail-text p{font-size:.92rem;color:var(--text-mid);line-height:1.6}.contact-social{margin-top:2.5rem;display:flex;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid var(--border);border-radius:2px;font-size:1rem;color:var(--text-mid);transition:border-color .3s,background .3s,color .3s}.social-btn:hover{border-color:var(--terracotta);background:var(--terracotta);color:#fff}.contact-form{background:var(--warm-white);padding:2.5rem;border-radius:2px;border:1px solid var(--border)}.form-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.form-subtitle{font-size:.88rem;color:var(--text-light);margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid)}.form-group input,.form-group select,.form-group textarea{background:var(--cream);border:1.5px solid var(--border);border-radius:2px;padding:.75rem 1rem;font-family:Lato,sans-serif;font-size:.9rem;color:var(--text-dark);outline:none;transition:border-color .3s ease;width:100%;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light);opacity:.7}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--terracotta)}.form-submit{width:100%;background:var(--forest);color:#fff;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:1rem;border:none;border-radius:2px;cursor:pointer;transition:background .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-submit:hover{background:var(--forest-light);transform:translateY(-2px)}.footer{background:var(--text-dark);padding:4rem 3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.footer-brand-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.3rem}.footer-brand-sub{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta-light);margin-bottom:1rem}.footer-brand-desc{font-size:.85rem;color:#ffffff73;line-height:1.7;max-width:280px}.footer-col-title{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.7rem}.footer-col ul a{font-size:.88rem;color:#ffffff8c;transition:color .3s ease}.footer-col ul a:hover{color:var(--gold-light)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.78rem;color:#ffffff4d}.footer-copy span{color:var(--terracotta-light)}.footer-certifications{display:flex;gap:.75rem}.cert-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:.35rem .75rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff6}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--text-dark);transition:color .3s}.mobile-menu a:hover{color:var(--terracotta)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (max-width: 1024px){.about-inner,.sustainability-inner,.contact-inner{grid-template-columns:1fr;gap:3rem}.sustainability-text{order:2}.sustainability-image{order:1}.products-grid,.testimonials-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item:first-child{grid-row:auto}.stat-item{padding:0 2rem}}@media (max-width: 768px){.section{padding:5rem 1.5rem}.nav{padding:0 1.5rem}.nav-links{display:none}.nav-hamburger{display:flex}.hero-content{padding:0 1.5rem;margin-left:0}.stats-bar{flex-direction:column;gap:2rem;padding:2.5rem 1.5rem}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 2rem;width:100%}.stat-item:last-child{border-bottom:none;padding-bottom:0}.products-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.gallery-grid .gallery-item{height:220px}.testimonials-grid{grid-template-columns:1fr}.gallery-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-row,.sustainability-pillars{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hero-scroll{display:none}.about-image-badge{width:90px;height:90px;right:.5rem;bottom:.5rem}.about-image-badge strong{font-size:1.5rem}}
