/*
Theme Name: ABP Parallel
Theme URI: https://parallel.invalid/abp
Author: Manus AI
Description: Isolated staging theme for Anew BioPeptides.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: abp-parallel
*/

:root {
  --abp-plum: #5f266d;
  --abp-violet: #a77bf3;
  --abp-deep: #1f1533;
  --abp-teal: #17858b;
  --abp-paper: #fcfbfd;
  --abp-lilac: #f6f0fa;
  --abp-ink: #1f1c27;
  --abp-muted: #6d6877;
  --abp-border: #e9e4ee;
  --abp-white: #fff;
  --abp-shadow: 0 18px 42px rgba(40, 25, 60, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--abp-ink); background: var(--abp-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.abp-shell { min-height: 100vh; display: flex; flex-direction: column; }
.abp-container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.abp-preview-notice { padding: 7px 20px; color: #f8effb; background: linear-gradient(90deg, #61266f, #17858b); text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .03em; }
.abp-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--abp-border); backdrop-filter: blur(12px); }
.abp-header__inner { min-height: 76px; display: flex; align-items: center; gap: 23px; }
.abp-logo { flex: 0 0 auto; }
.abp-logo img { display: block; width: auto; max-height: 40px; }
.abp-nav { display: flex; align-items: center; gap: 20px; margin-left: 8px; font-size: .84rem; font-weight: 700; }
.abp-nav a, .abp-audience-link { color: #393342; text-decoration: none; transition: color .15s ease; }
.abp-nav a:hover, .abp-audience-link:hover { color: var(--abp-plum); }
.abp-header__actions { display: flex; align-items: center; gap: 11px; margin-left: auto; font-size: .8rem; white-space: nowrap; }
.abp-audience-link { padding: 6px 7px; }
.abp-account, .abp-cart, .abp-signout { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 13px; border: 1px solid var(--abp-border); border-radius: 999px; color: var(--abp-deep); background: #fff; text-decoration: none; font-weight: 800; }
.abp-account { color: #fff; background: var(--abp-plum); border-color: var(--abp-plum); }
.abp-account.is-signed-in { max-width: 230px; overflow: hidden; color: #36565b; background: #eff7f5; border-color: #cfe5e1; text-overflow: ellipsis; }
.abp-signout { min-height: 32px; padding: 6px 10px; color: #36565b; background: #fff; font-size: .72rem; }
.abp-cart span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-left: 5px; border-radius: 50%; color: #fff; background: var(--abp-teal); font-size: .66rem; }
.abp-main { flex: 1; }
.abp-hero { padding: clamp(70px, 11vw, 128px) 0 clamp(72px, 10vw, 118px); color: #fff; background: radial-gradient(circle at 70% 15%, rgba(13,150,134,.48), transparent 32%), radial-gradient(circle at 10% 20%, rgba(107,55,159,.46), transparent 35%), linear-gradient(116deg, #23143f 0%, #172449 52%, #063f42 100%); }
.abp-hero__inner { text-align: center; }
.abp-kicker { margin: 0 0 15px; color: #9be8dd; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.abp-kicker span { display: inline-block; margin-left: 8px; padding: 2px 7px; border-radius: 999px; color: #346166; background: #cce6e3; letter-spacing: .02em; text-transform: none; }
.abp-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.065em; }
.abp-hero h1 span { color: #ae8dff; }
.abp-hero p { max-width: 720px; margin: 27px auto 0; color: #e6e3ec; font-size: clamp(1rem, 2.1vw, 1.18rem); }
.abp-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.abp-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; padding: 12px 20px; border: 1px solid #d9c5ff; border-radius: 999px; color: #fff; background: #6e4ac2; box-shadow: 0 8px 20px rgba(25, 14, 55, .19); font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.abp-button:hover { transform: translateY(-1px); background: #5d38ad; }
.abp-button--secondary { color: #332354; background: #fff; border-color: #d8cbea; }
.abp-button--secondary:hover { color: #fff; background: var(--abp-plum); }
.abp-section { padding: clamp(62px, 8vw, 96px) 0; }
.abp-section--patches { background: #fff; }
.abp-section--strips { background: #f9f7fb; }
.abp-section--video { color: #fff; background: linear-gradient(125deg, #1c1234, #272050 56%, #105c5d); }
.abp-section--science { background: #fff; }
.abp-section-heading { max-width: 760px; }
.abp-section-heading h2, .abp-video-callout h2, .abp-two-column h2 { margin: 0; color: var(--abp-deep); font-size: clamp(2.15rem, 4.7vw, 4.15rem); line-height: 1.02; letter-spacing: -.055em; }
.abp-section-heading > p:not(.abp-kicker), .abp-two-column > div > p:not(.abp-kicker) { max-width: 720px; margin: 18px 0 0; color: var(--abp-muted); font-size: 1.02rem; }
.abp-text-link, .abp-card-link { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--abp-plum); font-size: .9rem; font-weight: 800; text-decoration: none; }
.abp-text-link:hover, .abp-card-link:hover { color: var(--abp-teal); }
.abp-stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 40px 0 30px; }
.abp-stat-row div { min-height: 112px; padding: 18px; border: 1px solid #ebe7ef; border-radius: 15px; background: #fbfbfc; }
.abp-stat-row strong, .abp-stat-row span { display: block; }
.abp-stat-row strong { color: var(--abp-plum); font-size: 1.25rem; line-height: 1.18; }
.abp-stat-row span { margin-top: 7px; color: var(--abp-muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.abp-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; }
.abp-product-grid--six { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 36px; }
.abp-product-card { overflow: hidden; min-width: 0; border: 1px solid var(--abp-border); border-radius: 17px; background: #fff; box-shadow: 0 8px 22px rgba(40, 25, 60, .05); transition: transform .16s ease, box-shadow .16s ease; }
.abp-product-card:hover { transform: translateY(-4px); box-shadow: var(--abp-shadow); }
.abp-product-card__image { display: grid; place-items: center; min-height: 214px; padding: 22px; background: radial-gradient(ellipse at 50% 72%, color-mix(in srgb, var(--product-accent) 21%, transparent), transparent 68%); }
.abp-product-card__image img { display: block; max-width: 100%; max-height: 196px; object-fit: contain; }
.abp-product-card__body { padding: 0 20px 21px; }
.abp-product-card__format { margin: 0; color: var(--product-accent); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.abp-product-card h3 { display: flex; align-items: center; gap: 7px; margin: 8px 0; color: var(--abp-deep); font-size: 1.16rem; line-height: 1.15; }
.abp-product-card h3 a { text-decoration: none; }
.abp-ou-mark, .mk-ou-mark { display: inline-grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px; border: 1.6px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 7px; font-weight: 900; letter-spacing: -.6px; }
.abp-product-card__tagline { min-height: 58px; margin: 0; color: #4d4653; font-size: .89rem; line-height: 1.42; }
.abp-product-card__actives { min-height: 28px; margin: 15px 0 0; color: var(--product-accent); font-size: .78rem; font-weight: 800; }
.abp-product-card__count { margin: 7px 0 0; color: var(--abp-muted); font-size: .76rem; }
.abp-card-link { margin-top: 16px; }
.abp-video-callout { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.abp-video-callout .abp-kicker { color: #a8ede4; }
.abp-video-callout h2 { color: #fff; }
.abp-video-callout p:not(.abp-kicker) { max-width: 630px; color: #ded9e8; }
.abp-two-column { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; gap: clamp(35px, 6vw, 95px); }
.abp-provider-card { padding: 32px; border: 1px solid #d8d0e6; border-radius: 22px; background: #f8f5fc; box-shadow: var(--abp-shadow); }
.abp-provider-card h3 { margin: 8px 0 14px; color: var(--abp-deep); font-size: 1.65rem; line-height: 1.1; }
.abp-provider-card p:not(.abp-kicker) { color: var(--abp-muted); }
.abp-footer { margin-top: auto; color: rgba(255,255,255,.52); background: #0a0a0a; }
.abp-footer__main { padding-top: 3rem; padding-bottom: 3rem; }
.abp-footer__columns { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); }
.abp-footer h2 { margin: .25rem 0 .85rem; color: #fff; font-size: 1.08rem; }
.abp-footer h3 { margin: 0 0 1rem; color: rgba(255,255,255,.36); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.abp-footer p, .abp-footer a, .abp-footer__inactive-link { color: rgba(255,255,255,.46); font-size: .83rem; line-height: 1.55; }
.abp-footer__brand > p { max-width: 17rem; margin: 0; }
.abp-footer a { display: block; width: fit-content; margin-bottom: .52rem; text-decoration: none; }
.abp-footer a:hover { color: #fff; }
.abp-footer__legal-links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1rem; }
.abp-footer__legal-links a { margin: 0; font-size: .74rem; }
.abp-footer__inactive-link { display: block; margin-bottom: .52rem; opacity: .65; }
.abp-footer__regulatory { border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.38); }
.abp-footer__regulatory .abp-container { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.abp-footer__eyebrow { margin: 0 0 .8rem; color: rgba(255,255,255,.34) !important; font-size: .68rem !important; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.abp-footer__regulatory-copy { max-width: 58rem; }
.abp-footer__regulatory-copy p { margin: 0 0 .5rem; color: rgba(255,255,255,.37); font-size: .72rem; }
.abp-footer__regulatory-copy strong { color: rgba(255,255,255,.58); }
.abp-footer__preview-legal-note { max-width: 58rem; margin: 1rem 0 0; padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.11); border-radius: .55rem; color: rgba(255,255,255,.53) !important; background: rgba(255,255,255,.035); font-size: .71rem !important; }
.abp-footer__copyright { border-top: 1px solid rgba(255,255,255,.06); background: rgba(0,0,0,.6); }
.abp-footer__copyright .abp-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1.25rem; padding-top: 1rem; padding-bottom: 1rem; }
.abp-footer__copyright p { margin: 0; color: rgba(255,255,255,.28); font-size: .7rem; }
.abp-footer__staging-note { width: 100%; color: rgba(255,255,255,.45) !important; }
.abp-page, .woocommerce-page .site-main { width: min(1200px, calc(100% - 48px)); margin: 56px auto; }
.woocommerce .button, .woocommerce button.button, .woocommerce a.button { border-radius: 999px; color: #fff; background: var(--abp-plum); }
.peptides-account-access { max-width: 820px; padding: 28px; border: 1px solid var(--abp-border); border-radius: 18px; background: #fff; }
.peptides-account-access table { width: 100%; border-collapse: collapse; }
.peptides-account-access th, .peptides-account-access td { padding: 12px; border-bottom: 1px solid var(--abp-border); text-align: left; }

@media (max-width: 1080px) {
  .abp-header__inner { flex-wrap: wrap; padding: 12px 0; gap: 12px 18px; }
  .abp-nav { order: 3; width: 100%; margin: 0; }
  .abp-header__actions { margin-left: auto; }
  .abp-product-grid, .abp-product-grid--six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .abp-container { width: min(100% - 32px, 1200px); }
  .abp-header__actions { gap: 5px; font-size: .74rem; }
  .abp-audience-link { display: none; }
  .abp-nav { justify-content: space-between; gap: 10px; font-size: .75rem; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .abp-nav a { white-space: nowrap; }
  .abp-stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .abp-video-callout, .abp-two-column { grid-template-columns: 1fr; display: grid; }
  .abp-footer__columns { grid-template-columns: 1fr; }
  .abp-footer__main { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .abp-footer__copyright .abp-container { display: block; }
  .abp-footer__copyright p { margin-top: .45rem; }
}
@media (max-width: 480px) {
  .abp-product-grid, .abp-product-grid--six { grid-template-columns: 1fr; }
  .abp-header__inner { min-height: 0; }
  .abp-cart { padding: 8px 10px; }
  .abp-product-card__tagline { min-height: 0; }
}

/* Public-product parity layout */
.abp-product-page { padding: 35px 0 88px; background: #fff; }
.abp-back-link { display: inline-flex; margin-bottom: 30px; color: var(--abp-muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.abp-back-link:hover { color: var(--abp-plum); }
.abp-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); align-items: start; gap: clamp(40px, 7vw, 102px); }
.abp-product-visual__frame { display: grid; place-items: center; min-height: 470px; padding: 48px; border: 1px solid color-mix(in srgb, var(--product-accent) 22%, #fff); border-radius: 28px; background: radial-gradient(ellipse at 50% 67%, color-mix(in srgb, var(--product-accent) 22%, transparent), transparent 67%); }
.abp-product-visual__frame img { display: block; max-width: 100%; max-height: 385px; object-fit: contain; }
.abp-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.abp-trust-row > span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid var(--abp-border); border-radius: 999px; color: #52485b; background: #fff; font-size: .72rem; font-weight: 800; }
.abp-product-summary .abp-kicker { color: var(--product-accent); }
.abp-product-summary h1 { max-width: 600px; margin: 0; color: var(--abp-deep); font-size: clamp(2.45rem, 4.3vw, 4.3rem); line-height: 1.03; letter-spacing: -.055em; }
.abp-product-summary__lead { max-width: 590px; margin: 19px 0 0; color: var(--abp-muted); font-size: 1.06rem; }
.abp-active-list { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.abp-active-list > span { width: 100%; color: #766c7d; font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.abp-active-list b { padding: 6px 10px; border: 1px solid color-mix(in srgb, var(--product-accent) 35%, #fff); border-radius: 999px; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent) 9%, #fff); font-size: .82rem; }
.abp-price-panel { margin-top: 28px; padding: 22px; border: 1px solid var(--abp-border); border-radius: 19px; background: #fbfafc; }
.abp-price-panel__caption { margin: 0; color: #756a7b; font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.abp-product-price { margin: 7px 0 4px; color: var(--abp-deep); font-size: 2.15rem; font-weight: 900; line-height: 1; }
.abp-product-price small { color: var(--abp-muted); font-size: .82rem; font-weight: 600; }
.abp-price-panel__note { margin: 10px 0 0; color: var(--abp-muted); font-size: .78rem; }
.abp-price-panel .quantity { margin: 17px 8px 0 0; }
.abp-price-panel form.cart { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; }
.abp-price-panel form.cart .button { margin-top: 17px; padding: 13px 20px; }
.abp-product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.abp-product-meta span { padding: 5px 0; color: var(--abp-muted); font-size: .78rem; }
.abp-product-meta span + span::before { margin-right: 8px; color: #c3bac9; content: '•'; }
.abp-product-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; margin-top: 70px; }
.abp-product-detail-grid section { padding: 27px; border: 1px solid var(--abp-border); border-radius: 19px; background: #fff; box-shadow: 0 8px 22px rgba(40,25,60,.04); }
.abp-product-detail-grid section p:last-child { margin: 0; color: var(--abp-muted); }
.abp-facts-section { margin-top: 56px; }
.abp-supplement-facts { max-width: 450px; padding: 15px; border: 2px solid #16131a; color: #16131a; background: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.abp-supplement-facts h2 { margin: 0; padding-bottom: 5px; border-bottom: 5px solid #16131a; font-family: inherit; font-size: 1.45rem; line-height: 1; }
.abp-supplement-facts p { margin: 6px 0; font-size: .72rem; line-height: 1.42; }
.abp-supplement-facts > div:not(.abp-facts-header) { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; border-bottom: 1px solid #a9a9a9; font-size: .76rem; }
.abp-facts-header { display: flex; justify-content: space-between; gap: 18px; padding: 6px 0; border-bottom: 2px solid #16131a; font-size: .72rem; }
.abp-product-disclaimer { max-width: 820px; margin-top: 34px; padding: 17px 20px; border-left: 4px solid var(--product-accent); color: #5e5365; background: #faf7fb; font-size: .82rem; }
.abp-product-disclaimer p { margin: 0; }
@media (max-width: 860px) { .abp-product-layout { grid-template-columns: 1fr; } .abp-product-visual__frame { min-height: 360px; } .abp-product-detail-grid { grid-template-columns: 1fr; margin-top: 45px; } }
@media (max-width: 480px) { .abp-product-page { padding-top: 24px; } .abp-product-visual__frame { min-height: 300px; padding: 30px; } .abp-product-visual__frame img { max-height: 270px; } .abp-price-panel { padding: 18px; } }

/* Route-driven public informational pages */
.abp-parity-page__hero { padding: clamp(64px, 9vw, 110px) 0; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(34,137,132,.46), transparent 29%), linear-gradient(125deg, #26143b, #25305b 58%, #0e5555); }
.abp-parity-page__hero .abp-kicker { color: #a6eee7; }
.abp-parity-page__hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(2.75rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -.06em; }
.abp-parity-page__hero p:not(.abp-kicker) { max-width: 720px; margin: 22px 0 0; color: #e2e0e9; font-size: 1.06rem; }
.abp-parity-page__body { padding-top: clamp(54px, 7vw, 86px); padding-bottom: clamp(72px, 8vw, 112px); }
.abp-guide-steps, .abp-record-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.abp-guide-steps article, .abp-record-grid article { padding: 27px; border: 1px solid var(--abp-border); border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(40,25,60,.04); }
.abp-guide-steps span { display: inline-grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: #fff; background: var(--abp-plum); font-size: .76rem; font-weight: 900; }
.abp-guide-steps h3, .abp-record-grid h3 { margin: 18px 0 8px; color: var(--abp-deep); font-size: 1.15rem; }
.abp-guide-steps p, .abp-record-grid p { margin: 0; color: var(--abp-muted); font-size: .9rem; }
.abp-page-products { margin-top: 68px; }
.abp-page-products h2, .abp-page-callout h2, .abp-contact-shell h2, .abp-legal-sections h2 { margin: 0; color: var(--abp-deep); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }
.abp-page-products .abp-product-grid { margin-top: 28px; }
.abp-page-callout { margin-top: 62px; padding: clamp(28px, 5vw, 52px); border-radius: 25px; color: #fff; background: linear-gradient(125deg, #37194b, #144e52); }
.abp-page-callout h2 { color: #fff; }
.abp-page-callout p { max-width: 700px; color: #e4dde9; }
.abp-page-callout .abp-button { margin-top: 10px; }
.abp-contact-shell { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 52px; }
.abp-contact-shell > section p { color: var(--abp-muted); }
.abp-contact-shell form { display: grid; gap: 15px; padding: 28px; border: 1px solid var(--abp-border); border-radius: 20px; background: #fff; box-shadow: var(--abp-shadow); }
.abp-contact-shell label { display: grid; gap: 6px; color: #51465a; font-size: .79rem; font-weight: 800; }
.abp-contact-shell input, .abp-contact-shell textarea { width: 100%; padding: 11px; border: 1px solid #ded6e4; border-radius: 9px; color: #8d8494; background: #f8f7f9; font: inherit; }
.abp-contact-shell button:disabled { cursor: not-allowed; opacity: .72; }
.abp-legal-sections { display: grid; gap: 17px; max-width: 900px; }
.abp-legal-sections section { padding: 25px; border: 1px solid var(--abp-border); border-radius: 16px; background: #fff; }
.abp-legal-sections h2 { font-size: 1.28rem; }
.abp-legal-sections p { margin: 10px 0 0; color: var(--abp-muted); }
@media (max-width: 800px) { .abp-guide-steps, .abp-record-grid, .abp-contact-shell { grid-template-columns: 1fr; } }

/* Controlled public-parity product detail extensions. */
.abp-benefit-section,
.abp-product-faq { margin-top: 3.5rem; }
.abp-benefit-section h2,
.abp-product-faq h2 { margin: 0 0 1.25rem; color: var(--abp-deep); font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.abp-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: .85rem; }
.abp-benefit-grid article { display: flex; align-items: flex-start; gap: .7rem; min-height: 5rem; padding: 1rem; border: 1px solid rgba(92, 52, 130, .12); border-radius: 1rem; background: #fff; }
.abp-benefit-grid span { display: inline-flex; flex: 0 0 1.35rem; align-items: center; justify-content: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent) 14%, white); font-weight: 800; }
.abp-benefit-grid p { margin: 0; }
.abp-product-faq details { padding: 1rem 0; border-bottom: 1px solid rgba(23, 17, 44, .12); background: #fff; }
.abp-product-faq summary { color: var(--abp-deep); cursor: pointer; font-weight: 700; }
.abp-product-faq details p { max-width: 50rem; margin: .75rem 0 0; color: var(--abp-muted); }
@media (max-width: 640px) { .abp-benefit-section, .abp-product-faq { margin-top: 2.5rem; } .abp-benefit-grid { grid-template-columns: 1fr; } }

/* Science-route parity modules. */
.abp-science-heading { margin: 0 auto 2rem; max-width: 44rem; text-align: center; }
.abp-science-heading h2 { margin: 0; color: var(--abp-deep); font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.045em; }
.abp-page-products--science { margin-top: 4.5rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.75rem; color: #fff; background: #201a24; text-align: center; }
.abp-page-products--science h2 { color: #fff; }
.abp-page-products--science .abp-kicker { color: #9ed7d3; }
.abp-science-formula-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; margin-top: 1.5rem; }
.abp-science-formula-links a { padding: .65rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(255,255,255,.09); font-size: .88rem; font-weight: 700; text-decoration: none; }
.abp-science-formula-links a:hover { background: rgba(255,255,255,.18); }
.abp-product-faq--science { max-width: 68rem; margin-right: auto; margin-left: auto; }

/* Quality-record route parity modules; no certificate files are exposed in preview. */
.abp-quality-intro { max-width: 52rem; margin: 0 auto 3rem; padding: 1rem 1.15rem; border: 1px solid rgba(104, 62, 137, .15); border-radius: 1rem; background: rgba(255,255,255,.72); color: var(--abp-muted); }
.abp-quality-intro p { margin: 0; }
.abp-quality-group { margin-top: 4.5rem; }
.abp-quality-group > h2 { margin: 0; color: var(--abp-deep); font-size: clamp(1.9rem, 3.5vw, 3rem); letter-spacing: -.045em; }
.abp-quality-group > p:not(.abp-kicker) { max-width: 48rem; margin: .85rem 0 0; color: var(--abp-muted); }
.abp-quality-group .abp-record-grid { margin-top: 1.5rem; }
.abp-quality-group--archived { padding: clamp(2rem, 5vw, 4rem); border-radius: 1.75rem; background: #f7f5f8; }
.abp-record-label { margin: 0 0 .55rem !important; color: var(--abp-accent) !important; font-size: .66rem !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.abp-record-status { display: inline-flex; margin-top: 1.25rem; padding: .4rem .65rem; border: 1px solid rgba(104, 62, 137, .18); border-radius: 999px; color: var(--abp-muted); background: #fff; font-size: .72rem; font-weight: 700; }

/* Locally hosted current formula-video library. */
.abp-video-page-heading { margin: 0 0 1.5rem; }
.abp-video-page-heading + .abp-video-grid { margin-bottom: 5rem; }
.abp-video-page-heading h2 { margin: 0; color: var(--abp-deep); font-size: clamp(1.9rem, 3.5vw, 3rem); letter-spacing: -.045em; }
.abp-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; }
.abp-video-card { overflow: hidden; border: 1px solid rgba(23,17,44,.12); border-radius: 1.5rem; background: #fff; box-shadow: 0 8px 22px rgba(23,17,44,.06); }
.abp-video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #201a24; object-fit: cover; }
.abp-video-card__body { padding: 1.25rem 1.35rem 1.45rem; }
.abp-video-card__format { margin: 0; color: var(--product-accent); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.abp-video-card h2, .abp-video-card h3 { margin: .55rem 0 .2rem; color: var(--abp-deep); font-size: 1.35rem; }
.abp-video-card__body > p:not(.abp-video-card__format) { margin: 0; color: var(--abp-muted); }
.abp-video-card a { display: inline-flex; margin-top: 1rem; color: var(--product-accent); font-size: .9rem; font-weight: 800; text-decoration: none; }
@media (max-width: 720px) { .abp-video-grid { grid-template-columns: 1fr; } .abp-video-page-heading + .abp-video-grid { margin-bottom: 3.5rem; } }

/* Public contact-page structure with preview-only disabled delivery. */
.abp-contact-shell { display: grid; grid-template-columns: minmax(17rem, .82fr) minmax(0, 1.18fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.abp-contact-shell > aside { padding: clamp(1.6rem, 3vw, 2.2rem); border-radius: 1.5rem; color: #fff; background: #1e1930; }
.abp-contact-shell > aside h2 { margin: .35rem 0 0; color: #fff; font-size: 1.15rem; }
.abp-contact-shell > aside section { margin-top: 1.65rem; }
.abp-contact-shell > aside section p { margin: .45rem 0 0; color: rgba(255,255,255,.65); font-size: .9rem; }
.abp-contact-shell > aside a { display: inline-flex; margin-top: .75rem; color: #d8c2ff; font-size: .88rem; font-weight: 800; text-decoration: none; }
.abp-contact-email { margin: .45rem 0 0; color: #d8c2ff; font-size: .9rem; }
.abp-contact-email span { display: block; margin-top: .2rem; color: rgba(255,255,255,.46); font-size: .72rem; }
.abp-contact-warning { margin: 2.25rem 0 0; color: rgba(255,255,255,.42); font-size: .74rem; line-height: 1.55; }
.abp-contact-shell > form { display: grid; gap: 1.15rem; padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid rgba(23,17,44,.12); border-radius: 1.5rem; background: #fff; box-shadow: 0 8px 24px rgba(23,17,44,.05); }
.abp-contact-shell > form h2 { margin: .25rem 0 0; color: var(--abp-deep); font-size: clamp(1.6rem, 3vw, 2.35rem); }
.abp-form-preview-note { margin: .75rem 0 0; color: var(--abp-muted); font-size: .88rem; }
.abp-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.abp-contact-shell label { display: grid; gap: .45rem; color: var(--abp-deep); font-size: .86rem; font-weight: 800; }
.abp-contact-shell small { color: var(--abp-muted); font-size: .75rem; font-weight: 500; }
.abp-contact-shell input, .abp-contact-shell select, .abp-contact-shell textarea { box-sizing: border-box; width: 100%; padding: .78rem .85rem; border: 1px solid #dedbe5; border-radius: .75rem; color: #817c8a; background: #f8f7fa; font: inherit; opacity: 1; }
.abp-contact-shell button:disabled { cursor: not-allowed; opacity: .55; }
@media (max-width: 760px) { .abp-contact-shell { grid-template-columns: 1fr; } .abp-contact-grid { grid-template-columns: 1fr; } }

/* Unified synthetic account presentation. */
.abp-page .woocommerce { max-width: 72rem; margin: 3rem auto 5rem; }
.abp-unified-login { display: grid; min-height: 58vh; place-items: center; padding: 2rem 0; }
.abp-unified-login__card { width: min(100%, 30rem); padding: clamp(1.75rem, 5vw, 3rem); border-radius: 1.6rem; background: #fff; box-shadow: 0 18px 50px rgba(15,10,35,.16); }
.abp-unified-login__brand { display: block; margin-bottom: 2.5rem; color: var(--abp-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 700; text-align: center; text-decoration: none; }
.abp-unified-login h1 { margin: .4rem 0; color: var(--abp-deep); font-size: clamp(1.65rem, 4vw, 2.25rem); text-align: center; }
.abp-unified-login > .abp-unified-login__card > p { color: var(--abp-muted); text-align: center; }
.abp-unified-login__notice { padding: .8rem .9rem; border: 1px solid #e4d9ed; border-radius: .85rem; background: #faf8fc; font-size: .8rem; line-height: 1.45; }
.abp-unified-login form { display: grid; gap: .55rem; margin-top: 1.4rem; }
.abp-unified-login label { color: var(--abp-muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.abp-unified-login input { width: 100%; box-sizing: border-box; margin-bottom: .75rem; padding: .82rem .9rem; border: 1px solid #ddd8e4; border-radius: .75rem; background: #fbfaff; font: inherit; }
.abp-unified-login__forgot { margin: -.25rem 0 .75rem; text-align: right; }
.abp-unified-login__forgot a { color: var(--abp-accent); font-size: .8rem; }
.abp-unified-login form .abp-button { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.abp-unified-login__footer { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid #ebe8ef; color: var(--abp-muted); font-size: .82rem; text-align: center; }
.abp-unified-login__footer p { margin: .6rem 0; }
.abp-unified-login__footer a { color: var(--abp-accent); font-weight: 800; }
.peptides-account-access { margin-top: 2rem; padding: 1.5rem; border: 1px solid #e4d9ed; border-radius: 1rem; background: #fbfaff; }
.peptides-account-access h2 { color: var(--abp-deep); }
.peptides-account-access table { width: 100%; border-collapse: collapse; margin-top: 1rem; text-align: left; }
.peptides-account-access th, .peptides-account-access td { padding: .65rem; border-bottom: 1px solid #e9e4ed; }

.abp-account-intro { padding: 1.5rem; border-radius: 1rem; color: #fff; background: linear-gradient(135deg, #25183d, #16565d); }
.abp-account-intro h2 { margin: .35rem 0; color: #fff; }
.abp-account-intro p:not(.abp-kicker) { margin: 0; color: rgba(255,255,255,.78); }

/* ABP cheek-patch collection and local application-video parity modules. */
.abp-collection-heading { max-width: 64rem; margin: 0 auto; padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2.5rem); }
.abp-collection-heading > a { display: inline-block; margin-bottom: 1.5rem; color: var(--abp-accent); font-weight: 800; font-size: .82rem; text-decoration: none; }
.abp-collection-heading h1, .abp-collection-heading h2, .abp-collection-how > h2 { margin: .45rem 0 1rem; color: var(--abp-deep); font-size: clamp(2rem, 4vw, 3.25rem); }
.abp-collection-heading > p:last-child { max-width: 44rem; color: var(--abp-muted); font-size: 1.05rem; line-height: 1.65; }
.abp-collection-how { padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem); background: #fff; text-align: center; }
.abp-collection-how .abp-guide-steps { max-width: 64rem; margin: 2rem auto 0; text-align: left; }
.abp-application-video { max-width: 64rem; margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem); }
.abp-application-video > div { padding: 1.75rem 1.75rem .8rem; border: 1px solid #e5dae9; border-bottom: 0; border-radius: 1.45rem 1.45rem 0 0; background: #fff; text-align: center; }
.abp-application-video h2 { margin: .35rem 0; color: var(--abp-deep); font-size: clamp(1.55rem, 3vw, 2.35rem); }
.abp-application-video video { display: block; width: calc(100% - 3.5rem); max-height: 36rem; margin: 0 auto; background: #171326; aspect-ratio: 16 / 9; object-fit: contain; }
.abp-application-video > p { margin: 0; padding: 1.1rem 1.75rem 1.75rem; border: 1px solid #e5dae9; border-top: 0; border-radius: 0 0 1.45rem 1.45rem; background: #fff; color: var(--abp-muted); font-size: .88rem; }
.abp-certification-band { display: flex; justify-content: center; gap: .75rem 2rem; padding: .9rem 1.25rem; border-block: 1px solid #e8e4ed; color: var(--abp-muted); background: #fbfafd; font-size: .78rem; font-weight: 800; flex-wrap: wrap; }
.abp-certification-band span::first-letter { color: var(--abp-teal); }
@media (max-width: 640px) { .abp-application-video > div { padding: 1.25rem 1.25rem .65rem; } .abp-application-video video { width: calc(100% - 2.5rem); } .abp-application-video > p { padding: 1rem 1.25rem 1.25rem; } }

.abp-collection-heading--strips { background: linear-gradient(160deg, #f7f1fc 0%, #fff7ed 54%, #fbfafd 100%); }
.abp-page-products--strips { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.abp-collection-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; max-width: 76rem; margin: 0 auto 2rem; }
.abp-collection-section-heading h2 { margin: .35rem 0 0; color: var(--abp-deep); font-size: clamp(1.6rem, 3vw, 2.35rem); }
.abp-collection-section-heading > a { color: var(--abp-teal); font-size: .9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
@media (max-width: 640px) { .abp-collection-section-heading { align-items: flex-start; flex-direction: column; } }

/* ABP visual-only provider-access parity module; persistence and external routing remain disabled. */
.abp-provider-access { padding: clamp(2.5rem, 6vw, 5rem) 1.25rem; background: linear-gradient(135deg, #f7f1fb, #eef8f7); }
.abp-provider-card { max-width: 43rem; margin: 0 auto; padding: clamp(1.35rem, 4vw, 2.5rem); border: 1px solid #e4ddea; border-radius: 1.5rem; background: #fff; box-shadow: 0 18px 46px rgba(51, 28, 83, .12); }
.abp-provider-heading { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.25rem; }
.abp-provider-heading > span { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: 50%; color: var(--abp-teal); background: #e7f5f3; font-size: 1.35rem; font-weight: 900; }
.abp-provider-heading h2 { margin: 0; color: var(--abp-deep); font-size: clamp(1.45rem, 3vw, 2rem); }
.abp-provider-heading p, .abp-provider-signin { margin: .2rem 0 0; color: var(--abp-muted); font-size: .88rem; }
.abp-provider-existing { margin: 0 0 1rem; padding: 1rem; border: 1px solid #d8c8f0; border-radius: .9rem; color: #4b3a7a; background: #f5f0fb; font-size: .83rem; }
.abp-provider-existing p { margin: .45rem 0 0; color: var(--abp-muted); }
.abp-provider-benefits { display: grid; gap: .45rem; margin: 0 0 1.25rem; padding: 1rem; border: 1px solid #bfe5df; border-radius: .9rem; color: #256a62; background: #effaf8; font-size: .86rem; font-weight: 700; }
.abp-provider-benefits p { margin: 0; }
.abp-provider-card form { display: grid; gap: .85rem; }
.abp-provider-card form > label, .abp-provider-card fieldset > label { display: grid; gap: .35rem; color: #5a5660; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.abp-provider-card input, .abp-provider-card select { width: 100%; box-sizing: border-box; padding: .72rem .82rem; border: 1px solid #ddd8e3; border-radius: .7rem; color: #837d89; background: #f8f7f9; font: inherit; text-transform: none; }
.abp-provider-card fieldset { margin: .3rem 0; padding: 1rem; border: 1px solid #d8c8f0; border-radius: .9rem; color: #4b3a7a; background: #faf7ff; }
.abp-provider-card fieldset legend { padding: 0 .35rem; color: var(--abp-accent); font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.abp-provider-card fieldset p { margin: 0 0 .8rem; color: var(--abp-muted); font-size: .82rem; line-height: 1.5; }
.abp-provider-card button[disabled] { cursor: not-allowed; opacity: .7; }
.abp-provider-signin { margin-top: 1.25rem; text-align: center; }
.abp-provider-signin a { color: var(--abp-teal); font-weight: 800; text-decoration: none; }

/* ABP legal-document parity structure; production legal text remains owner- and legal-review gated. */
.abp-legal-document { width: min(50rem, calc(100% - 2.5rem)); margin: 0 auto; padding: 3.5rem 0 6rem; color: #4c4652; }
.abp-legal-back { display: inline-flex; margin-bottom: 2rem; color: var(--abp-muted); font-size: .85rem; font-weight: 700; text-decoration: none; }
.abp-legal-back:hover { color: var(--abp-teal); }
.abp-legal-document > header { margin-bottom: 2.4rem; }
.abp-legal-document > header h2 { margin: 0 0 .65rem; color: var(--abp-deep); font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1; }
.abp-legal-document > header p { max-width: 42rem; margin: 0; color: var(--abp-muted); line-height: 1.65; }
.abp-legal-document nav { margin-bottom: 2.5rem; padding: 1.35rem 1.5rem; border: 1px solid #e4ddea; border-radius: 1rem; background: #faf9fb; }
.abp-legal-document nav ol { display: grid; gap: .42rem; margin: 0; padding-left: 1.25rem; }
.abp-legal-document nav a { color: var(--abp-accent); font-size: .9rem; font-weight: 700; }
.abp-legal-document > section { margin-top: 2.8rem; }
.abp-legal-document > section h2 { margin: 0 0 .8rem; color: var(--abp-deep); font-size: clamp(1.35rem, 3vw, 1.85rem); }
.abp-legal-document > section p { margin: 0; line-height: 1.72; }
.abp-legal-document > section p + p { margin-top: .8rem; }
.abp-legal-document > section ul { display: grid; gap: .4rem; margin: 1rem 0 0; padding-left: 1.25rem; }
.abp-legal-document > section li { line-height: 1.55; }
.abp-legal-callout { padding: 1.35rem 1.5rem; border: 1px solid #c9e3df; border-radius: 1rem; background: linear-gradient(135deg, #f3fbfa, #f9f4fc); }
.abp-legal-document--notice > header { margin: 0 -2rem 3rem; padding: 3.25rem 2rem; color: #fff; background: linear-gradient(135deg, #321a56, #154d55); text-align: center; }
.abp-legal-document--notice > header h2 { color: #fff; }
.abp-legal-document--notice > header p:not(.abp-kicker) { margin: 0 auto; color: rgba(255,255,255,.82); }
.abp-legal-document--notice > header .abp-kicker { color: #d6f2ee; }
@media (max-width: 600px) { .abp-legal-document { width: min(100% - 2rem, 50rem); padding-top: 2rem; } .abp-legal-document--notice > header { margin-left: -1rem; margin-right: -1rem; padding: 2.5rem 1.15rem; } }


/* Factual cross-formula navigation for the controlled GHK-Cu preview module. */
.abp-related-formulas { margin-top: 56px; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--abp-border); border-radius: 20px; background: #f9f7fb; }
.abp-related-formulas .abp-kicker { color: var(--abp-plum); }
.abp-related-formulas h2 { margin: .4rem 0 .9rem; color: var(--abp-deep); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.1; }
.abp-related-formulas > p:not(.abp-kicker) { max-width: 48rem; margin: 0; color: var(--abp-muted); }
.abp-related-formulas__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; margin-top: 1.5rem; }
.abp-related-formulas__links a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border: 1px solid #ddd6e4; border-radius: .9rem; color: var(--abp-deep); background: #fff; font-weight: 800; text-decoration: none; }
.abp-related-formulas__links a:hover { border-color: var(--abp-plum); color: var(--abp-plum); }
.abp-related-formulas__links span { color: var(--abp-plum); font-size: .78rem; white-space: nowrap; }
@media (max-width: 560px) { .abp-related-formulas__links { grid-template-columns: 1fr; } }


/* ABP Science visual-parity module: public editorial hierarchy with internal-only actions. */
.abp-parity-page--science .abp-parity-page__body { width: 100%; margin: 0; }
.abp-science-hero { padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem clamp(2.75rem, 6vw, 4.5rem); background: linear-gradient(135deg, #faf1fb 0%, #f6ddec 100%); text-align: center; }
.abp-science-hero > div { max-width: 48rem; margin: 0 auto; }
.abp-science-hero .abp-kicker { color: #822995; }
.abp-science-hero h1 { margin: 1rem 0 0; color: #6b1f7a; font-size: clamp(2.35rem, 6.5vw, 4.75rem); line-height: 1.02; letter-spacing: -.055em; }
.abp-science-hero > div > p:not(.abp-kicker) { max-width: 41rem; margin: 1.35rem auto 0; color: #453a4a; font-size: clamp(1rem, 2.2vw, 1.18rem); line-height: 1.6; }
.abp-science-hero .abp-actions { margin-top: 1.85rem; }
.abp-science-hero .abp-button { color: #fff; background: #17858b; border-color: #17858b; }
.abp-science-hero .abp-button--secondary { color: #6b1f7a; background: #fff; border-color: #ead5e8; }
.abp-science-heading { max-width: 42rem; margin: 0 auto; padding: clamp(3rem, 6vw, 5.25rem) 1.25rem 2.35rem; text-align: center; }
.abp-science-heading .abp-kicker { color: #176b63; }
.abp-science-heading h2 { margin: .75rem 0 0; color: #201a24; font-size: clamp(1.8rem, 4vw, 2.9rem); line-height: 1.08; }
.abp-parity-page--science .abp-guide-steps { max-width: 70rem; margin: 0 auto; padding: 0 1.25rem clamp(3rem, 6vw, 5.25rem); }
.abp-parity-page--science .abp-page-products--science { max-width: none; padding: clamp(3rem, 6vw, 5.25rem) 1.25rem; color: #fff; background: #201a24; text-align: center; }
.abp-parity-page--science .abp-page-products--science .abp-kicker { color: #a9c4c7; }
.abp-parity-page--science .abp-page-products--science h2 { color: #fff; }
.abp-parity-page--science .abp-science-formula-links { max-width: 70rem; margin-left: auto; margin-right: auto; }
.abp-product-faq--science { max-width: 70rem; margin: 0 auto; padding: clamp(3rem, 6vw, 5.25rem) 1.25rem; }
.abp-product-faq--science details { margin-top: .75rem; padding: .95rem 1.15rem; border: 1px solid #e7e2e8; border-radius: 1rem; background: #fff; }
.abp-product-faq--science summary { color: #282130; font-weight: 800; cursor: pointer; }
.abp-product-faq--science details p { margin: .85rem 0 0; color: var(--abp-muted); }
.abp-parity-page--science .abp-page-callout { max-width: 70rem; margin: 0 auto clamp(3rem, 6vw, 5.25rem); }
@media (max-width: 560px) { .abp-science-hero { padding-left: 1rem; padding-right: 1rem; } .abp-science-hero .abp-actions { gap: .65rem; } .abp-science-hero .abp-button { width: 100%; } }


/* ABP wholesale visual-parity structure; all commercial values and controls remain non-operational in preview. */
.abp-wholesale-header { padding: 1.45rem 0 1.05rem; border-bottom: 1px solid #e7e2e8; background: #fff; }
.abp-wholesale-header > .abp-container > a { display: inline-flex; margin-bottom: 1rem; color: var(--abp-plum); font-weight: 800; text-decoration: none; }
.abp-wholesale-header > .abp-container > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.abp-wholesale-header .abp-kicker { color: #176b63; }
.abp-wholesale-header h1 { margin: .35rem 0 0; color: #201a24; font-size: clamp(2rem, 4vw, 2.65rem); }
.abp-wholesale-powered { margin: 1.2rem 0 0; color: #6d6670; white-space: nowrap; }
.abp-wholesale-powered strong { color: #3f6d71; font-size: 1.1rem; }
.abp-wholesale-preview { padding: clamp(2.25rem, 5vw, 4rem) 0; background: #fbf9fc; }
.abp-wholesale-preview__notice { max-width: 72rem; margin: 0 auto 1.25rem; padding: .8rem 1rem; border: 1px solid #e9d5e8; border-radius: .75rem; color: #6b1f7a; background: #fff8ff; font-size: .88rem; }
.abp-wholesale-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(17rem, .9fr); align-items: start; gap: 1.5rem; }
.abp-wholesale-table, .abp-wholesale-practice, .abp-wholesale-summary { overflow: hidden; border: 1px solid #e7e2e8; border-radius: 1.3rem; background: #fff; box-shadow: 0 .4rem 1.4rem rgba(36, 27, 43, .05); }
.abp-wholesale-table__head, .abp-wholesale-row { display: grid; grid-template-columns: 2.4fr 1fr 1.2fr .8fr; align-items: center; gap: .75rem; }
.abp-wholesale-table__head { padding: .9rem 1rem; color: #6b1f7a; background: #fbf2fb; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.abp-wholesale-table__head span:not(:first-child), .abp-wholesale-row > span { text-align: right; }
.abp-wholesale-row { min-height: 4.8rem; padding: .7rem 1rem; border-top: 1px solid #f0edf1; }
.abp-wholesale-formula { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.abp-wholesale-formula i { width: .5rem; height: 2rem; flex: 0 0 auto; border-radius: 999px; }
.abp-wholesale-formula strong, .abp-wholesale-formula small { display: block; }
.abp-wholesale-formula strong { color: #201a24; font-size: .92rem; }
.abp-wholesale-formula small { margin-top: .2rem; color: #77717a; font-size: .72rem; }
.abp-wholesale-price { color: #817a84; font-size: .8rem; font-weight: 800; }
.abp-wholesale-stepper { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.abp-wholesale-stepper button { width: 1.75rem; height: 1.75rem; border: 0; border-radius: 50%; color: #a79faa; background: #f3f0f4; font-size: 1rem; cursor: not-allowed; }
.abp-wholesale-stepper b, .abp-wholesale-line-total { color: #9b949e; }
.abp-wholesale-practice { margin-top: 1.25rem; padding: 1.35rem; }
.abp-wholesale-practice h2, .abp-wholesale-summary h2 { margin: 0 0 1rem; color: #201a24; font-size: 1.2rem; }
.abp-wholesale-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.abp-wholesale-fields__wide { grid-column: 1 / -1; }
.abp-wholesale-fields label { color: #615b65; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.abp-wholesale-fields input { display: block; box-sizing: border-box; width: 100%; margin-top: .4rem; padding: .75rem .85rem; border: 1px solid #e4dfe5; border-radius: .8rem; color: #8b848d; background: #faf9fb; }
.abp-wholesale-summary { position: sticky; top: 1.5rem; padding: 1.35rem; border-color: #d4e3e4; background: #f1f8f8; }
.abp-wholesale-summary p { display: flex; justify-content: space-between; gap: 1rem; margin: .85rem 0; color: #5b5960; }
.abp-wholesale-summary hr { border: 0; border-top: 1px solid #d3e0e1; }
.abp-wholesale-summary__total { color: #201a24 !important; font-weight: 900; font-size: 1.05rem; }
.abp-wholesale-summary .abp-button { width: 100%; margin-top: .35rem; cursor: not-allowed; opacity: .7; }
.abp-wholesale-summary small { display: block; margin-top: .85rem; color: #6f7477; line-height: 1.45; text-align: center; }
@media (max-width: 760px) { .abp-wholesale-header > .abp-container > div { display: block; } .abp-wholesale-powered { margin-top: .8rem; } .abp-wholesale-layout { grid-template-columns: 1fr; } .abp-wholesale-summary { position: static; } .abp-wholesale-table { overflow-x: auto; } .abp-wholesale-table__head, .abp-wholesale-row { min-width: 42rem; } }
@media (max-width: 480px) { .abp-wholesale-fields { grid-template-columns: 1fr; } .abp-wholesale-fields__wide { grid-column: auto; } }


/* ABP Contact visual-parity module; outbound contact behavior remains disabled. */
.abp-contact-hero { padding: clamp(3.5rem, 8vw, 6rem) 1.25rem clamp(2.25rem, 4vw, 3.5rem); background: #fbf9fc; }
.abp-contact-hero > div { max-width: 58rem; margin: 0 auto; }
.abp-contact-hero .abp-kicker { color: #3f6d71; }
.abp-contact-hero h1 { margin: .8rem 0 0; color: #201a24; font-size: clamp(3rem, 6.4vw, 5.3rem); line-height: .99; letter-spacing: -.055em; }
.abp-contact-hero > div > p:not(.abp-kicker) { max-width: 38rem; margin: 1.15rem 0 0; color: #635c67; font-size: 1.05rem; line-height: 1.55; }
.abp-parity-page--contact .abp-contact-shell { max-width: 70rem; margin: 0 auto; padding: clamp(1rem, 3vw, 2.5rem) 1.25rem clamp(3.5rem, 7vw, 6rem); align-items: start; }
.abp-parity-page--contact .abp-contact-shell > aside { color: #201a24; background: transparent; box-shadow: none; padding: clamp(.75rem, 2.2vw, 1.75rem) 0; }
.abp-parity-page--contact .abp-contact-shell > aside .abp-kicker { color: #3f6d71; }
.abp-parity-page--contact .abp-contact-shell > aside h2 { color: #201a24; }
.abp-parity-page--contact .abp-contact-shell > aside p { color: #6b6370; }
.abp-parity-page--contact .abp-contact-shell > aside a { color: #9d79dd; font-weight: 800; }
.abp-parity-page--contact .abp-contact-shell > aside .abp-contact-email { color: #ad94e6; }
.abp-parity-page--contact .abp-contact-shell > aside .abp-contact-warning { margin-top: 3rem; color: #827987; font-size: .83rem; }
.abp-parity-page--contact .abp-contact-shell form { padding: clamp(1.45rem, 3vw, 2rem); border: 1px solid #ece7ee; border-radius: 1.45rem; background: #fff; box-shadow: 0 .6rem 1.7rem rgba(36, 27, 43, .06); }
@media (max-width: 760px) { .abp-contact-hero { padding-top: 3rem; } .abp-contact-hero h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); } .abp-parity-page--contact .abp-contact-shell > aside .abp-contact-warning { margin-top: 1.5rem; } }


/* ABP home-page parity batch: public module rhythm with staging-safe content and controls. */
.abp-preview-subnotice { padding: .36rem 1rem; border-bottom: 1px solid #eadcf0; color: #6b1f7a; background: #fbf6fd; text-align: center; font-size: .7rem; font-weight: 800; }
.abp-audience-toggle { display: inline-flex; align-items: center; padding: 3px; border: 1px solid var(--abp-border); border-radius: 999px; background: #f6f4f7; }
.abp-audience-toggle a { padding: 6px 10px; border-radius: 999px; color: #756d7b; background: #f6f4f7; font-size: .72rem; font-weight: 800; text-decoration: none; transition: color .15s ease, background .15s ease; }
.abp-audience-toggle a:hover { color: var(--abp-plum); background: #fff; }
.abp-audience-toggle a.is-active { color: #fff; background: var(--abp-plum); box-shadow: 0 2px 7px rgba(79, 32, 98, .18); }
.abp-audience-toggle a.is-active:hover { color: #fff; background: var(--abp-plum); }
.abp-home-trust { border-bottom: 1px solid #e9e5ed; background: #fcfbfd; }
.abp-home-trust .abp-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem 2rem; padding-top: .75rem; padding-bottom: .75rem; }
.abp-home-trust span { color: #66606b; font-size: .72rem; font-weight: 800; }
.abp-home-trust span::first-letter { color: var(--abp-teal); }
.abp-home-hero { background: linear-gradient(160deg, #2d1057 0%, #0d3333 60%, #0a1a1a 100%); }
.abp-hero__badge { display: inline-flex; margin: 0 auto 1.2rem !important; padding: .3rem .75rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.78) !important; background: rgba(255,255,255,.1); font-size: .7rem !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.abp-button--hero-secondary { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.12); }
.abp-button--hero-secondary:hover { color: var(--abp-deep); background: #fff; }
.abp-home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.abp-home-section-heading > div { max-width: 43rem; }
.abp-home-section-heading h2 { margin: 0; color: var(--abp-deep); font-size: clamp(2.15rem, 4.7vw, 4.15rem); line-height: 1.02; letter-spacing: -.055em; }
.abp-home-section-heading > div > p:not(.abp-kicker) { margin: 1rem 0 0; color: var(--abp-muted); font-size: 1.02rem; }
.abp-button--collection { color: #fff; border-color: var(--abp-teal); background: var(--abp-teal); white-space: nowrap; }
.abp-button--collection:hover { background: #126a6e; }
.abp-kicker--plum { color: var(--abp-plum); }
.abp-button--plum { white-space: nowrap; }
.abp-stat-row--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.abp-stat-row--three div { min-height: 130px; text-align: center; background: linear-gradient(135deg, #edfafa, #fff); border-color: #d4e9e7; }
.abp-stat-row--three small { display: block; margin-top: .3rem; color: #7a747e; font-size: .69rem; }
.abp-section--strips { background: linear-gradient(145deg, #fff7ed 0%, #faf5ff 100%); }
.abp-home-videos { background: linear-gradient(145deg, #faf5ff 0%, #f1fbfb 55%, #fff 100%); }
.abp-home-videos .abp-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.abp-home-videos .abp-video-card { border-color: #e5dfea; box-shadow: 0 .5rem 1.5rem rgba(40,25,60,.06); }
.abp-home-science-band, .abp-home-provider-band { color: #fff; }
.abp-home-science-band { padding: clamp(3.5rem, 6vw, 5rem) 0; background: linear-gradient(135deg, #1a0a2e 0%, #161522 100%); }
.abp-home-provider-band { padding: 3rem 0; background: #17181c; }
.abp-home-science-band .abp-container, .abp-home-provider-band .abp-container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.abp-home-science-band > .abp-container > div, .abp-home-provider-band > .abp-container > div:first-child { max-width: 42rem; }
.abp-home-science-band h2, .abp-home-provider-band h2 { margin: 0; color: #fff; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.06; }
.abp-home-science-band .abp-kicker { color: #c084fc; }
.abp-home-provider-band .abp-kicker { color: #76ddd2; }
.abp-home-science-band p:not(.abp-kicker), .abp-home-provider-band p:not(.abp-kicker) { color: rgba(255,255,255,.58); }
.abp-home-provider-band__actions { display: flex; flex-direction: column; align-items: stretch; gap: .7rem; min-width: 15rem; }
.abp-home-provider-band__disabled { padding: .7rem .9rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 800; text-align: center; }
@media (max-width: 760px) { .abp-preview-subnotice { font-size: .63rem; } .abp-audience-toggle { display: none; } .abp-home-trust .abp-container { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-left: 1rem; padding-right: 1rem; } .abp-home-trust span { flex: 0 0 auto; } .abp-home-section-heading, .abp-home-science-band .abp-container, .abp-home-provider-band .abp-container { display: block; } .abp-home-section-heading .abp-button { margin-top: 1.35rem; } .abp-stat-row--three { grid-template-columns: 1fr; } .abp-stat-row--three div { min-height: 0; } .abp-home-videos .abp-video-grid { grid-template-columns: 1fr; } .abp-home-science-band .abp-button { display: inline-flex; margin-top: 1.25rem; } .abp-home-provider-band__actions { min-width: 0; margin-top: 1.3rem; } }

/* Public typography and rendering baseline — local packaged assets only. */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/quicksand-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-latin-500.woff2") format("woff2");
}
:root {
  --abp-font-display: "Quicksand", ui-rounded, "Segoe UI", system-ui, sans-serif;
  --abp-font-body: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --abp-font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --abp-text-2xs: .6875rem;
  --abp-text-xs: .75rem;
  --abp-text-sm: .875rem;
  --abp-text-base: 1rem;
  --abp-text-lg: 1.125rem;
  --abp-text-xl: 1.375rem;
  --abp-text-2xl: 1.75rem;
  --abp-text-3xl: 2.25rem;
  --abp-text-4xl: 3rem;
  --abp-leading-tight: 1.08;
  --abp-leading-normal: 1.5;
  --abp-tracking-tight: -.02em;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: var(--abp-font-body);
  font-size: var(--abp-text-base);
  line-height: var(--abp-leading-normal);
  font-synthesis: none;
}
h1, h2, h3, h4, h5, h6,
.abp-hero h1, .abp-section-heading h2, .abp-video-callout h2,
.abp-two-column h2, .abp-product-summary h1, .abp-parity-page__hero h1,
.abp-unified-login h1, .abp-footer h2, .abp-footer h3 {
  font-family: var(--abp-font-display);
  font-weight: 700;
  letter-spacing: var(--abp-tracking-tight);
  line-height: var(--abp-leading-tight);
  font-synthesis: none;
}
.abp-nav, .abp-header__actions, .abp-button, .abp-account, .abp-cart,
.abp-product-card, .abp-footer, .abp-contact-shell, .abp-provider-card,
.woocommerce-page, .peptides-account-access {
  font-family: var(--abp-font-body);
}
.abp-supplement-facts, .abp-product-card__format, .abp-product-card__count,
.abp-active-list > span, .abp-price-panel__caption, .abp-kicker,
.abp-footer__eyebrow {
  font-family: var(--abp-font-mono);
}
img, video, canvas, svg { image-rendering: auto; }
img { display: block; height: auto; max-width: 100%; }
.abp-product-card__image img, .abp-product-visual__frame img {
  width: auto;
  object-fit: contain;
  filter: none;
  transform: none;
  backface-visibility: visible;
}

/* ABP homepage scale refinements from the verified public 1440px measurement. */
.abp-container { width: min(1280px, calc(100% - clamp(2rem, 4vw, 4rem))); }
.abp-nav { font-size: .875rem; font-weight: 600; }
.abp-hero h1, .abp-home-hero h1 {
  max-width: 48rem;
  font-size: clamp(3rem, 5.833333vw, 5.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-hero p, .abp-home-hero > .abp-container > p:not(.abp-hero__badge) {
  max-width: 42rem;
  font-size: clamp(1.125rem, 1.527778vw, 1.375rem);
  line-height: 1.7;
}
.abp-home-section-heading h2 { font-size: clamp(1.875rem, 3.333333vw, 3rem); }
.abp-home-section-heading > div > p:not(.abp-kicker) { font-size: 1rem; line-height: 1.625; }
.abp-home-trust, .abp-home-trust span { font-family: var(--abp-font-body); }
.abp-home-trust span { font-weight: 600; }
@media (max-width: 720px) {
  .abp-container { width: min(100% - 2rem, 1280px); }
}

/* ABP home final measured scale alignment at a 1280px public reference viewport. */
.abp-hero h1, .abp-home-hero h1 { font-size: clamp(2.25rem, 7vw, 5.25rem); }
.abp-hero p, .abp-home-hero > .abp-container > p:not(.abp-hero__badge) {
  font-size: clamp(1.125rem, 1.71875vw, 1.375rem);
}

/* ABP home wrap and collection-heading alignment from focused visual review. */
.abp-hero h1, .abp-home-hero h1 { max-width: none; }
.abp-home-section-heading h2 { font-size: clamp(1.875rem, 3.75vw, 3rem); }

/* ABP home collection-heading and trust-bar final measured typography alignment. */
.abp-home-section-heading h2 {
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-home-trust span {
  font-size: .75rem;
  line-height: 1rem;
}

/* ABP home provider band — owner-supplied public reference alignment. */
.abp-home-provider-band {
  padding: 3.25rem 0;
  border-bottom: 3px solid #4b1a67;
  background: #211724;
}
.abp-home-provider-band .abp-container {
  min-height: 9.75rem;
  gap: clamp(2rem, 5vw, 5rem);
}
.abp-home-provider-band > .abp-container > div:first-child { max-width: 48rem; }
.abp-home-provider-band .abp-kicker {
  margin: 0 0 2rem;
  color: #9bd9d6;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .24em;
}
.abp-home-provider-band p:not(.abp-kicker) {
  max-width: 48rem;
  margin: 0;
  color: rgba(233, 220, 235, .7);
  font-size: 1rem;
  line-height: 1.55;
}
.abp-home-provider-band__actions {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  min-width: auto;
  white-space: nowrap;
}
.abp-home-provider-band .abp-button--provider,
.abp-home-provider-band__existing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .7rem 1.25rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.abp-home-provider-band .abp-button--provider {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #81b8bf 0%, #a77bf3 100%);
  box-shadow: none;
}
.abp-home-provider-band__existing {
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.04);
}
.abp-home-provider-band__existing span,
.abp-home-provider-band .abp-button--provider span { margin-left: .25rem; }
@media (max-width: 760px) {
  .abp-home-provider-band .abp-container { min-height: 0; }
  .abp-home-provider-band__actions { flex-direction: column; align-items: flex-start; white-space: normal; }
}

/* ABP cheek-patch collection — 2026-09-04 public-reference visual alignment. */
.abp-parity-page--cheek-collection .abp-parity-page__body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.abp-collection-heading--cheek {
  max-width: none;
  margin: 0;
  padding: clamp(5rem, 8.75vw, 7rem) 0;
  background: linear-gradient(160deg, #faf2fa 0%, #f5e6f5 60%, #f1fbfb 100%);
}
.abp-collection-heading--cheek > .abp-container,
.abp-collection-how > .abp-container,
.abp-application-video > .abp-container,
.abp-page-products--cheek > .abp-container,
.abp-page-callout--cheek > .abp-container {
  width: min(1210px, calc(100% - 48px));
  margin: 0 auto;
}
.abp-collection-heading--cheek > .abp-container > a {
  display: inline-flex;
  align-items: center;
  margin: 0 0 2rem;
  color: #822995;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}
.abp-collection-heading__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1rem;
}
.abp-collection-heading__labels span {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: .25rem .75rem;
  border: 1px solid rgba(92,130,136,.25);
  border-radius: 999px;
  color: #3e7779;
  background: rgba(92,130,136,.12);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
}
.abp-collection-heading__labels span:first-child { letter-spacing: .12em; text-transform: uppercase; }
.abp-collection-heading--cheek h1 {
  max-width: 52rem;
  margin: 0 0 1rem;
  color: #822995;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-collection-heading--cheek > .abp-container > p:last-child {
  max-width: 42rem;
  margin: 0;
  color: #453a4a;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
.abp-collection-how {
  padding: 3.5rem 0;
  background: #fff;
  text-align: center;
}
.abp-collection-how .abp-kicker {
  margin: 0 0 .5rem;
  color: #3e7779;
  font-size: .75rem;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .18em;
}
.abp-collection-how > .abp-container > h2 {
  margin: 0;
  color: #201a24;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-collection-how .abp-guide-steps {
  max-width: none;
  gap: 1.5rem;
  margin: 2.5rem auto 0;
  text-align: left;
}
.abp-collection-how .abp-guide-steps article {
  min-height: 10rem;
  padding: 1.5rem;
  border: 1px solid #dfeeed;
  border-radius: 1rem;
  background: #f3faf9;
  box-shadow: none;
}
.abp-collection-how .abp-guide-steps span {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #3e7779;
  background: transparent;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.abp-collection-how .abp-guide-steps h3 {
  margin: .75rem 0 .5rem;
  color: #201a24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.abp-collection-how .abp-guide-steps p {
  color: #69616d;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}
.abp-application-video {
  max-width: none;
  margin: 0;
  padding: 3.5rem 0;
  background: #faf5ff;
}
.abp-collection-video-shell {
  overflow: hidden;
  border: 1px solid #eadcf0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(43,24,59,.08);
}
.abp-collection-video-shell__heading {
  padding: 2rem 2rem 1.25rem;
  text-align: center;
}
.abp-collection-video-shell__heading .abp-kicker {
  margin: 0 0 .5rem;
  color: #3e7779;
  font-size: .75rem;
}
.abp-collection-video-shell__heading h2 {
  margin: 0;
  color: #822995;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-collection-video-shell video {
  display: block;
  width: calc(100% - 4rem);
  max-height: none;
  margin: 0 2rem .75rem;
  border-radius: 1rem;
  background: #201a24;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.abp-collection-video-shell > p {
  margin: 0;
  padding: 1.25rem 2rem;
  border: 0;
  border-radius: 0;
  color: #69616d;
  background: #fff;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}
.abp-certification-band {
  display: block;
  padding: .75rem 0;
  border-block: 1px solid #e4e5e6;
  background: #fafafa;
}
.abp-certification-band > .abp-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .5rem 2rem;
}
.abp-certification-band span {
  color: #69616d;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 600;
}
.abp-page-products--cheek {
  margin: 0;
  padding: 4rem 0;
  background: var(--abp-paper);
}
.abp-page-products--cheek h2 {
  margin: 0 0 2rem;
  color: #201a24;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-collection-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.abp-collection-product-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e4e5e6;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 5px rgba(23,17,44,.05);
  transition: transform .16s ease, box-shadow .16s ease;
}
.abp-collection-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(23,17,44,.11); }
.abp-collection-product-card__accent { height: .375rem; background: linear-gradient(90deg, var(--product-accent), #69c6bd); }
.abp-collection-product-card__image {
  display: grid;
  min-height: 15.5rem;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--product-accent) 9%, transparent) 0%, transparent 70%);
}
.abp-collection-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 12rem;
  object-fit: contain;
}
.abp-collection-product-card__body { display: flex; flex-direction: column; min-height: 15.25rem; padding: 1.25rem; }
.abp-collection-product-card__identity { display: flex; align-items: center; gap: .5rem; }
.abp-collection-product-card__identity > span:first-child {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  color: var(--product-accent);
  background: color-mix(in srgb, var(--product-accent) 10%, white);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.abp-collection-product-card__identity .abp-ou-mark { color: #fff; border: 0; border-radius: .2rem; background: #1a5c1a; font-family: "IBM Plex Mono", ui-monospace, monospace; }
.abp-collection-product-card__tagline { margin: .65rem 0 0; color: #201a24; font-size: .875rem; font-weight: 700; line-height: 1.35; }
.abp-collection-product-card__actives { margin: .55rem 0 0; color: #5b5660; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .75rem; line-height: 1.4; }
.abp-collection-product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: .75rem; border-top: 1px solid #f0eef2; }
.abp-collection-product-card__pricing { display: inline-flex; padding: .35rem .5rem; border: 1px solid #eadcf0; border-radius: 999px; color: #822995; background: #faf5ff; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 600; text-decoration: none; }
.abp-collection-product-card__count { color: #3e7779; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.abp-page-callout--cheek {
  margin: 0;
  padding: 4rem 0;
  border-radius: 0;
  color: #201a24;
  background: linear-gradient(145deg, #f7effb 0%, #fbf6fd 52%, #ecf9f8 100%);
  text-align: center;
}
.abp-page-callout--cheek > .abp-container > div { max-width: 48rem; margin: 0 auto; }
.abp-page-callout--cheek h2 { margin: 0 0 1rem; color: #822995; font-size: clamp(1.875rem, 3vw, 2.25rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.abp-page-callout--cheek p { max-width: 42rem; margin: 0 auto 2rem; color: #453a4a; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: 1rem; line-height: 1.55; }
.abp-page-callout--cheek .abp-button { margin: 0; min-height: 2.75rem; padding: .7rem 1.25rem; color: #fff; background: #822995; border-color: #822995; box-shadow: none; font-size: .875rem; }
@media (max-width: 760px) {
  .abp-collection-heading--cheek { padding: 4rem 0; }
  .abp-collection-heading--cheek > .abp-container,
  .abp-collection-how > .abp-container,
  .abp-application-video > .abp-container,
  .abp-page-products--cheek > .abp-container,
  .abp-page-callout--cheek > .abp-container { width: min(100% - 2rem, 1210px); }
  .abp-collection-heading--cheek h1 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .abp-collection-heading--cheek > .abp-container > p:last-child { font-size: 1rem; line-height: 1.6; }
  .abp-collection-how, .abp-application-video, .abp-page-products--cheek, .abp-page-callout--cheek { padding: 3rem 0; }
  .abp-collection-how .abp-guide-steps { grid-template-columns: 1fr; }
  .abp-collection-video-shell__heading { padding: 1.5rem 1.25rem 1rem; }
  .abp-collection-video-shell video { width: calc(100% - 2.5rem); margin-right: 1.25rem; margin-left: 1.25rem; }
  .abp-collection-video-shell > p { padding: 1rem 1.25rem; }
  .abp-collection-product-grid { grid-template-columns: 1fr; }
}
@media (min-width: 761px) and (max-width: 1080px) { .abp-collection-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Keep the public ABP cheek-patch collection title on one desktop line. */
@media (min-width: 761px) {
  .abp-collection-heading--cheek h1 { max-width: none; }
}

/* ABP shared compact mobile navigation and collection-card refinements — 2026-09-06. */
.abp-mobile-menu-toggle,
.abp-mobile-menu { display: none; }

.abp-collection-product-card__secondary {
  display: -webkit-box;
  overflow: hidden;
  margin: .55rem 0 0;
  color: #69616d;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.abp-collection-product-card__pricing { align-items: center; gap: .28rem; }
.abp-pricing-lock {
  width: .82rem;
  height: .82rem;
  flex: 0 0 .82rem;
  overflow: visible;
  fill: rgba(130,41,149,.1);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

/* Oral-strip collection — public visual hierarchy with an owner-footage placeholder. */
.abp-parity-page--strip-collection .abp-parity-page__body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.abp-collection-heading--strips {
  max-width: none;
  margin: 0;
  padding: clamp(5rem, 8.75vw, 7rem) 0;
  background: linear-gradient(160deg, #faf2fa 0%, #fff7ed 54%, #fcfbfd 100%);
}
.abp-collection-heading--strips > .abp-container,
.abp-page-products--strips > .abp-container,
.abp-strip-video-placeholder > .abp-container {
  width: min(1210px, calc(100% - 48px));
  margin: 0 auto;
}
.abp-collection-heading--strips > .abp-container > a {
  display: inline-flex;
  align-items: center;
  margin: 0 0 2rem;
  color: #822995;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}
.abp-collection-heading--strips .abp-collection-heading__labels span {
  border-color: rgba(124,58,237,.18);
  color: #672e82;
  background: rgba(124,58,237,.1);
}
.abp-collection-heading--strips h1 {
  max-width: none;
  margin: 0 0 1rem;
  color: #672e82;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-collection-heading--strips > .abp-container > p:last-child {
  max-width: 42rem;
  margin: 0;
  color: #453a4a;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}
.abp-page-products--strips {
  margin: 0;
  padding: 4rem 0;
  background: var(--abp-paper);
}
.abp-page-products--strips .abp-collection-section-heading {
  max-width: none;
  margin: 0 0 2rem;
}
.abp-page-products--strips .abp-collection-section-heading .abp-kicker {
  margin: 0 0 .5rem;
  color: #3e7779;
  font-size: .75rem;
}
.abp-page-products--strips .abp-collection-section-heading h2 {
  color: #201a24;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.abp-page-products--strips .abp-collection-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #3e7779;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}
.abp-strip-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.abp-strip-product-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #e4e5e6;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 5px rgba(23,17,44,.05);
  transition: transform .16s ease, box-shadow .16s ease;
}
.abp-strip-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(23,17,44,.11); }
.abp-strip-product-card__accent { height: .375rem; background: var(--product-accent); }
.abp-strip-product-card__image {
  display: grid;
  min-height: 15.5rem;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--product-accent) 10%, transparent) 0%, transparent 70%);
}
.abp-strip-product-card__image img { display: block; max-width: 100%; max-height: 12rem; object-fit: contain; }
.abp-strip-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.abp-strip-product-card__identity { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.abp-strip-product-card__identity > span {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  color: var(--product-accent);
  background: color-mix(in srgb, var(--product-accent) 10%, white);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.abp-strip-product-card__identity small { color: #69616d; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 600; }
.abp-strip-product-card__tagline { margin: .65rem 0 0; color: #201a24; font-size: .875rem; font-weight: 700; line-height: 1.35; }
.abp-strip-product-card__secondary {
  display: -webkit-box;
  overflow: hidden;
  margin: .55rem 0 0;
  color: #69616d;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.abp-strip-product-card__actives { display: flex; flex-wrap: wrap; gap: .35rem; margin: auto 0 0; padding-top: .85rem; }
.abp-strip-product-card__actives span { display: inline-flex; align-items: center; padding: .2rem .45rem; border-radius: 999px; color: #672e82; background: #faf3ff; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .68rem; line-height: 1.25; }
.abp-strip-product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #f0eef2; }
.abp-strip-product-card__actions > span { color: #69616d; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .75rem; }
.abp-strip-product-card__actions > a { color: #822995; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.abp-strip-video-placeholder { padding: 4rem 0; background: #faf5ff; }
.abp-strip-video-placeholder__shell { max-width: 54rem; margin: 0 auto; padding: clamp(2.25rem, 5vw, 3.5rem); border: 1px solid #eadcf0; border-radius: 1.5rem; color: #201a24; background: #fff; box-shadow: 0 8px 22px rgba(43,24,59,.08); text-align: center; }
.abp-strip-video-placeholder__icon { display: grid; width: 3rem; height: 3rem; margin: 0 auto 1.1rem; place-items: center; border-radius: 50%; background: #f1e4f8; }
.abp-strip-video-placeholder__icon span { width: 0; height: 0; margin-left: .2rem; border-top: .48rem solid transparent; border-bottom: .48rem solid transparent; border-left: .72rem solid #822995; }
.abp-strip-video-placeholder .abp-kicker { margin: 0 0 .5rem; color: #3e7779; font-size: .75rem; }
.abp-strip-video-placeholder h2 { margin: 0; color: #822995; font-size: clamp(1.875rem, 3vw, 2.25rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.abp-strip-video-placeholder p:last-child { max-width: 34rem; margin: 1rem auto 0; color: #69616d; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .95rem; line-height: 1.55; }

@media (max-width: 860px) {
  .abp-header { position: sticky; }
  .abp-header__inner { min-height: 4.25rem; gap: 0; }
  .abp-logo img { max-height: 2.1rem; }
  .abp-header__inner > .abp-nav,
  .abp-header__inner > .abp-header__actions { display: none; }
  .abp-mobile-menu-toggle {
    display: inline-grid;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: auto;
    padding: .65rem;
    border: 1px solid #e4ddec;
    border-radius: .75rem;
    place-content: center;
    gap: .25rem;
    color: #672e82;
    background: #fff;
    cursor: pointer;
  }
  .abp-mobile-menu-toggle span { display: block; width: 1.15rem; height: .11rem; border-radius: 999px; background: currentColor; }
  .abp-mobile-menu { position: absolute; z-index: 29; top: 100%; right: 0; left: 0; padding: .75rem 0 1rem; border-bottom: 1px solid #e4ddec; background: rgba(255,255,255,.985); box-shadow: 0 14px 28px rgba(35,20,60,.13); }
  .abp-mobile-menu:not([hidden]) { display: block; }
  .abp-mobile-menu > .abp-container { display: grid; gap: .9rem; }
  .abp-mobile-menu__links,
  .abp-mobile-menu__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; }
  .abp-mobile-menu a { display: flex; align-items: center; min-height: 2.6rem; padding: .6rem .7rem; border: 1px solid #eee9f1; border-radius: .7rem; color: #31263d; background: #fff; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .82rem; font-weight: 700; text-decoration: none; }
  .abp-mobile-menu__actions a { color: #672e82; background: #faf5ff; }
}

@media (max-width: 760px) {
  .abp-collection-product-grid,
  .abp-strip-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .abp-collection-product-card__image,
  .abp-strip-product-card__image { min-height: 9.5rem; padding: .8rem; }
  .abp-collection-product-card__image img,
  .abp-strip-product-card__image img { max-height: 7.7rem; }
  .abp-collection-product-card__body,
  .abp-strip-product-card__body { min-height: 0; padding: .8rem; }
  .abp-collection-product-card__identity,
  .abp-strip-product-card__identity { gap: .3rem; }
  .abp-collection-product-card__identity > span:first-child,
  .abp-strip-product-card__identity > span { min-height: 1.2rem; padding: .16rem .35rem; font-size: .62rem; letter-spacing: .035em; }
  .abp-collection-product-card__identity .abp-ou-mark { width: 1.2rem; height: 1.2rem; flex-basis: 1.2rem; font-size: .38rem; }
  .abp-strip-product-card__identity small { font-size: .62rem; }
  .abp-collection-product-card__tagline,
  .abp-strip-product-card__tagline { margin-top: .5rem; font-size: .72rem; line-height: 1.3; }
  .abp-collection-product-card__secondary,
  .abp-strip-product-card__secondary { margin-top: .42rem; font-size: .66rem; line-height: 1.35; -webkit-line-clamp: 3; }
  .abp-collection-product-card__actives { margin-top: .45rem; font-size: .63rem; line-height: 1.3; }
  .abp-strip-product-card__actives { gap: .2rem; padding-top: .55rem; }
  .abp-strip-product-card__actives span { padding: .15rem .3rem; font-size: .57rem; }
  .abp-collection-product-card__actions,
  .abp-strip-product-card__actions { gap: .25rem; margin-top: .55rem; padding-top: .55rem; }
  .abp-collection-product-card__pricing { padding: .26rem .35rem; font-size: .61rem; line-height: 1.2; }
  .abp-pricing-lock { width: .7rem; height: .7rem; flex-basis: .7rem; }
  .abp-collection-product-card__count,
  .abp-strip-product-card__actions > span,
  .abp-strip-product-card__actions > a { font-size: .61rem; }
  .abp-collection-heading--strips,
  .abp-page-products--strips,
  .abp-strip-video-placeholder { padding: 3rem 0; }
  .abp-collection-heading--strips > .abp-container,
  .abp-page-products--strips > .abp-container,
  .abp-strip-video-placeholder > .abp-container { width: min(100% - 2rem, 1210px); }
  .abp-collection-heading--strips h1 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .abp-collection-heading--strips > .abp-container > p:last-child { font-size: 1rem; line-height: 1.6; }
  .abp-page-products--strips .abp-collection-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 1.5rem; }
  .abp-strip-video-placeholder__shell { padding: 2rem 1.25rem; }
}
@media (min-width: 761px) and (max-width: 1080px) { .abp-strip-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Oral-strip closing rationale and two-format Rapid Absorb™ science refinement — 2026-09-06. */
.abp-page-callout--strips {
  margin: 0;
  padding: 4rem 0;
  border-radius: 0;
  color: #201a24;
  background: linear-gradient(145deg, #fff4e8 0%, #fdf6fb 52%, #f3fbfa 100%);
  text-align: center;
}
.abp-page-callout--strips > .abp-container > div { max-width: 48rem; margin: 0 auto; }
.abp-page-callout--strips h2 { margin: 0 0 1rem; color: #672e82; font-size: clamp(1.875rem, 3vw, 2.25rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.abp-page-callout--strips p { max-width: 42rem; margin: 0 auto 2rem; color: #453a4a; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: 1rem; line-height: 1.55; }
.abp-page-callout--strips .abp-button { min-height: 2.75rem; margin: 0; padding: .7rem 1.25rem; border-color: #672e82; color: #fff; background: #672e82; box-shadow: none; font-size: .875rem; }

.abp-science-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 68rem;
  margin: 0 auto 4rem;
}
.abp-science-format-grid article { padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid #e4e5e6; border-radius: 1.25rem; background: #fff; box-shadow: 0 6px 16px rgba(23,17,44,.05); }
.abp-science-format-grid article:first-child { border-color: #dceeea; background: linear-gradient(145deg, #f7fcfb, #fff); }
.abp-science-format-grid article:last-child { border-color: #ebdff2; background: linear-gradient(145deg, #fdf8ff, #fff); }
.abp-science-format-grid .abp-kicker { margin: 0 0 .75rem; color: #3e7779; font-size: .7rem; }
.abp-science-format-grid h3 { margin: 0; color: #201a24; font-size: clamp(1.35rem, 2vw, 1.65rem); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.abp-science-format-grid p:not(.abp-kicker) { margin: .85rem 0 0; color: #69616d; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .95rem; line-height: 1.55; }
.abp-science-format-grid a { display: inline-flex; gap: .35rem; margin-top: 1.25rem; color: #672e82; font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .85rem; font-weight: 800; text-decoration: none; }
.abp-science-format-grid a:hover { color: #3e7779; }
@media (max-width: 760px) {
  .abp-page-callout--strips { padding: 3rem 0; }
  .abp-science-format-grid { grid-template-columns: 1fr; margin-bottom: 3rem; }
}

/* Science-page owner review correction: flush hero and evolved Rapid Absorb™ FAQ. */
.abp-parity-page--science .abp-parity-page__body {
  padding-top: 0;
  padding-bottom: clamp(72px, 8vw, 112px);
}
.abp-product-faq--science > .abp-kicker {
  margin: 0 0 .6rem;
  color: #3e7779;
  font-size: .75rem;
  text-align: center;
}
.abp-product-faq--science > h2 {
  margin: 0;
  color: #201a24;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  text-align: center;
}
.abp-product-faq--science .abp-faq-intro {
  max-width: 38rem;
  margin: .9rem auto 1.65rem;
  color: #69616d;
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: .95rem;
  line-height: 1.55;
  text-align: center;
}
.abp-product-faq--science details:first-of-type { margin-top: 0; }

/* ABP non-main page batch: public-style editorial shells; guarded behaviors unchanged. */
.abp-parity-page--quality .abp-parity-page__hero,
.abp-parity-page--videos .abp-parity-page__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 0;
  color: #201a24;
  background: linear-gradient(135deg, #fff8ff 0%, #f7f2fa 52%, #eef6f5 100%);
}
.abp-parity-page--quality .abp-parity-page__hero::after,
.abp-parity-page--videos .abp-parity-page__hero::after {
  position: absolute;
  top: -11rem;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(130, 41, 149, .07);
  content: "";
}
.abp-parity-page--quality .abp-parity-page__hero .abp-container,
.abp-parity-page--videos .abp-parity-page__hero .abp-container { position: relative; z-index: 1; }
.abp-parity-page--quality .abp-parity-page__hero .abp-kicker,
.abp-parity-page--videos .abp-parity-page__hero .abp-kicker { color: #6b1f7a; }
.abp-parity-page--quality .abp-parity-page__hero h1,
.abp-parity-page--videos .abp-parity-page__hero h1 { max-width: 48rem; color: #201a24; font-size: clamp(2.45rem, 5.2vw, 4rem); line-height: 1.03; letter-spacing: -.035em; }
.abp-parity-page--quality .abp-parity-page__hero p:not(.abp-kicker),
.abp-parity-page--videos .abp-parity-page__hero p:not(.abp-kicker) { color: #635c67; }
.abp-parity-page--quality .abp-parity-page__body,
.abp-parity-page--videos .abp-parity-page__body { width: min(80rem, calc(100% - 2.5rem)); padding-top: clamp(3.5rem, 6vw, 5rem); }
.abp-parity-page--videos .abp-parity-page__hero .abp-container { max-width: 48rem; margin: 0 auto; text-align: center; }
.abp-parity-page--videos .abp-parity-page__hero h1,
.abp-parity-page--videos .abp-parity-page__hero p:not(.abp-kicker) { margin-left: auto; margin-right: auto; }
.abp-parity-page--videos .abp-video-page-heading { margin: 0 0 1.75rem; }
.abp-parity-page--videos .abp-video-page-heading .abp-kicker { color: #3f6d71; }
.abp-video-card__product { display: grid; grid-template-columns: 4rem minmax(0, 1fr) 2.5rem; align-items: center; gap: 1rem; }
.abp-video-card__product > span { display: grid; width: 4rem; height: 4rem; place-items: center; overflow: hidden; border: 1px solid color-mix(in srgb, var(--product-accent), transparent 80%); border-radius: 1rem; background: color-mix(in srgb, var(--product-accent), transparent 94%); }
.abp-video-card__product img { display: block; max-width: 3.5rem; max-height: 3.5rem; object-fit: contain; }
.abp-video-card__product > div > p:not(.abp-video-card__format) { margin: .25rem 0 0; font-size: .875rem; line-height: 1.45; }
.abp-video-card__arrow { display: grid !important; width: 2.5rem; height: 2.5rem; place-items: center; margin: 0 !important; border-radius: 999px; color: #fff !important; background: var(--product-accent); font-size: 1.25rem !important; line-height: 1; }
.abp-video-card__arrow:hover { transform: scale(1.05); }

.abp-parity-page--quality .abp-quality-intro { display: flex; max-width: 60rem; align-items: flex-start; gap: .75rem; margin: 0 0 3rem; padding: 1rem 1.15rem; }
.abp-quality-intro__mark { display: grid; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; place-items: center; border-radius: 999px; color: #fff; background: #822995; font-size: .72rem; font-weight: 900; }
.abp-parity-page--quality .abp-quality-group { margin-top: 0; padding: clamp(3.5rem, 6vw, 5rem) 0; }
.abp-parity-page--quality .abp-quality-group--archived { width: 100vw; margin-left: calc(50% - 50vw); padding-right: max(1.25rem, calc((100vw - 80rem) / 2)); padding-left: max(1.25rem, calc((100vw - 80rem) / 2)); border-top: 1px solid #ece9ee; border-bottom: 1px solid #ece9ee; border-radius: 0; background: #fafafa; }
.abp-parity-page--quality .abp-quality-group .abp-record-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.abp-parity-page--quality .abp-record-grid > article { display: flex; min-height: 14rem; flex-direction: column; padding: 1.5rem; border: 1px solid #ead7f4; border-radius: 1.5rem; background: #fff; box-shadow: 0 2px 7px rgba(25, 17, 35, .04); }
.abp-parity-page--quality .abp-record-grid > article h3 { margin: 0; color: #201a24; font-size: 1.4rem; }
.abp-parity-page--quality .abp-record-grid > article > p:not(.abp-record-label) { margin: .65rem 0 0; color: #69616d; font-size: .9rem; line-height: 1.5; }
.abp-parity-page--quality .abp-record-status { margin-top: auto; }
.abp-parity-page--quality .abp-page-callout { display: grid; grid-template-columns: minmax(13rem, .75fr) minmax(0, 1.4fr); max-width: none; margin: 0; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid #ead7f4; border-radius: 1.5rem; background: #faf5ff; }
.abp-parity-page--quality .abp-page-callout p { max-width: 42rem; }

.abp-wholesale-header { background: linear-gradient(135deg, #f8f0fb 0%, #f0f7f8 100%); }
.abp-wholesale-header h1 { max-width: 42rem; font-size: clamp(2.2rem, 5vw, 4rem); }
.abp-wholesale-preview { background: #fbfafc; }
.abp-wholesale-preview__notice { display: grid; max-width: 36rem; gap: .45rem; margin: 0 0 2rem; padding: 1.1rem 1.2rem; border: 1px solid #d7e9e7; border-radius: 1rem; background: #f4fbfa; color: #253e40; }
.abp-wholesale-preview__notice strong { color: #1f5d60; font-family: "Quicksand", ui-sans-serif, system-ui, sans-serif; font-size: 1.05rem; }
.abp-wholesale-preview__notice p { margin: 0; color: #536568; font-size: .9rem; line-height: 1.45; }
.abp-wholesale-preview__notice a { color: #1f7478; font-size: .88rem; font-weight: 800; text-decoration: none; }
.abp-wholesale-preview__notice a:hover { color: #6b1f7a; }

.abp-parity-page--contact .abp-contact-shell > aside section { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; }
.abp-contact-icon { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: .75rem; color: #fff; background: rgba(255,255,255,.1); font-family: "IBM Plex Mono", monospace; font-size: 1rem; font-weight: 500; }
.abp-parity-page--contact .abp-contact-shell > aside section > div { min-width: 0; }
.abp-parity-page--contact .abp-contact-shell > form .abp-button { width: 100%; justify-content: center; }

.abp-parity-page--legal .abp-parity-page__hero { padding: clamp(3rem, 6vw, 4.5rem) 0; color: #201a24; background: #fff; }
.abp-parity-page--legal .abp-parity-page__hero .abp-kicker { color: #6b1f7a; }
.abp-parity-page--legal .abp-parity-page__hero h1 { color: #201a24; font-size: clamp(2.45rem, 4.5vw, 3.8rem); letter-spacing: -.035em; }
.abp-parity-page--legal .abp-parity-page__hero p:not(.abp-kicker) { color: #635c67; }
.abp-parity-page--legal .abp-parity-page__body { padding-top: 0; }
.abp-parity-page--legal .abp-legal-document { padding-top: 2rem; }
.abp-parity-page--legal .abp-legal-document > header .abp-kicker { color: #6b1f7a; }
.abp-parity-page--disclaimer .abp-parity-page__hero { padding: clamp(3.5rem, 7vw, 5.5rem) 0; text-align: center; }
.abp-parity-page--disclaimer .abp-parity-page__hero .abp-container { max-width: 48rem; }
.abp-parity-page--disclaimer .abp-parity-page__hero h1,
.abp-parity-page--disclaimer .abp-parity-page__hero p:not(.abp-kicker) { margin-left: auto; margin-right: auto; }
.abp-parity-page--disclaimer .abp-parity-page__body { padding-top: 0; }
.abp-parity-page--disclaimer .abp-legal-document { width: min(56rem, calc(100% - 2.5rem)); }
.abp-parity-page--disclaimer .abp-legal-document > section { padding: 1.5rem; border: 1px solid #e4e1e6; border-radius: 1rem; background: #fafafa; }
.abp-parity-page--disclaimer .abp-legal-document > section + section { margin-top: 1.25rem; }

.abp-unified-login__brand { font-family: "Quicksand", ui-sans-serif, system-ui, sans-serif; }
@media (max-width: 900px) { .abp-parity-page--quality .abp-quality-group .abp-record-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
  .abp-parity-page--quality .abp-quality-group .abp-record-grid { grid-template-columns: 1fr; }
  .abp-parity-page--quality .abp-page-callout { grid-template-columns: 1fr; gap: 1rem; }
  .abp-video-card__product { grid-template-columns: 3.5rem minmax(0, 1fr) 2.35rem; gap: .75rem; }
  .abp-video-card__product > span { width: 3.5rem; height: 3.5rem; }
  .abp-parity-page--quality .abp-parity-page__body,
  .abp-parity-page--videos .abp-parity-page__body { width: min(100% - 2rem, 80rem); }
}

/* Prevent the full-bleed archived-record band from adding viewport-width padding overflow. */
.abp-parity-page--quality .abp-quality-group--archived { box-sizing: border-box; }

/* Use the page container for the archived-record band: 100vw includes the scrollbar and caused 8px desktop overflow. */
.abp-parity-page--quality .abp-quality-group--archived {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  padding-right: clamp(1.5rem, 5vw, 4rem);
  padding-left: clamp(1.5rem, 5vw, 4rem);
}

/* ABP owner-supplied COA cards and isolated Contact test feedback. */
.abp-parity-page--quality .abp-record-grid { margin-top: 2rem; }
.abp-parity-page--quality .abp-record-card { display: flex; min-height: 21rem; flex-direction: column; gap: 1.25rem; padding: 1.5rem; border: 1px solid #ead7f4; border-radius: 1.5rem; background: #fff; box-shadow: 0 2px 7px rgba(25, 17, 35, .04); }
.abp-parity-page--quality .abp-record-card--archived { border-color: #e5e2e7; }
.abp-parity-page--quality .abp-record-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.abp-parity-page--quality .abp-record-card h3 { margin: 0; color: #201a24; font-size: 1.45rem; line-height: 1.08; }
.abp-record-badge { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 1.8rem; padding: 0 .65rem; border: 1px solid #ead7f4; border-radius: 999px; color: #6b1f7a; background: #faf5ff; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.abp-record-card--archived .abp-record-badge { border-color: #e4e1e6; color: #6a646d; background: #f5f4f6; }
.abp-record-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin: 0; }
.abp-record-card dl > div { min-width: 0; padding: .8rem; border-radius: 1rem; background: #fafafa; }
.abp-record-card dl .abp-record-card__format { grid-column: 1 / -1; }
.abp-record-card dt { color: #77707b; font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.abp-record-card dd { margin: .35rem 0 0; color: #292330; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .78rem; font-weight: 500; line-height: 1.35; }
.abp-record-card__format dd { font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif; font-size: .8rem; }
.abp-record-button { display: inline-flex; min-height: 2.85rem; align-items: center; justify-content: center; gap: .5rem; margin-top: auto; padding: .7rem 1rem; border-radius: .8rem; color: #fff !important; background: #822995; font-size: .88rem; font-weight: 800; text-decoration: none; transition: opacity .2s ease, transform .2s ease; }
.abp-record-button:hover { opacity: .88; transform: translateY(-1px); }
.abp-record-card--archived .abp-record-button { background: #292330; }
.abp-contact-status { margin: .8rem 0 0; padding: .7rem .85rem; border-radius: .75rem; font-size: .88rem; font-weight: 700; }
.abp-contact-status--success { border: 1px solid #bde7d8; color: #156946; background: #effcf6; }
.abp-contact-status--error { border: 1px solid #f3c5c7; color: #ab3038; background: #fff4f4; }
@media (max-width: 700px) { .abp-parity-page--quality .abp-record-card { min-height: 0; } }

/* ABP legal-document refinements for exact Terms text and separate Privacy Policy draft. */
.abp-legal-document > header > p { color: #766d79; }
.abp-legal-document section > p + p,
.abp-legal-document section > h3 + p,
.abp-legal-document section > ul + p { margin-top: 1rem; }
.abp-legal-document section > h3 { margin: 1.6rem 0 .55rem; color: #292330; font-family: "Quicksand", ui-sans-serif, system-ui, sans-serif; font-size: 1.08rem; font-weight: 700; }
.abp-legal-document section ul { display: grid; gap: .45rem; margin: .8rem 0 0; padding-left: 1.25rem; list-style: disc; }
.abp-legal-document section ul li { padding-left: .1rem; }
.abp-legal-alert { margin: 0 0 1.15rem; padding: 1rem 1.15rem; border: 1px solid #fecaca; border-radius: 1rem; background: #fef2f2; color: #991b1b; font-weight: 800; }
.abp-legal-alert p { margin: 0 !important; }
.abp-legal-review-note { margin: -.5rem 0 1.5rem; padding: .85rem 1rem; border: 1px solid #e6cdee; border-radius: .8rem; color: #6b1f7a; background: #fbf5fd; font-size: .9rem; }
.abp-legal-document--privacy .abp-legal-callout { background: linear-gradient(135deg, #faf5ff 0%, #f1f8f7 100%); }

/* Representative ABP product-detail template: isolated local assets only. */
.abp-product-page--editorial { padding: 1.5rem 0 5.5rem; background: #fdfbfd; }
.abp-product-page--editorial .abp-back-link { display: inline-flex; margin: 0 0 1rem; color: var(--abp-muted); font-size: .875rem; font-weight: 700; text-decoration: none; }
.abp-product-page--editorial .abp-back-link:hover { color: var(--abp-plum); }
.abp-product-page--editorial .abp-product-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.75rem, 5.2vw, 4.8rem); align-items: start; }
.abp-product-page--editorial .abp-product-visual { display: flex; flex-direction: column; gap: 1rem; }
.abp-product-page--editorial .abp-product-visual__frame { min-height: 0; aspect-ratio: 1 / 1; padding: clamp(2.5rem, 7vw, 5rem); border: 1px solid color-mix(in srgb, var(--product-accent) 18%, #fff); border-radius: 1.5rem; background: radial-gradient(ellipse at 50% 62%, color-mix(in srgb, var(--product-accent) 17%, transparent) 0%, color-mix(in srgb, var(--product-accent) 5%, transparent) 52%, transparent 74%); }
.abp-product-page--editorial .abp-product-visual__frame img { max-width: 76%; max-height: 72%; object-fit: contain; filter: none; transform: none; }
.abp-product-video { margin-top: .25rem; }
.abp-product-video__label { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin: 0 0 .5rem; }
.abp-product-video__label p { margin: 0; color: #5a5260; font-family: var(--abp-font-mono); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.abp-product-video__label span { color: var(--abp-muted); font-size: .75rem; }
.abp-product-video__frame { overflow: hidden; border: 1px solid color-mix(in srgb, var(--product-accent) 22%, #fff); border-radius: 1rem; background: #241d28; box-shadow: 0 .35rem 1rem rgba(32,18,43,.08); }
.abp-product-video__frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #241d28; object-fit: cover; }
.abp-product-trust-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.abp-product-trust-row > span { display: inline-flex; align-items: center; gap: .3rem; padding: .38rem .6rem; border: 1px solid #e4dfe7; border-radius: 999px; background: #fff; color: #5e5666; font-size: .66rem; font-weight: 700; white-space: nowrap; }
.abp-product-page--editorial .abp-product-summary { display: flex; flex-direction: column; gap: 1.2rem; padding-top: 2.3rem; }
.abp-product-summary__badges { display: flex; flex-wrap: wrap; gap: .45rem; }
.abp-product-summary__badges > span { display: inline-flex; align-items: center; min-height: 1.65rem; padding: .16rem .56rem; border: 1px solid #e6e0e8; border-radius: 999px; background: #f8f6f8; color: #4e4655; font-size: .68rem; font-weight: 800; letter-spacing: .025em; }
.abp-product-summary__badges > span:first-child { border-color: color-mix(in srgb, var(--badge-color) 25%, #fff); background: color-mix(in srgb, var(--badge-color) 10%, #fff); color: var(--badge-color); }
.abp-product-summary__badges > .is-teal { border-color: #cfe8e4; background: #f0faf8; color: #19796f; }
.abp-product-page--editorial .abp-product-summary h1 { max-width: 38rem; margin: 0; font-size: clamp(2.15rem, 2.82vw, 3rem); font-weight: 800; line-height: 1.13; letter-spacing: -.03em; }
.abp-product-page--editorial .abp-product-summary__lead { max-width: 38rem; margin: -.5rem 0 0; font-size: 1rem; line-height: 1.7; }
.abp-product-page--editorial .abp-active-list { display: flex; flex-direction: column; gap: .45rem; padding: 0; }
.abp-product-page--editorial .abp-active-list > span { color: #63756f; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.abp-product-page--editorial .abp-active-list > div { display: flex; flex-wrap: wrap; gap: .45rem; }
.abp-product-page--editorial .abp-active-list b { margin: 0; padding: .34rem .63rem; border: 1px solid color-mix(in srgb, var(--product-accent) 24%, #fff); border-radius: 999px; background: color-mix(in srgb, var(--product-accent) 10%, #fff); color: var(--product-accent); font-family: var(--abp-font-mono); font-size: .77rem; font-weight: 600; }
.abp-product-access-panel { padding: 1.15rem 1.35rem 1.2rem; border: 1px solid #ded9ed; border-radius: 1.55rem; background: linear-gradient(115deg, #fcf9fe 0%, #f6fbfc 100%); text-align: center; }
.abp-product-access-panel__eyebrow { margin: 0; color: #766a7d; font-size: .63rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.abp-product-access-panel > p:not(.abp-product-access-panel__eyebrow) { margin: .3rem 0 0; color: var(--abp-muted); font-size: .82rem; }
.abp-product-access-panel__actions { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: .75rem; }
.abp-product-access-panel .abp-button { padding: .7rem 1rem; font-size: .82rem; }
.abp-text-link { color: var(--abp-plum); font-size: .83rem; font-weight: 800; text-decoration: none; }
.abp-text-link:hover { text-decoration: underline; }
.abp-product-access-panel .quantity { margin: .85rem .5rem 0 0; }
.abp-product-access-panel form.cart { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: .7rem 0 0; }
.abp-product-access-panel form.cart .button { margin: .85rem 0 0; }
.abp-product-page--editorial .abp-product-meta { gap: .85rem; margin: -.25rem 0 0; color: #736b76; font-size: .77rem; }
.abp-product-page--editorial .abp-product-meta span { display: inline-flex; align-items: center; gap: .3rem; }
.abp-product-page--editorial .abp-product-meta span::before { content: '◌'; color: #2f978d; font-size: .86rem; }
.abp-product-coa-panel { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border: 1px solid #cce4e1; border-radius: 1rem; background: #f1f9f8; }
.abp-product-coa-panel strong { display: block; color: #246e68; font-size: .82rem; }
.abp-product-coa-panel p { margin: .15rem 0 0; color: #68726f; font-size: .72rem; }
.abp-product-coa-panel a { flex: 0 0 auto; padding: .54rem .72rem; border: 1px solid #b8deda; border-radius: .7rem; background: #fff; color: #246e68; font-size: .75rem; font-weight: 800; text-decoration: none; }
.abp-product-benefits { padding: 1.15rem 1.25rem; border: 1px solid #eeebef; border-radius: 1.25rem; background: #fff; box-shadow: 0 .2rem .85rem rgba(29,20,35,.035); }
.abp-product-benefits .abp-kicker { margin-bottom: .7rem; }
.abp-product-benefits ul { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.abp-product-benefits li { display: flex; align-items: flex-start; gap: .55rem; color: #51495a; font-size: .82rem; line-height: 1.45; }
.abp-product-benefits li span { color: var(--product-accent); font-weight: 900; }
.abp-product-page--editorial .abp-product-detail-grid { gap: 1.45rem; margin-top: 4rem; }
.abp-product-page--editorial .abp-product-detail-grid section { min-height: 11rem; padding: 1.65rem; border-radius: 1.25rem; }
.abp-product-page--editorial .abp-product-detail-grid section:last-child { border-color: color-mix(in srgb, var(--product-accent) 20%, #fff); background: color-mix(in srgb, var(--product-accent) 6%, #fff); }
.abp-product-page--editorial .abp-product-detail-grid p:last-child { font-size: .96rem; line-height: 1.68; }
.abp-product-facts-section { max-width: 25rem; margin-top: 4rem; }
.abp-product-facts-section > .abp-kicker { margin-bottom: .75rem; }
.abp-product-page--editorial .abp-supplement-facts { padding: .9rem 1rem; border: 2px solid #1d1a20; background: #fff; box-shadow: none; }
.abp-product-page--editorial .abp-supplement-facts h2 { margin: 0; border-bottom: 4px solid #1d1a20; color: #151218; font-family: var(--abp-font-mono); font-size: 1.15rem; font-weight: 900; }
.abp-product-page--editorial .abp-supplement-facts p { font-family: var(--abp-font-mono); font-size: .67rem; line-height: 1.5; }
.abp-product-page--editorial .abp-supplement-facts > div { font-family: var(--abp-font-mono); font-size: .68rem; }
.abp-product-page--editorial .abp-product-faq { max-width: 70rem; margin: 4.5rem auto 0; padding: 0; }
.abp-product-page--editorial .abp-product-faq > .abp-kicker { margin-bottom: .55rem; }
.abp-product-page--editorial .abp-product-faq h2 { margin-bottom: .4rem; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.abp-product-faq__intro { margin: 0 0 1.2rem; color: var(--abp-muted); }
.abp-product-page--editorial .abp-product-faq details { margin-top: .65rem; padding: .95rem 1.15rem; border: 1px solid #e4dfe7; border-radius: 1rem; }
.abp-product-page--editorial .abp-product-faq summary { font-size: .94rem; }
.abp-product-page--editorial .abp-product-faq details p { font-size: .9rem; line-height: 1.6; }
.abp-product-page--editorial .abp-product-disclaimer { max-width: 70rem; margin: 2.25rem auto 0; border: 1px solid #e5dfe7; border-left: 4px solid var(--product-accent); border-radius: .75rem; background: #faf8fb; }
@media (max-width: 860px) {
  .abp-product-page--editorial .abp-product-layout { grid-template-columns: 1fr; gap: 1.9rem; }
  .abp-product-page--editorial .abp-product-summary { padding-top: 0; }
  .abp-product-page--editorial .abp-product-visual__frame { max-width: 38rem; margin: 0 auto; }
}
@media (max-width: 560px) {
  .abp-product-page--editorial { padding-top: 1rem; }
  .abp-product-page--editorial .abp-product-visual__frame { padding: 2.35rem; border-radius: 1.2rem; }
  .abp-product-page--editorial .abp-product-summary h1 { font-size: 2rem; }
  .abp-product-trust-row { gap: .35rem; }
  .abp-product-trust-row > span { padding: .32rem .48rem; font-size: .61rem; }
  .abp-product-access-panel { padding: 1rem; }
  .abp-product-access-panel__actions { flex-wrap: wrap; }
  .abp-product-coa-panel { align-items: flex-start; flex-direction: column; }
  .abp-product-page--editorial .abp-product-detail-grid { margin-top: 2.75rem; }
  .abp-product-page--editorial .abp-product-detail-grid section { min-height: 0; padding: 1.25rem; }
  .abp-product-facts-section { margin-top: 2.75rem; }
  .abp-product-page--editorial .abp-product-faq { margin-top: 3.2rem; }
}

.abp-product-benefit-details { margin-top: 3.5rem; }
.abp-product-benefit-details > h2 { margin: 0 0 1.35rem; color: var(--abp-deep); font-size: clamp(1.85rem, 2.6vw, 2.5rem); letter-spacing: -.035em; }
.abp-product-benefit-details > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.abp-product-benefit-details article { min-height: 9.25rem; padding: 1.25rem; border: 1px solid #eeebef; border-radius: 1.2rem; background: #fff; box-shadow: 0 .2rem .85rem rgba(29,20,35,.035); }
.abp-product-benefit-details h3 { margin: 0 0 .55rem; color: var(--product-accent); font-size: .89rem; line-height: 1.3; }
.abp-product-benefit-details p { margin: 0; color: var(--abp-muted); font-size: .8rem; line-height: 1.55; }
.abp-product-use-guidance { max-width: 70rem; margin-top: 2rem; padding: 1.45rem 1.65rem; border: 1px solid color-mix(in srgb, var(--product-accent) 20%, #fff); border-radius: 1.2rem; background: linear-gradient(135deg, color-mix(in srgb, var(--product-accent) 9%, #fff), color-mix(in srgb, var(--product-accent) 4%, #fff)); }
.abp-product-use-guidance .abp-kicker { margin-bottom: .45rem; color: var(--product-accent); }
.abp-product-use-guidance h2 { margin: 0; color: var(--abp-deep); font-size: 1.25rem; letter-spacing: -.02em; }
.abp-product-use-guidance > p:last-child { max-width: 58rem; margin: .55rem 0 0; color: var(--abp-muted); font-size: .9rem; line-height: 1.65; }
@media (max-width: 860px) { .abp-product-benefit-details > div { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .abp-product-benefit-details { margin-top: 2.8rem; } .abp-product-benefit-details > div { grid-template-columns: 1fr; } .abp-product-benefit-details article { min-height: 0; } .abp-product-use-guidance { padding: 1.2rem; } }

/* ABP cutover-readiness controls: visual only; routing and delivery remain server guarded. */
.abp-contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.abp-provider-access-gate { max-width: 44rem; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #d7e9e7; border-radius: 1.25rem; background: #f4fbfa; text-align: center; }
.abp-provider-access-gate h2 { margin: .45rem 0 1rem; color: #201a24; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.abp-provider-access-gate p:not(.abp-kicker) { max-width: 36rem; margin: 0 auto 1.5rem; color: #536568; }
.abp-product-disclaimer { display: grid; grid-template-columns: 2.25rem minmax(0, 1fr); gap: .9rem; align-items: start; }
.abp-product-disclaimer__icon { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: .7rem; color: #6d6877; background: #f0eef2; font-size: 1rem; }
.abp-product-disclaimer .abp-kicker { margin-bottom: .35rem; color: #6d6877; }
.abp-product-disclaimer p:not(.abp-kicker) { margin: 0 0 .6rem; }
.abp-product-disclaimer p:last-child { margin-bottom: 0; }
