:root{--ivory:#f8f3eb;--sand:#eadbc8;--walnut:#6b4328;--brown:#3a2418;--olive:#294a39;--gold:#b88a52;--ink:#241c17;--white:#fff;--line:rgba(58,36,24,.13);--shadow:0 18px 50px rgba(64,38,20,.12);--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:"Tahoma","Arial",sans-serif;line-height:1.75;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.no-scroll{overflow:hidden}.ticker{background:var(--olive);color:#fff;overflow:hidden;font-weight:700;font-size:15px}.ticker-track{display:flex;width:max-content;gap:38px;padding:10px 0;animation:ticker 26s linear infinite}.ticker span{white-space:nowrap;display:flex;align-items:center;gap:7px}@keyframes ticker{to{transform:translateX(50%)}}.site-header{height:94px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:0 clamp(18px,5vw,72px);background:rgba(248,243,235,.94);backdrop-filter:blur(18px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.brand{justify-self:center;text-align:center;display:flex;flex-direction:column;line-height:1}.brand strong{font-family:Georgia,serif;font-size:31px;letter-spacing:4px;color:var(--brown)}.brand small{margin-top:8px;font-size:10px;letter-spacing:3px;color:var(--walnut)}.custom-logo{max-height:62px;width:auto}.menu-btn{width:44px;height:44px;border:0;background:transparent;display:grid;align-content:center;gap:5px;cursor:pointer}.menu-btn span{display:block;width:27px;height:2px;background:var(--brown);border-radius:5px}.drawer{position:fixed;z-index:101;top:0;left:0;width:min(86vw,360px);height:100dvh;background:var(--ivory);padding:34px;transform:translateX(-105%);transition:.3s ease;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.drawer.open{transform:none}.drawer-close{align-self:flex-start;border:0;background:transparent;font-size:36px}.drawer p{color:var(--walnut);font-weight:800}.drawer a{font-size:20px;font-weight:800;padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff}.drawer-backdrop{position:fixed;inset:0;background:rgba(20,12,8,.45);z-index:100;opacity:0;pointer-events:none;transition:.3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.intro{text-align:center;padding:48px 20px 30px;max-width:920px;margin:auto}.eyebrow{margin:0 0 10px;color:var(--walnut);font-weight:900;letter-spacing:.3px}.intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,6vw,64px);line-height:1.3;margin:0;color:var(--brown)}.product-switch{margin:28px auto 0;display:inline-flex;background:#ede2d4;padding:6px;border-radius:999px;gap:5px}.product-switch a{padding:10px 18px;border-radius:999px;font-weight:800;font-size:15px}.product-switch a.active{background:var(--olive);color:#fff}.hero-product{max-width:1180px;margin:0 auto;padding:20px clamp(16px,4vw,40px) 70px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:42px;align-items:center}.slider{position:relative;background:#eee1d3;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:570px}.slides{position:relative;height:100%}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;margin:0}.slide.is-active{opacity:1;z-index:1}.slide img{width:100%;height:100%;object-fit:cover;min-height:570px}.placeholder{height:100%;min-height:570px;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#e8dac8,#f7eee3);color:var(--walnut);font-weight:800;padding:30px}.placeholder.tall{min-height:520px}.dots{position:absolute;z-index:3;bottom:16px;right:50%;transform:translateX(50%);display:flex;gap:8px;background:rgba(255,255,255,.86);padding:8px 12px;border-radius:999px}.dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#baa994}.dots button.active{background:var(--olive);transform:scale(1.25)}.buy-card{background:#fff;padding:40px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}.rating{color:#c78d28;font-weight:900}.rating span{color:#66584e;font-weight:600;margin-right:8px}.buy-card h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);margin:12px 0;color:var(--brown)}.buy-card p{font-size:18px;color:#66584e}.price{display:flex;align-items:baseline;gap:14px;margin:20px 0}.price strong{font-size:34px;color:var(--olive)}.price del{color:#9f9083}.size{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:var(--ivory);margin:18px 0}.size b{color:var(--walnut);font-size:20px}.primary-cta,.order-form button,.mobile-cta button{border:0;background:var(--olive);color:#fff;font-weight:900;border-radius:15px;cursor:pointer;box-shadow:0 10px 25px rgba(41,74,57,.24)}.primary-cta{width:100%;padding:17px;font-size:18px}.primary-cta:hover,.order-form button:hover{filter:brightness(1.06)}.mini-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.mini-trust span{background:#f4ede4;padding:10px 6px;text-align:center;border-radius:12px;font-size:12px;font-weight:800}.benefits{max-width:1180px;margin:0 auto 90px;padding:0 clamp(16px,4vw,40px);display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.benefits article{background:#fff;padding:26px 20px;border-radius:20px;text-align:center;border:1px solid var(--line)}.benefits i{font-style:normal;font-size:30px}.benefits h3{margin:10px 0 4px;color:var(--brown)}.benefits p{margin:0;color:#74665a;font-size:14px}.story{max-width:1180px;margin:0 auto 100px;padding:0 clamp(16px,4vw,40px);display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.story.reverse{grid-template-columns:1.2fr .8fr}.story.reverse>div:first-child{order:2}.story span,.order-copy>span{display:inline-block;background:var(--sand);color:var(--walnut);font-weight:900;padding:7px 14px;border-radius:999px}.story h2,.order-copy h2,.social-proof h2,.faq h2{font-family:Georgia,serif;color:var(--brown);font-size:clamp(32px,5vw,52px);line-height:1.35;margin:18px 0}.story p{font-size:19px;color:#685a4f}.story-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.story-media img{width:100%;min-height:520px;object-fit:cover}.order-zone{max-width:1080px;margin:0 auto 110px;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:50px;background:linear-gradient(135deg,#eadbc8,#f8f3eb);border-radius:34px;box-shadow:var(--shadow);align-items:center}.order-copy p{font-size:18px;color:#65564c}.order-copy ul{list-style:none;padding:0}.order-copy li{margin:10px 0;font-weight:800}.order-copy li:before{content:"✓";color:var(--olive);margin-left:9px}.order-form{background:#fff;border-radius:24px;padding:30px;box-shadow:0 12px 35px rgba(64,38,20,.1)}.order-form h3{margin-top:0;font-size:25px;color:var(--brown)}.order-form label{display:block;font-weight:800;margin:14px 0}.order-form input{display:block;width:100%;margin-top:7px;padding:15px;border:1.5px solid #d9cabb;border-radius:13px;background:#fff;font-size:17px;outline:none}.order-form input:focus{border-color:var(--olive);box-shadow:0 0 0 4px rgba(41,74,57,.09)}.order-summary{display:flex;justify-content:space-between;gap:12px;padding:15px;background:var(--ivory);border-radius:13px;margin:18px 0}.order-form button{width:100%;padding:16px;font-size:18px}.form-note{font-size:12px;color:#776a60;text-align:center}.form-message{text-align:center;font-weight:800;color:var(--olive)}.social-proof,.faq{max-width:1080px;margin:0 auto 100px;padding:0 clamp(18px,4vw,40px);text-align:center}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.reviews article{background:#fff;border:1px solid var(--line);padding:25px;border-radius:20px;text-align:right}.reviews article div{color:#c78d28}.reviews p{font-size:17px}.reviews b{color:var(--walnut)}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;margin:12px 0;text-align:right;padding:0 20px}.faq summary{cursor:pointer;font-weight:900;font-size:18px;padding:18px 0}.faq details p{margin-top:0;color:#6d5f54}.site-footer{background:var(--brown);color:#f5eadf;text-align:center;padding:55px 20px 100px}.footer-brand{display:flex;flex-direction:column;line-height:1}.footer-brand strong{font-family:Georgia,serif;font-size:30px;letter-spacing:4px}.footer-brand span{font-size:10px;letter-spacing:3px;margin-top:8px}.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin:25px 0}.whatsapp-float{position:fixed;left:18px;bottom:92px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:27px;z-index:40;box-shadow:0 12px 30px rgba(0,0,0,.2)}.mobile-cta{display:none}
@media(max-width:850px){body{padding-bottom:76px}.ticker{font-size:13px}.ticker-track{gap:25px}.site-header{height:82px;padding:0 14px}.brand strong{font-size:26px}.intro{padding:30px 18px 16px}.intro h1{font-size:34px}.product-switch{width:100%;display:grid;grid-template-columns:1fr 1fr}.product-switch a{font-size:13px;padding:10px 7px}.hero-product{display:flex;flex-direction:column;padding:8px 14px 50px;gap:18px}.slider{width:100%;min-height:auto;aspect-ratio:4/5;border-radius:20px}.slide img,.placeholder{min-height:0;height:100%;aspect-ratio:4/5}.buy-card{padding:24px;width:100%;border-radius:20px}.buy-card h2{font-size:34px}.buy-card p{font-size:16px}.price strong{font-size:30px}.mini-trust{grid-template-columns:1fr 1fr}.mini-trust span:last-child{grid-column:1/-1}.benefits{grid-template-columns:1fr 1fr;margin-bottom:65px;gap:10px;padding:0 14px}.benefits article{padding:18px 10px}.benefits h3{font-size:15px}.story,.story.reverse{display:flex;flex-direction:column;padding:0 14px;margin-bottom:65px;gap:22px}.story.reverse>div:first-child{order:0}.story h2,.order-copy h2,.social-proof h2,.faq h2{font-size:34px}.story p{font-size:16px}.story-media{width:100%;border-radius:20px}.story-media img,.placeholder.tall{min-height:430px}.order-zone{margin:0 14px 70px;padding:24px 16px;display:block;border-radius:24px}.order-copy{text-align:center}.order-copy ul{text-align:right}.order-form{padding:20px 16px;margin-top:24px}.order-form input{font-size:16px}.reviews{grid-template-columns:1fr}.social-proof,.faq{margin-bottom:70px}.site-footer{padding-bottom:40px}.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 14px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -8px 25px rgba(50,30,18,.12);border-top:1px solid var(--line)}.mobile-cta div{display:flex;flex-direction:column;line-height:1.25}.mobile-cta small{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-cta strong{color:var(--olive)}.mobile-cta button{padding:12px 22px}.whatsapp-float{bottom:92px;width:48px;height:48px}}
@media(max-width:390px){.benefits{grid-template-columns:1fr}.intro h1{font-size:30px}.buy-card{padding:20px}.order-zone{margin-left:8px;margin-right:8px}}
