/* ==================================================
   HERO
================================================== */
.home-hero {
  display: flex;
  position: relative;
  min-height: 94svh;
  padding-top: calc(var(--announcement-height) + var(--header-height) + 28px);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 45%, rgba(134, 184, 29, 0.105), transparent 24%),
    radial-gradient(circle at 69% 87%, rgba(255, 255, 255, 0.055), transparent 29%),
    linear-gradient(118deg, #070807 0%, #101210 52%, #060706 100%);
  color: var(--color-white);
}

.hero-noise { position: absolute; z-index: 0; inset: 0; opacity: 0.16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-glow { position: absolute; z-index: 0; top: 25%; right: 5%; width: min(50vw, 760px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(134, 184, 29, 0.14), rgba(134, 184, 29, 0.03) 42%, transparent 70%); filter: blur(14px); pointer-events: none; }
.hero-wordmark { position: absolute; z-index: 0; top: 49%; right: -0.5vw; color: rgba(255, 255, 255, 0.044); font-size: clamp(8rem, 15.5vw, 18rem); font-weight: 600; letter-spacing: -0.075em; line-height: 0.75; opacity: 0; pointer-events: none; transform: translate3d(22px, -50%, 0); animation: heroWordmarkIn 950ms 650ms var(--ease-premium) forwards; }

.home-hero__grid { display: grid; position: relative; z-index: 2; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; min-height: calc(94svh - var(--announcement-height) - var(--header-height) - 118px); gap: clamp(54px, 6vw, 96px); }
.home-hero__content { width: 100%; max-width: 660px; padding: 46px 0 62px; }
.hero-eyebrow { opacity: 0; transform: translateY(11px); animation: heroReveal 760ms 190ms var(--ease-premium) forwards; }
.hero-title { font-family: var(--font-heading); font-size: clamp(3.3rem, 5.8vw, 6.2rem); font-weight: 600; letter-spacing: -0.045em; line-height: 0.98; }
.hero-title span { display: block; opacity: 0; transform: translateY(29px); animation: heroReveal 900ms var(--ease-premium) forwards; }
.hero-title span:first-child { animation-delay: 280ms; }
.hero-title span:last-child { animation-delay: 380ms; }
.hero-title em { color: var(--color-green); font-family: var(--font-display); font-size: 0.85em; font-style: normal; }
.hero-description { max-width: 590px; margin-top: 30px; color: #bcc1ba; font-size: 1.05rem; line-height: 1.65; opacity: 0; transform: translateY(17px); animation: heroReveal 820ms 500ms var(--ease-premium) forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.hero-actions .button { opacity: 0; transform: translateY(14px); animation: heroReveal 720ms var(--ease-premium) forwards; }
.hero-actions .button:first-child { animation-delay: 590ms; }
.hero-actions .button:last-child { animation-delay: 675ms; }
.hero-about-link { margin-top: 26px; color: #aeb3ad; opacity: 0; transform: translateY(12px); animation: heroReveal 700ms 750ms var(--ease-premium) forwards; }

.hero-product { position: relative; align-self: center; min-height: 600px; margin-top: -60px; isolation: isolate; }
.hero-product__stage { position: absolute; z-index: 0; top: 45%; left: 50%; width: min(42vw, 590px); aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; background: radial-gradient(circle at 49% 48%, rgba(134, 184, 29, 0.09), rgba(255, 255, 255, 0.02) 43%, transparent 67%); opacity: 0; transform: translate(-50%, -50%) scale(0.94); animation: stageIn 1.1s 500ms var(--ease-premium) forwards; will-change: transform, opacity; }
.hero-product__stage::before { position: absolute; inset: 8%; border: 1px solid rgba(134, 184, 29, 0.14); border-radius: 50%; content: ""; }
.hero-product__ring { position: absolute; border: 1px solid rgba(255, 255, 255, 0.075); border-radius: 50%; }
.hero-product__ring--one { inset: 18%; }
.hero-product__ring--two { inset: 29%; border-color: rgba(134, 184, 29, 0.11); }
.hero-molecule { position: absolute; z-index: 0; top: 5%; right: -5%; width: 68%; color: var(--color-green); opacity: 0.14; will-change: transform, opacity; animation: moleculeDrift 15s 1.2s ease-in-out infinite; }
.hero-molecule path { fill: none; stroke: currentColor; stroke-width: 1; }
.hero-molecule circle { fill: currentColor; }
.hero-product__pedestal { position: absolute; z-index: 1; right: 8%; bottom: 8%; width: 78%; height: 12%; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; background: radial-gradient(ellipse, rgba(255, 255, 255, 0.17), rgba(134, 184, 29, 0.09) 30%, rgba(0, 0, 0, 0) 70%); filter: blur(3px); opacity: 0; animation: heroReveal 900ms 760ms var(--ease-premium) forwards; }
.hero-bottle { position: absolute; z-index: 2; object-fit: contain; filter: drop-shadow(0 30px 27px rgba(0, 0, 0, 0.68)); will-change: transform, opacity; backface-visibility: hidden; }
.hero-bottle--main { right: 16%; bottom: 8%; width: min(34vw, 500px); opacity: 0; transform: translate3d(0, 32px, 0); animation: bottleMainIn 1.05s 430ms var(--ease-premium) forwards, bottleFloatMain 6.8s 1.8s ease-in-out infinite; }
.hero-bottle--back { z-index: 1; right: -3%; bottom: 12%; width: min(30vw, 450px); opacity: 0; filter: brightness(0.55) drop-shadow(0 25px 24px rgba(0, 0, 0, 0.6)); transform: translate3d(34px, 0, 0) rotate(11deg); transform-origin: bottom center; animation: bottleBackIn 1.05s 530ms var(--ease-premium) forwards, bottleFloatBack 7.4s 1.9s ease-in-out infinite; }

.hero-trust { display: grid; position: relative; z-index: 3; grid-template-columns: repeat(4, 1fr); min-height: 82px; border-top: 1px solid var(--border-dark); opacity: 0; animation: heroReveal 850ms 820ms var(--ease-premium) forwards; }
.hero-trust__item { display: flex; align-items: center; gap: 15px; padding: 0 22px; border-right: 1px solid var(--border-dark); }
.hero-trust__item:first-child { padding-left: 0; }
.hero-trust__item:last-child { border-right: 0; }
.hero-trust__item p { font-size: 0.67rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.line-icon { color: var(--color-green); font-family: var(--font-heading); font-size: 0.95rem; font-weight: 500; }

@keyframes heroReveal { to { opacity: 1; transform: none; } }
@keyframes heroWordmarkIn { to { opacity: 1; transform: translate3d(0, -50%, 0); } }
@keyframes stageIn { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes bottleMainIn { to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes bottleBackIn { to { opacity: 1; transform: translate3d(0, 0, 0) rotate(11deg); } }
@keyframes bottleFloatMain { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -6px, 0); } }
@keyframes bottleFloatBack { 0%, 100% { transform: translate3d(0, 0, 0) rotate(11deg); } 50% { transform: translate3d(0, -5px, 0) rotate(11deg); } }
@keyframes moleculeDrift { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0.01deg); opacity: 0.11; } 50% { transform: translate3d(-7px, 5px, 0) rotate(1.2deg); opacity: 0.17; } }

/* ==================================================
   TRUST STRIP
================================================== */
.trust-strip { border-bottom: 1px solid var(--border-light); background: var(--color-white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 116px; }
.trust-strip__item { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--border-light); }
.trust-strip__item:first-child { border-left: 1px solid var(--border-light); }
.trust-strip__item span { color: var(--color-green-deep); font-size: 1.2rem; }
.trust-strip__item p { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

/* ==================================================
   PRODUCT CATALOGUE
================================================== */
.products-section { background: var(--color-off-white); }
.products-section__heading { margin-bottom: 40px; }
.product-filters { display: flex; gap: 8px; margin-bottom: 31px; overflow-x: auto; scrollbar-width: none; }
.product-filters::-webkit-scrollbar { display: none; }
.product-filters button { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--border-light); border-radius: 999px; background: transparent; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease; }
.product-filters button:hover, .product-filters button:focus-visible, .product-filters button.is-active { border-color: var(--color-black); background: var(--color-black); color: var(--color-white); }
.product-filters button.is-active::before { color: var(--color-green); content: "•"; margin-right: 6px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.2vw, 20px); }
.product-card { min-width: 0; border: 1px solid var(--border-light); border-radius: 10px; background: var(--color-white); overflow: hidden; transition: border-color 390ms ease, box-shadow 390ms ease, transform 390ms var(--ease-premium), opacity 320ms ease; }
.product-card:hover { border-color: rgba(103, 143, 20, 0.55); box-shadow: 0 16px 34px rgba(25, 31, 22, 0.06); transform: translateY(-2px); }
.product-card.is-filtered-out { display: none; }
.product-card__image { display: grid; position: relative; aspect-ratio: 0.94; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 67%, rgba(134, 184, 29, 0.09), transparent 28%), linear-gradient(145deg, #edf0eb, #f8f9f7); }
.product-card__image::after { position: absolute; right: 18%; bottom: 9%; left: 18%; height: 7%; border-radius: 50%; background: rgba(0, 0, 0, 0.14); filter: blur(10px); content: ""; }
.product-card__image img { z-index: 1; width: 72%; height: 79%; object-fit: contain; transition: transform 400ms var(--ease-premium); }
.product-card:hover .product-card__image img { transform: translateY(-3px) scale(1.025); }
.product-card__badge { position: absolute; z-index: 2; top: 11px; left: 11px; padding: 6px 8px; border-radius: 999px; background: var(--color-green); color: #11150c; font-size: 0.53rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; }
.product-card__content { padding: 17px 15px 15px; }
.product-card__eyebrow { color: var(--color-green-deep); font-size: 0.55rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.product-card__title { margin-top: 7px; font-size: clamp(0.9rem, 1.05vw, 1.04rem); font-weight: 600; line-height: 1.25; letter-spacing: -0.015em; }
.product-card__variant { margin-top: 4px; color: #71766f; font-size: 0.65rem; letter-spacing: 0.12em; }
.product-card__buy { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--border-light); }
.product-card__price { font-size: 0.71rem; font-weight: 600; }
.product-card__buy a { display: inline-flex; align-items: center; gap: 5px; color: #4f554d; font-size: 0.56rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.product-card__buy a:hover, .product-card__buy a:focus-visible { color: var(--color-green-deep); }
.product-section-cta { display: flex; align-items: center; flex-direction: column; gap: 21px; margin-top: 50px; }
.product-section-cta p { color: #70756e; font-size: 0.62rem; font-weight: 500; letter-spacing: 0.11em; text-align: center; text-transform: uppercase; }
.product-section-cta p span { margin: 0 7px; color: var(--color-green-deep); }

/* ==================================================
   MARQUEE
================================================== */
.research-marquee { overflow: hidden; border-block: 1px solid var(--border-dark); background: var(--color-black); color: #e8ebe6; }
.research-marquee__track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.research-marquee p { flex: none; padding: 23px 0; font-family: var(--font-heading); font-size: 1.13rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.research-marquee p span { margin: 0 23px; color: var(--color-green); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ==================================================
   WHY ONEBIO
================================================== */
.standards-section { background: var(--color-white); }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.standards-grid article { min-height: 290px; padding: 32px 29px; border-right: 1px solid var(--border-light); }
.standards-grid article:first-child { border-left: 1px solid var(--border-light); }
.standards-grid article > span { color: var(--color-green); font-family: var(--font-heading); font-size: 2.9rem; font-weight: 500; line-height: 1; letter-spacing: -0.02em; }
.standards-grid h3 { max-width: 220px; margin-top: 68px; font-size: 1rem; font-weight: 600; line-height: 1.4; }
.standards-grid p { margin-top: 13px; color: #626860; font-size: 0.87rem; line-height: 1.72; }

/* ==================================================
   SOURCE TRANSPARENCY
================================================== */
.source-section { position: relative; padding-block: var(--section-space-md); background: var(--color-black); color: var(--color-white); overflow: hidden; }

/* Full-bleed background */
.source-section__bg { position: absolute; inset: 0; z-index: 0; }
.source-section__backdrop { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(0.35); opacity: 0.6; animation: bgKenBurns 25s ease-in-out infinite alternate; }
.source-section__overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(134, 184, 29, 0.08), transparent 60%), linear-gradient(180deg, rgba(8, 9, 8, 0.6) 0%, rgba(8, 9, 8, 0.85) 50%, rgba(8, 9, 8, 0.95) 100%); }
.source-section__overlay::after { content: ""; position: absolute; top: 30%; left: 50%; width: 600px; height: 600px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(134, 184, 29, 0.1), transparent 65%); animation: bgGlowPulse 6s ease-in-out infinite; pointer-events: none; }

@keyframes bgKenBurns { 0% { transform: scale(1) translate3d(0, 0, 0); } 100% { transform: scale(1.08) translate3d(-15px, -10px, 0); } }
@keyframes bgGlowPulse { 0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); } }

/* Left bottle: tilted, large, positioned left */
.source-section__bottle { position: absolute; z-index: 1; pointer-events: none; }
.source-section__bottle img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 35px 50px rgba(0, 0, 0, 0.75)); }
.source-section__bottle--left { left: -6%; bottom: -12%; width: min(28vw, 420px); transform: rotate(-14deg); animation: bottleFloatLeft 7s ease-in-out infinite; }
.source-section__bottle--right { right: -4%; bottom: -8%; width: min(24vw, 360px); transform: rotate(10deg); animation: bottleFloatRight 8s 0.5s ease-in-out infinite; }

@keyframes bottleFloatLeft { 0%, 100% { transform: rotate(-14deg) translate3d(0, 0, 0); } 50% { transform: rotate(-14deg) translate3d(4px, -10px, 0); } }
@keyframes bottleFloatRight { 0%, 100% { transform: rotate(10deg) translate3d(0, 0, 0); } 50% { transform: rotate(10deg) translate3d(-4px, -8px, 0); } }

/* Centered content */
.source-section__center { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 720px; margin-inline: auto; }
.source-section__content { margin-bottom: 28px; }
.source-section__content .section-label { justify-content: center; margin-bottom: 16px; }
.source-section__content h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); font-family: var(--font-heading); font-weight: 600; letter-spacing: -0.055em; line-height: 0.94; }
.source-section__content h2 em { color: var(--color-green); font-size: 0.85em; font-style: normal; }
.source-section__desc { max-width: 560px; margin: 18px auto 0; color: #b3b8b1; font-size: 0.92rem; line-height: 1.65; }
.source-section__qualification { display: inline-flex; align-items: flex-start; gap: 9px; max-width: 560px; margin: 14px auto 0; padding: 11px 16px; border: 1px solid rgba(134, 184, 29, 0.15); border-radius: 8px; background: rgba(134, 184, 29, 0.04); color: #8a8f88; font-size: 0.72rem; line-height: 1.5; text-align: left; }
.source-section__qualification::before { content: "ℹ"; flex: 0 0 auto; color: var(--color-green); font-size: 0.85rem; line-height: 1.2; }

/* Features 2x2 grid */
.source-section .source-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; width: 100%; }
.source-section .source-feature { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 10px; background: rgba(255, 255, 255, 0.025); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); text-align: left; transition: border-color 300ms ease, transform 300ms var(--ease-premium), background-color 300ms ease, box-shadow 300ms ease; }
.source-section .source-feature:hover { border-color: rgba(134, 184, 29, 0.4); background: rgba(255, 255, 255, 0.05); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(134, 184, 29, 0.06); }
.source-section .source-feature__icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; border: 1px solid rgba(134, 184, 29, 0.2); background: rgba(134, 184, 29, 0.1); color: var(--color-green); font-family: var(--font-heading); font-size: 0.95rem; font-weight: 500; }
.source-section .source-feature p { color: #dfe2dd; font-size: 0.72rem; line-height: 1.3; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

/* CTA */
.source-section__cta { text-align: center; }

/* Molecule decoration */
.source-section .source-molecule { position: absolute; z-index: 2; top: 5%; left: 50%; width: 520px; transform: translateX(-50%); color: var(--color-green); opacity: 0.08; pointer-events: none; animation: moleculeDrift 18s ease-in-out infinite; }
.source-molecule path { fill: none; stroke: currentColor; stroke-width: 1; }
.source-molecule circle { fill: currentColor; }

/* ==================================================
   CATEGORIES
================================================== */
.categories-section { background: var(--color-off-white); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.category-card { display: flex; position: relative; min-height: 325px; align-items: flex-end; justify-content: space-between; padding: 25px; border: 1px solid transparent; border-radius: 12px; background-color: #172014; background-image: linear-gradient(180deg, rgba(4, 6, 4, 0.06), rgba(4, 6, 4, 0.9)), linear-gradient(rgba(103, 143, 20, 0.16), rgba(103, 143, 20, 0.16)), url("../images/lab-atmosphere.png"); background-blend-mode: normal, color, luminosity; background-position: center; background-size: cover; color: var(--color-white); overflow: hidden; transition: border-color 360ms ease, transform 360ms var(--ease-premium); }
.category-card::before { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.03); content: ""; transition: background-color 380ms ease, transform 480ms var(--ease-premium); }
.category-card:hover { border-color: rgba(134, 184, 29, 0.55); transform: translateY(-2px); }
.category-card:hover::before { background: rgba(0, 0, 0, 0.18); transform: scale(1.025); }
.category-card > * { position: relative; z-index: 1; }
.category-card--two { background-position: 22% center; }
.category-card--three { background-position: 75% center; }
.category-card--four { background-position: 40% 65%; }
.category-card--five { background-position: 90% 50%; }
.category-card--six { background-position: 5% 70%; }
.category-card__index { position: absolute; top: 22px; left: 24px; color: var(--color-green); font-family: var(--font-heading); font-size: 1.55rem; font-weight: 500; }
.category-card div p { margin-bottom: 6px; color: var(--color-green); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.category-card h3 { max-width: 240px; font-size: 1.2rem; font-weight: 500; }
.category-card__arrow { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; transition: color 300ms ease, background-color 300ms ease, transform 300ms var(--ease-premium); }
.category-card:hover .category-card__arrow { background: var(--color-green); color: var(--color-black); transform: translate(2px, -2px); }

/* ==================================================
   DOCUMENTATION
================================================== */
.documentation-section { background: var(--color-white); }
.transparency-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: clamp(70px, 10vw, 155px); }
.transparency-content > p:not(.section-label) { max-width: 520px; margin: 27px 0 33px; color: #5d635b; line-height: 1.8; }
.certificate-card { position: relative; padding: clamp(32px, 4vw, 58px); border: 1px solid rgba(103, 143, 20, 0.3); background: #f0f3ed; box-shadow: 22px 22px 0 #e3e8df; overflow: hidden; }
.certificate-card__bg-image { position: absolute; inset: 0; z-index: 0; filter: blur(5px) grayscale(1); opacity: 0.15; pointer-events: none; }
.certificate-card__bg-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.certificate-card > *:not(.certificate-card__bg-image) { position: relative; z-index: 1; }
.certificate-card::before, .certificate-card::after { position: absolute; z-index: 2; width: 22px; height: 22px; border-color: var(--color-green-deep); content: ""; }
.certificate-card::before { top: 15px; left: 15px; border-top: 1px solid; border-left: 1px solid; }
.certificate-card::after { right: 15px; bottom: 15px; border-right: 1px solid; border-bottom: 1px solid; }
.certificate-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 27px; border-bottom: 2px solid var(--color-black); }
.certificate-card__head p { font-size: 1.12rem; font-weight: 600; letter-spacing: 0.18em; }
.certificate-card__head div span { color: #70766e; font-size: 0.61rem; letter-spacing: 0.13em; text-transform: uppercase; }
.certificate-card__seal { display: grid; width: 58px; aspect-ratio: 1; place-items: center; border: 1px solid var(--color-green-deep); border-radius: 50%; color: var(--color-green-deep); font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; }
.certificate-card h3 { margin: 29px 0 19px; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 600; letter-spacing: -0.03em; }
.certificate-card dl { display: grid; grid-template-columns: 1fr 1fr; }
.certificate-card dl div { padding: 15px 0; border-top: 1px solid var(--border-light); }
.certificate-card dl div:nth-child(odd) { padding-right: 23px; }
.certificate-card dl div:nth-child(even) { padding-left: 23px; border-left: 1px solid var(--border-light); }
.certificate-card dt { color: #70766e; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.certificate-card dd { margin-top: 5px; font-size: 0.81rem; }
.certificate-card__note { margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--border-light); color: #70766e; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ==================================================
   WHOLESALE + AFFILIATE
================================================== */
.programs-section { background: var(--color-black); color: var(--color-white); }
.programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.program-card { display: grid; position: relative; grid-template-columns: 1.15fr 0.85fr; min-height: 505px; border: 1px solid var(--border-dark); border-radius: 16px; background: radial-gradient(circle at 86% 76%, rgba(134, 184, 29, 0.105), transparent 36%), #151815; overflow: hidden; transition: border-color 380ms ease, transform 380ms var(--ease-premium); }
.program-card:hover { border-color: rgba(134, 184, 29, 0.5); transform: translateY(-3px); }
.program-card__content { position: relative; z-index: 2; padding: clamp(37px, 4vw, 62px); }
.program-card h2 { font-size: clamp(2.4rem, 3.8vw, 4rem); }
.program-card h2 em { color: var(--color-green); }
.program-card__content > p:not(.section-label) { margin: 25px 0 32px; color: #adb2ab; font-size: 0.9rem; line-height: 1.75; }
.program-card > img { position: absolute; z-index: 1; right: -10%; bottom: -9%; width: 48%; max-height: 78%; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.58)); transition: transform 480ms var(--ease-premium); }
.program-card:first-child > img { right: -15%; width: 55%; }
.program-card:hover > img { transform: translateX(7px); }

/* ==================================================
   REVIEWS
================================================== */
.reviews-section { background: var(--color-off-white); }
.reviews-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.review-card { display: flex; min-height: 312px; flex-direction: column; padding: 30px; border: 1px solid var(--border-light); border-radius: 10px; background: rgba(255, 255, 255, 0.84); }
.review-card__stars { color: var(--color-green-deep); font-size: 0.8rem; letter-spacing: 0.17em; }
.review-card blockquote { margin: 33px 0 48px; font-family: var(--font-body); font-size: clamp(1.2rem, 1.8vw, 1.45rem); font-style: italic; line-height: 1.45; }
.review-card > div { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-light); }
.review-card > div span { display: block; font-size: 0.76rem; font-weight: 600; }
.review-card > div small { display: block; margin-top: 4px; color: #70766e; font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; }

/* ==================================================
   COMMUNITY
================================================== */
.community-section { position: relative; background: #101310; color: var(--color-white); overflow: hidden; }
.community-section::before { position: absolute; top: -40%; left: 55%; width: 600px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(134, 184, 29, 0.12), transparent 68%); content: ""; }
.community-grid { display: grid; position: relative; z-index: 2; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.community-section h2 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.community-section h2 em { color: var(--color-green); }
.community-content > p:not(.section-label) { max-width: 560px; margin-top: 27px; color: #b4b9b2; line-height: 1.8; }
.community-content ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; }
.community-content li { position: relative; padding-left: 13px; color: #d8dcd6; font-size: 0.72rem; letter-spacing: 0.07em; text-transform: uppercase; }
.community-content li::before { position: absolute; top: 0.68em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--color-green); content: ""; }
.community-form { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(134, 184, 29, 0.24); border-radius: 14px; background: rgba(255, 255, 255, 0.035); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.community-form__field + .community-form__field { margin-top: 22px; }
.community-form label { display: flex; justify-content: space-between; margin-bottom: 9px; color: #c9cec7; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.community-form label span { color: #70776f; font-weight: 400; }
.community-form input { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); background: transparent; color: var(--color-white); outline: 0; transition: border-color 280ms ease, box-shadow 280ms ease; }
.community-form input:focus { border-color: var(--color-green); box-shadow: 0 9px 16px -16px var(--color-green); }
.community-form input::placeholder { color: #717770; }
.community-form .button { width: 100%; justify-content: space-between; margin-top: 30px; border: 0; }
.community-form > p { margin-top: 14px; color: #7e857c; font-size: 0.7rem; }
.community-form .newsletter-form__status { min-height: 1.2em; color: var(--color-green); }
.community-molecule { position: absolute; top: 16%; left: -40px; width: 230px; height: 230px; opacity: 0.09; animation: moleculeDrift 17s ease-in-out infinite; }
.community-molecule::before, .community-molecule::after { position: absolute; background: var(--color-green); content: ""; transform-origin: left center; }
.community-molecule::before { top: 63px; left: 56px; width: 122px; height: 1px; transform: rotate(28deg); }
.community-molecule::after { top: 126px; left: 92px; width: 105px; height: 1px; transform: rotate(-37deg); }
.community-molecule span { position: absolute; width: 12px; height: 12px; border: 1px solid var(--color-green); border-radius: 50%; }
.community-molecule span:nth-child(1) { top: 56px; left: 49px; }
.community-molecule span:nth-child(2) { top: 109px; left: 157px; }
.community-molecule span:nth-child(3) { top: 120px; left: 85px; }
.community-molecule span:nth-child(4) { top: 55px; left: 175px; }
.community-molecule span:nth-child(5) { top: 178px; left: 171px; }

/* ==================================================
   INSIGHTS
================================================== */
.insights-section { background: var(--color-white); }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { border: 1px solid var(--border-light); border-radius: 10px; background: var(--color-white); overflow: hidden; transition: border-color 360ms ease, transform 360ms var(--ease-premium); }
.insight-card:hover { border-color: rgba(103, 143, 20, 0.52); transform: translateY(-3px); }
.insight-card__image { display: block; aspect-ratio: 1.58; overflow: hidden; background: #e9ece7; }
.insight-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter 450ms ease, transform 520ms var(--ease-premium); }
.insight-card:nth-child(2) .insight-card__image img { object-position: 80% center; }
.insight-card:nth-child(3) .insight-card__image img { object-fit: contain; padding: 7%; background: linear-gradient(145deg, #e7ebe4, #f5f7f3); filter: none; }
.insight-card:hover .insight-card__image img { filter: grayscale(0.82) saturate(0.7); transform: scale(1.025); }
.insight-card__content { padding: 26px; }
.insight-card__content > p:first-child { color: var(--color-green-deep); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.insight-card h3 { margin-top: 12px; font-size: 1.2rem; font-weight: 600; line-height: 1.4; }
.insight-card__content > p:not(:first-child) { margin-top: 12px; color: #626860; font-size: 0.86rem; line-height: 1.7; }
.insight-card .text-link { margin-top: 23px; font-size: 0.65rem; }

/* ==================================================
   FAQ
================================================== */
.faq-section { background: var(--color-off-white); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: start; gap: clamp(70px, 10vw, 160px); }
.faq-heading { position: sticky; top: 108px; }
.faq-heading > p:not(.section-label) { max-width: 320px; margin: 25px 0; color: #61675f; }
.faq-accordion { border-top: 1px solid var(--border-light); }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item h3 { font-size: 1rem; font-weight: 500; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 0; border: 0; background: transparent; text-align: left; }
.faq-item button:hover { color: var(--color-green-deep); }
.faq-item button i { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentColor; content: ""; transform: translate(-50%, -50%); transition: transform 300ms var(--ease-premium); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] { color: var(--color-green-deep); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item__answer { overflow: hidden; }
.faq-item__answer p { max-width: 690px; padding: 0 55px 24px 0; color: #61675f; font-size: 0.92rem; line-height: 1.78; }

/* ==================================================
   FINAL CTA
================================================== */
.final-cta { position: relative; min-height: 615px; background: radial-gradient(circle at 79% 64%, rgba(134, 184, 29, 0.13), transparent 31%), #090a09; color: var(--color-white); overflow: hidden; }
.final-cta::before { position: absolute; inset: 0; border-top: 1px solid var(--border-dark); background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(to right, transparent, black 60%); }
.final-cta__grid { display: grid; min-height: 615px; grid-template-columns: 0.92fr 1.08fr; align-items: center; }
.final-cta__content { position: relative; z-index: 2; padding-block: 72px; }
.final-cta h2 { font-size: clamp(3.3rem, 5.6vw, 6rem); }
.final-cta h2 em { color: var(--color-green); }
.final-cta__content > p:not(.section-label) { max-width: 520px; margin-top: 25px; color: #adb2ab; }
.final-cta__content > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.final-cta__visual { position: relative; align-self: stretch; }
.final-cta__visual div { position: absolute; right: 1%; bottom: 4%; width: 80%; height: 18%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255, 255, 255, 0.15), rgba(134, 184, 29, 0.08), transparent 67%); filter: blur(5px); }
.final-cta__visual img { position: absolute; right: 4%; bottom: -23%; width: min(43vw, 610px); height: 105%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.72)); }
