@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  color-scheme: light;
  --ink: #0d2d24;
  --forest: #0b2f24;
  --forest-2: #124535;
  --lime: #b8d93d;
  --lime-soft: #e6f4ad;
  --cream: #f4f0e6;
  --paper: #fbfaf5;
  --white: #fff;
  --muted: #64716b;
  --line: rgba(13, 45, 36, .14);
  --shadow: 0 26px 70px rgba(13, 45, 36, .11);
  --radius: 28px;
  font-family: "DM Sans", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); line-height: 1.6; opacity: 0; transition: opacity .35s ease; }
body.loaded { opacity: 1; }
body.fade-out { opacity: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.page-loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: rgba(251,250,245,.88); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.page-loader.active { opacity: 1; pointer-events: auto; }
.spinner { width: 38px; height: 38px; border-radius: 50%; border: 3px solid rgba(11,47,36,.15); border-top-color: var(--lime); animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-header { min-height: 84px; padding: 0 clamp(1.25rem,4vw,4.5rem); display: flex; align-items: center; gap: 2rem; position: sticky; top: 0; z-index: 50; background: rgba(251,250,245,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; flex-shrink: 0; }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-family: Manrope, sans-serif; font-size: 1.3rem; letter-spacing: -.04em; }
.brand small { margin-top: .2rem; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.official-logo { width: 42px; height: 42px; padding: 3px; object-fit: cover; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(13,45,36,.1); }
.brand-mark { position: relative; display: inline-block; width: 34px; height: 34px; border-radius: 50% 50% 46% 54%; background: var(--forest); transform: rotate(-4deg); }
.brand-mark i { position: absolute; width: 11px; height: 18px; top: 7px; background: var(--lime); border-radius: 100% 0 100% 0; }
.brand-mark i:first-child { left: 7px; transform: rotate(-18deg); }
.brand-mark i:last-child { right: 7px; transform: scaleX(-1) rotate(-18deg); }
.site-nav { margin: 0 auto; display: flex; align-items: center; gap: clamp(.35rem,1.6vw,1.6rem); }
.nav-link { padding: .65rem .2rem; color: #52645e; text-decoration: none; font-size: .88rem; font-weight: 600; position: relative; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .35rem; height: 2px; background: var(--lime); transition: right .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: .85rem; }
.language-switcher { display: flex; align-items: center; padding: .2rem; border: 1px solid var(--line); border-radius: 999px; }
.lang-btn { min-width: 34px; padding: .35rem .45rem; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 700; cursor: pointer; }
.lang-btn.active { background: var(--forest); color: var(--white); }
.header-cta { padding: .72rem 1.05rem; border-radius: 999px; background: var(--forest); color: var(--white); font-size: .78rem; font-weight: 700; text-decoration: none; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; place-items: center; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { width: 18px; height: 2px; display: block; background: var(--ink); border-radius: 2px; transition: .2s ease; }
.nav-toggle span { position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.open span::after { top: 0; transform: rotate(-45deg); }

.home-hero { min-height: calc(100vh - 84px); background: var(--forest); }
.hero-campaign { position: relative; display: block; overflow: hidden; }
.hero-campaign-frame { position: relative; overflow: hidden; background: #05271d; }
.hero-campaign-frame > img { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; animation: hero-breathe 14s ease-in-out infinite alternate; transform-origin: 68% 45%; }
.hero-campaign-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,28,20,.1), transparent 47%, rgba(10,34,21,.06)); }
.hero-campaign-shine { position: absolute; z-index: 2; width: 30%; height: 180%; top: -40%; left: -38%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent); transform: rotate(16deg); animation: hero-shine 7s ease-in-out infinite; pointer-events: none; }
.hero-live-label { position: absolute; z-index: 3; top: clamp(1rem,2.5vw,2.4rem); right: clamp(1rem,3vw,3rem); padding: .55rem .8rem; display: flex; align-items: center; gap: .55rem; border: 1px solid rgba(255,255,255,.32); background: rgba(4,33,24,.45); color: #fff; backdrop-filter: blur(10px); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-live-label i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(184,217,61,.6); animation: live-pulse 2s ease-out infinite; }
.hero-scroll-cue { position: absolute; z-index: 3; right: clamp(1rem,3vw,3rem); bottom: clamp(1rem,2.5vw,2.4rem); display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.75); }
.hero-scroll-cue span { width: 32px; height: 1px; background: var(--lime); position: relative; overflow: hidden; }
.hero-scroll-cue span::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); animation: scroll-line 2.4s ease-in-out infinite; }
.hero-scroll-cue small { font-size: .52rem; letter-spacing: .16em; }
.hero-campaign-bar { min-height: 118px; padding: 1.35rem clamp(1.25rem,5vw,5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--forest); color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.campaign-intro { max-width: 620px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 2rem; }
.campaign-intro > span { color: var(--lime); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.campaign-intro > strong { font: 600 clamp(.9rem,1.3vw,1.08rem)/1.45 Manrope,sans-serif; }
.campaign-actions { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.hero-ghost { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }
.hero-ghost:hover { background: rgba(255,255,255,.08); }
@keyframes hero-breathe { from { transform: scale(1); filter: saturate(.96) contrast(1.01); } to { transform: scale(1.025); filter: saturate(1.06) contrast(1.035); } }
@keyframes hero-shine { 0%,45% { left: -38%; opacity: 0; } 55% { opacity: 1; } 80%,100% { left: 118%; opacity: 0; } }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(184,217,61,.6); } 70%,100% { box-shadow: 0 0 0 8px rgba(184,217,61,0); } }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 55%,100% { transform: translateX(100%); } }
.hero-copy { padding: clamp(4rem,9vw,8.5rem) clamp(1.5rem,7vw,7.5rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.5rem; color: #416558; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.hero-copy h1, .story-heading h2, .formula-content h2, .range-intro h2, .partner-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(3.15rem,5.3vw,6.1rem); line-height: .96; letter-spacing: -.07em; }
h1 em, h2 em { color: #61762d; font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 2rem 0 0; color: #52645e; font-size: clamp(1rem,1.35vw,1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; margin: 2.2rem 0 0; }
.btn { min-height: 50px; padding: .85rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; border: 1px solid transparent; border-radius: 4px; font-size: .82rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13,45,36,.15); }
.btn.primary { background: var(--forest); color: var(--white); }
.btn.secondary { background: var(--white); color: var(--forest); border-color: var(--line); }
.btn.lime { background: var(--lime); color: var(--forest); }
.btn.cream { background: var(--cream); color: var(--forest); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; font-size: .85rem; font-weight: 700; text-underline-offset: 4px; }
.hero-proof { margin-top: clamp(3rem,6vw,5.2rem); padding-top: 1.5rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.hero-proof strong { display: block; color: var(--forest); font-family: Manrope, sans-serif; font-size: 1.1rem; }
.hero-proof span { display: block; margin-top: .15rem; color: var(--muted); font-size: .72rem; }
.hero-visual { position: relative; min-height: 600px; overflow: hidden; background: var(--forest); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(4,24,18,.65)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.hero-caption { position: absolute; z-index: 2; left: clamp(1.5rem,4vw,4rem); right: 8rem; bottom: 2.5rem; display: flex; gap: 1rem; align-items: flex-start; color: var(--white); }
.hero-caption span { color: var(--lime); font: 700 .7rem Manrope,sans-serif; }
.hero-caption p { max-width: 340px; margin: 0; font-size: .84rem; line-height: 1.45; }
.growth-seal { position: absolute; z-index: 3; right: 1.6rem; bottom: 1.6rem; width: 92px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; text-align: center; font: 700 .56rem/1.5 Manrope,sans-serif; letter-spacing: .16em; }
.growth-seal::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(184,217,61,.8); border-radius: inherit; }

.trust-strip { padding: 1.45rem clamp(1.5rem,5vw,5rem); display: flex; justify-content: space-between; gap: 2rem; background: var(--lime); color: var(--forest); font-size: .75rem; font-weight: 700; }
.trust-strip p { margin: 0; }
.trust-strip > div { display: flex; flex-wrap: wrap; gap: clamp(1.5rem,4vw,4rem); }
.trust-strip > div span { position: relative; }
.trust-strip > div span:not(:first-child)::before { content: "•"; position: absolute; left: calc(clamp(1.5rem,4vw,4rem) / -2); opacity: .5; }

.story-section, .range-section { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); }
.section-kicker { display: flex; align-items: center; gap: 1rem; margin-bottom: clamp(2rem,5vw,4.5rem); color: #587068; text-transform: uppercase; letter-spacing: .13em; font-size: .69rem; font-weight: 700; }
.section-kicker span { color: #9aaa53; }
.section-kicker p { margin: 0; }
.story-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.story-heading h2, .range-intro h2 { font-size: clamp(2.7rem,4.5vw,5.2rem); }
.story-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.benefit-rail { margin-top: clamp(4rem,8vw,7rem); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-rail article { min-height: 350px; padding: 2rem clamp(1.25rem,3vw,3rem) 2.5rem; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); }
.benefit-rail article:last-child { border-right: 0; }
.benefit-number { position: absolute; top: 1.5rem; right: 1.5rem; color: #87948f; font-size: .68rem; }
.benefit-icon { width: 72px; height: 72px; margin-bottom: auto; position: relative; }
.root-icon::before { content: ""; position: absolute; left: 34px; top: 5px; width: 2px; height: 60px; background: var(--lime); transform: rotate(-8deg); box-shadow: -13px 20px 0 -1px var(--lime), 12px 32px 0 -1px var(--lime); }
.leaf-icon::before, .leaf-icon::after { content: ""; position: absolute; width: 28px; height: 48px; top: 12px; background: var(--lime); border-radius: 100% 0 100% 0; }
.leaf-icon::before { left: 9px; transform: rotate(-13deg); }
.leaf-icon::after { right: 8px; transform: scaleX(-1) rotate(-13deg); }
.drop-icon::before { content: ""; position: absolute; width: 38px; height: 50px; left: 17px; top: 8px; border: 2px solid var(--lime); border-radius: 60% 40% 65% 35%; transform: rotate(45deg); }
.benefit-rail h3 { margin: 0 0 .8rem; font: 700 1.15rem Manrope,sans-serif; letter-spacing: -.03em; }
.benefit-rail p { max-width: 290px; margin: 0; color: var(--muted); font-size: .87rem; }

.formula-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--forest); color: var(--white); }
.formula-photo { min-height: 760px; position: relative; overflow: hidden; }
.formula-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(3,25,18,.78)); }
.formula-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.formula-photo > span { position: absolute; z-index: 2; left: 2.5rem; right: 2.5rem; bottom: 2rem; color: rgba(255,255,255,.8); font-size: .75rem; }
.formula-content { padding: clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: var(--lime); }
.formula-content h2 { font-size: clamp(2.8rem,4.5vw,5.2rem); }
.formula-content h2 em { color: var(--lime); }
.formula-content > p { max-width: 540px; margin: 1.7rem 0 2.6rem; color: rgba(255,255,255,.65); }
.formula-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 2.4rem; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.formula-grid div { min-height: 110px; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: space-between; }
.formula-grid strong { color: var(--lime); font: 700 1.55rem Manrope,sans-serif; }
.formula-grid span { color: rgba(255,255,255,.64); font-size: .72rem; }
.formula-content .btn { align-self: flex-start; }

.range-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: start; }
.range-intro .section-kicker { margin: .5rem 0 0; }
.product-showcase-section { background: #f3f1e8; }
.product-showcase-grid { margin-top: clamp(3rem,6vw,6rem); display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: 1rem; }
.product-showcase-side { display: grid; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 1rem; }
.product-showcase-card { position: relative; overflow: hidden; text-decoration: none; isolation: isolate; }
.product-showcase-card::after { content: ""; position: absolute; inset: 0; z-index: -1; border: 1px solid rgba(13,45,36,.12); pointer-events: none; }
.product-showcase-main { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; background: var(--forest); color: #fff; }
.product-showcase-copy { position: relative; z-index: 3; }
.product-showcase-main .product-showcase-copy { padding: clamp(2rem,4vw,4rem); }
.product-showcase-meta { display: flex; align-items: center; gap: .75rem; color: var(--lime); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-showcase-meta span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.product-showcase-meta small { font: inherit; }
.product-showcase-card h3 { width: fit-content; margin: 1.2rem 0 .8rem; padding-bottom: .14em; position: relative; font: 700 clamp(3rem,5vw,6rem)/.92 Manrope,sans-serif; letter-spacing: -.075em; }
.product-showcase-card h3::after { content: ""; position: absolute; left: 0; right: 68%; bottom: 0; height: 3px; background: var(--lime); transition: right .3s ease; }
.product-showcase-card:hover h3::after, .product-showcase-card:focus-visible h3::after { right: 0; }
.product-showcase-card p { max-width: 440px; margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.product-showcase-visual { min-height: 650px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.product-showcase-visual::before { content: ""; position: absolute; width: 440px; aspect-ratio: 1; right: -40px; bottom: 40px; border-radius: 50%; background: var(--lime); opacity: .15; filter: blur(1px); }
.product-showcase-visual img { position: relative; z-index: 2; width: min(88%,430px); height: 590px; padding: 1.5rem 1rem 0; object-fit: contain; object-position: bottom; filter: drop-shadow(0 34px 28px rgba(0,0,0,.28)); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-orbit { position: absolute; width: 390px; height: 190px; right: 0; bottom: 180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotate(-18deg); }
.product-showcase-main:hover .product-showcase-visual img { transform: translateY(-9px) rotate(1deg); }
.product-showcase-small { min-height: 317px; display: grid; grid-template-columns: 1fr 155px; align-items: end; color: var(--forest); }
.product-showcase-small .product-showcase-copy { padding: 1.8rem 0 1.8rem 1.8rem; }
.product-showcase-small .product-showcase-meta { color: #61762d; }
.product-showcase-small h3 { margin: .8rem 0 .55rem; font-size: clamp(2.2rem,3.2vw,3.7rem); }
.product-showcase-small h3::after { background: var(--forest); }
.product-showcase-small p { max-width: 270px; color: #52645e; font-size: .78rem; }
.product-showcase-small > img { width: 100%; height: 260px; padding: 1.25rem .9rem 0; align-self: end; object-fit: contain; object-position: bottom; filter: drop-shadow(0 24px 20px rgba(13,45,36,.17)); transition: transform .35s ease; }
.product-showcase-small:hover > img { transform: translateY(-7px) rotate(1deg); }
.nubark-card { background: #f4df63; }
.nuclean-card { background: #dcebf0; }
.range-list { margin-top: clamp(3rem,6vw,6rem); border-top: 1px solid var(--line); }
.range-item { padding: 1.5rem 1rem; display: grid; grid-template-columns: 60px 150px 1fr 50px; gap: 1.25rem; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s ease, padding .25s ease; }
.range-item:hover { padding-left: 1.5rem; padding-right: 1.5rem; background: #f1f4e4; }
.range-index, .product-tag { color: #83908b; font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; }
.range-product-image { height: 150px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%,#fff 0,#e6efd0 76%); }
.range-product-image img { width: 100%; height: 100%; padding: .65rem; object-fit: contain; filter: drop-shadow(0 14px 12px rgba(13,45,36,.16)); transition: transform .3s ease; }
.range-item:hover .range-product-image img { transform: translateY(-3px) scale(1.025); }
.range-item h3 { margin: .25rem 0; font: 700 clamp(2rem,3vw,3.6rem) Manrope,sans-serif; letter-spacing: -.06em; }
.range-item p { max-width: 600px; margin: 0; color: var(--muted); font-size: .82rem; }
.range-arrow { justify-self: end; width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.range-item.featured .range-arrow { background: var(--lime); border-color: var(--lime); }

.gallery-section { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); background: #e9eddb; }
.gallery-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: start; }
.gallery-heading .section-kicker { margin: .55rem 0 0; }
.gallery-heading h2 { margin: 0; font: 700 clamp(2.7rem,4.5vw,5.2rem)/.98 Manrope,sans-serif; letter-spacing: -.07em; }
.gallery-heading > div:last-child > p { max-width: 620px; margin: 1.4rem 0 0; color: var(--muted); }
.gallery-grid { margin-top: clamp(3rem,6vw,6rem); display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 1rem; align-items: stretch; }
.gallery-card { min-height: 520px; margin: 0; position: relative; overflow: hidden; background: var(--forest); }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg,transparent,rgba(3,27,19,.82)); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; filter: saturate(.88); }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.04); }
.gallery-wide img { object-position: 53% center; }
.gallery-card figcaption { position: absolute; z-index: 2; left: 1.35rem; right: 1.35rem; bottom: 1.15rem; display: flex; align-items: center; gap: .85rem; color: #fff; }
.gallery-card figcaption span { color: var(--lime); font-size: .65rem; }
.gallery-card figcaption p { margin: 0; font-weight: 600; font-size: .82rem; }

.gallery-page { background: #e9eddb; }
.gallery-page-intro { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem) clamp(3rem,6vw,6rem); }
.gallery-page-intro h1 { max-width: 980px; margin: 0; font: 700 clamp(3.2rem,6.8vw,7.4rem)/.92 Manrope,sans-serif; letter-spacing: -.075em; }
.gallery-page-intro h1 em { color: #708236; }
.gallery-page-intro > p { max-width: 650px; margin: 1.8rem 0 0; color: var(--muted); font-size: clamp(1rem,1.3vw,1.14rem); }
.gallery-page-grid { padding: 0 clamp(1.5rem,7vw,7.5rem) clamp(5rem,9vw,9rem); display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-rows: 190px; gap: 1rem; }
.gallery-page-card { grid-column: span 4; grid-row: span 2; min-height: 0; margin: 0; position: relative; overflow: hidden; background: var(--forest); }
.gallery-page-card.gallery-page-featured { grid-column: span 8; grid-row: span 3; }
.gallery-page-card.gallery-page-tall { grid-row: span 3; }
.gallery-page-card.gallery-page-wide { grid-column: span 6; }
.gallery-page-card a { position: absolute; inset: 0; display: block; }
.gallery-page-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg,transparent,rgba(3,27,19,.86)); pointer-events: none; }
.gallery-page-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; filter: saturate(.88); }
.gallery-page-card:hover img { transform: scale(1.035); filter: saturate(1.04); }
.gallery-page-card figcaption { position: absolute; z-index: 2; left: 1.35rem; right: 1.35rem; bottom: 1.15rem; display: flex; align-items: center; gap: .85rem; color: #fff; pointer-events: none; }
.gallery-page-card figcaption span { color: var(--lime); font-size: .65rem; }
.gallery-page-card figcaption p { margin: 0; font-weight: 600; font-size: .84rem; }
.gallery-page-cta { padding: clamp(3rem,6vw,5rem) clamp(1.5rem,7vw,7.5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--forest); color: #fff; }
.gallery-page-cta p { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); }

.testimonial-section { min-height: 720px; padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; overflow: hidden; background: var(--paper); }
.testimonial-copy h2 { margin: 0; font: 700 clamp(2.8rem,4.5vw,5.2rem)/.98 Manrope,sans-serif; letter-spacing: -.07em; }
.testimonial-copy h2 em { color: #708236; }
.testimonial-copy > p { max-width: 470px; margin: 1.5rem 0 2rem; color: var(--muted); }
.testimonial-media { min-height: 570px; position: relative; }
.phone-proof { position: absolute; width: min(50%,320px); height: 520px; margin: 0; padding: 9px; overflow: hidden; border: 1px solid rgba(13,45,36,.13); border-radius: 30px; background: #fff; box-shadow: 0 30px 70px rgba(13,45,36,.16); }
.phone-proof img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 22px; }
.phone-proof-back { left: 8%; top: 2%; transform: rotate(-7deg); opacity: .82; }
.phone-proof-front { right: 7%; bottom: 0; transform: rotate(5deg); }
.testimonial-media::before { content: ""; position: absolute; width: 390px; aspect-ratio: 1; left: 50%; top: 50%; border-radius: 50%; background: var(--lime-soft); transform: translate(-50%,-50%); filter: blur(3px); }

.partner-section { min-height: 600px; padding: clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; background: #456432; color: var(--white); }
.partner-copy { position: relative; z-index: 2; }
.partner-copy h2 { font-size: clamp(2.8rem,4.4vw,5.1rem); }
.partner-copy p { max-width: 520px; margin: 1.7rem 0 2.3rem; color: rgba(255,255,255,.72); }
.partner-orbit { min-height: 430px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: min(38vw,430px); height: min(20vw,220px); }
.orbit-two { width: min(26vw,300px); height: min(37vw,410px); transform: rotate(35deg); }
.orbit-core { width: 92px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font: 800 2.5rem Manrope,sans-serif; box-shadow: 0 0 0 16px rgba(184,217,61,.14); }
.orbit-dot { width: 16px; aspect-ratio: 1; position: absolute; border-radius: 50%; background: var(--cream); }
.dot-one { left: 10%; top: 48%; }.dot-two { right: 16%; top: 28%; background: var(--lime); }.dot-three { right: 27%; bottom: 15%; }

.about-page { overflow: hidden; background: var(--paper); }
.about-hero { min-height: 610px; padding: clamp(6rem,10vw,10rem) clamp(1.5rem,7vw,7.5rem) clamp(4rem,7vw,7rem); display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(135deg,#edf1dd 0%,#f8f6ed 55%,#e2edbd 100%); }
.about-hero h1 { max-width: 1080px; margin: 0; font: 700 clamp(3.6rem,7vw,7.6rem)/.9 Manrope,sans-serif; letter-spacing: -.075em; }
.about-hero > p { max-width: 690px; margin: 2rem 0 0 auto; color: #52645e; font-size: clamp(1rem,1.45vw,1.22rem); }
.about-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: var(--forest); color: #fff; }
.about-facts article { min-height: 210px; padding: clamp(1.6rem,3.5vw,3.2rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.14); }
.about-facts article:last-child { border-right: 0; }
.about-facts strong { color: var(--lime); font: 700 clamp(2rem,3.2vw,3.8rem)/1 Manrope,sans-serif; letter-spacing: -.055em; }
.about-facts span { max-width: 180px; color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.about-facts .fact-count, .about-facts .fact-count-range { max-width: none; color: var(--lime); font: 700 clamp(2rem,3.2vw,3.8rem)/1 Manrope,sans-serif; letter-spacing: -.055em; text-transform: none; font-variant-numeric: tabular-nums; }
.about-facts .fact-count-range > span { color: inherit; font: inherit; letter-spacing: inherit; text-transform: none; }
.about-facts .fact-word { max-width: none; min-height: 1em; display: flex; overflow: visible; text-transform: none; }
.about-facts .fact-word .fact-letter { max-width: none; display: inline-block; opacity: 0; color: inherit; font: inherit; line-height: inherit; letter-spacing: inherit; text-transform: none; filter: blur(5px); transform: translate(var(--letter-x),var(--letter-y)) rotate(var(--letter-r)); }
.about-facts.is-animated .fact-letter { animation: fact-letter-in .72s cubic-bezier(.2,.75,.25,1) forwards; animation-delay: var(--letter-delay); }
@keyframes fact-letter-in { to { opacity: 1; filter: blur(0); transform: translate(0,0) rotate(0); } }
.about-story { min-height: 720px; display: grid; grid-template-columns: 1.06fr .94fr; }
.about-story-image { min-height: 680px; position: relative; overflow: hidden; background: #dce5c4; }
.about-story-image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(180deg,transparent,rgba(4,28,20,.76)); pointer-events: none; }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-story-image:hover img { transform: scale(1.025); }
.about-story-image span { position: absolute; z-index: 1; left: clamp(1.5rem,4vw,4rem); right: 1.5rem; bottom: 2rem; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.about-story-copy { padding: clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7rem); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.section-label { margin-bottom: 1.5rem; color: #72833a; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-story-copy h2, .about-journey h2 { margin: 0; font: 700 clamp(2.9rem,4.6vw,5.3rem)/.95 Manrope,sans-serif; letter-spacing: -.07em; }
.about-story-copy p { max-width: 580px; margin: 1.6rem 0 0; color: var(--muted); }
.about-pillars { padding: clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; background: var(--cream); }
.about-pillars article { min-height: 330px; padding: clamp(1.7rem,3vw,2.8rem); display: flex; flex-direction: column; border: 1px solid rgba(13,45,36,.13); background: rgba(255,255,255,.58); transition: transform .25s ease, background .25s ease; }
.about-pillars article:hover { transform: translateY(-5px); background: #fff; }
.about-pillars article > span { color: #78877f; font: 700 .68rem Manrope,sans-serif; }
.about-pillars h3 { margin: auto 0 .8rem; font: 700 clamp(1.7rem,2.5vw,2.7rem)/1 Manrope,sans-serif; letter-spacing: -.055em; }
.about-pillars p { margin: 0; color: var(--muted); font-size: .88rem; }
.about-journey { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); background: #0a2b21; color: #fff; }
.about-journey .section-label { color: var(--lime); }
.about-journey h2 em { color: var(--lime); }
.about-journey ol { margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.about-journey li { min-height: 140px; padding: 1.5rem 0; display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; align-items: start; border-top: 1px solid rgba(255,255,255,.16); }
.about-journey li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.about-journey li > span { color: var(--lime); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.about-journey li p { max-width: 530px; margin: 0; color: rgba(255,255,255,.7); font-size: .95rem; }

.dist-page { overflow: hidden; background: var(--paper); }
.dist-hero { min-height: calc(100vh - 84px); padding: clamp(4rem,7vw,7rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); align-items: center; gap: clamp(2rem,6vw,6rem); background: var(--forest); color: #fff; }
.dist-hero-copy { position: relative; z-index: 3; }
.dist-hero-copy .eyebrow { color: var(--lime); }
.dist-hero-copy h1 { max-width: 900px; margin: 0; font: 700 clamp(3.7rem,6.6vw,7.2rem)/.9 Manrope,sans-serif; letter-spacing: -.078em; }
.dist-hero-copy h1 em { color: var(--lime); }
.dist-hero-copy > p { max-width: 660px; margin: 1.8rem 0 0; color: rgba(255,255,255,.68); font-size: clamp(1rem,1.35vw,1.18rem); }
.dist-hero-actions { margin-top: 2.2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.dist-whatsapp-link { color: #fff; }
.dist-hero-products { min-height: 650px; position: relative; isolation: isolate; display: flex; align-items: flex-end; justify-content: center; }
.dist-hero-products::before { content: ""; position: absolute; z-index: -2; width: min(38vw,540px); aspect-ratio: 1; left: 50%; top: 48%; border-radius: 50%; background: rgba(184,217,61,.16); transform: translate(-50%,-50%); }
.dist-orbit { position: absolute; z-index: -1; left: 50%; top: 48%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translate(-50%,-50%) rotate(-16deg); }
.dist-orbit::after { content: ""; width: 12px; aspect-ratio: 1; position: absolute; right: 8%; top: 18%; border-radius: 50%; background: var(--lime); }
.orbit-a { width: min(43vw,620px); height: min(25vw,350px); }
.orbit-b { width: min(28vw,400px); height: min(39vw,560px); transform: translate(-50%,-50%) rotate(28deg); }
.orbit-b::after { right: auto; left: 10%; top: 66%; background: #fff; }
.dist-product { position: absolute; bottom: 48px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 34px 28px rgba(0,0,0,.34)); }
.dist-product-nutree { z-index: 3; width: min(51%,330px); height: 570px; left: 32%; animation: product-float 5.6s ease-in-out infinite; }
.dist-product-nubark { z-index: 2; width: min(38%,245px); height: 430px; left: 7%; animation: product-sway 6.4s ease-in-out infinite; }
.dist-product-nuclean { z-index: 4; width: min(31%,205px); height: 340px; right: 3%; animation: product-breathe 5.1s ease-in-out infinite; }
.dist-open-note { position: absolute; z-index: 5; right: 0; top: 8%; max-width: 170px; padding: .8rem 1rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(255,255,255,.18); background: rgba(5,34,25,.66); backdrop-filter: blur(12px); color: rgba(255,255,255,.78); font-size: .66rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.dist-open-note i { width: 8px; flex: 0 0 auto; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(184,217,61,.12); }
.dist-proof { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: var(--lime); color: var(--forest); }
.dist-proof article { min-height: 190px; padding: clamp(1.5rem,3vw,2.8rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(13,45,36,.18); }
.dist-proof article:last-child { border-right: 0; }
.dist-proof strong { font: 700 clamp(2rem,3vw,3.5rem)/1 Manrope,sans-serif; letter-spacing: -.06em; }
.dist-proof span { max-width: 180px; font-size: .7rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.dist-opportunity, .dist-range, .dist-process { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); }
.dist-section-heading { max-width: 900px; }
.dist-section-heading h2, .dist-fit-copy h2, .dist-apply-copy h2 { margin: 0; font: 700 clamp(3rem,5.2vw,6rem)/.94 Manrope,sans-serif; letter-spacing: -.074em; }
.dist-section-heading > p, .dist-fit-copy > p, .dist-apply-copy > p { max-width: 630px; margin: 1.5rem 0 0; color: var(--muted); }
.dist-value-grid { margin-top: clamp(3rem,6vw,6rem); display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.dist-value-grid article { min-height: 330px; padding: clamp(1.5rem,2.8vw,2.6rem); display: flex; flex-direction: column; background: var(--paper); }
.dist-value-grid article > span { color: #78877f; font-size: .68rem; font-weight: 700; }
.dist-value-grid h3 { margin: auto 0 .8rem; font: 700 clamp(1.45rem,2vw,2.25rem)/1.05 Manrope,sans-serif; letter-spacing: -.05em; }
.dist-value-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.dist-range { background: var(--cream); }
.dist-product-grid { margin-top: clamp(3rem,6vw,6rem); display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 1rem; }
.dist-product-card { min-height: 560px; padding: 1.5rem; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; color: var(--forest); background: #e5edce; text-decoration: none; }
.dist-product-card:nth-child(2) { background: #eee3a5; }
.dist-product-card:nth-child(3) { background: #dbe9ed; }
.dist-product-card > span { position: absolute; z-index: 2; top: 1.5rem; left: 1.5rem; font-size: .66rem; font-weight: 700; }
.dist-product-card img { width: 100%; height: 350px; padding: 1rem; object-fit: contain; filter: drop-shadow(0 26px 20px rgba(13,45,36,.18)); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.dist-product-card:hover img { transform: translateY(-8px) rotate(1deg); }
.dist-product-card h3 { margin: 0 0 .55rem; font: 700 clamp(2.2rem,3.5vw,4.2rem)/.95 Manrope,sans-serif; letter-spacing: -.065em; }
.dist-product-card p { min-height: 44px; margin: 0 0 1.3rem; color: #52645e; font-size: .82rem; }
.dist-product-card b { font-size: .74rem; text-decoration: underline; text-underline-offset: 4px; }
.dist-partner-fit { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,8rem); background: var(--forest); color: #fff; }
.dist-fit-copy .section-label { color: var(--lime); }
.dist-fit-copy h2 em { color: var(--lime); }
.dist-fit-copy > p { color: rgba(255,255,255,.63); }
.dist-fit-lists { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.dist-fit-lists > div { padding: clamp(1.5rem,3vw,2.6rem); border: 1px solid rgba(255,255,255,.16); }
.dist-fit-lists h3 { margin: 0 0 1.8rem; color: var(--lime); font: 700 1.1rem Manrope,sans-serif; }
.dist-fit-lists ul { margin: 0; padding: 0; list-style: none; }
.dist-fit-lists li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.72); font-size: .84rem; }
.dist-process { background: var(--paper); }
.dist-process ol { margin: clamp(3rem,6vw,6rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.dist-process li { min-height: 145px; padding: 1.7rem 0; display: grid; grid-template-columns: 120px 1fr; gap: 2rem; border-bottom: 1px solid var(--line); }
.dist-process li > span { color: #76857d; font-size: .68rem; font-weight: 700; }
.dist-process li div { display: grid; grid-template-columns: minmax(220px,.65fr) 1fr; gap: 2rem; }
.dist-process h3 { margin: 0; font: 700 clamp(1.4rem,2.2vw,2.4rem)/1 Manrope,sans-serif; letter-spacing: -.05em; }
.dist-process p { max-width: 530px; margin: 0; color: var(--muted); }
.dist-apply { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,7.5rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); background: #466331; color: #fff; scroll-margin-top: 84px; }
.dist-apply-copy .section-label { color: var(--lime); }
.dist-apply-copy h2 em { color: var(--lime); }
.dist-apply-copy > p { color: rgba(255,255,255,.68); }
.dist-region-list { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.dist-region-list span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: .68rem; }
.dist-application-form { padding: clamp(1.5rem,3.2vw,3rem); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .6rem 1rem; background: var(--paper); color: var(--forest); }
.dist-application-form label { margin-top: .45rem; font-size: .72rem; font-weight: 700; }
.dist-application-form input, .dist-application-form textarea, .dist-application-form select { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); background: #fff; color: var(--ink); grid-column: 1/-1; }
.dist-application-form label, .dist-application-form button { grid-column: 1/-1; }
.dist-application-form button { width: fit-content; margin-top: .8rem; }

.content-section { min-height: 62vh; padding: clamp(4.5rem,8vw,8rem) clamp(1.5rem,7vw,7.5rem); }
.alternate { background: var(--cream); }
.section-header { max-width: 840px; margin-bottom: 3rem; }
.section-header::before { content: "NUTREE / PETROAGROMAS"; display: block; margin-bottom: 1.2rem; color: #788780; font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.section-header h3 { margin: 0; font: 700 clamp(2.8rem,5vw,5.5rem)/.98 Manrope,sans-serif; letter-spacing: -.07em; }
.section-header p { max-width: 680px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.02rem; }
.cards-grid, .product-grid, .distributor-grid, .contact-grid, .feature-grid, .npk-grid, .admin-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.card, .product-item, .distributor-card, .contact-card, .feature-card, .npk-card, .admin-card, .contact-form { padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.card h4, .product-item h4, .distributor-card h4, .contact-card h4, .feature-card h4, .npk-card h4, .admin-card h4 { margin: 0 0 .7rem; font: 700 1.25rem Manrope,sans-serif; }
.card p, .product-item p, .distributor-card p, .contact-card p, .feature-card p, .npk-card p { color: var(--muted); }
.product-image { min-height: 320px; margin: -1rem -1rem 1.5rem; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 38%,#f9f7ee 0,#e6efd0 72%); color: #68806c; font-size: .68rem; letter-spacing: .13em; }
.product-image::before { content: ""; position: absolute; z-index: -1; width: 215px; aspect-ratio: 1; border-radius: 50%; background: rgba(184,217,61,.24); filter: blur(2px); animation: product-halo 4.8s ease-in-out infinite; }
.product-image img { position: relative; z-index: 1; width: 100%; height: 320px; padding: 1.25rem; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(13,45,36,.16)); transition: filter .3s ease; will-change: transform; }
.product-item[data-product="nutree"] .product-image img { animation: product-float 5.6s ease-in-out infinite; }
.product-item[data-product="nubak"] .product-image { background: radial-gradient(circle at 50% 38%,#fff9db 0,#f0e39a 75%); }
.product-item[data-product="nubak"] .product-image::before { background: rgba(245,203,55,.28); animation-delay: -1.3s; }
.product-item[data-product="nubak"] .product-image img { animation: product-sway 6.4s ease-in-out infinite; }
.product-item[data-product="nuclean"] .product-image { background: radial-gradient(circle at 50% 38%,#f8fcfd 0,#dcebf0 75%); }
.product-item[data-product="nuclean"] .product-image::before { background: rgba(126,185,207,.26); animation-delay: -2.1s; }
.product-item[data-product="nuclean"] .product-image img { animation: product-breathe 5.1s ease-in-out infinite; }
.product-item:hover .product-image img { filter: drop-shadow(0 30px 24px rgba(13,45,36,.23)); animation-play-state: paused; }
.product-item { scroll-margin-top: 110px; }
@keyframes product-float { 0%,100% { transform: translateY(4px) rotate(-.5deg); } 50% { transform: translateY(-9px) rotate(.6deg); } }
@keyframes product-sway { 0%,100% { transform: translateY(2px) rotate(-1.4deg); } 50% { transform: translateY(-7px) rotate(1.4deg); } }
@keyframes product-breathe { 0%,100% { transform: translateY(4px) scale(.985); } 50% { transform: translateY(-5px) scale(1.015); } }
@keyframes product-halo { 0%,100% { transform: scale(.88); opacity: .2; } 50% { transform: scale(1.1); opacity: .42; } }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.details-toggle { padding: .7rem 1rem; border: 1px solid var(--line); background: var(--white); color: var(--forest); font-weight: 700; cursor: pointer; }
.details-whatsapp { min-height: 42px; padding: .7rem 1rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest); background: var(--forest); color: var(--white); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.details-whatsapp:hover { transform: translateY(-2px); background: var(--forest-2); }
.product-actions { display: flex; gap: .5rem; }
.product-actions .btn { width: 40px; min-height: 40px; padding: 0; border-radius: 50%; }
.product-actions svg { width: 18px; height: 18px; }
.product-benefits { display: none; padding-top: 1rem; }
.product-benefits.open { display: block; }
.product-benefits li { margin-bottom: .6rem; color: var(--muted); }
.npk-section { margin-top: 6rem; }
.npk-highlight { background: var(--forest); color: var(--white); }
.npk-badge { display: flex; gap: .5rem; }
.npk-badge span { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-weight: 700; }
.npk-value strong { display: block; margin-top: 1.5rem; font: 700 2rem Manrope,sans-serif; }
.contact-page { background: var(--paper); }
.contact-photo-hero { min-height: 680px; padding: clamp(3rem,7vw,7rem) clamp(1.5rem,7vw,7.5rem); display: flex; align-items: flex-end; position: relative; isolation: isolate; background: linear-gradient(180deg,rgba(3,25,18,.06) 22%,rgba(3,25,18,.18) 52%,rgba(3,25,18,.9) 100%),url("assets/contact/petromas-agroproduct-office.png") center 47% / cover no-repeat; color: #fff; }
.contact-photo-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(3,25,18,.3),transparent 58%); pointer-events: none; }
.contact-photo-copy { max-width: 760px; }
.contact-photo-copy .eyebrow { margin-bottom: 1rem; color: var(--lime); }
.contact-photo-copy h1 { margin: 0; font: 700 clamp(4rem,8vw,8.5rem)/.88 Manrope,sans-serif; letter-spacing: -.075em; }
.contact-photo-copy p { max-width: 610px; margin: 1.5rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem,1.35vw,1.18rem); }
.contact-details { padding: clamp(4rem,8vw,8rem) clamp(1.5rem,7vw,7.5rem); background: var(--cream); }
.contact-grid { grid-template-columns: repeat(2,1fr); align-items: start; }
.contact-card a { color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
.contact-card a:hover { color: #61762d; }
.contact-form { display: grid; gap: .7rem; grid-column: 1/-1; }
.contact-form label, .admin-field { color: var(--forest); font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .admin-field input, .admin-field textarea, .admin-field select { width: 100%; padding: .95rem 1rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.contact-form button { width: fit-content; margin-top: .6rem; }
.benefits-list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.benefits-list li { padding: 1.8rem; border: 1px solid var(--line); background: white; font-weight: 600; }
.admin-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.admin-form { display: grid; gap: 1rem; }
.admin-field { display: grid; gap: .4rem; }
.admin-preview { min-height: 100px; padding: 1rem; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.admin-preview img { max-height: 220px; }

.site-footer { padding: 4rem clamp(1.5rem,7vw,7.5rem) 1.3rem; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); grid-template-areas: "promise promise" "divider divider" "brand links" "bottom bottom"; column-gap: clamp(3rem,8vw,8rem); background: #071f18; color: var(--white); }
.site-footer::before { content: ""; grid-area: divider; height: 1px; margin: 3.5rem 0; background: rgba(255,255,255,.13); }
.footer-brand { display: contents; }
.footer-brand .brand { grid-area: brand; align-self: flex-start; }
.footer-brand .official-logo { width: 88px; height: 88px; padding: 5px; }
.footer-brand .brand strong { font-size: clamp(2rem,2.7vw,2.65rem); }
.footer-brand .brand small { margin-top: .4rem; font-size: .72rem; letter-spacing: .12em; }
.brand.inverse .brand-mark { background: var(--lime); }.brand.inverse .brand-mark i { background: var(--forest); }.brand.inverse small { color: rgba(255,255,255,.55); }
.footer-brand > p { grid-area: promise; justify-self: end; max-width: 520px; margin: 0; padding-top: .55rem; color: rgba(255,255,255,.58); font-size: clamp(.86rem,1.2vw,1.08rem); }
.footer-links { grid-area: links; padding: 0; display: flex; justify-content: space-between; gap: clamp(3rem,7vw,7rem); }
.footer-links div { min-width: 130px; display: flex; flex-direction: column; gap: .65rem; }
.footer-links span { margin-bottom: .4rem; color: var(--lime); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { grid-area: bottom; margin-top: 4rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .68rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .site-header { min-height: 74px; gap: .75rem; }
  .nav-toggle { display: grid; order: 2; margin-left: auto; }
  .header-actions { order: 3; }
  .header-cta { display: none; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 1.25rem 1.5rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open, .site-nav.nav-open { display: flex !important; }
  .nav-link { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav-link::after { display: none; }
  .home-hero, .formula-section { grid-template-columns: 1fr; }
  .hero-campaign { min-height: auto; }
  .hero-campaign-bar { align-items: flex-start; flex-direction: column; }
  .campaign-intro { width: 100%; }
  .hero-visual { min-height: 65vh; }
  .trust-strip { flex-direction: column; gap: .8rem; }
  .story-heading, .range-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-showcase-grid { grid-template-columns: 1fr; }
  .product-showcase-side { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto; }
  .product-showcase-small { min-height: 340px; grid-template-columns: 1fr 130px; }
  .gallery-heading, .testimonial-section { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1.2fr .8fr; }
  .gallery-page-card { grid-column: span 6; }
  .gallery-page-card.gallery-page-featured { grid-column: span 12; }
  .gallery-page-card.gallery-page-wide { grid-column: span 6; }
  .gallery-wide { grid-column: 1/-1; min-height: 430px; }
  .gallery-card { min-height: 460px; }
  .testimonial-media { min-height: 600px; }
  .benefit-rail { grid-template-columns: 1fr; }
  .benefit-rail article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .formula-photo { min-height: 520px; }
  .partner-section { grid-template-columns: 1fr; }
  .partner-orbit { min-height: 350px; }
  .orbit-one { width: 70vw; height: 34vw; }.orbit-two { width: 44vw; height: 64vw; max-height: 310px; }
  .about-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-facts article:nth-child(2) { border-right: 0; }
  .about-facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .about-story, .about-journey { grid-template-columns: 1fr; }
  .about-story-image { min-height: 560px; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article { min-height: 260px; }
  .dist-hero { min-height: auto; grid-template-columns: 1fr; }
  .dist-hero-products { min-height: 590px; }
  .dist-product-nutree { left: 34%; }
  .dist-proof, .dist-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dist-proof article:nth-child(2), .dist-value-grid article:nth-child(2) { border-right: 0; }
  .dist-product-grid { grid-template-columns: 1fr 1fr; }
  .dist-product-card-main { grid-column: 1/-1; }
  .dist-partner-fit, .dist-apply { grid-template-columns: 1fr; }
  .cards-grid, .product-grid, .distributor-grid, .feature-grid, .npk-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 1rem; }
  .brand small { display: none; }
  .language-switcher { border: 0; padding: 0; }
  .lang-btn { min-width: 30px; }
  .hero-campaign-frame > img { aspect-ratio: 1200 / 630; animation-duration: 18s; }
  .hero-live-label { padding: .4rem .55rem; font-size: .48rem; }
  .hero-scroll-cue { display: none; }
  .hero-campaign-bar { padding: 1.35rem 1.2rem 1.6rem; }
  .campaign-intro { grid-template-columns: 1fr; gap: .55rem; }
  .campaign-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .campaign-actions .btn { min-width: 0; padding-left: .7rem; padding-right: .7rem; font-size: .68rem; }
  .hero-copy { padding-top: 4.5rem; padding-bottom: 4rem; }
  .hero-copy h1 { font-size: clamp(2.9rem,15vw,4.2rem); }
  .hero-proof { gap: .6rem; }
  .hero-proof strong { font-size: .9rem; }
  .hero-visual { min-height: 500px; }
  .hero-caption { right: 6.5rem; bottom: 1.5rem; }
  .growth-seal { width: 76px; right: 1rem; bottom: 1rem; }
  .trust-strip > div { display: grid; grid-template-columns: repeat(2,1fr); gap: .6rem 1rem; }
  .trust-strip > div span::before { display: none; }
  .story-section, .range-section, .content-section { padding-left: 1.2rem; padding-right: 1.2rem; }
  .about-hero { min-height: 540px; padding-left: 1.2rem; padding-right: 1.2rem; }
  .about-hero h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .about-hero > p { margin-left: 0; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts article { min-height: 155px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .about-facts article:last-child { border-bottom: 0; }
  .about-story-image { min-height: 430px; }
  .about-story-copy, .about-pillars, .about-journey { padding-left: 1.2rem; padding-right: 1.2rem; }
  .about-story-copy h2, .about-journey h2 { font-size: clamp(2.65rem,12vw,3.65rem); }
  .about-journey li { grid-template-columns: 76px 1fr; gap: .8rem; }
  .dist-hero { padding: 4.5rem 1.2rem 2rem; }
  .dist-hero-copy h1 { font-size: clamp(3.15rem,15vw,4.7rem); }
  .dist-hero-actions { align-items: flex-start; flex-direction: column; }
  .dist-hero-products { min-height: 470px; }
  .dist-product { bottom: 22px; }
  .dist-product-nutree { width: 52%; height: 430px; left: 29%; }
  .dist-product-nubark { width: 40%; height: 330px; left: 0; }
  .dist-product-nuclean { width: 33%; height: 270px; right: 0; }
  .dist-open-note { top: 1rem; }
  .dist-proof, .dist-value-grid, .dist-product-grid, .dist-fit-lists { grid-template-columns: 1fr; }
  .dist-proof article { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(13,45,36,.18); }
  .dist-opportunity, .dist-range, .dist-process, .dist-partner-fit, .dist-apply { padding-left: 1.2rem; padding-right: 1.2rem; }
  .dist-section-heading h2, .dist-fit-copy h2, .dist-apply-copy h2 { font-size: clamp(2.7rem,12vw,3.8rem); }
  .dist-value-grid article { min-height: 260px; }
  .dist-product-card-main { grid-column: auto; }
  .dist-product-card { min-height: 500px; }
  .dist-process li { grid-template-columns: 58px 1fr; gap: .6rem; }
  .dist-process li div { grid-template-columns: 1fr; gap: .8rem; }
  .dist-application-form { grid-template-columns: 1fr; }
  .contact-photo-hero { min-height: 560px; padding-left: 1.2rem; padding-right: 1.2rem; background-position: 48% center; }
  .contact-details { padding-left: 1.2rem; padding-right: 1.2rem; }
  .story-heading h2, .formula-content h2, .range-intro h2, .partner-copy h2 { font-size: clamp(2.55rem,12vw,3.5rem); }
  .formula-photo { min-height: 400px; }
  .formula-grid { grid-template-columns: 1fr; }
  .range-item { grid-template-columns: 32px 82px 1fr 34px; gap: .7rem; padding-left: 0; padding-right: 0; }
  .range-product-image { height: 105px; }
  .range-product-image img { padding: .4rem; }
  .range-item:hover { padding-left: .5rem; padding-right: .5rem; }
  .range-item h3 { font-size: 2rem; }
  .range-item p { font-size: .76rem; }
  .product-showcase-main { min-height: 620px; grid-template-columns: 1fr; align-items: start; }
  .product-showcase-main .product-showcase-copy { padding: 2rem 1.5rem 0; }
  .product-showcase-main .product-showcase-copy p { max-width: 320px; }
  .product-showcase-visual { min-height: 380px; }
  .product-showcase-visual img { height: 390px; padding-top: .75rem; }
  .product-showcase-side { grid-template-columns: 1fr; }
  .product-showcase-small { min-height: 330px; grid-template-columns: 1fr 125px; }
  .partner-section { padding-left: 1.2rem; padding-right: 1.2rem; }
  .gallery-section, .testimonial-section { padding-left: 1.2rem; padding-right: 1.2rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-page-grid { grid-template-columns: 1fr; grid-auto-rows: auto; padding-left: 1.2rem; padding-right: 1.2rem; }
  .gallery-page-card, .gallery-page-card.gallery-page-featured, .gallery-page-card.gallery-page-tall, .gallery-page-card.gallery-page-wide { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; }
  .gallery-page-card.gallery-page-featured, .gallery-page-card.gallery-page-wide { aspect-ratio: 4 / 3; }
  .gallery-page-cta { align-items: flex-start; flex-direction: column; }
  .gallery-wide { min-height: 260px; }
  .gallery-card { min-height: 430px; }
  .testimonial-media { min-height: 500px; }
  .phone-proof { width: 64%; height: 450px; }
  .phone-proof-back { left: 0; }
  .phone-proof-front { right: 0; }
  .cards-grid, .product-grid, .distributor-grid, .contact-grid, .feature-grid, .npk-grid, .admin-grid, .benefits-list { grid-template-columns: 1fr; }
  .site-footer { display: block; }
  .site-footer::before { display: none; }
  .footer-brand { min-height: 0; padding-bottom: 2.5rem; display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.13); }
  .footer-brand .brand { align-self: flex-start; }
  .footer-brand .official-logo { width: 72px; height: 72px; }
  .footer-brand > p { padding-top: 0; }
  .footer-links { padding: 2.5rem 0 0; justify-content: flex-start; gap: 3rem; }
  .footer-bottom { margin-top: 3rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
