.coa-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#1412178c;animation:coaFade var(--dur-fast) var(--ease-out)}.coa-modal__panel{display:flex;flex-direction:column;width:92vw;max-width:900px;height:88vh;background:var(--cream);border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #1412174d;animation:coaRise var(--dur-fast) var(--ease-out)}.coa-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--hairline)}.coa-modal__eyebrow{margin-bottom:6px;font-family:var(--font-body);font-size:11px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;color:var(--label-navy)}.coa-modal__title{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.coa-modal__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:0;background:none;border:none;border-radius:8px;color:var(--label-navy);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out)}.coa-modal__close:hover{background:#1b2a4a14}.coa-modal__close:focus-visible{outline:2px solid var(--label-navy);outline-offset:2px}.coa-modal__frame{flex:1;width:100%;border:none}.coa-modal__footer{display:flex;justify-content:center;padding:14px 24px;border-top:1px solid var(--hairline)}.coa-modal__fallback{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--label-navy);text-decoration:underline}.coa-modal__fallback:hover{opacity:.85}@keyframes coaFade{0%{opacity:0}to{opacity:1}}@keyframes coaRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.coa-modal__backdrop,.coa-modal__panel{animation:none}}.coa-badge{display:flex;width:fit-content;align-items:center;margin-bottom:24px;padding:9px 18px;border:2px solid transparent;border-radius:999px;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.08em;line-height:1;text-transform:uppercase;text-decoration:none}button.coa-badge{background:var(--label-navy);color:var(--cream);cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out)}button.coa-badge:hover{transform:translateY(-1px);opacity:.9}button.coa-badge:focus-visible{outline:2px solid var(--label-navy);outline-offset:2px}.coa-badge--pending{background:transparent;border-color:var(--label-navy);color:var(--label-navy)}:root{--ink: #1C1917;--ink-soft: #57534E;--hairline: rgba(28, 25, 23, .12);--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 40px;--space-6: 64px;--space-7: 96px;--space-8: 128px;--type-display: clamp(2.75rem, 6vw, 4.5rem);--type-h2: clamp(2rem, 3.5vw, 3rem);--type-h3: clamp(1.25rem, 2vw, 1.5rem);--type-body: clamp(.9375rem, 1.2vw, 1.0625rem);--type-caption: clamp(.6875rem, .8vw, .8125rem);--color-background: #F5EFE9;--color-surface: #EDE4DC;--color-surface-dark: #C9B8A8;--color-text-primary: #2A2520;--color-text-secondary: #6B5F54;--color-border: #DFD3C5;--color-accent: #B8617C;--color-accent-hover: #A0526A;--ease-out: cubic-bezier(.22, 1, .36, 1);--dur-fast: .18s;--dur-base: .45s;--dur-slow: .7s;--section-pad-mobile: 56px;--cream: #F5EFE9;--hero-glow: #D86B8F;--label-pink: #F4CFD9;--label-navy: #1B2A4A;--font-display: "Jost", system-ui, sans-serif;--font-body: "Jost", system-ui, sans-serif;--footer-bg: #FCEBF2;--footer-height: 65dvh}*{margin:0;padding:0;box-sizing:border-box}.app-shell{color:var(--ink-soft)!important}.app-content h1,.app-content h2,.app-content h3,.app-content h4{color:var(--ink)!important;font-weight:700!important;letter-spacing:-.01em}.app-content p{color:var(--ink-soft)!important}.hero-accent{color:#d81b60!important}.section-eyebrow{margin-bottom:var(--space-3);color:#d81b60!important;font-family:var(--font-body);font-size:var(--type-caption)!important;font-weight:300;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.section-eyebrow--center{text-align:center}.app-content h2{font-size:var(--type-h2)!important}.app-content h3{font-size:var(--type-h3)!important}.card{background:#fff!important;border-color:var(--hairline)!important}.card:hover{box-shadow:0 12px 40px #1c191714}.research-proof{background:#fff!important;border-color:var(--hairline)!important}.catalog-page,.product-detail,.auth-shell,.terms-page{color:var(--ink-soft)}.catalog-page h1,.catalog-page h2,.catalog-page h3,.product-detail h1,.product-detail h2,.product-detail h3,.auth-shell h1,.terms-page h1,.terms-page h2,.terms-page h3{color:var(--ink)!important}.catalog-page p,.product-detail p,.auth-shell p,.terms-page p,.terms-page li{color:var(--ink-soft)!important}.auth-card{background:#fff!important;border-color:var(--hairline)!important;box-shadow:0 18px 50px #1c19170d}.auth-subtitle,.auth-field-label{color:var(--ink-soft)!important}.auth-shell p.auth-fade{color:#c0392b!important}.auth-field-label{font-size:var(--type-caption)!important;letter-spacing:.12em!important}.auth-checkbox{color:var(--ink-soft)!important;background:#fff!important}.auth-input{color:var(--ink)!important;border-color:var(--hairline)!important;background:#fff!important}.auth-input::placeholder{color:#a8a29e}.terms-page strong{color:var(--ink)!important}.terms-callout{background:#fff!important;border-color:var(--hairline)!important;color:var(--ink-soft)!important}.site-footer,.site-footer p{color:var(--ink-soft)!important}.site-footer .footer-wordmark{color:var(--ink)!important}.app-content{position:relative;z-index:1;background:var(--cream, #F5EFE9);min-height:100vh;margin-bottom:var(--footer-height)}.site-footer{position:fixed;left:0;right:0;bottom:0;z-index:0;height:var(--footer-height);overflow:hidden;background:var(--footer-bg);display:flex;flex-direction:column;justify-content:center}.footer-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(48px,9vw,140px);width:100%;max-width:1200px;margin:0 auto;padding:0 24px 54px}.footer-brand{max-width:720px}.footer-wordmark{display:block;color:var(--ink);font-family:var(--font-display);font-size:clamp(64px,10vw,124px);font-weight:300;letter-spacing:-.035em;line-height:.88}.footer-brand-line{max-width:440px;margin-top:24px;color:var(--ink-soft);font-family:var(--font-body);font-size:14px;line-height:1.65}.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:54px}.footer-nav__column{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-link{position:relative;display:inline-flex;font-family:var(--font-body);font-size:14px;color:var(--ink-soft);background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.footer-link:after{content:"";position:absolute;right:0;bottom:-4px;left:0;height:1px;background:#d81b60;transform:scaleX(0);transform-origin:left;transition:transform var(--dur-fast) var(--ease-out)}.footer-link:hover{color:#d81b60}.footer-link:hover:after,.footer-link:focus-visible:after{transform:scaleX(1)}.footer-moon{position:absolute;z-index:0;right:-8%;bottom:-28%;opacity:.13;pointer-events:none}.footer-legal{position:absolute;z-index:1;right:24px;bottom:18px;left:24px;display:flex;justify-content:space-between;gap:24px;color:var(--ink-soft);font-family:var(--font-body);font-size:11px;line-height:1.5}@media(max-width:768px){:root{--footer-height: max(680px, 82dvh)}.home-hero{padding:52px 20px 48px!important;overflow-x:clip!important}.hero-title{font-size:clamp(38px,10vw,44px)!important}.hero-badge{margin-bottom:22px!important;padding-inline:13px!important}.hero-actions{gap:10px!important}.hero-actions .btn{min-height:44px;padding-inline:20px}.trust-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 12px!important;padding:28px 20px!important}.home-section{padding:var(--section-pad-mobile) 20px!important}.home-cta{width:calc(100% - 40px);margin-bottom:var(--section-pad-mobile)!important;padding:48px 20px!important}.testimonials>div:last-child{grid-template-columns:minmax(0,1fr)!important}.researcher-rating-card{min-width:0}.app-content button{min-height:44px}.footer-inner{grid-template-columns:1fr;align-items:start;gap:34px;padding-bottom:72px}.footer-wordmark{font-size:clamp(52px,18vw,76px)}.footer-brand-line{margin-top:16px}.footer-nav{gap:52px}.footer-link{min-height:44px;align-items:center}.footer-moon{right:-42%;bottom:-15%;opacity:.09}.footer-legal{flex-direction:column;gap:4px;bottom:14px}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.app-shell{timeline-scope:--footer-reveal}.footer-reveal-sentinel{view-timeline-name:--footer-reveal;view-timeline-axis:block}@keyframes footerInnerRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes footerMoonRise{0%{transform:translateY(46px)}to{transform:translateY(0)}}.site-footer .footer-inner,.site-footer .footer-legal{animation:footerInnerRise auto var(--ease-out) both;animation-timeline:--footer-reveal;animation-range:cover 0% cover 48%}.site-footer .footer-moon{animation:footerMoonRise auto var(--ease-out) both;animation-timeline:--footer-reveal;animation-range:cover 0% cover 62%}}}@keyframes lunaDrift{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}}.luna-moon--animate{animation:lunaDrift 9s ease-in-out infinite}.home-hero{isolation:isolate;display:flex;align-items:center;background:var(--cream)}.home-hero__content{width:100%}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(circle 52vw at 108% -12%,color-mix(in srgb,var(--hero-glow) 34%,transparent),transparent 72%),radial-gradient(circle 52vw at -8% 112%,color-mix(in srgb,var(--hero-glow) 26%,transparent),transparent 72%),radial-gradient(ellipse 85% 70% at 72% 40%,color-mix(in srgb,var(--hero-glow) 14%,transparent),transparent 78%),linear-gradient(168deg,color-mix(in srgb,var(--hero-glow) 10%,transparent),color-mix(in srgb,var(--hero-glow) 4%,transparent) 55%,transparent 85%);-webkit-mask-image:linear-gradient(to bottom,#000 78%,transparent);mask-image:linear-gradient(to bottom,#000 78%,transparent)}.home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23g)'/%3E%3C/svg%3E")}.marquee{position:relative;z-index:1;width:100%;overflow:hidden;padding-block:13px;border-top:1px solid rgba(216,27,96,.08);background:#f8e3ea3d;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}.marquee__track{display:flex;width:max-content;animation:marqueeScroll 28s linear infinite;will-change:transform}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__group{display:flex;flex:none;align-items:center}.marquee__item{display:inline-flex;align-items:center;gap:24px;padding-left:24px;color:#8c747c;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1;text-transform:uppercase;white-space:nowrap}.marquee__separator{color:#d81b607a;font-size:9px}@keyframes marqueeScroll{to{transform:translate3d(-50%,0,0)}}.researcher-rating-card{display:flex;min-height:190px;padding:28px;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(145deg,#f8e3eaad,#f3e9dc7a)}.researcher-rating-card__score{margin-bottom:10px;color:#2a2520;font-family:var(--font-display);font-size:clamp(48px,5vw,64px);font-weight:300;letter-spacing:-.04em;line-height:.9}.researcher-rating-card__maximum{margin-left:5px;color:#9a7e87;font-family:var(--font-body);font-size:15px;font-weight:500;letter-spacing:0}.researcher-rating-card__caption{max-width:220px;margin-top:14px;color:#77696d;font-family:var(--font-body);font-size:13px;line-height:1.55}.why-researchers{background:#f5efe9!important}.guarantee-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(480px,1.28fr);gap:var(--space-7);width:100%;max-width:1200px;margin:0 auto;align-items:start}.guarantee-heading{position:sticky;top:104px}.guarantee-heading h2{max-width:420px;font-family:var(--font-display);font-weight:300;line-height:1.08}.guarantee-heading__copy{max-width:390px;margin-top:var(--space-4);font-size:var(--type-body);line-height:1.7}.guarantee-list{overflow:hidden;border:1px solid var(--hairline);border-radius:16px;background:#fff}.guarantee-row{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);gap:var(--space-4);align-items:center;padding:var(--space-5);background:#fff}.guarantee-row+.guarantee-row{border-top:1px solid var(--hairline)}.guarantee-row:before{content:"";position:absolute;top:var(--space-4);bottom:var(--space-4);left:0;width:3px;border-radius:0 3px 3px 0;background:var(--row-accent)}.guarantee-row--1{--row-accent: #D81B60}.guarantee-row--2{--row-accent: #D8C6AE}.guarantee-row--3{--row-accent: #9BA89B}.guarantee-row__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:12px;background:#f7f2ec;color:var(--ink)}.guarantee-row h3{margin-bottom:var(--space-2);font-family:var(--font-body);font-weight:700}.guarantee-row p{font-size:14px;line-height:1.7}.product-card{background:#fff!important;border-color:var(--hairline)!important;display:flex;flex-direction:column}.product-card>.product-image-frame{width:auto;margin:12px 12px 0;border-radius:10px!important}.product-card__body{flex:1;display:flex;flex-direction:column;padding:20px 20px 24px}.product-card__category{display:block;margin-bottom:4px;color:var(--ink-soft)!important;font-size:var(--type-caption)!important;font-weight:300;letter-spacing:.12em!important;text-transform:uppercase}.product-card__name{margin-bottom:8px;color:var(--ink)!important;font-family:var(--font-display);font-size:18px;font-weight:700!important;letter-spacing:-.01em;overflow-wrap:anywhere}.product-card__meta{margin-bottom:12px;font-size:12px}.product-card__desc{margin-bottom:16px;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.product-card__price{color:#d81b60!important;font-size:22px;font-weight:700}.product-card__stock-label{color:var(--ink-soft)!important;font-size:12px;font-weight:500}.product-card__dose{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:4px;background:#fff0f6;color:#999;font-size:11px}.product-card--oos .product-image-frame img{filter:saturate(.58) contrast(.94)}.badge{background:var(--ink)!important;color:#fff!important}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}@media(max-width:900px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__desc,.product-card__meta{display:none}.product-card__body{padding:14px 14px 16px}.product-card__name{font-size:15px}.product-card__price{font-size:18px}.product-card__footer{flex-direction:column;align-items:flex-start;gap:6px}.product-card .badge{font-size:8px;padding:3px 7px}.product-card__dose{font-size:9px;padding:3px 6px}.catalog-page .tag{min-height:44px;display:inline-flex;align-items:center}}.research-warning{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:32px;padding:11px 18px;background:var(--label-pink);border-top:3px solid var(--label-navy);border-bottom:3px solid var(--label-navy);border-radius:0;color:var(--label-navy)}.research-warning__heading{font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:var(--label-navy)}.research-warning__sep{font-size:13px;color:var(--label-navy)}.research-warning__body{font-size:13px;font-weight:300;line-height:1.5;color:var(--label-navy)}.trust-stat{position:relative}.trust-stat:not(:last-child):after{content:"";position:absolute;top:4px;right:-12px;bottom:4px;width:1px;background:var(--hairline)}.trust-stat__number{color:var(--ink)!important;font-size:clamp(28px,3vw,38px)!important;line-height:1}.trust-stat__caption{margin-top:var(--space-2);color:var(--ink-soft)!important}.testimonial-card{border-color:var(--hairline)!important}.testimonial-card__attribution{padding-top:var(--space-3);border-top:1px solid var(--hairline);color:var(--ink)!important}@media(max-width:768px){.guarantee-layout{grid-template-columns:1fr;gap:var(--space-5)}.guarantee-heading{position:static}.guarantee-row{grid-template-columns:48px minmax(0,1fr);gap:var(--space-3);padding:var(--space-4)}.guarantee-row__icon{width:46px;height:46px}.trust-stat:nth-child(2):after,.trust-stat:nth-child(4):after{display:none}.trust-stat:nth-child(-n+2){padding-bottom:var(--space-3);border-bottom:1px solid var(--hairline)}}.featured-products__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}@media(max-width:768px){.featured-products__cards{display:flex;gap:20px;overflow-x:auto;margin-inline:-24px;padding-inline:24px;scroll-padding-inline:24px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.featured-products__cards::-webkit-scrollbar{display:none}.featured-products__cards>*{flex:0 0 78%;scroll-snap-align:center}.featured-products__cards.reveal-stagger{opacity:0;transform:translateY(18px);transition:opacity var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.featured-products__cards.reveal-stagger.is-revealed{opacity:1;transform:none}.featured-products__cards.reveal-stagger>*,.featured-products__cards.reveal-stagger.is-revealed>*{opacity:1;transform:none;transition-delay:0ms}}.cta-moon{position:absolute;top:-20px;right:-14px;z-index:0;opacity:.4;pointer-events:none}.home-peptide-environment{position:relative;isolation:isolate;overflow:clip}.home-peptide-environment>section{position:relative;z-index:1}.floating-peptide-layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:clip;pointer-events:none;z-index:0}.floating-peptide{position:absolute;width:var(--peptide-size);opacity:0;transform:translate3d(28px,18px,0) rotate(calc(var(--peptide-rotation) - 2deg));animation:peptideEnter 1.2s var(--ease-out) forwards;will-change:transform,opacity}.floating-peptide__drift{width:100%;animation:peptideDrift var(--peptide-speed) ease-in-out infinite}.floating-peptide img{display:block;width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(ellipse 45% 48% at 50% 61%,#000 52%,rgba(0,0,0,.86) 68%,transparent 96%);mask-image:radial-gradient(ellipse 45% 48% at 50% 61%,#000 52%,rgba(0,0,0,.86) 68%,transparent 96%);filter:drop-shadow(0 28px 28px rgba(36,31,33,.14)) drop-shadow(0 6px 10px rgba(216,27,96,.08))}.floating-peptide--front{opacity:0;z-index:3}.floating-peptide--mid{z-index:2;filter:saturate(.9)}.floating-peptide--back{z-index:1;filter:blur(1.2px) saturate(.75)}.floating-peptide__molecule{display:block;width:100%;height:auto;color:#b8617c;opacity:.18}.peptide-products{animation-delay:.14s}.peptide-molecule{animation-delay:.26s}.peptide-cta{animation-delay:.38s}.peptide-footer{animation-delay:.5s;opacity:0}@keyframes peptideEnter{to{opacity:var(--peptide-opacity, .76);transform:translateZ(0) rotate(var(--peptide-rotation))}}@keyframes peptideDrift{0%,to{transform:translateZ(0) rotate(-1deg)}50%{transform:translate3d(0,-14px,0) rotate(1deg)}}.peptide-products{--peptide-opacity: .32}.peptide-molecule{--peptide-opacity: 1}.peptide-cta{--peptide-opacity: .5}.peptide-footer{--peptide-opacity: .26}@media(max-width:1279px){.floating-peptide{width:clamp(80px,10vw,180px)}.peptide-products,.peptide-footer{display:none}}@media(max-width:768px){.peptide-molecule,.peptide-cta,.peptide-footer{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important;scroll-behavior:auto!important}.reveal,.reveal-stagger>*,.hero-load{opacity:1!important;transform:none!important}.luna-moon--animate{animation:none!important}.floating-peptide{opacity:var(--peptide-opacity, .76);transform:rotate(var(--peptide-rotation))}.floating-peptide__drift{animation:none!important}.marquee{overflow:hidden}.marquee__track{animation:none!important}.marquee__group[aria-hidden=true]{display:none}}
