:root {
  --forest: #173f31;
  --forest-2: #225441;
  --forest-3: #2f6750;
  --sage: #89936a;
  --khaki: #b3a67e;
  --cream: #f7f3e9;
  --sand: #e9e1cf;
  --beige: #d8cdb4;
  --paper: #fffdf8;
  --ink: #1f2b25;
  --muted: #68736c;
  --line: rgba(23, 63, 49, .13);
  --whatsapp: #25d366;
  --shadow: 0 24px 60px rgba(29, 50, 40, .10);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 12px 18px; background: var(--forest); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-preloader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; align-content: center; gap: 30px; color: var(--forest); background: var(--cream); transition: opacity .55s ease, visibility .55s ease; }
.site-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-brand { display: flex; align-items: center; gap: 6px; font: 700 clamp(1.4rem, 4vw, 2rem)/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.preloader-brand img { width: 78px; height: 64px; object-fit: contain; }
.preloader-line { position: relative; width: 150px; height: 2px; overflow: hidden; background: rgba(23,63,49,.14); border-radius: 999px; }
.preloader-line::after { content: ""; position: absolute; inset: 0; width: 45%; background: var(--forest); border-radius: inherit; animation: loaderSweep 1.05s ease-in-out infinite; }
@keyframes loaderSweep { from { transform: translateX(-120%); } to { transform: translateX(340%); } }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.15rem); margin-bottom: 28px; max-width: 820px; }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.35rem); margin-bottom: 26px; }
h3 { font-size: 1.2rem; }
em { color: var(--sage); font-family: Georgia, serif; font-weight: 400; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--forest-3); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; }
.eyebrow.light { color: #c9d5c8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 13px 26px rgba(23, 63, 49, .17); }
.button-primary:hover { background: var(--forest-2); box-shadow: 0 16px 32px rgba(23, 63, 49, .24); }
.button-secondary { color: var(--forest); border-color: rgba(23, 63, 49, .25); background: rgba(255,255,255,.34); }
.button-secondary:hover { background: white; }
.button-secondary svg { width: 20px; color: var(--forest-3); }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; color: var(--forest); border-bottom: 1px solid var(--forest); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s, box-shadow .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(255, 253, 248, .88); box-shadow: 0 5px 25px rgba(30, 50, 40, .07); backdrop-filter: blur(18px); }
.site-header.inner-header { background: rgba(255, 253, 248, .94); box-shadow: 0 5px 25px rgba(30, 50, 40, .06); backdrop-filter: blur(18px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 3px; color: var(--forest); font-family: "Manrope", sans-serif; font-size: 1.15rem; letter-spacing: -.03em; }
.brand strong { font-size: 1.45rem; }
.brand-mark { width: 54px; height: 46px; display: block; flex: 0 0 auto; overflow: hidden; color: transparent !important; font-size: 0 !important; line-height: 0; text-indent: -9999px; border: 0; border-radius: 0; background: url("assets/5r-logo.png") center / contain no-repeat; }
.brand-mark > * { display: none; }
.brand > span:last-child strong { display: none; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-size: .91rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--forest); transition: right .25s; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a.active::after { right: 0; }
.nav-cta { padding: 10px 18px; color: white; background: var(--forest); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--forest); transition: .25s; }

.hero { position: relative; min-height: 860px; padding: 160px 0 92px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: linear-gradient(118deg, #f8f3e8 0%, #f3eddf 56%, #e4dfc9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(23,63,49,.14) .6px, transparent .6px); background-size: 11px 11px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 60px; }
.hero-copy > p { max-width: 670px; margin-bottom: 34px; color: #53605a; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 38px; margin-top: 52px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust div + div { padding-left: 38px; border-left: 1px solid rgba(23, 63, 49, .16); }
.hero-trust strong { font-family: "Manrope", sans-serif; color: var(--forest); }
.hero-trust span { color: var(--muted); font-size: .77rem; }
.hero-visual { position: relative; justify-self: end; width: 100%; max-width: 430px; }
.visual-card { position: relative; height: 570px; padding: 24px; overflow: hidden; background: #d8d5bb; border: 10px solid rgba(255,255,255,.54); border-radius: 215px 215px 32px 32px; box-shadow: var(--shadow); }
.visual-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -70px; border: 1px solid rgba(23,63,49,.16); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.08), 0 0 0 100px rgba(255,255,255,.06); }
.visual-label { position: absolute; top: 100px; left: 50%; z-index: 2; transform: translateX(-50%); white-space: nowrap; color: var(--forest); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.loofah-illustration { position: absolute; width: 310px; left: 50%; top: 120px; transform: translateX(-50%) rotate(-5deg); filter: drop-shadow(0 25px 18px rgba(60, 61, 38, .15)); }
.visual-caption { position: absolute; inset: auto 30px 27px; padding: 20px 24px; color: white; background: rgba(23,63,49,.9); border-radius: 17px; backdrop-filter: blur(8px); }
.visual-caption span { display: block; margin-bottom: 4px; color: #c8d3c7; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.visual-caption strong { font-family: "Manrope", sans-serif; font-size: 1.12rem; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 12px 17px; color: var(--forest); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; box-shadow: 0 12px 30px rgba(38, 52, 43, .13); font-size: .78rem; font-weight: 700; backdrop-filter: blur(8px); }
.floating-note span { width: 23px; height: 23px; display: grid; place-items: center; color: white; background: var(--sage); border-radius: 50%; }
.note-one { left: -56px; top: 150px; }
.note-two { right: -32px; bottom: 115px; }
.botanical { position: absolute; color: rgba(45, 87, 66, .13); }
.botanical-left { left: -15px; bottom: 30px; width: 220px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 260px; height: 260px; right: -80px; top: 100px; background: rgba(121, 134, 91, .14); }
.orb-two { width: 150px; height: 150px; left: 42%; bottom: 80px; border: 1px solid rgba(23,63,49,.09); }
.hero-bottom { position: absolute; inset: auto 0 0; z-index: 2; padding: 18px 0; color: rgba(255,255,255,.76); background: var(--forest); font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-bottom .container { display: flex; justify-content: center; align-items: center; gap: 28px; }
.hero-bottom i { width: 4px; height: 4px; background: var(--sage); border-radius: 50%; }

.page-hero { position: relative; padding: 175px 0 92px; overflow: hidden; color: white; background: var(--forest); }
.page-hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -230px; top: -350px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero h1 em { color: #b9c79f; }
.page-hero p { max-width: 670px; margin: 0; color: #bdcbc4; font-size: 1.08rem; }
.home-intro { background: var(--paper); }
.home-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-link-card { min-height: 300px; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 22px; transition: transform .3s, box-shadow .3s, background .3s; }
.home-link-card:hover { transform: translateY(-7px); background: white; box-shadow: var(--shadow); }
.home-link-card > span { margin-bottom: auto; color: var(--sage); font-size: .72rem; font-weight: 700; }
.home-link-card h3 { margin: 50px 0 12px; font-size: 1.45rem; }
.home-link-card p { color: var(--muted); font-size: .88rem; }
.home-link-card b { margin-top: 8px; color: var(--forest); font-size: .83rem; }
.home-cta { padding: 85px 0; color: white; background: var(--forest); }
.home-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.home-cta h2 { max-width: 720px; margin: 0; }
.home-cta h2 em { color: #b9c79f; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.35); }
.mission-section { background: var(--cream); }
.mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; }
.mission-grid article > span { color: var(--sage); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mission-grid article:first-child p { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.mission-grid article:last-child { padding: 40px; background: var(--paper); border-radius: 22px; }
.mission-grid article:last-child h3 { margin: 0 0 7px; }
.mission-grid article:last-child p { margin: 0 0 26px; color: var(--muted); }
.mission-grid article:last-child p:last-child { margin-bottom: 0; }
.why-page { background: var(--paper); }
.dark-copy { color: var(--ink); }
.dark-copy p { color: var(--muted); }
.light-benefits { border-color: var(--line); }
.light-benefits .benefit-card { color: var(--ink); border-color: var(--line); background: var(--cream); }
.light-benefits .benefit-card:hover { background: white; box-shadow: var(--shadow); }
.light-benefits .benefit-icon { color: var(--forest); background: rgba(23,63,49,.09); font-weight: 700; }
.light-benefits .benefit-card h3 { color: var(--ink); }
.light-benefits .benefit-card p { color: var(--muted); }
.light-benefits .benefit-number { color: rgba(23,63,49,.28); }
.footer-bottom a { color: #91a69c; transition: color .2s; }
.footer-bottom a:hover { color: white; }
a[href^="https://wa.me"]:not(.order-button):not(.floating-whatsapp)::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.82 11.82 0 0 0 12.1 0C5.58 0 .28 5.3.28 11.82c0 2.08.54 4.11 1.57 5.9L.18 24l6.43-1.69a11.8 11.8 0 0 0 5.48 1.4h.01c6.51 0 11.81-5.3 11.81-11.82 0-3.15-1.2-6.13-3.39-8.41Zm-8.42 18.23h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.22-3.82 1 1.02-3.72-.24-.38a9.8 9.8 0 1 1 8.41 4.69Zm5.38-7.34c-.29-.15-1.74-.86-2.01-.96-.27-.1-.47-.15-.66.15-.2.29-.76.96-.93 1.16-.17.19-.34.22-.64.07-.29-.14-1.24-.45-2.36-1.45a8.84 8.84 0 0 1-1.63-2.02c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.66-1.6-.91-2.19-.24-.57-.48-.49-.66-.5h-.56c-.19 0-.51.08-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.31 1.25.5 1.68.64.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.98-1.4.25-.68.25-1.27.17-1.4-.07-.12-.27-.19-.56-.34Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.82 11.82 0 0 0 12.1 0C5.58 0 .28 5.3.28 11.82c0 2.08.54 4.11 1.57 5.9L.18 24l6.43-1.69a11.8 11.8 0 0 0 5.48 1.4h.01c6.51 0 11.81-5.3 11.81-11.82 0-3.15-1.2-6.13-3.39-8.41Zm-8.42 18.23h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.22-3.82 1 1.02-3.72-.24-.38a9.8 9.8 0 1 1 8.41 4.69Zm5.38-7.34c-.29-.15-1.74-.86-2.01-.96-.27-.1-.47-.15-.66.15-.2.29-.76.96-.93 1.16-.17.19-.34.22-.64.07-.29-.14-1.24-.45-2.36-1.45a8.84 8.84 0 0 1-1.63-2.02c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.66-1.6-.91-2.19-.24-.57-.48-.49-.66-.5h-.56c-.19 0-.51.08-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.31 1.25.5 1.68.64.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.98-1.4.25-.68.25-1.27.17-1.4-.07-.12-.27-.19-.56-.34Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.floating-whatsapp span {
  width: 27px;
  height: 27px;
  overflow: hidden;
  color: transparent;
  background: white;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.82 11.82 0 0 0 12.1 0C5.58 0 .28 5.3.28 11.82c0 2.08.54 4.11 1.57 5.9L.18 24l6.43-1.69a11.8 11.8 0 0 0 5.48 1.4h.01c6.51 0 11.81-5.3 11.81-11.82 0-3.15-1.2-6.13-3.39-8.41Zm-8.42 18.23h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.22-3.82 1 1.02-3.72-.24-.38a9.8 9.8 0 1 1 8.41 4.69Zm5.38-7.34c-.29-.15-1.74-.86-2.01-.96-.27-.1-.47-.15-.66.15-.2.29-.76.96-.93 1.16-.17.19-.34.22-.64.07-.29-.14-1.24-.45-2.36-1.45a8.84 8.84 0 0 1-1.63-2.02c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.66-1.6-.91-2.19-.24-.57-.48-.49-.66-.5h-.56c-.19 0-.51.08-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.31 1.25.5 1.68.64.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.98-1.4.25-.68.25-1.27.17-1.4-.07-.12-.27-.19-.56-.34Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.52 3.48A11.82 11.82 0 0 0 12.1 0C5.58 0 .28 5.3.28 11.82c0 2.08.54 4.11 1.57 5.9L.18 24l6.43-1.69a11.8 11.8 0 0 0 5.48 1.4h.01c6.51 0 11.81-5.3 11.81-11.82 0-3.15-1.2-6.13-3.39-8.41Zm-8.42 18.23h-.01a9.8 9.8 0 0 1-5-1.37l-.36-.22-3.82 1 1.02-3.72-.24-.38a9.8 9.8 0 1 1 8.41 4.69Zm5.38-7.34c-.29-.15-1.74-.86-2.01-.96-.27-.1-.47-.15-.66.15-.2.29-.76.96-.93 1.16-.17.19-.34.22-.64.07-.29-.14-1.24-.45-2.36-1.45a8.84 8.84 0 0 1-1.63-2.02c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.08-.15-.66-1.6-.91-2.19-.24-.57-.48-.49-.66-.5h-.56c-.19 0-.51.08-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.31 1.25.5 1.68.64.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.98-1.4.25-.68.25-1.27.17-1.4-.07-.12-.27-.19-.56-.34Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.about { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 100px; }
.about-collage { position: relative; min-height: 580px; }
.collage-main { position: absolute; inset: 0 60px 60px 0; border-radius: 180px 180px 25px 25px; }
.image-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; color: rgba(23,63,49,.34); background: linear-gradient(145deg, #e8e1cf, #d6d2b7); }
.image-placeholder svg { width: 210px; }
.image-placeholder span { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.collage-small { position: absolute; width: 230px; right: 0; bottom: 0; padding: 28px; color: white; background: var(--forest); border: 8px solid var(--paper); border-radius: 22px; box-shadow: var(--shadow); }
.collage-small strong { font-family: "Manrope", sans-serif; }
.collage-small p { margin: 8px 0 0; color: #c8d4ce; font-size: .82rem; line-height: 1.5; }
.experience-badge { position: absolute; right: 18px; top: 70px; width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--forest); background: var(--cream); border: 1px solid rgba(23,63,49,.15); border-radius: 50%; box-shadow: 0 15px 30px rgba(42,50,38,.12); transform: rotate(6deg); }
.experience-badge strong { font: 800 2rem/1 "Manrope", sans-serif; }
.experience-badge span { font-size: .65rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
.section-copy { max-width: 620px; }
.section-copy .lead { color: var(--forest); font-size: 1.16rem; font-weight: 600; }
.section-copy p { color: var(--muted); }
.section-copy .text-link { margin-top: 10px; }

.products { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 5px; color: var(--muted); }
.product-filters { display: flex; gap: 8px; width: fit-content; margin-bottom: 35px; padding: 7px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 999px; }
.filter-button { padding: 11px 18px; color: var(--muted); background: transparent; border: 0; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: .25s; }
.filter-button span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-left: 6px; border-radius: 50%; background: rgba(23,63,49,.08); font-size: .67rem; }
.filter-button.active { color: white; background: var(--forest); }
.filter-button.active span { background: rgba(255,255,255,.16); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; align-items: stretch; gap: 20px; }
.product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid rgba(23,63,49,.08); border-radius: 22px; transition: transform .3s, box-shadow .3s; animation: cardIn .45s both; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 44px rgba(37,55,45,.12); }
.product-image { position: relative; aspect-ratio: 1 / .91; display: grid; place-items: center; overflow: hidden; color: rgba(23,63,49,.25); background: #e7e1cf; }
.product-image::before, .product-image::after { content: ""; position: absolute; border: 1px solid rgba(23,63,49,.09); border-radius: 50%; }
.product-image::before { width: 180px; height: 180px; right: -75px; top: -85px; }
.product-image::after { width: 90px; height: 90px; left: -40px; bottom: -35px; }
.product-image svg { width: 80px; }
.product-image.has-image { background: #d8d0bf; }
.product-image.has-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.product-card:hover .product-image.has-image img { transform: scale(1.018); }
.product-image.has-image::before, .product-image.has-image::after { display: none; }
.product-number { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 5px 10px; color: var(--forest); background: rgba(255,255,255,.72); border-radius: 999px; font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-badge { position: absolute; z-index: 2; right: 15px; top: 15px; padding: 6px 10px; color: white; background: rgba(23,63,49,.88); border-radius: 999px; font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(6px); }
.product-body { flex: 1; padding: 22px; display: flex; flex-direction: column; }
.product-category { display: block; margin-bottom: 6px; color: var(--sage); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 9px; font-size: 1.07rem; letter-spacing: -.025em; }
.product-body p { min-height: 76px; margin-bottom: 17px; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.product-features { margin: -3px 0 15px; padding: 12px 14px 12px 29px; color: var(--forest); background: rgba(137,147,106,.09); border-radius: 11px; font-size: .76rem; line-height: 1.55; }
.product-features li + li { margin-top: 2px; }
.product-body .product-note { min-height: 0; margin: 0 0 17px; color: var(--forest); font-size: .77rem; font-weight: 700; }
.minimum-order { width: fit-content; margin: -5px 0 14px; padding: 6px 10px; color: #6d4e22; background: #f1e5cb; border-radius: 999px; font-size: .7rem; font-weight: 700; }
.product-price { display: block; margin-top: auto; margin-bottom: 16px; color: var(--forest); font-size: .86rem; font-weight: 700; }
.order-button { width: 100%; min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--forest); border-radius: 999px; font-size: .79rem; font-weight: 700; transition: background .2s, transform .2s; }
.order-button:hover { background: var(--forest-3); transform: translateY(-1px); }
.order-button svg { width: 16px; }
.catalogue-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 26px 30px; background: #dcd4bb; border-radius: 18px; }
.catalogue-note > div { display: flex; align-items: center; gap: 17px; }
.note-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--sage); border-radius: 50%; font-size: 1.5rem; font-weight: 300; }
.catalogue-note strong { font-family: "Manrope", sans-serif; }
.catalogue-note p { margin: 3px 0 0; color: #5e685e; font-size: .85rem; }

.why-us { position: relative; overflow: hidden; color: white; background: var(--forest); }
.why-us::before { content: ""; position: absolute; width: 680px; height: 680px; right: -280px; top: -280px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 200px rgba(255,255,255,.018); }
.why-intro { position: relative; max-width: 740px; margin-bottom: 55px; }
.why-intro h2 { margin-bottom: 20px; }
.why-intro em { color: #b7c29c; }
.why-intro p { max-width: 600px; margin: 0; color: #b9c8c0; }
.benefit-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.benefit-card { position: relative; min-height: 330px; padding: 38px 30px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s; }
.benefit-card:hover { background: rgba(255,255,255,.055); }
.benefit-number { position: absolute; right: 22px; top: 20px; color: rgba(255,255,255,.22); font-size: .72rem; }
.benefit-icon { width: 52px; height: 52px; margin-bottom: 62px; display: grid; place-items: center; color: #cbd5b1; background: rgba(255,255,255,.08); border-radius: 50%; }
.benefit-icon svg { width: 25px; }
.benefit-card h3 { margin-bottom: 12px; color: white; }
.benefit-card p { margin: 0; color: #adbbb4; font-size: .86rem; line-height: 1.6; }

.contact { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; background: var(--forest); border-radius: 30px; box-shadow: var(--shadow); }
.contact-info { padding: 64px 60px; color: white; }
.contact-info h2 { font-size: clamp(2.35rem, 4vw, 3.8rem); }
.contact-info h2 em { color: #b5c49e; }
.contact-info > p { max-width: 520px; color: #b8c7c0; }
.contact-list { margin: 37px 0; display: grid; gap: 12px; }
.contact-list a { display: flex; align-items: center; gap: 14px; width: fit-content; }
.contact-icon { width: 39px; height: 39px; display: grid; place-items: center; color: #dbe3cd; background: rgba(255,255,255,.08); border-radius: 50%; font-size: .82rem; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #91a39a; font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-list strong { font-size: .9rem; }
.whatsapp-large { color: var(--forest); background: #dfe8cf; }
.contact-form { margin: 14px; padding: 48px; color: var(--ink); background: var(--paper); border-radius: 22px; }
.form-heading { margin-bottom: 28px; }
.form-heading span { display: block; font: 700 1.65rem/1.2 "Manrope", sans-serif; letter-spacing: -.04em; }
.form-heading small { color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: #415047; font-size: .75rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f6f3eb; border: 1px solid rgba(23,63,49,.1); border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; font-size: .87rem; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(137,147,106,.13); }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 23px; margin: 10px 0 0; color: var(--forest-3); text-align: center; font-size: .78rem; }

.site-footer { padding: 70px 0 24px; color: #c2cec8; background: #102c23; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 65px; padding-bottom: 55px; }
.brand-light { color: white; }
.brand-light .brand-mark { filter: invert(1); }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #8fa198; font-size: .87rem; }
.footer-grid h3 { margin: 8px 0 22px; color: white; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; width: fit-content; margin: 0 0 10px; color: #9eb0a7; font-size: .84rem; transition: color .2s; }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #71867c; font-size: .73rem; }
.footer-bottom strong { color: #a7b8af; }
.floating-whatsapp { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 55px; height: 55px; display: grid; place-items: center; color: white; background: var(--whatsapp); border: 4px solid white; border-radius: 50%; box-shadow: 0 12px 25px rgba(24,77,47,.28); transition: transform .25s; }
.floating-whatsapp:hover { transform: scale(1.07) translateY(-2px); }
.floating-whatsapp svg { width: 25px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .hero-visual { max-width: 370px; }
  .visual-card { height: 520px; }
  .note-one { left: -20px; }
  .note-two { right: -15px; }
  .split-layout { gap: 60px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-info { padding: 55px 40px; }
  .contact-form { padding: 40px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 1001; padding: 105px 24px 40px; display: none; flex-direction: column; align-items: stretch; gap: 8px; color: white; background: #173f31; opacity: 1; font-size: 1.2rem; }
  body.menu-open .primary-nav,
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.nav-cta) { width: 100%; padding: 13px 16px; color: white !important; background: #225441; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav > a.active:not(.nav-cta) { color: var(--forest) !important; background: var(--cream); }
  .primary-nav .nav-cta { width: 100%; min-height: 52px; margin-top: 8px; display: flex; align-items: center; justify-content: center; color: var(--forest) !important; background: #dfe8cf; font-size: .95rem; }
  body.menu-open .site-header { background: #173f31; box-shadow: none; }
  body.menu-open .site-header .brand { position: relative; z-index: 1002; color: white; }
  body.menu-open .site-header .brand-mark { filter: invert(1); }
  body.menu-open .menu-toggle span { background: white; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { justify-self: center; margin-top: 25px; }
  .hero-bottom { position: relative; margin: 80px 0 -92px; }
  .split-layout { grid-template-columns: 1fr; }
  .about-collage { min-height: 520px; max-width: 500px; width: 100%; margin: auto; }
  .section-copy { max-width: 100%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-info { padding-bottom: 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: 2; }
  .home-link-grid { grid-template-columns: 1fr; }
  .home-link-card { min-height: 230px; }
  .home-cta .container { align-items: flex-start; flex-direction: column; }
  .mission-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 570px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .nav-wrap { height: 72px; }
  .brand-mark { width: 46px; height: 39px; }
  .hero { padding-top: 115px; }
  .page-hero { padding: 135px 0 65px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 12px; justify-content: space-between; }
  .hero-trust div { flex: 1; }
  .hero-trust div + div { padding-left: 12px; }
  .hero-trust span { font-size: .65rem; }
  .visual-card { height: 470px; border-width: 7px; }
  .loofah-illustration { width: 280px; }
  .floating-note { font-size: .68rem; padding: 9px 12px; }
  .note-one { left: -5px; }
  .note-two { right: -3px; bottom: 105px; }
  .hero-bottom { overflow: hidden; }
  .hero-bottom .container { width: max-content; gap: 14px; }
  .hero-bottom span { font-size: .62rem; }
  .about-collage { min-height: 440px; }
  .collage-main { right: 28px; bottom: 40px; }
  .collage-small { width: 200px; padding: 22px; }
  .experience-badge { width: 95px; height: 95px; right: 0; top: 40px; }
  .experience-badge strong { font-size: 1.6rem; }
  .product-filters { width: 100%; overflow-x: auto; border-radius: 14px; }
  .filter-button { white-space: nowrap; flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1.4 / 1; }
  .catalogue-note { align-items: flex-start; flex-direction: column; padding: 23px; }
  .catalogue-note .button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 260px; }
  .benefit-icon { margin-bottom: 35px; }
  .contact-shell { border-radius: 22px; }
  .contact-info { padding: 45px 25px 30px; }
  .contact-form { margin: 8px; padding: 30px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .preloader-line::after { width: 100%; animation: none; }
}
