:root{--orange:#ff4b1f;--black:#0b0b0b;--muted:#646464;--line:#eaeaea;--red:#d91e35;--blue:#183f82;--yellow:#e89e00;--green:#20b957;--max:1440px;--pad:clamp(22px,5vw,76px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:#fff;font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:94px;max-width:var(--max);margin:auto;padding:0 var(--pad);display:grid;grid-template-columns:180px 1fr 180px;align-items:center;position:relative;z-index:20;background:#fff}.brand img{width:132px;height:58px;object-fit:contain}.site-header nav{display:flex;align-items:center;justify-content:center;gap:clamp(25px,4vw,58px)}.site-header nav a{font-size:14px;font-weight:600;position:relative;padding:10px 0}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--orange);transition:right .25s}.site-header nav a:hover:after,.site-header nav a.active:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--orange);color:#fff;border-radius:10px;padding:16px 22px;font-weight:700;box-shadow:0 10px 24px rgba(255,75,31,.18);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(255,75,31,.24)}.button-small{justify-self:end;padding:13px 24px;gap:0}.menu-toggle{display:none}.hero{min-height:650px;max-width:var(--max);margin:auto;padding:20px var(--pad) 30px;display:grid;grid-template-columns:41% 59%;align-items:center;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero h1,.section h2{font-family:"Manrope",sans-serif;letter-spacing:-.055em;margin:0;line-height:.98}.hero h1{font-size:clamp(52px,5.4vw,82px)}.hero-copy p{max-width:460px;font-size:18px;line-height:1.6;color:#393939;margin:30px 0}.hero-visual{align-self:stretch;position:relative}.hero-visual img{width:140%;height:100%;object-fit:cover;object-position:75% center;transform:translateX(-17%);animation:float 6s ease-in-out infinite}@keyframes float{50%{transform:translate(-17%,-7px)}}.section{max-width:var(--max);margin:auto;padding:110px var(--pad)}.section-heading{text-align:center;margin-bottom:58px}.section-heading h2{font-size:clamp(42px,4vw,64px)}.section-heading h2 span{color:var(--orange)}.section-heading p{color:var(--muted);font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.product{min-width:0}.product-image{aspect-ratio:4/5;overflow:hidden;background:#f7f7f7}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.75,.2,1)}.product:hover .product-image img{transform:scale(1.04)}.product-copy{padding:28px 10px 10px}.product-copy>span{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.product h3{font-family:"Manrope",sans-serif;font-size:clamp(28px,2.6vw,42px);line-height:1.05;letter-spacing:-.04em;margin:10px 0 14px}.product p{color:var(--muted);line-height:1.6;max-width:340px}.product-red .product-copy>span,.product-red h3,.product-red .text-link{color:var(--red)}.product-blue .product-copy>span,.product-blue h3,.product-blue .text-link{color:var(--blue)}.product-yellow .product-copy>span,.product-yellow h3,.product-yellow .text-link{color:var(--yellow)}.text-link{border:0;background:none;padding:8px 0;font-weight:700;cursor:pointer}.text-link span{display:inline-block;margin-left:8px;transition:transform .2s}.text-link:hover span{transform:translate(3px,-3px)}.philosophy{display:grid;grid-template-columns:39% 61%;align-items:center;background:#fafafa;max-width:none;padding-left:max(var(--pad),calc((100vw - var(--max))/2 + var(--pad)));padding-right:0;overflow:hidden}.philosophy-copy{max-width:490px}.philosophy h2{font-size:clamp(46px,5vw,72px)}.philosophy-copy p{font-size:17px;line-height:1.7;color:#454545}.philosophy-copy:after{content:"";display:block;width:50px;height:4px;background:var(--orange);margin-top:30px}.philosophy-visual{height:530px;overflow:hidden}.philosophy-visual img{height:100%;width:100%;object-fit:cover;object-position:70% center}.steps{padding-top:85px;padding-bottom:85px}.steps>h2{text-align:center;font-size:clamp(34px,3.4vw,50px);margin-bottom:55px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr)}.step{display:grid;grid-template-columns:36px 58px 1fr;grid-template-rows:auto auto;gap:6px 16px;padding:8px 38px;border-right:1px solid #ddd}.step:last-child{border:0}.step b{background:var(--orange);color:#fff;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:12px}.step-icon{grid-row:1/3;font-size:50px;line-height:1;color:var(--orange)}.step h3{font-family:"Manrope",sans-serif;font-size:20px;margin:0}.step p{grid-column:3;color:var(--muted);line-height:1.45;margin:5px 0;font-size:14px}.contact{max-width:none;min-height:330px;padding-top:70px;padding-bottom:70px;background:#fafafa;position:relative;overflow:hidden;display:grid;place-items:center;text-align:center}.contact-copy{position:relative;z-index:2}.contact h2{font-size:clamp(46px,5vw,70px)}.contact p{color:var(--muted);font-size:16px}.whatsapp-button{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:white;font-weight:800;font-size:20px;border-radius:12px;padding:16px 26px;margin-top:12px;box-shadow:0 12px 30px rgba(32,185,87,.24);transition:transform .2s}.whatsapp-button:hover{transform:translateY(-3px)}.whatsapp-button svg{width:28px;fill:currentColor}.contact-fruit{position:absolute;border-radius:50%;filter:blur(1px)}.fruit-red{width:300px;height:300px;left:-120px;top:70px;background:radial-gradient(circle at 65% 35%,#ff6c71 0 8%,#c81635 9% 30%,transparent 31%)}.fruit-blue{width:280px;height:280px;right:-100px;top:-80px;background:radial-gradient(circle at 35% 65%,#7ba6f1 0 7%,#183f82 8% 25%,transparent 26%)}footer{max-width:var(--max);margin:auto;padding:35px var(--pad);display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;border-top:1px solid var(--line);font-size:13px;color:#555}.footer-info{display:flex;justify-content:center;gap:35px}.footer-brand img{width:105px;height:50px}footer>p{text-align:right}.toast{position:fixed;z-index:50;left:50%;bottom:25px;transform:translate(-50%,130px);background:#111;color:white;padding:14px 22px;border-radius:9px;box-shadow:0 12px 40px rgba(0,0,0,.2);transition:transform .35s}.toast.show{transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.13s}.reveal-delay-2{transition-delay:.25s}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.hero-visual img{animation:none}}
@media(max-width:900px){.site-header{height:76px;grid-template-columns:1fr auto}.site-header>.button{display:none}.menu-toggle{display:block;width:42px;height:42px;border:0;background:none;padding:10px}.menu-toggle span{display:block;height:2px;background:#111;margin:7px 0;transition:.25s}.site-header nav{position:fixed;inset:76px 0 0;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;padding-top:80px;transform:translateX(100%);transition:transform .35s}.menu-open .site-header nav{transform:none}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-5px) rotate(-45deg)}.site-header nav a{font-family:"Manrope";font-size:28px}.hero{grid-template-columns:1fr;padding-top:50px}.hero-copy{text-align:center}.hero-copy p{margin:24px auto}.hero-visual{height:440px;margin-top:20px}.hero-visual img{width:150%;transform:translateX(-28%);object-position:72% center}@keyframes float{50%{transform:translate(-28%,-7px)}}.product-grid{grid-template-columns:1fr;gap:70px}.product{display:grid;grid-template-columns:58% 42%;align-items:center}.product-copy{padding:20px}.philosophy{grid-template-columns:1fr;padding:85px var(--pad) 0}.philosophy-visual{height:420px;margin:40px calc(-1 * var(--pad)) 0}.steps-grid{grid-template-columns:1fr;max-width:600px;margin:auto}.step{border-right:0;border-bottom:1px solid #ddd;padding:28px 10px}.footer-info{flex-direction:column;gap:5px;text-align:center}}
@media(max-width:600px){.brand img{width:112px}.hero{min-height:auto;padding-left:20px;padding-right:20px}.hero h1{font-size:48px}.hero-copy p{font-size:16px}.hero-visual{height:310px;margin:8px -20px 0}.section{padding:80px 20px}.section-heading{text-align:left}.section-heading p{line-height:1.5}.product{display:block}.product-image{aspect-ratio:4/5}.product-copy{padding:24px 2px}.philosophy{padding-left:20px;padding-right:20px}.philosophy-visual{margin-left:-20px;margin-right:-20px;height:300px}.steps>h2{text-align:left}.contact{padding-left:20px;padding-right:20px}.contact h2{font-size:45px}.contact p{max-width:330px}.whatsapp-button{font-size:17px;padding:15px 19px}.contact-fruit{opacity:.35}footer{grid-template-columns:1fr;text-align:center;gap:18px}.footer-brand{margin:auto}footer>p{text-align:center}.footer-info{gap:3px}.toast{width:calc(100% - 30px);text-align:center}}
