@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');
:root{--ink:#18332d;--cream:#f5f1e6;--mint:#cfe8d2;--orange:#f36b3f;--yellow:#f5d767;--white:#fff;--line:rgba(24,51,45,.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.topbar{position:fixed;z-index:40;top:16px;left:3%;right:3%;height:70px;padding:0 22px 0 180px;border-radius:18px;background:rgba(248,245,237,.9);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 30px #18332d18}.brand{position:absolute;left:20px;top:-16px;width:140px;height:90px;border-radius:14px;background:#111;display:grid;place-items:center;transform:rotate(-2deg);box-shadow:0 12px 24px #18332d28}.brand img{width:122px;max-height:74px;object-fit:contain}.topbar nav{display:flex;gap:32px;font-size:14px;font-weight:600}.pill{border:0;display:inline-flex;justify-content:center;align-items:center;gap:24px;background:var(--orange);color:white;padding:16px 24px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #f36b3f40;transition:.25s}.pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f36b3f55}.pill.small{padding:12px 18px;font-size:14px}.hero{min-height:760px;height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:#809d8b}.hero-image{position:absolute;inset:0;background:url('../images/hero.jpg') center/cover;transform:scale(1.03);animation:drift 14s ease-in-out infinite alternate}.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,43,35,.88) 0%,rgba(14,43,35,.55) 47%,rgba(14,43,35,.05) 78%),linear-gradient(0deg,rgba(14,43,35,.3),transparent 50%)}.hero-copy{position:relative;z-index:2;width:min(720px,84%);margin-left:8%;color:white}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.hero h1,.section h2{font-size:clamp(55px,8vw,110px);line-height:.88;letter-spacing:-.055em;margin:0}.hero h1 em{font-family:'Playfair Display',serif;color:var(--yellow);font-weight:600}.lead{font-size:18px;line-height:1.6;max-width:590px;margin:30px 0}.actions{display:flex;align-items:center;gap:28px}.text-link{font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-note{position:absolute;z-index:3;right:5%;bottom:12%;background:var(--yellow);width:220px;height:220px;border-radius:50%;padding:55px 30px;display:flex;flex-direction:column;justify-content:center;transform:rotate(7deg);box-shadow:0 20px 50px #0003}.hero-note b{font-family:'Playfair Display',serif;font-style:italic;font-size:28px}.hero-note span{font-size:13px;line-height:1.4;margin-top:8px}.scroll{position:absolute;z-index:2;bottom:28px;left:8%;color:white;text-transform:uppercase;letter-spacing:.15em;font-size:10px;display:flex;gap:12px;align-items:center}.scroll i{display:block;width:55px;height:1px;background:white}.section{padding:110px 8%}.intro{display:grid;grid-template-columns:1.2fr .8fr;gap:8%;align-items:end}.intro h2,.section-head h2,.how h2,.story h2,.contact h2,.offer h2{font-size:clamp(42px,6vw,78px)}.intro>p,.section-head>p{font-size:18px;line-height:1.7;max-width:560px}.products{background:#fff}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:8%;align-items:end}.filter-row{display:flex;gap:8px;margin:50px 0 30px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:transparent;border-radius:99px;padding:10px 18px;cursor:pointer}.filter.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{min-height:310px;padding:24px;border-radius:24px;background:var(--cream);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.3s}.product-card:nth-child(3n+2){background:var(--mint)}.product-card:nth-child(3n){background:#f7dfa1}.product-card:hover{transform:translateY(-5px)}.product-visual{height:130px;display:grid;place-items:center}.bottle{width:60px;height:112px;background:linear-gradient(90deg,#fff,#eaf2ed);border:3px solid var(--ink);border-radius:14px 14px 20px 20px;position:relative;box-shadow:8px 10px 0 #18332d18}.bottle:before{content:'';position:absolute;width:34px;height:22px;border:3px solid var(--ink);background:var(--orange);top:-18px;left:10px;border-radius:5px 5px 2px 2px}.bottle:after{content:attr(data-mark);position:absolute;left:7px;right:7px;top:35px;padding:8px 2px;background:var(--yellow);font-size:10px;font-weight:800;text-align:center;transform:rotate(-3deg)}.product-card h3{font-size:19px;margin:12px 0 5px}.product-card p{font-size:13px;opacity:.72;margin:0 0 20px}.qty{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.qty button{width:38px;height:38px;border:1px solid var(--ink);background:transparent;border-radius:50%;cursor:pointer;font-size:20px}.qty span{font-weight:800}.qty .add{width:auto;border:0;background:var(--ink);color:white;border-radius:99px;padding:10px 15px;font-size:13px}.how{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;background:var(--mint)}.how-photo{position:relative}.how-photo img{width:100%;height:650px;object-fit:cover;border-radius:180px 180px 28px 28px}.stamp{position:absolute;right:-30px;top:45%;width:120px;height:120px;border-radius:50%;background:var(--orange);color:white;display:grid;place-items:center;text-align:center;text-transform:uppercase;letter-spacing:.12em;font-weight:800;transform:rotate(10deg)}.how ol{list-style:none;padding:0;margin:50px 0 0}.how li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--line)}.how li span{color:var(--orange);font-weight:800}.how li b{font-size:18px}.how li p{margin:6px 0 0;opacity:.7}.story{display:grid;grid-template-columns:1fr 1fr;padding:0;background:var(--yellow)}.story-card{padding:12%;display:flex;flex-direction:column;justify-content:center}.story-card p:not(.eyebrow){line-height:1.7;max-width:530px}.story-card .text-link{align-self:flex-start;margin-top:20px}.story>img{width:100%;height:720px;object-fit:cover}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:var(--ink);color:white}.contact-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:520px}.contact-list{display:grid;margin-top:45px}.contact-list a{padding:18px 0;border-top:1px solid #ffffff33;font-size:19px}.contact-list small{display:block;opacity:.55;font-size:11px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:5px}.contact-form{background:white;color:var(--ink);padding:36px;border-radius:28px}.contact-form label,.order-fields label{display:grid;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.contact-form input,.contact-form textarea,.order-fields input,.order-fields textarea{width:100%;border:0;border-bottom:1px solid var(--line);padding:12px 2px;background:transparent;outline:none;resize:vertical;text-transform:none;letter-spacing:0;font-weight:400}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}.contact-form .pill{width:100%;margin-top:8px}.offer{background:var(--orange);color:white;display:flex;align-items:center;justify-content:space-between;gap:50px}.offer h2{max-width:850px}.offer p{max-width:600px}.pill.light{background:white;color:var(--ink);min-width:350px;text-align:center;box-shadow:none}footer{padding:70px 8% 30px;background:#10241f;color:white;display:grid;grid-template-columns:1fr auto;gap:30px}footer img{width:150px;filter:none}footer>div:nth-child(2){display:flex;flex-direction:column;gap:12px}.copyright{opacity:.55}.minipage-credit{grid-column:1/-1;text-align:center;border-top:1px solid #ffffff20;padding-top:24px;margin:20px 0 0;font-size:12px;opacity:.7}.minipage-credit a{text-decoration:underline}.cart{position:fixed;z-index:60;right:22px;bottom:22px;width:390px;max-width:calc(100vw - 28px);background:white;border-radius:22px;box-shadow:0 20px 70px #0c251e55;overflow:hidden;transform:translateY(calc(100% - 64px));transition:.35s}.cart.open{transform:none}.cart-toggle{height:64px;width:100%;border:0;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 22px;cursor:pointer}.cart-toggle b{display:inline-grid;place-items:center;background:var(--orange);width:30px;height:30px;border-radius:50%;margin-right:8px}.cart-panel{padding:24px;max-height:75vh;overflow:auto}.cart-title{display:flex;justify-content:space-between}.cart-title h3{font-size:26px;margin:0}.cart-title button{border:0;background:transparent;font-size:28px;cursor:pointer}.cart-items{margin:22px 0}.empty{text-align:center;padding:28px 0;opacity:.55}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.cart-row button{border:0;background:transparent;color:var(--orange);cursor:pointer}.whatsapp{width:100%;background:#1e9a61}.fine{text-align:center;font-size:11px;opacity:.55}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(30px);transition:.8s}.reveal.visible{opacity:1;transform:none}@keyframes drift{to{transform:scale(1.1) translateX(-1%)}}
@media(max-width:900px){.topbar{padding-left:140px}.brand{width:112px}.brand img{width:100px}.topbar nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.intro,.section-head,.how,.contact{grid-template-columns:1fr}.section-head{gap:20px}.how{gap:60px}.how-photo img{height:550px}.story{grid-template-columns:1fr}.story>img{height:520px}.offer{align-items:flex-start;flex-direction:column}.pill.light{min-width:0}.hero-note{width:150px;height:150px;padding:30px 18px;right:4%;bottom:7%}.hero-note b{font-size:20px}}
@media(max-width:600px){.topbar{top:10px;left:12px;right:12px;height:58px;padding:0 12px 0 108px}.brand{left:10px;top:-8px;width:88px;height:70px}.brand img{width:78px}.topbar .small{font-size:12px;padding:10px 13px}.section{padding:75px 20px}.hero{min-height:720px;align-items:flex-start;padding-top:170px}.hero-copy{margin-left:20px;width:calc(100% - 40px)}.hero h1{font-size:56px}.lead{font-size:16px}.actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-note{display:none}.intro{gap:24px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card{min-height:280px;padding:16px}.product-card h3{font-size:16px}.product-card p{font-size:11px}.product-visual{height:115px}.qty .add{padding:9px 11px}.how-photo img{height:450px}.stamp{right:-4px}.story-card{padding:75px 20px}.story>img{height:430px}.contact-form{padding:24px}.offer{padding-bottom:90px}.offer .pill{width:100%}footer{padding:60px 20px 100px;grid-template-columns:1fr}.minipage-credit{grid-column:auto}.cart{right:14px;bottom:72px}.mobile-cta{position:fixed;z-index:55;display:grid;grid-template-columns:repeat(3,1fr);left:0;right:0;bottom:0;background:white;box-shadow:0 -4px 20px #0002}.mobile-cta a{text-align:center;padding:16px 6px;font-size:12px;font-weight:700;border-right:1px solid var(--line)}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Doubled header logo */
.topbar{padding-left:460px}
.brand{top:-66px;width:420px;height:270px;border-radius:0;background:transparent;box-shadow:none;transform:none}
.brand img{width:366px;max-height:222px}
@media(max-width:900px){.topbar{padding-left:365px}.brand{top:-44px;width:336px;height:225px}.brand img{width:300px;max-height:195px}}
@media(max-width:600px){.topbar{padding-left:276px}.brand{top:-34px;width:264px;height:210px;border-radius:0}.brand img{width:234px;max-height:177px}.topbar>.pill.small{display:none}}
