:root {
  --navy: #0d2438;
  --navy-2: #15354c;
  --charcoal: #20282d;
  --text: #48545a;
  --green: #3f7163;
  --lime: #78ad48;
  --mint: #e9f1ee;
  --ice: #f0f5f4;
  --off-white: #f8f7f3;
  --warm-grey: #e7e5df;
  --white: #fff;
  --line: rgba(13, 36, 56, .14);
  --radius: 8px;
  --container: 1320px;
  --sans: Inter, Aptos, 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--off-white); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.85rem, 6.8vw, 6.25rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.5rem); }
h3 { font-size: 1.3rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--green); font-size: .7rem; font-weight: 600; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--navy); border-radius: 4px; background: var(--navy); color: var(--white); font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover, .button:focus-visible { background: var(--navy-2); transform: translateY(-2px); }
.button-outline { background: transparent; color: var(--navy); }
.button-outline:hover { color: var(--white); }
.button-accent { border-color: var(--lime); background: var(--lime); color: #092337; }
.button-accent:hover, .button-accent:focus-visible { border-color: #689c3f; background: #689c3f; color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.6); background: transparent; color: var(--white); }
.button-outline-light:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.button-small { min-height: 43px; padding-inline: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(248,247,243,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 35px rgba(13,36,56,.06); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 24px; transition: min-height .25s; }
.is-scrolled .header-inner { min-height: 68px; }
.site-branding { flex-shrink: 0; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 220px; max-height: 48px; object-fit: contain; }
.fallback-logo { display: block; }
.fallback-logo img { display: block; width: auto; max-width: 220px; max-height: 48px; object-fit: contain; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.025rem; font-weight: 600; white-space: nowrap; }
.wordmark em { color: var(--green); font-style: normal; font-weight: 400; }
.wordmark-mark { display: grid; width: 32px; aspect-ratio: 1; place-items: center; border: 1px solid var(--green); border-radius: 50% 50% 50% 10px; color: var(--green); }
.primary-navigation { display: none; }
.primary-navigation.is-open { position: absolute; z-index: 1001; top: 100%; right: 0; left: 0; display: block; max-height: calc(100dvh - 78px); padding: 28px 20px calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; background: var(--off-white); box-shadow: 0 18px 35px rgba(13,36,56,.08); }
.primary-navigation ul { margin: 0; padding: 0; list-style: none; }
.primary-navigation.is-open a { display: block; min-height: 52px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.2rem; }
.menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; place-content: center; gap: 6px; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 19px; height: 1px; background: var(--navy); transition: transform .2s; }
.menu-toggle[aria-expanded='true'] > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.header-cta { display: none; }

.hero-v2 { min-height: calc(100vh - 78px); display: grid; align-items: center; padding-top: 34px; }
.hero-v2-grid { display: grid; gap: 46px; }
.hero-lab-image { min-height: 480px; }
.hero-lab-image > img, .synthesis-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-v2-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(2.5rem, 3.2vw, 3.6rem); line-height: 1.08; }
.hero-lede { max-width: 650px; margin-bottom: 32px; color: var(--text); font-size: clamp(1rem, 1.5vw, 1.14rem); }
.trust-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0 0; color: #68757a; font-size: .65rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--green); }
.media-placeholder { position: relative; overflow: hidden; border-radius: var(--radius); background: #dce7e6; isolation: isolate; }
.media-placeholder::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(145deg, rgba(255,255,255,.8), transparent 45%), linear-gradient(20deg, #b9ceca, #eaf0ef); content: ''; }
.media-kicker { position: absolute; z-index: 2; top: 22px; left: 22px; color: var(--navy); font-size: .62rem; font-weight: 600; letter-spacing: .13em; }
.vial { position: absolute; width: 32%; max-width: 150px; aspect-ratio: .44; left: 50%; bottom: 8%; border: 1px solid rgba(13,36,56,.24); border-radius: 8px 8px 22px 22px; background: linear-gradient(to top, rgba(63,113,99,.24), rgba(255,255,255,.74)); box-shadow: inset 12px 5px 25px rgba(255,255,255,.65), 22px 30px 50px rgba(13,36,56,.16); transform: translateX(-50%); }
.vial i { position: absolute; width: 112%; height: 15%; top: -7%; left: -6%; border-radius: 4px; background: var(--navy); box-shadow: inset 0 4px rgba(255,255,255,.12); }
.vial b { position: absolute; right: 10%; bottom: 25%; left: 10%; padding: 10px 3px; border-top: 1px solid var(--green); border-bottom: 1px solid var(--green); color: var(--navy); font-size: .55rem; font-weight: 600; letter-spacing: .08em; line-height: 1.3; text-align: center; }
.vial b small { color: var(--green); font-size: .43rem; }
.vial-large { width: 34%; max-width: 210px; left: 58%; bottom: 5%; }
.lab-lines { position: absolute; right: 0; bottom: 10%; left: 0; height: 30%; border-top: 1px solid rgba(13,36,56,.12); }
.lab-lines i { position: absolute; right: 0; left: 0; height: 1px; background: rgba(13,36,56,.09); }
.lab-lines i:nth-child(1) { top: 30%; }.lab-lines i:nth-child(2) { top: 60%; }.lab-lines i:nth-child(3) { top: 90%; }

.section-heading { display: grid; gap: 20px; margin-bottom: 50px; }
.section-heading h2 { max-width: 900px; margin: 0; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--text); }
.peptide-section { background: var(--white); }
.peptide-grid { display: grid; gap: 24px; }
.peptide-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off-white); transition: transform .3s, box-shadow .3s; }
.peptide-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(13,36,56,.08); }
.peptide-image-slot { position: relative; min-height: 330px; overflow: hidden; background: var(--ice); }
.peptide-image-slot::after { position: absolute; z-index: 0; width: 220px; aspect-ratio: 1; right: -70px; bottom: -85px; border: 1px solid rgba(63,113,99,.15); border-radius: 50%; content: ''; }
.peptide-image-slot > span { position: absolute; z-index: 2; top: 17px; left: 18px; color: #738086; font-size: .63rem; letter-spacing: .12em; }
.peptide-image-slot > img { position: absolute; z-index: 1; inset: 11% 14%; width: 72%; height: 78%; object-fit: contain; object-position: center; }
.peptide-card-copy { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 23px; }
.peptide-card h3 { margin-bottom: 10px; font-size: 1.28rem; }
.peptide-card p { margin: 0; color: var(--text); font-size: .9rem; }
.peptide-card-copy > a { color: var(--green); font-size: 1.2rem; transition: transform .2s; }
.peptide-card:hover .peptide-card-copy > a { transform: translate(3px,-3px); }

.synthesis-section { background: var(--navy); color: #dbe3e7; }
.synthesis-grid { display: grid; gap: 52px; }
.synthesis-media { min-height: 500px; background: #b8c9cc; }
.synthesis-media::before { background: linear-gradient(140deg, rgba(255,255,255,.5), transparent 45%), linear-gradient(20deg, #829ba1, #dce5e4); }
.synthesis-cylinder { position: absolute; width: 28%; height: 60%; right: 18%; bottom: -5%; border: 1px solid rgba(13,36,56,.3); border-radius: 60px 60px 8px 8px; background: rgba(255,255,255,.28); box-shadow: 20px 20px 45px rgba(13,36,56,.2); }
.chromatogram { position: absolute; inset: 22% 8% 10%; border-bottom: 1px solid rgba(13,36,56,.2); }
.chromatogram i { position: absolute; bottom: 0; width: 2px; background: var(--green); }
.chromatogram i:nth-child(1) { left: 18%; height: 35%; }.chromatogram i:nth-child(2) { left: 43%; height: 75%; }.chromatogram i:nth-child(3) { left: 66%; height: 48%; }
.synthesis-copy { align-self: center; }
.synthesis-copy h2 { color: var(--white); }
.synthesis-copy > p:not(.eyebrow,.compliance-note) { color: #bac8ce; font-size: 1.05rem; }
.capability-list { display: grid; margin: 35px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.capability-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: .86rem; }
.capability-list span { color: #82b4a4; }
.compliance-note { color: #78868c; font-size: .75rem; }
.synthesis-copy .compliance-note { color: #91a4ac; }

.quality-v2 { background: var(--mint); }
.quality-grid { display: grid; gap: 50px; }
.quality-copy { align-self: center; }
.quality-copy > p:not(.eyebrow,.compliance-note) { max-width: 640px; color: var(--text); font-size: 1.05rem; }
.quality-modules { display: grid; gap: 22px; }
.quality-data { min-height: 320px; padding: 30px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.quality-data > span { font-size: .62rem; letter-spacing: .13em; }
.quality-data strong { display: block; margin: 55px 0 25px; font-size: clamp(1.6rem,4vw,2.6rem); font-weight: 400; line-height: 1.15; }
.data-bars { display: flex; height: 65px; align-items: end; gap: 8px; }
.data-bars i { flex: 1; background: #6a9b8d; }.data-bars i:nth-child(1) { height: 28%; }.data-bars i:nth-child(2) { height: 60%; }.data-bars i:nth-child(3) { height: 92%; }.data-bars i:nth-child(4) { height: 48%; }
.badge-list { display: flex; flex-wrap: wrap; gap: 8px; }
.badge-list span { padding: 8px 12px; border: 1px solid rgba(13,36,56,.2); border-radius: 99px; color: var(--navy); font-size: .65rem; font-weight: 600; letter-spacing: .05em; }

.beyond-section { background: var(--off-white); }
.products-showcase { background: var(--off-white); }
.product-category-grid { display: grid; gap: 22px; }
.product-category-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s,box-shadow .25s,border-color .25s; }
.product-category-card:hover, .product-category-card:focus-visible { border-color: rgba(120,173,72,.55); box-shadow: 0 16px 40px rgba(13,36,56,.08); transform: translateY(-3px); }
.product-category-image { aspect-ratio: 4 / 3; overflow: hidden; }
.product-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.image-upload-pending { display: grid; width: 100%; height: 100%; min-height: inherit; place-items: center; background: var(--ice); color: var(--green); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.product-category-card:hover .product-category-image img { transform: scale(1.02); }
.product-category-card > div:last-child { padding: 24px; }
.product-category-card span { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: rgba(120,173,72,.13); color: var(--green); font-size: .65rem; font-weight: 600; }
.product-category-card h3 { margin-bottom: 12px; }
.product-category-card p { color: var(--text); font-size: .88rem; }
.product-category-card strong { color: var(--green); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.compact-heading { grid-template-columns: 1fr; }
.beyond-grid { display: grid; border-top: 1px solid var(--line); }
.beyond-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.beyond-card > span { color: var(--green); font-size: .63rem; }
.beyond-card h3 { margin: 45px 0 12px; font-size: 1.35rem; }
.beyond-card p { max-width: 360px; color: var(--text); font-size: .9rem; }

.why-section { background: var(--white); }
.advantage-grid { display: grid; gap: 30px; }
.advantage { padding-top: 25px; border-top: 1px solid var(--line); }
.advantage h3 { margin: 25px 0 12px; }
.advantage p { margin: 0; color: var(--text); font-size: .9rem; }
.line-icon { position: relative; display: block; width: 34px; height: 34px; border: 1px solid var(--green); border-radius: 50%; }
.line-icon::before, .line-icon::after { position: absolute; background: var(--green); content: ''; }
.network::before { width: 12px; height: 1px; top: 16px; left: 10px; transform: rotate(35deg); }.network::after { width: 4px; height: 4px; top: 8px; left: 8px; border-radius: 50%; box-shadow: 14px 12px var(--green); }
.verify::before { width: 13px; height: 7px; top: 10px; left: 9px; border-bottom: 1px solid var(--green); border-left: 1px solid var(--green); background: transparent; transform: rotate(-45deg); }
.flexible::before { width: 15px; height: 1px; top: 12px; left: 8px; box-shadow: 0 8px var(--green); }.flexible::after { width: 4px; height: 4px; top: 10px; left: 18px; border-radius: 50%; box-shadow: -8px 8px var(--green); }
.global::before { inset: 7px; border: 1px solid var(--green); border-radius: 50%; background: transparent; }.global::after { width: 1px; height: 18px; top: 7px; left: 16px; }

.process-v2 { background: var(--navy-2); color: #cbd7db; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light .eyebrow { color: #86b2a5; }
.process-track { display: grid; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.process-track li { position: relative; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-track span { color: #84b7a7; font-size: .65rem; letter-spacing: .1em; }
.process-track h3 { margin: 35px 0 12px; color: var(--white); font-size: 1.15rem; }
.process-track p { margin: 0; font-size: .83rem; }

.industries-section { background: var(--off-white); }
.industry-grid { display: grid; gap: 26px; }
.industry-card { display: grid; overflow: hidden; border-radius: var(--radius); background: var(--white); }
.industry-image { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #c7d5d4; transition: transform .4s; }
.industry-image::before { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.4), transparent), linear-gradient(35deg,#77969a,#d9e1df); content: ''; }
.industry-image.has-image::before { content: none; }
.industry-image > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.industry-image span { position: absolute; z-index: 2; top: 20px; left: 20px; color: var(--navy); font-size: .61rem; letter-spacing: .12em; }
.industry-image i { position: absolute; z-index: 1; width: 44%; height: 65%; right: 12%; bottom: -10%; border: 1px solid rgba(13,36,56,.2); border-radius: 50% 50% 0 0; background: rgba(255,255,255,.22); }
.image-tone-2::before { background: linear-gradient(145deg,rgba(255,255,255,.4),transparent),linear-gradient(35deg,#aebeb7,#e0e5df); }.image-tone-3::before { background: linear-gradient(145deg,rgba(255,255,255,.4),transparent),linear-gradient(35deg,#b4ad9f,#e6e2d8); }.image-tone-4::before { background: linear-gradient(145deg,rgba(255,255,255,.4),transparent),linear-gradient(35deg,#879ba8,#dce4e7); }
.industry-card > div:last-child { padding: 25px; }
.industry-card h3 { margin-bottom: 12px; }
.industry-card p { margin: 0; color: var(--text); font-size: .9rem; }
.industry-card:hover .industry-image { transform: scale(1.015); }

.about-section { background: var(--white); }
.about-grid { display: grid; gap: 55px; }
.about-copy { align-self: center; }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: var(--text); }
.about-images { display: block; width: min(100%, 440px); margin-inline: auto; }
.editorial-image { position: relative; overflow: hidden; border-radius: var(--radius); }
.editorial-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-image.tall { width: 100%; height: auto; aspect-ratio: 3 / 4; }

.logistics-v2 { background: var(--ice); }
.logistics-grid { display: grid; gap: 35px; }
.logistics-grid > div:last-child > p { color: var(--text); }
.term-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; padding: 0; list-style: none; }
.term-list li { padding: 8px 12px; border: 1px solid var(--line); color: var(--navy); font-size: .65rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.logistics-v2 .button-outline-light { border-color: var(--navy); color: var(--navy); }
.logistics-v2 .button-outline-light:hover { background: var(--navy); color: var(--white); }
.final-cta-v2 { background: #081b2a; color: #c9d4d9; text-align: center; }
.final-cta-v2 .container { max-width: 920px; }
.final-cta-v2 h2 { color: var(--white); }
.final-cta-v2 .eyebrow, .final-cta-v2 .button-row { justify-content: center; }
.final-cta-v2 > .container > p:not(.eyebrow) { max-width: 670px; margin: 0 auto 30px; }

.quote-section { background: var(--off-white); }
.quote-grid { display: grid; gap: 48px; }
.quote-intro { align-self: start; }
.quote-intro h2 { max-width: 560px; }
.contact-page-title { max-width: 560px; font-size: clamp(2.2rem, 4.6vw, 4.5rem); }
.quote-intro > p:not(.eyebrow) { max-width: 540px; color: var(--text); }
.botanex-quote-form { min-width: 0; padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.botanex-quote-form .wpforms-container { margin: 0; color: var(--navy); font-family: var(--sans); }
.botanex-quote-form .wpforms-container .wpforms-field { padding: 0 0 20px; }
.botanex-quote-form .wpforms-container .wpforms-field-label,
.botanex-quote-form .wpforms-container .wpforms-field-sublabel { color: var(--navy); font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .02em; }
.botanex-quote-form .wpforms-container input[type='text'],
.botanex-quote-form .wpforms-container input[type='email'],
.botanex-quote-form .wpforms-container input[type='tel'],
.botanex-quote-form .wpforms-container input[type='number'],
.botanex-quote-form .wpforms-container input[type='url'],
.botanex-quote-form .wpforms-container select,
.botanex-quote-form .wpforms-container textarea { width: 100%; max-width: none; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(63,113,99,.28); border-radius: 5px; background: var(--off-white); color: var(--charcoal); font-family: var(--sans); font-size: 1rem; line-height: 1.5; box-shadow: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.botanex-quote-form .wpforms-container textarea { min-height: 150px; resize: vertical; }
.botanex-quote-form .wpforms-container input:focus,
.botanex-quote-form .wpforms-container select:focus,
.botanex-quote-form .wpforms-container textarea:focus { outline: none; border-color: var(--green); background: var(--white); box-shadow: 0 0 0 3px rgba(63,113,99,.14); }
.botanex-quote-form .wpforms-container input::placeholder,
.botanex-quote-form .wpforms-container textarea::placeholder { color: #7b878b; opacity: 1; }
.botanex-quote-form .wpforms-container .wpforms-submit-container { padding-top: 4px; }
.botanex-quote-form .wpforms-container button[type='submit'],
.botanex-quote-form .wpforms-container input[type='submit'] { min-height: 52px; padding: 0 25px; border: 1px solid var(--navy); border-radius: 4px; background: var(--navy); color: var(--white); font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .09em; line-height: 1; text-transform: uppercase; box-shadow: none; transition: transform .25s, background .25s; }
.botanex-quote-form .wpforms-container button[type='submit']:hover,
.botanex-quote-form .wpforms-container button[type='submit']:focus-visible,
.botanex-quote-form .wpforms-container input[type='submit']:hover,
.botanex-quote-form .wpforms-container input[type='submit']:focus-visible { border-color: var(--navy-2); background: var(--navy-2); color: var(--white); transform: translateY(-2px); }
.botanex-quote-form .wpforms-container label.wpforms-error,
.botanex-quote-form .wpforms-container em.wpforms-error { color: #8b3434; font-size: .75rem; }

/* Peptides page */
.peptides-page__hero { background: var(--ice); }
.peptides-page__hero-grid, .peptides-page__split-grid { display: grid; gap: 48px; }
.peptides-page__hero-copy { align-self: center; }
.peptides-page__hero-copy h1 { max-width: 620px; font-size: clamp(2.8rem,4.5vw,4.8rem); }
.peptides-page__hero-copy > p:not(.eyebrow) { max-width: 650px; color: var(--text); }
.peptides-page__hero-media { position: relative; display: grid; min-height: 390px; place-items: center; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg,#dbe7e6,#aabfc2); color: var(--navy); font-size: .65rem; letter-spacing: .12em; text-align: center; }
.peptides-page__hero-media::before { position: absolute; inset: 12%; border: 1px solid rgba(13,36,56,.18); border-radius: 50%; content: ''; }
.peptides-page__hero-media i { position: absolute; width: 36%; height: 56%; right: 10%; bottom: -8%; border: 1px solid rgba(13,36,56,.2); border-radius: 50% 50% 0 0; background: rgba(255,255,255,.18); }
.peptides-page__hero-media span { position: relative; z-index: 1; }
.peptides-page__hero-media > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.peptides-page__carousel-controls { display: flex; justify-content: flex-end; gap: 10px; margin: -40px 0 22px; }
.peptides-page__carousel-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; transition: background .2s,color .2s; }
.peptides-page__carousel-controls button:hover, .peptides-page__carousel-controls button:focus-visible { background: var(--navy); color: var(--white); }
.peptides-page__product-grid { display: flex; gap: 28px; overflow-x: auto; padding: 2px 2px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--green) var(--ice); }
.peptides-page__product { flex: 0 0 min(86vw,420px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scroll-snap-align: start; }
.peptides-page__product-image { display: grid; min-height: 330px; padding: 42px; place-items: center; background: var(--ice); }
.peptides-page__product-image img { width: 100%; height: 250px; object-fit: contain; }
.peptides-page__image-pending { display: grid; width: 150px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.peptides-page__product-copy { padding: 28px; }
.peptides-page__product-copy h3 { margin-bottom: 12px; }
.peptides-page__product-copy > p { min-height: 4.8em; color: var(--text); font-size: .9rem; }
.peptides-page__product-copy dl { margin: 24px 0; border-top: 1px solid var(--line); }
.peptides-page__product-copy dl div { display: grid; grid-template-columns: minmax(118px,.42fr) minmax(0,1fr); gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.peptides-page__product-copy dt { color: var(--green); font-weight: 600; text-transform: uppercase; }
.peptides-page__product-copy dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--navy); }
.peptides-page__split { background: var(--off-white); }
.peptides-page__anchor { position: relative; top: -90px; display: block; visibility: hidden; }
.peptides-page__split-grid > div:first-child { align-self: center; }
.peptides-page__split-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: var(--text); }
.peptides-page__portfolio-heading { max-width: 600px; font-size: clamp(2.2rem,3.5vw,3.6rem); }
.peptides-page__list-panel { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.peptides-page__list-panel ul, .peptides-page__research-list { margin: 0 0 28px; padding: 0; list-style: none; }
.peptides-page__list-panel li, .peptides-page__research-list li { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--navy); }
.peptides-page__list-panel p { color: var(--text); font-size: .9rem; }
.peptides-page__list-panel h3 { margin: 4px 0 10px; }
.peptides-page__cosmetic-image { aspect-ratio: 4 / 3; margin-top: 34px; overflow: hidden; border-radius: var(--radius); }
.peptides-page__cosmetic-image img { width: 100%; height: 100%; object-fit: cover; }
.peptides-page__custom { background: var(--navy-2); color: #cbd7db; }
.peptides-page__custom .section-heading > p { color: #cbd7db; }
.peptides-page__steps { display: grid; margin: 0 0 42px; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.peptides-page__steps li { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.peptides-page__steps span { color: #86b2a5; font-size: .68rem; letter-spacing: .12em; }
.peptides-page__steps h3 { margin: 30px 0 12px; color: var(--white); }
.peptides-page__steps p { margin: 0; font-size: .85rem; }
.peptides-page__capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.peptides-page__capabilities span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); color: var(--white); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }
.peptides-page__quality-grid, .peptides-page__beyond-grid, .peptides-page__why-grid { display: grid; gap: 20px; }
.peptides-page__quality-grid article, .peptides-page__beyond-grid article, .peptides-page__why-grid article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.peptides-page__quality-grid span { color: var(--green); font-size: .68rem; letter-spacing: .1em; }
.peptides-page__quality-grid h3 { margin: 34px 0 12px; }
.peptides-page__quality-grid p, .peptides-page__beyond-grid p, .peptides-page__why-grid p { margin: 0; color: var(--text); font-size: .86rem; }
.peptides-page__research { background: var(--ice); }
.peptides-page__research-list { align-self: center; padding: 20px 30px; border-radius: var(--radius); background: var(--white); }
.peptides-page__beyond { background: var(--off-white); }
.peptides-page__beyond-grid { margin-bottom: 34px; }
.peptides-page__why-grid article { border-width: 1px 0 0; border-radius: 0; background: transparent; }
.site-footer { padding: 80px 0 25px; background: #061521; color: #a9b7bd; }
.footer-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-intro p { max-width: 590px; margin: 24px 0 0; }
.wordmark-light { color: var(--white); }
.footer-logo .custom-logo { filter: brightness(0) invert(1); }
.footer-grid { display: grid; gap: 38px; padding-top: 50px; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer p { margin-bottom: 7px; font-size: .84rem; }
.site-footer a { transition: color .2s; }.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .68rem; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 22px; }

.content-area, .error-page { min-height: 65vh; padding-top: 110px; }
.content-narrow { max-width: 820px; }.entry-header, .archive-header { margin-bottom: 50px; }.entry-header h1, .error-page h1 { font-size: clamp(3rem,7vw,5.5rem); }.entry-content { font-size: 1.05rem; }.entry-content > * + * { margin-top: 1.5em; }.featured-image { margin-bottom: 40px; }.post-card { padding: 35px 0; border-bottom: 1px solid var(--line); }.post-card h2 { font-size: 2.3rem; }
.products-page__hero { padding-block: 76px; background: var(--ice); }
.products-page__hero .container { max-width: 980px; margin-left: max(20px,calc((100% - var(--container))/2)); }
.products-page__hero h1 { max-width: 700px; font-size: clamp(2.8rem,5vw,4.8rem); }
.products-page__hero p:not(.eyebrow) { max-width: 720px; color: var(--text); }
.products-page__category:nth-child(odd) { background: var(--white); }
.products-page__category-grid { display: grid; gap: 45px; }
.products-page__category-image { min-height: 340px; overflow: hidden; border-radius: var(--radius); }
.products-page__category-image img { width: 100%; height: 100%; object-fit: cover; }
.products-page__category-copy { align-self: center; }
.products-page__number { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: rgba(120,173,72,.14); color: var(--green); font-size: .68rem; font-weight: 600; }
.products-page__category-copy > p { max-width: 620px; color: var(--text); }
.products-page__category-copy ul { display: grid; gap: 8px; margin: 26px 0 32px; padding: 0; list-style: none; }
.products-page__category-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--navy); }
.products-page__category-copy li::before { margin-right: 10px; color: var(--lime); content: '+'; font-weight: 700; }
.has-motion .reveal { opacity: 0; transform: translateY(8px); transition: opacity .35s ease-out, transform .35s ease-out; }.has-motion .reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .section { padding: 115px 0; }
  .peptide-grid, .industry-grid { grid-template-columns: repeat(2,1fr); }
  .product-category-grid { grid-template-columns: repeat(2,1fr); }
  .capability-list, .beyond-grid, .advantage-grid { grid-template-columns: repeat(2,1fr); }
  .capability-list li:nth-child(odd) { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.17); }
  .capability-list li:nth-child(even) { padding-left: 18px; }
  .beyond-card:nth-child(odd), .advantage:nth-child(odd) { padding-right: 24px; }
  .beyond-card:nth-child(even), .advantage:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .botanex-quote-form { padding: 38px; }
  .peptides-page__product { flex-basis: min(46vw,420px); }
  .peptides-page__quality-grid, .peptides-page__beyond-grid, .peptides-page__why-grid { grid-template-columns: repeat(2,1fr); }
}

@media (min-width: 980px) {
  .header-inner { min-height: 88px; }.is-scrolled .header-inner { min-height: 72px; }
  .menu-toggle { display: none; }.wordmark { font-size: 17px; }.primary-navigation { display: block; margin-left: auto; }.primary-navigation ul { display: flex; align-items: center; gap: clamp(12px,1.25vw,22px); }.primary-navigation a { position: relative; color: var(--navy); font-size: 15px; font-weight: 500; white-space: nowrap; }.primary-navigation a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--green); content: ''; transform: scaleX(0); transition: transform .2s; }.primary-navigation a:hover::after { transform: scaleX(1); }.header-cta { display: inline-flex; font-size: 13px; }
  .hero-v2 { min-height: calc(100vh - 88px); padding: 60px 0 90px; }.hero-v2-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(65px,7vw,115px); }.hero-lab-image { min-height: min(680px,74vh); }.hero-v2-copy { order: 2; }
  .hero-v2-copy h1 { font-size: 42px; line-height: 1.10; max-width: 650px; margin-bottom: 28px; }
  .hero-v2 + .products-showcase { padding-top: 72px; }
  .section-heading { grid-template-columns: 1.5fr .65fr; align-items: end; margin-bottom: 70px; }
  .peptide-grid { grid-template-columns: repeat(3,1fr); gap: 28px; }.peptide-image-slot { min-height: 390px; }
  .product-category-grid { grid-template-columns: repeat(4,1fr); }
  .products-page__category-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,9vw,140px); }
  .products-page__category:nth-child(even) .products-page__category-image { order: 2; }
  .synthesis-grid, .quality-grid, .about-grid, .logistics-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,9vw,140px); }.synthesis-media { min-height: 700px; }
  .beyond-grid { grid-template-columns: repeat(4,1fr); }.beyond-card { min-height: 310px; padding: 28px 28px !important; border-left: 0 !important; border-right: 1px solid var(--line); }.beyond-card:first-child { padding-left: 0 !important; }.beyond-card:last-child { border-right: 0; }
  .advantage-grid { grid-template-columns: repeat(4,1fr); gap: 32px; }.advantage { padding: 28px 18px 0 0 !important; border-left: 0 !important; }
  .process-track { grid-template-columns: repeat(6,1fr); }.process-track li { min-height: 270px; padding: 28px 20px; border-right: 1px solid rgba(255,255,255,.18); }.process-track li:first-child { padding-left: 0; }.process-track li:last-child { border-right: 0; }
  .industry-grid { gap: 30px; }.industry-card { grid-template-columns: 1.15fr .85fr; }.industry-card:nth-child(3), .industry-card:nth-child(4) { grid-template-columns: .85fr 1.15fr; }.industry-card:nth-child(3) .industry-image, .industry-card:nth-child(4) .industry-image { order: 2; }.industry-card > div:last-child { display: flex; flex-direction: column; justify-content: end; padding: 32px; }
  .quote-grid { grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(65px,8vw,120px); }
  .footer-intro { flex-direction: row; align-items: end; justify-content: space-between; }.footer-grid { grid-template-columns: repeat(4,1fr); }.footer-bottom { flex-direction: row; justify-content: space-between; }
  .peptides-page__hero-grid { grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(65px,8vw,120px); }
  .peptides-page__split-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(65px,8vw,120px); }
  .peptides-page__hero-media { width: min(100%,520px); min-height: 500px; justify-self: end; }
  .peptides-page__product { flex-basis: calc((100% - 56px) / 3); }
  .peptides-page__steps { grid-template-columns: repeat(3,1fr); }
  .peptides-page__steps li { min-height: 250px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); }
  .peptides-page__steps li:first-child { padding-left: 0; }
  .peptides-page__steps li:last-child { border-right: 0; }
  .peptides-page__quality-grid, .peptides-page__beyond-grid, .peptides-page__why-grid { grid-template-columns: repeat(4,1fr); }
}

@media (min-width: 1180px) { .primary-navigation ul { gap: 25px; }.primary-navigation a { font-size: 15px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
