/*
Theme Name: Profitix Astra Child
Theme URI: https://profitix.cz/
Description: Prezentační šablona PROFITIX pro Astra a Elementor Free.
Author: LATT GROUP s.r.o.
Author URI: https://www.latt.cz/
Template: astra
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: profitix-astra-child
*/

:root {
  --ink: #17200f;
  --forest: #263312;
  --forest-2: #34451a;
  --lime: #b7d92b;
  --lime-bright: #d5f257;
  --cream: #f5f3e9;
  --paper: #fbfaf6;
  --muted: #68705f;
  --line: rgba(30, 43, 15, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }

/* Astra nastavuje nadpisům globální tmavou barvu. Na tmavých sekcích ji
   přepisujeme výslovně, aby zůstal zachovaný původní kontrast webu. */
.profitix-theme-page .hero h1,
.profitix-theme-page .use-copy h2,
.profitix-theme-page .wholesale-card h2,
.profitix-theme-page .contact-lead h2,
.profitix-theme-page .contact-card h3 {
  color: #fff !important;
}
.profitix-theme-page .hero h1 em { color: var(--lime-bright) !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
svg { width: 1.15em; height: 1.15em; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 36px)); min-height: 66px; padding: 9px 11px 9px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(25,34,13,.84); color: #fff; box-shadow: 0 14px 42px rgba(12,18,5,.18); backdrop-filter: blur(18px); }
.brand { display: grid; place-items: center; width: 148px; min-height: 48px; padding: 0; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 7px 20px rgba(5,10,1,.14); }
.brand img { width: 168px; max-width: none; height: 54px; object-fit: contain; transform: translateX(-10px); }
.nav { display: flex; align-items: center; gap: 26px; color: #e5e9df; font-size: 13px; font-weight: 650; }
.nav > a:not(.nav-cta) { transition: color .25s ease; }
.nav > a:not(.nav-cta):hover { color: var(--lime-bright); }
.nav-cta { display: flex; align-items: center; gap: 8px; padding: 14px 17px; border-radius: 12px; background: var(--lime); color: var(--forest); font-weight: 850; }
.nav-cta svg { transition: transform .25s ease; }
.nav-cta:hover svg { transform: translateX(3px); }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; }

.hero { position: relative; min-height: 900px; overflow: hidden; background: radial-gradient(circle at 70% 40%, #485f21 0, var(--forest) 43%, #1d290d 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,27,8,.62), transparent 65%), repeating-linear-gradient(115deg, transparent 0 60px, rgba(255,255,255,.015) 61px 62px); }
.hero-noise { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(255,255,255,.12) .6px, transparent .6px); background-size: 7px 7px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 34px; min-height: 900px; padding-top: 110px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 30px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: #dceca1; font-size: clamp(13px, 1.08vw, 16px); font-weight: 900; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.eyebrow > span { flex: 0 0 auto; width: 38px; height: 3px; background: var(--lime); }
.eyebrow.dark { color: #617047; }
.eyebrow.light { color: #cce58b; }
.eyebrow.centered { justify-content: center; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(64px, 7.3vw, 112px); font-weight: 850; letter-spacing: -.07em; line-height: .87; }
.hero h1 em { color: var(--lime-bright); font-style: normal; }
.hero-lead { max-width: 580px; margin: 32px 0 0; color: #d7ddcf; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 55px; padding: 0 22px; border-radius: 13px; font-size: 14px; font-weight: 850; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--forest); box-shadow: 0 14px 35px rgba(183,217,43,.18); }
.button-primary:hover { background: var(--lime-bright); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 35px; color: #c8d0c0; font-size: 12px; font-weight: 650; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points svg { color: var(--lime); }

.hero-stage { position: relative; align-self: stretch; min-height: 720px; }
.hero-stage::after { content: ""; position: absolute; right: -80px; bottom: 65px; width: 560px; height: 105px; border-radius: 50%; background: rgba(3,8,0,.34); filter: blur(35px); transform: rotate(-4deg); }
.product-halo { position: absolute; z-index: 0; right: -25px; top: 165px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(215,244,93,.27), rgba(143,183,39,.08) 50%, transparent 70%); }
.hero-ring { position: absolute; right: 10px; top: 185px; width: 540px; height: 540px; border: 1px solid rgba(205,236,101,.18); border-radius: 50%; animation: ringPulse 5s ease-in-out infinite; }
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(205,236,101,.12); }
.hero-ring::before { inset: 45px; }.hero-ring::after { inset: 92px; }
.hero-product { position: absolute; z-index: 3; right: 38px; bottom: 52px; width: min(510px, 91%); height: 690px; object-fit: contain; filter: drop-shadow(0 34px 48px rgba(3,7,0,.42)); animation: productFloat 6s ease-in-out infinite; }
.hero-badge { position: absolute; z-index: 5; right: -4px; top: 245px; display: grid; place-content: center; justify-items: center; gap: 7px; width: 132px; height: 132px; padding: 19px; border-radius: 50%; background: var(--lime); color: var(--forest); text-align: center; transform: rotate(6deg); box-shadow: 0 20px 38px rgba(8,13,1,.22); }
.hero-badge strong { font-size: 33px; font-weight: 950; letter-spacing: -.07em; line-height: .9; }.hero-badge span { max-width: 82px; font-size: 10px; font-weight: 900; line-height: 1.15; letter-spacing: .05em; text-transform: uppercase; }
.hero-made { position: absolute; z-index: 4; left: 35px; bottom: 115px; display: grid; place-items: center; width: 105px; height: 105px; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.86); box-shadow: 0 18px 40px rgba(4,7,1,.2); }
.stain { position: absolute; z-index: 1; border-radius: 50% 40% 60% 35%; filter: blur(1px); opacity: .55; animation: stainFade 8s ease-in-out infinite; }
.stain-one { top: 170px; left: 15px; width: 95px; height: 82px; background: rgba(128,40,17,.62); transform: rotate(25deg); }
.stain-two { top: 290px; left: 55px; width: 54px; height: 68px; background: rgba(84,109,25,.65); animation-delay: 2.2s; }
.stain-three { top: 150px; right: 45px; width: 48px; height: 45px; background: rgba(202,160,54,.55); animation-delay: 4.4s; }
.scroll-cue { position: absolute; z-index: 4; bottom: 27px; left: 50%; width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 10px; width: 3px; height: 7px; border-radius: 3px; background: var(--lime); animation: scrollDot 2s infinite; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.split.align-end { align-items: end; }
.section h2 { margin: 0; font-size: clamp(42px, 5.1vw, 76px); font-weight: 830; letter-spacing: -.055em; line-height: .98; }
.intro { background: var(--paper); }
.intro-copy { padding-top: 16px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.large-copy { margin-top: 0; color: #2d3725; font-size: clamp(20px, 2vw, 27px); font-weight: 650; line-height: 1.45; letter-spacing: -.025em; }
.large-copy.compact { max-width: 420px; margin: 0; }
.testing-note { display: grid; grid-template-columns: 50px 1fr; gap: 16px; margin-top: 30px; padding: 20px; border: 1px solid rgba(102,130,25,.18); border-radius: 18px; background: #eef3da; color: #405019; }
.testing-note > svg { width: 30px; height: 30px; margin: 2px auto 0; color: #75930b; }
.testing-note strong { display: block; margin-bottom: 5px; color: #354512; font-size: 15px; }
.testing-note span { display: block; color: #687452; font-size: 13px; line-height: 1.6; }

.stain-board { display: grid; grid-template-columns: 1fr 150px 1fr; align-items: center; gap: 20px; margin-top: 76px; }
.fabric { position: relative; overflow: hidden; min-height: 350px; border: 1px solid rgba(74,70,55,.16); border-radius: var(--radius); background-color: #ebe5d7; background-image: radial-gradient(circle at 45% 48%, rgba(255,255,255,.3), transparent 48%), repeating-linear-gradient(0deg, transparent 0 2px, rgba(76,67,50,.052) 2px 3px), repeating-linear-gradient(90deg, transparent 0 2px, rgba(76,67,50,.042) 2px 3px), repeating-linear-gradient(45deg, transparent 0 14px, rgba(255,255,255,.075) 14px 15px); background-size: auto, 5px 5px, 5px 5px, 22px 22px; box-shadow: inset 0 0 90px rgba(63,48,28,.1); }
.fabric.after { background-color: #fffef9; background-image: radial-gradient(circle at 50% 44%, rgba(255,255,255,.95), rgba(248,249,239,.4) 50%, transparent 72%), repeating-linear-gradient(0deg, transparent 0 2px, rgba(106,117,78,.032) 2px 3px), repeating-linear-gradient(90deg, transparent 0 2px, rgba(106,117,78,.03) 2px 3px), repeating-linear-gradient(45deg, transparent 0 14px, rgba(255,255,255,.25) 14px 15px); background-size: auto, 5px 5px, 5px 5px, 22px 22px; box-shadow: inset 0 0 80px rgba(224,232,198,.32), 0 24px 60px rgba(38,51,18,.08); }
.fabric-label { position: absolute; top: 20px; left: 22px; z-index: 5; display: grid; gap: 3px; min-width: 150px; padding: 11px 13px; border: 1px solid rgba(85,91,68,.08); border-radius: 10px; background: rgba(255,255,255,.84); color: #6e6e5f; box-shadow: 0 8px 24px rgba(50,50,30,.06); }
.fabric-label strong { font-size: 13px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.fabric-label small { color: #99998a; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.spot { position: absolute; display: block; filter: blur(2px); mix-blend-mode: multiply; }
.spot.blood { top: 80px; left: 55px; width: 88px; height: 75px; border-radius: 60% 40% 45% 55%; background: #8f3b27; transform: rotate(12deg); box-shadow: 33px 10px 0 -27px #8f3b27, 54px -16px 0 -34px #8f3b27; }
.spot.grass { right: 65px; top: 100px; width: 100px; height: 60px; border-radius: 40% 60%; background: #65733a; transform: rotate(-17deg); }
.spot.grease { left: 28%; bottom: 58px; width: 95px; height: 45px; border-radius: 50%; background: rgba(156,126,66,.65); transform: rotate(8deg); }
.spot.dirt { right: 21%; bottom: 45px; width: 75px; height: 54px; border-radius: 50% 35%; background: rgba(87,71,52,.64); }
.spot-labels { position: absolute; right: 18px; bottom: 17px; left: 18px; display: flex; justify-content: space-between; color: #787163; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.process-mark { display: grid; place-items: center; gap: 16px; color: var(--forest); }
.process-mark span { font-size: 15px; font-weight: 950; letter-spacing: .1em; }.process-mark svg { width: 48px; height: 48px; color: #84a10c; animation: arrowMove 2s ease-in-out infinite; }
.clean-copy { position: absolute; z-index: 3; inset: 0; display: grid; place-content: center; justify-items: center; gap: 7px; color: #657236; }
.clean-copy svg { width: 58px; height: 58px; color: #9cbe17; filter: drop-shadow(0 5px 8px rgba(126,155,15,.14)); }.clean-copy strong { font-size: 27px; letter-spacing: -.03em; }.clean-copy span { color: #8b9381; font-size: 12px; }
.clean-shine { position: absolute; top: -160px; left: -160px; width: 200px; height: 700px; background: rgba(255,255,255,.7); transform: rotate(25deg); filter: blur(18px); animation: shine 5s ease-in-out infinite; }
.foam-layer { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 135px; overflow: hidden; background: linear-gradient(to top, rgba(235,244,215,.5), transparent 72%); }
.foam-layer::after { content: ""; position: absolute; right: -5%; bottom: -35px; left: -5%; height: 92px; border-radius: 50% 50% 0 0; background: radial-gradient(circle at 20% 5%, #fff 0 12px, transparent 13px), radial-gradient(circle at 42% 15%, #fff 0 18px, transparent 19px), radial-gradient(circle at 63% 7%, #fff 0 15px, transparent 16px), radial-gradient(circle at 83% 18%, #fff 0 22px, transparent 23px), linear-gradient(#fff,#f3f7e9); filter: drop-shadow(0 -7px 14px rgba(132,160,50,.08)); }
.foam-layer i { position: absolute; bottom: -45px; display: block; border: 2px solid rgba(181,207,105,.35); border-radius: 50%; background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.95), rgba(255,255,255,.35) 42%, rgba(215,232,165,.2)); box-shadow: inset -2px -3px 7px rgba(143,170,64,.08), 0 3px 8px rgba(128,150,71,.08); animation: bubbleRise 5.2s ease-in infinite; }

.benefits { background: #eef0e5; }
.center-heading { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.center-heading > p:last-child { margin-top: 22px; color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.benefit-card { position: relative; min-height: 330px; padding: 28px; border: 1px solid rgba(40,54,19,.09); border-radius: 23px; background: rgba(255,255,255,.74); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.benefit-card:hover { transform: translateY(-8px); background: #fff; box-shadow: 0 24px 55px rgba(40,54,19,.1); }
.card-number { position: absolute; top: 26px; right: 26px; color: #a5ac98; font-size: 11px; font-weight: 850; }
.icon-box { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 62px; border-radius: 16px; background: #e3efb6; color: #4c6416; }
.icon-box svg { width: 27px; height: 27px; }
.benefit-card h3 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.025em; }.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.use-section { position: relative; overflow: hidden; background: #202b10; color: #fff; }
.use-section::after { content: "PROFITIX"; position: absolute; right: -50px; bottom: -30px; color: rgba(255,255,255,.025); font-size: 200px; font-weight: 950; letter-spacing: -.08em; }
.use-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
.use-panel { position: relative; display: grid; place-items: center; height: 600px; border: 1px solid rgba(255,255,255,.09); border-radius: 40px; background: radial-gradient(circle at 50% 43%, #586e28, #314116 65%, #293612); }
.use-panel::before { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(210,236,110,.15); border-radius: 50%; }
.use-panel img { position: relative; z-index: 2; width: 330px; height: 480px; object-fit: contain; filter: drop-shadow(0 26px 35px rgba(0,0,0,.35)); }
.use-orbit { position: absolute; z-index: 4; right: -30px; top: 70px; display: grid; place-content: center; width: 145px; height: 145px; border-radius: 50%; background: var(--lime); color: var(--forest); text-align: center; font-size: 26px; font-weight: 950; line-height: 1; box-shadow: 0 25px 45px rgba(0,0,0,.24); }
.use-orbit small { margin-top: 7px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.use-copy h2 { max-width: 650px; }
.steps { display: grid; gap: 0; margin: 45px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(199,226,91,.4); border-radius: 50%; color: var(--lime-bright); font-size: 13px; font-weight: 900; }
.steps strong { font-size: 17px; }.steps p { margin: 7px 0 0; color: #bfc7b7; font-size: 14px; line-height: 1.6; }
.safety-note { display: flex; gap: 12px; margin-top: 20px; padding: 17px 18px; border-radius: 14px; background: rgba(255,255,255,.06); color: #bfc7b7; font-size: 12px; line-height: 1.55; }
.safety-note svg { flex: 0 0 auto; color: var(--lime); }

.audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 65px; }
.audience-card { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; transition: background .3s ease, color .3s ease, transform .3s ease; }
.audience-card:hover { background: var(--forest); color: #fff; transform: translateY(-6px); }
.audience-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 52px; border-radius: 15px; background: #e6edce; color: #52671d; }
.audience-icon svg { width: 25px; height: 25px; }.audience-card h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.025em; }.audience-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.audience-card:hover p { color: #bdc6b5; }
.line-arrow { position: absolute; top: 29px; right: 29px; color: #9eaa8e; font-size: 20px; }

.products { background: #f0f1e9; }
.product-heading { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.product-heading h2 { max-width: 820px; }.product-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.powder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.powder-card { overflow: hidden; border: 1px solid rgba(35,48,16,.1); border-radius: 25px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.powder-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(36,49,17,.1); }
.product-image { position: relative; display: grid; place-items: center; height: 390px; overflow: hidden; background: #e9f0d3; }
.powder-card.rose .product-image { background: #f3e1e2; }.powder-card.white .product-image { background: #edf0e8; }
.product-image::before { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(50,67,24,.1); border-radius: 50%; }
.product-image img { position: relative; z-index: 2; width: 245px; height: 340px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(48,51,34,.18)); transition: transform .45s ease; }
.powder-card:hover img { transform: translateY(-9px) scale(1.025); }
.product-info { padding: 30px; }.product-info > span, .gel-copy > span { color: #7f8d65; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.product-info h3, .gel-copy h3 { margin: 10px 0 12px; font-size: 23px; letter-spacing: -.035em; }.product-info p, .gel-copy p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #587009; font-size: 13px; font-weight: 850; }.text-link svg { transition: transform .25s ease; }.text-link:hover svg { transform: translateX(4px); }
.gel-heading { margin-top: 120px; }
.gel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gel-card { overflow: hidden; border: 1px solid rgba(35,48,16,.1); border-radius: 25px; background: #fff; }
.gel-images { display: flex; align-items: end; justify-content: center; gap: 5px; height: 365px; padding: 25px 22px 0; background: #e7eef4; }
.gel-card.green .gel-images { background: #e6f0e3; }.gel-card.pink .gel-images { background: #f5e9ee; }
.gel-images img:first-child { width: 42%; height: 315px; object-fit: contain; transform: translateX(12px); }.gel-images img:last-child { width: 49%; height: 300px; object-fit: contain; transform: translateX(-7px); }
.gel-images img { filter: drop-shadow(0 19px 18px rgba(46,52,38,.14)); transition: transform .4s ease; }.gel-card:hover .gel-images img:first-child { transform: translate(6px,-7px); }.gel-card:hover .gel-images img:last-child { transform: translate(-3px,-7px); }
.gel-copy { padding: 29px; }.size-links { display: flex; gap: 17px; flex-wrap: wrap; }.size-links .text-link { padding-right: 15px; border-right: 1px solid var(--line); }.size-links .text-link:last-child { border: 0; }

.wholesale { background: var(--paper); }
.wholesale-card { position: relative; overflow: hidden; padding: 85px; border-radius: 34px; background: var(--forest); color: #fff; }
.wholesale-card::after { content: ""; position: absolute; right: 80px; top: 50%; width: 260px; height: 260px; border: 1px solid rgba(212,239,104,.2); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 45px rgba(212,239,104,.035), 0 0 0 90px rgba(212,239,104,.02); }
.wholesale-glow { position: absolute; right: 70px; top: 50%; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(190,223,61,.34), transparent 70%); transform: translateY(-50%); }
.wholesale-card h2 { position: relative; z-index: 2; max-width: 780px; }.wholesale-card > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 630px; margin: 28px 0 34px; color: #c6cebf; font-size: 16px; line-height: 1.7; }.button-lime { position: relative; z-index: 2; background: var(--lime); color: var(--forest); }

.faq-section { background: #eef0e6; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 115px; align-self: start; }.faq-heading > p:not(.eyebrow) { max-width: 330px; margin-top: 24px; color: var(--muted); line-height: 1.7; }.faq-heading > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; color: #587009; font-weight: 850; }.faq-heading > a svg { width: 18px; height: 18px; }
.faq-list { border-top: 1px solid rgba(39,51,20,.2); }
.faq-list details { border-bottom: 1px solid rgba(39,51,20,.2); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; letter-spacing: -.015em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; place-items: center; min-width: 32px; height: 32px; border: 1px solid rgba(39,51,20,.22); border-radius: 50%; font-size: 19px; font-weight: 400; transition: transform .25s ease, background .25s ease; }.faq-list details[open] summary span { background: var(--lime); transform: rotate(45deg); }.faq-list details p { margin: -8px 55px 27px 0; color: var(--muted); line-height: 1.7; }

.contact { padding: 110px 0; background: #1c260e; color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }.contact-lead img { width: 180px; margin-bottom: 45px; filter: brightness(0) invert(1); opacity: .9; }.contact-lead h2 { margin: 0; font-size: clamp(45px, 5vw, 70px); line-height: .98; letter-spacing: -.055em; }.contact-lead p { max-width: 510px; margin: 28px 0 0; color: #b9c2b1; line-height: 1.7; }
.contact-card { padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.055); }.contact-card h3 { margin: 0 0 28px; font-size: 23px; }.contact-item { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }.contact-item > svg { margin-top: 3px; color: var(--lime); }.contact-item strong { display: block; margin-bottom: 6px; font-size: 13px; }.contact-item span { color: #b9c2b1; font-size: 13px; line-height: 1.65; }.contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }.contact-links a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.07); color: #dbe1d6; font-size: 12px; }.contact-links a:hover { background: var(--lime); color: var(--forest); }
footer { padding: 35px 0; background: #141b09; color: #929b8b; }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; font-size: 11px; }.footer-grid > div:first-child { display: grid; gap: 3px; }.footer-grid strong { color: #fff; font-size: 15px; }.footer-links { display: flex; gap: 22px; }.footer-links a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.benefit-card:nth-child(2), .audience-card:nth-child(2), .powder-card:nth-child(2), .gel-card:nth-child(2) { transition-delay: .08s; }.benefit-card:nth-child(3), .audience-card:nth-child(3), .powder-card:nth-child(3), .gel-card:nth-child(3) { transition-delay: .16s; }.benefit-card:nth-child(4), .audience-card:nth-child(4) { transition-delay: .24s; }

@keyframes productFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(.6deg); } }
@keyframes ringPulse { 0%,100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.03); opacity: 1; } }
@keyframes stainFade { 0%,12% { transform: scale(1) rotate(15deg); opacity: .55; } 42%,75% { transform: scale(.15) rotate(45deg); opacity: 0; } 100% { transform: scale(1) rotate(15deg); opacity: .55; } }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 80%,100% { transform: translateY(13px); opacity: 0; } }
@keyframes arrowMove { 0%,100% { transform: translateX(-5px); } 50% { transform: translateX(7px); } }
@keyframes shine { 0%,25% { transform: translateX(0) rotate(25deg); opacity: 0; } 50% { opacity: 1; } 75%,100% { transform: translateX(780px) rotate(25deg); opacity: 0; } }
@keyframes bubbleRise { 0% { transform: translateY(0) scale(.72); opacity: 0; } 16% { opacity: .72; } 72% { opacity: .55; } 100% { transform: translateY(-165px) translateX(12px) scale(1.08); opacity: 0; } }

@media (max-width: 1050px) {
  .nav { gap: 15px; }.nav > a:nth-child(3), .nav > a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; }.hero-stage { min-height: 680px; }.hero-product { right: -10px; }.hero-made { left: -5px; }.hero-badge { right: -25px; }
  .benefit-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }.use-grid { gap: 55px; }.use-panel { height: 550px; }
  .faq-grid, .contact-grid { gap: 60px; }.wholesale-card { padding: 70px 60px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 680px); }.section { padding: 82px 0; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 60px; }
  .menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; cursor: pointer; }.menu-toggle svg { width: 25px; height: 25px; }
  .nav { position: absolute; top: 69px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(24,33,12,.97); box-shadow: 0 24px 50px rgba(0,0,0,.2); }.nav.is-open { display: grid; }.nav > a, .nav > a:nth-child(3), .nav > a:nth-child(4) { display: flex; padding: 14px 10px; }.nav-cta { justify-content: center; margin-top: 6px; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 135px; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(63px, 17vw, 95px); }.hero-lead { font-size: 17px; }.hero-stage { min-height: 590px; margin-top: -20px; }.hero-product { right: 50%; bottom: 20px; width: 410px; height: 550px; transform: translateX(50%); animation: none; }.product-halo { right: 50%; top: 100px; width: 480px; height: 480px; transform: translateX(50%); }.hero-ring { right: 50%; top: 120px; width: 450px; height: 450px; transform: translateX(50%); animation: none; }.hero-badge { right: 4%; top: 125px; width: 108px; height: 108px; padding: 16px; }.hero-badge strong { font-size: 27px; }.hero-made { left: 5%; bottom: 75px; width: 85px; height: 85px; }.scroll-cue { display: none; }
  .split, .product-heading, .use-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }.intro-copy { padding: 0; }.stain-board { grid-template-columns: 1fr; }.process-mark { grid-template-columns: auto auto; margin: 4px 0; }.process-mark svg { transform: rotate(90deg); animation: none; }.fabric { min-height: 290px; }
  .use-grid { gap: 60px; }.use-panel { height: 500px; }.use-orbit { right: -10px; }.use-copy h2 { font-size: 48px; }
  .product-heading { gap: 20px; }.powder-grid, .gel-grid { grid-template-columns: 1fr; }.powder-card { display: grid; grid-template-columns: .9fr 1.1fr; }.product-image { height: auto; min-height: 350px; }.gel-card { display: grid; grid-template-columns: 1.1fr .9fr; }.gel-images { height: 355px; }.gel-heading { margin-top: 90px; }
  .wholesale-card { padding: 55px 38px; }.wholesale-card::after, .wholesale-glow { opacity: .35; right: -100px; }.wholesale-card h2 { font-size: 50px; }.faq-heading { position: static; }.contact-lead img { width: 160px; margin-bottom: 30px; }.footer-grid { grid-template-columns: 1fr; gap: 20px; }.footer-links { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 26px); }.section { padding: 70px 0; }.site-header { padding-left: 12px; }.brand { width: 128px; min-height: 44px; padding: 0; }.brand img { width: 148px; max-width: none; height: 50px; transform: translateX(-9px); }
  .hero-grid { padding-top: 120px; }.eyebrow { font-size: 11px; letter-spacing: .1em; }.eyebrow > span { width: 30px; }.hero h1 { font-size: 61px; }.hero-lead { font-size: 15px; line-height: 1.65; }.hero-actions { display: grid; }.button { width: 100%; }.hero-points { gap: 12px 20px; }.hero-stage { min-height: 520px; }.hero-product { width: 340px; height: 470px; }.hero-ring { width: 370px; height: 370px; }.product-halo { width: 390px; height: 390px; }.hero-badge { right: 0; width: 94px; height: 94px; padding: 12px; }.hero-badge strong { font-size: 24px; }.hero-badge span { font-size: 7px; }.hero-made { left: 0; width: 75px; height: 75px; padding: 10px; }
  .section h2 { font-size: 43px; }.split { gap: 28px; }.stain-board { margin-top: 50px; }.fabric { min-height: 260px; }.benefit-grid, .audience-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 270px; }.icon-box { margin-bottom: 38px; }
  .use-panel { height: 430px; }.use-panel img { width: 270px; height: 390px; }.use-orbit { top: 25px; width: 112px; height: 112px; font-size: 21px; }.use-copy h2 { font-size: 43px; }.steps li { grid-template-columns: 42px 1fr; gap: 13px; }
  .powder-card, .gel-card { display: block; }.product-image { height: 345px; min-height: 0; }.gel-images { height: 335px; }.product-info, .gel-copy { padding: 25px; }.product-heading h2 { font-size: 41px; }.gel-heading { margin-top: 75px; }
  .wholesale-card { padding: 45px 24px; border-radius: 25px; }.wholesale-card h2 { font-size: 42px; }.faq-list summary { font-size: 16px; }.contact { padding: 75px 0; }.contact-card { padding: 25px; }.contact-links { display: grid; }.footer-links { gap: 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; }
}
