@font-face{font-family:Geist;src:url(/fonts/geist-latin.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--background: #ffffff;--foreground: #0d1117;--muted: #4a5567;--border: #e3e8ef;--soft-border: #22374f;--card: #f6f8fb;--card-strong: #f1f5f9;--primary: #1b5fc1;--primary-hover: #174fa2;--primary-soft: #eef5ff;--header: #0b1727;--header-raised: #10243a;--ink-line: rgba(174, 189, 209, .28);--radius: 8px;--shadow: none;color:var(--foreground);background:var(--background);font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(rgba(227,232,239,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(227,232,239,.55) 1px,transparent 1px),#fff;background-size:56px 56px;color:var(--foreground);font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.narrow{max-width:720px}.center{text-align:center}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.age-gate-preview{max-height:100vh;overflow:hidden;filter:blur(14px);opacity:.18;pointer-events:none;-webkit-user-select:none;user-select:none}.age-gate-page{position:fixed;inset:0;z-index:200;min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#ffffffc2}.age-gate-denied{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#fff}.age-gate-card{width:min(448px,calc(100vw - 3rem));padding:2rem;border:1px solid rgba(47,121,191,.22);border-radius:8px;background:#f8fafc;box-shadow:none;text-align:left}.age-gate-denied section{width:min(520px,100%);padding:2rem;border:1px solid rgba(47,121,191,.22);border-radius:8px;background:#fff;box-shadow:var(--shadow);text-align:center}.age-gate-denied svg{width:64px;height:64px;display:inline-grid;place-items:center;margin:0 auto 1rem;border-radius:999px;background:var(--primary-soft);color:var(--primary)}.age-gate-denied svg{padding:.9rem;color:#b42318;background:#fee4e2}.age-gate-card h1{margin:0 0 1.4rem;color:var(--foreground);font-size:1.25rem;line-height:1.4;font-weight:600;letter-spacing:0}.age-gate-denied h1{margin:.55rem 0 .7rem;font-size:clamp(1.75rem,4vw,2.4rem)}.age-gate-card p{margin:0;color:#24364e;font-size:.875rem;line-height:1.35}.age-gate-denied p{margin:0;color:var(--muted);line-height:1.65}.age-gate-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.65rem}.age-gate-actions .btn{min-width:0;min-height:42px;justify-content:center;padding:0 1.25rem;font-size:.875rem;font-weight:500}.site-header{position:sticky;top:0;z-index:50;border-bottom:0;background:linear-gradient(100deg,var(--header-raised),var(--header) 55%);color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.quality-ticker{height:38px;overflow:hidden;border-bottom:1px solid var(--soft-border);background:var(--header);color:#aebdd1}.quality-ticker-track{display:flex;width:max-content;height:100%;animation:qualityTicker 28s linear infinite}.quality-ticker-group{display:flex;align-items:center;flex:0 0 auto}.quality-ticker-item{display:inline-flex;align-items:center;gap:.75rem;height:38px;padding:0 1.4rem;color:#aebdd1;font-size:.6875rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.quality-ticker-item svg{color:#5b9dff}.quality-divider{width:1px;height:18px;margin-left:.4rem;background:#aebdd138}@keyframes qualityTicker{0%{transform:translate(0)}to{transform:translate(-25%)}}.header-inner{height:80px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;justify-self:start;flex:0 0 auto;gap:.55rem;color:#fff;font-size:1.92rem;font-weight:600;letter-spacing:0}.brand-wordmark{display:inline-block;line-height:1.2;letter-spacing:-.04em}.brand-logo{height:76px;width:auto;clip-path:inset(0 0 12% 8%);mix-blend-mode:multiply}.brand svg,.hero-badge svg,.cart-link svg{color:var(--primary)}.desktop-nav{display:flex;align-items:center;justify-content:center;justify-self:center;gap:2rem;color:#fff;font-size:.875rem;line-height:1.7;font-weight:500;text-align:center;transform:translate(.75rem)}.desktop-nav>a,.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;transition:color .18s ease}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:#a8cfff}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-trigger svg{display:none;flex:0 0 auto}.nav-submenu{position:absolute;top:calc(100% + .85rem);left:50%;min-width:230px;display:grid;gap:.15rem;padding:.55rem;border:1px solid var(--soft-border);border-radius:8px;background:var(--header-raised);box-shadow:0 18px 42px #00000047;opacity:0;pointer-events:none;text-align:left;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease}.nav-submenu:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:.9rem}.nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-submenu a{display:block;padding:.7rem .75rem;border-radius:6px;color:#dbe7f7;font-weight:700;white-space:nowrap}.nav-submenu a:hover,.nav-submenu a:focus-visible{background:#5b9dff1f;color:#fff}.header-actions{justify-self:end;display:flex;align-items:center;gap:.65rem}.flag-switcher{display:none;align-items:center;gap:.25rem;padding:.15rem;border:1px solid var(--soft-border);border-radius:999px;background:var(--header-raised)}.flag-switcher button{height:30px;width:38px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(174,189,209,.28);border-radius:999px;background:transparent;color:var(--muted);font-size:.74rem;font-weight:700}.flag-switcher button.active{background:#ffffff1f;color:#fff;box-shadow:none}.flag-icon{width:18px;height:12px;flex:0 0 auto;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #0f172a1f}.market-line{color:var(--muted);font-size:.75rem;font-weight:700}.cart-link,.mobile-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:84px;min-width:84px;height:38px;gap:.45rem;padding:0 .85rem;border:1px solid var(--soft-border);border-radius:6px;background:var(--header-raised);color:#fff;transition:color .18s ease}.cart-link:hover,.mobile-toggle:hover{color:#fff;background:#18314e}.cart-label{position:static;display:inline;min-width:0;height:auto;padding:0;border-radius:0;background:transparent;color:inherit;font-size:.875rem;font-weight:700}.cart-link .cart-count{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;font-size:.63rem;font-weight:700}.mobile-toggle,.mobile-nav,.mobile-pill-nav{display:none}.floating-telegram{position:fixed;right:1.5rem;bottom:1.5rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;box-sizing:border-box;border:0;border-radius:999px;background:#229ed9;color:#fff;box-shadow:0 12px 28px #0f172a2e;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.floating-telegram:hover,.floating-telegram:focus-visible{background:#168ac0;box-shadow:0 16px 34px #0f172a38;transform:translateY(-2px)}.floating-telegram.disabled{cursor:default;opacity:.72}.telegram-tooltip{position:absolute;top:50%;right:calc(100% + .75rem);width:max-content;max-width:220px;padding:.55rem .7rem;border-radius:6px;background:#111827;color:#fff;font-size:.78rem;font-weight:700;line-height:1.3;opacity:0;pointer-events:none;transform:translate(6px,-50%);transition:opacity .16s ease,transform .16s ease}.floating-telegram:hover .telegram-tooltip,.floating-telegram:focus-visible .telegram-tooltip{opacity:1;transform:translateY(-50%)}.floating-whatsapp{position:fixed;right:1.5rem;bottom:5.25rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;box-sizing:border-box;border:0;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 12px 28px #0f172a2e;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#1fba59;box-shadow:0 16px 34px #0f172a38;transform:translateY(-2px)}.whatsapp-tooltip{position:absolute;top:50%;right:calc(100% + .75rem);width:max-content;padding:.55rem .7rem;border-radius:6px;background:#111827;color:#fff;font-size:.78rem;font-weight:700;line-height:1.3;opacity:0;pointer-events:none;transform:translate(6px,-50%);transition:opacity .16s ease,transform .16s ease}.floating-whatsapp:hover .whatsapp-tooltip,.floating-whatsapp:focus-visible .whatsapp-tooltip{opacity:1;transform:translateY(-50%)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:6px;background:var(--primary);color:#fff;font-weight:500;line-height:1.43;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.btn:hover{background:var(--primary-hover)}.btn:disabled{cursor:not-allowed;opacity:.65}.btn-default{min-height:40px;padding:0 1rem;font-size:.875rem}.btn-large{min-height:42px;padding:0 1.25rem;font-size:.875rem}.btn-small{min-height:34px;padding:0 .75rem;font-size:.8125rem}.btn-secondary{background:#fff;color:var(--foreground);border-color:#cbd5e1}.btn-secondary:hover{background:var(--card)}.hero-section{position:relative;min-height:754px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--border);background:linear-gradient(rgba(227,232,239,.58) 1px,transparent 1px),linear-gradient(90deg,rgba(227,232,239,.58) 1px,transparent 1px),#fff;background-size:56px 56px}.hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,.86fr);align-items:center;gap:5rem}.hero-layout.without-showcase{grid-template-columns:minmax(0,700px)}.hero-copy{max-width:613px;text-align:left}.hero-badge{display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1.75rem;padding:0;color:var(--primary);font-size:1rem;font-weight:500}.hero-badge span{width:32px;height:1px;background:#8cb8f5}.hero-badge strong{font-weight:500}.hero-copy h1{max-width:613px;margin:0 0 1.65rem;color:var(--foreground);font-size:clamp(2.4rem,4.15vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.hero-copy p{max-width:570px;margin:0 0 2.3rem;color:var(--muted);font-size:1.05rem;line-height:1.55}.hero-actions{display:flex;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.hero-proof-pill{width:min(576px,100%);min-height:56px;display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:2rem;padding:.85rem 1.1rem;border:1px solid var(--border);border-radius:8px;background:#f6f8fb;color:var(--muted)}.hero-proof-pill span{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:#0f7a4f}.hero-proof-pill p{margin:0;color:var(--muted);font-size:.875rem;text-align:center}.hero-product-showcase{align-self:center;position:relative;display:block;color:inherit}.hero-product-media{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:radial-gradient(circle at 50% 38%,#ffffffd1,#d0d6dec2 62%,#c0c6cecc),#eef2f7}.hero-product-media img,.hero-product-media .product-image-placeholder{width:100%;height:100%}.hero-product-media img{object-fit:cover;padding:0}.hero-product-skeleton{width:82%;height:82%;border-radius:8px;background:linear-gradient(100deg,#ffffff1a,#ffffffb8,#ffffff1a),#d8dee8;background-size:220% 100%;animation:skeletonPulse 1.4s linear infinite}@keyframes skeletonPulse{0%{background-position:160% 0}to{background-position:-60% 0}}.hero-product-copy{position:absolute;left:1px;right:1px;bottom:1px;padding:4.25rem 1.5rem 1.65rem;border:0;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#fff0,#fffffff0 55%,#fff)}.hero-product-copy p{max-width:100%;margin:0 0 .85rem;color:var(--muted);font-size:.78rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-product-copy h2{margin:0;color:var(--foreground);font-size:1.04rem;font-weight:700;letter-spacing:-.02em}.hero-product-dots{display:flex;gap:.5rem;margin-top:1rem}.hero-product-dots span{width:16px;height:5px;border-radius:999px;background:#cbd5e1}.hero-product-dots span:first-child{width:32px;background:var(--primary)}.trust-strip{padding:0;border-bottom:1px solid var(--border);background:#f6f8fb}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:stretch}.trust-item{min-height:149px;display:grid;grid-template-columns:30px 1fr;align-content:center;column-gap:1.15rem;padding:1.5rem 2rem;border-left:1px solid var(--border);text-align:left}.trust-item:last-child{border-right:1px solid var(--border)}.trust-item span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;margin:0;border-radius:0;background:transparent;color:var(--primary)}.trust-item h3{margin:0 0 .4rem;font-size:.875rem;font-weight:700}.trust-item p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.55}.trust-item h3,.trust-item p{grid-column:2}.category-section,.page-section{padding:5rem 0;border-bottom:1px solid var(--border);background:#fff}.category-section h2,.products-band h2,.education-band h2,.final-cta h2,.bundle-container h2,.section-copy-block h2,.section-heading-row h2{margin:0 0 3rem;text-align:left;font-size:clamp(2rem,4vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.section-copy-block{max-width:580px}.section-copy-block h2,.section-heading-row h2{max-width:620px;margin-bottom:1.5rem}.section-copy-block p:last-child,.section-heading-row p{max-width:560px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.1rem}.section-text-link{flex:0 0 auto;color:var(--primary);font-size:.9rem;font-weight:700}.section-text-link:hover{color:var(--primary-hover)}.category-grid{max-width:880px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.category-card{display:flex;flex-direction:column;align-items:flex-start;padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:box-shadow .18s ease,transform .18s ease}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.category-card.wide{grid-column:span 2}.category-card h2,.category-card h3{margin:0 0 .6rem;font-size:1.15rem}.category-card p{margin:0 0 1rem;color:var(--muted);font-size:.875rem}.category-card .category-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:1.1rem;border:1px solid rgba(47,121,191,.22);border-radius:999px;background:var(--primary-soft);color:var(--primary)}.category-card-image{width:100%;aspect-ratio:16 / 8;margin-bottom:1.1rem;overflow:hidden;border:1px solid rgba(47,121,191,.18);border-radius:6px;background:var(--primary-soft)}.category-card-image img{width:100%;height:100%;object-fit:cover}.category-card .category-cta{display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;color:var(--primary);font-size:.875rem;font-weight:700}.products-band{padding:5rem 0 7rem;border-bottom:1px solid var(--border);background:#fff}.lab-verification-section{padding:6rem 0;border-bottom:1px solid var(--border);background:linear-gradient(rgba(227,232,239,.58) 1px,transparent 1px),linear-gradient(90deg,rgba(227,232,239,.58) 1px,transparent 1px),#f6f8fb;background-size:56px 56px}.lab-verification-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1fr);align-items:center;gap:5.5rem;min-height:680px}.certificate-panel{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:none}.certificate-panel-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--border);background:#fff}.certificate-panel-header span{color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.certificate-panel-header strong{color:var(--foreground);font-size:clamp(2rem,5vw,4.5rem);line-height:.95;font-weight:600;letter-spacing:-.055em}.certificate-panel-body{display:grid}.certificate-row{min-height:78px;display:grid;grid-template-columns:minmax(0,1.45fr) .5fr .55fr 20px;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border);color:var(--foreground)}.certificate-row:hover{background:#f8fbff}.certificate-row span:first-child{font-weight:700}.certificate-row span:nth-child(2),.certificate-row svg{color:var(--muted)}.certificate-row strong{font-weight:800}.certificate-panel>p{margin:0;padding:1.1rem 1.5rem;color:var(--muted);font-size:.9rem;text-align:center}.lab-reports-section{padding:6rem 0;border-bottom:1px solid var(--border);background:#f6f8fb}.lab-reports-card{max-width:1120px;margin:0 auto;padding:2rem;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:none}.lab-reports-heading{margin-bottom:.9rem}.lab-reports-heading .section-eyebrow{margin-bottom:.35rem}.lab-reports-heading h2{margin:0;max-width:620px;font-size:clamp(2rem,4vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.lab-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#f6f8fb}.lab-table{width:100%;min-width:680px;border-collapse:collapse}.lab-table th,.lab-table td{padding:1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;font-size:.94rem}.lab-table th:last-child,.lab-table td:last-child{border-right:0}.lab-table tr:last-child td{border-bottom:0}.lab-table th{color:var(--foreground);font-weight:800}.lab-table a{display:inline-flex;align-items:center;gap:.35rem;color:var(--foreground);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.lab-table a:hover{color:var(--primary)}.lab-table strong{font-size:1rem}.lab-reports-note{margin:.9rem 0 0;color:var(--muted);font-size:.88rem}.progress-section{scroll-margin-top:120px;padding:5rem 0;border-bottom:1px solid var(--border);background:#fff}.progress-heading{max-width:780px;margin:0 auto 2rem;text-align:center}.progress-heading h2{margin:0 0 .85rem;font-size:clamp(2rem,4vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.progress-heading p:last-child{margin:0;color:var(--muted);line-height:1.65}.brand-highlight{color:var(--primary);font-weight:800}.comparison-slider{display:grid;grid-template-columns:48px minmax(0,1120px) 48px;align-items:center;justify-content:center;gap:1rem;max-width:1260px;margin:0 auto}.comparison-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;min-width:0}.comparison-track.single{grid-template-columns:minmax(0,560px);justify-content:center}.comparison-card{overflow:hidden;border:1px solid rgba(47,121,191,.24);border-radius:8px;background:#f8fbff;box-shadow:0 14px 34px #0f172a14}.comparison-kicker{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:.9rem 1.1rem;border-bottom:1px solid rgba(47,121,191,.18);background:linear-gradient(180deg,#fff,#f7fbff)}.comparison-kicker span{color:var(--muted);font-size:.78rem;font-weight:800}.comparison-kicker strong{color:var(--primary-hover);font-size:.92rem;line-height:1.35;text-align:right}.comparison-frame{position:relative;height:clamp(450px,38vw,560px);overflow:hidden;isolation:isolate;background:#10243a}.comparison-frame:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0f172a1f,#0f172a05 42%,#0f172a2e),linear-gradient(90deg,#2f79bf1f,#ffffff05)}.comparison-image{width:100%;height:100%;object-fit:cover;display:block}.slider-nav:hover,.slider-nav:focus-visible{background:var(--primary-hover)}.slider-nav{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(47,121,191,.28);border-radius:999px;background:#fff;color:var(--primary);box-shadow:0 12px 26px #0f172a14;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.slider-nav:hover,.slider-nav:focus-visible{color:#fff;transform:translateY(-1px)}.products-page .page-heading{max-width:none;margin:0 0 4.5rem;text-align:left}.products-page .page-heading h1{margin-bottom:1rem;font-size:clamp(2.8rem,5vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.products-page .page-heading p:last-child{max-width:620px;color:var(--muted);font-size:1rem;line-height:1.65}.categories-page .page-heading{max-width:720px;margin:0 auto 2rem;text-align:center}.categories-page-grid{max-width:1040px}.categories-all-products{display:flex;justify-content:center;margin-top:2rem}.categories-all-products a{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary-hover);font-weight:800}.category-page-image{display:block;width:min(420px,100%);aspect-ratio:16 / 7;margin:0 auto 1rem;overflow:hidden;border:1px solid rgba(47,121,191,.18);border-radius:8px;background:var(--primary-soft)}.category-page-image img{width:100%;height:100%;object-fit:cover}.page-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:1rem;border:1px solid rgba(47,121,191,.2);border-radius:999px;background:var(--primary-soft);color:var(--primary)}.category-filter-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:920px;margin:0 auto 2rem}.products-category-browser{margin-bottom:4rem}.products-category-browser h2{margin:0 0 1rem;color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.products-category-browser .category-filter-list{justify-content:flex-start;max-width:none;margin:0}.category-filter-list a{display:inline-flex;align-items:center;gap:.35rem;padding:.65rem .9rem;border:1px solid rgba(47,121,191,.18);border-radius:999px;background:#fff;color:var(--primary-hover);font-size:.85rem;font-weight:800;box-shadow:0 8px 20px #0f172a0a}.product-grid{max-width:none;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.product-card{position:relative;display:flex;flex-direction:column;min-height:318px;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:border-color .18s ease}.product-card:hover{border-color:#cbd5e1}.product-link{display:flex;flex-direction:column;flex:1}.product-image-wrap{position:relative;aspect-ratio:4 / 3;margin-bottom:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border);border-radius:0;background:#f6f8fb}.product-image-wrap img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .28s ease}.product-image-placeholder{display:flex;width:100%;height:100%;min-height:96px;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:1rem;color:var(--primary-hover);text-align:center;background:linear-gradient(135deg,#2f79bf1c,#ffffffb8),#eef5fb}.product-image-placeholder span{color:var(--muted);font-size:.76rem;font-weight:700}.product-detail-image .product-image-placeholder{aspect-ratio:1;border-radius:8px}.bundle-products .product-image-placeholder{width:96px;height:96px;min-height:96px;border-radius:6px}.cart-row .product-image-placeholder{width:96px;height:96px;min-width:96px;min-height:96px;border-radius:6px}.product-card:hover .product-image-wrap img{transform:none}.product-card-copy{position:relative;min-height:102px;display:grid;align-content:start;padding:1rem 3.4rem 1rem 1rem}.product-code,.product-card-number{display:block;margin:0 0 .75rem;color:var(--muted);font-size:.875rem;font-weight:500;letter-spacing:0;text-transform:none}.product-card-copy h3{margin:0 0 .45rem;font-size:.875rem;font-weight:700;line-height:1.25;text-transform:uppercase}.product-card-meta{margin:0 0 1.05rem;color:var(--muted);font-size:.75rem;line-height:1.45}.product-card-price{display:grid;gap:.2rem;margin-top:auto}.product-card-price del{color:var(--muted);font-size:.82rem;font-weight:600}.product-card-price strong{font-size:.875rem;line-height:1.35;font-weight:700}.product-card-action{position:absolute;right:1rem;bottom:1rem;width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:6px;background:#f6f8fb;color:var(--primary)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding:1rem 1.25rem 1.2rem;border-top:1px solid var(--border)}.product-card-footer .price-stack>span{font-size:1.05rem;font-weight:700}.sale-badge{position:absolute;top:1rem;right:1rem;left:auto;z-index:1;display:inline-flex;align-items:center;min-height:26px;padding:.25rem .6rem;border-radius:6px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:800;line-height:1;text-transform:uppercase}.sale-badge.inline{position:static;margin-bottom:.65rem}.price-stack{display:grid;gap:.18rem}.price-stack del{color:var(--muted);font-size:.78rem;font-weight:700}.stock-note{color:#b42318;font-size:.76rem;font-weight:800}.price-stack.detail{margin-bottom:1.4rem}.verification-section{padding:5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f6f8fb}.verification-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1fr);align-items:start;gap:5.5rem}.verification-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.verification-step-card,.flow-step-card{min-height:260px;padding:1.5rem;border-right:1px solid var(--border);background:#fff}.verification-step-card:last-child,.flow-step-card:last-child{border-right:0}.verification-step-card span,.flow-step-card span{display:block;margin-bottom:4.6rem;color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.16em}.verification-step-card h3,.flow-step-card h3{margin:0 0 .8rem;color:var(--foreground);font-size:1rem;line-height:1.3;font-weight:700}.verification-step-card p,.flow-step-card p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.65}.simple-flow-section{padding:5rem 0 7rem;border-bottom:1px solid var(--border);background:#fff}.flow-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.bundle-section{padding:5rem 0}.bundle-section-featured{border-top:1px solid var(--border)}.bundle-container{max-width:850px;text-align:center}.section-eyebrow{margin:0 0 .75rem;color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.bundle-container h2{margin:0 auto 1rem;text-align:center}.bundle-container .section-eyebrow,.bundle-container .bundle-desc{text-align:center}.bundle-desc{max-width:620px;margin:0 auto 2rem;color:var(--muted);line-height:1.6}.bundle-desc span{display:block;margin-top:.45rem}.bundle-card{position:relative;max-width:520px;margin:0 auto 1.5rem;padding:2rem;border:1px solid var(--border);border-radius:10px;background:var(--card)}.bundle-card.featured{border:2px solid rgba(47,121,191,.42);box-shadow:var(--shadow)}.bundle-badge{position:absolute;top:-13px;left:50%;display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .85rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:800;transform:translate(-50%)}.bundle-products{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.bundle-products a{flex:1;color:var(--foreground);font-size:.8rem;font-weight:700}.bundle-products img{width:96px;height:96px;object-fit:contain;margin:0 auto .5rem;border-radius:4px}.bundle-price{padding-top:1rem;border-top:1px solid var(--border)}.bundle-price p{margin:0 0 .25rem;color:var(--muted);font-size:.875rem;text-decoration:line-through}.bundle-price strong{display:block;margin-bottom:.25rem;font-size:2rem;line-height:1}.bundle-price span{color:var(--primary);font-size:.875rem;font-weight:800}.education-band{padding:5rem 0;background:#f8fafcbf}.education-band h2{margin-bottom:1.4rem}.education-band p,.final-cta p,.page-heading p{color:var(--muted);line-height:1.65}.final-cta{padding:6rem 0}.final-cta h2{margin-bottom:1rem;font-size:1.8rem}.final-cta p{margin:0 auto 2rem}.site-footer{border-top:1px solid var(--border);background:#f6f8fb}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:4.25rem;padding-top:4.5rem;padding-bottom:4.5rem}.footer-brand{max-width:300px}.footer-logo{width:220px;height:150px;margin-top:-.5rem;margin-bottom:.75rem;clip-path:inset(0 0 14% 8%);object-fit:contain;object-position:left center;mix-blend-mode:multiply}.footer-grid h3,.footer-grid h4{margin:0 0 1rem;color:#66707f;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.footer-brand strong{display:block;margin-bottom:1rem;color:var(--foreground);font-size:1.05rem;line-height:1.3;font-weight:700;letter-spacing:0;text-transform:none}.footer-grid p,.footer-grid a,.footer-bottom{color:var(--muted);font-size:.82rem;line-height:1.8}.footer-grid a{display:block;margin:.45rem 0}.footer-bottom{padding:1.6rem 0 2rem;border-top:1px solid var(--border);text-align:left}.page-heading{max-width:760px;margin-bottom:3rem}.page-heading h1,.compact-heading h1,.text-page h1,.cart-page h1{margin:0 0 1rem;font-size:2rem;line-height:1.15;letter-spacing:-.025em}.page-heading p,.compact-heading p{margin:0;font-size:1.08rem}.dosage-page{background:linear-gradient(180deg,#f8fbff,#fff 48%,#f8fafc)}.dosage-shell{max-width:1180px}.dosage-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffeb;box-shadow:var(--shadow);overflow:hidden}.dosage-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);min-height:520px}.dosage-controls{display:grid;align-content:start;gap:1.2rem;padding:1.5rem}.dosage-controls label,.dosage-product-card label{display:grid;gap:.4rem;color:var(--foreground);font-size:.86rem;font-weight:800}.dosage-controls select,.dosage-controls input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);padding:.75rem .85rem;outline:none}.dosage-controls select:focus,.dosage-controls input:focus{border-color:#2f79bfb8;box-shadow:0 0 0 3px #2f79bf24}.dosage-meta-grid,.dosage-input-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dosage-input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dosage-meta-grid article{min-width:0;padding:.95rem;border:1px solid rgba(47,121,191,.18);border-radius:6px;background:#f4f9ff}.dosage-meta-grid span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase}.dosage-meta-grid strong{display:block;font-size:1.15rem;line-height:1.2;overflow-wrap:anywhere}.dosage-quick{display:flex;flex-wrap:wrap;gap:.55rem}.dosage-quick button,.dosage-reset{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:40px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);padding:.55rem .8rem;font-weight:800;cursor:pointer}.dosage-quick button:hover,.dosage-quick button.active,.dosage-reset:hover{border-color:#2f79bf59;background:var(--primary-soft);color:var(--primary-hover)}.dosage-scale{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:#fbfdff}.dosage-scale-message{display:flex;align-items:center;gap:.55rem;color:var(--muted);font-size:.92rem}.dosage-scale-message svg{flex:0 0 auto;color:var(--primary)}.dosage-scale-message strong{color:var(--foreground)}.dosage-scale-track{position:relative;height:12px;border-radius:999px;background:#e4edf7}.dosage-scale-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#63a7dc)}.dosage-scale-marker{position:absolute;top:50%;width:20px;height:20px;border:3px solid #fff;border-radius:999px;background:var(--primary-hover);box-shadow:0 4px 12px #0f172a2e;transform:translate(-50%,-50%)}.dosage-scale-labels{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.78rem;font-weight:800}.dosage-product-card{display:grid;align-content:start;gap:1rem;padding:1.5rem;border-left:1px solid var(--border);background:#f3f8fd}.dosage-product-card>div:first-child{display:flex;align-items:center;justify-content:center;aspect-ratio:1.2;border:1px solid rgba(47,121,191,.16);border-radius:8px;background:#fff}.dosage-product-card img{width:100%;height:100%;object-fit:contain;padding:1.1rem}.dosage-product-card h2{margin:0;font-size:1.35rem;line-height:1.2}.dosage-product-card p{margin:0;color:var(--muted);line-height:1.6}.dosage-note{display:flex;align-items:flex-start;gap:.55rem;padding:.85rem;border:1px solid rgba(47,121,191,.2);border-radius:6px;background:#fff;color:var(--muted);font-size:.83rem;line-height:1.5}.dosage-note svg{flex:0 0 auto;color:var(--primary);margin-top:.1rem}.dosage-reset{justify-self:start}.category-products{max-width:none}.product-detail{max-width:1050px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}.product-detail-image{min-width:0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:2.5rem;border-radius:9px;background:#edf1f5}.product-detail-copy{min-width:0}.product-page{padding-bottom:6rem}.product-detail-image img{width:100%;height:100%;object-fit:contain}.product-detail-copy h1{margin:0 0 1.2rem;font-size:2rem;line-height:1.12}.lead{color:var(--muted);font-size:1.08rem;line-height:1.6}.benefits-list{margin:2rem 0}.benefits-list h2,.usage-box h2{margin:0 0 .9rem;font-size:1rem}.benefits-list p{display:flex;align-items:center;gap:.6rem;margin:.7rem 0;color:var(--muted)}.benefits-list svg{color:var(--primary);flex:0 0 auto}.usage-box{padding:1.25rem;border-radius:8px;background:var(--card)}.usage-box p{margin:.35rem 0;color:var(--muted);line-height:1.5}.buy-box{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.buy-box strong{display:block;margin-bottom:0;font-size:2rem}.buy-box .btn{width:100%}.trust-notes{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;color:var(--muted);font-size:.875rem}.trust-notes span{display:inline-flex;align-items:center;gap:.5rem}.empty-cart{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-cart svg{color:var(--muted)}.empty-cart h1{margin:1.5rem 0 .5rem}.empty-cart p{margin:0 0 1.5rem;color:var(--muted)}.empty-cart-page{min-height:538px;display:grid;place-items:center;padding:5rem 0 7rem}.empty-cart-page h1{margin:0 0 1rem;font-size:clamp(2.8rem,5vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.empty-cart-page p:not(.section-eyebrow){margin:0 0 1.5rem;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,900px);justify-content:center;gap:2rem}.cart-summary{min-width:0}.cart-summary h1{text-align:center}.cart-summary>.section-eyebrow{text-align:center}.cart-items{display:grid;gap:1rem}.cart-row{display:grid;grid-template-columns:96px 1fr auto auto;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.cart-row img{width:96px;height:96px;object-fit:contain;border-radius:6px;background:#edf1f5}.cart-stack-images{width:96px;min-height:96px;display:grid;grid-template-columns:repeat(2,1fr);align-content:center;gap:4px;padding:4px;border-radius:6px;background:#edf1f5}.cart-stack-images img,.cart-stack-images .product-image-placeholder{width:42px;height:42px;min-width:42px;min-height:42px;background:#fff}.cart-row h3{margin:0 0 .3rem}.cart-row p{margin:0;color:var(--muted)}.cart-row .cart-item-description{margin-bottom:.3rem;font-size:.78rem;line-height:1.4}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden}.qty-control button,.icon-danger{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;background:#fff;color:var(--muted)}.qty-control span{min-width:34px;text-align:center;font-weight:700}.icon-danger:hover{color:#b42318}.checkout-card,.contact-grid form,.settings-form{display:grid;gap:1rem}.checkout-card{align-self:start;width:100%;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.checkout-card h2{margin:0;text-align:center}.checkout-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label{display:grid;gap:.4rem;color:var(--foreground);font-size:.875rem;font-weight:700}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);padding:.72rem .8rem;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f79bf24}.checkout-total{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}.checkout-total strong{font-size:1.35rem}.checkout-card>p{color:var(--muted);font-size:.78rem;text-align:center}.reference-article-page,.about-hero-page,.about-feature-section,.about-split-section,.faq-section,.contact-cta-section{padding:5rem 0;border-bottom:1px solid var(--border);background:linear-gradient(rgba(227,232,239,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(227,232,239,.5) 1px,transparent 1px),#fff;background-size:56px 56px}.reference-article-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1fr);align-items:start;gap:5rem}.reference-page-heading{max-width:620px}.reference-page-heading h1,.about-hero-page h1{margin:0 0 1.3rem;font-size:clamp(2.8rem,5vw,3.75rem);line-height:1;font-weight:600;letter-spacing:-.055em}.reference-page-heading p,.about-hero-page p,.about-split-layout>p:last-of-type,.contact-cta-card p{margin:0;color:var(--muted);font-size:1rem;line-height:1.65}.reference-email-link{display:inline-flex;margin-top:1rem;color:var(--primary);font-weight:700}.reference-article-list{display:grid;gap:0;border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.reference-article-list section{padding:1.35rem 1.5rem;border-bottom:1px solid var(--border)}.reference-article-list section:last-child{border-bottom:0}.reference-article-list h2{margin:0 0 .6rem;color:var(--foreground);font-size:1rem;line-height:1.35;font-weight:700}.reference-article-list p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.65}.about-hero-page{min-height:650px;display:grid;align-items:center;background:linear-gradient(rgba(227,232,239,.58) 1px,transparent 1px),linear-gradient(90deg,rgba(227,232,239,.58) 1px,transparent 1px),#fff;background-size:56px 56px}.about-hero-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr);align-items:center;gap:5rem}.about-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.about-verification-card{display:grid;gap:.55rem;min-height:320px;align-content:end;padding:1.5rem;border:1px solid var(--border);border-radius:8px;background:#f6f8fb}.about-verification-card span,.about-verification-card p{margin:0;color:var(--muted);font-size:.875rem}.about-verification-card strong{color:var(--primary);font-size:2.6rem;line-height:1}.about-mini-strip{min-height:149px;border-bottom:1px solid var(--border);background:#f6f8fb}.about-feature-section{background:#fff}.about-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.about-feature-grid article{min-height:220px;padding:1.5rem;border-right:1px solid var(--border)}.about-feature-grid article:last-child{border-right:0}.about-feature-grid h2,.contact-cta-card h2{margin:0 0 .8rem;font-size:1rem;line-height:1.35}.about-feature-grid p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.65}.about-split-layout{max-width:900px}.about-split-layout h2{margin:0 0 1.4rem;font-size:clamp(2.2rem,4vw,3.75rem);line-height:1;letter-spacing:-.055em}.about-split-layout ul{display:grid;gap:.65rem;margin:1.5rem 0 0;padding-left:1.1rem;color:var(--muted)}.faq-section{background:#fff}.contact-cta-section{background:#f6f8fb}.contact-cta-card{max-width:720px;display:grid;justify-items:start;gap:1rem;padding:2rem;border:1px solid var(--border);border-radius:8px;background:#fff}.coa-summary-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:8px;background:#f6f8fb}.coa-summary-bar span{color:var(--muted);font-size:.875rem}.coa-summary-bar strong{color:var(--primary);font-size:2rem}.coa-table-card,.coa-note-card{grid-column:1 / -1;border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.coa-table-card h2,.coa-note-card h2{margin:0;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);color:var(--foreground);font-size:1rem;line-height:1.35}.coa-table-wrap{overflow-x:auto}.coa-table{width:100%;min-width:820px;border-collapse:collapse}.coa-table th,.coa-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.coa-table th{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.coa-table td{color:var(--foreground);font-size:.9rem}.coa-table td span{display:block;margin-top:.25rem;color:var(--muted);font-size:.78rem}.coa-table a{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary);font-weight:700}.coa-table tr:last-child td{border-bottom:0}.coa-note-card{padding-bottom:1rem}.coa-note-card p{margin:0;padding:1rem 1.5rem 0;color:var(--muted);line-height:1.65}.dosage-selected-card{display:grid;gap:.65rem;padding:1.25rem;border:1px solid rgba(47,121,191,.2);border-radius:8px;background:#f6f8fb}.dosage-selected-card>span{color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dosage-selected-card>strong{color:var(--foreground);font-size:2rem;line-height:1}.dosage-selected-card h2{margin:0;font-size:1.05rem;line-height:1.35}.dosage-selected-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.dosage-selected-card dt{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.dosage-selected-card dd{margin:.2rem 0 0;font-weight:700}.product-back-link{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.25rem;color:var(--primary);font-size:.875rem;font-weight:700}.product-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}.product-stat-grid article{min-width:0;padding:.95rem;border:1px solid var(--border);border-radius:8px;background:#f6f8fb}.product-stat-grid span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-stat-grid strong{font-size:.9rem;line-height:1.35}.product-assay-section{padding:0 0 5rem;border-bottom:1px solid var(--border);background:#fff}.product-assay-card{max-width:1050px;display:grid;gap:1.25rem;padding:1.5rem;border:1px solid var(--border);border-radius:8px;background:#f6f8fb}.product-assay-card h2{margin:0;font-size:1.5rem;line-height:1.2}.product-assay-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.product-assay-card dl div{padding:1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.product-assay-card dt{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.product-assay-card dd{margin:.25rem 0 0;font-weight:700}.product-assay-card p{margin:0;color:var(--muted);line-height:1.65}.product-assay-card a{display:inline-flex;align-items:center;gap:.35rem;justify-self:start;color:var(--primary);font-weight:700}.text-page .lead{margin:0 0 1.5rem}.text-page h2{margin:2.2rem 0 .8rem}.text-page p{color:var(--muted);line-height:1.7}.updated{margin-bottom:1.5rem}.values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.values-grid article,.faq-list details{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.values-grid h3{margin:0 0 .55rem}.faq-list{display:grid;gap:.65rem}.faq-list summary{cursor:pointer;font-weight:700}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.contact-info-card{display:grid;align-content:start}.contact-email-card{display:flex;align-items:center;gap:.8rem;margin:0;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--muted);box-shadow:var(--shadow);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.contact-email-card:hover{border-color:#2f79bf59;box-shadow:0 16px 36px #0f172a1f;transform:translateY(-1px)}.contact-email-card svg{flex:0 0 auto;color:var(--primary)}.contact-email-card strong{display:block;color:var(--foreground)}.legal-email{margin-top:2rem;font-weight:700}.legal-email a{color:var(--primary)}.legal-email a:hover{color:var(--primary-hover)}.not-found{min-height:60vh;display:grid;place-content:center;text-align:center}.notice{margin:1rem 0;padding:.85rem 1rem;border-radius:6px;background:var(--primary-soft);color:#1c5d99;font-weight:700}.notice.error{background:#fee4e2;color:#b42318}.notice.success{background:#dcfae6;color:#067647}.skeleton{min-height:360px;background:linear-gradient(100deg,#f3f6f9 20%,#e8edf2,#f3f6f9 60%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-detail{min-height:520px;border-radius:var(--radius)}@keyframes shimmer{to{background-position-x:-200%}}.admin-loading,.admin-login-page{min-height:100vh;display:grid;place-items:center;background:#f4f7fb}.admin-login-card{width:min(420px,calc(100vw - 2rem));display:grid;gap:1rem;padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.admin-login-card svg{color:var(--primary)}.admin-login-card h1{margin:0}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:#f4f7fb}.admin-sidebar{position:sticky;top:0;height:100vh;padding:1.5rem;border-right:1px solid var(--border);background:#fff}.admin-sidebar h1{margin:0;font-size:1.2rem}.admin-sidebar p{margin:.35rem 0 1.5rem;color:var(--muted);font-size:.85rem}.admin-sidebar nav{display:grid;gap:.35rem}.admin-sidebar a{display:flex;align-items:center;gap:.7rem;padding:.75rem;border-radius:6px;color:var(--muted);font-weight:700}.admin-sidebar a.active,.admin-sidebar a:hover{background:var(--primary-soft);color:#1c5d99}.admin-main{min-width:0}.admin-topbar{height:64px;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:0 1.5rem;border-bottom:1px solid var(--border);background:#fff}.admin-topbar span{color:var(--muted);font-size:.875rem}.admin-topbar button,.admin-table button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);padding:.45rem .65rem;font-weight:700}.admin-page{padding:1.5rem}.admin-page h2{margin:0 0 1.2rem;font-size:1.6rem}.admin-page-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.admin-page-heading h2{margin:0}.admin-list-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-bottom:1rem}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-stat-grid article,.admin-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 1px 2px #0f172a0a}.admin-stat-grid article{padding:1.2rem}.admin-stat-grid span,.muted{color:var(--muted)}.admin-stat-grid strong{display:block;margin-top:.5rem;font-size:2rem}.admin-stat-grid .order-value-card strong{margin-top:.35rem;color:var(--primary-hover);font-size:1.25rem}.admin-stat-grid .order-value-card strong+strong{margin-top:.15rem}.admin-card{padding:1rem;overflow-x:auto}.admin-card h3{margin:0 0 1rem}.comparison-settings-form p{margin:-.35rem 0 .25rem;color:var(--muted);font-size:.88rem;line-height:1.5}.comparison-admin-card{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:#f8fbff}.comparison-admin-card-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.comparison-admin-card h4{margin:0;color:var(--primary-hover)}.comparison-admin-card-header button,.comparison-add-card{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:0 .75rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);font-weight:800}.comparison-add-card{justify-self:start;border-color:#2f79bf47;color:var(--primary-hover)}.comparison-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.comparison-image-preview{display:grid;gap:.45rem;min-width:0}.comparison-image-preview span{color:var(--muted);font-size:.78rem;font-weight:800}.comparison-image-preview img{width:100%;aspect-ratio:16 / 10;border:1px solid var(--border);border-radius:6px;background:#fff;object-fit:cover}.image-upload-field{display:grid;gap:.65rem;min-width:0}.image-upload-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.image-upload-button{position:relative;width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:0 .75rem;border:1px solid rgba(47,121,191,.28);border-radius:6px;background:#fff;color:var(--primary-hover);cursor:pointer;font-size:.82rem;font-weight:800}.image-upload-button:hover,.image-upload-button:focus-within{background:var(--primary-soft)}.image-remove-button{width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:0 .75rem;border:1px solid #f1b8b8;border-radius:6px;background:#fff7f7;color:#b42318;cursor:pointer;font-size:.82rem;font-weight:800}.image-remove-button:hover{background:#ffe8e8}.image-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.image-upload-path{min-width:0;max-width:100%;overflow:hidden;color:var(--muted);font-size:.78rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.image-upload-preview img{width:100%;max-height:320px;aspect-ratio:16 / 10;border:1px solid var(--border);border-radius:6px;background:#fff;object-fit:cover}.admin-category-name{display:inline-flex;align-items:center;gap:.65rem;font-weight:800}.admin-category-name img{width:42px;height:42px;border:1px solid var(--border);border-radius:6px;object-fit:cover}.admin-form-grid>.image-upload-field .image-upload-preview img{max-width:360px;object-fit:contain}.image-upload-error{margin:0}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.admin-form-grid.compact{max-width:760px}.payment-folder-manager,.payment-link-create{margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.admin-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-section-heading h3,.admin-section-heading p,.payment-link-create>h3{margin:0}.admin-section-heading p{margin-top:.25rem}.payment-folder-form,.payment-link-create .manual-link-form{max-width:none;padding:0;border:0;background:transparent}.payment-link-create>h3{margin-bottom:1rem}.payment-auto-toggle{grid-column:span 2;display:flex;align-items:center;gap:.55rem;min-height:44px}.payment-auto-toggle input{width:auto;flex:0 0 auto}.payment-folder-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.payment-folder-item{display:grid;gap:.75rem;min-width:0;padding:.9rem;border:1px solid var(--soft-border);border-radius:7px;background:#f8fbff}.payment-folder-item.auto{border-color:#2f79bf73;background:#f0f7ff}.payment-folder-item>div:first-child{display:grid;gap:.2rem}.payment-folder-item>div:first-child>span,.payment-folder-item small{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.payment-folder-item strong{font-size:1rem}.payment-folder-item .status-pill{justify-self:start}.payment-folder-item button:disabled{cursor:not-allowed;opacity:.45}.payment-link-toolbar>select{width:auto;min-width:190px}.payment-link-url{max-width:320px}.payment-link-url a{display:block;overflow:hidden;color:var(--primary-hover);text-overflow:ellipsis;white-space:nowrap}.span-2{grid-column:span 2}.check-label{display:flex;align-items:center;gap:.55rem}.check-label input{width:auto}.check-label span{display:grid;gap:.12rem}.check-label small{color:var(--muted);font-size:.78rem;font-weight:700}.dosage-admin-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:.9rem;border:1px solid rgba(47,121,191,.2);border-radius:8px;background:#f4f9ff}.dosage-admin-fields label{display:grid;gap:.4rem;color:var(--foreground);font-size:.85rem;font-weight:800}.home-sections-form,.home-section-card{display:grid;gap:1rem}.home-section-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.home-section-card h3,.home-section-card p{margin:0}.home-section-card p{color:var(--muted);font-size:.88rem}.home-section-card header>span{flex:0 0 auto;color:var(--muted);font-size:.8rem;font-weight:800;text-transform:uppercase}.product-pick-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem}.product-pick{display:flex;align-items:flex-start;gap:.65rem;padding:.8rem;border:1px solid var(--border);border-radius:6px;background:var(--card)}.product-pick input{width:auto;margin-top:.15rem}.product-pick small{display:block;margin-top:.2rem;color:var(--muted);font-weight:600}.product-pick.muted-product{opacity:.68}.home-sections-save{justify-self:start}.status-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 .55rem;border-radius:999px;font-size:.75rem;font-weight:800}.status-pill.active{background:#e7f8ef;color:#157347}.status-pill.inactive{background:#fff1f2;color:#be123c}.database-setup-status{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;color:var(--muted)}.upload-health-card{display:grid;gap:1rem}.upload-health-toolbar,.upload-health-summary{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.upload-health-toolbar label{width:min(260px,100%)}.upload-health-table{min-width:720px}.upload-health-table th{width:220px}.upload-health-table pre{max-width:720px;margin:0;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:var(--foreground);font:700 .82rem/1.45 ui-monospace,SFMono-Regular,Consolas,monospace}.settings-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.stack-repeater{display:grid;gap:.65rem}.stack-repeater-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.stack-repeater button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);font-weight:700}.stack-repeater>button{justify-self:start;padding:0 .8rem}.stack-repeater button:disabled{cursor:not-allowed;opacity:.55}.admin-table{width:100%;border-collapse:collapse;min-width:980px}.admin-table th,.admin-table td{padding:.85rem;border-bottom:1px solid var(--soft-border);text-align:left;vertical-align:top;font-size:.88rem}.admin-table th{color:var(--muted);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.admin-table small{display:block;margin-top:.25rem;color:var(--muted)}.admin-table a{color:var(--primary-hover);font-weight:700;word-break:break-word}.email-event-stamps{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.email-event-stamps span{display:inline-flex;align-items:center;gap:.28rem;max-width:100%;padding:.25rem .45rem;border:1px solid rgba(47,121,191,.2);border-radius:999px;background:#f0f7ff;color:var(--primary-hover);font-size:.72rem;font-weight:800;line-height:1.2}.email-event-stamps svg{flex:0 0 auto}.email-event-stamps .whatsapp-event-pill{border-color:#00806038;background:#e9f8f2;color:#087a51}.email-event-stamps .whatsapp-event-pill.failed,.email-event-stamps .whatsapp-event-pill.cancelled{border-color:#b4231838;background:#fff1f0;color:#b42318}.order-state-pill{display:inline-flex;align-items:center;min-height:23px;margin:0 .25rem .2rem 0;padding:.15rem .5rem;border-radius:999px;background:#eef2f7;color:#41536b;font-size:.7rem;font-weight:800;text-transform:capitalize}.order-state-pill.paid,.order-state-pill.completed{background:#e7f8ef;color:#157347}.order-state-pill.pending,.order-state-pill.new{background:#fff7df;color:#9a6700}.order-state-pill.abandoned,.order-state-pill.not-placed{background:#fff1f2;color:#be123c}.table-actions{display:flex;flex-wrap:wrap;gap:.5rem}.table-actions .danger-action{border-color:#b423183d;color:#b42318}.table-actions .danger-action:hover{background:#fff1f0}.order-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.order-detail-panel,.order-detail-items{padding:1rem;border:1px solid var(--soft-border);border-radius:8px;background:#f8fbff}.order-detail-panel span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.order-detail-panel strong{display:block;margin-bottom:.45rem;color:var(--foreground)}.order-detail-panel p{margin:.25rem 0;color:var(--muted)}.order-detail-items h4{margin:0 0 .85rem}.order-detail-items-table{min-width:0}.admin-search{max-width:520px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;margin-bottom:1rem;padding:0 .85rem;border:1px solid var(--border);border-radius:6px;background:#fff}.admin-search svg{color:var(--primary)}.admin-search input{border:0;background:transparent}.admin-list-toolbar .admin-search{flex:1 1 360px;margin-bottom:0}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:.85rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--muted);font-size:.82rem}.admin-pagination>div{display:flex;align-items:center;gap:.7rem}.admin-pagination strong{color:var(--foreground);white-space:nowrap}.admin-pagination button{min-height:38px;padding:0 .85rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);font:inherit;font-weight:700;cursor:pointer}.admin-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.admin-pagination button:disabled{cursor:not-allowed;opacity:.45}.admin-toast{position:fixed;right:1.25rem;bottom:1.25rem;z-index:80;max-width:min(420px,calc(100vw - 2rem));padding:.9rem 1rem;border:1px solid rgba(21,115,71,.22);border-radius:8px;background:#f0fdf4;color:#166534;box-shadow:0 18px 40px #0f172a2e;font-weight:800}.admin-toast.error{border-color:#be123c3d;background:#fff1f2;color:#be123c}.admin-modal-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:1rem;background:#0f172a75}.admin-modal{width:min(720px,100%);max-height:min(88vh,920px);display:grid;gap:1rem;overflow:auto;padding:1rem;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;box-shadow:0 24px 60px #0f172a3d}.admin-modal.wide{width:min(1040px,100%)}.admin-modal.invoice-modal{width:min(1480px,100%)}.admin-modal>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--soft-border)}.admin-modal>header h3{margin:0}.admin-modal>header button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border);border-radius:6px;background:#fff}.admin-modal .admin-form-grid{margin-bottom:0;padding:0;border:0;background:transparent}.sales-summary-card{margin-bottom:1.5rem}.sales-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.8rem}.sales-summary-grid article{display:grid;gap:.3rem;padding:.85rem;border:1px solid var(--soft-border);border-radius:6px;background:#f8fbff}.sales-summary-grid strong{color:var(--primary-hover);font-size:1.35rem}.sales-summary-grid small{color:var(--muted);font-weight:700}.placeholder-panel{display:grid;gap:.55rem;padding:.8rem;border:1px solid rgba(47,121,191,.18);border-radius:6px;background:#f8fbff}.placeholder-panel>span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.placeholder-panel div{display:flex;flex-wrap:wrap;gap:.4rem}.placeholder-panel code{padding:.25rem .45rem;border-radius:6px;background:#fff;color:var(--primary-hover);font-size:.78rem}.template-tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.template-tabs button{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;padding:0 .85rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);font-weight:800}.template-tabs button.active{border-color:#2f79bf61;background:var(--primary-soft);color:var(--primary-hover)}.template-tabs small{min-width:22px;padding:.15rem .4rem;border-radius:999px;background:#fff;color:var(--primary-hover);font-size:.72rem;text-align:center}.devolics-admin .notice{display:flex;align-items:center;gap:.55rem}.devolics-heading-actions,.devolics-form-actions{display:flex;flex-wrap:wrap;gap:.65rem}.devolics-queue-strip{display:flex;align-items:center;gap:.65rem;min-height:46px;margin-bottom:1rem;padding:0 .9rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted)}.devolics-queue-strip strong{color:var(--foreground)}.devolics-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.15rem}.devolics-tabs button{flex:0 0 auto}.devolics-connection{overflow:visible}.devolics-security-summary,.devolics-endpoints{display:grid;gap:.55rem;padding:.85rem;border:1px solid var(--border);border-radius:6px;background:#f8fbff}.devolics-security-summary span{display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.88rem}.devolics-endpoints p{display:grid;grid-template-columns:90px minmax(0,1fr);gap:.65rem;margin:0}.devolics-endpoints code{overflow-wrap:anywhere;color:var(--primary-hover)}.devolics-assignment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.devolics-assignment{display:grid;gap:.85rem;overflow:visible}.devolics-assignment>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.devolics-assignment h3,.devolics-thread h3{margin:0}.devolics-assignment header p{margin:.35rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.45}.devolics-import{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;align-items:end;gap:.75rem;margin-bottom:1rem;overflow:visible}.devolics-inline-input{min-width:190px}.devolics-log-filters{justify-content:flex-start}.devolics-log-filters>input,.devolics-log-filters>select{width:min(220px,100%)}.devolics-admin details summary{cursor:pointer;color:var(--primary-hover);font-weight:700}.devolics-admin details pre{max-width:520px;max-height:260px;overflow:auto;padding:.75rem;border:1px solid var(--border);background:#f7f9fc;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.75rem}.devolics-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem;margin-top:1rem}.devolics-pagination>span:first-child{color:var(--muted);font-size:.78rem}.devolics-pagination button{min-height:38px;padding:0 .85rem;border:1px solid var(--border);border-radius:6px;background:#fff;font-weight:700}.devolics-pagination button:disabled{opacity:.45}.devolics-inbox-layout{display:grid;grid-template-columns:minmax(310px,.38fr) minmax(0,.62fr);gap:0;height:clamp(640px,72vh,780px);min-height:640px;overflow:hidden;border:1px solid #d8dfdc;border-radius:8px;background:#f0f2f5;box-shadow:0 8px 24px #111b2114}.devolics-conversation-list,.devolics-thread{min-width:0;overflow:hidden}.devolics-conversation-list{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;border-right:1px solid #d8dfdc;background:#fff}.whatsapp-list-header{min-height:72px;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#075e54;color:#fff}.whatsapp-list-header>div{display:grid;gap:.12rem}.whatsapp-list-header strong{font-size:1.05rem}.whatsapp-list-header small{color:#ffffffc2;font-size:.74rem}.whatsapp-brand-mark{width:42px;height:42px;display:grid;flex:0 0 42px;place-items:center;border-radius:50%;background:#ffffff29}.whatsapp-search-wrap{padding:.6rem .75rem;border-bottom:1px solid #e9edef;background:#f0f2f5}.devolics-conversation-list .admin-search{width:100%;min-height:40px;margin:0;border:0;border-radius:8px;background:#fff;box-shadow:none}.devolics-conversation-list .admin-search svg{color:#54656f}.whatsapp-chat-list{min-height:0;overflow-y:auto}.whatsapp-chat-list>button{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:.75rem;width:100%;min-height:88px;padding:0 .85rem;border:0;border-bottom:1px solid #e9edef;background:#fff;color:#111b21;text-align:left;transition:background-color .14s ease}.whatsapp-chat-list>button:hover{background:#f5f6f6}.whatsapp-chat-list>button.active{background:#e9edef;box-shadow:inset 4px 0 #00a884}.whatsapp-avatar{width:44px;height:44px;display:grid;flex:0 0 44px;place-items:center;border-radius:50%;background:#d9fdd3;color:#067647;font-size:.82rem;font-weight:800}.whatsapp-chat-summary{min-width:0;display:grid;gap:.22rem}.whatsapp-chat-title,.whatsapp-chat-preview{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.whatsapp-chat-title strong,.whatsapp-chat-preview>span,.whatsapp-chat-summary small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.whatsapp-chat-title strong{font-size:.92rem}.whatsapp-chat-title time{flex:0 0 auto;color:#667781;font-size:.68rem}.whatsapp-chat-preview>span,.whatsapp-chat-summary small{color:#667781;font-size:.76rem}.whatsapp-chat-summary small{font-size:.68rem}.whatsapp-chat-preview b{display:grid;min-width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:50%;background:#25d366;color:#fff;font-size:.68rem}.whatsapp-empty-list,.whatsapp-thread-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:2rem;color:#667781;text-align:center}.whatsapp-empty-list{min-height:250px}.whatsapp-empty-list svg{color:#00a884}.whatsapp-empty-list span,.whatsapp-thread-empty p{margin:0;font-size:.78rem}.devolics-conversation-list>.devolics-pagination{min-height:58px;margin:0;padding:.6rem;border-top:1px solid #e9edef}.devolics-thread{display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#efeae2}.whatsapp-thread-header{min-height:72px;display:flex;align-items:center;gap:.7rem;padding:.65rem 1rem;border-bottom:1px solid #d8dfdc;background:#f0f2f5}.whatsapp-thread-header>div{min-width:0;flex:1 1 auto}.whatsapp-thread-header h3{margin:0;overflow:hidden;color:#111b21;font-size:.95rem;white-space:nowrap;text-overflow:ellipsis}.whatsapp-thread-header p{margin:.18rem 0 0;overflow:hidden;color:#667781;font-size:.75rem;white-space:nowrap;text-overflow:ellipsis}.whatsapp-back-button{width:38px;height:38px;display:none;flex:0 0 38px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#54656f}.window-open,.window-closed{flex:0 0 auto;padding:.3rem .5rem;border:1px solid rgba(0,168,132,.2);border-radius:6px;background:#d9fdd3;color:#067647;font-size:.68rem;font-weight:800}.window-closed{background:#fee4e2;color:#b42318}.devolics-messages{display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;padding:1.5rem 6%;background:#efeae2}.devolics-messages article{position:relative;width:min(76%,560px);padding:.55rem .65rem .35rem;border:0;border-radius:7px;background:#fff;box-shadow:0 1px 1px #0b141a21;color:#111b21}.devolics-messages article.inbound:before{position:absolute;top:0;left:-8px;width:0;height:0;border-top:9px solid #fff;border-left:9px solid transparent;content:""}.devolics-messages article.outbound{align-self:flex-end;background:#d9fdd3}.devolics-messages article.outbound:after{position:absolute;top:0;right:-8px;width:0;height:0;border-top:9px solid #d9fdd3;border-right:9px solid transparent;content:""}.devolics-messages article p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.86rem;line-height:1.42}.devolics-messages article footer{display:flex;align-items:center;justify-content:flex-end;gap:.2rem;min-height:15px;margin-top:.18rem;color:#667781;font-size:.62rem}.whatsapp-message-status{height:15px;display:inline-flex;align-items:center;color:#667781}.whatsapp-message-status.read{color:#53bdeb}.whatsapp-attachment{min-height:40px;display:flex;align-items:center;gap:.45rem;margin-top:.45rem;padding:.55rem;border-radius:6px;background:#ffffff94;color:#075e54;font-size:.78rem;font-weight:700}.devolics-messages .error-text{display:block;margin-top:.4rem;color:#b42318}.devolics-reply{display:flex;align-items:flex-end;gap:.6rem;padding:.65rem .8rem;border-top:1px solid #d8dfdc;background:#f0f2f5}.devolics-reply textarea{min-height:44px;max-height:120px;padding:.7rem .85rem;border:0;border-radius:8px;background:#fff;box-shadow:none;color:#111b21;line-height:1.35;resize:vertical}.devolics-reply textarea:focus{outline:2px solid rgba(0,168,132,.24)}.whatsapp-send-button{width:44px;height:44px;display:grid;flex:0 0 44px;place-items:center;padding:0;border:0;border-radius:50%;background:#00a884;color:#fff;transition:background-color .14s ease,opacity .14s ease}.whatsapp-send-button:hover:not(:disabled){background:#008f72}.whatsapp-send-button:disabled{background:#aebac1;opacity:.72}.whatsapp-thread-empty{grid-row:1 / -1;background:#f7f9fa}.whatsapp-thread-empty>span{width:84px;height:84px;display:grid;place-items:center;border-radius:50%;background:#d9fdd3;color:#00a884}.whatsapp-thread-empty h3{margin:.5rem 0 0;color:#111b21;font-size:1.2rem}.whatsapp-thread-empty .whatsapp-loading{width:70px;height:70px}@media(max-width:900px){.devolics-assignment-list{grid-template-columns:1fr}.devolics-inbox-layout{grid-template-columns:1fr;height:min(720px,calc(100vh - 150px));min-height:560px}.devolics-conversation-list{border-right:0}.whatsapp-inbox.has-active-conversation .devolics-conversation-list,.whatsapp-inbox:not(.has-active-conversation) .devolics-thread{display:none}.whatsapp-back-button{display:grid}}@media(max-width:620px){.devolics-heading-actions,.devolics-form-actions,.devolics-import{display:grid;grid-template-columns:1fr;width:100%}.devolics-heading-actions .btn,.devolics-form-actions .btn,.devolics-import .btn{width:100%}.devolics-endpoints p{grid-template-columns:1fr}.devolics-assignment>header{display:grid}.devolics-messages article{width:86%}.whatsapp-thread-header{padding-right:.65rem;padding-left:.5rem}.whatsapp-thread-header .window-open,.whatsapp-thread-header .window-closed{display:none}.devolics-messages{padding-right:4%;padding-left:4%}}.template-editor-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem;align-items:start}.template-editor-fields{display:grid;gap:.85rem;min-width:0}.template-auto-send{align-items:flex-start;padding:.75rem .85rem;border:1px solid rgba(47,121,191,.2);border-radius:8px;background:#f8fbff}.template-row-auto-send{justify-content:flex-start;margin:0;font-weight:800}.template-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.template-type-lock{display:grid;gap:.25rem;padding:.65rem .8rem;border:1px solid var(--border);border-radius:6px;background:#f8fbff}.template-type-lock span{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.template-type-lock strong{color:var(--primary-hover);font-size:.88rem}.html-template-field{min-height:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.admin-template-preview{display:grid;gap:.8rem;min-width:0;padding:1rem;border:1px solid rgba(47,121,191,.2);border-radius:8px;background:#f8fbff}.admin-template-preview header{display:grid;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--soft-border)}.admin-template-preview header span{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.admin-template-preview header strong{color:var(--foreground);line-height:1.35}.admin-template-preview>div{max-height:360px;overflow:auto;padding:1rem;border:1px solid var(--soft-border);border-radius:6px;background:#fff;color:var(--foreground);line-height:1.55}.template-preview{display:grid;gap:.8rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.template-preview header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.template-preview header div{display:grid;gap:.25rem}.template-preview header span{color:var(--muted);font-size:.82rem}.template-preview>div:last-child{padding:1rem;border:1px solid var(--soft-border);border-radius:6px;background:#fff}.invoice-modal-layout{display:grid;grid-template-columns:minmax(380px,.75fr) minmax(830px,1.25fr);gap:1rem;align-items:start}.invoice-edit-form{max-width:none}.invoice-edit-form textarea{min-height:92px;resize:vertical}.invoice-logo-editor{display:grid;gap:.45rem}.invoice-logo-editor>span,.invoice-items-editor>header span{color:var(--foreground);font-weight:800}.invoice-logo-editor>div{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;min-width:0}.invoice-logo-editor img{width:96px;height:62px;padding:6px;border:1px solid var(--border);border-radius:8px;background:#fff;object-fit:contain}.invoice-logo-presets{display:flex;flex-wrap:wrap;gap:.65rem}.invoice-logo-presets button{display:inline-grid;grid-template-columns:54px auto;align-items:center;gap:.55rem;min-height:52px;padding:.45rem .7rem;border:1px solid rgba(47,121,191,.22);border-radius:8px;background:#f8fbff;color:var(--foreground);font-weight:800}.invoice-logo-presets img{width:54px;height:34px;padding:3px;border-radius:6px;box-shadow:none}.invoice-logo-presets button:hover{border-color:#2f79bf73;background:var(--primary-soft);color:var(--primary-hover)}.invoice-logo-editor button,.invoice-items-editor header button,.invoice-item-row>button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:0 .75rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--foreground);font-weight:800}.invoice-logo-editor .invoice-logo-presets button{display:inline-grid;grid-template-columns:54px auto;min-height:52px;padding:.45rem .7rem;border-color:#2f79bf38;border-radius:8px;background:#f8fbff}.invoice-items-editor{display:grid;gap:.7rem;min-width:0;padding:.85rem;border:1px solid rgba(47,121,191,.18);border-radius:8px;background:#f8fbff}.invoice-items-editor header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.invoice-item-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) 80px 110px 110px auto;gap:.55rem;align-items:end;padding:.7rem;border:1px solid var(--soft-border);border-radius:8px;background:#fff}.invoice-item-row label{display:grid;gap:.35rem;margin:0;min-width:0}.invoice-item-row input{min-width:0}.invoice-item-row .danger-action{border-color:#b423183d;color:#b42318}.invoice-item-row .danger-action:hover:not(:disabled){background:#fff1f0}.invoice-live-preview{display:grid;gap:.75rem;min-width:0;padding:1rem;border:1px solid rgba(47,121,191,.2);border-radius:8px;background:#f8fbff}.invoice-live-preview header{display:grid;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--soft-border)}.invoice-live-preview header span{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.invoice-live-preview header strong{color:var(--foreground);line-height:1.35}.invoice-live-preview iframe{width:100%;min-height:640px;border:1px solid var(--soft-border);border-radius:8px;background:#fff}@media(max-width:1280px){.invoice-modal-layout{grid-template-columns:1fr}}.coupon-box{display:grid;gap:.55rem;padding:.85rem 0}.coupon-box label{display:grid;gap:.45rem}.coupon-box label>span{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.coupon-box button{min-width:86px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;font-weight:800}.discount-total strong{color:#157347}.coupon-check-label{justify-self:start;align-items:flex-start;padding:.75rem .85rem;border:1px solid rgba(47,121,191,.18);border-radius:6px;background:#f8fbff}.coupon-check-label span{display:grid;gap:.15rem}.coupon-check-label small{color:var(--muted);font-weight:700}.settings-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.settings-page h2,.settings-page .notice{grid-column:span 2}.smtp-page{align-items:start}.smtp-page .settings-form,.smtp-test-card{align-content:start;align-self:start}.smtp-test-card .btn{justify-self:start}@media(max-width:980px){.invoice-modal-layout{grid-template-columns:1fr}.market-line{display:none}.header-inner{height:129px;display:grid;grid-template-columns:1fr auto;grid-template-rows:80px 49px;align-items:center;justify-content:stretch;gap:0}.brand{grid-column:1;grid-row:1;font-size:1.45rem}.desktop-nav{grid-column:1 / -1;grid-row:2;align-self:stretch;width:calc(100% + 3rem);display:flex;justify-content:flex-start;gap:1.55rem;align-items:center;overflow-x:auto;margin-left:-.1875rem;padding:0 1.5rem;border-top:1px solid var(--soft-border);scrollbar-width:none;transform:none}.desktop-nav>a,.nav-dropdown-trigger{flex:0 0 auto;padding:0}.nav-dropdown-trigger svg{display:none}.desktop-nav::-webkit-scrollbar{display:none}.header-actions{grid-column:2;grid-row:1}.brand-logo{height:62px;width:auto}.quality-ticker-track{animation-duration:22s}.quality-ticker-item{padding:0 .8rem;font-size:.74rem}.mobile-toggle,.mobile-nav{display:none}.site-shell{padding-bottom:calc(5.9rem + env(safe-area-inset-bottom))}.mobile-pill-nav{position:fixed;left:50%;bottom:calc(.85rem + env(safe-area-inset-bottom));z-index:75;width:min(430px,calc(100vw - 1.6rem));min-height:74px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.45rem;border:1px solid rgba(15,23,42,.16);border-radius:28px;background:#fffffff0;box-shadow:0 18px 44px #0f172a33;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translate(-50%)}.mobile-pill-nav a{min-width:0;min-height:62px;display:grid;grid-template-rows:26px auto;place-items:center;gap:.18rem;padding:.4rem .28rem;border:1px solid transparent;border-radius:20px;color:#385064;font-size:.66rem;font-weight:800;line-height:1.08;text-align:center;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.mobile-pill-nav a svg{width:20px;height:20px;color:var(--primary)}.mobile-pill-nav a.active{border-color:#0b2c442e;background:#0f3b53;color:#fff;box-shadow:0 10px 24px #0f3b533d}.mobile-pill-nav a.active svg{color:#fff}.mobile-pill-nav a:focus-visible{outline:3px solid rgba(47,121,191,.28);outline-offset:2px}.floating-telegram{bottom:calc(6.8rem + env(safe-area-inset-bottom))}.floating-whatsapp{bottom:calc(10.8rem + env(safe-area-inset-bottom))}.trust-grid,.product-grid,.comparison-grid,.footer-grid,.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lab-verification-layout,.verification-layout{grid-template-columns:1fr;gap:3rem;min-height:0}.verification-step-grid,.flow-step-grid{grid-template-columns:1fr}.verification-step-card,.flow-step-card{min-height:0;border-right:0;border-bottom:1px solid var(--border)}.verification-step-card:last-child,.flow-step-card:last-child{border-bottom:0}.verification-step-card span,.flow-step-card span{margin-bottom:2.5rem}.comparison-slider{grid-template-columns:44px minmax(0,1fr) 44px}.slider-nav{width:44px;height:44px}.product-detail,.cart-layout,.contact-grid,.settings-page,.dosage-layout,.reference-article-layout,.about-hero-layout,.about-feature-grid,.product-stat-grid,.product-assay-card dl{grid-template-columns:1fr}.about-feature-grid article,.product-assay-card dl div{border-right:0;border-bottom:1px solid var(--border)}.about-feature-grid article:last-child,.product-assay-card dl div:last-child{border-bottom:0}.dosage-layout{min-height:0}.dosage-product-card{border-left:0;border-top:1px solid var(--border)}.settings-page h2,.settings-page .notice{grid-column:span 1}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;padding:1rem 1.5rem .8rem;overflow:hidden;border-right:0;border-bottom:1px solid var(--border)}.admin-sidebar>div{display:flex;align-items:baseline;gap:.75rem}.admin-sidebar p{margin:0}.admin-sidebar nav{display:flex;gap:.4rem;margin-top:.75rem;padding-bottom:.2rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.admin-sidebar a{flex:0 0 auto;min-height:42px;white-space:nowrap}}@media(max-width:640px){.container{padding:0 1.5rem}.age-gate-card,.age-gate-denied section{padding:2rem}.age-gate-actions{grid-template-columns:1fr}.header-inner{height:129px;display:grid;grid-template-columns:1fr auto;grid-template-rows:80px 49px;gap:0}.brand{font-size:1.55rem}.brand-wordmark{line-height:1.28}.brand-logo{height:54px;width:auto}.quality-ticker{height:38px}.quality-ticker-item{height:38px;padding:0 .8rem;font-size:.68rem}.quality-divider{margin-left:.7rem}.header-actions{position:static;transform:none}.cart-link{min-width:48px;width:48px;height:36px;padding:0}.cart-label{display:none}.footer-logo{width:190px;height:130px}.flag-switcher button{width:34px;padding:0;justify-content:center}.flag-switcher{display:none}.hero-section{min-height:auto;padding:3.6rem 0 3rem}.hero-layout{grid-template-columns:1fr;gap:2.2rem}.hero-badge{margin-bottom:1.55rem;font-size:1rem}.hero-copy h1{margin-bottom:1.75rem;font-size:2.25rem;line-height:1.1}.hero-copy p{font-size:1.15rem;line-height:1.55}.hero-proof-pill p{font-size:.875rem;line-height:1.5}.hero-actions{display:grid;justify-content:start;gap:.75rem}.hero-actions .btn{width:max-content}.hero-proof-pill{min-height:64px;margin-top:1.9rem;padding:.8rem 1rem}.hero-product-media{border-radius:8px 8px 0 0}.floating-telegram{top:auto;right:1rem;bottom:calc(6.8rem + env(safe-area-inset-bottom));width:48px;height:48px;transform:none}.floating-telegram:hover,.floating-telegram:focus-visible{transform:translateY(-2px)}.telegram-tooltip{right:0;bottom:calc(100% + .6rem);top:auto;transform:translateY(6px)}.floating-telegram:hover .telegram-tooltip,.floating-telegram:focus-visible .telegram-tooltip{transform:translateY(0)}.floating-whatsapp{right:1rem;bottom:calc(10.8rem + env(safe-area-inset-bottom));width:48px;height:48px}.whatsapp-tooltip{right:0;bottom:calc(100% + .6rem);top:auto;transform:translateY(6px)}.floating-whatsapp:hover .whatsapp-tooltip,.floating-whatsapp:focus-visible .whatsapp-tooltip{transform:translateY(0)}.trust-grid,.category-grid,.product-grid,.comparison-grid,.comparison-admin-grid,.footer-grid,.values-grid,.admin-form-grid,.invoice-modal-layout,.template-editor-layout,.template-field-row,.dosage-admin-fields,.admin-stat-grid{grid-template-columns:1fr}.trust-item,.trust-item:last-child{min-height:110px;border-right:1px solid var(--border)}.admin-page-heading{align-items:flex-start;flex-direction:column}.invoice-live-preview iframe{min-height:520px}.invoice-item-row{grid-template-columns:1fr}.category-card.wide,.span-2{grid-column:span 1}.category-section,.page-section,.products-band,.lab-reports-section,.lab-verification-section,.progress-section,.verification-section,.simple-flow-section,.bundle-section,.education-band,.final-cta,.reference-article-page,.about-hero-page,.about-feature-section,.about-split-section,.faq-section,.contact-cta-section{padding:3.5rem 0}.category-section h2,.products-band h2,.education-band h2,.final-cta h2,.bundle-container h2,.lab-reports-heading h2,.progress-heading h2,.section-copy-block h2,.section-heading-row h2{font-size:2.25rem;line-height:1.1}.section-heading-row{display:grid;align-items:start;gap:1.4rem;margin-bottom:2rem}.section-copy-block p:last-child,.section-heading-row p{font-size:.95rem}.certificate-panel-header{align-items:flex-start;flex-direction:column}.certificate-row{grid-template-columns:1fr auto;gap:.45rem .8rem}.certificate-row span:first-child{grid-column:1 / -1}.certificate-row svg{align-self:center}.lab-reports-card{padding:1rem}.lab-reports-heading h2{font-size:1.1rem}.lab-table{min-width:560px}.lab-table th,.lab-table td{padding:.8rem;font-size:.84rem}.progress-heading h2{font-size:1.25rem}.comparison-frame{height:clamp(360px,72vw,460px)}.comparison-slider,.comparison-track{grid-template-columns:1fr}.slider-nav{display:none}.comparison-kicker{align-items:flex-start;flex-direction:column;gap:.3rem}.dosage-controls,.dosage-product-card{padding:1rem}.dosage-meta-grid,.dosage-input-grid{grid-template-columns:1fr}.dosage-scale-message{align-items:flex-start}.product-card{padding:0;min-height:318px}.products-page .page-heading,.products-category-browser{margin-bottom:2.5rem}.products-page .page-heading h1,.reference-page-heading h1,.about-hero-page h1,.empty-cart-page h1{font-size:2.25rem;line-height:1.1}.reference-article-list section,.contact-cta-card{padding:1rem}.about-hero-layout,.reference-article-layout{gap:2rem}.about-verification-card{min-height:260px}.dosage-selected-card dl,.stack-repeater-row{grid-template-columns:1fr}.bundle-products{gap:.45rem}.bundle-products img{width:72px;height:72px}.bundle-products .product-image-placeholder{width:72px;height:72px;min-height:72px;padding:.35rem}.product-detail-image{padding:1.5rem}.trust-notes{flex-direction:column}.cart-row{grid-template-columns:72px 1fr;align-items:start;gap:.75rem}.checkout-customer-grid{grid-template-columns:1fr}.cart-row img{width:72px;height:72px}.cart-stack-images{width:72px;min-height:72px}.cart-stack-images img,.cart-stack-images .product-image-placeholder{width:30px;height:30px;min-width:30px;min-height:30px}.qty-control,.icon-danger{grid-row:2}.qty-control{grid-column:1 / 2;justify-self:start;width:100%;max-width:122px}.qty-control button{flex:0 0 36px;width:36px}.qty-control span{min-width:0;flex:1 1 auto}.icon-danger{grid-column:2 / 3;justify-self:end;width:42px;height:36px;border:1px solid var(--border);border-radius:6px}.admin-page{padding:1rem}.admin-orders-card{overflow-x:visible;padding:0;border:0;background:transparent;box-shadow:none}.admin-orders-table{min-width:0;display:block;border-collapse:separate}.admin-orders-table thead{display:none}.admin-orders-table tbody{display:grid;gap:.85rem}.admin-orders-table tr{display:grid;gap:.7rem;padding:.9rem;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a0a}.admin-orders-table td{display:grid;grid-template-columns:minmax(84px,.34fr) minmax(0,1fr);gap:.7rem;padding:0;border:0;font-size:.86rem;word-break:break-word}.admin-orders-table td:before{content:attr(data-label);color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-orders-table td.table-actions{display:grid;grid-template-columns:1fr}.admin-orders-table td.table-actions:before{margin-bottom:-.15rem}.admin-orders-table .table-actions button{width:100%;justify-content:center}.order-details-grid{grid-template-columns:1fr}.order-detail-items{overflow-x:auto}.admin-sidebar nav{display:flex}.admin-topbar{justify-content:space-between;padding:0 1rem}}@media(max-width:640px){.admin-pagination{align-items:stretch;flex-direction:column}.admin-pagination>div{justify-content:space-between}.admin-pagination button{flex:1 1 0}.payment-folder-manager,.payment-link-create{padding:.8rem}.payment-auto-toggle{grid-column:span 1}.payment-folder-list{grid-template-columns:1fr}.payment-link-toolbar>select{width:100%;min-width:0}.payment-link-url{max-width:none}.payment-link-url a{white-space:normal;overflow-wrap:anywhere}}.site-shell{--background: #fff;--foreground: #150f11;--muted: #736167;--border: #ebdfe3;--soft-border: #4a1a29;--card: #fbf7f8;--card-strong: #f7f0f2;--primary: #8e1f3f;--primary-hover: #75182f;--primary-soft: #fbeef2;--header: #240a13;--header-raised: #38121f;--ink-line: rgba(211, 180, 189, .28);--ink-950: #fff;--ink-900: #fbf7f8;--ink-850: #fff;--ink-800: #f7f0f2;--ink-700: #ebdfe3;--ink-600: #d8c4cb;--paper: #150f11;--paper-dim: #5a4a50;--paper-faint: #736167;--header-muted: #d3b4bd;--header-accent: #f08fa8;--verified: #0f7a4f}html:has(.site-shell),body:has(.site-shell){overflow-x:clip;background:#fff;color:#150f11}html,body{overflow-x:clip}.site-shell{padding-bottom:0;background:#fff;overflow-x:clip}.site-shell h1,.site-shell h2,.site-shell h3,.site-shell h4,.site-shell p,.site-shell a,.site-shell span,.site-shell button{letter-spacing:0}.site-shell .section-eyebrow{margin:0;color:var(--primary);font-size:.75rem;line-height:1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background-color:var(--header);box-shadow:0 1px 2px #2a0f170f,0 8px 24px #2a0f170f}.quality-ticker,.quality-ticker-item{color:#d3b4bd}.quality-ticker-item svg,.hero-badge span{color:#f08fa8}.hero-badge span{background:#f08fa8}.trust-strip{background:#fbf7f8}.quality-ticker-track{animation-name:referenceTicker}.quality-ticker{max-width:100vw;contain:paint}@keyframes referenceTicker{0%{transform:translate(0)}to{transform:translate(-16.6667%)}}.brand-wordmark{letter-spacing:0}.desktop-nav>a{position:relative;padding:.5rem 0}.desktop-nav>a:after{content:"";position:absolute;right:0;bottom:.3rem;left:0;height:1px;background:#f08fa8;transform:scaleX(0);transform-origin:left;transition:transform .24s cubic-bezier(.25,1,.5,1)}.desktop-nav>a:hover:after{transform:scaleX(1)}.mobile-reference-nav{display:none}.header-scroll-progress{position:absolute;right:0;bottom:0;left:0;height:2px;background:#f08fa8;transform:scaleX(0);transform-origin:left}.mobile-pill-nav{display:none!important}.hero-section{min-height:754px;padding:6rem 0;border-bottom-color:var(--border);background:linear-gradient(to right,transparent,#d8c4cb,transparent) 0 42% / 100% 1px no-repeat,linear-gradient(rgba(235,223,227,.68) 1px,transparent 1px) 0 0 / 56px 56px,linear-gradient(90deg,rgba(235,223,227,.68) 1px,transparent 1px) 0 0 / 56px 56px,radial-gradient(120% 80% at 50% -10%,#fbeef2,#fff 55%)}.hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:4rem}.hero-copy .hero-badge{gap:.75rem;margin:0;font-size:1.125rem;line-height:1.75rem}.hero-copy h1{margin:1.25rem 0 0;font-size:3.75rem;line-height:1;letter-spacing:0}.hero-copy>p:not(.hero-badge){max-width:576px;margin:1.5rem 0 0;font-size:1.125rem;line-height:1.625}.hero-actions{margin-top:2.25rem}.hero-proof-pill{height:56px;min-height:56px;margin-top:2rem;overflow:hidden;padding:0 1.25rem;gap:.625rem}.site-shell .btn-secondary{border-color:#d8c4cb}.site-shell .hero-proof-pill{background:#fbf7f8;border-color:#ebdfe3}.hero-product-showcase{padding-left:1rem}.hero-product-media img{transform:scale(1.06);transition:transform 8s linear}.hero-product-link{position:relative;display:block}.hero-product-media{width:100%}.hero-product-copy h2{letter-spacing:0}.hero-product-dots{min-height:8px;align-items:center;margin-top:.875rem}.hero-product-dots button{width:16px;height:5px;flex:0 0 auto;padding:0;border:0;border-radius:999px;background:#d8c4cb;cursor:pointer;transition:width .24s ease,background .24s ease}.hero-product-dots button.active{width:32px;background:var(--primary)}.hero-product-dots button:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.trust-item{min-height:149px;display:flex;align-items:flex-start;gap:1rem;padding:1.75rem}.trust-item span{width:26px;height:26px;margin-top:.125rem}.trust-item span svg{width:26px;height:26px}.trust-item-copy{min-width:0}.trust-item h3{margin-bottom:.25rem;line-height:1.25rem}.trust-item p{line-height:1.625}.lab-verification-section{min-height:938px;padding:7rem 0}.lab-verification-layout{max-width:1024px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;min-height:714px}.lab-verification-copy h2{margin:1.5rem 0 0;font-size:3.75rem;line-height:1;font-weight:600}.lab-verification-copy>p:not(.section-eyebrow){margin:1.5rem 0 0;color:var(--muted);font-size:1rem;line-height:1.625}.verification-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:3rem 0 0;padding-top:2.5rem;border-top:1px solid var(--border)}.verification-metrics div{min-width:0}.verification-metrics dt{color:var(--foreground);font-size:2.25rem;line-height:1.1;font-weight:600}.verification-metrics dd{margin:.375rem 0 0;color:#736167;font-size:.875rem;line-height:1.375}.certificate-primary-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:2.5rem;color:var(--primary);font-size:1.125rem;font-weight:500}.certificate-panel{border:0;background:transparent;overflow:visible}.certificate-summary-card{padding:2.5rem;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 1px 2px #2a0f170f,0 8px 24px #2a0f170f}.certificate-panel-header{display:block;padding:0;border:0;background:transparent;box-shadow:none}.certificate-panel-header>span{display:block;font-size:.875rem;line-height:1.25rem}.certificate-panel-header strong{display:block;margin-top:1.25rem;color:#0f7a4f;font-size:4.5rem;line-height:1;font-weight:400;font-variant-numeric:tabular-nums;white-space:nowrap}.certificate-panel-header strong>span{display:inline;color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;letter-spacing:0;text-transform:none}.certificate-panel-header strong>.certificate-purity-symbol{font-size:.6667em}.certificate-details{display:grid;gap:.75rem;margin:2.25rem 0 0;padding:0}.certificate-details div{display:flex;justify-content:space-between;gap:1rem;font-size:1rem;line-height:1.5rem}.certificate-details div:last-child{margin-top:.1rem;padding-top:.75rem;border-top:1px solid var(--border)}.certificate-details dt{color:#736167}.certificate-details dd{margin:0;text-align:right}.certificate-registry-list{margin-top:2rem}.certificate-registry-list>p{margin:0 0 1rem;padding:0;color:#736167;font-size:.875rem;text-align:left}.certificate-registry-list>a{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:#fff}.certificate-registry-list>a:hover{border-color:var(--primary);background:var(--primary-soft)}.certificate-registry-list a>span:first-child{min-width:0}.certificate-registry-list strong,.certificate-registry-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.certificate-registry-list strong{font-size:.875rem;font-weight:500}.certificate-registry-list small{margin-top:.2rem;color:#736167;font-size:.75rem}.certificate-registry-list a>span:last-child{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;color:#0f7a4f;font-size:1.125rem;font-weight:600}.products-band{min-height:825px;padding:7rem 0}.section-heading-row h2,.section-copy-block h2{font-size:2.25rem;line-height:1.1;letter-spacing:0}.product-card{min-height:0;border-color:var(--border);transition:transform .24s cubic-bezier(.25,1,.5,1),border-color .12s ease,box-shadow .24s ease}.product-card:hover{border-color:#d8c4cb;box-shadow:0 2px 4px #2a0f1714,0 24px 64px #2a0f171f;transform:translateY(-4px)}.product-card-hover-line{position:absolute;top:0;right:0;left:0;z-index:3;height:1px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .42s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card-hover-line{transform:scaleX(1)}.product-image-wrap{aspect-ratio:4 / 3}.numbered-product-card .product-image-wrap{aspect-ratio:1}.product-card:hover .product-image-wrap img{transform:scale(1.03)}.product-card-image-shade{position:absolute;inset:0 0 auto;height:5rem;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.7),transparent)}.product-card-number{position:absolute;top:.875rem;left:1rem;z-index:2;margin:0;color:var(--primary);font-size:.75rem}.product-card-copy{min-height:142px;padding:1.25rem}.product-card-copy h3{margin-bottom:.375rem;font-size:1rem;line-height:1.375;font-weight:500;text-transform:none}.product-card-meta{margin-bottom:0;color:#736167;font-size:.75rem;line-height:1.35}.product-card-price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:1.25rem;padding-right:3rem}.product-card-price strong{font-size:1.125rem;line-height:1.4;font-weight:400}.product-card-price del{font-size:.875rem;font-weight:400}.product-card-action{right:1.25rem;bottom:1.25rem;width:36px;height:36px;cursor:pointer}.product-card-action:hover:not(:disabled){border-color:var(--primary);background:var(--primary);color:#fff}.bundle-price-stack{flex-wrap:wrap}.bundle-price-stack>span{flex-basis:100%;color:var(--primary);font-size:.75rem;font-weight:500}.bundle-card-composition{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:0;padding:12%}.bundle-card-composition img{width:44%;height:80%;margin:0 -4%;object-fit:contain}.verification-section,.simple-flow-section{padding:7rem 0}.verification-section{min-height:580px}.simple-flow-section{min-height:589px}.verification-layout,.flow-container{max-width:1024px}.verification-layout{display:block}.verification-step-grid,.flow-step-grid{display:grid;gap:2rem;margin-top:3.5rem;border:0;border-radius:0;overflow:visible;background:transparent}.verification-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.verification-step-card,.flow-step-card{min-height:0;padding:1.5rem 0 0;border:0;border-top:1px solid var(--border);background:transparent}.verification-step-card h3,.flow-step-card h3{margin:0 0 .625rem;font-size:1rem;line-height:1.5;font-weight:500}.verification-step-card p,.flow-step-card p{font-size:.875rem;line-height:1.625}.flow-step-card span{margin:0 0 .75rem;font-size:.75rem}.products-page{padding:7rem 0}.products-page .page-heading{margin-bottom:3rem}.products-page .page-heading h1,.reference-page-heading h1,.dosage-heading h1{margin:1.25rem 0 0;font-size:3.75rem;line-height:1;font-weight:600;letter-spacing:0}.products-page .page-heading>p:last-child,.reference-page-heading>p:last-child,.dosage-heading>p:last-child{max-width:672px;margin-top:1.25rem;color:var(--muted);font-size:1rem;line-height:1.625}.products-category-browser{margin-bottom:3.5rem}.products-category-browser h2{margin-bottom:1.25rem;color:#736167;font-size:.75rem;font-weight:400}.products-category-browser .category-filter-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.category-filter-list a{min-height:54px;justify-content:center;padding:1rem 1.25rem;border-color:#8e1f3f40;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:.875rem;font-weight:500;text-align:center;box-shadow:none}.category-filter-list a:first-child{border-color:var(--primary);background:var(--primary);color:#fff}.category-filter-list a svg{display:none}.product-detail-shell{max-width:1024px}.product-page{padding:7rem 0}.product-page .product-back-link{width:max-content;margin:0 0 2rem;color:var(--foreground)}.product-detail{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}.product-detail-image{padding:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fbf7f8}.product-detail-image img{object-fit:cover}.product-detail-copy .product-code{margin:0;color:#736167;font-size:.75rem;line-height:1rem;font-weight:400;text-transform:uppercase}.product-detail-copy h1{margin:.75rem 0 0;font-size:3.75rem;line-height:1;font-weight:600;letter-spacing:0;overflow-wrap:anywhere}.product-detail-copy .price-stack.detail{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.75rem;row-gap:.25rem;margin:1.25rem 0 0;line-height:2rem}.product-detail-copy .price-stack.detail strong{font-size:1.5rem;font-weight:400;line-height:2rem}.product-detail-copy .price-stack.detail del{color:#736167;font-size:1.125rem;line-height:1.75rem;font-weight:400}.product-detail-copy .price-stack.detail small{display:inline-flex;padding:.125rem .5rem;border:1px solid rgba(142,31,63,.25);border-radius:4px;background:var(--primary-soft);color:var(--primary);font-size:.875rem;line-height:1.25rem;font-weight:500}.product-detail-copy .lead{margin:1.5rem 0 0;font-size:1rem;line-height:1.625}.bundle-description{margin-top:1.5rem;color:var(--muted)}.bundle-description p{margin:.75rem 0 0;font-size:1rem;line-height:1.625}.bundle-description p:first-child{margin-top:0}.product-stat-grid{display:block;margin:2rem 0 0}.product-stat-grid div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--border);background:transparent}.product-stat-grid div:last-child{border-bottom:0}.product-stat-grid dt{color:#736167;font-size:.875rem;line-height:1.25rem}.product-stat-grid dd{margin:0;color:var(--foreground);font-size:.875rem;line-height:1.25rem;text-align:right}.availability-in-stock,.availability-out-of-stock{display:inline-flex;padding:.125rem .5rem;border:1px solid rgba(15,122,79,.25);border-radius:4px;background:#e6f6ee;color:#0f7a4f;font-size:.6875rem;text-transform:uppercase}.availability-out-of-stock{border-color:#c0262640;background:#feecec;color:#c02626}.product-stat-grid .availability-in-stock,.product-stat-grid .availability-out-of-stock{margin:0;line-height:1rem;font-weight:400;letter-spacing:0}.buy-box{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:1.5rem;margin-top:2rem;padding:0;border:0}.buy-box .btn{width:max-content;min-height:40px;height:40px;padding:10px 20px}.buy-box .klarna-payment-notice{width:100%}.klarna-payment-notice{width:max-content;max-width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--foreground)}.klarna-payment-notice span{min-width:0;font-size:.875rem;line-height:1.25rem;font-weight:500}.klarna-payment-notice img{width:82px;height:auto;flex:0 0 auto;border-radius:5px}.checkout-card .klarna-payment-notice{width:100%}.product-assay-card,.product-assay-pending{max-width:672px;display:block;margin-top:4rem;padding:1.5rem;border:1px solid rgba(15,122,79,.25);border-radius:8px;background:#e6f6ee66}.product-assay-heading{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;min-height:23px}.product-assay-heading h2{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:500}.product-assay-heading span{padding:.125rem .5rem;border:1px solid rgba(15,122,79,.25);border-radius:4px;background:#e6f6ee;color:#0f7a4f;font-size:.6875rem;line-height:1rem;text-transform:uppercase}.product-report-list{margin-top:1.25rem}.product-report-entry+.product-report-entry{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(15,122,79,.2)}.product-report-entry-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-report-entry-heading h3{margin:0;font-size:1rem;line-height:1.4;font-weight:600}.product-report-entry-heading span{color:#736167;font-size:.6875rem;line-height:1rem;text-align:right;text-transform:uppercase}.product-assay-content{margin-top:.75rem;padding-bottom:1px}.product-assay-card dl{display:block;margin:0;border:0;border-radius:0;overflow:visible;background:transparent}.product-assay-card dl div{display:flex;justify-content:space-between;gap:1rem;padding:.625rem 0;border:0;border-bottom:1px solid var(--border)}.product-assay-card dt,.product-assay-card dd{font-size:.875rem;line-height:1.25rem;text-transform:none}.product-assay-card dt{color:#736167;font-weight:400}.product-assay-card dd{margin:0;text-align:right;font-weight:400}.product-assay-card dl div:nth-child(2) dd{color:#0f7a4f}.product-assay-content>p{display:block;margin-top:.75rem;font-size:.75rem;line-height:1.625}.product-assay-content>a{display:inline-flex;align-items:center;gap:.25rem;width:max-content;margin-top:1rem;font-size:.875rem;line-height:1.25rem;font-weight:400}.product-assay-card .product-assay-explanation{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(15,122,79,.15);font-size:.75rem;line-height:1.625}.product-assay-empty{height:0;margin-top:4rem}.bundle-detail-visual{position:relative;width:100%;height:100%}.bundle-detail-cover{position:absolute;inset:0}.bundle-detail-products{position:absolute;right:1rem;bottom:1rem;left:1rem;display:flex;justify-content:center;gap:.5rem}.bundle-detail-products a{width:min(120px,30%);padding:.4rem;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:#ffffffe6;font-size:.65rem;text-align:center}.bundle-detail-products img{aspect-ratio:1;object-fit:cover}.reference-article-page{padding:7rem 0;background:#fff}.reference-article-layout{max-width:1024px;display:block}.reference-page-heading{max-width:none}.reference-article-list{max-width:672px;display:grid;gap:3rem;margin-top:3.5rem;border:0;border-radius:0;background:transparent;overflow:visible}.reference-article-list section{padding:0;border:0}.reference-article-list h2{margin:0;font-size:1.125rem;line-height:1.55;font-weight:500}.reference-article-list p{margin:0;color:var(--muted);font-size:1rem;line-height:1.625}.faq-page .reference-article-list section>p{margin-top:.75rem}.reference-article-copy{display:grid;gap:1rem;margin-top:.75rem}.reference-article-list section p+p{margin-top:0}.reference-article-list ul{display:grid;gap:.5rem;margin:1rem 0 0;padding:0;color:var(--muted);font-size:.875rem;line-height:1.625;list-style:none}.reference-article-list li{display:flex;gap:.75rem}.reference-article-list .article-draft-note{margin:1rem 0 0;padding:1.5rem 0 0;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent;color:#736167;font-size:.75rem;line-height:1.625}.policy-page .reference-page-heading>p:last-child{font-size:1.125rem;line-height:1.625}.contact-reference-page .reference-email-link{margin-top:2.5rem;font-size:1.125rem;font-weight:400}.contact-reference-page .reference-article-list{gap:2rem;margin-top:3rem}.contact-reference-page .reference-article-list h2{font-size:.875rem}.contact-reference-page .reference-article-list p{margin-top:.5rem;font-size:.875rem}.coa-content{margin-top:2.5rem}.coa-summary-bar{width:100%;min-width:150px;display:block;padding:1.5rem 3rem 1.5rem 0;border:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;background:transparent}.coa-summary-bar span{display:block;color:#736167;font-size:.75rem;text-transform:uppercase}.coa-summary-bar strong{display:block;margin-top:.25rem;color:var(--foreground);font-size:1.5rem;font-weight:400}.coa-table-card{min-width:0;margin-top:3.5rem;border:0;border-radius:0;overflow:visible}.coa-table-card h2{padding:0;border:0;font-size:1.25rem;font-weight:600}.coa-table-wrap{width:100%;max-width:100%;margin-top:1.5rem;overflow-x:auto}.coa-table{min-width:900px}.coa-table th,.coa-table td{padding:1rem 1rem 1rem 0}.coa-table th{color:#736167;font-size:.875rem;font-weight:500;letter-spacing:0;text-transform:none}.coa-table td{font-size:.875rem}.coa-table th:first-child,.coa-table td:first-child{width:25%}.coa-table td:first-child strong,.coa-table a{font-weight:400}.coa-table a{position:relative}.coa-table .coa-result-cell{color:#087a51}.coa-table td:first-child>span{font-size:.75rem;white-space:nowrap}.coa-table a>span[aria-hidden=true]{display:inline;margin:0;color:inherit;font-size:inherit}.coa-note-card{margin-top:1.5rem;padding:1.25rem;border-radius:6px;background:#fbf7f8}.coa-note-card h2{padding:0;border:0;font-size:.875rem;font-weight:500}.coa-note-card p{padding:0;margin-top:.75rem;color:#736167;font-size:.75rem}.coa-mobile-list{display:none}.empty-cart-page{min-height:538px;display:block;padding:7rem 0}.empty-order-shell{max-width:1024px;text-align:left}.empty-cart-page .empty-order-shell h1{margin:1.25rem 0 0;font-size:3.75rem;line-height:3.75rem;font-weight:600;letter-spacing:0}.empty-order-card{min-height:169px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:3rem;padding:2rem;border:1px solid var(--border);border-radius:8px;text-align:center}.empty-cart-page .empty-order-card>p:not(.notice){margin:0 0 1.5rem;color:var(--muted)}.dosage-page{min-height:946px;padding:7rem 0;background:#fff}.dosage-reference-shell{max-width:1024px}.dosage-heading{max-width:none;margin-bottom:3rem}.dosage-reference-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.1fr) minmax(0,1fr);align-items:stretch;gap:2rem}.dosage-reference-card{min-width:0;padding:1.5rem;border:1px solid var(--border);border-radius:8px;background:#fff}.dosage-reference-card h2{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:500}.dosage-selected-link{display:block;margin-top:1.25rem;overflow:hidden;border:1px solid var(--border);border-radius:6px;font-size:.875rem;font-weight:500}.dosage-selected-link>span:last-child{display:block;padding:.75rem 1rem;font-size:.875rem;line-height:1.375}.dosage-selected-media{position:relative;display:block;aspect-ratio:1;overflow:hidden;border-bottom:1px solid var(--border);background:#fbf7f8}.dosage-selected-media img,.dosage-selected-media .product-image-placeholder{width:100%;height:100%;object-fit:cover}.dosage-selected-media strong{position:absolute;bottom:.75rem;left:.75rem;padding:.125rem .5rem;border:1px solid #d8c4cb;border-radius:4px;background:#ffffffd9;font-size:.6875rem;font-weight:400;text-transform:uppercase}.dosage-selected-product dl{margin:1.25rem 0 0}.dosage-selected-product dl div,.dosage-result-card dl div{display:flex;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--border);font-size:.875rem;line-height:1.25rem}.dosage-selected-product dl div:last-child{border-bottom:0}.dosage-selected-product dt,.dosage-result-card dt{color:#736167}.dosage-selected-product dd,.dosage-result-card dd{margin:0;text-align:right}.dosage-product-field>label,.dosage-reference-inputs label>span:first-child,.dosage-slider-label>span:first-child{display:block;color:#736167;font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase}.dosage-product-field>label{margin:0}.dosage-product-field select{height:42px;margin-top:.5rem;padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem}.dosage-product-field>p,.dosage-input-card>p{margin:.375rem 0 0;color:#736167;font-size:.75rem;line-height:1rem}.dosage-input-card>p{margin-top:.625rem}.dosage-reference-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.dosage-reference-inputs label>span:last-child{position:relative;display:block;margin-top:.5rem}.dosage-reference-inputs label{display:block;font-weight:400}.dosage-reference-inputs input{height:42px;padding:.625rem 4rem .625rem .75rem;font-size:.875rem;line-height:1.25rem}.dosage-reference-inputs b{position:absolute;top:50%;right:.75rem;color:#736167;font-size:.75rem;font-weight:400;transform:translateY(-50%)}.dosage-slider-label{display:block;min-height:95px;font-weight:400;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.dosage-slider-label input{padding:0;margin-top:.75rem;accent-color:var(--primary)}.dosage-slider-label>span:last-child{display:flex;justify-content:space-between;margin-top:.375rem;color:#736167;font-size:.6875rem}.dosage-slider-label b{font-weight:400}.dosage-converted-values{display:block;margin-top:1.25rem}.dosage-converted-values p{margin:0;font-variant-numeric:tabular-nums}.dosage-converted-values strong{font-weight:500}.dosage-primary-value strong{color:var(--primary);font-size:2.25rem;line-height:2.5rem}.dosage-secondary-value{margin-top:.5rem!important}.dosage-secondary-value strong{font-size:1.5rem;line-height:2rem}.dosage-converted-values small{margin-left:.5rem;color:#736167;font-size:1rem;font-weight:400}.dosage-result-card dl{margin:2rem 0 0;padding-top:1.25rem;border-top:1px solid var(--border)}.dosage-result-card dl div{padding:0;border-bottom:0}.dosage-result-card>p{margin:1.5rem 0 0;padding:0;border:0;border-radius:0;background:transparent;color:#736167;font-size:.75rem;line-height:1.625}.dosage-product-column{display:flex;flex-direction:column;gap:1.5rem}.dosage-box-inputs{margin-top:0}.dosage-required-input{display:block}.dosage-rounding-field{display:block;margin-top:1.5rem;font-weight:400}.dosage-rounding-field>span{display:block;color:#736167;font-size:.75rem;line-height:1rem;text-transform:uppercase}.dosage-rounding-field select{height:42px;margin-top:.5rem;padding:.625rem .75rem;font-size:.875rem}.dosage-click-result{margin:1.25rem 0 0!important;color:var(--primary)!important;font-variant-numeric:tabular-nums}.dosage-click-result strong{font-size:2.25rem;line-height:2.5rem;font-weight:500}.dosage-click-result small{margin-left:.5rem;color:var(--muted);font-size:1.125rem}.dosage-result-for{margin-top:.5rem!important;font-variant-numeric:tabular-nums}.dosage-result-card dl div+div{margin-top:.625rem}.dosage-how-section{padding:7rem 0;border-top:1px solid var(--border);background:var(--ink-900)}.dosage-how-section h2{margin:0;font-size:clamp(1.875rem,4vw,2.25rem);line-height:1.2}.dosage-how-section>div>div{max-width:672px;margin-top:1.5rem}.dosage-how-section p{margin:0 0 .75rem;color:var(--muted);line-height:1.625}.dosage-how-section p:not(:first-child){padding:.625rem 1rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--paper);font-size:.875rem;font-variant-numeric:tabular-nums}.about-hero-page{min-height:605px;padding:5rem 0}.about-hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:4rem}.about-hero-page h1{margin:0;font-size:3.75rem;line-height:1;letter-spacing:0}.about-hero-copy>p{max-width:576px;margin-top:.5rem;font-size:1.125rem;line-height:1.625}.about-hero-copy>p:first-of-type{margin-top:1.5rem}.about-media-carousel{position:relative;aspect-ratio:4 / 3;overflow:visible}.about-media-carousel>img{position:absolute;inset:0;width:100%;height:100%;border:1px solid var(--border);border-radius:12px;object-fit:cover;opacity:0;transition:opacity .72s ease}.about-media-carousel>img.active{opacity:1}.about-carousel-dots{position:absolute;right:0;bottom:-1.25rem;display:flex;gap:.4rem}.about-carousel-dots button{width:6px;height:4px;padding:0;border:0;border-radius:999px;background:#d8c4cb}.about-carousel-dots button.active{width:18px;background:var(--primary)}.about-mini-strip{min-height:72px}.about-mini-strip .container{min-height:71px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.about-mini-strip span{display:flex;align-items:center;justify-content:center;gap:.625rem;border-left:1px solid var(--border);font-size:.75rem;font-weight:500}.about-mini-strip span:last-child{border-right:1px solid var(--border)}.about-mini-strip svg{color:var(--primary)}.about-feature-section,.about-mission-section,.about-standard-section,.about-process-section,.about-faq-section,.about-calculator-cta{padding:7rem 0;border-bottom:0}.about-feature-section,.about-standard-section,.about-faq-section{background:#fff}.about-mission-section,.about-process-section,.about-calculator-cta{background:#fbf7f8}.about-feature-grid{gap:1.25rem;border:0;background:transparent;overflow:visible}.about-feature-grid article{min-height:201px;padding:1.75rem;border:1px solid var(--border);border-radius:12px}.about-feature-grid article.featured{border-color:#8e1f3f40;background:var(--primary-soft)}.about-feature-grid article>svg{width:28px;height:28px;color:var(--primary)}.about-feature-grid h2{margin:1.25rem 0 0;font-size:1.125rem;font-weight:600}.about-feature-grid p{margin-top:.5rem;font-size:1rem}.about-mission-layout{width:100%;max-width:1024px;margin:0 auto;padding:3rem;border:1px solid var(--border);border-radius:12px;background:#fff}.about-mission-layout>*{position:relative;top:11px}.about-panel-icon{width:30px;height:30px;margin-bottom:1.25rem;color:var(--primary)}.about-mission-layout h2{margin:1rem 0 0;font-size:2.25rem;line-height:1.1;font-weight:600}.about-mission-layout>p:not(.section-eyebrow){max-width:672px;margin:1.5rem 0 0;color:var(--muted);line-height:1.625}.about-mission-layout ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:2rem 0 0;padding:0;list-style:none}.about-mission-layout li,.about-standard-layout li{position:relative;padding-left:1.65rem;font-size:.875rem}.about-mission-layout li:before,.about-standard-layout li:before{content:"✓";position:absolute;left:0;color:#0f7a4f;font-weight:700}.about-standard-layout{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:4rem;padding:3rem;border-radius:12px;background:var(--header);color:#fff}.about-standard-layout>*{position:relative;top:18px}.about-standard-layout h2{margin:0;font-size:2.25rem;font-weight:600}.about-standard-layout .about-panel-icon{color:#f08fa8}.about-standard-layout p{margin:1.25rem 0 0;color:#d3b4bd;line-height:1.625}.about-standard-layout ul{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.about-standard-layout li{padding-bottom:1rem;border-bottom:1px solid #4a1a29;line-height:1.625}.about-standard-layout li:before{color:#f08fa8}.about-standard-layout li:last-child{padding-bottom:0;border-bottom:0}.about-section-heading{max-width:672px}.about-section-heading h2,.about-faq-layout>h2,.about-calculator-cta h2{margin:0;font-size:2.25rem;line-height:1.1;font-weight:600}.about-section-heading p,.about-calculator-cta p{margin:1rem 0 0;color:var(--muted);line-height:1.625}.about-process-section .flow-step-grid{gap:1.25rem;margin-top:3.375rem}.about-process-section>.container,.about-faq-layout,.about-calculator-cta>.container{position:relative;top:1rem}.about-process-section .flow-step-card{min-height:0;padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:#fff}.about-process-section .flow-step-card span{margin:0;font-size:.875rem;font-weight:600;letter-spacing:0}.about-process-section .flow-step-card h3{margin:.75rem 0 0;font-weight:600}.about-process-section .flow-step-card p{margin:.5rem 0 0}.about-faq-layout{max-width:1024px}.about-faq-layout>h2{text-align:center}.about-faq-layout>div{max-width:768px;margin:3rem auto 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-faq-layout details+details{border-top:1px solid var(--border)}.about-faq-layout summary{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;font-weight:500;line-height:1.5;list-style:none;cursor:pointer}.about-faq-layout summary::-webkit-details-marker{display:none}.about-faq-layout details[open] summary span{transform:rotate(45deg)}.about-faq-answer{padding:0 2.5rem 1.5rem 0}.about-faq-answer p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.625}.about-faq-answer p+p{margin-top:.75rem}.about-faq-answer a{display:inline-block;margin-top:.75rem;color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:4px}.about-calculator-cta .container{max-width:1024px;min-height:280px;padding-top:3rem;padding-bottom:3rem;border:1px solid var(--border);border-radius:12px;background:#fff;text-align:center}.about-calculator-cta p{max-width:576px;margin-right:auto;margin-left:auto}.about-calculator-cta .container>div{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.site-footer{min-height:402px}.footer-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:2.5rem;padding-top:3.5rem;padding-bottom:0}.footer-brand{max-width:none}.footer-brand strong{margin:0;font-size:1.5rem;font-weight:600}.footer-brand p{margin:.75rem 0 0;line-height:1.625}.footer-brand a{margin-top:1rem;color:var(--primary)}.footer-grid h2{margin:0 0 1rem;color:#736167;font-size:.75rem;font-weight:400;text-transform:uppercase}.footer-grid a{margin:.625rem 0;font-size:.875rem;line-height:1.25}.footer-bottom{margin-top:3rem;padding:2rem 0 3.5rem;font-size:.75rem}@media(min-width:768px){.about-mission-layout h2{line-height:2.5rem}.about-mission-layout>p:not(.section-eyebrow){line-height:1.5625}}@media(max-width:1023px){.hero-layout,.lab-verification-layout,.product-detail,.about-hero-layout,.about-standard-layout,.dosage-reference-grid{grid-template-columns:1fr}.hero-copy{max-width:680px}.hero-product-showcase{max-width:620px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lab-verification-layout{min-height:0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.container{padding-right:1.5rem;padding-left:1.5rem}.header-inner{height:80px;display:grid;grid-template-columns:1fr auto;grid-template-rows:80px;gap:0}.brand{grid-column:1;grid-row:1;font-size:1.5rem}.header-actions{grid-column:2;grid-row:1}.desktop-nav{display:none}.mobile-reference-nav{height:49px;display:block;border-top:1px solid var(--soft-border)}.mobile-reference-nav .container{height:49px;display:flex;align-items:center;gap:1.5rem;overflow-x:auto;scrollbar-width:none}.mobile-reference-nav .container::-webkit-scrollbar{display:none}.mobile-reference-nav a{flex:0 0 auto;color:#fff;font-size:.875rem;font-weight:500;white-space:nowrap}.mobile-reference-nav a.active{color:#fff}.cart-link{width:48px;min-width:48px;height:36px;padding:0}.cart-label{display:none}.floating-whatsapp,.floating-telegram{right:1.5rem;width:48px;height:48px}.floating-whatsapp{bottom:5.25rem}.floating-telegram{bottom:1.5rem}.hero-section{min-height:1035px;padding:4rem 0}.hero-layout{gap:3rem}.hero-copy .hero-badge{margin:0;font-size:1rem;line-height:1.5rem}.hero-copy h1{margin:1.25rem 0 0;font-size:2.25rem;line-height:1.1}.hero-copy>p:not(.hero-badge){margin:1.5rem 0 0;font-size:1.125rem;line-height:1.625}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;margin-top:2.25rem}.hero-proof-pill{height:56px;min-height:56px;margin-top:2rem}.hero-product-showcase{width:100%;max-width:none;margin-left:0;padding-left:0}.hero-product-copy{padding-bottom:1.25rem}.hero-badge{display:flex}.trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:last-child{min-height:0;padding:1.75rem 1.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:0}.lab-verification-section{min-height:1665px;padding:5rem 0}.lab-verification-layout{gap:4rem}.lab-verification-copy h2{font-size:1.875rem;line-height:1.2}.verification-metrics{grid-template-columns:1fr;gap:2rem}.verification-metrics dt{font-size:1.875rem}.certificate-panel-header{padding:0}.certificate-panel-header strong{font-size:3.75rem}.certificate-summary-card{padding:2rem}.certificate-registry-list{margin-top:2rem}.products-band{min-height:2363px;padding:5rem 0}.section-heading-row{gap:1.25rem;margin-bottom:3.5rem}.section-heading-row h2,.section-copy-block h2{font-size:1.875rem;line-height:1.2}.product-grid{grid-template-columns:1fr;gap:1.5rem}.numbered-product-card .product-image-wrap{aspect-ratio:1}.verification-section{min-height:873px;padding:5rem 0}.simple-flow-section{min-height:1065px;padding:5rem 0}.verification-step-grid,.flow-step-grid{grid-template-columns:1fr;gap:2rem}.verification-step-card,.flow-step-card,.verification-step-card:last-child,.flow-step-card:last-child{border-right:0;border-bottom:0}.verification-step-card span,.flow-step-card span{margin-bottom:.75rem}.products-page,.reference-article-page,.dosage-page,.product-page{padding:5rem 0}.products-page{padding-bottom:4rem}.products-category-browser{margin-bottom:4.5rem}.product-card-copy{min-height:140px}.bundle-product-card .product-card-copy{padding-bottom:1.125rem}.products-page .page-heading h1,.reference-page-heading h1,.dosage-heading h1,.product-detail-copy h1{font-size:2.25rem;line-height:2.5rem}.product-detail-copy h1{font-size:2.1875rem}.products-category-browser .category-filter-list{grid-template-columns:1fr}.product-detail{gap:3rem}.product-stat-grid{grid-template-columns:1fr}.product-assay-card,.product-assay-pending{margin-top:4rem}.reference-article-list{margin-top:3.5rem}.faq-page .reference-page-heading h1 span{display:block}.faq-page .reference-article-list h2{font-size:1.0625rem;line-height:1.75rem}.ruo-policy-page .reference-page-heading h1{font-size:2.21875rem}.coa-table-wrap{display:block;overflow-x:auto}.coa-table th:first-child,.coa-table td:first-child{width:198px;min-width:198px}.coa-page{padding-bottom:calc(5rem + 2px)}.coa-mobile-list{display:none}.empty-cart-page{min-height:454px;padding:5rem 0}.empty-cart-page .empty-order-shell h1{font-size:2.25rem;line-height:2.5rem}.dosage-page{min-height:1749px}.dosage-reference-grid{gap:2rem}.dosage-reference-inputs{grid-template-columns:1fr}.about-hero-page{min-height:819px;padding:3.5rem 0 5.15rem}.about-hero-layout{gap:3rem}.about-hero-page h1{font-size:2.25rem;line-height:1.1}.about-hero-copy>p{font-size:1rem}.about-media-carousel{width:calc(100% - 2px);margin:0 auto}.about-mini-strip{min-height:179px;margin-top:-1px}.about-mini-strip .container{min-height:178px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.about-mini-strip span{border-bottom:1px solid var(--border)}.about-feature-section,.about-mission-section,.about-standard-section,.about-process-section,.about-faq-section,.about-calculator-cta{padding:5rem 0}.about-feature-grid{grid-template-columns:1fr;position:relative;top:1rem}.about-feature-grid article{min-height:201px}.about-feature-grid article.featured{min-height:227px}.about-mission-layout,.about-standard-layout{padding:2rem}.about-mission-section{padding-bottom:5.0625rem}.about-mission-layout h2,.about-section-heading h2,.about-faq-layout>h2,.about-calculator-cta h2,.about-standard-layout h2{font-size:2.25rem;line-height:1}.about-mission-layout h2{font-size:2.1875rem;line-height:2.25rem;width:calc(100% + 26px);transform:scaleX(.914);transform-origin:top left}.about-standard-layout p{line-height:1.421875}.about-standard-section{padding-bottom:5.0625rem}.about-faq-section{margin-top:-1px}.about-mission-layout ul{grid-template-columns:1fr}.about-process-section .flow-step-grid{gap:1.25rem}.about-process-section{padding-bottom:4.8125rem}.about-process-section .flow-step-card{min-height:0}.about-process-section .flow-step-card:nth-child(1){min-height:163px}.about-process-section .flow-step-card:nth-child(2){min-height:164px}.about-process-section .flow-step-card:nth-child(3){min-height:186px}.about-process-section .flow-step-card:nth-child(4){min-height:184px}.about-calculator-cta .container{width:calc(100% - 3rem);min-height:390px;padding:3rem 2rem}.site-footer{min-height:960px}.footer-grid{grid-template-columns:1fr;gap:2.5rem;padding-top:3.5rem}.footer-bottom{margin-top:3rem;padding-bottom:3.5rem}}@media(min-width:768px)and (max-width:1023px){.desktop-nav{display:flex}.header-inner{height:80px;grid-template-columns:minmax(130px,1fr) auto minmax(90px,1fr)}.mobile-reference-nav{display:none}.about-hero-page,.hero-section{min-height:auto}.hero-product-showcase{max-width:none}.hero-layout{gap:3rem}.hero-copy,.hero-copy h1,.hero-copy>p:not(.hero-badge){max-width:none}.hero-copy h1{font-size:3rem;line-height:3rem}.hero-product-media{aspect-ratio:4 / 3}.hero-section{min-height:1196px}.trust-item,.trust-item:last-child{min-height:114px;padding:1.25rem 1.5rem}.lab-verification-section{min-height:1501px}.products-band{min-height:1395px}.verification-section{min-height:603px}.simple-flow-section .flow-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-flow-section{min-height:762px}.products-page{padding-top:126.5px;padding-bottom:126.5px}.products-page .page-heading h1,.reference-page-heading h1,.dosage-heading h1,.about-hero-page h1,.empty-cart-page .empty-order-shell h1{font-size:3rem;line-height:3rem}.product-detail{gap:3rem}.product-detail-copy h1{font-size:3rem;line-height:3rem}.about-mini-strip{min-height:143px}.about-mini-strip .container{min-height:142px}.about-feature-section{min-height:505px}.about-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-feature-grid article,.about-feature-grid article:last-child{border:1px solid var(--border)}.about-hero-page{min-height:1089px;padding-top:71.5px;padding-bottom:71.5px}.empty-cart-page{min-height:526px}.about-standard-section{padding-top:97.5px;padding-bottom:97.5px}.about-standard-layout{grid-template-columns:1fr}.about-process-section .flow-step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-process-section{min-height:727px}.about-mission-section{min-height:658px}.site-footer{min-height:734px}}@media(min-width:1024px)and (max-width:1100px){.products-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-section,.about-hero-page{min-height:0}.products-band{min-height:761px}.about-feature-section{min-height:451px}}@media(min-width:411px)and (max-width:767px){.hero-section{min-height:994px;padding-top:38px;padding-bottom:38px}.lab-verification-section{min-height:1636px}.products-band{min-height:2523px}.verification-section{min-height:811px;padding-top:71.5px;padding-bottom:71.5px}.simple-flow-section{min-height:1039px}.about-hero-page{min-height:780px}.about-mini-strip{min-height:143px}.about-mini-strip .container{min-height:142px}.about-feature-section{padding-top:67px;padding-bottom:67px}.about-standard-section{padding-top:77px;padding-bottom:77px}.about-process-section{padding-top:57px;padding-bottom:57px}.about-calculator-cta{padding-top:54px;padding-bottom:54px}.coa-page .reference-page-heading h1{font-size:35px;line-height:40px}}@media(min-width:361px)and (max-width:375px){.hero-section{min-height:1020px}.lab-verification-section{min-height:1685px}.products-band{min-height:2329px}.verification-section{min-height:896px}.simple-flow-section{min-height:1087px}.about-hero-page{min-height:808px}.about-feature-section{min-height:855px}.about-mission-section{padding-top:62px;padding-bottom:62px}.about-process-section{padding-top:65px;padding-bottom:65px}}@media(max-width:360px){.hero-section{min-height:1005px;padding-top:63px;padding-bottom:63px}.hero-copy h1,.dosage-heading h1{font-size:35px;line-height:40px}.product-assay-heading{min-height:55px}.trust-item,.trust-item:last-child{padding-top:25px;padding-bottom:25px}.lab-verification-section{min-height:1725px}.products-band{min-height:2269px}.verification-section{min-height:919px}.simple-flow-section{min-height:1087px}.about-hero-page{min-height:826px}.about-feature-section{min-height:881px}.about-mission-section{padding-top:62px;padding-bottom:62px}.about-process-section{padding-top:67.5px;padding-bottom:67.5px}.about-calculator-cta{padding-top:63px;padding-bottom:63px}}@media(max-width:767px){.buy-box{grid-template-columns:1fr;justify-items:start;gap:.875rem}.buy-box .klarna-payment-notice{width:max-content}.product-detail-copy h1{font-size:36px;line-height:40px}.coa-table-wrap{display:none}.coa-mobile-list{display:grid;gap:1rem;margin-top:1.5rem}.coa-mobile-list article{padding:1rem;border:1px solid var(--border);border-radius:6px;background:#fff}.coa-mobile-list h3{margin:0;font-size:1rem;line-height:1.4}.coa-mobile-list dl{margin:.75rem 0 0}.coa-mobile-list dl div{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.coa-mobile-list dt,.coa-mobile-list dd{font-size:.8125rem;line-height:1.35}.coa-mobile-list dt{color:#736167}.coa-mobile-list dd{margin:0;text-align:right}.coa-mobile-list a{display:inline-flex;margin-top:.875rem;font-size:.875rem}.product-report-entry-heading{align-items:flex-start;flex-direction:column;gap:.25rem}.product-report-entry-heading span{text-align:left}}@media(prefers-reduced-motion:reduce){.quality-ticker-track,.hero-product-dots button,.about-media-carousel>img{animation:none;transition:none}}
