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

:root {
  --ink: #102319;
  --muted: #607066;
  --green: #17652d;
  --green-dark: #07361a;
  --green-deep: #032410;
  --green-soft: #edf5ee;
  --cream: #f8faf6;
  --line: #dce6dc;
  --white: #fff;
  --shadow: 0 24px 60px rgba(12, 45, 24, .12);
  --radius: 18px;
  --accent: #42a557;
  --accent-soft: #eaf5eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.lg-shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.lg-section { padding: 86px 0; position: relative; overflow: hidden; }
.lg-section--soft { background: var(--cream); }
.lg-section--dark { background: var(--green-deep); color: white; }
.lg-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lg-title {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.lg-lead { max-width: 680px; margin: 16px auto 0; color: var(--muted); font-size: 1rem; }
.lg-head { text-align: center; margin-bottom: 46px; }

.lg-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 54px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(15,61,28,.09);
  backdrop-filter: blur(14px);
}
.lg-header__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.lg-logo { text-decoration: none; margin-right: auto; line-height: 1; }
.lg-logo strong { display: block; color: var(--green); font: 800 1.15rem Manrope, sans-serif; letter-spacing: -.04em; }
.lg-logo small { display: block; margin-top: 3px; color: #99a39c; font-size: .45rem; letter-spacing: .1em; text-transform: uppercase; }
.lg-nav { display: flex; align-items: center; gap: 25px; }
.lg-nav a { position: relative; text-decoration: none; font-size: .68rem; font-weight: 700; color: #34453a; white-space: nowrap; }
.lg-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .2s; }
.lg-nav a:hover::after, .lg-nav a.active::after { right: 0; }
.lg-header__phone { text-align: right; text-decoration: none; white-space: nowrap; }
.lg-header__phone strong { display: block; color: var(--green-dark); font-size: .72rem; }
.lg-header__phone small { color: #9aa39d; font-size: .47rem; }
.lg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.lg-btn:hover { transform: translateY(-2px); background: #0f5525; box-shadow: 0 12px 26px rgba(13,82,34,.2); }
.lg-btn--light { background: #fff; color: var(--green-dark); border-color: #fff; }
.lg-btn--ghost { background: transparent; border-color: rgba(255,255,255,.52); color: #fff; }
.lg-btn--outline { background: transparent; color: var(--green); }
.lg-menu { display: none; width: 42px; height: 42px; border: 0; background: var(--green-soft); border-radius: 8px; color: var(--green-dark); cursor: pointer; }
.lg-menu span, .lg-menu::before, .lg-menu::after { content: ''; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s; }

.catalog-hero {
  min-height: 465px;
  position: relative;
  color: #fff;
  background: #082714 url('images/lagreen/forest-hero.png') center/cover no-repeat;
  overflow: hidden;
}
.catalog-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,25,11,.94) 0%, rgba(2,25,11,.74) 42%, rgba(2,25,11,.12) 72%); }
.catalog-hero__inner { position: relative; min-height: 465px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; }
.catalog-hero__copy { position: relative; z-index: 3; padding: 28px 0 24px; }
.catalog-hero__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.catalog-hero__badges span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .53rem; font-weight: 700; background: rgba(0,0,0,.12); }
.catalog-hero h1 { max-width: 500px; margin: 0; font: 800 clamp(2rem, 3.25vw, 2.6rem)/1.08 Manrope, sans-serif; letter-spacing: -.04em; }
.catalog-hero__copy > p { max-width: 465px; margin: 16px 0; color: rgba(255,255,255,.78); font-size: .74rem; line-height: 1.55; }
.catalog-hero__features { display: flex; gap: 16px; flex-wrap: wrap; margin: 18px 0; }
.catalog-hero__features span { display: flex; align-items: center; gap: 8px; max-width: 138px; font-size: .61rem; font-weight: 600; line-height: 1.3; }
.catalog-hero__features i { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 29px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-style: normal; color: #b7e9b9; }
.catalog-hero__actions { display: flex; gap: 10px; margin-top: 18px; }
.catalog-social { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.78); font-size: .53rem; line-height: 1.35; }
.catalog-social__faces { display: flex; padding-left: 4px; }
.catalog-social__faces i { display: block; width: 24px; height: 24px; margin-left: -5px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: url('images/lagreen/customer-faces-v1.jpg') 0 0/200% 200% no-repeat; box-shadow: 0 2px 7px rgba(0,0,0,.24); }
.catalog-social__faces i:nth-child(2) { background-position: 100% 0; }
.catalog-social__faces i:nth-child(3) { background-position: 0 100%; }
.catalog-social__faces i:nth-child(4) { background-position: 100% 100%; }
.catalog-stage { position: relative; align-self: stretch; min-height: 440px; }
.catalog-stage__product { position: absolute; bottom: 22px; filter: drop-shadow(0 25px 24px rgba(0,0,0,.42)); transition: transform .35s; }
.catalog-stage__product:hover { transform: translateY(-8px); }
.catalog-stage__product img { width: 100%; height: 100%; object-fit: contain; }
.catalog-stage__product--men { width: 230px; height: 375px; left: 3%; z-index: 3; }
.catalog-stage__product--women { width: 158px; height: 270px; right: 24%; z-index: 2; }
.catalog-stage__product--joint { width: 150px; height: 260px; right: 0; z-index: 1; }
.catalog-stage__label { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); padding: 8px 15px; border-radius: 5px; background: rgba(6,38,17,.86); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .7rem; font-weight: 700; white-space: nowrap; backdrop-filter: blur(8px); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 38px rgba(17,65,31,.07); }
.product-card { position: relative; display: grid; grid-template-columns: 43% 57%; align-items: center; min-height: 276px; padding: 16px 14px; text-align: left; overflow: hidden; border-right: 1px solid var(--line); }
.product-card:last-child { border-right: 0; }
.product-card::before { content: ''; position: absolute; width: 190px; height: 190px; border-radius: 50%; top: 55px; left: 18%; transform: translateX(-50%); background: radial-gradient(circle, var(--product-glow), transparent 68%); opacity: .48; }
.product-card__image { position: relative; height: 230px; align-self: end; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(5,34,15,.22)); }
.product-card__copy { position: relative; z-index: 2; min-width: 0; }
.product-card h3 { margin: 0 0 8px; color: var(--green-dark); font: 800 .82rem Manrope, sans-serif; }
.product-card p { min-height: 45px; margin: 0 0 12px; max-width: 170px; color: var(--muted); font-size: .58rem; line-height: 1.5; }
.check-list { list-style: none; padding: 0; margin: 0 0 15px; text-align: left; display: inline-grid; gap: 6px; color: #536259; font-size: .56rem; }
.check-list li::before { content: '✓'; display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 8px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }
.product-card .check-list li::before { width: 13px; height: 13px; margin-right: 5px; }
.product-card .lg-btn { min-height: 32px; padding: 0 16px; font-size: .56rem; }

#products { padding: 22px 0 0; }
#products::before, #products::after { content: ''; position: absolute; z-index: 0; width: 170px; height: 250px; background: #4c8955; opacity: .24; -webkit-mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; pointer-events: none; }
#products::before { left: -42px; bottom: 20px; transform: rotate(-18deg); }
#products::after { right: -58px; bottom: 35px; transform: scaleX(-1) rotate(-14deg); }
#products > .lg-shell { position: relative; z-index: 1; }
#products .lg-head { margin-bottom: 16px; }
#products .lg-kicker { margin-bottom: 3px; font-size: .56rem; }
#products .lg-title { font-size: 1.55rem; letter-spacing: -.03em; }
#products .lg-lead { max-width: 520px; margin-top: 7px; font-size: .62rem; }
.catalog-trust-section { padding: 12px 0 28px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 18px 44px rgba(17,65,31,.08); }
.trust-item { display: flex; align-items: center; gap: 11px; padding: 16px 18px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item i { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 1.15rem; font-style: normal; }
.trust-item strong { display: block; color: var(--green-dark); font-size: .61rem; }
.trust-item span { display: block; margin-top: 2px; color: var(--muted); font-size: .52rem; }

.product-page.joint { --accent: #625ca2; --accent-soft: #efedf9; }
.product-page.women { --accent: #a82c71; --accent-soft: #faedf5; }
.product-page.men { --accent: #2f7b43; --accent-soft: #eaf4eb; }
.product-hero { position: relative; min-height: 535px; color: #fff; background: var(--green-deep) url('images/lagreen/forest-hero.png') center/cover no-repeat; overflow: hidden; }
.product-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,29,11,.97), rgba(1,29,11,.75) 48%, rgba(1,29,11,.17)); }
.product-hero__inner { position: relative; min-height: 535px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; }
.product-hero__copy { position: relative; z-index: 2; max-width: 560px; padding: 42px 0; }
.product-mark { margin-bottom: 20px; font: 800 1.15rem Manrope, sans-serif; letter-spacing: -.035em; }
.product-mark span { display: inline-block; padding-left: 12px; margin-left: 10px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.65); font: 500 .62rem Inter, sans-serif; letter-spacing: 0; }
.product-hero h1 { margin: 0; font: 800 clamp(2.35rem, 4vw, 3.15rem)/1 Manrope, sans-serif; letter-spacing: -.05em; }
.product-hero h1 small { display: block; margin-top: 13px; max-width: 560px; font-size: .51em; line-height: 1.12; letter-spacing: -.035em; font-weight: 600; }
.product-hero__copy > p { max-width: 500px; margin: 16px 0; color: rgba(255,255,255,.75); font-size: .78rem; }
.hero-checks { display: grid; gap: 6px; margin: 15px 0 20px; font-size: .68rem; }
.hero-checks span::before { content: '✓'; color: #8edf97; margin-right: 8px; }
.hero-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 18px; color: rgba(255,255,255,.7); font-size: .61rem; }
.hero-meta span::before { content: '○'; color: var(--accent); margin-right: 7px; font-size: 1rem; vertical-align: -1px; }
.product-hero__visual { position: relative; align-self: stretch; min-height: 500px; }
.product-hero__visual::after { content: ''; position: absolute; width: 350px; height: 70px; left: 50%; bottom: 36px; transform: translateX(-50%); border-radius: 50%; background: rgba(0,0,0,.45); filter: blur(18px); }
.product-hero__visual img { position: absolute; z-index: 2; left: 50%; bottom: 16px; transform: translateX(-50%); width: 350px; height: 465px; object-fit: contain; filter: drop-shadow(0 28px 26px rgba(0,0,0,.38)); }
.capsule-badge { position: absolute; z-index: 4; right: 8%; bottom: 50px; display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: #fff; color: var(--green-dark); box-shadow: var(--shadow); font: 800 1.55rem/1 Manrope, sans-serif; }
.capsule-badge small { display: block; font: 700 .58rem Inter, sans-serif; text-transform: uppercase; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { min-height: 196px; padding: 21px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; }
.feature-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 1.9rem; }
.feature-card h3 { margin: 0 0 11px; font: 800 .92rem/1.25 Manrope, sans-serif; }
.feature-card p { margin: 0; color: var(--muted); font-size: .72rem; }

.ingredient-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ingredient-card { padding: 7px 7px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.ingredient-card__visual { position: relative; display: grid; place-items: center; height: 112px; margin-bottom: 12px; border-radius: 5px; background: linear-gradient(145deg, var(--accent-soft), #fff); font-size: 3.1rem; overflow: hidden; }
.ingredient-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.ingredient-card h3 { min-height: 35px; margin: 0 4px 5px; font: 800 .65rem/1.3 Manrope, sans-serif; }
.ingredient-card p { margin: 0 4px; color: var(--muted); font-size: .54rem; line-height: 1.45; }
.ingredient-photo { position: absolute; top: 50%; left: 0; display: block; width: 100%; height: auto; aspect-ratio: 1; transform: translateY(-50%); background-repeat: no-repeat; }
.ingredient-photo[class*="--joint-"] { background-image: url('images/lagreen/joint-ingredients-atlas.png'); background-size: 300% 200%; }
.ingredient-photo--joint-1 { background-position: 0 0; }
.ingredient-photo--joint-2 { background-position: 50% 0; }
.ingredient-photo--joint-3 { background-position: 100% 0; }
.ingredient-photo--joint-4 { background-position: 0 100%; }
.ingredient-photo--joint-5 { background-position: 50% 100%; }
.ingredient-photo--joint-6 { background-position: 100% 100%; }
.ingredient-grid--women { grid-template-columns: repeat(4,1fr); }
.ingredient-grid--men { grid-template-columns: repeat(4,1fr); }
.ingredient-photo[class*="--women-"] { background-image: url('images/lagreen/women-ingredients-atlas.png'); background-size: 200% 200%; }
.ingredient-photo--women-1 { background-position: 0 0; }
.ingredient-photo--women-2 { background-position: 100% 0; }
.ingredient-photo--women-3 { background-position: 0 100%; }
.ingredient-photo--women-4 { background-position: 100% 100%; }

.usage-card { display: grid; grid-template-columns: 1fr .8fr; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #f8fbf6, var(--accent-soft)); }
.usage-card__copy { padding: 34px 40px; }
.usage-card h2 { margin: 0 0 20px; font: 800 clamp(1.7rem, 3vw, 2.35rem)/1.06 Manrope, sans-serif; letter-spacing: -.04em; }
.usage-point { display: flex; gap: 13px; align-items: center; max-width: 480px; margin: 9px 0; padding: 11px 13px; border-radius: 8px; background: rgba(255,255,255,.75); border: 1px solid rgba(19,97,42,.12); }
.usage-point i { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: var(--accent); color: white; font-style: normal; font-size: 1.2rem; }
.usage-point strong { display: block; font-size: .76rem; }
.usage-point span { color: var(--muted); font-size: .69rem; }
.usage-card__visual { position: relative; display: grid; place-items: center; min-height: 320px; }
.usage-card__visual img { width: 270px; height: 310px; object-fit: contain; filter: drop-shadow(0 25px 20px rgba(12,47,23,.24)); }

.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.audience-card { min-height: 145px; padding: 19px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; }
.audience-card i { display: block; color: var(--accent); font-size: 2rem; font-style: normal; margin-bottom: 13px; }
.audience-card strong { display: block; font: 700 .73rem/1.45 Manrope, sans-serif; }

.split-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: stretch; }
.lifestyle-card { position: relative; min-height: 460px; padding: 48px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, var(--accent-soft), #fff); border: 1px solid var(--line); }
.lifestyle-card h2 { max-width: 480px; margin: 0 0 15px; font: 800 2.4rem/1.08 Manrope, sans-serif; letter-spacing: -.04em; }
.lifestyle-card p { max-width: 430px; color: var(--muted); font-size: .8rem; }
.lifestyle-card .check-list { margin-top: 20px; }
.lifestyle-portrait { position: absolute; right: -35px; bottom: -20px; width: 48%; height: 70%; border-radius: 50% 0 0 0; background: radial-gradient(circle at 50% 30%, #fff 0, #eadfcf 42%, #9cb39f 100%); opacity: .74; }

.faq { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 9px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; padding: 13px 16px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; color: var(--ink); text-align: left; font-size: .7rem; font-weight: 700; cursor: pointer; }
.faq-q span { font-size: 1.25rem; color: var(--green); transition: transform .2s; }
.faq-item.open .faq-q span { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.faq-a > div { overflow: hidden; }
.faq-a p { margin: 0; padding: 0 20px 19px; color: var(--muted); font-size: .8rem; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }

.order-card { display: grid; grid-template-columns: 1fr 310px 180px; align-items: center; gap: 28px; min-height: 310px; padding: 34px; border-radius: 12px; color: #fff; background: linear-gradient(125deg, #07341a, #03240f); overflow: hidden; }
.order-card h2 { margin: 0 0 12px; font: 800 clamp(1.7rem, 3vw, 2.35rem)/1.05 Manrope, sans-serif; letter-spacing: -.04em; }
.order-card p { color: rgba(255,255,255,.68); font-size: .82rem; }
.order-form { display: grid; gap: 10px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.06); }
.order-form input { height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: #fff; color: var(--ink); outline: 0; }
.order-form input:focus { box-shadow: 0 0 0 3px rgba(141,218,151,.25); }
.form-note, .form-status { margin: 0; color: rgba(255,255,255,.54); font-size: .59rem; text-align: center; }
.form-status { color: #c9f2ce; font-size: .7rem; }
.order-product { height: 250px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.35)); }

.product-page .lg-section { padding: 48px 0; }
.product-page .lg-head { margin-bottom: 26px; }
.product-page .lg-title { font-size: clamp(1.75rem,3vw,2.35rem); letter-spacing: -.035em; }
.product-page .lg-lead { margin-top: 9px; font-size: .72rem; }
.product-page #benefits .lg-kicker { display: none; }
.product-page #benefits::after { content: ''; position: absolute; right: -48px; top: 56px; width: 165px; height: 210px; background: #6b9d72; opacity: .22; -webkit-mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; transform: scaleX(-1) rotate(-12deg); pointer-events: none; }
.product-page.women #benefits::after { width: 185px; height: 185px; background: #a75a85; opacity: .18; -webkit-mask-image: url('images/icons/phosphor-thin/flower.svg'); mask-image: url('images/icons/phosphor-thin/flower.svg'); }
.product-page #composition::before { content: ''; position: absolute; left: -55px; bottom: 20px; width: 170px; height: 170px; background: #78a77d; opacity: .28; -webkit-mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; mask: url('images/icons/phosphor-thin/plant.svg') center/contain no-repeat; transform: rotate(18deg); }
.support-section { padding: 42px 0 !important; }
.support-panel { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #f7faf5; }
.support-panel__copy { position: relative; z-index: 2; width: 57%; padding: 36px 38px; }
.support-panel__copy .lg-lead { margin-left: 0; }
.support-panel__copy .check-list { margin-top: 16px; font-size: .68rem; }
.support-panel > img { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: 72% center; }
.support-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#f7faf5 0%,#f7faf5 43%,rgba(247,250,245,.82) 57%,transparent 76%); }
.support-note { display: flex; align-items: center; gap: 9px; max-width: 450px; margin: 12px 0 0; padding: 9px 11px; border: 1px solid #d8e8d8; border-radius: 7px; background: rgba(237,247,235,.9); color: #617067; font-size: .54rem; }
.support-note .lg-icon { width: 18px; height: 18px; color: var(--green); }
.faq-botanical { position: relative; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg,#fbfdf9,#eef5eb); }
.faq-botanical::before { content: ''; position: absolute; left: 50%; bottom: 22px; width: 2px; height: 230px; background: #4d8055; transform: rotate(12deg); transform-origin: bottom; opacity: .72; }
.faq-leaf { position: absolute; width: 90px; height: 65px; background: #4d8055; opacity: .72; -webkit-mask: url('images/icons/phosphor-thin/leaf.svg') center/contain no-repeat; mask: url('images/icons/phosphor-thin/leaf.svg') center/contain no-repeat; }
.faq-leaf--one { left: 36%; top: 26%; transform: rotate(-35deg); }
.faq-leaf--two { left: 49%; top: 46%; transform: rotate(38deg); }
.faq-leaf--three { left: 30%; top: 61%; transform: rotate(-48deg); }
.women #faq .usage-card__visual { min-height: 340px !important; }
.women #faq .usage-card__visual img { height: 320px; }

.lg-footer { padding: 42px 0 30px; background: #061a0d; color: rgba(255,255,255,.62); }
.lg-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.lg-footer h3 { margin: 0 0 12px; color: #fff; font: 800 1.4rem Manrope, sans-serif; }
.lg-footer p, .lg-footer a { font-size: .72rem; color: rgba(255,255,255,.55); }
.lg-footer a { display: block; margin: 7px 0; text-decoration: none; }
.lg-footer a:hover { color: #fff; }
.lg-footer__bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .62rem; }
.lg-footer__bottom a { display: inline; margin: 0; text-decoration: underline; text-underline-offset: 2px; }

/* Local outline icons: Phosphor Thin + Streamline Core Line. */
.lg-icon { display: inline-block; width: 1.6rem; height: 1.6rem; flex: 0 0 auto; background: currentColor; -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat; }
.catalog-hero__features .lg-icon { width: 18px; height: 18px; }
.trust-item .lg-icon { width: 23px; height: 23px; }
.feature-card__icon .lg-icon { width: 34px; height: 34px; }
.ingredient-card__visual .lg-icon { width: 54px; height: 54px; color: var(--accent); }
.usage-point .lg-icon { width: 24px; height: 24px; }
.audience-card .lg-icon { width: 36px; height: 36px; }
.icon--leaf { --icon: url('images/icons/phosphor-thin/leaf.svg'); }
.icon--flask { --icon: url('images/icons/phosphor-thin/flask.svg'); }
.icon--shield-check { --icon: url('images/icons/phosphor-thin/shield-check.svg'); }
.icon--truck { --icon: url('images/icons/phosphor-thin/truck.svg'); }
.icon--pill { --icon: url('images/icons/phosphor-thin/pill.svg'); }
.icon--calendar-check { --icon: url('images/icons/phosphor-thin/calendar-check.svg'); }
.icon--arrows-clockwise { --icon: url('images/icons/phosphor-thin/arrows-clockwise.svg'); }
.icon--walk { --icon: url('images/icons/phosphor-thin/person-simple-walk.svg'); }
.icon--run { --icon: url('images/icons/phosphor-thin/person-simple-run.svg'); }
.icon--armchair { --icon: url('images/icons/phosphor-thin/armchair.svg'); }
.icon--tai-chi { --icon: url('images/icons/phosphor-thin/person-simple-tai-chi.svg'); }
.icon--plant { --icon: url('images/icons/phosphor-thin/plant.svg'); }
.icon--lotus { --icon: url('images/icons/phosphor-thin/flower-lotus.svg'); }
.icon--flower { --icon: url('images/icons/phosphor-thin/flower.svg'); }
.icon--scales { --icon: url('images/icons/phosphor-thin/scales.svg'); }
.icon--heart { --icon: url('images/icons/phosphor-thin/heart.svg'); }
.icon--sun { --icon: url('images/icons/phosphor-thin/sun.svg'); }
.icon--atom { --icon: url('images/icons/phosphor-thin/atom.svg'); }
.icon--hexagon { --icon: url('images/icons/phosphor-thin/hexagon.svg'); }
.icon--waves { --icon: url('images/icons/phosphor-thin/waves.svg'); }
.icon--orange { --icon: url('images/icons/phosphor-thin/orange-slice.svg'); }
.icon--sparkle { --icon: url('images/icons/phosphor-thin/sparkle.svg'); }
.icon--streamline-health { --icon: url('images/icons/streamline-core-line/health-care.svg'); }
.icon--streamline-bone { --icon: url('images/icons/streamline-core-line/bone.svg'); }
.icon--streamline-wheelchair { --icon: url('images/icons/streamline-core-line/wheelchair.svg'); }
.icon--streamline-wellbeing { --icon: url('images/icons/streamline-core-line/well-being.svg'); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .lg-nav { gap: 15px; }
  .lg-nav a { font-size: .7rem; }
  .lg-header__phone { display: none; }
  .catalog-stage__product--men { width: 250px; left: 0; }
  .catalog-stage__product--women { right: 20%; }
  .ingredient-grid { grid-template-columns: repeat(3, 1fr); }
  .order-card { grid-template-columns: 1fr 350px; }
  .order-product { display: none; }
}

@media (max-width: 860px) {
  .lg-shell { width: min(100% - 28px, 720px); }
  .lg-header { height: 66px; }
  .lg-menu { display: block; }
  .lg-header > .lg-shell > .lg-btn { display: none; }
  .lg-nav { position: fixed; inset: 66px 0 auto; display: grid; gap: 0; padding: 18px 22px 28px; background: #fff; box-shadow: 0 20px 35px rgba(0,0,0,.14); transform: translateY(-130%); opacity: 0; transition: .25s; }
  .menu-open .lg-nav { transform: none; opacity: 1; }
  .lg-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
  .catalog-hero__inner, .product-hero__inner { grid-template-columns: 1fr; }
  .catalog-hero__copy, .product-hero__copy { padding: 58px 0 0; }
  .catalog-hero::before, .product-hero::before { background: linear-gradient(180deg, rgba(2,25,11,.95), rgba(2,25,11,.72) 58%, rgba(2,25,11,.28)); }
  .catalog-stage { min-height: 420px; }
  .catalog-stage__product--men { width: 220px; height: 350px; left: 8%; }
  .catalog-stage__product--women { width: 155px; height: 270px; right: 31%; }
  .catalog-stage__product--joint { width: 150px; height: 260px; right: 5%; }
  .product-hero__visual { min-height: 420px; }
  .product-hero__visual img { height: 410px; width: 340px; }
  .capsule-badge { width: 72px; height: 72px; right: 14%; bottom: 45px; font-size: 1.35rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-card:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .usage-card, .split-section { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .order-card { grid-template-columns: 1fr; }
  .support-panel__copy { width: 68%; }
  .support-panel > img { width: 60%; }
}

@media (max-width: 560px) {
  .lg-section { padding: 64px 0; }
  .lg-title { font-size: 2.1rem; }
  .catalog-hero h1, .product-hero h1 { font-size: 2.55rem; }
  .catalog-hero__badges span:nth-child(n+3) { display: none; }
  .catalog-hero__features { gap: 12px; }
  .catalog-hero__features span { width: calc(50% - 6px); max-width: none; }
  .catalog-hero__actions { flex-direction: column; align-items: stretch; }
  .catalog-stage { min-height: 350px; margin: 0 -10px; }
  .catalog-stage__product--men { width: 180px; height: 300px; left: 0; }
  .catalog-stage__product--women { width: 125px; height: 220px; right: 27%; }
  .catalog-stage__product--joint { width: 120px; height: 210px; right: -2%; }
  .catalog-stage__label { display: none; }
  .product-card { padding: 28px 18px; }
  .feature-grid, .ingredient-grid, .trust-strip, .audience-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .usage-card__copy, .lifestyle-card, .order-card { padding: 30px 22px; }
  .usage-card__visual { min-height: 330px; }
  .usage-card__visual img { height: 320px; }
  .order-card { gap: 24px; }
  .order-form { padding: 15px; }
  .lg-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .lg-footer__bottom { flex-direction: column; }
  .product-card { grid-template-columns: 42% 58%; min-height: 260px; }
  .product-card__image { height: 220px; }
  .product-page .lg-section { padding: 42px 0; }
  .ingredient-grid--women { grid-template-columns: 1fr; }
  .support-panel { min-height: 620px; }
  .support-panel__copy { width: 100%; padding: 28px 22px; }
  .support-panel > img { inset: auto 0 0; width: 100%; height: 48%; object-position: 70% center; }
  .support-panel::after { background: linear-gradient(180deg,#f7faf5 0%,#f7faf5 47%,rgba(247,250,245,.72) 58%,transparent 75%); }
  .faq-botanical { min-height: 240px; }
  #products::before, #products::after, .product-page #benefits::after { opacity: .1; }
}
