*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#00AE81;--orange:#F58153;--white:#ffffff;--gray-light:#f7f7f7;--text-dark:#1a1a1a;--font:"Aleo",serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text-dark);background:var(--white)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;height:90px;display:flex;align-items:center;transition:background .35s ease,box-shadow .35s ease}.header--scrolled{background:var(--green);box-shadow:0 2px 12px rgba(0,0,0,.12)}.header__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between}.header__logo img{height:65px;width:auto;display:block}.nav__list{list-style:none;display:flex;gap:60px}.nav__link{color:var(--white);text-decoration:none;font-family:var(--font);font-weight:700;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;transition:opacity .2s}.nav__link:hover{opacity:.75}.header__whatsapp a{color:var(--white);display:flex;align-items:center}.header__whatsapp svg{width:30px;height:30px;fill:var(--white)}.hero{height:100vh;overflow:hidden}.hero,.hero__slides{position:relative;width:100%}.hero__slides{height:100%}.hero__slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transform:scale(1);transition:opacity 1.2s cubic-bezier(.16,1,.3,1)}.hero__slide.active{opacity:1;animation:heroKenBurns 6s cubic-bezier(.16,1,.3,1) forwards}@keyframes heroKenBurns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero__slide:first-child{background-image:url(/wp-content/uploads/2023/09/banner_delirio_7.jpg)}.hero__slide:nth-child(2){background-image:url(/wp-content/uploads/2023/09/banner_delirio_6.jpg)}.hero__slide:nth-child(3){background-image:url(/wp-content/uploads/2023/09/banner_delirio_4.jpg)}.hero__slide:nth-child(4){background-image:url(/wp-content/uploads/2023/05/Delirio_slide2.jpg)}.hero__btn-wrap{position:absolute;bottom:25%;left:50%;transform:translateX(-50%);z-index:10}.hero__btn{display:inline-block;background:var(--green);color:var(--white);text-decoration:none;font-family:var(--font);font-size:1rem;font-weight:400;letter-spacing:.02em;padding:14px 36px;border-radius:50px;white-space:nowrap;border:none;cursor:pointer;transition:background .2s,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s}.hero__btn:hover{background:#009a72;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,174,129,.35)}.hero__btn:active{transform:translateY(0)}.lojas{padding:80px 48px 60px;background:var(--white);text-align:center}.lojas__title{font-size:2.8rem;font-weight:700;color:var(--text-dark);margin-bottom:14px}.lojas__subtitle{font-size:1.05rem;color:#555;margin-bottom:40px}.lojas__tabs{display:flex;justify-content:center;gap:50px;margin-bottom:40px}.lojas__tab{background:none;cursor:pointer;font-family:var(--font);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#888;padding-bottom:8px;border:none;border-bottom:3px solid transparent;transition:color .2s,border-color .2s}.lojas__tab.active{color:var(--green);border-bottom-color:var(--green)}.lojas__carousel-wrap{position:relative;overflow:hidden;max-width:1344px;margin:0 auto}.lojas__carousel{display:flex;gap:20px}.store-card-reveal{flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 16px);min-width:220px}.store-card{background:var(--white);text-align:left;transition:transform .35s cubic-bezier(.16,1,.3,1)}.store-card:hover{transform:translateY(-6px)}.store-card__img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:8px;transition:box-shadow .35s}.store-card:hover .store-card__img{box-shadow:0 14px 28px rgba(0,0,0,.16)}.store-card__body{padding:14px 0 10px}.store-card__name{font-size:1rem;font-weight:700;margin-bottom:4px;color:var(--text-dark)}.store-card__address{font-size:.82rem;color:#666;line-height:1.4;margin-bottom:14px}.store-card__actions{display:flex;gap:10px;align-items:flex-start}.store-action{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;cursor:pointer;flex:1 1}.store-action__icon{width:44px;height:44px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s}.store-action:hover .store-action__icon{transform:scale(1.1);background:#009a72}.store-action:active .store-action__icon{transform:scale(.96)}.store-action__icon svg{width:20px;height:20px;fill:var(--white)}.store-action__label{font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark);text-align:center;white-space:nowrap;line-height:1.2}.carousel-nav{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px}.carousel-dots{display:flex;gap:8px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:background .2s;padding:0}.carousel-dot.active{background:var(--green)}.carousel-arrow{background:none;border:none;cursor:pointer;color:#aaa;font-size:1.8rem;padding:4px 10px;line-height:1;transition:color .2s,transform .2s cubic-bezier(.16,1,.3,1)}.carousel-arrow:hover{color:var(--green);transform:scale(1.15)}.carousel-arrow:active{transform:scale(.95)}.escolha{padding:80px 48px;background:var(--white);text-align:center}.escolha__title{font-size:2.4rem;font-weight:700;margin-bottom:40px;color:var(--text-dark)}.escolha__cards{display:flex;gap:24px;max-width:900px;margin:0 auto}.escolha__card-reveal{flex:1 1}.escolha__card{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}.escolha__card:hover{transform:translateY(-6px);box-shadow:0 20px 36px rgba(0,0,0,.16)}.escolha__card-img{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}.escolha__card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.escolha__card:hover .escolha__card-img img{transform:scale(1.08)}.escolha__card-overlay{position:absolute;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center}.escolha__card-label{color:var(--white);font-size:1.5rem;font-weight:700;text-align:center;text-transform:uppercase;line-height:1.2;padding:0 20px}.escolha__card-body{background:var(--gray-light);padding:20px}.escolha__card-desc{font-size:.92rem;color:#555;line-height:1.5;text-align:center;margin-bottom:16px}.escolha__card-btn{display:inline-block;background:var(--green);color:var(--white);text-decoration:none;font-family:var(--font);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:11px 26px;border-radius:50px;transition:background .2s,transform .2s cubic-bezier(.16,1,.3,1)}.escolha__card-btn:hover{background:#009a72;transform:translateY(-2px)}.escolha__card-btn:active{transform:translateY(0)}.historia{min-height:600px;overflow:hidden;background-color:var(--orange);background-image:url(/wp-content/uploads/2023/05/delirio-back-quemsomos.webp);background-position:0;background-repeat:no-repeat;background-size:46%}.historia,.historia__left{display:flex;position:relative}.historia__left{flex:0 0 50%;background:transparent;padding:80px 60px 80px 220px;flex-direction:column;justify-content:center;z-index:1}.historia__year{font-size:3.5rem;font-weight:700;color:var(--white);line-height:1;margin-bottom:20px}.historia__text{font-size:1.05rem;color:var(--white);line-height:1.6;margin-bottom:32px;max-width:380px}.historia__btn{display:inline-block;background:var(--orange);color:var(--white);text-decoration:none;font-family:var(--font);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:16px 56px;border-radius:50px;align-self:flex-start;transition:background .2s}.historia__btn:hover{background:#e06b3a}.historia__right{flex:0 0 50%;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:40px 80px 40px 40px}.historia__photo{width:520px;max-width:85%;transform:rotate(7deg);display:block}.sobre-nav{display:flex;justify-content:center;gap:0;background:var(--white);border-bottom:2px solid #e8e8e8;position:-webkit-sticky;position:sticky;top:70px;z-index:100}.sobre-nav__link{padding:18px 32px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#555;text-decoration:none;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.sobre-nav__link:hover{color:var(--green);border-bottom-color:var(--green)}.sobre-sustentabilidade{background:var(--gray-light);padding:80px 48px;text-align:center}.sobre-section-intro{max-width:680px;margin:0 auto 48px;color:#555;font-size:1rem;line-height:1.7}.sobre-parceiros{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:32px 48px;margin-bottom:48px}.sobre-parceiros img{height:64px;width:auto;object-fit:contain;filter:grayscale(30%);transition:filter .2s}.sobre-parceiros img:hover{filter:grayscale(0)}.sobre-valor__logo{height:64px;width:auto;object-fit:contain;margin-bottom:16px;display:block;margin-left:auto;margin-right:auto}.sobre-valor__link{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:700;color:var(--green);text-decoration:none}.sobre-valor__link:hover{text-decoration:underline}.sobre-cta__btn--outline{background:transparent;border:2px solid var(--green);color:var(--green)}.sobre-cta__btn--outline:hover{background:var(--green);color:var(--white)}.sobre-rancho{background:var(--green);padding:80px 48px}.sobre-rancho__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:80px}.sobre-rancho__text{flex:1 1}.sobre-rancho__desc{color:rgba(255,255,255,.9);font-size:1.05rem;line-height:1.7;margin-bottom:24px}.sobre-rancho__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.sobre-rancho__list li{color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.6;padding-left:20px;position:relative}.sobre-rancho__list li:before{content:"•";position:absolute;left:0;color:var(--orange);font-size:1.2rem;line-height:1.4}.sobre-rancho__logo-wrap{flex:0 0 260px}.sobre-rancho__logo-wrap img{width:100%;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.25)}.sobre-rancho .sobre-historia__label{color:rgba(255,255,255,.7)}.sobre-rancho .sobre-historia__title{color:var(--white)}.sobre-hero{position:relative;min-height:680px;overflow:hidden}.sobre-hero__bg{position:absolute;inset:0;background-color:var(--green);background-size:cover;background-position:100%;background-repeat:no-repeat;z-index:0}.sobre-hero__panel{position:relative;z-index:1;width:50%;min-height:680px;background:var(--green);border-radius:0 50% 50% 0/0 50% 50% 0;display:flex;align-items:flex-end}.sobre-hero__panel-inner{padding:90px 80px 80px;display:flex;flex-direction:column;gap:20px;width:100%}.sobre-hero__title{font-size:3.8rem;font-weight:700;color:var(--white);line-height:1.1}.sobre-hero__text{color:rgba(255,255,255,.92);font-size:.95rem;line-height:1.75;max-width:400px}.sobre-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.15);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--white);transition:background .2s}.sobre-hero__arrow:hover{background:rgba(255,255,255,.3)}.sobre-hero__arrow--prev{left:20px}.sobre-hero__arrow--next{right:20px}.sobre-hero__dots{position:absolute;bottom:28px;left:25%;transform:translateX(-50%);display:flex;gap:10px;z-index:2}.sobre-hero__dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.45);cursor:pointer;padding:0;transition:background .2s}.sobre-hero__dot--active,.sobre-sust{background:var(--white)}.sobre-sust__inner{display:flex;align-items:center;gap:80px;max-width:1320px;margin:0 auto;padding:60px 80px}.sobre-sust__media{flex:0 0 auto;position:relative;width:380px;aspect-ratio:3/4;background:var(--gray-light);border-radius:16px;overflow:hidden}.sobre-sust__media img{width:100%;height:100%;object-fit:cover;display:block}.sobre-sust__btn{display:inline-block;padding:14px 32px;background:var(--green);color:var(--white);text-decoration:none;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:opacity .2s;width:-moz-fit-content;width:fit-content}.sobre-sust__btn:hover{opacity:.85}.sobre-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(0,0,0,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sobre-play-btn:hover{background:rgba(0,0,0,.75)}.sobre-sust__content{flex:1 1;padding:64px 56px;display:flex;flex-direction:column;justify-content:center;gap:24px}.sobre-sust__title{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1.25}.sobre-sust__intro{color:#555;font-size:.95rem;line-height:1.7;max-width:460px}.sobre-instituto{display:flex;min-height:500px;background:var(--orange);position:relative;overflow:hidden}.sobre-instituto__left{flex:0 0 50%;display:flex;align-items:stretch;position:relative;z-index:1}.sobre-instituto__decor{position:absolute;left:0;top:0;bottom:0;width:120px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 500'%3E%3Cpath d='M60 0 Q20 80 40 160 Q60 240 20 320 Q0 400 40 500' stroke='%2300AE81' stroke-width='3' fill='none' opacity='0.4'/%3E%3Cpath d='M30 100 Q-10 140 10 200' stroke='%2300AE81' stroke-width='2' fill='none' opacity='0.3'/%3E%3Cpath d='M50 200 Q10 250 30 310' stroke='%2300AE81' stroke-width='2' fill='none' opacity='0.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;pointer-events:none}.sobre-instituto__content{flex:1 1;padding:80px 60px 80px 80px;display:flex;flex-direction:column;justify-content:center;gap:20px}.sobre-instituto__title{font-size:2.8rem;font-weight:700;color:var(--white);line-height:1.15}.sobre-instituto__desc{color:rgba(255,255,255,.9);font-size:.9rem;line-height:1.75;max-width:380px}.sobre-instituto__btn{display:inline-block;padding:11px 28px;background:var(--green);color:var(--white);text-decoration:none;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;transition:opacity .2s}.sobre-instituto__btn:hover{opacity:.85}.sobre-instituto__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.2);border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--white);transition:background .2s}.sobre-instituto__arrow:hover{background:rgba(255,255,255,.35)}.sobre-instituto__arrow--prev{left:12px}.sobre-instituto__arrow--next{right:12px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.sobre-instituto__img{flex:1 1;background-color:var(--gray-light);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:500px}.sobre-rancho-section{background:var(--green);padding:64px 0}.sobre-rancho-section__inner{max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;gap:0;padding:0 80px}.sobre-rancho-section__videos{display:flex;flex:1 1;gap:16px}.sobre-rancho-info{flex:0 0 320px;background:var(--green);display:flex;flex-direction:column;justify-content:center;padding:60px 48px;gap:20px}.sobre-rancho-info__title{font-size:2.8rem;font-weight:700;color:var(--white);line-height:1.1}.sobre-rancho-info__desc{font-size:.95rem;color:rgba(255,255,255,.88);line-height:1.7}.sobre-rancho-card{flex:1 1;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:var(--white)}.sobre-rancho-card__thumb{position:relative;aspect-ratio:3/4;overflow:hidden}.sobre-rancho-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sobre-rancho-card__text{font-size:.88rem;color:var(--text-dark);line-height:1.6;padding:20px 20px 24px;text-align:center;background:var(--white)}.sobre-rancho-info__desc-old{font-size:.95rem;color:#555;line-height:1.7}.sobre-livro{padding:80px;background:var(--white)}.sobre-livro__inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:80px}.sobre-livro__img{flex:1 1;aspect-ratio:4/3;background:var(--gray-light);border-radius:12px;overflow:hidden}.sobre-livro__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.sobre-livro__text{flex:1 1}.sobre-livro__desc{color:#555;font-size:1rem;line-height:1.75;margin-bottom:32px}.sobre-livro__btn{display:inline-block;padding:14px 32px;background:var(--green);color:var(--white);text-decoration:none;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:opacity .2s}.sobre-livro__btn:hover{opacity:.85}.sobre-livro .sobre-cta__btn{text-decoration:none}.ouvidoria-wrap{max-width:700px;margin:0 auto;padding:64px 48px 80px}.ouvidoria-notice{display:flex;align-items:flex-start;gap:16px;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;padding:20px 24px;margin-bottom:40px}.ouvidoria-notice__icon{width:24px;height:24px;flex-shrink:0;fill:#f59f00;margin-top:2px}.ouvidoria-notice p{color:#555;font-size:.95rem;line-height:1.65;margin:0}.ouvidoria-notice a{color:var(--green);font-weight:600;text-decoration:none}.ouvidoria-notice a:hover{text-decoration:underline}.ouvidoria-form{display:flex;flex-direction:column;gap:0}.ouvidoria-form__label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#333;margin-bottom:24px}.ouvidoria-form__textarea{resize:vertical;border:1.5px solid #ddd;border-radius:8px;padding:16px;font-family:var(--font);font-size:1rem;color:#333;line-height:1.6;transition:border-color .2s}.ouvidoria-form__textarea:focus{outline:none;border-color:var(--green)}.ouvidoria-form__btn{display:inline-block;background:var(--green);color:var(--white);font-family:var(--font);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:16px 56px;border:none;border-radius:50px;cursor:pointer;align-self:flex-start;transition:background .2s}.ouvidoria-form__btn:hover{background:#009870}.privacidade{padding:64px 48px 80px}.privacidade__content{max-width:780px;margin:0 auto}.privacidade__content h2{font-size:1.6rem;font-weight:700;color:var(--green);margin-bottom:24px}.privacidade__content h3{font-size:1.15rem;font-weight:700;color:#333;margin:36px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--gray-light)}.privacidade__content p{color:#555;font-size:1rem;line-height:1.8;margin-bottom:16px}.trabalhe-layout{display:flex;min-height:700px}.trabalhe-layout__form{flex:1 1;padding:64px 64px 64px 80px;display:flex;flex-direction:column;justify-content:center}.trabalhe-form__title{font-size:2rem;font-weight:700;color:#222;margin-bottom:16px;text-transform:uppercase}.trabalhe-form__desc{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:36px;max-width:540px}.trabalhe-form{display:flex;flex-direction:column;gap:20px;max-width:560px}.trabalhe-form label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#333}.trabalhe-form input,.trabalhe-form select,.trabalhe-form textarea{border:1.5px solid #ddd;border-radius:6px;padding:12px 16px;font-family:var(--font);font-size:.95rem;color:#333;background:var(--white);transition:border-color .2s}.trabalhe-form input:focus,.trabalhe-form select:focus,.trabalhe-form textarea:focus{outline:none;border-color:var(--green)}.trabalhe-form textarea{resize:vertical}.trabalhe-form__file-hint{font-size:.78rem;color:#999;font-weight:400;letter-spacing:0;text-transform:none}.trabalhe-form__btn{display:inline-block;background:var(--green);color:var(--white);font-family:var(--font);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:16px 56px;border:none;border-radius:50px;cursor:pointer;align-self:flex-start;margin-top:8px;transition:background .2s}.trabalhe-form__btn:hover{background:#009870}.trabalhe-layout__img{flex:0 0 45%;overflow:hidden}.trabalhe-layout__img img{width:100%;height:100%;object-fit:cover;display:block}.eventos-layout{display:flex;min-height:700px;align-items:stretch}.eventos-layout__form{flex:1 1;padding:64px 48px 80px 120px}.eventos-layout__form-inner{max-width:560px}.eventos-layout__img{flex:0 0 42%;border-radius:20px 0 0 20px;overflow:hidden;margin-left:48px}.eventos-layout__img img{width:100%;height:100%;object-fit:cover;display:block}.eventos-form__title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.eventos-form__desc{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:32px}.eventos-form{gap:18px}.eventos-form,.eventos-form label{display:flex;flex-direction:column}.eventos-form label{gap:7px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#333}.eventos-form__row{display:flex;gap:16px}.eventos-form__row label{flex:1 1}.eventos-form input,.eventos-form select,.eventos-form textarea{width:100%;padding:13px 16px;border:1px solid #ddd;border-radius:8px;font-family:var(--font);font-size:.95rem;color:var(--text-dark);background:var(--white);transition:border-color .2s}.eventos-form input:focus,.eventos-form select:focus,.eventos-form textarea:focus{outline:none;border-color:var(--green)}.eventos-form input[type=date]{cursor:pointer}.eventos-form textarea{resize:vertical}.eventos-form__btn{align-self:flex-start;margin-top:8px;padding:16px 56px;background:var(--green);color:#fff;border:none;border-radius:50px;font-family:var(--font);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}.eventos-form__btn:hover{background:#009870}.eventos-form__btn:disabled{opacity:.6;cursor:default}.eventos-form__error{color:#c0392b;font-size:.85rem;font-weight:600}.eventos-form__success{background:var(--gray-light);border-radius:12px;padding:24px;color:var(--text-dark);font-size:.95rem;line-height:1.6}.lojas-page,.lojas-tabs{background:var(--white)}.lojas-tabs{display:flex;justify-content:center;border-bottom:2px solid #e8e8e8;position:-webkit-sticky;position:sticky;top:70px;z-index:100}.lojas-tabs__btn{padding:18px 40px;font-family:var(--font);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#555;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.lojas-tabs__btn:hover{color:var(--green)}.lojas-tabs__btn--active{color:var(--green);border-bottom-color:var(--green)}.lojas-list{max-width:1100px;margin:0 auto;padding:0 48px 80px}.loja-card{padding:56px 0;border-bottom:1px solid #e8e8e8}.loja-card:last-child{border-bottom:none}.loja-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:28px}.loja-card__identity{flex:1 1}.loja-card__nome{font-size:1.7rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.loja-card__endereco{font-size:.9rem;color:#555;line-height:1.5}.loja-card__bairro,.loja-card__endereco{text-transform:uppercase;letter-spacing:.04em}.loja-card__bairro{font-size:.85rem;color:#888}.loja-card__actions{display:flex;gap:20px;flex-shrink:0;align-items:flex-start}.loja-action{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.loja-action--disabled{opacity:.35;pointer-events:none}.loja-action__circle{width:68px;height:68px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.loja-action:hover .loja-action__circle{background:#009870;transform:translateY(-2px)}.loja-action__circle svg{width:30px;height:30px;fill:#fff}.loja-action__label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dark);text-align:center}.loja-carousel{width:100%;margin-bottom:36px}.loja-carousel__frame{position:relative;width:100%;height:380px;border-radius:14px;overflow:hidden;background:#eee}.loja-carousel__frame img{width:100%;height:100%;object-fit:cover;display:block}.loja-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.25);color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2}.loja-carousel__arrow:hover{background:rgba(0,0,0,.5)}.loja-carousel__arrow--prev{left:16px}.loja-carousel__arrow--next{right:16px}.loja-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.loja-carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0;transition:background .2s,transform .15s}.loja-carousel__dot:hover{background:#aaa}.loja-carousel__dot--active{background:var(--green);transform:scale(1.2)}.loja-card__details{display:flex;gap:64px}.loja-card__contatos,.loja-card__horario{flex:1 1}.loja-card__section-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.loja-card__horario p{font-size:.88rem;color:#444;line-height:1.8;text-transform:uppercase;letter-spacing:.03em}.loja-card__contact-list{list-style:none;display:flex;flex-direction:column;gap:10px}.loja-card__contact-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#444;font-size:.9rem;transition:color .2s}.loja-card__contact-link:hover{color:var(--green)}.loja-card__contact-link svg{width:18px;height:18px;fill:var(--green);flex-shrink:0}.loja-card__contact-link--wa svg{fill:#25D366}.footer{background:var(--green);padding:60px 48px}.footer__inner{max-width:1440px;margin:0 auto;display:flex;align-items:flex-start;gap:80px}.footer__logo img{height:80px;width:auto}.footer__col{display:flex;flex-direction:column;gap:16px}.footer__link{color:var(--white);text-decoration:none;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:opacity .2s}.footer__link:hover{opacity:.7}.footer__socials{margin-left:auto;display:flex;flex-direction:column;gap:14px}.footer__social-icon{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s}.footer__social-icon:hover{background:rgba(255,255,255,.3)}.footer__social-icon svg{width:18px;height:18px;fill:var(--white)}.cardapio-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.cardapio-modal{background:var(--white);border-radius:16px;padding:40px 36px 32px;width:100%;max-width:440px;position:relative;max-height:85vh;overflow-y:auto}.cardapio-modal__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#999;line-height:1;padding:4px 8px;transition:color .2s}.cardapio-modal__close:hover{color:var(--text-dark)}.cardapio-modal__title{font-size:1.6rem;font-weight:700;color:var(--green);margin-bottom:6px}.cardapio-modal__sub{font-size:.95rem;color:#666;margin-bottom:20px}.cardapio-modal__list{list-style:none;display:flex;flex-direction:column;gap:4px}.cardapio-modal__link{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--text-dark);font-size:.98rem;font-weight:500;transition:background .15s;cursor:pointer}.cardapio-modal__link:hover{background:var(--gray-light)}.cardapio-modal__link--disabled{opacity:.45;cursor:default}.cardapio-modal__link--disabled:hover{background:none}.cardapio-modal__icon{width:38px;height:38px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cardapio-modal__icon--hl{background:var(--orange)}.cardapio-modal__icon svg{width:18px;height:18px;fill:var(--white)}.sobre-estilo{background:var(--white);padding:80px 48px}.sobre-estilo__inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px}.sobre-estilo__text{flex:1 1}.sobre-estilo__img{flex:1 1;border-radius:12px;overflow:hidden}.sobre-estilo__img img{width:100%;height:auto;display:block}.fale-form{padding:80px 48px;background:var(--white);max-width:720px;margin:0 auto}.fale-form__title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.fale-form__sub{font-size:1rem;color:#666;margin-bottom:36px}.fale-form form{gap:18px}.fale-form form,.fale-form label{display:flex;flex-direction:column}.fale-form label{gap:6px;font-size:.88rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#555}.fale-form input,.fale-form select,.fale-form textarea{font-family:var(--font);font-size:1rem;color:var(--text-dark);border:1.5px solid #ddd;border-radius:8px;padding:12px 16px;background:var(--white);width:100%;transition:border-color .2s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fale-form input:focus,.fale-form select:focus,.fale-form textarea:focus{outline:none;border-color:var(--green)}.fale-form textarea{resize:vertical;min-height:120px}.fale-form__btn{align-self:flex-start;background:var(--green);color:var(--white);border:none;font-family:var(--font);font-size:.88rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:14px 48px;border-radius:4px;cursor:pointer;transition:background .2s}.fale-form__btn:hover{background:#009a72}.page-hero{background:var(--green);padding:160px 48px 80px;text-align:center}.page-hero__title{font-size:3rem;font-weight:700;color:var(--white);line-height:1.1}.page-hero__subtitle{color:rgba(255,255,255,.85);font-size:1.1rem;margin-top:14px}.sobre-historia{display:flex;align-items:stretch;min-height:500px}.sobre-historia__img{flex:1 1;overflow:hidden}.sobre-historia__img img{width:100%;height:100%;object-fit:cover;display:block}.sobre-historia__text{flex:1 1;background:var(--white);padding:80px 64px;display:flex;flex-direction:column;justify-content:center}.sobre-historia__label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.sobre-historia__title{font-size:2.4rem;font-weight:700;color:var(--text-dark);line-height:1.15;margin-bottom:24px}.sobre-historia__body{font-size:1rem;color:#555;line-height:1.8}.sobre-historia__body p+p{margin-top:18px}.sobre-valores{background:var(--gray-light);padding:80px 48px;text-align:center}.sobre-valores__title{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:48px}.sobre-valores__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:960px;margin:0 auto}.sobre-valor{background:var(--white);border-radius:12px;padding:36px 28px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.sobre-valor__icon{width:56px;height:56px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.sobre-valor__icon svg{width:26px;height:26px;fill:var(--white)}.sobre-valor__name{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:10px}.sobre-valor__desc{font-size:.9rem;color:#666;line-height:1.6}.sobre-cta{background:var(--orange);padding:80px 48px;text-align:center}.sobre-cta__title{font-size:2.2rem;font-weight:700;color:var(--white);margin-bottom:16px}.sobre-cta__text{font-size:1.05rem;color:rgba(255,255,255,.9);margin-bottom:36px}.sobre-cta__btn{display:inline-block;background:var(--white);color:var(--orange);text-decoration:none;font-family:var(--font);font-size:.88rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:16px 48px;border-radius:4px;transition:opacity .2s}.sobre-cta__btn:hover{opacity:.88}.enc-opcoes{padding:80px 48px;background:var(--white);text-align:center}.enc-opcoes__title{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.enc-opcoes__sub{font-size:1rem;color:#666;margin-bottom:48px}.enc-cards{display:flex;gap:32px;max-width:1000px;margin:0 auto}.enc-card{flex:1 1;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.enc-card__img{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.enc-card__img img{width:100%;height:100%;object-fit:cover;display:block}.enc-card__overlay{position:absolute;inset:0;background:rgba(0,0,0,.38);display:flex;align-items:center;justify-content:center}.enc-card__label{color:var(--white);font-size:1.6rem;font-weight:700;text-align:center;text-transform:uppercase;line-height:1.2;padding:0 20px}.enc-card__body{background:var(--gray-light);padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.enc-card__title{font-size:1.1rem;font-weight:700;color:var(--text-dark)}.enc-card__desc{font-size:.92rem;color:#666;line-height:1.6;text-align:center;margin-bottom:8px}.enc-card__btn{display:inline-block;background:var(--green);color:var(--white);text-decoration:none;font-family:var(--font);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 32px;border-radius:50px;transition:background .2s}.enc-card__btn:hover{background:#009a72}.enc-info{background:var(--green);padding:70px 48px;text-align:center}.enc-info__title{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:40px}.enc-info__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:860px;margin:0 auto}.enc-info-item__num{font-size:2.5rem;font-weight:700;color:var(--orange);margin-bottom:8px}.enc-info-item__label{font-size:.95rem;color:rgba(255,255,255,.9);line-height:1.5}.lojas-page .lojas{padding-top:60px}.lojas-page .lojas__subtitle,.lojas-page .lojas__title{display:none}.lojas-mapa{background:var(--gray-light);padding:60px 48px;text-align:center}.lojas-mapa__title{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.lojas-mapa__sub{font-size:1rem;color:#666;margin-bottom:32px}.lojas-mapa__btn{display:inline-block;background:var(--green);color:var(--white);text-decoration:none;font-family:var(--font);font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:14px 40px;border-radius:50px;transition:background .2s}.lojas-mapa__btn:hover{background:#009a72}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:26px;height:2px;background:var(--white);border-radius:2px;transition:.3s}@media (max-width:1280px){.store-card{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 15px)}}@media (max-width:1024px){.store-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 14px)}.nav__list{gap:36px}}@media (max-width:768px){.header__inner{padding:0 20px}.hamburger{display:flex}.nav{display:none;position:absolute;top:90px;left:0;width:100%;background:var(--green);padding:20px}.nav.open{display:block}.nav__list{flex-direction:column;gap:20px}.hero{height:70vh}.lojas{padding:50px 20px 40px}.lojas__title{font-size:2rem}.store-card{flex-grow:0;flex-shrink:0;flex-basis:calc(80% - 10px)}.escolha{padding:50px 20px}.escolha__title{font-size:1.7rem}.escolha__cards{max-width:400px}.escolha__cards,.historia{flex-direction:column}.historia__left{padding:50px 30px}.historia__left:after{display:none}.historia__right{min-height:280px}.historia__year{font-size:2.5rem}.footer__inner{flex-wrap:wrap;gap:40px}.footer__socials{margin-left:0;flex-direction:row;flex-wrap:wrap}.page-hero{padding:140px 24px 60px}.page-hero__title{font-size:2.2rem}.sobre-historia{flex-direction:column}.sobre-historia__img{min-height:280px}.sobre-historia__text{padding:50px 28px}.sobre-historia__title{font-size:1.8rem}.sobre-valores{padding:60px 20px}.sobre-valores__grid{grid-template-columns:1fr}.sobre-cta{padding:60px 24px}.sobre-cta__title{font-size:1.7rem}.sobre-nav{flex-wrap:wrap;top:60px}.sobre-nav__link{padding:14px 18px;font-size:.75rem}.sobre-sustentabilidade{padding:60px 24px}.sobre-rancho__inner{flex-direction:column;gap:40px;padding:0}.sobre-rancho{padding:60px 24px}.sobre-rancho__logo-wrap{flex:none;width:200px;margin:0 auto}.sobre-livro__inner{gap:40px}.sobre-estilo__inner,.trabalhe-layout{flex-direction:column}.trabalhe-layout__form{padding:48px 24px}.trabalhe-layout__img{flex:0 0 300px}.trabalhe-form{max-width:100%}.ouvidoria-wrap,.privacidade{padding:48px 24px}.enc-opcoes{padding:60px 20px}.enc-cards{flex-direction:column}.enc-info{padding:60px 20px}.enc-info__grid{grid-template-columns:1fr}.lojas-mapa{padding:50px 20px}.lojas-list{padding:0 20px 60px}.loja-card{padding:36px 0}.loja-card__top{flex-direction:column;gap:16px}.loja-card__actions{gap:14px}.loja-carousel__frame{height:220px}.loja-card__details{flex-direction:column;gap:24px}.lojas-tabs__btn{padding:16px 22px;font-size:.78rem}.eventos-layout{flex-direction:column;min-height:unset}.eventos-layout__form{padding:48px 24px 60px}.eventos-layout__form-inner{max-width:100%}.eventos-layout__img{flex:0 0 260px;border-radius:0;margin-left:0}.eventos-form__row{flex-direction:column;gap:0}.fale-form{padding:48px 24px}.sobre-hero{min-height:560px}.sobre-hero__panel{width:100%;min-height:560px;border-radius:0;align-items:flex-start}.sobre-hero__panel-inner{padding:130px 24px 48px}.sobre-hero__title{font-size:2.4rem}.sobre-hero__text{max-width:none}.sobre-hero__dots{left:50%}.sobre-hero__arrow--prev{left:8px}.sobre-hero__arrow--next{right:8px}.sobre-sust__inner{flex-direction:column;padding:0;gap:0}.sobre-sust__media{width:100%;aspect-ratio:16/10;border-radius:0}.sobre-sust{padding:0}.sobre-sust__content{padding:40px 24px}.sobre-instituto{flex-direction:column}.sobre-instituto__content{padding:48px 24px}.sobre-instituto__img{min-height:260px}.sobre-rancho-section{padding:40px 24px}.sobre-rancho-section__inner{flex-direction:column;padding:0;gap:32px}.sobre-rancho-section__videos{flex-direction:column;gap:24px;width:100%}.sobre-rancho-card__thumb{aspect-ratio:16/10}.sobre-rancho-info{flex:none;width:100%;padding:0;text-align:center}.sobre-livro{padding:60px 24px}.sobre-livro__inner{flex-direction:column;gap:32px}.sobre-livro__img{flex:none;width:100%}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal--in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero__slide.active{animation:none}.reveal{opacity:1;transition:none}.carousel-arrow:hover,.escolha__card-btn:hover,.escolha__card:hover,.hero__btn:hover,.reveal,.store-action:hover .store-action__icon,.store-card:hover{transform:none}}