:root {
    color-scheme: light;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ink: #14211f;
    --muted: #66736f;
    --line: #dce5df;
    --paper: #fbfaf5;
    --panel: #ffffff;
    --sage: #dfeadd;
    --mint: #b9dccb;
    --teal: #123b3a;
    --coral: #d86f57;
    --gold: #e0b75b;
}

/* Production revision: independent announcement, sticky navigation, and logo sizing. */
.pepto-announcement {
    position: relative;
    z-index: 121;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    overflow: hidden;
    padding: 0.25rem clamp(0.8rem, 3vw, 2rem);
    background: #123f73;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.16);
}

.pepto-announcement.code-only {
    justify-content: center;
}

.announcement-marquee {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.announcement-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: peptonomyAnnouncement 24s linear infinite;
}

.announcement-track span {
    flex: 0 0 auto;
    padding-right: clamp(4rem, 10vw, 9rem);
    color: #f4f8ff;
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

@keyframes peptonomyAnnouncement {
    to { transform: translateX(-50%); }
}

.announcement-code {
    flex: 0 0 auto;
    min-height: 28px;
    margin-left: 0.75rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 999px;
    background: #eef5ff;
    color: #0a2f5c;
    font: inherit;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    cursor: pointer;
}

.announcement-code:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.site-header,
.site-header.clean-header,
.clean-header {
    position: sticky !important;
    top: 0 !important;
    inset: auto !important;
    z-index: 120 !important;
    transform: none !important;
}

body:has(.site-header) main {
    padding-top: 0 !important;
}

.site-header .brand-wordmark {
    width: auto !important;
    height: clamp(30px, 2.6vw, 38px) !important;
    max-width: 180px !important;
    object-fit: contain !important;
}

.pepto-footer .footer-wordmark {
    width: auto !important;
    height: clamp(36px, 3.2vw, 48px) !important;
    max-width: 210px !important;
    object-fit: contain !important;
}

.customer-login-page {
    min-height: calc(100vh - 70px);
    display: grid;
    place-items: center;
    padding: clamp(2rem, 7vw, 5rem) 1rem;
    background: linear-gradient(135deg, #f8f7ff 0%, #eef8ff 100%);
}

.customer-login-card {
    width: min(100%, 490px) !important;
    padding: clamp(1.5rem, 4vw, 2.25rem) !important;
    border: 1px solid #dfe9f7 !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 55px rgba(24, 55, 96, 0.1) !important;
}

.customer-login-card h1 {
    margin: 0.65rem 0 0.5rem !important;
    font-size: clamp(1.75rem, 4vw, 2.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.customer-login-card > p {
    margin: 0 0 1.35rem !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
}

.customer-login-card .button {
    width: 100%;
    min-height: 46px;
}

.customer-login-card .auth-register-link {
    margin: 1rem 0 0 !important;
    text-align: center;
}

@media (max-width: 700px) {
    .pepto-announcement {
        min-height: 36px;
        padding-inline: 0.6rem;
    }

    .announcement-track {
        animation-duration: 28s;
    }

    .announcement-track span {
        padding-right: 4rem;
        font-size: 0.7rem;
    }

    .announcement-code {
        max-width: 42vw;
        min-height: 27px;
        margin-left: 0.45rem;
        padding-inline: 0.55rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-header .brand-wordmark {
        height: clamp(26px, 8vw, 34px) !important;
        max-width: 160px !important;
    }

    main .amino-four-hero .peptonomy-guarantee-panel {
        overflow: hidden !important;
        isolation: isolate;
    }

    main .amino-four-hero .peptonomy-guarantee-panel::before {
        left: -1rem !important;
        top: -0.85rem !important;
        width: 4.25rem !important;
        height: 4.25rem !important;
        border-radius: 18px !important;
        opacity: 0.55;
        z-index: -1 !important;
    }

    .customer-login-page {
        min-height: calc(100vh - 66px);
        padding: 1.5rem 0.8rem;
    }

    .customer-login-card {
        padding: 1.35rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-track {
        animation: none;
        transform: none;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 4rem);
    background: rgba(251, 250, 245, 0.92);
    border-bottom: 1px solid rgba(20, 33, 31, 0.08);
    backdrop-filter: blur(16px);
}

.brand,
.admin-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 900;
    letter-spacing: 0;
}

.brand-mark,
.admin-brand-mark {
    display: inline-grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-weight: 900;
}

.site-nav,
.site-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.site-nav a,
.text-link {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.button,
.button-outline {
    display: inline-flex;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    font-weight: 800;
    border: 1px solid transparent;
}

.button-dark {
    background: var(--teal);
    color: #fff;
}

.button-coral {
    background: var(--coral);
    color: #fff;
}

.button-outline {
    background: #fff;
    border-color: var(--line);
    color: var(--teal);
}

.hero {
    display: grid;
    min-height: calc(100vh - 4.4rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem);
}

.hero-copy {
    max-width: 640px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: var(--sage);
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1 {
    margin: 1.1rem 0;
    max-width: 11ch;
    font-size: clamp(3.2rem, 7vw, 6.4rem);
    line-height: 0.9;
    letter-spacing: 0;
}

.hero p,
.section-heading p,
.story-copy p,
.cta-panel p,
.site-footer p,
.product-card p,
.detail-copy,
.empty-state p {
    color: var(--muted);
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.proof-item {
    min-height: 6rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.proof-item strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.35rem;
}

.hero-media {
    position: relative;
    min-height: min(72vh, 680px);
    border-radius: 8px;
    overflow: hidden;
    background: var(--sage);
    box-shadow: 0 28px 80px rgba(18, 59, 58, 0.16);
}

.hero-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.hero-float {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    width: min(310px, calc(100% - 2.4rem));
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(20, 33, 31, 0.14);
    backdrop-filter: blur(14px);
}

.section {
    padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 4vw, 4rem);
}

.section.alt {
    background: #fff;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.section-heading h2,
.story-copy h2,
.cta-panel h2,
.products-hero h1,
.detail h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.9rem);
    line-height: 1;
}

.cards,
.steps,
.reviews,
.product-grid {
    display: grid;
    gap: 1rem;
}

.cards,
.steps,
.reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.treatment-card,
.step-card,
.review-card,
.product-card,
.empty-state,
.detail-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
}

.treatment-card,
.step-card,
.review-card {
    min-height: 17rem;
    padding: 1.35rem;
}

.card-kicker,
.product-category,
.status-pill {
    color: var(--coral);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.treatment-card h3,
.step-card h3,
.review-card h3,
.product-card h2 {
    margin: 0.7rem 0;
}

.price-line {
    margin-top: auto;
    color: var(--teal);
    font-weight: 900;
}

.story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.story-visual {
    display: grid;
    min-height: 520px;
    align-content: end;
    padding: 1rem;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(18, 59, 58, 0.08), rgba(18, 59, 58, 0.42)),
        url("/images/peptonomy-hero.png") center / cover;
}

.story-note {
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.faq-list {
    display: grid;
    gap: 0.75rem;
    max-width: 920px;
}

.faq-list details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 1rem 1.1rem;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 900;
}

.cta-panel {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 1rem;
    padding: clamp(2.5rem, 6vw, 5rem);
    border-radius: 8px;
    background: var(--teal);
    color: #fff;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.products-hero {
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem) 2rem;
}

.product-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0 clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
}

.product-card {
    overflow: hidden;
}

.product-image {
    display: grid;
    aspect-ratio: 1.08;
    place-items: center;
    background: linear-gradient(135deg, var(--sage), #fff);
    color: var(--teal);
    font-weight: 900;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-body {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
}

.product-price {
    color: var(--teal);
    font-size: 1.1rem;
    font-weight: 900;
}

.detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem);
}

.detail-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.detail-image {
    overflow: hidden;
    border-radius: 8px;
    background: var(--sage);
}

.detail-image img,
.detail-placeholder {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.detail-placeholder {
    display: grid;
    place-items: center;
    color: var(--teal);
    font-size: 4rem;
    font-weight: 900;
}

.empty-state {
    margin: 0 clamp(1rem, 4vw, 4rem) 4rem;
    padding: 3rem 1rem;
    text-align: center;
}

.site-footer {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem);
    background: #102f2e;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 2rem;
}

.site-footer h2 {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.site-footer a {
    display: block;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer .brand {
    margin-bottom: 1rem;
}

.site-footer p,
.legal {
    color: rgba(255, 255, 255, 0.68);
}

.legal {
    margin-top: 2.5rem;
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .site-header {
        flex-wrap: wrap;
    }

    .site-nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .hero,
    .story,
    .detail {
        grid-template-columns: 1fr;
    }

    .hero-media {
        min-height: 420px;
        order: -1;
    }

    .cards,
    .steps,
    .reviews,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: block;
    }
}

/* Latest production review: fixed ecommerce header and independent promo controls. */
:root { --public-navbar-height: 82px; }

.pepto-announcement {
    position: relative !important;
    inset: auto !important;
    z-index: 132 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    overflow: hidden !important;
    background: linear-gradient(100deg, #061f49 0%, #124a9d 55%, #087fa3 100%) !important;
}
.pepto-announcement::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    background: repeating-radial-gradient(ellipse at 12% 120%, transparent 0 24px, rgba(255,255,255,.55) 25px 26px, transparent 27px 48px);
}
.pepto-announcement.without-message { justify-content: center !important; }
.announcement-icon,
.announcement-timer,
.announcement-code { position: relative; z-index: 1; }
.announcement-icon { flex: 0 0 18px; width: 18px; height: 18px; }
.announcement-icon svg,
.announcement-code svg,
.announcement-timer svg {
    width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.announcement-track span { font-size: 0.82rem !important; letter-spacing: 0.3px !important; }
.announcement-code {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.38rem !important;
    min-height: 29px !important;
    border-radius: 999px !important;
}
.announcement-code svg { width: 14px; height: 14px; }
.announcement-code.is-copied svg { stroke: #168055; }
.announcement-timer {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
    font-size: 0.72rem;
    white-space: nowrap;
}
.announcement-timer svg { width: 16px; height: 16px; }
.announcement-timer small { color: rgba(255,255,255,.72); font-size: inherit; text-transform: uppercase; }
.announcement-timer strong { font-size: 0.74rem; font-variant-numeric: tabular-nums; }

.site-header,
.site-header.clean-header,
.clean-header {
    position: fixed !important;
    top: 0;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    inset: auto 0 auto 0 !important;
    width: 100% !important;
    min-height: 82px !important;
    height: 82px !important;
    padding: 0.85rem clamp(1.25rem, 5vw, 5rem) !important;
    display: flex !important;
    align-items: center !important;
    z-index: 130 !important;
    transform: none !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 8px 26px rgba(9,31,67,.07);
}
body:has(.site-header) main { padding-top: var(--public-navbar-height) !important; }
.site-header .brand-wordmark { height: clamp(38px, 3vw, 44px) !important; max-width: 210px !important; }
.site-header .site-nav { gap: clamp(1.3rem, 2.5vw, 2.5rem) !important; }
.site-header .site-nav a,
.site-header .nav-parent,
.site-header .auth-link { font-size: 0.96rem !important; font-weight: 650 !important; }
.site-header .cart-icon-link { width: 44px !important; height: 44px !important; }

@media (max-width: 900px) {
    :root { --public-navbar-height: 66px; }
    .pepto-announcement { min-height: 38px !important; gap: 0.4rem !important; padding-inline: 0.55rem !important; }
    .announcement-icon { display: none; }
    .announcement-track span { font-size: 0.75rem !important; }
    .announcement-code { max-width: 29vw !important; min-height: 27px !important; font-size: 0.66rem !important; margin-left: 0 !important; }
    .announcement-code svg { width: 12px; height: 12px; }
    .announcement-timer { gap: 0.2rem; font-size: 0.66rem; }
    .announcement-timer small { display: none; }
    .announcement-timer svg { width: 14px; height: 14px; }
    .site-header,
    .site-header.clean-header,
    .clean-header {
        min-height: 66px !important;
        height: 66px !important;
        padding: 0.65rem 0.85rem !important;
    }
    .site-header .brand { order: 1; }
    .site-header .site-actions { order: 2; display: flex !important; margin-left: auto; }
    .site-header .site-actions .auth-link,
    .site-header .site-actions form { display: none !important; }
    .site-header .cart-icon-link { width: 40px !important; height: 40px !important; }
    .site-header .mobile-menu-button { order: 3; margin-left: 0.35rem !important; }
    .site-header .brand-wordmark { height: clamp(30px, 8vw, 36px) !important; max-width: 180px !important; }
}

/* PDF revision: seamless ticker, pastel accents, and dark-footer branding. */
:root { --accent-pastel-blue: #2456c7; }

.announcement-marquee { width: 0 !important; min-width: 0 !important; flex: 1 1 auto !important; overflow: hidden !important; }
.announcement-track {
    display: flex !important;
    width: max-content !important;
    animation: peptonomySeamlessTicker var(--ticker-duration, 22s) linear infinite !important;
    will-change: transform;
}
.announcement-sequence { display: flex; flex: 0 0 auto; align-items: center; }
.announcement-sequence > span {
    flex: 0 0 auto;
    padding-right: clamp(2.5rem, 5vw, 5rem) !important;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
@keyframes peptonomySeamlessTicker { to { transform: translateX(calc(-1 * var(--ticker-distance, 50%))); } }
.announcement-static-feature { position: relative; z-index: 2; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.48rem; white-space: nowrap; }
.announcement-feature-label,
.announcement-timer small { color: rgba(255,255,255,.72) !important; font-size: 0.64rem !important; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; }
.announcement-code { margin-left: 0 !important; background: #dbeeff !important; border-color: rgba(255,255,255,.65) !important; color: #092653 !important; }

.section-heading > .eyebrow,
.bestsellers-heading > .eyebrow,
.home-lab-proof .eyebrow,
.home-calculator-cta .eyebrow,
.amino-connect-section .eyebrow,
.page-hero .eyebrow {
    color: var(--accent-pastel-blue) !important;
}

.pepto-footer .footer-wordmark {
    width: auto !important;
    height: auto !important;
    max-width: 220px !important;
    max-height: 60px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

@media (max-width: 900px) {
    .announcement-feature-label { display: none; }
    .announcement-sequence > span { padding-right: 2.5rem !important; font-size: 0.74rem; }
}

@media (max-width: 430px) {
    .pepto-footer .footer-wordmark { max-width: min(200px, 72vw) !important; max-height: 54px !important; }
    .announcement-code svg { display: none !important; }
    .announcement-code { max-width: 26vw !important; }
    .announcement-timer { min-width: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-track { animation: none !important; transform: none !important; }
}

/* Compact public product detail. */
.amino-product-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr) !important;
    gap: clamp(2.5rem, 4vw, 3.5rem) !important;
    width: min(1200px, calc(100% - 3rem)) !important;
    margin: 0 auto !important;
    padding: clamp(2rem, 4vw, 3.5rem) 0 4.5rem !important;
    align-items: start !important;
    box-sizing: border-box !important;
}
.amino-detail-media {
    display: grid;
    gap: 0.8rem;
    width: 100%;
    max-width: 520px;
    min-width: 0;
}
.amino-detail-gallery {
    display: grid !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 0.88 !important;
    place-items: center !important;
    overflow: hidden !important;
    border: 1px solid #e2e9f4 !important;
    border-radius: 8px !important;
    background: #f7faff !important;
}
.amino-detail-gallery img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    padding: clamp(1.5rem, 4vw, 2.75rem) !important;
    object-fit: contain !important;
}
.product-logo-placeholder { min-height: 0 !important; padding: 2rem; }
.detail-thumbnails {
    display: flex;
    max-width: 100%;
    gap: 0.65rem;
    overflow-x: auto;
    padding: 1px 1px 0.25rem;
}
.detail-thumbnails button {
    display: grid;
    flex: 0 0 64px;
    width: 96px;
    height: 96px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #dfe7f3;
    border-radius: 6px;
    background: #fff;
    padding: 0.3rem;
    cursor: pointer;
}
.detail-thumbnails button.is-active { border-color: #2456c7; box-shadow: 0 0 0 1px #2456c7; }
.detail-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.amino-detail-panel {
    display: grid !important;
    align-content: start !important;
    gap: 0.9rem !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}
.amino-detail-panel > .text-link { width: fit-content; color: #53627a; font-size: 0.86rem; font-weight: 750; }
.amino-detail-panel > .detail-kicker { color: #2456c7; font-size: 0.8rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.amino-detail-panel > h1 {
    max-width: 15ch;
    margin: 0 !important;
    color: #07142f;
    font-size: clamp(2.35rem, 3.35vw, 3rem) !important;
    line-height: 1.02 !important;
    font-weight: 760;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}
.amino-detail-panel .detail-description { max-width: 58ch; color: #647087; font-size: 0.96rem; line-height: 1.55; }
.detail-price { color: #07142f; font-size: clamp(1.55rem, 2.2vw, 1.9rem); line-height: 1.1; }
.variant-picker { display: grid; gap: 0.55rem; margin-top: 0.15rem; }
.variant-label { color: #53627a; font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.variant-label:not(:first-child) { margin-top: 0.35rem; }
.variant-buttons { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.variant-buttons button {
    min-width: 68px;
    min-height: 42px;
    border: 1px solid #d7e1ef;
    border-radius: 6px;
    background: #fff;
    color: #263751;
    padding: 0.55rem 1rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 750;
    cursor: pointer;
}
.variant-buttons button:hover:not(:disabled) { border-color: #78aeea; background: #f3f7ff; }
.variant-buttons button.is-active { border-color: #2456c7; background: #2456c7; color: #fff; box-shadow: 0 5px 14px rgba(36,86,199,.16); }
.variant-buttons button:disabled { cursor: not-allowed; opacity: 0.42; text-decoration: line-through; }
.detail-availability { display: flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; font-weight: 750; }
.detail-availability::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.detail-availability.is-available { color: #26835b; }
.detail-availability.is-unavailable { color: #a94343; }
.amino-detail-panel .checkout-cart-box {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1rem !important;
    border: 1px solid #dce6f4 !important;
    border-radius: 8px !important;
    background: #f4f7fc !important;
    padding: 0.8rem 0.9rem !important;
}
.checkout-cart-box > div { display: grid; gap: 0.18rem; }
.checkout-cart-box span { color: #6a778d; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.checkout-cart-box strong { color: #07142f; font-size: 0.9rem; text-align: left; }
.checkout-cart-box > [data-total] { flex: 0 0 auto; color: #2456c7; font-size: 1.05rem; text-align: right; }
.amino-detail-panel .detail-actions-row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.7rem !important; }
.amino-detail-panel .detail-actions-row button { min-height: 50px !important; border-radius: 6px !important; }
.amino-detail-panel .stock-button { background: #07142f !important; }
.amino-detail-panel .add-cart-button { border-color: #2456c7 !important; color: #2456c7 !important; }
.amino-detail-panel .ship-banner { gap: 0.2rem; border: 1px solid #dce9e3; border-radius: 8px; background: #f3faf7; padding: 0.8rem 0.9rem; }
.amino-detail-panel .ship-banner strong { font-size: 0.84rem; }
.amino-detail-panel .ship-banner span { font-size: 0.78rem; line-height: 1.45; }
.amino-detail-panel .detail-service-grid { gap: 0.55rem; border-radius: 8px; padding: 0.7rem; background: #f7f9fc; }

@media (max-width: 980px) {
    .amino-product-detail { grid-template-columns: minmax(0, 1fr) !important; width: min(720px, calc(100% - 2rem)) !important; gap: 1.75rem !important; }
    .amino-detail-media { max-width: 620px; margin-inline: auto; }
}
@media (max-width: 640px) {
    .amino-product-detail { width: 100% !important; max-width: 100vw !important; padding: 1rem 0.85rem 3rem !important; gap: 1.25rem !important; box-sizing: border-box !important; }
    .amino-detail-media,
    .amino-detail-panel { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
    .amino-detail-gallery { aspect-ratio: 1 / 0.84 !important; }
    .amino-detail-gallery img { padding: 1.25rem !important; }
    .amino-detail-panel > h1 { max-width: 100%; font-size: clamp(1.9rem, 9vw, 2.35rem) !important; }
    .amino-detail-panel .checkout-cart-box { display: flex !important; }
    .amino-detail-panel .detail-actions-row { grid-template-columns: minmax(0, 1fr) !important; }
    .amino-detail-panel .detail-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 430px) {
    .announcement-timer svg { display: none; }
    .announcement-timer strong { font-size: 0.62rem; }
    .announcement-code { padding-inline: 0.45rem !important; }
}

@media (max-width: 640px) {
    .site-actions {
        width: 100%;
        justify-content: space-between;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: clamp(2.8rem, 16vw, 4rem);
    }
}

.brand-logo {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    border: 1px solid var(--line);
}

.site-footer span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.6;
}

.brand-mark,
.brand-logo {
    width: 3.15rem;
    height: 3.15rem;
}

.brand-logo {
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    border: 1px solid var(--line);
}

.checkout-note {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8faf7;
}

.checkout-note p {
    margin: 0.35rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 640px) {
    .brand-mark,
    .brand-logo {
        width: 2.7rem;
        height: 2.7rem;
    }
}

.notice-bar {
    padding: 0.65rem 1rem;
    background: #102f2e;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
}

.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.dropdown-panel {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 0;
    min-width: 220px;
    display: grid;
    gap: 0.15rem;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 33, 31, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.dropdown-panel a {
    padding: 0.75rem;
    border-radius: 8px;
    color: var(--ink);
}

.dropdown-panel a:hover {
    background: var(--sage);
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    left: -0.5rem;
    right: -0.5rem;
    top: 100%;
    height: 1rem;
}

.peptide-hero h1 {
    max-width: 13ch;
}

.product-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 59, 58, 0), rgba(18, 59, 58, 0.12));
    pointer-events: none;
}

.category-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.category-strip a {
    min-height: 5rem;
    display: grid;
    place-items: center;
    padding: 1rem;
    border-right: 1px solid var(--line);
    color: var(--teal);
    font-weight: 900;
    text-align: center;
}

.category-strip a:last-child {
    border-right: 0;
}

.category-strip a:hover {
    background: var(--sage);
}

.page-hero {
    display: grid;
    gap: 1rem;
    padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
    background: #fff;
}

.compact-hero,
.calculator-hero {
    min-height: 42vh;
    align-content: center;
}

.page-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 0.92;
}

.page-hero p {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.75;
}

.section-tight {
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem);
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.report-card {
    display: grid;
    gap: 1rem;
    align-content: space-between;
    min-height: 230px;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.report-card h2 {
    margin: 0.65rem 0 0.35rem;
    font-size: 1.2rem;
}

.report-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.report-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--line);
}

.disabled-link {
    opacity: 0.55;
    pointer-events: none;
}

.split-cta-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tool-card {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.tool-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
}

.tool-card p {
    color: var(--muted);
    line-height: 1.7;
}

.dark-card {
    background: var(--teal);
    color: #fff;
}

.dark-card p {
    color: rgba(255, 255, 255, 0.78);
}

.calculator-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 1rem;
    align-items: start;
}

.calculator-panel,
.calculator-result {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 1.25rem;
}

.calculator-panel input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.9rem;
}

.calculator-result {
    position: sticky;
    top: 7rem;
    display: grid;
    gap: 1rem;
}

.result-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line);
}

.calculator-note {
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .category-strip,
    .split-cta-section,
    .calculator-shell {
        grid-template-columns: 1fr;
    }

    .category-strip a {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .dropdown-panel {
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        margin-left: 0.5rem;
    }
}

/* Final polish: responsive layout, mobile menu, and motion */
:root {
    --content: min(1240px, calc(100% - 2rem));
    --content-wide: min(1440px, calc(100% - 2rem));
    --shadow-soft: 0 22px 70px rgba(20, 33, 31, 0.11);
}

body.nav-open {
    overflow: hidden;
}

.site-header {
    top: 0;
    min-height: 76px;
    padding: 0.75rem max(1rem, calc((100vw - 1440px) / 2 + 1rem));
}

.brand {
    flex: 0 0 auto;
    min-width: max-content;
}

.site-nav {
    justify-content: center;
    flex: 1;
}

.site-nav > a,
.nav-dropdown > a {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    border-radius: 999px;
    padding: 0 0.7rem;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.site-nav > a:hover,
.nav-dropdown:hover > a {
    background: rgba(18, 59, 58, 0.08);
    color: var(--teal);
}

.mobile-cta,
.menu-toggle {
    display: none;
}

.menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 1.15rem;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: var(--teal);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.hero,
.section,
.page-hero,
.section-tight,
.products-hero,
.detail {
    padding-left: max(1rem, calc((100vw - 1240px) / 2 + 1rem));
    padding-right: max(1rem, calc((100vw - 1240px) / 2 + 1rem));
}

.hero {
    min-height: min(850px, calc(100vh - 110px));
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.hero h1,
.page-hero h1 {
    letter-spacing: 0;
}

.hero-copy p {
    max-width: 58ch;
    font-size: 1.05rem;
}

.hero-media {
    min-height: clamp(460px, 58vw, 690px);
}

.hero-float {
    width: min(390px, calc(100% - 2.4rem));
    padding: 1.1rem;
}

.category-strip {
    width: var(--content-wide);
    margin: 0 auto;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.section-heading {
    width: 100%;
    max-width: 1120px;
}

.section-heading p {
    max-width: 45ch;
}

.product-grid,
.report-grid,
.cards,
.steps,
.reviews {
    gap: 1.15rem;
}

.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}

.product-card,
.report-card,
.treatment-card,
.step-card,
.review-card,
.tool-card,
.calculator-panel,
.calculator-result,
.detail-panel {
    border-color: rgba(18, 59, 58, 0.13);
    box-shadow: 0 1px 0 rgba(18, 59, 58, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover,
.report-card:hover,
.treatment-card:hover,
.step-card:hover,
.tool-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 59, 58, 0.25);
    box-shadow: var(--shadow-soft);
}

.product-image {
    min-height: 250px;
}

.split-cta-section {
    max-width: none;
}

.tool-card {
    min-height: 390px;
}

.reports-section,
.calculator-section,
.formula-section {
    background: linear-gradient(180deg, #fbfaf5 0%, #ffffff 100%);
}

.reports-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.35rem;
}

.reports-toolbar h2 {
    margin: 0.6rem 0 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1;
}

.report-search {
    display: grid;
    gap: 0.45rem;
    width: min(420px, 100%);
    color: var(--muted);
    font-weight: 800;
    font-size: 0.86rem;
}

.report-search input {
    width: 100%;
    min-height: 3rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
    background: #fff;
    color: var(--ink);
}

.enhanced-report-grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.enhanced-report-card {
    min-height: 285px;
    padding: 1.35rem;
}

.report-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.report-status {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    border-radius: 999px;
    padding: 0 0.7rem;
    background: var(--sage);
    color: var(--teal);
    font-size: 0.75rem;
    font-weight: 900;
}

.report-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.report-meta-grid > div {
    padding: 0.85rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8faf7;
}

.report-meta-grid span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.calculator-section {
    padding-top: clamp(2rem, 5vw, 5rem);
}

.polished-calculator {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.56fr);
    max-width: 1180px;
    margin: 0 auto;
}

.calculator-panel,
.calculator-result {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.calculator-panel-head h2 {
    margin: 0.7rem 0 1.25rem;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.calculator-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calculator-input-grid .field {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8faf7;
}

.calculator-input-grid .field span {
    font-weight: 900;
}

.polished-result {
    top: 6rem;
    background: var(--teal);
    color: #fff;
}

.polished-result .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.polished-result .result-row {
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.polished-result span,
.polished-result .calculator-note {
    color: rgba(255, 255, 255, 0.78);
}

.polished-result strong {
    color: #fff;
}

.centered-heading {
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.centered-heading p {
    margin-left: auto;
    margin-right: auto;
}

.formula-grid {
    max-width: 1040px;
    margin: 0 auto;
}

.faq-list {
    width: min(980px, 100%);
    max-width: none;
    margin: 0 auto;
}

.faq-list details {
    padding: 1.25rem 1.35rem;
    box-shadow: 0 1px 0 rgba(18, 59, 58, 0.04);
}

.faq-list summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: '+';
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: var(--sage);
    color: var(--teal);
}

.faq-list details[open] summary::after {
    content: '-';
}

.faq-list details p {
    max-width: 72ch;
    color: var(--muted);
    line-height: 1.7;
}

.reveal-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.product-card:nth-child(2),
.report-card:nth-child(2),
.tool-card:nth-child(2) {
    transition-delay: 0.08s;
}

.product-card:nth-child(3),
.report-card:nth-child(3) {
    transition-delay: 0.14s;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
    }

    .reveal-item {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1120px) {
    .site-header {
        gap: 0.75rem;
    }

    .site-nav {
        gap: 0.45rem;
    }

    .site-nav > a,
    .nav-dropdown > a {
        padding: 0 0.55rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 900px) {
    .notice-bar {
        font-size: 0.76rem;
        line-height: 1.4;
    }

    .site-header {
        flex-wrap: nowrap;
        min-height: 68px;
    }

    .menu-toggle {
        display: grid;
        order: 3;
    }

    .site-actions {
        display: none;
    }

    .site-nav {
        position: fixed;
        top: calc(68px + 2.4rem);
        left: 1rem;
        right: 1rem;
        z-index: 30;
        display: grid;
        width: auto;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        gap: 0.35rem;
        padding: 0.85rem;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow-soft);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav > a,
    .nav-dropdown > a,
    .mobile-cta {
        display: flex;
        min-height: 3rem;
        align-items: center;
        justify-content: space-between;
        padding: 0.85rem 1rem;
        border-radius: 8px;
        background: #f8faf7;
        color: var(--ink);
        font-weight: 900;
    }

    .nav-dropdown {
        display: grid;
        gap: 0.35rem;
    }

    .dropdown-panel {
        display: grid;
        margin: 0;
        padding: 0.5rem;
        border-radius: 8px;
        background: #fff;
    }

    .dropdown-panel a {
        min-height: 2.65rem;
        padding: 0.65rem 1rem;
    }

    .mobile-cta {
        background: var(--teal);
        color: #fff;
    }

    .brand span:last-child {
        font-size: 0.95rem;
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .hero-media {
        order: -1;
        min-height: 380px;
    }

    .hero h1,
    .page-hero h1 {
        max-width: 100%;
        font-size: clamp(2.6rem, 13vw, 4.2rem);
    }

    .hero-proof,
    .cards,
    .steps,
    .reviews,
    .footer-main,
    .calculator-input-grid,
    .polished-calculator,
    .reports-toolbar {
        grid-template-columns: 1fr;
    }

    .reports-toolbar {
        display: grid;
        align-items: start;
    }

    .category-strip {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-left: 0;
        border-right: 0;
    }

    .category-strip a {
        min-height: 4.1rem;
        border-right: 1px solid var(--line);
    }

    .category-strip a:nth-child(2n) {
        border-right: 0;
    }

    .split-cta-section {
        grid-template-columns: 1fr;
    }

    .tool-card {
        min-height: auto;
    }

    .polished-result {
        position: static;
    }
}

@media (max-width: 560px) {
    .hero,
    .section,
    .page-hero,
    .section-tight,
    .products-hero,
    .detail {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-actions,
    .form-actions {
        display: grid;
    }

    .button,
    .button-outline {
        width: 100%;
    }

    .product-grid,
    .enhanced-report-grid,
    .report-grid {
        grid-template-columns: 1fr;
    }

    .product-image {
        min-height: 220px;
    }

    .report-meta-grid {
        grid-template-columns: 1fr;
    }

    .hero-float {
        position: static;
        width: auto;
        margin: -5.25rem 1rem 1rem;
    }

    .page-hero {
        min-height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* Mobile nav correction: Shop submenu collapsed by default */
.nav-parent {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
}

.nav-parent:hover {
    color: var(--teal);
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (min-width: 901px) {
    .nav-parent {
        display: inline-flex;
        min-height: 2.5rem;
        align-items: center;
        border-radius: 999px;
        padding: 0 0.7rem;
    }

    .nav-dropdown:hover .nav-parent {
        background: rgba(18, 59, 58, 0.08);
        color: var(--teal);
    }
}

@media (max-width: 900px) {
    .site-header {
        position: sticky;
        z-index: 100;
    }

    .site-nav {
        top: 86px;
        left: 1rem;
        right: 1rem;
        width: calc(100vw - 2rem);
        max-width: none;
        min-width: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        background: #fff;
        opacity: 0;
        visibility: hidden;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
    }

    .site-nav > a,
    .nav-parent,
    .mobile-cta {
        width: 100%;
        min-height: 3.2rem;
        justify-content: space-between;
        border: 0;
        border-radius: 8px;
        padding: 0.9rem 1rem;
        background: #f6f8f4;
        color: var(--ink);
        font-weight: 900;
        text-align: left;
    }

    .nav-parent::after {
        content: '+';
        display: inline-grid;
        width: 1.75rem;
        height: 1.75rem;
        place-items: center;
        border-radius: 50%;
        background: #fff;
        color: var(--teal);
        border: 1px solid var(--line);
    }

    .nav-dropdown.is-open .nav-parent::after {
        content: '-';
    }

    .nav-dropdown {
        display: grid;
        gap: 0.35rem;
        width: 100%;
    }

    .dropdown-panel {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0.45rem;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: none;
    }

    .nav-dropdown.is-open .dropdown-panel {
        display: grid;
    }

    .dropdown-panel a {
        display: flex;
        align-items: center;
        min-height: 2.8rem;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        color: var(--ink);
        font-weight: 800;
    }

    .menu-toggle {
        background: #fff;
        box-shadow: none;
    }

    .menu-toggle span {
        margin: 2.5px 0;
    }
}

@media (max-width: 560px) {
    .site-nav {
        top: 82px;
        left: 0.75rem;
        right: 0.75rem;
        width: calc(100vw - 1.5rem);
        padding: 0.7rem;
    }
}

/* Peptonomy clean white palette override */
:root {
    --ink: #10201d;
    --muted: #60706b;
    --line: #e5ebe8;
    --paper: #ffffff;
    --panel: #ffffff;
    --sage: #eef7f3;
    --mint: #cfe9dd;
    --teal: #0d4b43;
    --coral: #1f8f7a;
    --gold: #d8b46a;
    --shadow-soft: 0 22px 70px rgba(13, 75, 67, 0.10);
}

body {
    background: #ffffff;
}

.notice-bar,
.site-footer,
.dark-card,
.polished-result,
.cta-panel {
    background: linear-gradient(135deg, #083b35 0%, #0d4b43 100%);
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom-color: rgba(13, 75, 67, 0.10);
}

.brand-mark,
.admin-brand-mark {
    background: #0d4b43;
    color: #ffffff;
}

.button-dark,
.mobile-cta {
    background: #0d4b43;
    color: #ffffff;
}

.button-coral {
    background: #1f8f7a;
    color: #ffffff;
}

.button-outline {
    background: #ffffff;
    border-color: #d7e5df;
    color: #0d4b43;
}

.button-outline:hover,
.button-dark:hover,
.button-coral:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(13, 75, 67, 0.14);
}

.hero,
.page-hero,
.section.alt,
.reports-section,
.calculator-section,
.formula-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(31, 143, 122, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.section:not(.alt),
.products-hero {
    background: #ffffff;
}

.hero-media,
.product-image,
.story-visual {
    background: linear-gradient(135deg, #eef7f3 0%, #ffffff 100%);
}

.eyebrow,
.report-status,
.faq-list summary::after {
    background: #eef7f3;
    color: #0d4b43;
}

.category-strip,
.product-card,
.report-card,
.treatment-card,
.step-card,
.review-card,
.tool-card,
.calculator-panel,
.detail-panel,
.empty-state,
.faq-list details {
    background: #ffffff;
    border-color: rgba(13, 75, 67, 0.12);
}

.product-card:hover,
.report-card:hover,
.treatment-card:hover,
.step-card:hover,
.tool-card:hover {
    border-color: rgba(31, 143, 122, 0.32);
}

.card-kicker,
.product-category,
.status-pill {
    color: #1f8f7a;
}

.product-price,
.price-line {
    color: #0d4b43;
}

.dropdown-panel,
.site-nav.is-open,
.report-search input,
.calculator-input-grid .field,
.checkout-note,
.report-meta-grid > div {
    background: #ffffff;
    border-color: #e5ebe8;
}

@media (max-width: 900px) {
    .site-nav > a,
    .nav-parent,
    .mobile-cta {
        background: #f5faf8;
    }

    .mobile-cta {
        background: #0d4b43;
    }
}

/* Peptonomy blue logo palette and calculator redesign */
:root {
    --ink: #0a1633;
    --muted: #64708a;
    --line: #e5e9f4;
    --paper: #ffffff;
    --panel: #ffffff;
    --sage: #eef4ff;
    --mint: #dce8ff;
    --teal: #0a45ff;
    --coral: #0a45ff;
    --gold: #8aa7ff;
    --shadow-soft: 0 24px 70px rgba(10, 69, 255, 0.12);
}

.notice-bar,
.site-footer,
.dark-card,
.polished-result,
.cta-panel {
    background: linear-gradient(135deg, #0735c8 0%, #0a45ff 100%);
}

.button-dark,
.button-coral,
.mobile-cta {
    background: #0a45ff;
    color: #fff;
}

.button-outline {
    border-color: #d9e3ff;
    color: #0a45ff;
}

.brand-wordmark {
    display: block;
    width: clamp(150px, 15vw, 220px);
    height: auto;
    object-fit: contain;
}

.footer-wordmark {
    width: min(220px, 100%);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: #fff;
}

.admin-brand-wordmark {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    background: #fff;
}

.hero,
.page-hero,
.section.alt,
.reports-section,
.calculator-section,
.formula-section {
    background:
        radial-gradient(circle at 10% 8%, rgba(10, 69, 255, 0.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.eyebrow,
.report-status,
.faq-list summary::after {
    background: #eef4ff;
    color: #0a45ff;
}

.card-kicker,
.product-category,
.status-pill,
.product-price,
.price-line {
    color: #0a45ff;
}

.match-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
    gap: 1.15rem;
    width: min(1180px, 100%);
    margin: 0 auto;
    align-items: start;
}

.match-form-card,
.your-dose-card {
    border: 1px solid rgba(10, 69, 255, 0.13);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(10, 69, 255, 0.08);
}

.match-form-card {
    display: grid;
    gap: 0;
    overflow: hidden;
}

.match-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    border-bottom: 1px solid var(--line);
}

.match-step:last-child {
    border-bottom: 0;
}

.step-number {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 50%;
    background: #0a45ff;
    color: #fff;
    font-weight: 900;
}

.match-step label {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--ink);
    font-weight: 900;
}

.unit-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
}

.unit-input input {
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.95rem 1rem;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 800;
}

.single-unit span {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    border-radius: 12px;
    padding: 0 1rem;
    background: #eef4ff;
    color: #0a45ff;
    font-weight: 900;
}

.unit-tabs,
.quick-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.unit-tabs button,
.quick-pills button {
    min-height: 2.65rem;
    border: 1px solid #d9e3ff;
    border-radius: 999px;
    background: #fff;
    color: #0a45ff;
    padding: 0 0.9rem;
    cursor: pointer;
    font-weight: 900;
}

.unit-tabs button.is-active,
.quick-pills button.is-active {
    background: #0a45ff;
    border-color: #0a45ff;
    color: #fff;
}

.quick-pills {
    margin-top: 0.75rem;
}

.your-dose-card {
    position: sticky;
    top: 6.5rem;
    padding: clamp(1.25rem, 2.8vw, 2rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,0.22), transparent 28%),
        linear-gradient(135deg, #0735c8 0%, #0a45ff 100%);
    color: #fff;
}

.your-dose-card .eyebrow {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.dose-number {
    display: flex;
    align-items: end;
    gap: 0.65rem;
    margin: 1.15rem 0 0.3rem;
}

.dose-number strong {
    font-size: clamp(4.5rem, 8vw, 7rem);
    line-height: 0.78;
    letter-spacing: 0;
}

.dose-number span {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
    font-weight: 900;
}

.dose-caption,
.your-dose-card .calculator-note {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.dose-breakdown {
    display: grid;
    gap: 0.75rem;
    margin: 1.4rem 0;
}

.dose-breakdown > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dose-breakdown span {
    color: rgba(255, 255, 255, 0.78);
}

.dose-breakdown strong {
    color: #fff;
    text-align: right;
}

.logo-upload-section {
    display: grid;
    gap: 1rem;
}

.logo-dropzone {
    display: grid;
    justify-items: center;
    gap: 0.7rem;
    padding: 1.5rem;
    border: 2px dashed #b8c8ff;
    border-radius: 14px;
    background: #f7f9ff;
    cursor: pointer;
    text-align: center;
}

.logo-dropzone img {
    width: min(340px, 100%);
    height: auto;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(10, 69, 255, 0.10);
}

.logo-dropzone span {
    color: #0a45ff;
    font-weight: 900;
}

.logo-dropzone small {
    color: var(--muted);
}

.visually-hidden-file {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 900px) {
    .brand-wordmark {
        width: 160px;
    }

    .match-calculator {
        grid-template-columns: 1fr;
    }

    .your-dose-card {
        position: static;
    }
}

@media (max-width: 560px) {
    .brand-wordmark {
        width: 142px;
    }

    .match-step,
    .unit-input {
        grid-template-columns: 1fr;
    }

    .step-number {
        width: 2.35rem;
        height: 2.35rem;
    }

    .dose-number strong {
        font-size: 4.5rem;
    }
}

/* Final overflow/layout fixes */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.clean-header {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    min-height: 118px;
    padding-block: 1.1rem;
}

.clean-header .brand-wordmark {
    width: 180px;
}

.clean-header .site-nav {
    min-width: 0;
    justify-content: center;
    gap: clamp(0.4rem, 1vw, 1rem);
}

.clean-header .site-actions {
    justify-content: end;
    width: auto;
}

.clean-header .site-actions .button {
    white-space: nowrap;
}

.site-nav > a,
.nav-parent {
    white-space: nowrap;
}

.match-calculator,
.polished-calculator,
.calculator-shell,
.report-grid,
.product-grid,
.category-strip,
.footer-main {
    max-width: 100%;
}

.calculator-match-section {
    overflow: hidden;
}

.match-calculator {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    width: min(1120px, 100%);
}

.your-dose-card {
    min-width: 0;
    overflow: hidden;
}

.dose-number {
    min-width: 0;
}

.dose-number strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(3.4rem, 6vw, 5.9rem);
}

.dose-breakdown > div {
    min-width: 0;
}

.dose-breakdown strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.clean-footer {
    padding: clamp(3rem, 6vw, 5rem) max(1rem, calc((100vw - 1240px) / 2 + 1rem));
}

.clean-footer .footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.75fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.clean-footer .brand {
    display: inline-flex;
    width: auto;
    max-width: 250px;
}

.footer-wordmark {
    width: 210px;
    max-width: 100%;
}

.clean-footer p {
    max-width: 560px;
}

.clean-footer .legal {
    margin-top: 1.5rem;
}

/* Admin sidebar width/logo */
.admin-shell {
    grid-template-columns: 220px minmax(0, 1fr) !important;
}

.sidebar {
    padding: 1rem !important;
}

.admin-brand-wordmark {
    width: 160px !important;
    padding: 0.35rem 0.45rem;
}

/* Calculator like reference, but responsive */
.peptide-match-hero {
    min-height: auto;
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.peptide-match-hero h1 {
    max-width: 840px;
}

.match-form-card {
    min-width: 0;
}

.unit-tabs,
.quick-pills {
    min-width: 0;
}

.unit-tabs button,
.quick-pills button {
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .clean-header {
        grid-template-columns: 180px minmax(0, 1fr) auto;
        gap: 0.75rem;
    }

    .clean-header .brand-wordmark {
        width: 160px;
    }

    .clean-header .site-nav {
        gap: 0.25rem;
    }

    .site-nav > a,
    .nav-parent {
        font-size: 0.86rem;
        padding-inline: 0.45rem;
    }

    .clean-header .site-actions .button {
        padding-inline: 0.95rem;
    }
}

@media (max-width: 980px) {
    .clean-header {
        grid-template-columns: 1fr auto;
        min-height: 82px;
    }

    .clean-header .brand-wordmark {
        width: 158px;
    }

    .clean-header .site-actions {
        display: none;
    }

    .menu-toggle {
        display: grid;
    }
}

@media (max-width: 900px) {
    .site-nav .mobile-cta {
        display: flex;
    }

    .match-calculator {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .your-dose-card {
        position: static;
    }

    .clean-footer .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .admin-shell {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .clean-header {
        min-height: 74px;
        padding-inline: 1rem;
    }

    .clean-header .brand-wordmark {
        width: 145px;
    }

    .match-step {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 0.75rem;
        padding: 1rem;
    }

    .unit-input {
        grid-template-columns: 1fr;
    }

    .unit-tabs,
    .quick-pills {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .unit-tabs button,
    .quick-pills button {
        padding-inline: 0.45rem;
        min-width: 0;
        font-size: 0.82rem;
    }

    .syringe-pills {
        grid-template-columns: 1fr;
    }

    .dose-number strong {
        font-size: clamp(3rem, 18vw, 4.2rem);
    }

    .dose-breakdown > div {
        display: grid;
        gap: 0.25rem;
    }

    .dose-breakdown strong {
        text-align: left;
    }

    .clean-footer .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-wordmark {
        width: 190px;
    }
}

/* Compact public header - Peptonomy */
.clean-header {
    min-height: 96px;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    align-items: center;
}

.clean-header .brand-wordmark {
    width: 155px;
}

.clean-header .site-nav {
    gap: clamp(0.35rem, 0.8vw, 0.85rem);
}

.clean-header .site-nav > a,
.clean-header .nav-parent {
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.92rem;
}

.clean-header .site-actions .button {
    min-height: 2.8rem;
    padding: 0.75rem 1.25rem;
}

@media (max-width: 1180px) {
    .clean-header {
        min-height: 88px;
        grid-template-columns: 170px minmax(0, 1fr) auto;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    .clean-header .brand-wordmark {
        width: 145px;
    }

    .clean-header .site-nav > a,
    .clean-header .nav-parent {
        font-size: 0.84rem;
        padding-inline: 0.38rem;
    }

    .clean-header .site-actions .button {
        min-height: 2.6rem;
        padding-inline: 1rem;
    }
}

@media (max-width: 980px) {
    .clean-header {
        min-height: 72px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        grid-template-columns: 1fr auto;
    }

    .clean-header .brand-wordmark {
        width: 140px;
    }
}

@media (max-width: 640px) {
    .clean-header {
        min-height: 68px;
        padding-inline: 1rem;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .clean-header .brand-wordmark {
        width: 132px;
    }
}

/* Keep the temporary wide-canvas logo from making the public header tall */
.clean-header .brand,
.clean-header .brand-wordmark {
    max-height: 42px;
}

.clean-header .brand-wordmark {
    height: auto;
    object-fit: contain;
}

.clean-header .brand-wordmark[src*="peptonomy-logo.png"] {
    width: 155px;
    height: 34px;
    max-height: 34px;
    object-fit: cover;
    object-position: center 68%;
}

.site-header.clean-header {
    min-height: 76px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (max-width: 1180px) {
    .clean-header .brand-wordmark[src*="peptonomy-logo.png"] {
        width: 145px;
        height: 32px;
        max-height: 32px;
    }

    .site-header.clean-header {
        min-height: 72px;
    }
}

@media (max-width: 640px) {
    .clean-header .brand-wordmark[src*="peptonomy-logo.png"] {
        width: 132px;
        height: 30px;
        max-height: 30px;
    }

    .site-header.clean-header {
        min-height: 66px;
    }
}

/* Amino-inspired storefront polish */
.site-actions {
    align-items: center;
    gap: 0.8rem;
}

.header-cart,
.cart-button {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #dfe7ff;
    background: #fff;
    color: #0a45ff;
    box-shadow: 0 12px 28px rgba(10, 69, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-cart {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
}

.header-cart svg,
.cart-button svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-cart:hover,
.cart-button:hover {
    transform: translateY(-2px);
    border-color: #0a45ff;
    background: #0a45ff;
    color: #fff;
}

.amino-home-hero {
    min-height: auto;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.amino-home-hero .hero-copy h1 {
    max-width: 11ch;
    letter-spacing: 0;
}

.amino-hero-media {
    min-height: clamp(380px, 43vw, 600px);
    border: 1px solid #e8eeff;
    background: #f7f9ff;
    box-shadow: 0 28px 70px rgba(10, 69, 255, 0.12);
}

.amino-hero-media img {
    transform: scale(1.01);
    transition: transform 4s ease;
}

.amino-hero-media:hover img {
    transform: scale(1.05);
}

.amino-hero-float {
    right: 1.15rem;
    bottom: 1.15rem;
    max-width: 310px;
    border: 1px solid rgba(10, 69, 255, 0.12);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    color: #071536;
}

.amino-proof-row .proof-item {
    background: #fff;
    border-color: #e4ebff;
    box-shadow: 0 14px 30px rgba(10, 69, 255, 0.06);
}

.product-grid {
    gap: clamp(1rem, 2vw, 1.45rem);
}

.product-card.amino-product-card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid #e5ebfb;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    box-shadow: 0 16px 40px rgba(15, 34, 76, 0.06);
    transform: translateY(0);
}

.product-card.amino-product-card:hover {
    transform: translateY(-4px);
    border-color: #c9d6ff;
    box-shadow: 0 22px 54px rgba(10, 69, 255, 0.12);
}

.amino-product-card .product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
    overflow: hidden;
}

.amino-product-card .product-image::after {
    content: '';
    position: absolute;
    inset: auto 1rem 1rem;
    height: 1px;
    background: #edf1ff;
}

.amino-product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: clamp(1rem, 5vw, 2rem);
    transition: transform 0.35s ease;
}

.amino-product-card:hover .product-image img {
    transform: scale(1.04);
}

.amino-product-card .product-body {
    gap: 0.9rem;
    padding: 1rem;
}

.product-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
}

.product-title-row h2 {
    margin: 0.35rem 0 0;
    color: #071536;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.25;
}

.amino-product-card .product-category {
    color: #6e7893;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-button {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
}

.amino-product-card .product-meta {
    padding-top: 0.85rem;
    border-top: 1px solid #edf1ff;
    color: #78839d;
    font-size: 0.9rem;
}

.amino-product-card .product-price {
    color: #0a45ff;
    font-weight: 900;
}

.hero-dropzone img {
    width: min(480px, 100%);
    max-height: 220px;
    object-fit: cover;
}

@media (max-width: 980px) {
    .header-cart {
        display: none;
    }

    .amino-home-hero .hero-copy h1 {
        max-width: 12ch;
    }
}

@media (max-width: 640px) {
    .amino-home-hero {
        gap: 1.5rem;
    }

    .amino-hero-media {
        min-height: 330px;
    }

    .amino-hero-float {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        max-width: none;
    }

    .amino-product-card .product-body {
        padding: 0.9rem;
    }
}

/* Amino-style product cards without cart */
.header-cart,
.cart-button {
    display: none !important;
}

.products-hero {
    padding-bottom: 1.5rem;
}

.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.25rem, 2vw, 1.65rem);
}

.product-card.amino-product-card {
    border: 0;
    border-radius: 22px;
    background: #f7f7f7;
    box-shadow: none;
    overflow: hidden;
}

.product-card.amino-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 46px rgba(7, 21, 54, 0.08);
}

.amino-product-card .product-image {
    aspect-ratio: 0.92 / 1;
    min-height: 360px;
    background: #eef2f7;
}

.amino-product-card .product-image::after {
    display: none;
}

.amino-product-card .product-image img {
    padding: clamp(1rem, 4vw, 2.4rem);
    object-fit: contain;
}

.amino-product-card .product-image span {
    color: #0a45ff;
    font-size: 1.05rem;
    font-weight: 900;
}

.amino-product-card .product-body {
    padding: 1rem;
    gap: 0.8rem;
    background: #f7f7f7;
}

.product-copy-row h2 {
    margin: 0.35rem 0 0;
    color: #080b12;
    font-size: clamp(1.05rem, 1.6vw, 1.22rem);
    line-height: 1.2;
}

.amino-product-card .product-category {
    color: #7a8495;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: none;
}

.amino-store-meta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 1rem;
    color: #788195;
}

.amino-store-meta small {
    display: block;
    margin-bottom: 0.05rem;
    color: #8c93a1;
    font-size: 0.76rem;
    font-weight: 600;
}

.amino-store-meta strong {
    color: #080b12;
    font-size: 1.35rem;
    font-weight: 900;
}

.view-button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #101114;
    color: #fff;
    font-weight: 900;
    transition: transform 0.2s ease, background 0.2s ease;
}

.view-button:hover {
    transform: translateY(-2px);
    background: #0a45ff;
}

/* Amino-style product detail */
.amino-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
    gap: 1.25rem;
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) 0 clamp(3rem, 6vw, 5rem);
}

.amino-detail-gallery,
.amino-detail-panel {
    border: 1px solid #eceef3;
    border-radius: 22px;
    background: #f7f7f7;
}

.amino-detail-gallery {
    display: grid;
    min-height: min(74vh, 680px);
    place-items: center;
    overflow: hidden;
}

.amino-detail-gallery img {
    width: 100%;
    height: 100%;
    max-height: 680px;
    object-fit: contain;
    padding: clamp(2rem, 7vw, 5rem);
}

.product-logo-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 520px;
    place-items: center;
    color: #0a45ff;
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 900;
}

.amino-detail-panel {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
}

.detail-kicker {
    color: #667085;
    font-size: 0.92rem;
    font-style: italic;
}

.detail-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.detail-title-row h1 {
    margin: 0;
    color: #05070d;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.detail-tags span {
    border: 1px solid #e2e4e9;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    color: #5d6472;
    font-size: 0.85rem;
}

.detail-price-box {
    display: grid;
    justify-items: end;
    gap: 0.15rem;
    min-width: 110px;
}

.detail-price-box span {
    color: #ff7043;
    font-size: 0.82rem;
    font-weight: 800;
}

.detail-price-box strong {
    color: #8b8d94;
    font-size: 1.35rem;
    font-weight: 900;
}

.detail-description {
    max-width: 64ch;
    margin: 0;
    color: #687083;
    line-height: 1.7;
}

.detail-option-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.detail-option-row > span,
.bundle-label {
    min-width: 74px;
    color: #080b12;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.detail-option-row button,
.quantity-control,
.coa-button,
.stock-button,
.contact-order-row a {
    border: 1px solid #e1e5ec;
    border-radius: 999px;
    background: #fff;
    color: #080b12;
    font-weight: 900;
}

.detail-option-row > button {
    min-height: 3rem;
    padding: 0 1.35rem;
    background: #7f8084;
    color: #fff;
}

.quantity-control {
    display: inline-grid;
    grid-template-columns: 2rem 2.4rem 2rem;
    min-height: 2.7rem;
    align-items: center;
    justify-items: center;
}

.quantity-control button {
    border: 0;
    background: transparent;
    color: #6e7480;
    font-size: 1.2rem;
}

.bundle-section {
    display: grid;
    gap: 0.7rem;
}

.bundle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.bundle-card {
    display: grid;
    min-height: 4.6rem;
    align-content: center;
    gap: 0.2rem;
    border: 1px solid #e5e8ef;
    border-radius: 10px;
    background: #fff;
    color: #7d8490;
    text-align: center;
}

.bundle-card.active {
    border-color: #86d4d1;
    background: #f2fffd;
}

.bundle-card span {
    color: #b6bdc9;
    font-size: 0.85rem;
}

.bundle-card strong {
    color: #7a808b;
    font-size: 0.86rem;
    text-transform: uppercase;
}

.bundle-card small {
    color: #66c7c0;
    font-weight: 900;
    text-transform: uppercase;
}

.detail-actions-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
}

.coa-button,
.stock-button,
.contact-order-row a {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
}

.stock-button {
    border-color: transparent;
    background: #101114;
    color: #fff;
}

.stock-button.muted {
    background: #7d7e82;
}

.contact-order-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.contact-order-row a:hover,
.coa-button:hover {
    border-color: #0a45ff;
    color: #0a45ff;
}

.ship-banner {
    display: grid;
    gap: 0.3rem;
    border-radius: 18px;
    padding: 1rem;
    background: #e8ffe7;
    color: #173d19;
}

.ship-banner span {
    color: #5b715a;
    font-size: 0.9rem;
}

.detail-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    border-radius: 14px;
    padding: 0.9rem;
    background: #f7f7f7;
}

.detail-service-grid div {
    display: grid;
    gap: 0.2rem;
    text-align: center;
}

.detail-service-grid strong {
    color: #0bb45f;
    font-size: 0.85rem;
}

.detail-service-grid span {
    color: #747b88;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .amino-product-detail {
        grid-template-columns: 1fr;
    }

    .amino-detail-gallery {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .amino-product-card .product-image {
        min-height: 300px;
    }

    .detail-title-row,
    .detail-actions-row,
    .contact-order-row,
    .bundle-grid,
    .detail-service-grid {
        grid-template-columns: 1fr;
    }

    .detail-price-box {
        justify-items: start;
    }

    .detail-option-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }
}

/* Product detail simplified actions */
.single-action-row {
    grid-template-columns: 1fr;
}

.single-action-row .stock-button {
    width: 100%;
}

.checkout-cart-box {
    display: grid;
    gap: 0.1rem;
    overflow: hidden;
    border: 1px solid #e4e9f2;
    border-radius: 18px;
    background: #f8fbff;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e4e9f2;
}

.cart-summary-row:last-child {
    border-bottom: 0;
}

.cart-summary-row span {
    color: #687083;
    font-weight: 750;
}

.cart-summary-row strong {
    color: #07142f;
    text-align: right;
}

.cart-summary-row.total {
    background: #eef4ff;
}

.cart-summary-row.total strong {
    color: #0a45ff;
    font-size: 1.1rem;
}

.stock-button:disabled {
    cursor: not-allowed;
    opacity: 0.68;
}

.cart-link,
.auth-link {
    display: inline-flex;
    min-height: 2.4rem;
    align-items: center;
    border: 1px solid #d9e4ff;
    border-radius: 999px;
    background: #fff;
    color: #07142f;
    padding: 0 0.9rem;
    font-weight: 850;
}

.cart-icon-link {
    position: relative;
    display: inline-grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border: 1px solid #d9e4ff;
    border-radius: 999px;
    background: #fff;
    color: #07142f;
    box-shadow: 0 8px 22px rgba(9, 24, 72, 0.06);
}

.cart-icon-link svg {
    width: 1.28rem;
    height: 1.28rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.cart-icon-link span {
    position: absolute;
    top: -0.38rem;
    right: -0.38rem;
    display: grid;
    min-width: 1.25rem;
    height: 1.25rem;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #0a45ff;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
}

.auth-link {
    border: 0;
    cursor: pointer;
}

.site-actions form {
    margin: 0;
}

.auth-page,
.cart-page,
.checkout-page {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.auth-page {
    display: grid;
    place-items: center;
}

.auth-card,
.checkout-form-card,
.cart-summary {
    border: 1px solid #dfe8f5;
    border-radius: 18px;
    background: #fff;
    padding: clamp(1.2rem, 3vw, 2rem);
    box-shadow: 0 18px 45px rgba(9, 24, 72, 0.08);
}

.auth-card {
    display: grid;
    gap: 0.9rem;
    width: min(480px, 100%);
}

.auth-card h1,
.page-header-like h1,
.checkout-form-card h1 {
    margin: 0;
    color: #07142f;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
}

.auth-card p,
.page-header-like p,
.checkout-form-card p {
    margin: 0;
    color: #66728a;
}

.auth-card label,
.checkout-form-card label {
    display: grid;
    gap: 0.4rem;
    color: #07142f;
    font-weight: 850;
}

.auth-card input,
.checkout-form-card input,
.checkout-form-card textarea,
.cart-qty-form input {
    width: 100%;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: #fbfdff;
    padding: 0.8rem 0.9rem;
}

.inline-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.inline-check input {
    width: auto;
}

.auth-card a {
    color: #0a45ff;
    font-weight: 900;
}

.auth-forgot-link { justify-self: center; font-size: .88rem; }
.auth-divider { display: flex; align-items: center; gap: .75rem; color: #7a879c; font-size: .72rem; font-weight: 800; }
.auth-divider::before,
.auth-divider::after { content: ""; height: 1px; flex: 1; background: #dfe7f2; }
.google-auth-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    padding: .7rem 1rem;
    border: 1px solid #ccd8e8;
    border-radius: 8px;
    color: #17253d !important;
    background: #fff;
    text-decoration: none;
}
.google-auth-button:hover,
.google-auth-button:focus-visible { border-color: #7ba2eb; background: #f7faff; }
.google-auth-button span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1554ff; }
.form-success { padding: .75rem .85rem; border: 1px solid #b9e2cc; border-radius: 7px; color: #17633b; background: #eefbf4; }

.cart-layout,
.checkout-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: 1rem;
    align-items: start;
}

.page-header-like {
    margin-bottom: 1rem;
}

.cart-items {
    display: grid;
    gap: 0.8rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto auto;
    gap: 1rem;
    align-items: center;
    border: 1px solid #dfe8f5;
    border-radius: 16px;
    background: #fff;
    padding: 0.85rem;
}

.cart-item img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    border-radius: 12px;
    background: #f2f0ea;
}

.cart-item h2 {
    margin: 0 0 0.25rem;
    color: #07142f;
    font-size: 1.05rem;
}

.cart-item p {
    margin: 0 0 0.6rem;
    color: #66728a;
}

.cart-qty-form {
    display: flex;
    gap: 0.45rem;
}

.cart-qty-form input {
    width: 80px;
}

.cart-qty-form button,
.remove-button {
    border: 0;
    border-radius: 999px;
    background: #eef4ff;
    color: #0a45ff;
    padding: 0.55rem 0.85rem;
    font-weight: 900;
}

.remove-button {
    background: #fff0ef;
    color: #c72d22;
}

.cart-summary {
    display: grid;
    gap: 0.85rem;
    position: sticky;
    top: 6rem;
}

.cart-summary h2 {
    margin: 0;
    color: #07142f;
}

.cart-summary div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.cart-summary .total {
    border-top: 1px solid #dfe8f5;
    padding-top: 0.85rem;
}

.checkout-form-card form {
    display: grid;
    gap: 0.85rem;
}

.checkout-summary p {
    margin: 0;
    color: #66728a;
    line-height: 1.5;
}

.shop-actions-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-actions-row form,
.shop-actions-row button {
    width: 100%;
}

.add-cart-button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a45ff;
    border-radius: 999px;
    background: #ffffff;
    color: #0a45ff;
    padding: 0 1.25rem;
    font-weight: 900;
    cursor: pointer;
}

.add-cart-button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.checkout-mode-note {
    border-radius: 12px;
    background: #eef4ff;
    padding: 0.75rem 0.85rem;
    color: #0a45ff !important;
    font-weight: 800;
}

.cart-summary p {
    margin: 0;
    color: #66728a;
    line-height: 1.5;
}

@media (max-width: 840px) {
    .cart-layout,
    .checkout-page {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

    .cart-item {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .cart-item > strong,
    .cart-item > form {
        grid-column: 2;
    }
}

/* Amino Club inspired home refinement */
body {
    background: #ffffff;
}

.amino-home-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
    min-height: auto;
    padding-top: clamp(2.2rem, 4vw, 4rem);
    padding-bottom: clamp(1.6rem, 3vw, 2.6rem);
    background:
        radial-gradient(circle at 88% 16%, rgba(10, 69, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.amino-home-hero .hero-copy {
    max-width: 560px;
}

.amino-home-hero .eyebrow {
    color: #0a45ff;
    font-size: 0.76rem;
    letter-spacing: 0;
}

.amino-home-hero .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.7rem, 5.2vw, 5.1rem);
    line-height: 0.96;
}

.amino-home-hero .hero-copy p {
    max-width: 48ch;
    font-size: clamp(0.94rem, 1.2vw, 1.05rem);
    line-height: 1.65;
}

.amino-home-hero .hero-actions {
    gap: 0.7rem;
}

.amino-home-hero .button,
.amino-home-hero .button-outline {
    min-height: 2.85rem;
    padding: 0.75rem 1.1rem;
    font-size: 0.92rem;
}

.amino-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
}

.amino-proof-row .proof-item {
    padding: 0.8rem;
    border-radius: 14px;
}

.amino-proof-row .proof-item strong {
    font-size: 1rem;
}

.amino-proof-row .proof-item span {
    font-size: 0.78rem;
}

.amino-hero-media {
    min-height: clamp(300px, 34vw, 430px);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(10, 69, 255, 0.12);
}

.amino-hero-media img {
    object-fit: contain;
    padding: clamp(1rem, 3vw, 2rem);
    background: linear-gradient(145deg, #eef4ff 0%, #ffffff 52%, #eaf1ff 100%);
}

.amino-hero-float {
    max-width: 260px;
    padding: 0.85rem;
    border-radius: 16px;
}

.amino-hero-float strong {
    font-size: 0.95rem;
}

.amino-hero-float p {
    font-size: 0.82rem;
    line-height: 1.45;
}

.category-strip {
    display: flex;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.1rem 0 0.4rem;
    gap: 0.65rem;
    overflow-x: auto;
    background: #fff;
}

.category-strip a {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    padding: 0.75rem 1.05rem;
    background: #f2f4f8;
    color: #273043;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: none;
}

.category-strip a:hover {
    background: #0a45ff;
    color: #fff;
    transform: translateY(-1px);
}

#featured.section.alt {
    padding-top: clamp(1.6rem, 3vw, 2.5rem);
    background: #fff;
}

#featured .section-heading {
    margin-bottom: 1.1rem;
}

#featured .section-heading h2 {
    font-size: clamp(1.55rem, 2.8vw, 2.45rem);
}

#featured .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

#featured .amino-product-card .product-image {
    min-height: 300px;
}

.quality-section,
.split-cta-section,
#faq {
    padding-top: clamp(2.2rem, 4vw, 3.6rem);
    padding-bottom: clamp(2.2rem, 4vw, 3.6rem);
}

@media (max-width: 980px) {
    .amino-home-hero {
        grid-template-columns: 1fr;
        padding-top: 1.6rem;
    }

    .amino-home-hero .hero-copy h1 {
        max-width: 12ch;
    }

    .amino-hero-media {
        order: -1;
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .amino-home-hero .hero-copy h1 {
        font-size: clamp(2.25rem, 12vw, 3.4rem);
    }

    .amino-proof-row {
        grid-template-columns: 1fr;
    }

    .amino-hero-media {
        min-height: 260px;
    }

    .amino-hero-float {
        display: none;
    }

    #featured .amino-product-card .product-image {
        min-height: 280px;
    }
}

/* Stronger compact home pass */
.hero.amino-home-hero {
    padding-top: clamp(1.2rem, 2.5vw, 2.4rem) !important;
    padding-bottom: clamp(1rem, 2vw, 1.8rem) !important;
    gap: clamp(1.1rem, 3vw, 3rem) !important;
}

.amino-home-hero .hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 4.1vw, 3.85rem) !important;
    line-height: 1.02;
}

.amino-home-hero .hero-copy p {
    font-size: 0.96rem !important;
    line-height: 1.55;
}

.amino-home-hero .hero-copy {
    display: grid;
    gap: 0.85rem;
}

.amino-home-hero .hero-actions {
    margin-top: 0.1rem;
}

.amino-hero-media {
    min-height: clamp(240px, 28vw, 340px) !important;
    max-height: 360px;
}

.amino-hero-media img {
    max-height: 360px;
}

.amino-proof-row {
    margin-top: 0.25rem;
}

.amino-proof-row .proof-item {
    padding: 0.65rem;
}

.amino-category-strip {
    padding-top: 0.75rem;
}

#featured.amino-featured-store {
    padding-top: 1.25rem !important;
}

@media (max-width: 980px) {
    .hero.amino-home-hero {
        padding-top: 1rem !important;
    }

    .amino-hero-media {
        min-height: 230px !important;
        max-height: 260px;
    }
}

@media (max-width: 640px) {
    .amino-home-hero .hero-copy h1 {
        font-size: clamp(2rem, 9vw, 2.8rem) !important;
    }

    .amino-home-hero .hero-copy p {
        font-size: 0.92rem !important;
    }

    .amino-home-hero .button,
    .amino-home-hero .button-outline {
        min-height: 2.55rem;
        padding: 0.65rem 0.9rem;
    }

    .amino-proof-row {
        display: none;
    }

    .amino-hero-media {
        min-height: 210px !important;
        max-height: 230px;
    }
}

/* PDF client revision - Peptonomy homepage/header/footer */
.pepto-topbar {
    overflow: hidden;
    background: #0a45ff;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.pepto-topbar > div {
    display: flex;
    width: max-content;
    min-height: 2.25rem;
    align-items: center;
    gap: 2rem;
    padding-inline: 1rem;
    animation: peptoTicker 28s linear infinite;
}

.pepto-topbar span::before {
    content: '?';
    margin-right: 0.45rem;
}

.pepto-hero-v2 {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 4vw, 4.5rem) max(1rem, calc((100vw - 1240px) / 2 + 1rem));
    background:
        radial-gradient(circle at 10% 22%, rgba(144, 216, 255, 0.35), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(10, 69, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f2f7ff 54%, #eefcff 100%);
}

.pepto-hero-copy {
    display: grid;
    gap: 1rem;
    max-width: 610px;
}

.pepto-hero-copy h1 {
    margin: 0;
    color: #071536;
    font-size: clamp(2.5rem, 5vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.pepto-hero-copy p {
    max-width: 54ch;
    margin: 0;
    color: #53617c;
    font-size: clamp(0.98rem, 1.3vw, 1.12rem);
    line-height: 1.7;
}

.pepto-hero-stage {
    position: relative;
    min-height: clamp(360px, 42vw, 560px);
}

.hero-product-card {
    display: grid;
    place-items: center;
    border: 1px solid rgba(10, 69, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 65px rgba(10, 69, 255, 0.12);
    overflow: hidden;
}

.hero-product-card-main {
    position: absolute;
    inset: 9% 10% 5% 7%;
    background: linear-gradient(145deg, #ffffff, #eaf2ff);
}

.hero-product-card-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: clamp(1rem, 4vw, 2.4rem);
}

.hero-product-card-float {
    position: absolute;
    width: min(168px, 36vw);
    min-height: 188px;
    padding: 0.75rem;
    color: #071536;
    text-align: center;
    animation: peptoFloat 5.5s ease-in-out infinite;
}

.hero-product-card-float img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.hero-product-card-float span {
    color: #0a45ff;
    font-weight: 900;
}

.hero-product-card-float strong {
    font-size: 0.78rem;
    line-height: 1.2;
}

.float-1 { top: 0; right: 0; }
.float-2 { left: 0; bottom: 0; animation-delay: -1.8s; }
.float-3 { right: 5%; bottom: 3%; animation-delay: -3.2s; }

.centered-heading {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.standard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.standard-grid article {
    display: grid;
    gap: 0.65rem;
    min-height: 190px;
    padding: 1.15rem;
    border: 1px solid rgba(10, 69, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f3f7ff);
    box-shadow: 0 18px 45px rgba(20, 38, 90, 0.06);
}

.standard-grid article:nth-child(2n) { background: linear-gradient(145deg, #f5fffb, #ffffff); }
.standard-grid article:nth-child(3n) { background: linear-gradient(145deg, #fff8ef, #ffffff); }

.standard-grid span {
    display: inline-grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 16px;
    background: #0a45ff;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
}

.standard-grid h3 {
    margin: 0;
    color: #071536;
    font-size: 1.1rem;
}

.standard-grid p {
    margin: 0;
    color: #66728a;
    line-height: 1.6;
}

.pepto-ticker {
    overflow: hidden;
    background: #071536;
    color: #fff;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 1.5rem;
    padding: 1rem 0;
    animation: peptoTicker 30s linear infinite;
}

.ticker-track span {
    white-space: nowrap;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
}

.ticker-track span::before {
    content: '?';
    margin-inline: 1.5rem 0.5rem;
    color: #7fe7ff;
}

.pepto-bestsellers {
    overflow: hidden;
    background: #fff;
}

.product-slider {
    overflow: hidden;
    width: 100%;
}

.product-slider-track {
    display: flex;
    width: max-content;
    gap: 1.2rem;
    animation: peptoProductSlide 38s linear infinite;
}

.product-slider:hover .product-slider-track {
    animation-play-state: paused;
}

.slider-product-card {
    width: min(320px, 82vw);
}

.pepto-lab-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    gap: 1.5rem;
    align-items: center;
    background: linear-gradient(135deg, #0a45ff, #143dba);
    color: #fff;
}

.pepto-lab-band .eyebrow,
.pepto-lab-band p,
.pepto-lab-band h2 {
    color: #fff;
}

.pepto-lab-band h2,
.pepto-calculator-cta h2,
.pepto-shop-newsletter h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
}

.pepto-lab-band p,
.pepto-calculator-cta p,
.pepto-shop-newsletter p {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.lab-stats {
    display: grid;
    gap: 0.85rem;
}

.lab-stats article {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.lab-stats strong {
    font-size: 2rem;
}

.pepto-calculator-cta {
    background:
        radial-gradient(circle at 88% 20%, rgba(10, 69, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #f8fbff, #ffffff 58%, #eefcff);
}

.pepto-calculator-cta > div {
    display: grid;
    max-width: 820px;
    gap: 1rem;
}

.pepto-calculator-cta p,
.pepto-shop-newsletter p {
    color: #66728a;
}

.pepto-shop-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 1rem;
    background: #fff;
}

.shop-now-card,
.newsletter-card {
    display: grid;
    align-content: center;
    gap: 1rem;
    min-height: 360px;
    border-radius: 28px;
    padding: clamp(1.25rem, 3vw, 2.2rem);
}

.shop-now-card {
    background: linear-gradient(135deg, #071536, #0a45ff);
    color: #fff;
}

.shop-now-card p,
.shop-now-card h2 {
    color: #fff;
}

.newsletter-card {
    border: 1px solid #e4ebff;
    background: linear-gradient(145deg, #ffffff, #f3f7ff);
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
}

.newsletter-form input {
    min-height: 3rem;
    border: 1px solid #dfe7ff;
    border-radius: 999px;
    padding: 0 1rem;
}

.newsletter-form button {
    min-height: 3rem;
    border: 0;
    border-radius: 999px;
    padding: 0 1.2rem;
    background: #0a45ff;
    color: #fff;
    font-weight: 900;
}

.pepto-footer {
    padding: clamp(2rem, 5vw, 4rem) max(1rem, calc((100vw - 1240px) / 2 + 1rem));
    background: #071536;
    color: #fff;
}

.pepto-footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) 0.55fr 1fr 0.7fr;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: start;
}

.pepto-footer .brand {
    max-width: 260px;
    padding: 0.65rem;
    border-radius: 14px;
    background: #fff;
}

.pepto-footer h2,
.pepto-footer h3,
.pepto-footer p,
.pepto-footer a,
.pepto-footer span {
    color: #fff;
}

.footer-brand-block h2 {
    margin: 1rem 0 0;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.pepto-footer h3 {
    margin: 0 0 0.8rem;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.pepto-footer a,
.pepto-footer p {
    display: block;
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.pepto-footer-lower {
    display: grid;
    grid-template-columns: 0.6fr minmax(280px, 1.2fr) 0.8fr;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.payment-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.payment-pills span {
    border-radius: 999px;
    padding: 0.38rem 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    font-weight: 800;
}

.copyright {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

@keyframes peptoTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes peptoProductSlide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes peptoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@media (max-width: 980px) {
    .pepto-hero-v2,
    .pepto-lab-band,
    .pepto-shop-newsletter,
    .pepto-footer-main,
    .pepto-footer-lower {
        grid-template-columns: 1fr;
    }

    .pepto-hero-stage {
        order: -1;
        min-height: 360px;
    }

    .hero-product-card-main {
        inset: 8% 4% 8% 4%;
    }

    .standard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pepto-topbar > div {
        min-height: 2rem;
        font-size: 0.72rem;
    }

    .pepto-hero-v2 {
        padding-top: 1.25rem;
    }

    .pepto-hero-copy h1 {
        font-size: clamp(2.15rem, 12vw, 3.2rem);
    }

    .pepto-hero-stage {
        min-height: 300px;
    }

    .hero-product-card-float {
        width: 124px;
        min-height: 142px;
    }

    .hero-product-card-float strong {
        display: none;
    }

    .standard-grid {
        grid-template-columns: 1fr;
    }

    .product-slider-track {
        animation-duration: 26s;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form button {
        width: 100%;
    }
}

/* Strict PDF cleanup pass */
.pepto-topbar span::before,
.ticker-track span::before {
    content: none !important;
}

.check-icon {
    display: inline-block;
    width: 0.78em;
    height: 0.46em;
    margin-right: 0.5rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.12em) rotate(-45deg);
}

.pepto-topbar .check-icon {
    color: #fff;
}

.ticker-track .check-icon {
    color: #7fe7ff;
}

.exact-pdf-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.9fr);
    min-height: min(640px, calc(100vh - 110px));
    background:
        linear-gradient(90deg, rgba(255,255,255,0.96) 0 48%, rgba(232,236,255,0.95) 48% 100%),
        radial-gradient(circle at 78% 28%, rgba(10,69,255,0.16), transparent 34%);
}

.exact-pdf-hero .hero-actions .button-outline {
    display: none !important;
}

.pepto-product-composition {
    position: relative;
    min-height: clamp(360px, 42vw, 560px);
    border-radius: 0;
}

.pepto-product-composition::before {
    content: '';
    position: absolute;
    inset: 8% 4% 7% 8%;
    border-radius: 34px;
    background: linear-gradient(145deg, #eef1ff, #ffffff 60%, #e9f9ff);
    box-shadow: 0 22px 60px rgba(10, 69, 255, 0.11);
}

.composition-product {
    position: absolute;
    display: grid;
    place-items: center;
    color: #0a45ff;
    animation: peptoFloat 5.8s ease-in-out infinite;
    z-index: 1;
}

.composition-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(18, 35, 78, 0.18));
}

.composition-product span {
    font-size: 1.2rem;
    font-weight: 900;
}

.composition-product-1 {
    width: 54%;
    height: 74%;
    left: 6%;
    bottom: 6%;
    transform: rotate(-9deg);
}

.composition-product-2 {
    width: 39%;
    height: 70%;
    left: 42%;
    bottom: 8%;
    animation-delay: -1.4s;
}

.composition-product-3 {
    width: 30%;
    height: 48%;
    right: 2%;
    bottom: 16%;
    animation-delay: -2.8s;
}

.composition-product-4 {
    width: 26%;
    height: 40%;
    right: 19%;
    top: 6%;
    animation-delay: -3.8s;
}

.amino-category-strip {
    display: none !important;
}

.pepto-lab-band .button::after,
.pepto-calculator-cta .button::after,
.shop-now-card .button::after {
    content: none;
}

@media (max-width: 980px) {
    .exact-pdf-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        background: linear-gradient(180deg, #ffffff 0 44%, #eef2ff 44% 100%);
    }

    .pepto-product-composition {
        order: -1;
        min-height: 330px;
    }
}

@media (max-width: 640px) {
    .pepto-product-composition {
        min-height: 260px;
    }

    .composition-product-1 { width: 56%; height: 70%; left: 2%; }
    .composition-product-2 { width: 42%; height: 68%; left: 39%; }
    .composition-product-3 { width: 31%; height: 46%; right: 0; }
    .composition-product-4 { width: 26%; height: 36%; right: 16%; }
}

/* Amino reference exact 4-panel hero */
.amino-four-hero {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    grid-template-rows: minmax(360px, 0.95fr) minmax(360px, 1fr);
    min-height: calc(100vh - 108px);
    background: #fff;
}

.amino-hero-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.hero-copy-panel {
    display: grid;
    align-content: center;
    gap: 1.15rem;
    padding: clamp(2rem, 6vw, 5.6rem) clamp(1.5rem, 7vw, 7rem);
    background: #ffffff;
}

.hero-copy-panel .eyebrow {
    color: #0a45ff;
    font-size: 0.78rem;
}

.hero-copy-panel h1 {
    max-width: 11ch;
    margin: 0;
    color: #05070d;
    font-size: clamp(3rem, 5.4vw, 5.8rem);
    line-height: 0.9;
    letter-spacing: 0;
}

.hero-copy-panel p {
    max-width: 38ch;
    margin: 0;
    color: #4f5666;
    font-size: 1.02rem;
    line-height: 1.65;
}

.hero-copy-panel .button {
    width: fit-content;
    min-height: 3.2rem;
    border-radius: 999px;
    background: #101114;
    color: #fff;
    padding-inline: 1.45rem;
}

.top-products-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.28), transparent 35%),
        linear-gradient(135deg, #eef3ff 0%, #d9ecff 100%);
}

.lower-product-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.36), transparent 40%),
        linear-gradient(135deg, #f2edff 0%, #e9e0ff 100%);
}

.hero-bottle,
.large-product-bottle {
    position: absolute;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 30px 35px rgba(18, 30, 70, 0.20));
    animation: peptoBottleFloat 7s ease-in-out infinite;
}

.hero-bottle img,
.large-product-bottle {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-bottle span {
    color: #0a45ff;
    font-weight: 900;
}

.hero-bottle.bottle-1 {
    width: 46%;
    height: 90%;
    left: 3%;
    bottom: -12%;
    transform: rotate(-15deg);
    z-index: 3;
}

.hero-bottle.bottle-2 {
    width: 31%;
    height: 76%;
    left: 48%;
    bottom: 2%;
    transform: rotate(-8deg);
    animation-delay: -1.8s;
    z-index: 2;
}

.hero-bottle.bottle-3 {
    width: 27%;
    height: 56%;
    right: 5%;
    bottom: 9%;
    transform: rotate(12deg);
    animation-delay: -3s;
    z-index: 1;
}

.large-product-bottle {
    width: 66%;
    height: 108%;
    left: 6%;
    bottom: -23%;
    transform: rotate(-9deg);
}

.peptonomy-guarantee-panel {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4.5rem);
    background: #ffffff;
}

.peptonomy-guarantee-panel h2 {
    max-width: 620px;
    margin: 0;
    color: #05070d;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.05;
}

.guarantee-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.45rem;
}

.guarantee-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    min-height: 76px;
    padding: 0.85rem 1rem;
    border: 1px solid #edf1f7;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 35px rgba(20, 34, 76, 0.06);
}

.guarantee-list article:nth-child(1) { border-left: 56px solid #defcde; }
.guarantee-list article:nth-child(2) { border-left: 56px solid #dceeff; }
.guarantee-list article:nth-child(3) { border-left: 56px solid #fff2ce; }
.guarantee-list article:nth-child(4) { border-left: 56px solid #efe8ff; }
.guarantee-list article:nth-child(5) { border-left: 56px solid #dff8f6; }
.guarantee-list article:nth-child(6) { border-left: 56px solid #ffe7e1; }

.check-badge {
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border-radius: 999px;
    background: #dff9dd;
    color: #4fb66a;
    margin-left: -4.45rem;
}

.check-badge::before {
    content: '';
    width: 0.95rem;
    height: 0.55rem;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateY(-0.12rem) rotate(-45deg);
}

.guarantee-list h3 {
    margin: 0 0 0.25rem;
    color: #05070d;
    font-size: 1rem;
}

.guarantee-list p {
    margin: 0;
    color: #626b7c;
    font-size: 0.88rem;
    line-height: 1.45;
}

.pepto-standard {
    display: none !important;
}

@keyframes peptoBottleFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -14px; }
}

@media (max-width: 980px) {
    .amino-four-hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto 330px 300px auto;
        min-height: auto;
    }

    .hero-copy-panel {
        padding: 2rem 1.25rem;
    }

    .hero-copy-panel h1 {
        max-width: 12ch;
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .peptonomy-guarantee-panel {
        padding: 2rem 1.25rem;
    }
}

@media (max-width: 640px) {
    .amino-four-hero {
        grid-template-rows: auto 280px 250px auto;
    }

    .hero-bottle.bottle-1 { width: 52%; left: -5%; }
    .hero-bottle.bottle-2 { width: 38%; left: 42%; }
    .hero-bottle.bottle-3 { width: 32%; right: -1%; }
    .large-product-bottle { width: 72%; left: 0; }

    .guarantee-list article {
        border-left-width: 42px;
        padding: 0.8rem;
    }

    .check-badge {
        width: 2.6rem;
        height: 2.6rem;
        margin-left: -3.5rem;
    }
}

/* Compact 4-panel hero sizing to match Amino reference viewport */
.amino-four-hero {
    grid-template-rows: 430px 560px !important;
    min-height: auto !important;
}

.hero-copy-panel {
    padding: clamp(1.75rem, 4.5vw, 4.4rem) clamp(1.5rem, 6vw, 6rem) !important;
}

.hero-copy-panel h1 {
    font-size: clamp(2.65rem, 4.6vw, 4.8rem) !important;
}

.top-products-panel,
.lower-product-panel {
    min-height: 0 !important;
}

.peptonomy-guarantee-panel {
    gap: 0.7rem !important;
    padding: clamp(1.35rem, 3vw, 2.4rem) clamp(1.25rem, 4vw, 3.8rem) !important;
}

.peptonomy-guarantee-panel h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.25rem) !important;
}

.guarantee-list {
    gap: 0.55rem !important;
}

.guarantee-list article {
    min-height: 58px !important;
    padding: 0.58rem 0.8rem !important;
}

.guarantee-list h3 {
    margin-bottom: 0.12rem !important;
    font-size: 0.94rem !important;
}

.guarantee-list p {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
}

.check-badge {
    width: 2.55rem !important;
    height: 2.55rem !important;
    margin-left: -4rem !important;
}

@media (max-width: 980px) {
    .amino-four-hero {
        grid-template-rows: auto 330px 300px auto !important;
    }
}

@media (max-width: 640px) {
    .amino-four-hero {
        grid-template-rows: auto 280px 250px auto !important;
    }
}

/* Global spacing and reveal cleanup */
.reveal-item,
.reveal-item.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.section,
.section-tight,
.page-hero,
.products-hero,
.detail,
.pepto-bestsellers,
.pepto-lab-band,
.pepto-calculator-cta,
.pepto-shop-newsletter {
    padding-top: clamp(1.6rem, 3.2vw, 3rem) !important;
    padding-bottom: clamp(1.6rem, 3.2vw, 3rem) !important;
}

.page-hero,
.products-hero {
    gap: 0.7rem !important;
}

.page-hero h1,
.products-hero h1 {
    font-size: clamp(2rem, 4.5vw, 4rem) !important;
}

.section-heading {
    margin-bottom: 1rem !important;
}

.section-heading h2,
.pepto-lab-band h2,
.pepto-calculator-cta h2,
.pepto-shop-newsletter h2 {
    font-size: clamp(1.65rem, 3vw, 3.1rem) !important;
}

.pepto-lab-band {
    min-height: auto !important;
    align-items: center !important;
    gap: 1rem !important;
}

.pepto-lab-band .eyebrow,
.pepto-lab-band .button {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.pepto-lab-band .button {
    width: fit-content;
    box-shadow: none !important;
}

.pepto-calculator-cta > div {
    gap: 0.75rem !important;
}

.shop-now-card,
.newsletter-card {
    min-height: 260px !important;
}

.pepto-footer {
    padding-top: clamp(1.8rem, 3.5vw, 3rem) !important;
    padding-bottom: clamp(1.8rem, 3.5vw, 3rem) !important;
}

@media (max-width: 640px) {
    .section,
    .section-tight,
    .page-hero,
    .products-hero,
    .detail,
    .pepto-bestsellers,
    .pepto-lab-band,
    .pepto-calculator-cta,
    .pepto-shop-newsletter {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .shop-now-card,
    .newsletter-card {
        min-height: 220px !important;
    }
}

/* Final homepage spacing cleanup: keep the PDF requested sections tight and remove leftover visual gaps. */
main > section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pepto-bestsellers {
    padding-bottom: clamp(1rem, 2vw, 1.75rem) !important;
}

.pepto-bestsellers .section-heading {
    margin-bottom: 0.9rem !important;
}

.product-slider {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
}

.product-slider-track {
    align-items: stretch !important;
}

.slider-product-card,
.product-card.amino-product-card {
    margin-bottom: 0 !important;
}

.pepto-calculator-cta {
    padding-top: clamp(1.25rem, 2.5vw, 2.25rem) !important;
}

.pepto-calculator-cta .eyebrow {
    margin-bottom: 0 !important;
}

@media (max-width: 640px) {
    .pepto-bestsellers,
    .pepto-calculator-cta {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Final responsive overflow guard. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.site-header,
.clean-header,
.amino-four-hero,
.amino-hero-panel,
.pepto-ticker,
.pepto-bestsellers,
.pepto-calculator-cta,
.pepto-shop-newsletter,
.site-footer {
    max-width: 100vw !important;
    overflow-x: clip !important;
}

.peptonomy-guarantee-panel,
.hero-copy-panel,
.pepto-calculator-cta > div,
.section-heading,
.product-body {
    min-width: 0 !important;
}

.hero-copy-panel h1,
.hero-copy-panel p,
.peptonomy-guarantee-panel h2,
.peptonomy-guarantee-panel h3,
.peptonomy-guarantee-panel p,
.pepto-calculator-cta h2,
.pepto-calculator-cta p {
    max-width: 100% !important;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .site-header.clean-header,
    .site-header {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    .site-brand {
        min-width: 0 !important;
    }

    .site-brand img {
        max-width: min(170px, 58vw) !important;
    }

    .menu-toggle {
        justify-self: end !important;
        flex: 0 0 auto !important;
    }

    .site-nav {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 640px) {
    .hero-copy-panel,
    .peptonomy-guarantee-panel {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .hero-copy-panel h1 {
        font-size: clamp(2.45rem, 13vw, 3.35rem) !important;
        line-height: 0.96 !important;
    }

    .peptonomy-guarantee-panel h2,
    .pepto-calculator-cta h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
        line-height: 1.04 !important;
    }

    .guarantee-list article {
        grid-template-columns: 56px minmax(0, 1fr) !important;
    }
}

/* Mobile hero text fit: keep large words intentional without clipping. */
@media (max-width: 640px) {
    .hero-copy-panel h1 {
        width: min-content !important;
        max-width: 8.6ch !important;
        font-size: clamp(2.4rem, 11.5vw, 2.9rem) !important;
        line-height: 0.98 !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .hero-copy-panel p {
        max-width: calc(100vw - 2.5rem) !important;
        overflow-wrap: normal !important;
    }
}

/* Tablet/mobile hero text fit for browser viewports that report wider CSS width. */
@media (max-width: 980px) {
    .hero-copy-panel h1 {
        width: min-content !important;
        max-width: 8.6ch !important;
        font-size: clamp(2.35rem, 10vw, 3.1rem) !important;
        line-height: 0.98 !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .hero-copy-panel p,
    .peptonomy-guarantee-panel h2,
    .peptonomy-guarantee-panel p {
        max-width: calc(100vw - 2.5rem) !important;
    }
}

/* Mobile copy width lock. */
@media (max-width: 980px) {
    .hero-copy-panel p {
        width: min(100%, 32ch) !important;
        max-width: 32ch !important;
    }

    .peptonomy-guarantee-panel h2 {
        width: min(100%, 15ch) !important;
        max-width: 15ch !important;
    }

    .peptonomy-guarantee-panel p,
    .guarantee-list article div {
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

/* Mobile guarantee heading final fit. */
@media (max-width: 980px) {
    .peptonomy-guarantee-panel h2 {
        width: min(100%, 12ch) !important;
        max-width: 12ch !important;
        font-size: clamp(1.9rem, 9vw, 2.45rem) !important;
    }
}

/* Client PDF hero final: first header copy and layout. */
.amino-four-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
    grid-template-rows: minmax(360px, 43vh) minmax(390px, 47vh) !important;
    min-height: auto !important;
    background: #ffffff !important;
}

.hero-copy-panel {
    align-content: center !important;
    justify-items: start !important;
    gap: 1.25rem !important;
    padding: clamp(2.4rem, 5vw, 5.4rem) clamp(1.5rem, 7vw, 7.2rem) !important;
}

.hero-copy-panel .eyebrow {
    display: none !important;
}

.hero-copy-panel h1 {
    width: auto !important;
    max-width: 11.4ch !important;
    margin: 0 !important;
    color: #05070d !important;
    font-size: clamp(3.35rem, 4.9vw, 5.2rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.hero-copy-panel p {
    width: auto !important;
    max-width: 39ch !important;
    margin: 0 !important;
    color: #424a5d !important;
    font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
    line-height: 1.55 !important;
}

.hero-copy-panel .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 3rem !important;
    margin-top: 0.45rem !important;
    padding: 0 1.65rem !important;
    border-radius: 999px !important;
    background: #101114 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.top-products-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.32), transparent 36%),
        linear-gradient(135deg, #eef4ff 0%, #dcecff 100%) !important;
}

.lower-product-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.34), transparent 40%),
        linear-gradient(135deg, #f2edff 0%, #e9ddff 100%) !important;
}

.peptonomy-guarantee-panel {
    background: #ffffff !important;
    align-content: start !important;
    padding: clamp(1.8rem, 3.6vw, 3.4rem) clamp(1.5rem, 5vw, 4.2rem) !important;
}

.peptonomy-guarantee-panel .eyebrow {
    width: fit-content !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    color: #05070d !important;
    font-size: clamp(1.15rem, 1.7vw, 1.6rem) !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.peptonomy-guarantee-panel h2 {
    width: auto !important;
    max-width: 28ch !important;
    font-size: clamp(1.75rem, 2.45vw, 2.75rem) !important;
    line-height: 1.05 !important;
}

@media (max-width: 980px) {
    .amino-four-hero {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 320px 300px auto !important;
    }

    .hero-copy-panel {
        padding: 2.1rem 1.25rem 1.8rem !important;
        gap: 1rem !important;
    }

    .hero-copy-panel h1 {
        width: min-content !important;
        max-width: 8.7ch !important;
        font-size: clamp(2.85rem, 10.5vw, 3.75rem) !important;
        line-height: 0.96 !important;
    }

    .hero-copy-panel p {
        max-width: 34ch !important;
        font-size: 1rem !important;
        line-height: 1.55 !important;
    }

    .peptonomy-guarantee-panel {
        padding: 1.65rem 1.25rem !important;
    }

    .peptonomy-guarantee-panel h2 {
        width: auto !important;
        max-width: 18ch !important;
        font-size: clamp(1.95rem, 8vw, 2.65rem) !important;
    }
}

@media (max-width: 640px) {
    .amino-four-hero {
        grid-template-rows: auto 280px 250px auto !important;
    }

    .hero-copy-panel h1 {
        max-width: 8.4ch !important;
        font-size: clamp(2.6rem, 11vw, 3.05rem) !important;
    }

    .hero-copy-panel p {
        max-width: 32ch !important;
    }

    .hero-copy-panel .button {
        min-height: 3.15rem !important;
        padding-inline: 1.45rem !important;
    }
}

/* Client PDF hero exact sizing correction. */
main .amino-four-hero .hero-copy-panel {
    gap: 1rem !important;
    padding-top: clamp(2.2rem, 4.2vw, 4.6rem) !important;
    padding-bottom: clamp(2rem, 4vw, 4rem) !important;
}

main .amino-four-hero .hero-copy-panel h1 {
    max-width: 10.8ch !important;
    font-size: clamp(2.9rem, 4.05vw, 4.25rem) !important;
    line-height: 0.96 !important;
}

main .amino-four-hero .hero-copy-panel p {
    max-width: 37ch !important;
    font-size: clamp(0.96rem, 1.05vw, 1.08rem) !important;
    line-height: 1.55 !important;
}

main .amino-four-hero .hero-copy-panel .button {
    margin-top: 0.2rem !important;
}

main .amino-four-hero .peptonomy-guarantee-panel > .eyebrow {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #05070d !important;
    box-shadow: none !important;
    font-size: clamp(1.05rem, 1.45vw, 1.45rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
}

main .amino-four-hero .peptonomy-guarantee-panel h2 {
    max-width: 30ch !important;
    font-size: clamp(1.55rem, 2.1vw, 2.35rem) !important;
}

@media (max-width: 980px) {
    main .amino-four-hero .hero-copy-panel h1 {
        max-width: 8.5ch !important;
        font-size: clamp(2.55rem, 10vw, 3.2rem) !important;
        line-height: 0.98 !important;
    }

    main .amino-four-hero .hero-copy-panel p {
        max-width: 32ch !important;
    }

    main .amino-four-hero .peptonomy-guarantee-panel h2 {
        max-width: 15ch !important;
        font-size: clamp(1.8rem, 7.5vw, 2.35rem) !important;
    }
}

/* Guarantee panel heading spacing fix. */
main .amino-four-hero .peptonomy-guarantee-panel {
    gap: 0.85rem !important;
    align-content: center !important;
}

main .amino-four-hero .peptonomy-guarantee-panel > .eyebrow {
    margin-bottom: 0.15rem !important;
}

main .amino-four-hero .peptonomy-guarantee-panel h2 {
    display: block !important;
    margin: 0 0 0.35rem !important;
    clear: both !important;
}

main .amino-four-hero .guarantee-list {
    margin-top: 0.25rem !important;
}

/* Header front cleanup: compact PDF hero and admin-uploaded hero image. */
main .amino-four-hero {
    grid-template-rows: minmax(430px, 520px) minmax(430px, 520px) !important;
}

main .amino-four-hero .hero-copy-panel {
    align-content: center !important;
    padding: clamp(2rem, 4vw, 4.2rem) clamp(1.5rem, 6vw, 6rem) !important;
    gap: 0.9rem !important;
}

main .amino-four-hero .hero-copy-panel h1 {
    max-width: 10.5ch !important;
    font-size: clamp(2.7rem, 3.6vw, 3.75rem) !important;
    line-height: 0.98 !important;
}

main .amino-four-hero .hero-copy-panel p {
    max-width: 38ch !important;
    font-size: clamp(0.96rem, 1vw, 1.05rem) !important;
    line-height: 1.55 !important;
}

main .amino-four-hero .hero-copy-panel .button {
    min-height: 3rem !important;
    margin-top: 0.35rem !important;
    position: relative !important;
    z-index: 2 !important;
}

.uploaded-hero-image {
    position: absolute;
    inset: 7% 5%;
    width: 90%;
    height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 28px 38px rgba(18, 30, 70, 0.18));
    animation: peptoBottleFloat 7s ease-in-out infinite;
}

@media (max-width: 980px) {
    main .amino-four-hero {
        grid-template-rows: auto 300px 270px auto !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        max-width: 8.6ch !important;
        font-size: clamp(2.45rem, 9.5vw, 3rem) !important;
    }
}

@media (max-width: 640px) {
    main .amino-four-hero {
        grid-template-rows: auto 260px 230px auto !important;
    }

    main .amino-four-hero .hero-copy-panel {
        padding: 1.65rem 1.25rem !important;
    }
}

/* Header front final type scale requested smaller. */
main .amino-four-hero .hero-copy-panel h1 {
    font-size: clamp(2.45rem, 3.25vw, 3.35rem) !important;
    line-height: 1 !important;
    max-width: 11.2ch !important;
}

main .amino-four-hero .hero-copy-panel {
    gap: 0.95rem !important;
}

@media (max-width: 980px) {
    main .amino-four-hero .hero-copy-panel h1 {
        font-size: clamp(2.25rem, 8.8vw, 2.8rem) !important;
        max-width: 8.8ch !important;
    }
}

/* Peptonomy standard panel text separation. */
main .amino-four-hero .peptonomy-guarantee-panel > .eyebrow {
    margin-bottom: 0.45rem !important;
    line-height: 1.15 !important;
}

main .amino-four-hero .peptonomy-guarantee-panel h2 {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.08 !important;
}

/* Amino-style guarantee cards with varied icons. */
main .amino-four-hero .peptonomy-guarantee-panel {
    display: grid !important;
    align-content: center !important;
    gap: 1.25rem !important;
    padding: clamp(2rem, 4vw, 3.8rem) clamp(1.5rem, 5vw, 4.2rem) !important;
    background: #ffffff !important;
}

.guarantee-heading {
    display: grid;
    gap: 0.55rem;
    max-width: 620px;
}

main .amino-four-hero .guarantee-heading h2 {
    margin: 0 !important;
    color: #05070d !important;
    font-size: clamp(1.85rem, 2.45vw, 2.8rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

.guarantee-heading p {
    margin: 0 !important;
    max-width: 48ch !important;
    color: #5e6574 !important;
    font-size: clamp(0.95rem, 1.05vw, 1.08rem) !important;
    line-height: 1.55 !important;
}

main .amino-four-hero .guarantee-list {
    display: grid !important;
    gap: 0.8rem !important;
    margin: 0 !important;
}

main .amino-four-hero .guarantee-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 4.6rem minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 5.2rem !important;
    gap: 1rem !important;
    padding: 0.95rem 1.1rem 0.95rem 0 !important;
    border: 0 !important;
    border-left: 4.6rem solid var(--guarantee-strip, #e7f7e6) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 42px rgba(16, 24, 44, 0.07) !important;
}

.guarantee-icon {
    display: grid !important;
    place-items: center !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
    margin-left: -3.95rem !important;
    border-radius: 999px !important;
    background: var(--guarantee-bubble, #dff8df) !important;
    color: var(--guarantee-icon, #44b866) !important;
}

.guarantee-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

main .amino-four-hero .guarantee-card h3 {
    margin: 0 0 0.18rem !important;
    color: #05070d !important;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem) !important;
    line-height: 1.2 !important;
}

main .amino-four-hero .guarantee-card p {
    margin: 0 !important;
    color: #626b7c !important;
    font-size: clamp(0.84rem, 0.95vw, 0.95rem) !important;
    line-height: 1.38 !important;
}

.guarantee-packaging { --guarantee-strip: #ddfbdf; --guarantee-bubble: #d8f7d9; --guarantee-icon: #45b963; }
.guarantee-purity { --guarantee-strip: #dceeff; --guarantee-bubble: #cfe9ff; --guarantee-icon: #2d84c8; }
.guarantee-lab { --guarantee-strip: #fff5bd; --guarantee-bubble: #fff0a5; --guarantee-icon: #a97700; }
.guarantee-support { --guarantee-strip: #eee4ff; --guarantee-bubble: #e1d2ff; --guarantee-icon: #7f57d7; }
.guarantee-delivery { --guarantee-strip: #dff8f6; --guarantee-bubble: #cdf4ef; --guarantee-icon: #1b9f91; }
.guarantee-speed { --guarantee-strip: #ffe7e1; --guarantee-bubble: #ffd8cf; --guarantee-icon: #e26749; }

@media (max-width: 980px) {
    main .amino-four-hero .peptonomy-guarantee-panel {
        align-content: start !important;
        padding: 2.2rem 1.25rem 2.4rem !important;
        gap: 1.2rem !important;
    }

    main .amino-four-hero .guarantee-heading h2 {
        max-width: none !important;
        font-size: clamp(1.95rem, 8vw, 2.65rem) !important;
    }

    .guarantee-heading p {
        max-width: 36ch !important;
        font-size: 1rem !important;
    }

    main .amino-four-hero .guarantee-card {
        grid-template-columns: 4rem minmax(0, 1fr) !important;
        min-height: 5.15rem !important;
        border-left-width: 4rem !important;
        padding: 0.9rem 0.95rem 0.9rem 0 !important;
    }

    .guarantee-icon {
        width: 3rem !important;
        height: 3rem !important;
        margin-left: -3.5rem !important;
    }
}

@media (max-width: 640px) {
    main .amino-four-hero .peptonomy-guarantee-panel {
        padding: 1.8rem 1rem 2rem !important;
    }

    main .amino-four-hero .guarantee-list {
        gap: 0.72rem !important;
    }

    main .amino-four-hero .guarantee-card {
        grid-template-columns: 3.5rem minmax(0, 1fr) !important;
        min-height: 4.95rem !important;
        border-left-width: 3.5rem !important;
        padding-right: 0.85rem !important;
    }

    .guarantee-icon {
        width: 2.75rem !important;
        height: 2.75rem !important;
        margin-left: -3.12rem !important;
    }

    .guarantee-icon svg {
        width: 1.35rem;
        height: 1.35rem;
    }
}

/* Guarantee cards final width fix: icon lives in the pastel strip like Amino. */
main .amino-four-hero .guarantee-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-left: 1.25rem !important;
    overflow: visible !important;
}

main .amino-four-hero .guarantee-card > div {
    min-width: 0 !important;
    max-width: 100% !important;
}

main .amino-four-hero .guarantee-card p,
main .amino-four-hero .guarantee-card h3 {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

main .amino-four-hero .guarantee-icon {
    position: absolute !important;
    left: -3.95rem !important;
    top: 50% !important;
    margin-left: 0 !important;
    transform: translateY(-50%) !important;
}

@media (max-width: 980px) {
    main .amino-four-hero .guarantee-card {
        padding-left: 1.05rem !important;
        padding-right: 0.95rem !important;
    }

    main .amino-four-hero .guarantee-icon {
        left: -3.5rem !important;
    }
}

@media (max-width: 640px) {
    main .amino-four-hero .guarantee-card {
        border-left-width: 3.35rem !important;
        padding-left: 0.9rem !important;
        padding-right: 0.75rem !important;
    }

    main .amino-four-hero .guarantee-icon {
        left: -3.05rem !important;
    }

    main .amino-four-hero .guarantee-card h3 {
        font-size: 0.95rem !important;
    }

    main .amino-four-hero .guarantee-card p {
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
    }
}

/* Mobile hard clamp for guarantee section width. */
main .amino-four-hero .peptonomy-guarantee-panel,
main .amino-four-hero .guarantee-heading,
main .amino-four-hero .guarantee-list,
main .amino-four-hero .guarantee-card {
    box-sizing: border-box !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

main .amino-four-hero .guarantee-list {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

@media (max-width: 640px) {
    main .amino-four-hero .peptonomy-guarantee-panel {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    main .amino-four-hero .guarantee-heading,
    main .amino-four-hero .guarantee-list,
    main .amino-four-hero .guarantee-card {
        width: calc(100vw - 2rem) !important;
        max-width: calc(100vw - 2rem) !important;
    }

    main .amino-four-hero .guarantee-card {
        padding-right: 0.7rem !important;
    }

    main .amino-four-hero .guarantee-card h3,
    main .amino-four-hero .guarantee-card p {
        overflow-wrap: anywhere !important;
    }
}

/* Mobile guarantee text breathing room. */
@media (max-width: 640px) {
    main .amino-four-hero .guarantee-card {
        width: calc(100vw - 2.5rem) !important;
        max-width: calc(100vw - 2.5rem) !important;
        padding-right: 1.25rem !important;
    }

    main .amino-four-hero .guarantee-card > div {
        width: 100% !important;
        max-width: calc(100vw - 8rem) !important;
    }
}

/* Mobile guarantee text fixed readable measure. */
@media (max-width: 640px) {
    main .amino-four-hero .guarantee-card > div {
        max-width: min(220px, calc(100vw - 8.5rem)) !important;
    }
}

/* Editable summer-style promo bar. */
.promo-summer-bar {
    position: relative;
    isolation: isolate;
    min-height: 3.1rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 18%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px),
        radial-gradient(circle at 21% 72%, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px),
        linear-gradient(90deg, #075c6b 0%, #0e7b83 45%, #119093 100%) !important;
    border-bottom: 3px solid #ffc94a;
    color: #ffffff;
}

.promo-summer-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    gap: clamp(0.55rem, 1.35vw, 1.25rem);
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.45rem clamp(1rem, 4vw, 4rem);
    white-space: nowrap;
}

.promo-main-text {
    color: #fff7df;
    font-size: clamp(0.78rem, 1.1vw, 0.98rem);
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.promo-main-text::first-letter {
    color: #ffe375;
}

.promo-use-code,
.promo-ends {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.promo-code {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.15rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff9c77, #ef5d4f);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(119, 28, 19, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.promo-code::before {
    content: '*';
    margin-right: 0.45rem;
    color: #fff0b9;
    font-size: 1rem;
    line-height: 1;
}

.promo-countdown {
    display: inline-flex;
    min-height: 1.55rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    color: #d7f6ff;
    font-size: 0.72rem;
    font-weight: 900;
}

.promo-sun {
    position: absolute;
    display: block;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    background: radial-gradient(circle, #ffd56a 0 38%, #ffb33d 39% 62%, transparent 64%);
    filter: drop-shadow(0 0 10px rgba(255, 205, 89, 0.45));
}

.promo-sun::before {
    content: '';
    position: absolute;
    inset: -0.75rem;
    background: repeating-conic-gradient(from 0deg, #ffc957 0 6deg, transparent 6deg 24deg);
    border-radius: inherit;
    z-index: -1;
}

.promo-sun-left {
    left: clamp(0.6rem, 18vw, 16rem);
    transform: scale(0.26);
}

.promo-sun-right {
    right: 1.1rem;
    width: 3.4rem;
    height: 3.4rem;
    transform: rotate(12deg);
}

@media (max-width: 900px) {
    .promo-summer-inner {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        padding-right: 4.6rem;
    }

    .promo-summer-inner::-webkit-scrollbar {
        display: none;
    }

    .promo-main-text {
        letter-spacing: 0.14em;
    }

    .promo-sun-left {
        display: none;
    }

    .promo-sun-right {
        right: 0.35rem;
        transform: scale(0.72) rotate(12deg);
    }
}

@media (max-width: 560px) {
    .promo-summer-bar,
    .promo-summer-inner {
        min-height: 2.75rem;
    }

    .promo-main-text {
        font-size: 0.72rem;
    }

    .promo-use-code,
    .promo-ends {
        font-size: 0.6rem;
    }

    .promo-code {
        min-height: 1.75rem;
        padding-inline: 0.85rem;
        font-size: 0.72rem;
    }
}

/* Promo bar overlap and mobile padding correction. */
.promo-sun-left {
    left: max(1rem, calc(50% - 560px)) !important;
    transform: scale(0.22) !important;
    opacity: 0.9;
}

.promo-sun-right {
    right: 1.4rem !important;
    transform: scale(0.88) rotate(12deg) !important;
}

@media (min-width: 901px) {
    .promo-summer-inner {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media (max-width: 900px) {
    .promo-summer-bar {
        overflow: hidden !important;
    }

    .promo-summer-inner {
        width: max-content !important;
        min-width: 100% !important;
        justify-content: flex-start !important;
        padding-left: 1rem !important;
        padding-right: 4.25rem !important;
        transform: none !important;
    }

    .promo-sun-right {
        position: fixed;
        right: 0.25rem !important;
        transform: scale(0.62) rotate(12deg) !important;
    }
}

/* Willow-style best sellers carousel with Beyond-style auto movement. */
.willow-bestsellers {
    position: relative;
    padding-inline: 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.willow-bestsellers .bestsellers-heading {
    display: grid !important;
    justify-items: center;
    max-width: 760px !important;
    margin: 0 auto clamp(1.2rem, 2.5vw, 2rem) !important;
    padding-inline: 1rem;
    text-align: center;
}

.willow-bestsellers .bestsellers-heading .eyebrow {
    color: #0a45ff;
    background: #eaf1ff;
}

.willow-bestsellers .bestsellers-heading h2 {
    max-width: 12ch;
    color: #071536;
    font-size: clamp(1.85rem, 3.4vw, 3.25rem) !important;
    line-height: 0.96;
}

.willow-bestsellers .bestsellers-heading p {
    max-width: 54ch;
    margin: 0.45rem auto 0;
    color: #61708f;
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    line-height: 1.55;
}

.willow-product-slider {
    position: relative;
    max-width: 100vw;
    margin: 0 !important;
    padding-block: 0.4rem 0.8rem !important;
    overflow: hidden;
}

.willow-product-slider::before,
.willow-product-slider::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
    width: min(120px, 16vw);
    height: 100%;
    pointer-events: none;
}

.willow-product-slider::before {
    left: 0;
    background: linear-gradient(90deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.willow-product-slider::after {
    right: 0;
    background: linear-gradient(270deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.willow-product-track {
    gap: clamp(1rem, 2vw, 1.35rem) !important;
    padding-inline: clamp(1rem, 4vw, 3rem);
    animation-duration: 34s !important;
}

.willow-product-card {
    width: clamp(260px, 28vw, 350px) !important;
    min-height: 0;
    border: 1px solid rgba(10, 69, 255, 0.08) !important;
    border-radius: 8px !important;
    background: #eee8df !important;
    box-shadow: 0 18px 42px rgba(7, 21, 54, 0.07) !important;
}

.willow-product-card .product-image {
    min-height: clamp(220px, 26vw, 320px) !important;
    aspect-ratio: 1.08 / 1 !important;
    background: linear-gradient(145deg, #f3eee6 0%, #ffffff 100%) !important;
}

.willow-product-card .product-image img {
    padding: clamp(1.1rem, 3vw, 2.2rem) !important;
}

.willow-product-card .product-body {
    display: grid;
    gap: 0.75rem !important;
    padding: 1rem !important;
    background: #eee8df !important;
}

.willow-product-card .product-copy-row h2 {
    min-height: 2.7em;
    color: #071536;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.12;
}

.willow-product-card .amino-store-meta {
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(7, 21, 54, 0.08) !important;
}

.willow-product-card .view-button {
    min-height: 2.7rem;
    border-radius: 999px;
    background: #071536;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.slider-arrow {
    position: absolute;
    top: 46%;
    z-index: 4;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(10, 69, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #0a45ff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 14px 34px rgba(7, 21, 54, 0.12);
}

.slider-arrow-left {
    left: clamp(0.45rem, 1.5vw, 1rem);
}

.slider-arrow-right {
    right: clamp(0.45rem, 1.5vw, 1rem);
}

.bestsellers-action {
    display: flex;
    justify-content: center;
    padding: clamp(0.6rem, 1.6vw, 1.1rem) 1rem 0;
}

.bestsellers-action .button-outline {
    min-width: min(210px, 100%);
    min-height: 50px;
    justify-content: center;
    border-color: #07142f;
    border-radius: 6px;
    background: #07142f;
    color: #fff;
    box-shadow: 0 8px 20px rgba(7, 20, 47, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bestsellers-action .button-outline:hover {
    border-color: #2456c7;
    background: #2456c7;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .willow-bestsellers .bestsellers-heading h2 {
        max-width: 11ch;
    }

    .willow-product-card {
        width: min(78vw, 300px) !important;
    }

    .willow-product-card .product-image {
        min-height: 230px !important;
    }

    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.45rem;
    }
}
/* Manual best sellers carousel refinements. */
.willow-bestsellers .bestsellers-heading {
    max-width: 940px !important;
}

.willow-bestsellers .bestsellers-heading h2 {
    max-width: 820px !important;
    font-weight: 900;
}

.willow-bestsellers .bestsellers-heading p {
    max-width: 720px !important;
    font-weight: 400 !important;
}

.willow-product-slider {
    padding-inline: clamp(2.6rem, 5vw, 4rem) !important;
}

.willow-product-track {
    width: 100% !important;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    animation: none !important;
    scrollbar-width: none;
}

.willow-product-track::-webkit-scrollbar {
    display: none;
}

.willow-product-card {
    flex: 0 0 clamp(270px, 30vw, 360px) !important;
    scroll-snap-align: start;
    background: #e9e1d7 !important;
    border-color: #ddd2c5 !important;
    box-shadow: none !important;
}

.willow-product-card:hover {
    box-shadow: 0 18px 42px rgba(7, 21, 54, 0.08) !important;
}

.willow-product-card .product-image {
    background: #e9e1d7 !important;
}

.willow-product-card .product-body {
    background: #e9e1d7 !important;
}

.willow-product-card .product-copy-row h2 {
    min-height: 2.35em;
}

.willow-product-card .amino-store-meta {
    border-top-color: rgba(7, 21, 54, 0.1) !important;
}

.slider-arrow {
    border: 1px solid rgba(7, 21, 54, 0.12);
    background: #fff;
    color: #071536;
}

.slider-arrow:hover {
    background: #071536;
    color: #fff;
}

@media (max-width: 720px) {
    .willow-product-slider {
        padding-inline: 2.85rem !important;
    }

    .willow-product-card {
        flex-basis: min(76vw, 300px) !important;
    }
}
/* Single-surface product card background. */
.willow-product-card {
    --product-card-bg: #e9e1d7;
    background: var(--product-card-bg) !important;
    padding: clamp(0.9rem, 1.4vw, 1.15rem) !important;
}

.willow-product-card .product-image {
    min-height: clamp(230px, 25vw, 315px) !important;
    background: var(--product-card-bg) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.willow-product-card .product-image::before,
.willow-product-card .product-image::after {
    content: none !important;
    display: none !important;
}

.willow-product-card .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: clamp(0.45rem, 1.8vw, 1.1rem) clamp(1.1rem, 2.2vw, 1.75rem) !important;
    mix-blend-mode: normal;
}

.willow-product-card .product-body {
    background: var(--product-card-bg) !important;
    padding: clamp(0.7rem, 1vw, 0.95rem) 0 0 !important;
}

.willow-product-card .product-copy-row h2 {
    margin-top: 0.25rem;
}

@media (max-width: 720px) {
    .willow-product-card .product-image {
        min-height: 235px !important;
    }
}
/* Blend white product photo backgrounds into card. */
.willow-product-card .product-image img {
    mix-blend-mode: multiply !important;
    filter: contrast(1.03) saturate(1.03);
}

.willow-product-card .product-image {
    isolation: isolate;
}
/* Unify baked product photo background with the full card. */
.willow-product-card {
    --product-card-bg: #eee9e1;
    background: var(--product-card-bg) !important;
    padding: 0 !important;
    border-color: #e2d9ce !important;
}

.willow-product-card .product-image {
    min-height: clamp(250px, 27vw, 335px) !important;
    aspect-ratio: 1 / 1 !important;
    background: var(--product-card-bg) !important;
    border-radius: 8px 8px 0 0 !important;
    overflow: hidden !important;
}

.willow-product-card .product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    mix-blend-mode: normal !important;
    filter: none !important;
}

.willow-product-card .product-body {
    background: var(--product-card-bg) !important;
    padding: 1rem !important;
}

.willow-product-card .product-meta,
.willow-product-card .amino-store-meta {
    border-top-color: rgba(7, 21, 54, 0.1) !important;
}

@media (max-width: 720px) {
    .willow-product-card .product-image {
        min-height: 245px !important;
    }
}
/* Match baked photo background color so the whole product card reads as one surface. */
.willow-product-card {
    --product-card-bg: #f3f0ea;
    background: #f3f0ea !important;
    border-color: #eee9e2 !important;
}

.willow-product-card .product-image,
.willow-product-card .product-body {
    background: #f3f0ea !important;
}

.willow-product-card .product-image {
    width: 100% !important;
}

.willow-product-card .product-image img {
    background: #f3f0ea !important;
}
/* Animated fixed-slot homepage header products. */
.animated-product-panel,
.static-lower-product-panel {
    overflow: visible !important;
}

.hero-cutout-stage {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
}

.hero-product-cutout {
    position: absolute;
    display: block;
    width: 30%;
    height: auto;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 30px 28px rgba(25, 42, 86, 0.22));
    transform: var(--hero-transform, translate3d(0, 0, 0));
    animation: peptonomyHeroFloat var(--hero-speed, 6.8s) ease-in-out infinite;
    will-change: transform;
}

.hero-product-cutout-1 {
    --hero-transform: rotate(-18deg);
    --hero-speed: 7.2s;
    width: min(48%, 430px);
    left: -6%;
    bottom: -16%;
    z-index: 4;
}

.hero-product-cutout-2 {
    --hero-transform: rotate(8deg);
    --hero-speed: 6.4s;
    width: min(26%, 245px);
    left: 36%;
    top: 5%;
    z-index: 3;
    animation-delay: -1.4s;
}

.hero-product-cutout-3 {
    --hero-transform: rotate(13deg);
    --hero-speed: 7.6s;
    width: min(32%, 305px);
    right: 17%;
    top: 18%;
    z-index: 2;
    animation-delay: -2.2s;
}

.hero-product-cutout-4 {
    --hero-transform: rotate(10deg);
    --hero-speed: 6.9s;
    width: min(25%, 250px);
    right: -4%;
    bottom: 8%;
    z-index: 3;
    animation-delay: -3.1s;
}

@keyframes peptonomyHeroFloat {
    0%, 100% {
        transform: var(--hero-transform) translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: var(--hero-transform) translate3d(0, -14px, 0) scale(1.025);
    }
}

.static-lower-product-panel .large-product-bottle {
    width: min(72%, 620px) !important;
    height: auto !important;
    max-height: 118% !important;
    left: -2% !important;
    bottom: -18% !important;
    object-fit: contain !important;
    animation: none !important;
    transform: rotate(-8deg) !important;
    filter: drop-shadow(0 34px 32px rgba(25, 42, 86, 0.2));
}

/* Center and align Best Sellers typography on desktop and mobile. */
.willow-bestsellers .bestsellers-heading {
    display: grid !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.willow-bestsellers .bestsellers-heading h2,
.willow-bestsellers .bestsellers-heading p {
    width: 100%;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.willow-bestsellers .bestsellers-heading h2 {
    max-width: 980px !important;
}

.willow-bestsellers .bestsellers-heading p {
    max-width: 720px !important;
    font-weight: 400 !important;
}

@media (max-width: 980px) {
    .hero-product-cutout-1 { width: min(52%, 360px); left: -7%; bottom: -12%; }
    .hero-product-cutout-2 { width: min(28%, 220px); left: 35%; top: 4%; }
    .hero-product-cutout-3 { width: min(34%, 260px); right: 13%; top: 20%; }
    .hero-product-cutout-4 { width: min(28%, 210px); right: -4%; bottom: 12%; }

    .static-lower-product-panel .large-product-bottle {
        width: min(78%, 480px) !important;
        left: -4% !important;
        bottom: -14% !important;
    }
}

@media (max-width: 640px) {
    .hero-product-cutout-1 { width: 54%; left: -9%; bottom: -10%; }
    .hero-product-cutout-2 { width: 30%; left: 35%; top: 4%; }
    .hero-product-cutout-3 { width: 35%; right: 11%; top: 21%; }
    .hero-product-cutout-4 { width: 30%; right: -6%; bottom: 15%; }

    .static-lower-product-panel .large-product-bottle {
        width: 82% !important;
        left: -7% !important;
        bottom: -12% !important;
    }

    .willow-bestsellers .bestsellers-heading h2 {
        max-width: 12ch !important;
    }
}
/* Hard-center Best Sellers heading against the viewport. */
.willow-bestsellers {
    display: grid !important;
    justify-items: center !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
}

.willow-bestsellers .bestsellers-heading {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto clamp(1.2rem, 2.5vw, 2rem) !important;
    padding-left: max(1rem, env(safe-area-inset-left)) !important;
    padding-right: max(1rem, env(safe-area-inset-right)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.willow-bestsellers .bestsellers-heading .eyebrow,
.willow-bestsellers .bestsellers-heading h2,
.willow-bestsellers .bestsellers-heading p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.willow-bestsellers .bestsellers-heading h2 {
    display: block !important;
    width: min(100%, 980px) !important;
    max-width: 980px !important;
}

.willow-bestsellers .bestsellers-heading p {
    display: block !important;
    width: min(100%, 720px) !important;
    max-width: 720px !important;
}

@media (max-width: 640px) {
    .willow-bestsellers .bestsellers-heading {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .willow-bestsellers .bestsellers-heading h2 {
        width: 100% !important;
        max-width: 13ch !important;
    }
}

/* Final hero product composition: tight Amino-like group from 4 admin uploads. */
main .amino-four-hero .top-products-panel.animated-product-panel {
    overflow: visible !important;
    background:
        radial-gradient(circle at 44% 72%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #edf4ff 0%, #dfeaff 54%, #cfdcff 100%) !important;
}

main .amino-four-hero .hero-cutout-stage {
    inset: 0 !important;
    overflow: visible !important;
    transform: translateX(-4%);
}

main .amino-four-hero .hero-product-cutout {
    max-width: none !important;
    object-fit: contain !important;
    filter: drop-shadow(0 34px 28px rgba(9, 24, 72, 0.24)) !important;
}

main .amino-four-hero .hero-product-cutout-1 {
    --hero-transform: rotate(-23deg);
    width: min(48vw, 520px) !important;
    left: -10% !important;
    top: 26% !important;
    bottom: auto !important;
    z-index: 5 !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    --hero-transform: rotate(-7deg);
    width: min(26vw, 300px) !important;
    left: 35% !important;
    top: 1% !important;
    z-index: 4 !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    --hero-transform: rotate(15deg);
    width: min(30vw, 335px) !important;
    right: 11% !important;
    top: 26% !important;
    z-index: 3 !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    --hero-transform: rotate(16deg);
    width: min(23vw, 260px) !important;
    right: -2% !important;
    top: 48% !important;
    bottom: auto !important;
    z-index: 2 !important;
}

@media (max-width: 1100px) {
    main .amino-four-hero .hero-product-cutout-1 {
        width: min(55vw, 470px) !important;
        left: -13% !important;
        top: 31% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: min(30vw, 270px) !important;
        left: 36% !important;
        top: 4% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: min(34vw, 300px) !important;
        right: 9% !important;
        top: 28% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        width: min(27vw, 235px) !important;
        right: -4% !important;
        top: 51% !important;
    }
}

@media (max-width: 760px) {
    main .amino-four-hero .hero-cutout-stage {
        transform: translateX(0);
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: 58% !important;
        left: -8% !important;
        top: 35% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: 34% !important;
        left: 36% !important;
        top: 5% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: 38% !important;
        right: 9% !important;
        top: 29% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        width: 31% !important;
        right: -5% !important;
        top: 55% !important;
    }
}


@media (max-width: 480px) {
    main .amino-four-hero .hero-product-cutout-1 {
        width: 64% !important;
        left: -14% !important;
        top: 38% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: 36% !important;
        left: 35% !important;
        top: 8% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: 42% !important;
        right: 6% !important;
        top: 31% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        width: 34% !important;
        right: -7% !important;
        top: 58% !important;
    }
}

/* Final lower-left hero product: contained like the reference and clear from ticker. */
main .amino-four-hero .static-lower-product-panel {
    overflow: hidden !important;
    background:
        radial-gradient(circle at 30% 58%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 28%),
        linear-gradient(135deg, #f1ecff 0%, #fbf2f6 100%) !important;
}

main .amino-four-hero .static-lower-product-panel .large-product-bottle {
    width: min(58%, 500px) !important;
    max-height: 94% !important;
    left: 8% !important;
    top: 7% !important;
    right: auto !important;
    bottom: auto !important;
    transform: rotate(-12deg) !important;
    transform-origin: center center !important;
    filter: drop-shadow(0 34px 32px rgba(34, 30, 82, 0.18)) !important;
}

main .pepto-ticker {
    position: relative;
    z-index: 8;
}

@media (max-width: 1100px) {
    main .amino-four-hero .static-lower-product-panel .large-product-bottle {
        width: min(64%, 430px) !important;
        left: 7% !important;
        top: 9% !important;
    }
}

@media (max-width: 760px) {
    main .amino-four-hero .static-lower-product-panel {
        min-height: 330px !important;
    }

    main .amino-four-hero .static-lower-product-panel .large-product-bottle {
        width: min(66%, 330px) !important;
        left: 8% !important;
        top: 8% !important;
    }
}

@media (max-width: 480px) {
    main .amino-four-hero .static-lower-product-panel {
        min-height: 300px !important;
    }

    main .amino-four-hero .static-lower-product-panel .large-product-bottle {
        width: 72% !important;
        left: 2% !important;
        top: 9% !important;
    }
}

/* Customer reference adjustment: main top hero bottle breaks past the panel edge. */
main .amino-four-hero,
main .amino-four-hero .top-products-panel.animated-product-panel {
    overflow: visible !important;
}

main .amino-four-hero .hero-copy-panel {
    z-index: 1;
}

main .amino-four-hero .top-products-panel.animated-product-panel {
    z-index: 3;
}

main .amino-four-hero .hero-cutout-stage {
    transform: translateX(-11%) !important;
}

main .amino-four-hero .hero-product-cutout-1 {
    --hero-transform: rotate(-25deg);
    width: min(53vw, 590px) !important;
    left: -17% !important;
    top: 22% !important;
    z-index: 8 !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    width: min(27vw, 315px) !important;
    left: 38% !important;
    top: 1% !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    width: min(31vw, 350px) !important;
    right: 8% !important;
    top: 27% !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    width: min(24vw, 270px) !important;
    right: -6% !important;
    top: 50% !important;
}

@media (max-width: 1100px) {
    main .amino-four-hero .hero-cutout-stage {
        transform: translateX(-8%) !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: min(60vw, 500px) !important;
        left: -18% !important;
        top: 29% !important;
    }
}

@media (max-width: 760px) {
    main .amino-four-hero,
    main .amino-four-hero .top-products-panel.animated-product-panel {
        overflow: hidden !important;
    }

    main .amino-four-hero .hero-cutout-stage {
        transform: translateX(0) !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: 62% !important;
        left: -10% !important;
        top: 35% !important;
    }
}

/* Keep the 3D hero bottle clear from the Guarantee text. */
main .amino-four-hero .hero-product-cutout-1 {
    width: min(46vw, 510px) !important;
    left: -13% !important;
    top: 19% !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    top: 3% !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    top: 29% !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    top: 51% !important;
}

@media (max-width: 1100px) {
    main .amino-four-hero .hero-product-cutout-1 {
        width: min(52vw, 440px) !important;
        left: -14% !important;
        top: 25% !important;
    }
}

@media (max-width: 760px) {
    main .amino-four-hero .hero-product-cutout-1 {
        width: 58% !important;
        left: -8% !important;
        top: 34% !important;
    }
}

/* Homepage Lab Reports and Calculator sections. */
.home-lab-proof {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(1.2rem, 4vw, 3rem);
    align-items: stretch;
    padding-top: clamp(3rem, 7vw, 6rem) !important;
    padding-bottom: clamp(3rem, 7vw, 6rem) !important;
    background: #ffffff;
}

.lab-proof-copy {
    display: grid;
    align-content: center;
    gap: 1.2rem;
    min-width: 0;
}

.lab-proof-copy h2 {
    max-width: 12ch;
    margin: 0;
    color: #05070d;
    font-size: clamp(2.35rem, 4.2vw, 4.6rem);
    line-height: 0.96;
}

.lab-proof-copy p {
    max-width: 48rem;
    margin: 0;
    color: #5e687c;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.65;
}

.lab-proof-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    padding-top: 0.25rem;
}

.lab-proof-metrics strong {
    display: inline-flex;
    min-height: 2.55rem;
    align-items: center;
    border-radius: 999px;
    background: #f1f5fb;
    padding: 0.65rem 0.9rem;
    color: #07142f;
    font-size: 0.92rem;
}

.lab-proof-visual {
    position: relative;
    display: grid;
    min-height: 520px;
    align-items: end;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at 49% 42%, rgba(255,255,255,0.88), rgba(255,255,255,0) 33%),
        linear-gradient(135deg, #f8fbff 0%, #e5edf6 100%);
    box-shadow: 0 28px 70px rgba(9, 24, 72, 0.11);
}

.lab-proof-image {
    position: absolute;
    inset: 7% 9% 14%;
    display: grid;
    place-items: center;
}

.lab-proof-image img {
    width: min(70%, 410px);
    max-height: 100%;
    object-fit: contain;
    transform: rotate(-11deg);
    filter: drop-shadow(0 34px 34px rgba(9, 24, 72, 0.2));
}

.lab-proof-image span {
    color: #0a45ff;
    font-size: 1.5rem;
    font-weight: 900;
}

.lab-proof-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    align-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    padding: 0.7rem 0.9rem;
    box-shadow: 0 16px 32px rgba(9, 24, 72, 0.11);
}

.lab-proof-badge span {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border-radius: 50%;
    background: #d9ffe9;
    color: #19a86b;
    font-size: 0.78rem;
    font-weight: 900;
}

.lab-proof-badge small {
    color: #07142f;
    font-weight: 800;
}

.lab-proof-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 0.8rem;
    align-items: center;
    margin: 0 1.5rem 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.9rem 1rem;
    box-shadow: 0 18px 36px rgba(9, 24, 72, 0.12);
}

.lab-proof-card span {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 14px;
    background: #f0f4fb;
}

.lab-proof-card svg {
    width: 1.2rem;
    fill: none;
    stroke: #07142f;
    stroke-width: 1.8;
}

.lab-proof-card strong,
.lab-proof-card small {
    grid-column: 2;
}

.lab-proof-card strong {
    color: #07142f;
}

.lab-proof-card small {
    color: #7a8499;
}

.home-calculator-cta {
    padding-top: clamp(2rem, 5vw, 4rem) !important;
    padding-bottom: clamp(3rem, 7vw, 6rem) !important;
    background: #ffffff;
}

.calculator-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #8eb4ec 0%, #7ea8e7 100%);
    padding: clamp(1.8rem, 5vw, 4rem);
    color: #fff;
}

.calculator-cta-copy {
    display: grid;
    gap: 1rem;
}

.calculator-cta-copy .eyebrow {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.18);
}

.calculator-cta-copy h2 {
    max-width: 14ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.6vw, 4.9rem);
    line-height: 0.98;
}

.calculator-cta-copy p {
    max-width: 42rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.65;
}

.calculator-cta-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.calculator-cta-visual img {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border-radius: 20px !important;
    overflow: hidden !important;
    filter: drop-shadow(0 18px 30px rgba(8, 25, 70, 0.18));
}

.calculator-mini-card {
    position: absolute;
    right: 8%;
    top: 9%;
    display: grid;
    gap: 0.45rem;
    border-radius: 22px;
    background: #ffffff;
    padding: 1.2rem;
    color: #07142f;
    box-shadow: 0 22px 44px rgba(8, 25, 70, 0.18);
}

.calculator-mini-card span {
    color: #0a45ff;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.calculator-mini-card strong {
    font-size: 3rem;
    line-height: 1;
}

.calculator-mini-card small {
    color: #66728a;
}

.calculator-mini-vial {
    position: absolute;
    left: 10%;
    bottom: 3%;
    width: 34%;
    height: 70%;
    border-radius: 28px 28px 18px 18px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.42), rgba(255,255,255,0) 28%),
        linear-gradient(180deg, #dcecff 0%, #5f8ed7 100%);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.28), 0 28px 46px rgba(8, 25, 70, 0.18);
    transform: rotate(-6deg);
}

@media (max-width: 900px) {
    .home-lab-proof,
    .calculator-cta-card {
        grid-template-columns: 1fr;
    }

    .lab-proof-copy h2,
    .calculator-cta-copy h2 {
        max-width: 16ch;
    }

    .lab-proof-visual {
        min-height: 430px;
    }
}

@media (max-width: 560px) {
    .lab-proof-metrics {
        display: grid;
    }

    .lab-proof-visual {
        min-height: 360px;
        border-radius: 20px;
    }

    .lab-proof-image img {
        width: 74%;
    }

    .lab-proof-badge {
        top: 1rem;
        right: 1rem;
    }

    .calculator-cta-card {
        border-radius: 20px;
    }

    .calculator-cta-visual {
        min-height: 250px;
    }
}

/* Final lower CTA and footer revision. */
.pepto-shop-newsletter {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.95fr) !important;
    gap: clamp(1rem, 2vw, 1.5rem) !important;
    align-items: stretch !important;
    padding-top: clamp(3rem, 7vw, 6rem) !important;
    padding-bottom: clamp(3rem, 7vw, 6rem) !important;
    background: #ffffff !important;
}

.shop-now-card,
.newsletter-card {
    min-height: 430px !important;
    border-radius: 28px !important;
    padding: clamp(1.7rem, 4vw, 3.4rem) !important;
    box-shadow: none !important;
}

.shop-now-card {
    display: grid !important;
    align-content: center !important;
    gap: 1.6rem !important;
    background: linear-gradient(145deg, #061b62 0%, #0a45ff 100%) !important;
    color: #ffffff !important;
}

.shop-now-card h2 {
    max-width: 12.5ch !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(2.45rem, 4.8vw, 5.05rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.shop-now-card p {
    max-width: 52rem !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(1rem, 1.3vw, 1.15rem) !important;
    line-height: 1.6 !important;
}

.shop-now-card .button {
    width: min(100%, 520px) !important;
    min-height: 3.6rem !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #0a45ff !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 18px 34px rgba(0,0,0,0.12) !important;
}

.newsletter-card {
    display: grid !important;
    align-content: center !important;
    gap: 1.15rem !important;
    border: 1px solid #dce6f8 !important;
    background: linear-gradient(145deg, #ffffff 0%, #f5f8ff 100%) !important;
    color: #07142f !important;
}

.newsletter-card .eyebrow {
    width: 100% !important;
    justify-content: flex-start !important;
    color: #0a45ff !important;
    background: #eaf2ff !important;
}

.newsletter-card h2 {
    max-width: 11.5ch !important;
    margin: 0 !important;
    color: #07142f !important;
    font-size: clamp(2.45rem, 4.4vw, 4.9rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.newsletter-card p {
    margin: 0 !important;
    color: #66728a !important;
    font-size: 1rem !important;
}

.newsletter-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.6rem !important;
    margin-top: 0.2rem !important;
}

.newsletter-form input {
    min-height: 3.4rem !important;
    border: 1px solid #d7e2f5 !important;
    border-radius: 999px !important;
    padding: 0 1.1rem !important;
    background: #ffffff !important;
}

.newsletter-form button {
    min-height: 3.4rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 0 1.35rem !important;
    background: #0a45ff !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

.pepto-footer {
    position: relative !important;
    overflow: hidden !important;
    border-top: 0 !important;
    background:
        radial-gradient(circle at 78% 18%, rgba(10, 69, 255, 0.16), transparent 26%),
        radial-gradient(circle at 28% 78%, rgba(255, 255, 255, 0.08), transparent 30%),
        #06162d !important;
    color: #d8e3f8 !important;
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem) 1.4rem !important;
}

.pepto-footer::before {
    content: "PEPTONOMY";
    position: absolute;
    left: clamp(1rem, 5vw, 4rem);
    top: clamp(1rem, 4vw, 2.4rem);
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(5rem, 13vw, 14rem);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 0;
    pointer-events: none;
}

.pepto-footer-main,
.pepto-footer-lower,
.copyright {
    position: relative !important;
    z-index: 1 !important;
}

.pepto-footer-main {
    display: grid !important;
    grid-template-columns: minmax(260px, 1.25fr) minmax(120px, 0.55fr) minmax(210px, 0.95fr) minmax(160px, 0.75fr) !important;
    gap: clamp(1.5rem, 4vw, 4rem) !important;
    align-items: start !important;
    max-width: 1280px !important;
    margin: 0 auto clamp(2rem, 4vw, 3.5rem) !important;
}

.footer-brand-block {
    display: grid !important;
    gap: 1rem !important;
    max-width: 390px !important;
}

.pepto-footer .brand {
    width: fit-content !important;
    background: transparent !important;
}

.pepto-footer .footer-wordmark {
    width: min(260px, 100%) !important;
    height: auto !important;
    filter: brightness(0) invert(1) saturate(0) brightness(1.6);
}

.footer-brand-block h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(2.2rem, 5vw, 5.1rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
}

.footer-brand-block p,
.pepto-footer p {
    color: #aebdd4 !important;
    line-height: 1.65 !important;
}

.pepto-footer h3 {
    margin: 0 0 1rem !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.pepto-footer a {
    display: block !important;
    margin: 0 0 0.65rem !important;
    color: #b8c6db !important;
    font-size: 0.95rem !important;
}

.pepto-footer a:hover {
    color: #ffffff !important;
}

.pepto-footer-lower {
    display: grid !important;
    grid-template-columns: minmax(160px, 0.55fr) minmax(320px, 1.4fr) minmax(260px, 0.95fr) !important;
    gap: 1rem !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 1.2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 4px solid #ffcf39 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.pepto-footer-lower p {
    margin: 0 !important;
    font-size: 0.88rem !important;
}

.payment-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
    margin-top: 0.8rem !important;
}

.payment-icons span {
    display: inline-grid !important;
    min-width: 3.1rem !important;
    min-height: 1.75rem !important;
    place-items: center !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #07142f !important;
    padding: 0.25rem 0.42rem !important;
    font-size: 0.62rem !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.copyright {
    max-width: 1280px !important;
    margin: 1.4rem auto 0 !important;
    padding-top: 1.2rem !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    color: #93a4bf !important;
    font-size: 0.86rem !important;
}

@media (max-width: 980px) {
    .pepto-shop-newsletter,
    .pepto-footer-main,
    .pepto-footer-lower {
        grid-template-columns: 1fr !important;
    }

    .shop-now-card,
    .newsletter-card {
        min-height: auto !important;
    }

    .newsletter-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 560px) {
    .shop-now-card h2,
    .newsletter-card h2 {
        max-width: 100% !important;
        font-size: 2.25rem !important;
    }

    .pepto-footer {
        padding-inline: 1rem !important;
    }
}

/* Final compact calculator and Amino-style connect section. */
.home-calculator-cta {
    padding-top: clamp(1.2rem, 3vw, 2.5rem) !important;
    padding-bottom: clamp(1.6rem, 4vw, 3rem) !important;
}

.calculator-cta-card {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr) !important;
    max-width: 1220px !important;
    min-height: 0 !important;
    padding: clamp(1.4rem, 3.2vw, 2.6rem) !important;
    border-radius: 24px !important;
}

.calculator-cta-copy {
    gap: 0.75rem !important;
}

.calculator-cta-copy h2 {
    max-width: 22ch !important;
    font-size: clamp(2rem, 3.6vw, 3.75rem) !important;
    line-height: 1.02 !important;
}

.calculator-cta-copy p {
    max-width: 62rem !important;
}

.calculator-cta-visual {
    min-height: 210px !important;
}

.calculator-mini-card {
    top: 50% !important;
    right: 4% !important;
    transform: translateY(-50%) !important;
}

.calculator-mini-vial {
    left: 4% !important;
    bottom: 6% !important;
    width: 28% !important;
    height: 72% !important;
}

.amino-connect-section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: #ffffff !important;
}

.amino-connect-hero {
    display: grid !important;
    justify-items: center !important;
    gap: 1.35rem !important;
    min-height: 280px !important;
    padding: clamp(3rem, 7vw, 5.2rem) 1rem clamp(5.2rem, 8vw, 6.2rem) !important;
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, #fbffca 0%, #efffde 100%) !important;
    text-align: center !important;
}

.amino-connect-hero h2 {
    max-width: 760px !important;
    margin: 0 !important;
    color: #07142f !important;
    font-size: clamp(1.8rem, 3.2vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.amino-connect-hero .button {
    width: auto !important;
    min-width: 160px !important;
    min-height: 3rem !important;
    border-radius: 999px !important;
    background: #07090d !important;
    color: #ffffff !important;
    padding-inline: 1.35rem !important;
}

.amino-connect-band {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr) !important;
    gap: 1.5rem !important;
    align-items: center !important;
    width: min(100% - 2rem, 1180px) !important;
    margin: clamp(-4rem, -5vw, -2rem) auto clamp(3rem, 6vw, 5rem) !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #eee4ff 0%, #fff0f4 100%) !important;
    padding: clamp(1.25rem, 3vw, 2rem) !important;
    box-shadow: 0 22px 54px rgba(9, 24, 72, 0.08) !important;
}

.amino-connect-band .eyebrow {
    width: fit-content !important;
    margin: 0 0 0.75rem !important;
    color: #0a45ff !important;
    background: rgba(255,255,255,0.65) !important;
}

.amino-connect-band h2 {
    max-width: 560px !important;
    margin: 0 0 0.65rem !important;
    color: #07142f !important;
    font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
    line-height: 1.08 !important;
}

.amino-connect-band p {
    margin: 0 !important;
    color: #66728a !important;
    font-size: 0.92rem !important;
}

.amino-connect-band .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
}

.amino-connect-band .newsletter-form input {
    min-height: 3.1rem !important;
}

.amino-connect-band .newsletter-form button {
    min-height: 3.1rem !important;
    background: #07090d !important;
}

@media (max-width: 820px) {
    .calculator-cta-card,
    .amino-connect-band {
        grid-template-columns: 1fr !important;
    }

    .calculator-cta-visual {
        min-height: 170px !important;
    }

    .amino-connect-band .newsletter-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 560px) {
    .amino-connect-hero {
        min-height: 250px !important;
        padding-top: 2.5rem !important;
    }

    .amino-connect-hero h2 {
        font-size: 1.65rem !important;
    }
}

/* Final admin-uploaded bottles and clean footer logo. */
.amino-connect-hero,
.amino-connect-band {
    position: relative !important;
    overflow: visible !important;
}

.connect-bottle {
    position: absolute !important;
    display: block !important;
    height: auto !important;
    object-fit: contain !important;
    pointer-events: none !important;
    filter: drop-shadow(0 22px 24px rgba(9, 24, 72, 0.22)) !important;
    z-index: 2 !important;
}

.connect-bottle-left {
    width: min(14vw, 150px) !important;
    left: clamp(1.4rem, 5vw, 4.2rem) !important;
    top: clamp(-2.5rem, -3vw, -1.2rem) !important;
    transform: rotate(14deg) !important;
}

.connect-bottle-right {
    width: min(13vw, 145px) !important;
    right: clamp(1.4rem, 4vw, 3.2rem) !important;
    top: -5.4rem !important;
    transform: rotate(-10deg) !important;
}

.pepto-footer::before {
    content: none !important;
    display: none !important;
}

.pepto-footer .footer-wordmark {
    width: min(300px, 100%) !important;
    max-height: 96px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) saturate(0) brightness(1.6);
}

.footer-brand-block h2 {
    display: none !important;
}

@media (max-width: 820px) {
    .connect-bottle-left {
        width: 96px !important;
        left: 1rem !important;
        top: -1.6rem !important;
    }

    .connect-bottle-right {
        width: 92px !important;
        top: -3.7rem !important;
        right: 1rem !important;
    }
}

@media (max-width: 560px) {
    .connect-bottle-left {
        width: 72px !important;
        top: -1.1rem !important;
    }

    .connect-bottle-right {
        width: 76px !important;
        top: -2.6rem !important;
    }
}

/* Footer logo/copyright final cleanup. */
.pepto-footer .footer-brand-block {
    justify-items: start !important;
}

.pepto-footer .footer-brand-block .brand {
    display: inline-flex !important;
    width: fit-content !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pepto-footer .footer-wordmark,
.pepto-footer .brand-wordmark.footer-wordmark {
    display: block !important;
    width: min(430px, 100%) !important;
    height: auto !important;
    max-height: 140px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
    filter: none !important;
}

.pepto-footer .copyright,
.copyright {
    display: block !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Final peptide calculator page inspired by peptidescalculator.com with Peptonomy styling. */
.peptide-calc-page {
    overflow-x: hidden;
    background: #eef7ff;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}

.peptide-calc-header {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    text-align: center;
    margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.peptide-calc-header h1 {
    margin: 0;
    color: #0a1730;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1;
}

.peptide-calc-header p {
    margin: 0;
    color: #263a57;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.peptide-calc-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
    gap: clamp(1rem, 2.5vw, 1.8rem);
    width: min(100%, 980px);
    margin: 0 auto;
    align-items: start;
}

.calc-steps-panel {
    display: grid;
    gap: 0.75rem;
}

.calc-steps-panel h2 {
    margin: 0;
    color: #07142f;
    font-size: 1rem;
}

.calc-steps-panel > p {
    margin: -0.4rem 0 0.1rem;
    color: #66728a;
    font-size: 0.82rem;
}

.calc-step-card {
    position: relative;
    display: grid;
    grid-template-columns: 6rem 1fr;
    min-height: 84px;
    overflow: hidden;
    border: 1px solid #c9d8e8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
}

.calc-step-card > span {
    display: grid;
    place-items: center;
    color: rgba(7, 20, 47, 0.08);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
}

.calc-step-card div {
    display: grid;
    align-content: center;
    padding: 0.75rem 0.85rem 0.75rem 0;
}

.calc-step-card h3,
.calc-step-card p {
    margin: 0;
}

.calc-step-card h3 {
    color: #07142f;
    font-size: 0.98rem;
}

.calc-step-card p {
    color: #66728a;
    font-size: 0.76rem;
    line-height: 1.35;
}

.calc-workspace {
    display: grid;
    gap: 0.65rem;
}

.pepto-calc-card {
    border-radius: 28px;
    background: linear-gradient(180deg, #155a87 0%, #4fb0ef 100%);
    color: #ffffff;
    box-shadow: 0 20px 44px rgba(6, 35, 72, 0.18);
}

.pepto-calc-inputs {
    display: grid;
    gap: 1.1rem;
    padding: clamp(1.3rem, 3vw, 2rem);
}

.calc-row {
    display: grid;
    grid-template-columns: 2.3rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.calc-row label {
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
}

.calc-icon {
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
}

.syringe-icon::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.78rem;
    width: 1.5rem;
    height: 0.22rem;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(-42deg);
}

.syringe-icon::after {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0.22rem;
    width: 0.38rem;
    height: 1rem;
    border: 0.18rem solid #ffffff;
    border-radius: 0.12rem;
    transform: rotate(-42deg);
}

.vial-icon::before,
.water-icon::before {
    content: "";
    position: absolute;
    inset: 0.25rem 0.45rem;
    border: 0.18rem solid #ffffff;
    border-radius: 0.28rem;
}

.water-icon::before {
    border-radius: 999px 999px 999px 0;
    transform: rotate(-45deg);
    background: rgba(255,255,255,0.2);
}

.add-peptide-button,
.save-calculation {
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #0e3357;
    padding: 0.65rem 0.85rem;
    font-weight: 900;
}

.calc-control-row {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(190px, 0.9fr);
    gap: 1rem;
    align-items: center;
}

.calc-control-row strong {
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.calc-control-row select,
.calc-inline-input {
    min-height: 3.1rem;
    border: 0;
    border-radius: 999px;
    background: #17496d;
    color: #ffffff;
}

.calc-control-row select {
    padding: 0 1.2rem;
    font-weight: 900;
}

.calc-inline-input {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    overflow: hidden;
}

.calc-inline-input input,
.calc-inline-input select {
    width: 100%;
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 0 1rem;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 900;
}

.calc-inline-input span,
.calc-inline-input select {
    padding-right: 1rem;
    font-weight: 800;
}

.pepto-calc-result {
    display: grid;
    gap: 1rem;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    background: linear-gradient(180deg, #164567 0%, #47a7e8 100%);
}

.result-title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.result-title h2,
.result-title strong {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.syringe-scale {
    position: relative;
    height: 4.5rem;
    overflow: hidden;
    border-radius: 3px;
    background:
        repeating-linear-gradient(90deg, transparent 0 2.9%, rgba(255,255,255,0.9) 2.9% 3.15%, transparent 3.15% 5%),
        linear-gradient(90deg, #9eb0bd 0%, #8ca0ae 100%);
}

.scale-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: #123a5b;
    opacity: 0.92;
}

.scale-ticks {
    position: absolute;
    inset: 0.35rem 0.5rem 0;
}

.scale-ticks span {
    position: absolute;
    bottom: 0.25rem;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 0.95rem;
}

.formula-results {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.2rem;
    color: #ffffff;
    font-weight: 750;
    line-height: 1.45;
}

.save-calculation {
    justify-self: end;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.calc-community-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    border-radius: 22px;
    background: linear-gradient(135deg, #123a5b, #75bbef);
    padding: 1.4rem;
    color: #ffffff;
}

.calc-community-card::after {
    content: "";
    position: absolute;
    right: -3rem;
    top: -2rem;
    width: 12rem;
    height: 12rem;
    border: 2rem solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.calc-community-card h2,
.calc-community-card p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.calc-community-card p {
    color: rgba(255,255,255,0.82);
}

.calc-community-card a {
    position: relative;
    z-index: 1;
    border-radius: 999px;
    background: #07142f;
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-weight: 900;
}

@media (max-width: 780px) {
    .peptide-calc-page {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }

    .peptide-calc-layout {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .calc-steps-panel {
        order: 2;
    }

    .calc-workspace {
        order: 1;
    }

    .pepto-calc-card {
        border-radius: 26px;
    }

    .pepto-calc-inputs {
        gap: 1.35rem;
        padding: 1.45rem;
    }

    .calc-row {
        grid-template-columns: 2rem 1fr;
    }

    .add-peptide-button {
        grid-column: 2;
        justify-self: start;
    }

    .calc-control-row {
        grid-template-columns: 1fr minmax(150px, 0.92fr);
    }

    .syringe-scale {
        height: 4rem;
    }

    .calc-community-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .calc-control-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .calc-inline-input input {
        text-align: left;
    }

    .save-calculation {
        justify-self: stretch;
    }
}

/* Final promo bar: distinct Peptonomy campaign styling with separate discount/timer slots. */
.promo-summer-bar {
    background:
        radial-gradient(circle at 92% 50%, rgba(255, 225, 119, 0.35), transparent 8rem),
        linear-gradient(90deg, #063b6e 0%, #057c8a 48%, #0a45ff 100%) !important;
    border-bottom: 2px solid #63d7ff !important;
}

.promo-summer-inner {
    min-height: 2.65rem !important;
    gap: clamp(0.55rem, 1.4vw, 1.3rem) !important;
}

.promo-main-text {
    color: #ffffff !important;
}

.promo-code {
    background: linear-gradient(135deg, #0a45ff, #5ce1ff) !important;
    box-shadow: 0 8px 22px rgba(10, 69, 255, 0.32) !important;
}

.promo-countdown {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
}

/* Promo bar final differentiation: no sun icon, Peptonomy lab motif. */
.promo-sun {
    display: none !important;
}

.promo-lab-mark {
    position: relative;
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.promo-lab-mark::before,
.promo-lab-mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.promo-lab-mark::before {
    inset: 0.25rem;
    border: 2px solid #7df4ff;
    background: rgba(255,255,255,0.14);
}

.promo-lab-mark::after {
    width: 0.38rem;
    height: 0.38rem;
    right: -0.08rem;
    top: 0.05rem;
    background: #b9ff6a;
    box-shadow: -0.9rem 0.88rem 0 #ffffff;
}

.promo-lab-right {
    transform: rotate(28deg);
}

.promo-summer-bar {
    background:
        linear-gradient(90deg, rgba(125, 244, 255, 0.16) 0 1px, transparent 1px 78px),
        linear-gradient(90deg, #07142f 0%, #0a45ff 52%, #48c7e8 100%) !important;
    border-bottom: 2px solid #b9ff6a !important;
}

.promo-main-text {
    letter-spacing: 0.16em !important;
}

.promo-use-code,
.promo-ends {
    color: rgba(255,255,255,0.72) !important;
}

.promo-code {
    background: #b9ff6a !important;
    color: #07142f !important;
    box-shadow: 0 8px 24px rgba(185, 255, 106, 0.25) !important;
}

.promo-code::before {
    content: none !important;
}

.promo-countdown {
    background: rgba(7, 20, 47, 0.34) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
}

/* Footer alignment refinement. */
.pepto-footer-main {
    grid-template-columns: minmax(320px, 0.95fr) minmax(120px, 0.55fr) minmax(240px, 0.9fr) minmax(170px, 0.65fr) !important;
    gap: clamp(2rem, 5vw, 5rem) !important;
    align-items: start !important;
}

.footer-brand-block {
    max-width: 520px !important;
    gap: 1.15rem !important;
    padding-top: 0.25rem !important;
}

.pepto-footer .footer-wordmark,
.pepto-footer .brand-wordmark.footer-wordmark {
    width: min(360px, 100%) !important;
    max-height: 112px !important;
}

.footer-brand-block p {
    max-width: 500px !important;
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
}

.pepto-footer-main > div:not(.footer-brand-block) {
    padding-top: 0.75rem !important;
}

.pepto-footer h3 {
    margin-bottom: 1.05rem !important;
}

.pepto-footer a {
    margin-bottom: 0.78rem !important;
    line-height: 1.35 !important;
}

.status-update-form {
    display: grid;
    grid-template-columns: minmax(220px, 320px) auto;
    gap: 0.75rem;
    align-items: end;
    margin-top: 1rem;
}

.status-update-form label {
    display: grid;
    gap: 0.4rem;
    color: #07142f;
    font-weight: 850;
}

.status-update-form select {
    min-height: 2.75rem;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: #fbfdff;
    padding: 0 0.8rem;
}

@media (max-width: 640px) {
    .status-update-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .pepto-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 2rem !important;
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .pepto-footer-main {
        grid-template-columns: 1fr !important;
    }

    .pepto-footer .footer-wordmark,
    .pepto-footer .brand-wordmark.footer-wordmark {
        width: min(300px, 100%) !important;
        max-height: 92px !important;
    }
}

/* Client final pastel direction: softer palette and Amino-style standard cards. */
:root {
    --paper: #fbfcff;
    --panel: #ffffff;
    --ink: #061430;
    --muted: #66728a;
    --line: #e5ebf6;
    --sage: #eef7ee;
    --mint: #dff6ef;
    --teal: #0a45ff;
    --coral: #ff8c70;
    --gold: #f7d679;
}

body,
button,
input,
textarea,
select {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
    background:
        radial-gradient(circle at 10% 8%, rgba(225, 217, 255, 0.34), transparent 22rem),
        radial-gradient(circle at 88% 16%, rgba(210, 239, 255, 0.42), transparent 24rem),
        #fbfcff !important;
}

.clean-header,
.site-header {
    background: rgba(255, 255, 255, 0.88) !important;
    border-bottom-color: #e7eefb !important;
}

.button-dark,
.stock-button {
    background: #07142f !important;
}

.button-coral,
.button:not(.button-light):not(.button-outline):not(.button-dark) {
    background: #0a45ff;
}

.eyebrow {
    background: #edf4ff !important;
    color: #0a45ff !important;
}

main .amino-four-hero {
    background: #ffffff !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    grid-template-rows: minmax(380px, 470px) minmax(380px, 470px) !important;
    overflow: visible !important;
}

main .amino-four-hero .amino-hero-panel {
    min-width: 0 !important;
}

main .amino-four-hero .hero-copy-panel {
    background:
        radial-gradient(circle at 100% 100%, rgba(232, 222, 255, 0.48), transparent 18rem),
        #ffffff !important;
}

main .amino-four-hero .top-products-panel {
    overflow: visible !important;
    z-index: 3 !important;
    background:
        radial-gradient(circle at 45% 50%, rgba(255, 255, 255, 0.9), transparent 14rem),
        linear-gradient(135deg, #eef7ff 0%, #dfeaff 100%) !important;
}

main .amino-four-hero .lower-product-panel {
    overflow: visible !important;
    z-index: 2 !important;
    background:
        radial-gradient(circle at 52% 48%, rgba(255,255,255,0.78), transparent 13rem),
        linear-gradient(135deg, #f0e8ff 0%, #fff0f6 100%) !important;
}

main .amino-four-hero .hero-cutout-stage {
    overflow: visible !important;
}

main .amino-four-hero .hero-product-cutout {
    filter: drop-shadow(0 24px 26px rgba(28, 49, 94, 0.18)) !important;
}

main .amino-four-hero .hero-product-cutout-1 {
    width: min(36vw, 430px) !important;
    left: -6% !important;
    top: 6% !important;
    transform: rotate(-17deg) !important;
    z-index: 5 !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    width: min(20vw, 240px) !important;
    left: 36% !important;
    top: 2% !important;
    transform: rotate(8deg) !important;
    z-index: 4 !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    width: min(22vw, 255px) !important;
    left: 58% !important;
    top: 24% !important;
    transform: rotate(13deg) !important;
    z-index: 4 !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    width: min(19vw, 220px) !important;
    right: -2% !important;
    top: 36% !important;
    transform: rotate(11deg) !important;
    z-index: 3 !important;
}

main .amino-four-hero .large-product-bottle {
    width: min(34vw, 430px) !important;
    left: 9% !important;
    top: 10% !important;
    transform: rotate(-14deg) !important;
    filter: drop-shadow(0 30px 30px rgba(28, 49, 94, 0.18)) !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    position: relative !important;
    z-index: 4 !important;
    align-content: center !important;
    gap: clamp(1.15rem, 2vw, 1.6rem) !important;
    padding: clamp(2rem, 4vw, 4.2rem) clamp(1.5rem, 4vw, 4rem) !important;
    background:
        radial-gradient(circle at 4% 100%, rgba(235, 226, 255, 0.45), transparent 20rem),
        #ffffff !important;
    overflow: visible !important;
}

main .amino-four-hero .peptonomy-guarantee-panel::before {
    content: "";
    position: absolute;
    left: -2.8rem;
    top: -1.4rem;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 30px;
    background: rgba(225, 217, 255, 0.5);
    transform: rotate(10deg);
    z-index: -1;
}

.guarantee-heading {
    max-width: 760px !important;
}

main .amino-four-hero .guarantee-heading h2 {
    max-width: 720px !important;
    color: #07142f !important;
    font-size: clamp(1.65rem, 2.45vw, 2.35rem) !important;
    line-height: 1.08 !important;
    font-weight: 650 !important;
}

main .amino-four-hero .guarantee-heading p {
    max-width: 560px !important;
    margin: 0 !important;
    color: #66728a !important;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem) !important;
    line-height: 1.62 !important;
    font-weight: 500 !important;
}

main .amino-four-hero .guarantee-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1.4vw, 1.15rem) !important;
    width: min(100%, 860px) !important;
    margin: 0 !important;
    overflow: visible !important;
}

main .amino-four-hero .guarantee-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 3.15rem minmax(0, 1fr) !important;
    gap: 0.8rem !important;
    align-items: start !important;
    min-height: 124px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem 1rem 1rem 1rem !important;
    border: 1px solid #edf1f8 !important;
    border-left: 0 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 40px rgba(16, 24, 44, 0.08) !important;
    overflow: hidden !important;
    transform: translateZ(0);
}

main .amino-four-hero .guarantee-card:nth-child(2),
main .amino-four-hero .guarantee-card:nth-child(4) {
    transform: translateY(12px) !important;
}

main .amino-four-hero .guarantee-card:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.3rem;
    height: 4px;
    background: #ff8c70;
}

main .amino-four-hero .guarantee-card > div {
    min-width: 0 !important;
    max-width: none !important;
}

main .amino-four-hero .guarantee-icon {
    position: static !important;
    display: grid !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    margin: 0 !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: var(--guarantee-bubble, #dff8df) !important;
    color: var(--guarantee-icon, #44b866) !important;
    transform: none !important;
}

main .amino-four-hero .guarantee-icon svg {
    width: 1.32rem !important;
    height: 1.32rem !important;
}

main .amino-four-hero .guarantee-card h3 {
    margin: 0 0 0.28rem !important;
    color: #07142f !important;
    font-size: 0.96rem !important;
    line-height: 1.18 !important;
}

main .amino-four-hero .guarantee-card p {
    margin: 0 !important;
    color: #66728a !important;
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
    overflow-wrap: normal !important;
}

.guarantee-packaging { --guarantee-bubble: #e2f8d9; --guarantee-icon: #4eaa63; }
.guarantee-lab { --guarantee-bubble: #fff2c7; --guarantee-icon: #ab7b0c; }
.guarantee-support { --guarantee-bubble: #f4d7fb; --guarantee-icon: #b758c8; }
.guarantee-delivery { --guarantee-bubble: #dceeff; --guarantee-icon: #3784c8; }

.pepto-bestsellers,
.home-lab-proof,
.home-calculator-cta,
.amino-connect-section {
    background: #ffffff !important;
}

.willow-product-card,
.lab-proof-visual,
.calculator-cta-card,
.amino-connect-band,
.auth-card,
.checkout-form-card,
.cart-summary,
.cart-item {
    border-color: #e7eefb !important;
    box-shadow: 0 18px 44px rgba(59, 74, 116, 0.08) !important;
}

@media (max-width: 980px) {
    main .amino-four-hero {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 360px 340px auto !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: min(58vw, 330px) !important;
        left: 2% !important;
        top: 8% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: min(34vw, 190px) !important;
        left: 42% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: min(35vw, 200px) !important;
        left: 58% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        width: min(32vw, 180px) !important;
        right: 1% !important;
    }

    main .amino-four-hero .large-product-bottle {
        width: min(58vw, 310px) !important;
        left: 9% !important;
        top: 8% !important;
    }

    main .amino-four-hero .guarantee-list {
        width: 100% !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero {
        grid-template-rows: auto 300px 280px auto !important;
    }

    main .amino-four-hero .peptonomy-guarantee-panel {
        padding: 1.7rem 1rem 2.2rem !important;
    }

    main .amino-four-hero .guarantee-list {
        grid-template-columns: 1fr !important;
        gap: 0.72rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    main .amino-four-hero .guarantee-card,
    main .amino-four-hero .guarantee-card:nth-child(2),
    main .amino-four-hero .guarantee-card:nth-child(4) {
        min-height: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }

    main .amino-four-hero .guarantee-card > div {
        max-width: none !important;
    }
}

/* Marketplace-style cart drawer and guest checkout flow. */
body.cart-drawer-open {
    overflow: hidden;
}

.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(7, 20, 47, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.cart-drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(480px, 100vw);
    height: 100vh;
    background: #ffffff;
    box-shadow: -28px 0 70px rgba(7, 20, 47, 0.2);
    transform: translateX(104%);
    transition: transform 0.28s ease;
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-drawer-header,
.cart-drawer-footer {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #edf1f8;
}

.cart-drawer-footer {
    border-top: 1px solid #edf1f8;
    border-bottom: 0;
}

.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.cart-drawer-header h2 {
    margin: 0;
    color: #07142f;
    font-size: 1.05rem;
}

.cart-drawer-header button,
.drawer-item-side button {
    border: 0;
    background: transparent;
    color: #6f7890;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1;
}

.cart-drawer-body {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    overflow-y: auto;
    padding: 1rem;
    background: #fbfcff;
}

.drawer-items {
    display: grid;
    gap: 0.8rem;
}

.drawer-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    border: 1px solid #e7eefb;
    border-radius: 18px;
    background: #ffffff;
    padding: 0.8rem;
    box-shadow: 0 12px 28px rgba(59, 74, 116, 0.06);
}

.drawer-item-image {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #edf7ff;
}

.drawer-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.drawer-item-copy {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
}

.drawer-item-copy strong,
.drawer-item-side strong {
    color: #07142f;
}

.drawer-item-copy small {
    color: #66728a;
}

.drawer-qty-form select {
    min-width: 4.1rem;
    min-height: 2.3rem;
    border: 1px solid #dfe8f5;
    border-radius: 999px;
    background: #ffffff;
    padding: 0 0.75rem;
}

.drawer-item-side {
    display: grid;
    justify-items: end;
    gap: 1rem;
    text-align: right;
}

.drawer-add-product {
    display: flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e7eefb;
    border-radius: 16px;
    background: #ffffff;
    padding: 0 1rem;
    color: #07142f;
    font-size: 1.25rem;
    font-weight: 850;
}

.drawer-promo {
    display: grid;
    gap: 0.5rem;
    border-top: 1px solid #edf1f8;
    padding-top: 1rem;
    color: #07142f;
    font-weight: 800;
}

.drawer-promo input {
    min-height: 2.8rem;
    border: 1px solid #dfe8f5;
    border-radius: 12px;
    padding: 0 0.9rem;
}

.drawer-empty {
    border: 1px dashed #d7e2f2;
    border-radius: 18px;
    padding: 1.2rem;
    background: #ffffff;
}

.drawer-total {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    color: #07142f;
    font-size: 1.05rem;
}

.cart-drawer-footer p {
    color: #66728a;
    font-size: 0.86rem;
    line-height: 1.45;
}

.drawer-checkout-button {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #07090d;
    color: #ffffff;
    font-weight: 900;
}

.drawer-checkout-button.disabled {
    opacity: 0.5;
}

.product-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.product-card-actions form,
.product-card-actions button,
.product-card-actions .view-button {
    width: 100%;
}

.product-add-cart {
    min-height: 3rem;
    border: 1px solid #07142f;
    border-radius: 999px;
    background: #ffffff;
    color: #07142f;
    font-weight: 900;
    cursor: pointer;
}

.product-add-cart:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.guest-checkout-page {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 4rem) 0;
}

.guest-checkout-heading h1 {
    margin: 0 0 1.8rem;
    color: #0b4f4c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.92;
}

.guest-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
}

.guest-checkout-form,
.checkout-block,
.guest-order-summary {
    display: grid;
    gap: 1rem;
}

.checkout-block,
.guest-order-summary {
    border: 1px solid #dfe8e8;
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(1.2rem, 2.5vw, 1.8rem);
    box-shadow: 0 18px 44px rgba(8, 47, 50, 0.06);
}

.checkout-block h2,
.guest-order-summary h2 {
    margin: 0;
    color: #0b4f4c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.3vw, 2rem);
}

.checkout-block-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.checkout-block-header p,
.checkout-help {
    margin: 0;
    color: #66728a;
}

.checkout-block-header a {
    color: #0b7d83;
    font-weight: 900;
}

.checkout-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.guest-checkout-form label,
.guest-order-summary label {
    display: grid;
    gap: 0.45rem;
    color: #31535a;
    font-weight: 750;
}

.guest-checkout-form input,
.guest-checkout-form textarea,
.guest-checkout-form select,
.guest-order-summary input {
    width: 100%;
    border: 1px solid #cfdbe1;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.92rem 1rem;
    color: #07142f;
    font: inherit;
}

.phone-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.55rem;
}

.map-preview {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid #d7e3ea;
    border-radius: 8px;
    background:
        radial-gradient(circle at 70% 25%, rgba(255,255,255,0.9), transparent 7rem),
        linear-gradient(135deg, #d9f6ff 0%, #eef7eb 52%, #f7efe5 100%);
}

.map-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(80, 120, 130, 0.15) 1px, transparent 1px),
        linear-gradient(0deg, rgba(80, 120, 130, 0.15) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: 0.42;
}

.map-road {
    position: absolute;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 2px rgba(104, 138, 154, 0.14);
}

.road-one {
    left: -8%;
    top: 42%;
    width: 120%;
    transform: rotate(-10deg);
}

.road-two {
    left: 25%;
    top: 15%;
    width: 18px;
    height: 120%;
    transform: rotate(22deg);
}

.map-water {
    position: absolute;
    right: -12%;
    bottom: -20%;
    width: 48%;
    height: 60%;
    border-radius: 999px 0 0 0;
    background: rgba(110, 207, 230, 0.55);
}

.map-pin {
    position: absolute;
    left: 48%;
    top: 48%;
    width: 1.2rem;
    height: 1.2rem;
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    background: #0a45ff;
    box-shadow: 0 12px 28px rgba(10, 69, 255, 0.35);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: left 0.2s ease, top 0.2s ease;
}

.map-pin.is-active {
    background: #0b7d83;
}

.map-preview span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.86);
    padding: 0.55rem 0.8rem;
    color: #31535a;
    font-weight: 850;
}

.billing-toggle {
    border: 1px dashed #cfdbe1;
    border-radius: 10px;
    padding: 1rem;
}

.shipping-estimator {
    display: grid;
    gap: 0.85rem;
    border-top: 1px solid #e7eeee;
    padding-top: 1rem;
}

.shipping-options {
    display: grid;
    gap: 0.65rem;
}

.shipping-option-card {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    border: 1px solid #d7e3ea;
    border-radius: 12px;
    background: #ffffff;
    padding: 0.85rem;
    color: #31535a;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.shipping-option-card.is-active {
    border-color: #79d7e3;
    background: #f1fdff;
    box-shadow: 0 14px 30px rgba(31, 151, 164, 0.1);
}

.shipping-option-card input {
    width: auto !important;
}

.shipping-option-card strong,
.shipping-option-card b {
    color: #0b4f4c;
}

.shipping-option-card small {
    display: block;
    margin-top: 0.2rem;
    color: #66728a;
    font-weight: 500;
    line-height: 1.35;
}

.billing-toggle label,
.research-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.65rem;
}

.billing-toggle input,
.research-check input {
    width: auto !important;
}

.billing-fields {
    display: none;
    gap: 0.85rem;
}

.billing-fields.is-open {
    display: grid;
}

.payment-choice {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: 1px solid #cfdbe1;
    border-radius: 8px;
    padding: 0.9rem;
}

.payment-choice small {
    display: block;
    color: #839198;
    font-weight: 500;
}

.payment-icon-card {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 8px;
    background: #0b7d83;
}

.checkout-payment-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.checkout-payment-pills span {
    display: inline-flex;
    min-height: 1.9rem;
    align-items: center;
    border-radius: 5px;
    background: #eef7ff;
    color: #0b4f4c;
    padding: 0 0.55rem;
    font-size: 0.76rem;
    font-weight: 900;
}

.guest-order-summary {
    position: sticky;
    top: 6.5rem;
}

.summary-products {
    display: grid;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7eeee;
}

.summary-products article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.summary-products img,
.summary-product-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background: #eef7ff;
    object-fit: contain;
}

.summary-products strong,
.summary-products b {
    color: #0b4f4c;
}

.summary-products small {
    display: block;
    color: #66728a;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #31535a;
}

.summary-line.total {
    border-top: 1px solid #e7eeee;
    padding-top: 1rem;
    color: #0b4f4c;
    font-size: 1.1rem;
}

.summary-promo div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.summary-promo button {
    border: 1px solid #9bcbd0;
    border-radius: 8px;
    background: #ffffff;
    color: #0b7d83;
    padding: 0 1rem;
    font-weight: 850;
}

.summary-note {
    border: 1px solid #8adfe6;
    border-radius: 8px;
    background: #ecfdff;
    color: #31535a;
    padding: 0.85rem;
}

.select-payment-button {
    min-height: 3.35rem;
    border: 0;
    border-radius: 8px;
    background: #79d7e3;
    color: #ffffff;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.whatsapp-note {
    margin: 0;
    color: #66728a;
}

@media (max-width: 940px) {
    .guest-checkout-layout {
        grid-template-columns: 1fr;
    }

    .guest-order-summary {
        position: static;
    }
}

@media (max-width: 620px) {
    .checkout-two-col,
    .phone-row,
    .summary-promo div {
        grid-template-columns: 1fr;
    }

    .drawer-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .drawer-item-side {
        grid-column: 2;
        grid-template-columns: auto 1fr;
        justify-items: start;
    }

    .product-card-actions {
        grid-template-columns: 1fr;
    }
}

/* Customer account surface restoration. Scoped to public account pages. */
.account-page {
    width: min(100% - 2rem, 1180px);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(4rem, 7vw, 6rem);
    color: #071a38;
    box-sizing: border-box;
}

.account-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .35rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.account-nav a,
.account-nav button {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: .7rem 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #475569;
    background: transparent;
    font: inherit;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    gap: .75rem;
    white-space: nowrap;
    cursor: pointer;
    transition: all .15s ease;
}

.account-nav a:hover,
.account-nav a:focus-visible,
.account-nav a.active {
    color: #0b4ee8;
    border-color: #cfe0ff;
    background: #edf4ff;
    font-weight: 750;
}

.account-nav form {
    margin: 0;
    width: 100%;
}

.account-nav button {
    width: 100%;
    color: #64748b;
    border-color: transparent;
    background: transparent;
}

.account-nav button:hover,
.account-nav button:focus-visible {
    color: #dc2626;
    border-color: #fee2e2;
    background: #fef2f2;
}

.account-header {
    margin-bottom: 1.35rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: linear-gradient(120deg, #fff 0%, #f5f8ff 55%, #edf8ff 100%);
    box-shadow: 0 16px 40px rgba(20, 59, 112, .07);
}

.account-header .eyebrow {
    display: inline-flex;
    margin-bottom: .8rem;
    color: #1554ff;
    background: #eaf2ff;
}

.account-header h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.account-header p {
    margin: .7rem 0 0;
    color: #657692;
    font-size: 1rem;
}

.account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1.35rem;
}

.account-stats article {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 59, 112, .06);
}

.account-stats span {
    color: #687a95;
    font-size: .78rem;
    font-weight: 750;
    text-transform: uppercase;
}

.account-stats strong {
    color: #0b4ee8;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1;
}

.account-card {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(20, 59, 112, .07);
}

.account-card > h2,
.account-card .panel-header h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    letter-spacing: 0;
}

.account-card .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4ebf5;
}

.account-card .button-light,
.account-card a.button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: .55rem .85rem;
    border: 1px solid #cdddf3;
    border-radius: 6px;
    color: #124cc7;
    background: #f5f8ff;
    font-weight: 750;
    text-decoration: none;
}

.account-order-list {
    display: grid;
    gap: .65rem;
}

.account-order-list > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content max-content;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e0e9f5;
    border-radius: 7px;
    color: #071a38;
    background: #f9fbff;
    text-decoration: none;
}

.account-order-list small {
    color: #697b96;
    text-transform: capitalize;
}

.account-page .empty-state {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 2rem 1rem;
    box-sizing: border-box;
    text-align: center;
    border: 1px dashed #cedced;
    border-radius: 8px;
    background: #fbfdff;
}

.account-page .empty-state h2,
.account-page .empty-state p { margin: 0; }

.account-page .responsive-table {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.account-page .customer-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.account-page .customer-table th,
.account-page .customer-table td {
    padding: .85rem .75rem;
    border-bottom: 1px solid #e4ebf5;
    text-align: left;
    white-space: nowrap;
}

.account-page .customer-table th {
    color: #657692;
    background: #f7f9fd;
    font-size: .72rem;
    text-transform: uppercase;
}

.account-page .order-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.account-page .summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.account-page .summary-grid > div {
    padding: .9rem;
    border-radius: 7px;
    background: #f4f8ff;
}

.account-page .summary-grid span,
.account-page .summary-grid strong { display: block; }
.account-page .summary-grid span { margin-bottom: .35rem; color: #6a7b95; font-size: .75rem; }
.account-page .summary-grid strong { text-transform: capitalize; }

.account-form-card { max-width: 760px; }
.account-form { display: grid; gap: .9rem; margin-top: 1.25rem; }
.account-form label { display: grid; gap: .4rem; color: #071a38; font-size: .88rem; font-weight: 750; }
.account-form input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid #d5e1f0;
    border-radius: 7px;
    padding: .8rem .9rem;
    color: #071a38;
    background: #fbfdff;
}
.account-form .button { justify-self: start; margin-top: .25rem; }

@media (max-width: 760px) {
    .account-page {
        width: 100%;
        padding: 1.25rem 1rem 7rem;
    }
    .account-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: .35rem;
    }
    .account-nav a,
    .account-nav form { width: 100%; margin: 0; }
    .account-nav a,
    .account-nav button { padding-inline: .75rem; font-size: .88rem; }
    .account-stats { grid-template-columns: minmax(0, 1fr); }
    .account-stats article { min-height: 104px; }
    .account-card .panel-header { align-items: flex-start; }
    .account-order-list > a { grid-template-columns: minmax(0, 1fr); gap: .35rem; }
    .account-page .order-detail-grid,
    .account-page .summary-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Combined client visual pass: stable Hero loading, shared connect block, and contact widget. */
main .amino-four-hero .top-products-panel,
main .amino-four-hero .hero-video-stage {
    contain: layout paint;
}

main .amino-four-hero .hero-video-stage .hero-product-video {
    opacity: 0;
    transition: opacity .18s ease;
}

main .amino-four-hero .hero-video-stage.media-ready .hero-product-video {
    opacity: 1;
}

.amino-connect-section[data-shared-explore-newsletter] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(3.5rem, 7vw, 6.5rem) max(1rem, calc((100vw - 1320px) / 2));
    overflow: hidden;
    background: linear-gradient(135deg, #f8ffcf 0%, #eefbea 52%, #edf5ff 100%);
}

.amino-connect-section .amino-connect-hero {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.35rem;
    position: relative;
    text-align: center;
}

.amino-connect-section .amino-connect-hero h2 {
    width: min(100%, 880px);
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.amino-connect-section .amino-connect-band {
    width: min(100%, 1120px);
    margin: 2.25rem auto 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 73, 168, .08);
    border-radius: 8px;
    background: linear-gradient(110deg, #f1e5ff 0%, #fff0f1 100%);
    box-shadow: 0 18px 44px rgba(31, 66, 121, .08);
}

.amino-connect-section .connect-newsletter-copy,
.amino-connect-section .newsletter-form {
    position: relative;
    z-index: 2;
}

.amino-connect-section .connect-newsletter-copy h2 {
    margin: .65rem 0 .55rem;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: 0;
}

.amino-connect-section .newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
}

.amino-connect-section .newsletter-form input,
.amino-connect-section .newsletter-form button {
    min-height: 50px;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .amino-connect-section[data-shared-explore-newsletter] {
        padding: 3.25rem 1rem;
    }
    .amino-connect-section .amino-connect-hero {
        min-height: 220px;
    }
    .amino-connect-section .amino-connect-hero h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }
    .amino-connect-section .amino-connect-band {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.35rem;
    }
    .amino-connect-section .newsletter-form {
        grid-template-columns: minmax(0, 1fr);
    }
    .amino-connect-section .newsletter-form button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .floating-contact { animation: none !important; }
    main .amino-four-hero .hero-video-stage .hero-product-video { transition: none !important; }
}

/* Explore-only breakout layer lets the orange bottle cross the hero boundary. */
.amino-connect-section[data-shared-explore-newsletter] {
    overflow: visible;
    isolation: isolate;
}

.amino-connect-section[data-shared-explore-newsletter] .explore-breakout-layer {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
}

.amino-connect-section[data-shared-explore-newsletter] .explore-breakout-layer .connect-bottle-left {
    width: min(13vw, 145px) !important;
    left: clamp(1.4rem, 5vw, 4.2rem) !important;
    top: -2.8rem !important;
}

@media (max-width: 820px) {
    .amino-connect-section[data-shared-explore-newsletter] .explore-breakout-layer .connect-bottle-left {
        width: 92px !important;
        left: 1rem !important;
        top: -1.8rem !important;
    }
}

@media (max-width: 560px) {
    .amino-connect-section[data-shared-explore-newsletter] .explore-breakout-layer .connect-bottle-left {
        width: 76px !important;
        top: -1.5rem !important;
    }
}

/* Keep all desktop footer navigation headings on one shared top line. */
.pepto-footer .footer-primary-pair {
    align-items: start !important;
}

.pepto-footer .footer-products-block {
    align-content: start !important;
    align-self: start !important;
}

/* Final spacing guard so the standard cards never collide with the ticker. */
main .amino-four-hero {
    grid-template-rows: minmax(380px, 470px) minmax(430px, 560px) !important;
}

main .amino-four-hero .guarantee-heading h2 {
    font-size: clamp(1.65rem, 2.45vw, 2.35rem) !important;
    font-weight: 650 !important;
}

main .amino-four-hero .hero-copy-panel h1 {
    max-width: 18ch !important;
    font-size: clamp(2.15rem, 4.1vw, 3.85rem) !important;
    line-height: 1.02 !important;
}

main .amino-four-hero .hero-copy-panel h1 span {
    display: block !important;
    white-space: nowrap !important;
}

main .amino-four-hero .guarantee-list {
    width: min(100%, 800px) !important;
    gap: 0.85rem !important;
}

main .amino-four-hero .guarantee-card {
    min-height: 110px !important;
    padding: 0.88rem 0.95rem !important;
}

main .amino-four-hero .guarantee-card p {
    font-size: 0.75rem !important;
    line-height: 1.36 !important;
}

.pepto-ticker {
    position: relative !important;
    z-index: 6 !important;
}

@media (max-width: 980px) {
    main .amino-four-hero {
        grid-template-rows: auto 360px 340px auto !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero {
        grid-template-rows: auto 300px 280px auto !important;
    }
}

/* Mobile hardening for pastel hero: no horizontal drift, readable standard title. */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

html:has(.account-portal-wrapper),
body:has(.account-portal-wrapper),
body:has(.account-portal-wrapper) main {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

@media (max-width: 700px) {
    main .amino-four-hero,
    main .amino-four-hero .amino-hero-panel,
    main .amino-four-hero .hero-cutout-stage,
    main .amino-four-hero .peptonomy-guarantee-panel {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: 66vw !important;
        left: 8% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: 36vw !important;
        left: 58% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: 38vw !important;
        left: 78% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        display: none !important;
    }

    main .amino-four-hero .guarantee-heading {
        width: 100% !important;
        max-width: 100% !important;
    }

    main .amino-four-hero .guarantee-heading h2 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(1.45rem, 6.5vw, 2rem) !important;
        line-height: 1.05 !important;
        overflow-wrap: normal !important;
    }

    main .amino-four-hero .guarantee-card {
        grid-template-columns: 2.8rem minmax(0, 1fr) !important;
        padding: 0.85rem !important;
    }

    main .amino-four-hero .guarantee-card h3 {
        font-size: 0.92rem !important;
    }

    main .amino-four-hero .guarantee-card p {
        font-size: 0.76rem !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero .peptonomy-guarantee-panel {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    main .amino-four-hero .guarantee-heading h2 {
        font-size: clamp(1.45rem, 6.5vw, 2rem) !important;
        max-width: 100% !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        max-width: 100% !important;
        font-size: clamp(1.95rem, 8.2vw, 2.55rem) !important;
    }

    main .amino-four-hero .hero-copy-panel h1 span {
        white-space: normal !important;
    }

    main .amino-four-hero .guarantee-heading p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    main .amino-four-hero .guarantee-list,
    main .amino-four-hero .guarantee-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    main .amino-four-hero .guarantee-card {
        grid-template-columns: 2.45rem minmax(0, 1fr) !important;
        gap: 0.65rem !important;
    }

    main .amino-four-hero .guarantee-icon {
        width: 2.35rem !important;
        height: 2.35rem !important;
    }

    main .amino-four-hero .guarantee-card h3,
    main .amino-four-hero .guarantee-card p {
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    main .amino-four-hero .guarantee-card p {
        font-size: 0.72rem !important;
        line-height: 1.34 !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero .guarantee-list {
        width: calc(100vw - 1.7rem) !important;
        max-width: calc(100vw - 1.7rem) !important;
        justify-self: start !important;
    }

    main .amino-four-hero .guarantee-card {
        width: calc(100vw - 1.7rem) !important;
        max-width: calc(100vw - 1.7rem) !important;
        grid-template-columns: 2.25rem minmax(0, calc(100vw - 5.4rem)) !important;
        padding: 0.72rem !important;
    }

    main .amino-four-hero .guarantee-card > div {
        width: auto !important;
        max-width: calc(100vw - 5.4rem) !important;
        min-width: 0 !important;
    }

    main .amino-four-hero .guarantee-card p {
        display: block !important;
        max-width: calc(100vw - 5.4rem) !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }
}

/* Client final polish: pastel direction, two-line hero, lighter standard title, and clustered header bottles. */
:root {
    --pepto-pastel-blue: #dbeafe;
    --pepto-pastel-mint: #dcfce7;
    --pepto-pastel-pink: #ffe4ef;
    --pepto-pastel-lilac: #ede9fe;
    --pepto-pastel-cream: #fff7ed;
    --pepto-ink: #07142f;
}

main .amino-four-hero .hero-copy-panel {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 5.8rem) !important;
}

main .amino-four-hero .hero-copy-panel h1 {
    width: min(760px, 100%) !important;
    max-width: none !important;
    font-size: clamp(2.35rem, 4.05vw, 3.65rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

main .amino-four-hero .hero-copy-panel h1 span {
    display: block !important;
    white-space: nowrap !important;
}

main .amino-four-hero .hero-copy-panel p {
    max-width: 36rem !important;
}

main .amino-four-hero .top-products-panel,
main .amino-four-hero .hero-cutout-stage {
    overflow: visible !important;
}

main .amino-four-hero .top-products-panel {
    background: linear-gradient(135deg, #eef7ff 0%, #e1edff 54%, #dce9ff 100%) !important;
}

main .amino-four-hero .hero-product-cutout {
    filter: drop-shadow(0 24px 26px rgba(35, 61, 105, 0.17)) !important;
    animation-duration: 6.5s !important;
}

main .amino-four-hero .hero-product-cutout-1 {
    width: min(39vw, 560px) !important;
    left: -21% !important;
    top: 18% !important;
    transform: rotate(-20deg) !important;
    z-index: 5 !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    width: min(22vw, 315px) !important;
    left: 24% !important;
    top: -8% !important;
    transform: rotate(7deg) !important;
    z-index: 6 !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    width: min(24vw, 335px) !important;
    left: 50% !important;
    top: 23% !important;
    transform: rotate(14deg) !important;
    z-index: 4 !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    width: min(22vw, 305px) !important;
    right: 6% !important;
    top: 40% !important;
    transform: rotate(17deg) !important;
    z-index: 3 !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 48%, #fff9fc 100%) !important;
}

main .amino-four-hero .guarantee-heading h2 {
    max-width: 44rem !important;
    font-size: clamp(1.28rem, 1.8vw, 1.82rem) !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

main .amino-four-hero .guarantee-heading p {
    max-width: 40rem !important;
    font-size: clamp(0.92rem, 1.05vw, 1.05rem) !important;
    line-height: 1.55 !important;
}

main .amino-four-hero .guarantee-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

main .amino-four-hero .guarantee-card {
    border-color: rgba(185, 205, 234, 0.78) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 18px 42px rgba(86, 105, 140, 0.1) !important;
}

.peptide-calc-page {
    background:
        radial-gradient(circle at top left, rgba(255, 228, 239, 0.72), transparent 34%),
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.62), transparent 30%),
        linear-gradient(135deg, #fff9fb 0%, #f1fbff 48%, #f8fff6 100%) !important;
}

.peptide-calc-header .eyebrow {
    background: rgba(237, 233, 254, 0.95) !important;
    color: #7c3aed !important;
}

.peptide-calc-header h1,
.peptide-calc-header p,
.calc-steps-panel h2,
.calc-step-card h3,
.calc-row label,
.calc-control-row strong,
.result-title h2,
.result-title strong,
.formula-results,
.calc-community-card h2 {
    color: #17304a !important;
}

.calc-steps-panel > p,
.calc-step-card p,
.calc-help,
.calc-community-card p {
    color: #607189 !important;
}

.calc-step-card {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(194, 215, 238, 0.95) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 18px 36px rgba(104, 126, 156, 0.1) !important;
}

.calc-step-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 0.38rem !important;
    background: linear-gradient(180deg, #f9a8d4, #a7f3d0) !important;
}

.calc-step-card:nth-child(2n)::after {
    background: linear-gradient(180deg, #bfdbfe, #fde68a) !important;
}

.calc-step-card > span {
    color: rgba(201, 213, 229, 0.52) !important;
}

.pepto-calc-card {
    border: 1px solid rgba(192, 211, 235, 0.55) !important;
    background: linear-gradient(145deg, #ffe4ef 0%, #dbeafe 48%, #dcfce7 100%) !important;
    color: #17304a !important;
    box-shadow: 0 22px 46px rgba(68, 91, 122, 0.16) !important;
}

.pepto-calc-result {
    background: linear-gradient(145deg, #e0f2fe 0%, #ede9fe 54%, #fff7ed 100%) !important;
}

.calc-control-row select,
.calc-inline-input,
.calc-inline-input input,
.calc-inline-input select {
    border-color: rgba(132, 168, 205, 0.45) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    color: #17304a !important;
}

.add-peptide-button,
.save-calculation,
.calc-community-card a {
    background: #ffffff !important;
    color: #6d4c8d !important;
    box-shadow: 0 10px 24px rgba(99, 78, 130, 0.14) !important;
}

.syringe-scale {
    background: linear-gradient(90deg, #f8fafc 0%, #e0f2fe 60%, #c7d2fe 100%) !important;
    border: 1px solid rgba(132, 168, 205, 0.35) !important;
}

.syringe-scale .scale-fill {
    background: linear-gradient(90deg, #f9a8d4, #99f6e4) !important;
}

.syringe-scale .scale-ticks {
    color: #31465f !important;
}

.calc-community-card {
    background: linear-gradient(135deg, #fff7ed 0%, #ffe4ef 42%, #e0f2fe 100%) !important;
    color: #17304a !important;
    border: 1px solid rgba(192, 211, 235, 0.55) !important;
}

@media (max-width: 980px) {
    main .amino-four-hero .hero-copy-panel h1 {
        font-size: clamp(2.05rem, 6vw, 3rem) !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: 52vw !important;
        left: -15% !important;
        top: 22% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        width: 29vw !important;
        left: 29% !important;
        top: 0 !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: 31vw !important;
        left: 54% !important;
        top: 30% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        width: 29vw !important;
        right: -2% !important;
        top: 44% !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero .hero-copy-panel h1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(1.55rem, 6.1vw, 2rem) !important;
        line-height: 1.08 !important;
    }

    main .amino-four-hero .hero-copy-panel h1 span {
        white-space: nowrap !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        width: 70vw !important;
        left: -21% !important;
        top: 20% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        display: block !important;
        width: 38vw !important;
        left: 30% !important;
        top: 2% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        width: 40vw !important;
        left: 56% !important;
        top: 33% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        display: block !important;
        width: 36vw !important;
        right: -8% !important;
        top: 48% !important;
    }

    main .amino-four-hero .guarantee-heading h2 {
        font-size: clamp(1.15rem, 5vw, 1.55rem) !important;
        font-weight: 500 !important;
    }

    main .amino-four-hero .guarantee-list {
        grid-template-columns: 1fr !important;
    }
}

/* Final visual correction after screenshot check: keep hero copy readable and calculator fully mobile-safe. */
main .amino-four-hero .hero-copy-panel {
    position: relative !important;
    z-index: 8 !important;
    padding-left: clamp(2rem, 5vw, 4.5rem) !important;
    padding-right: clamp(1rem, 2.6vw, 2.4rem) !important;
}

main .amino-four-hero .hero-copy-panel h1 {
    width: 100% !important;
    max-width: 36rem !important;
    font-size: clamp(2rem, 3.15vw, 2.9rem) !important;
    line-height: 1.08 !important;
}

main .amino-four-hero .top-products-panel {
    z-index: 2 !important;
}

main .amino-four-hero .hero-product-cutout-1 {
    width: min(34vw, 500px) !important;
    left: -9% !important;
    top: 15% !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    width: min(21vw, 300px) !important;
    left: 24% !important;
    top: -6% !important;
}

main .amino-four-hero .hero-product-cutout-3 {
    width: min(23vw, 320px) !important;
    left: 51% !important;
    top: 22% !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    width: min(21vw, 300px) !important;
    right: 4% !important;
    top: 40% !important;
}

.peptide-calc-page,
.peptide-calc-layout,
.calc-workspace,
.pepto-calc-card,
.calc-row,
.calc-control-row,
.result-title,
.syringe-scale,
.calc-community-card {
    min-width: 0 !important;
    max-width: 100% !important;
}

.peptide-calc-page {
    overflow-x: hidden !important;
}

.calc-row,
.calc-control-row {
    gap: 0.85rem !important;
}

.calc-control-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
}

.calc-inline-input {
    min-width: 0 !important;
}

.syringe-scale {
    overflow: hidden !important;
}

@media (max-width: 700px) {
    main .amino-four-hero .hero-copy-panel {
        padding: 2rem 1rem !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        max-width: 100% !important;
        font-size: clamp(1.45rem, 5.25vw, 1.85rem) !important;
        line-height: 1.12 !important;
    }

    main .amino-four-hero .hero-copy-panel h1 span {
        white-space: nowrap !important;
    }

    .peptide-calc-page {
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }

    .peptide-calc-header h1 {
        font-size: clamp(2rem, 9vw, 2.45rem) !important;
    }

    .pepto-calc-card {
        border-radius: 24px !important;
        padding: 1.2rem !important;
    }

    .calc-row,
    .calc-control-row {
        grid-template-columns: 1fr !important;
    }

    .calc-row .calc-icon,
    .calc-control-row .calc-icon {
        display: none !important;
    }

    .calc-inline-input,
    .calc-control-row select,
    .add-peptide-button,
    .save-calculation {
        width: 100% !important;
    }

    .result-title {
        align-items: flex-start !important;
        gap: 0.35rem !important;
    }

    .syringe-scale {
        height: 3.4rem !important;
    }
}

/* Calculator mobile overflow lock. */
@media (max-width: 700px) {
    body:has(.peptide-calc-page),
    body:has(.peptide-calc-page) main,
    .peptide-calc-page {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .peptide-calc-layout,
    .calc-workspace {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 0.9rem !important;
    }

    .calc-steps-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    .peptide-calc-header {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .peptide-calc-header h1 {
        max-width: 100% !important;
        font-size: clamp(1.85rem, 8vw, 2.2rem) !important;
        white-space: normal !important;
    }

    .peptide-calc-header p {
        max-width: 100% !important;
        font-size: 0.95rem !important;
    }

    .pepto-calc-card,
    .calc-community-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .calc-row,
    .calc-control-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .calc-row > *,
    .calc-control-row > *,
    .result-title > *,
    .calc-community-card > * {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .calc-row label,
    .calc-control-row strong {
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .add-peptide-button {
        justify-self: stretch !important;
    }

    .calc-inline-input {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        overflow: hidden !important;
    }

    .calc-inline-input input {
        min-width: 0 !important;
        width: 100% !important;
    }

    .save-calculation {
        white-space: normal !important;
    }
}

@media (max-width: 700px) {
    .promo-summer-bar,
    .promo-summer-inner,
    .site-header,
    .clean-header {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .promo-summer-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0.45rem !important;
        padding: 0 0.65rem !important;
        justify-content: flex-start !important;
    }

    .promo-main-text {
        min-width: 0 !important;
        max-width: 15rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        letter-spacing: 0.06em !important;
        font-size: 0.66rem !important;
    }

    .promo-use-code,
    .promo-ends {
        display: none !important;
    }

    .promo-code,
    .promo-countdown {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        font-size: 0.62rem !important;
        padding-inline: 0.6rem !important;
    }

    .peptide-calc-page {
        display: block !important;
    }

    .peptide-calc-header h1 {
        font-size: 1.6rem !important;
        line-height: 1.04 !important;
    }

    .add-peptide-button {
        grid-column: 1 !important;
        justify-self: stretch !important;
        max-width: 100% !important;
    }

    .result-title {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .result-title strong {
        justify-self: start !important;
        font-size: 1.35rem !important;
    }

    .formula-results {
        font-size: 0.93rem !important;
        overflow-wrap: break-word !important;
    }

    .calc-community-card h2 {
        font-size: 1.45rem !important;
    }
}

/* PDF revision - scoped polish without redesigning existing Peptonomy system. */
.clean-header {
    grid-template-columns: minmax(150px, 0.7fr) minmax(420px, 1.4fr) minmax(150px, 0.7fr) !important;
}

.clean-header .site-actions {
    margin-left: auto !important;
    justify-content: flex-end !important;
    gap: 1rem !important;
}

.clean-header .auth-link {
    min-height: 2.75rem !important;
    display: inline-flex !important;
    align-items: center !important;
}

.hero-product-video {
    position: absolute !important;
    left: -12% !important;
    top: -5% !important;
    width: 118% !important;
    height: 112% !important;
    min-height: 112% !important;
    object-fit: cover !important;
    display: block !important;
    z-index: 1 !important;
    filter: drop-shadow(0 28px 34px rgba(35, 61, 105, 0.17)) !important;
}

main .amino-four-hero .top-products-panel:has(.hero-product-video) {
    overflow: visible !important;
    isolation: isolate !important;
}

main .amino-four-hero .top-products-panel:has(.hero-product-video)::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, rgba(255,255,255,0.18), transparent 28%) !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    align-content: center !important;
}

main .amino-four-hero .guarantee-list {
    align-items: stretch !important;
}

main .amino-four-hero .guarantee-card {
    display: grid !important;
    grid-template-columns: 3.1rem minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.85rem !important;
    min-height: 122px !important;
    height: 100% !important;
}

main .amino-four-hero .guarantee-card h3 {
    margin-bottom: 0.25rem !important;
}

main .amino-four-hero .guarantee-card p {
    margin: 0 !important;
}

.lab-proof-centered {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: clamp(520px, 62vw, 720px) !important;
    overflow: hidden !important;
    place-items: center !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 20% 18%, rgba(220, 252, 231, 0.72), transparent 24%),
        radial-gradient(circle at 78% 32%, rgba(219, 234, 254, 0.84), transparent 27%),
        radial-gradient(circle at 50% 88%, rgba(255, 228, 239, 0.78), transparent 28%),
        linear-gradient(135deg, #fbffef 0%, #eff9ff 58%, #fff7fb 100%) !important;
}

.lab-proof-centered .lab-proof-copy {
    position: relative !important;
    z-index: 2 !important;
    justify-items: center !important;
    align-content: center !important;
    text-align: center !important;
    width: min(100%, 760px) !important;
    margin-inline: auto !important;
}

.lab-proof-centered .lab-proof-copy h2 {
    max-width: none !important;
    font-size: clamp(2.1rem, 4.4vw, 4.35rem) !important;
    line-height: 0.98 !important;
    text-align: center !important;
}

.lab-proof-centered .lab-proof-copy p {
    max-width: 650px !important;
    margin-inline: auto !important;
    text-align: center !important;
}

.lab-proof-centered .lab-proof-metrics {
    justify-content: center !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.lab-proof-centered .lab-proof-metrics strong {
    min-height: 2.2rem !important;
    padding: 0.55rem 0.95rem !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: rgba(194, 215, 238, 0.72) !important;
}

.amino-connect-hero h2 {
    max-width: 760px !important;
    margin-inline: auto !important;
    font-size: clamp(1.7rem, 3.1vw, 3.15rem) !important;
    line-height: 1.03 !important;
}

.amino-connect-hero .connect-bottle {
    width: clamp(70px, 9vw, 148px) !important;
}

.products-hero {
    display: grid !important;
    gap: 1rem !important;
    padding-top: clamp(2.2rem, 5vw, 4.4rem) !important;
}

.products-hero h1 em {
    font-style: italic !important;
    font-weight: 850 !important;
}

.products-hero p {
    margin: 0 !important;
    color: #627089 !important;
    font-weight: 650 !important;
}

.product-category-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.65rem !important;
    align-items: center !important;
    margin-top: 1rem !important;
}

.product-category-nav a {
    display: inline-flex !important;
    min-height: 2.25rem !important;
    align-items: center !important;
    border: 1px solid #e7eef8 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #07142f !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.product-category-nav a.is-active,
.product-category-nav a:hover {
    background: #0a45ff !important;
    border-color: #0a45ff !important;
    color: #ffffff !important;
}

@media (max-width: 1120px) {
    .clean-header {
        grid-template-columns: auto 1fr auto !important;
    }
}

@media (max-width: 900px) {
    .clean-header .site-actions {
        display: none !important;
    }

    .lab-proof-centered {
        min-height: 560px !important;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .hero-product-video {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
    }

}

@media (max-width: 620px) {
    .lab-proof-centered .lab-proof-copy h2 {
        font-size: clamp(2rem, 11vw, 3.1rem) !important;
        line-height: 1 !important;
    }

    .lab-proof-centered .lab-proof-metrics {
        display: grid !important;
        width: min(100%, 320px) !important;
    }

    .product-category-nav {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 0.2rem !important;
    }

    .product-category-nav a {
        flex: 0 0 auto !important;
    }
}

/* PDF revision mobile hardening: prevent text/card overflow on the homepage. */
@media (max-width: 700px) {
    main .amino-four-hero {
        width: 100% !important;
        max-width: 100vw !important;
        grid-template-columns: minmax(0, 1fr) !important;
        overflow-x: hidden !important;
    }

    main .amino-four-hero .amino-hero-panel,
    main .amino-four-hero .hero-copy-panel,
    main .amino-four-hero .peptonomy-guarantee-panel,
    .pepto-bestsellers,
    .home-lab-proof,
    .home-calculator-cta,
    .amino-connect-section,
    .products-hero,
    .product-grid {
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    main .amino-four-hero .hero-copy-panel {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        max-width: calc(100vw - 2rem) !important;
        font-size: clamp(1.45rem, 6vw, 1.82rem) !important;
    }

    main .amino-four-hero .hero-copy-panel h1 span,
    main .amino-four-hero .hero-copy-panel p,
    main .amino-four-hero .guarantee-heading h2,
    main .amino-four-hero .guarantee-heading p,
    main .amino-four-hero .guarantee-card h3,
    main .amino-four-hero .guarantee-card p,
    .amino-connect-hero h2,
    .lab-proof-centered .lab-proof-copy h2,
    .lab-proof-centered .lab-proof-copy p,
    .products-hero h1,
    .products-hero p {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    main .amino-four-hero .hero-copy-panel h1 span {
        display: block !important;
    }

    main .amino-four-hero .hero-copy-panel p {
        width: calc(100vw - 2rem) !important;
        font-size: 0.96rem !important;
        line-height: 1.45 !important;
    }

    main .amino-four-hero .guarantee-card {
        grid-template-columns: 2.65rem minmax(0, 1fr) !important;
    }

    main .amino-four-hero .guarantee-card > div {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .clean-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
    }

    .clean-header .menu-toggle {
        display: inline-grid !important;
        justify-self: end !important;
    }
}

@media (max-width: 700px) {
    main .amino-four-hero .hero-copy-panel p,
    main .amino-four-hero .guarantee-heading p,
    main .amino-four-hero .guarantee-card p,
    main .amino-four-hero .guarantee-card h3,
    .lab-proof-centered .lab-proof-copy p,
    .amino-connect-hero h2,
    .products-hero p {
        width: 100% !important;
        max-width: calc(100vw - 2rem) !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        max-width: calc(100vw - 2rem) !important;
        overflow-wrap: normal !important;
    }

    main .amino-four-hero .guarantee-card {
        width: calc(100vw - 1.7rem) !important;
        max-width: calc(100vw - 1.7rem) !important;
        overflow: hidden !important;
    }

    main .amino-four-hero .guarantee-card > div {
        overflow: hidden !important;
    }
}

@media (max-width: 700px) {
    .clean-header {
        position: sticky !important;
        padding-right: 3.8rem !important;
    }

    .clean-header .menu-toggle {
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: grid !important;
        width: 2.75rem !important;
        height: 2.75rem !important;
        place-items: center !important;
        border: 1px solid #e4ecf8 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        z-index: 30 !important;
    }

    .clean-header .menu-toggle span {
        display: block !important;
        width: 1.15rem !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #0a45ff !important;
    }

    main .amino-four-hero .hero-copy-panel p,
    main .amino-four-hero .guarantee-heading p {
        width: min(100%, 330px) !important;
        max-width: 330px !important;
    }

    main .amino-four-hero .guarantee-card h3,
    main .amino-four-hero .guarantee-card p {
        width: min(100%, 255px) !important;
        max-width: 255px !important;
        font-size: 0.76rem !important;
        line-height: 1.35 !important;
    }

    main .amino-four-hero .guarantee-card h3 {
        font-size: 0.92rem !important;
    }
}

@media (max-width: 900px) {
    .site-header .menu-toggle,
    .clean-header .menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.23rem !important;
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 2.7rem !important;
        height: 2.7rem !important;
        padding: 0 !important;
        border: 1px solid #e4ecf8 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        z-index: 80 !important;
    }

    .site-header .menu-toggle span,
    .clean-header .menu-toggle span {
        display: block !important;
        width: 1.15rem !important;
        height: 2px !important;
        flex: 0 0 2px !important;
        background: #0a45ff !important;
        border-radius: 999px !important;
    }
}

/* Final scoped revision: non-sticky header, floating product layers, equal cards, and calculator v15. */
.site-header,
.site-header.clean-header,
.clean-header {
    position: relative !important;
    top: auto !important;
}

@media (max-width: 900px) {
    .site-header .site-nav,
    .clean-header .site-nav {
        position: absolute !important;
        top: calc(100% + 0.45rem) !important;
        left: 1rem !important;
        right: 1rem !important;
        max-height: min(72vh, 620px) !important;
        z-index: 90 !important;
    }
}

main .amino-four-hero {
    position: relative !important;
    overflow: clip !important;
}

.falling-product-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.falling-product {
    position: absolute;
    width: var(--fall-size, 92px);
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    opacity: 0.72;
    filter: drop-shadow(0 24px 28px rgba(45, 72, 117, 0.16));
    transform: rotate(var(--fall-rotation, 0deg));
    animation: peptoFall var(--fall-duration, 12s) ease-in-out infinite;
    animation-delay: var(--fall-delay, 0s);
}

.falling-product-1 { left: 57%; top: -10%; }
.falling-product-2 { left: 82%; top: 8%; }
.falling-product-3 { left: 46%; top: 42%; }
.falling-product-4 { left: 72%; top: 58%; }
.falling-product-5 { left: 10%; top: 64%; opacity: 0.42; }
.falling-product-6 { left: 88%; top: 76%; opacity: 0.46; }

@keyframes peptoFall {
    0%, 100% {
        translate: 0 -8px;
    }
    45% {
        translate: 12px 18px;
    }
    75% {
        translate: -8px 9px;
    }
}

main .amino-four-hero .hero-copy-panel {
    position: relative !important;
    z-index: 5 !important;
}

main .amino-four-hero .top-products-panel {
    position: relative !important;
    z-index: 3 !important;
    overflow: visible !important;
}

main .amino-four-hero .top-products-panel:has(.hero-product-video) {
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.72), transparent 28%),
        linear-gradient(135deg, #eef8ff 0%, #dfeeff 58%, #f0eaff 100%) !important;
}

.hero-product-video {
    left: -20% !important;
    top: -11% !important;
    width: 135% !important;
    height: 126% !important;
    min-height: 126% !important;
    object-fit: cover !important;
    object-position: 44% 50% !important;
    mix-blend-mode: normal !important;
    transform: rotate(-1deg) scale(1.02) !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    z-index: 4 !important;
    display: grid !important;
    align-content: center !important;
    gap: clamp(1rem, 2vw, 1.45rem) !important;
}

main .amino-four-hero .guarantee-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: clamp(0.85rem, 1.6vw, 1.15rem) !important;
}

main .amino-four-hero .guarantee-card,
main .amino-four-hero .guarantee-card:nth-child(2),
main .amino-four-hero .guarantee-card:nth-child(4) {
    display: grid !important;
    grid-template-columns: 3.25rem minmax(0, 1fr) !important;
    align-items: start !important;
    align-content: start !important;
    gap: 0.9rem !important;
    min-height: 128px !important;
    height: 100% !important;
    padding: 1rem !important;
    transform: none !important;
}

main .amino-four-hero .guarantee-icon {
    align-self: start !important;
    margin-top: 0 !important;
}

main .amino-four-hero .guarantee-card h3 {
    min-height: 1.35em !important;
    margin: 0 0 0.3rem !important;
}

main .amino-four-hero .guarantee-card p {
    margin: 0 !important;
}

.pepto-calculator-v15 {
    width: min(100%, 1180px);
    max-width: 100%;
    box-sizing: border-box;
    margin-inline: auto;
    padding: clamp(2.4rem, 5vw, 4.4rem) clamp(1rem, 3vw, 1.5rem);
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(254, 232, 211, 0.46), transparent 26%),
        radial-gradient(circle at 88% 24%, rgba(216, 241, 235, 0.58), transparent 28%),
        linear-gradient(180deg, #fbfdff 0%, #f6fbfa 100%);
}

.pepto-calc-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: clamp(1rem, 2.5vw, 1.4rem);
    align-items: start;
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.calc-v15-card {
    border: 1px solid rgba(181, 207, 221, 0.72);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 58px rgba(66, 94, 118, 0.11);
}

.calc-v15-result {
    padding: clamp(1rem, 2.2vw, 1.45rem);
    background: linear-gradient(145deg, #f1f8f8 0%, #fff9f2 52%, #eef6ff 100%);
}

.calc-v15-result-head,
.calc-v15-actions,
.calc-v15-result-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.calc-v15-result-head h2 {
    margin: 0;
    color: #07142f;
    font-size: clamp(1.35rem, 2.3vw, 2.2rem);
    line-height: 1;
}

.calc-v15-units {
    color: #245f8c;
    font-size: clamp(1.45rem, 3vw, 2.65rem);
    font-weight: 900;
    white-space: nowrap;
}

.calc-v15-syringe-area {
    margin-top: 1.1rem;
}

.calc-v15-syringe-stage {
    position: relative;
    width: 100%;
    min-height: 76px;
}

.calc-v15-syringe-body {
    position: relative;
    height: 62px;
    margin-inline: auto;
    border-radius: 999px 24px 24px 999px;
    background: linear-gradient(90deg, #ffffff 0 9%, #e4eef6 9% 14%, #f8fbfd 14% 100%);
    border: 1px solid rgba(90, 125, 153, 0.2);
    overflow: visible;
}

.calc-v15-liquid {
    position: absolute;
    left: 14%;
    top: 15px;
    height: 30px;
    width: 0;
    border-radius: 999px 3px 3px 999px;
    background: linear-gradient(90deg, rgba(199, 232, 225, 0.82), rgba(146, 192, 218, 0.72));
    transition: width 0.25s ease;
}

.calc-v15-ticks {
    position: absolute;
    left: 14%;
    right: 4%;
    top: 13px;
    height: 42px;
}

.calc-v15-tick {
    position: absolute;
    top: 0;
    width: 1px;
    height: 13px;
    background: #7f94a8;
}

.calc-v15-tick.major {
    height: 24px;
    width: 2px;
    background: #324e67;
}

.calc-v15-tick-label {
    position: absolute;
    top: 28px;
    transform: translateX(-50%);
    color: #324e67;
    font-size: 0.72rem;
    font-weight: 800;
}

.calc-v15-marker,
.calc-v15-marker-label {
    position: absolute;
    left: 14%;
    transform: translateX(-50%);
    transition: left 0.25s ease;
}

.calc-v15-marker {
    top: 9px;
    height: 34px;
    width: 2px;
    background: #245f8c;
}

.calc-v15-marker-label {
    top: -0.35rem;
    border-radius: 999px;
    padding: 0.22rem 0.48rem;
    background: #245f8c;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 850;
    white-space: nowrap;
}

.calc-v15-summary {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: #4f6376;
    font-size: 0.95rem;
    line-height: 1.5;
}

.calc-v15-result-list {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.calc-v15-result-line {
    border-bottom: 1px solid rgba(90, 125, 153, 0.15);
    padding: 0.35rem 0;
    color: #506275;
    font-size: 0.9rem;
}

.calc-v15-warning {
    display: none;
    margin-top: 0.75rem;
    border-radius: 12px;
    padding: 0.65rem 0.8rem;
    background: #fff5d6;
    color: #795f17;
    font-size: 0.88rem;
    font-weight: 700;
}

.calc-v15-actions {
    margin-top: 1rem;
}

.calc-v15-btn,
.calc-v15-add {
    border: 0;
    border-radius: 999px;
    min-height: 2.6rem;
    padding: 0 1.05rem;
    font-weight: 900;
}

.calc-v15-btn.primary {
    background: #0a45ff;
    color: #ffffff;
}

.calc-v15-btn.secondary {
    background: rgba(255, 255, 255, 0.82);
    color: #07142f;
}

.calc-v15-form {
    display: grid;
    gap: 0.75rem;
    padding: 0.8rem;
    background: #ffffff;
}

.calc-v15-step {
    border: 1px solid rgba(181, 207, 221, 0.72);
    border-radius: 20px;
    padding: 1rem;
}

.calc-v15-step:nth-child(1) { background: #f0f8ff; }
.calc-v15-step:nth-child(2) { background: #fff9ed; }
.calc-v15-step:nth-child(3) { background: #f0fbf4; }
.calc-v15-step:nth-child(4) { background: #fff4ef; }

.calc-v15-tag {
    display: inline-flex;
    align-items: center;
    min-height: 1.45rem;
    border-radius: 999px;
    padding: 0 0.55rem;
    background: rgba(255, 255, 255, 0.8);
    color: #0a45ff;
    font-size: 0.74rem;
    font-weight: 950;
}

.calc-v15-title {
    margin-top: 0.3rem;
    color: #07142f;
    font-size: 1rem;
    font-weight: 900;
}

.calc-v15-row,
.calc-v15-peptide-row {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    margin-top: 0.75rem;
}

.calc-v15-row label,
.calc-v15-peptide-label {
    color: #07142f;
    font-weight: 850;
}

.calc-v15-peptide-label {
    display: flex;
    justify-content: space-between;
    gap: 0.45rem;
    align-items: center;
}

.calc-v15-row select,
.calc-v15-split {
    min-height: 2.8rem;
    border: 1px solid rgba(143, 174, 199, 0.5);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
}

.calc-v15-row select {
    width: 100%;
    min-width: 0;
    padding: 0 0.85rem;
    color: #07142f;
    font-weight: 800;
}

.calc-v15-split {
    display: grid;
    grid-template-columns: 1fr 76px;
    overflow: hidden;
}

.calc-v15-split input,
.calc-v15-split select {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #07142f;
    font-weight: 850;
    padding: 0 0.8rem;
}

.calc-v15-split select,
.calc-v15-unit-label {
    border-left: 1px solid rgba(143, 174, 199, 0.34);
}

.calc-v15-unit-label {
    display: grid;
    place-items: center;
    color: #245f8c;
    font-weight: 900;
}

.calc-v15-add {
    width: 100%;
    margin-top: 0.65rem;
    border: 1px dashed #d8bf80;
    background: rgba(255, 255, 255, 0.6);
    color: #7b6424;
}

.calc-v15-add:disabled {
    display: none;
}

.calc-v15-remove {
    display: inline-grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #ffe8e4;
    color: #b24f3f;
    font-weight: 900;
}

.calc-v15-disclaimer {
    margin: 1rem auto 0;
    color: #6a7a8d;
    text-align: center;
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .falling-product-layer {
        display: none;
    }

    .hero-product-video {
        left: -5% !important;
        top: 0 !important;
        width: 110% !important;
        height: 100% !important;
        min-height: 100% !important;
        transform: none !important;
    }

    .pepto-calc-shell {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    .pepto-calculator-v15 {
        padding-inline: 0.65rem;
    }

    .pepto-calc-shell,
    .calc-v15-card,
    .calc-v15-form,
    .calc-v15-result {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .calc-v15-card {
        border-radius: 18px;
    }

    .calc-v15-result-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 0.45rem;
    }

    .calc-v15-units {
        font-size: 1.25rem;
        white-space: normal;
    }

    .calc-v15-syringe-stage {
        min-height: 68px;
    }

    .calc-v15-syringe-body {
        height: 56px;
    }

    .calc-v15-row,
    .calc-v15-peptide-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.45rem;
    }

    .calc-v15-row label,
    .calc-v15-peptide-label,
    .calc-v15-split input,
    .calc-v15-split select,
    .calc-v15-unit-label {
        font-size: 0.82rem;
    }

    .calc-v15-split {
        grid-template-columns: 1fr 56px;
    }

    .calc-v15-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.55rem;
    }

    .calc-v15-btn,
    .calc-v15-add {
        width: 100%;
        padding-inline: 0.75rem;
        min-width: 0;
    }

    .calc-v15-marker-label {
        max-width: 84px;
        white-space: normal;
        text-align: center;
    }

    .calc-v15-summary,
    .calc-v15-result-line {
        overflow-wrap: anywhere;
    }

    main .amino-four-hero .guarantee-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Final smoke-test responsive guardrails */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
svg {
    max-width: 100%;
}

.amino-product-detail,
.product-grid,
.cart-layout,
.guest-checkout-layout,
.account-page,
.order-detail-grid,
.admin-shell,
.variant-table {
    min-width: 0;
}

.checkout-cart-box,
.detail-actions-row,
.detail-service-grid,
.product-card,
.cart-item,
.guest-order-summary,
.account-card,
.variant-row {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.checkout-cart-box *,
.cart-item *,
.account-card *,
.guest-checkout-page *,
.amino-detail-panel * {
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    .amino-product-detail,
    .cart-layout,
    .guest-checkout-layout,
    .order-detail-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100%;
    }

    .amino-detail-gallery,
    .amino-detail-panel,
    .cart-page,
    .guest-checkout-page,
    .account-page {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }

    .detail-actions-row,
    .product-card-actions,
    .cart-item,
    .summary-products article,
    .order-product-line {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
    }

    .detail-actions-row form,
    .detail-actions-row button,
    .detail-actions-row a,
    .product-card-actions form,
    .product-card-actions button,
    .product-card-actions a {
        width: 100%;
        min-width: 0;
    }

    .checkout-cart-box .cart-summary-row {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        gap: 0.75rem;
    }

    .product-category-nav {
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
    }

    .responsive-table {
        max-width: 100%;
        overflow-x: auto;
    }
}

/* Homepage visual-only final pass: clean hero layering and natural product rain. */
.site-header .nav-dropdown .dropdown-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
}

.site-header .nav-dropdown:hover .dropdown-panel,
.site-header .nav-dropdown:focus-within .dropdown-panel,
.site-header .nav-dropdown.is-open .dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

main .amino-four-hero {
    isolation: isolate !important;
    overflow: clip !important;
    background: #ffffff !important;
    grid-auto-rows: minmax(330px, auto) !important;
}

main .amino-four-hero .amino-hero-panel {
    position: relative !important;
    min-width: 0 !important;
}

main .amino-four-hero .hero-copy-panel {
    z-index: 12 !important;
    overflow: visible !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%) !important;
}

main .amino-four-hero .top-products-panel {
    z-index: 8 !important;
    overflow: visible !important;
    min-height: clamp(360px, 38vw, 520px) !important;
    background:
        radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.84), transparent 30%),
        linear-gradient(135deg, #eff9ff 0%, #e2efff 48%, #eee9ff 100%) !important;
}

main .amino-four-hero .top-products-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 34%),
        radial-gradient(circle at 68% 72%, rgba(64, 111, 176, 0.13), transparent 20%);
    pointer-events: none;
}

main .amino-four-hero .top-products-panel::after {
    display: none !important;
}

main .amino-four-hero .hero-cutout-stage,
main .amino-four-hero .hero-video-stage {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    overflow: visible !important;
    pointer-events: none !important;
}

main .amino-four-hero .hero-product-cutout {
    position: absolute !important;
    z-index: var(--hero-z, 4) !important;
    width: var(--hero-width, 30%) !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 30px 30px rgba(43, 65, 106, 0.2)) drop-shadow(0 8px 18px rgba(255, 255, 255, 0.58));
    transform: translate3d(0, 0, 0) rotate(var(--hero-rotate, 0deg)) scale(var(--hero-scale, 1));
    transform-origin: center center;
    animation: heroFloatDepth var(--hero-speed, 7s) ease-in-out infinite;
}

main .amino-four-hero .hero-product-cutout-1 {
    --hero-width: clamp(260px, 37vw, 560px);
    --hero-scale: 1.24;
    --hero-rotate: -24deg;
    --hero-speed: 8.2s;
    --hero-z: 8;
    left: -16% !important;
    bottom: -28% !important;
}

main .amino-four-hero .hero-product-cutout-2 {
    --hero-width: clamp(150px, 16vw, 255px);
    --hero-scale: 0.9;
    --hero-rotate: -8deg;
    --hero-speed: 10.4s;
    --hero-z: 4;
    left: 38% !important;
    top: 4% !important;
    opacity: 0.96;
    filter: blur(0.15px) drop-shadow(0 22px 24px rgba(43, 65, 106, 0.14));
}

main .amino-four-hero .hero-product-cutout-3 {
    --hero-width: clamp(150px, 17vw, 270px);
    --hero-scale: 1;
    --hero-rotate: 14deg;
    --hero-speed: 7.4s;
    --hero-z: 6;
    right: 20% !important;
    top: 28% !important;
}

main .amino-four-hero .hero-product-cutout-4 {
    --hero-width: clamp(130px, 14vw, 230px);
    --hero-scale: 0.84;
    --hero-rotate: 15deg;
    --hero-speed: 9.8s;
    --hero-z: 5;
    right: -3% !important;
    top: 43% !important;
    opacity: 0.9;
}

@keyframes heroFloatDepth {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -14px; }
}

.hero-video-stage {
    left: -12% !important;
    right: -8% !important;
    top: -15% !important;
    bottom: -14% !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    mix-blend-mode: normal !important;
}

.hero-product-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: contain !important;
    object-position: 45% 50% !important;
    background: transparent !important;
    filter: drop-shadow(0 34px 34px rgba(43, 65, 106, 0.2));
    transform: scale(1.16) rotate(-1deg) !important;
}

main .amino-four-hero .static-lower-product-panel {
    z-index: 6 !important;
    overflow: visible !important;
    background: linear-gradient(145deg, #f5ecff 0%, #fff6f3 100%) !important;
}

main .amino-four-hero .peptonomy-guarantee-panel {
    z-index: 10 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.falling-product-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 7 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    contain: layout paint style;
}

.falling-product {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: var(--fall-size, 92px) !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 18px !important;
    opacity: var(--fall-opacity, 0.72) !important;
    filter: blur(var(--fall-blur, 0px)) drop-shadow(0 24px 28px rgba(45, 72, 117, 0.18));
    transform: translate3d(var(--fall-x-start, 0vw), -28vh, 0) rotate(var(--fall-rotation-start, 0deg)) scale(1);
    animation: peptoProductRain var(--fall-duration, 14s) linear infinite !important;
    animation-delay: var(--fall-delay, -2s) !important;
    will-change: transform, opacity;
}

.falling-depth-back {
    z-index: 1;
}

.falling-depth-mid {
    z-index: 2;
}

.falling-depth-front {
    z-index: 3;
}

@keyframes peptoProductRain {
    0% {
        opacity: 0;
        transform: translate3d(var(--fall-x-start), -32vh, 0) rotate(var(--fall-rotation-start)) scale(0.96);
    }
    10% {
        opacity: var(--fall-opacity);
    }
    52% {
        transform: translate3d(var(--fall-x-mid), 48vh, 0) rotate(var(--fall-rotation-mid)) scale(1.02);
    }
    90% {
        opacity: var(--fall-opacity);
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--fall-x-end), 118vh, 0) rotate(var(--fall-rotation-end)) scale(1.08);
    }
}

@media (max-width: 1024px) {
    .falling-product:nth-child(n+11) {
        display: none !important;
    }
}

@media (max-width: 900px) {
    main .amino-four-hero {
        overflow: hidden !important;
        grid-auto-rows: auto !important;
    }

    main .amino-four-hero .top-products-panel {
        min-height: 330px !important;
        overflow: visible !important;
    }

    main .amino-four-hero .hero-copy-panel {
        z-index: 14 !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        --hero-width: clamp(210px, 58vw, 360px);
        left: -9% !important;
        bottom: -18% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        --hero-width: clamp(118px, 30vw, 190px);
        left: 36% !important;
        top: 4% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        --hero-width: clamp(118px, 31vw, 200px);
        right: 15% !important;
        top: 32% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        --hero-width: clamp(98px, 25vw, 165px);
        right: -1% !important;
        top: 48% !important;
    }

    .hero-video-stage {
        left: -6% !important;
        right: -6% !important;
        top: -7% !important;
        bottom: -7% !important;
    }

    .hero-product-video {
        object-fit: contain !important;
        transform: scale(1.04) !important;
    }

    .falling-product-layer {
        display: block !important;
        opacity: 0.72;
    }

    .falling-product:nth-child(n+7) {
        display: none !important;
    }

    .falling-product {
        width: calc(var(--fall-size, 92px) * 0.72) !important;
    }
}

@media (max-width: 620px) {
    main .amino-four-hero .top-products-panel {
        min-height: 285px !important;
    }

    .falling-product:nth-child(n+5) {
        display: none !important;
    }

    main .amino-four-hero .hero-product-cutout-1 {
        left: -14% !important;
        bottom: -14% !important;
    }

    main .amino-four-hero .hero-product-cutout-2 {
        left: 41% !important;
        top: 3% !important;
    }

    main .amino-four-hero .hero-product-cutout-3 {
        right: 12% !important;
        top: 34% !important;
    }

    main .amino-four-hero .hero-product-cutout-4 {
        right: -7% !important;
        top: 50% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    main .amino-four-hero .hero-product-cutout,
    .falling-product {
        animation: none !important;
    }

    .falling-product {
        opacity: 0.18 !important;
        transform: translate3d(var(--fall-x-mid, 50vw), 38vh, 0) rotate(var(--fall-rotation-mid, 0deg)) scale(0.92) !important;
    }
}

/* Homepage MP4 fallback: keep non-alpha videos neat inside the visual frame. */
.hero-video-stage-mp4 {
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #eff9ff 0%, #e2efff 50%, #eee9ff 100%) !important;
}

.hero-video-stage-mp4 .hero-product-video {
    inset: 4% !important;
    width: 92% !important;
    height: 92% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    transform: none !important;
    border-radius: 0 !important;
}

.hero-video-stage-webm {
    overflow: visible !important;
    background: transparent !important;
}

.falling-product-layer {
    z-index: 9 !important;
}

@media (max-width: 900px) {
    .hero-video-stage-mp4 .hero-product-video {
        inset: 6% !important;
        width: 88% !important;
        height: 88% !important;
    }
}

/* Pre-deploy final: header must stay in normal document flow on every page. */
html,
body {
    overflow-x: clip;
}

.pepto-topbar,
.promo-summer-bar,
.site-header,
.site-header.clean-header,
.clean-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
}

.site-header,
.site-header.clean-header,
.clean-header {
    z-index: 40 !important;
}

.pepto-topbar,
.promo-summer-bar {
    z-index: 41 !important;
}

main .amino-four-hero {
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr) !important;
    align-items: stretch !important;
    overflow: clip !important;
    max-width: 100vw !important;
}

main .amino-four-hero .hero-copy-panel {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-inline: clamp(2rem, 5vw, 4.5rem) !important;
}

main .amino-four-hero .hero-copy-panel h1,
main .amino-four-hero .hero-copy-panel p {
    max-width: 640px !important;
}

main .amino-four-hero .top-products-panel {
    overflow: visible !important;
    min-height: clamp(390px, 39vw, 560px) !important;
}

main .amino-four-hero .hero-cutout-stage,
main .amino-four-hero .hero-video-stage-webm {
    overflow: visible !important;
}

main .amino-four-hero .hero-video-stage-webm .hero-product-video {
    object-fit: contain !important;
    transform: scale(1.18) !important;
    filter: drop-shadow(0 34px 34px rgba(43, 65, 106, 0.2)) drop-shadow(0 8px 18px rgba(255,255,255,0.42));
}

main .amino-four-hero .hero-video-stage-mp4 {
    overflow: hidden !important;
}

@media (max-width: 900px) {
    main .amino-four-hero {
        grid-template-columns: minmax(0, 1fr) !important;
        overflow: hidden !important;
    }

    main .amino-four-hero .hero-copy-panel {
        min-height: 310px !important;
        padding-inline: clamp(1rem, 6vw, 2rem) !important;
    }

    main .amino-four-hero .top-products-panel {
        min-height: 310px !important;
    }

    main .amino-four-hero .hero-video-stage-webm .hero-product-video {
        transform: scale(1.04) !important;
    }
}

@media (max-width: 620px) {
    main .amino-four-hero .top-products-panel {
        min-height: 280px !important;
    }
}

/* Pre-deploy hero CTA size correction. */
main .amino-four-hero .hero-copy-panel .button,
main .amino-four-hero .hero-copy-panel .button-coral {
    width: fit-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-inline: 1.7rem !important;
}

@media (max-width: 620px) {
    main .amino-four-hero .hero-copy-panel .button,
    main .amino-four-hero .hero-copy-panel .button-coral {
        width: fit-content !important;
        padding-inline: 1.45rem !important;
    }
}

/* Latest client request: keep top announcement and navbar visible while scrolling. */
:root {
    --pepto-topbar-height: 49px;
}

.pepto-topbar,
.promo-summer-bar {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
}

.site-header,
.site-header.clean-header,
.clean-header {
    position: sticky !important;
    top: var(--pepto-topbar-height) !important;
    z-index: 119 !important;
}

body:not(:has(.pepto-topbar)) .site-header,
body:not(:has(.promo-summer-bar)) .site-header,
body:not(:has(.pepto-topbar)) .clean-header,
body:not(:has(.promo-summer-bar)) .clean-header {
    top: 0 !important;
}

@media (max-width: 700px) {
    :root {
        --pepto-topbar-height: 42px;
    }
}
/* Latest public navbar lock: keep website menu visible on every public page. */
:root {
    --public-topbar-height: 0px;
    --public-navbar-height: 70px;
}

body:has(.pepto-topbar) {
    --public-topbar-height: 49px;
}

.pepto-topbar,
.promo-summer-bar {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 300 !important;
}

.site-header,
.site-header.clean-header,
.clean-header {
    position: fixed !important;
    inset: var(--public-topbar-height) 0 auto 0 !important;
    z-index: 299 !important;
}

body:has(.site-header) main {
    padding-top: calc(var(--public-topbar-height) + var(--public-navbar-height)) !important;
}

body:has(.site-header) .cart-drawer,
body:has(.site-header) .cart-drawer-overlay {
    top: calc(var(--public-topbar-height) + var(--public-navbar-height)) !important;
}

@media (max-width: 700px) {
    :root {
        --public-navbar-height: 68px;
    }

    body:has(.pepto-topbar) {
        --public-topbar-height: 42px;
    }
}
/* Final pre-deploy: public announcement and navbar must not stick to viewport. */
.pepto-topbar,
.promo-summer-bar,
.site-header,
.site-header.clean-header,
.clean-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: none !important;
}

body:has(.site-header) main {
    padding-top: 0 !important;
}

body:has(.site-header) .cart-drawer,
body:has(.site-header) .cart-drawer-overlay {
    top: 0 !important;
}

body,
main,
.site-header,
.pepto-topbar {
    max-width: 100%;
}

/* Final pre-deploy mobile public navigation visibility. */
@media (max-width: 900px) {
    .site-header.clean-header,
    .clean-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1rem !important;
        padding: 0.9rem 1rem !important;
        min-height: 66px !important;
        overflow: visible !important;
    }

    .clean-header .brand,
    .site-header .brand {
        min-width: 0 !important;
        flex: 0 1 auto !important;
    }

    .clean-header .brand-wordmark,
    .site-header .brand-wordmark {
        width: auto !important;
        max-width: 150px !important;
        max-height: 40px !important;
        object-fit: contain !important;
    }

    .site-header .menu-toggle,
    .clean-header .menu-toggle {
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        display: inline-flex !important;
        flex: 0 0 2.7rem !important;
        margin-left: auto !important;
    }

    .site-header .site-actions,
    .clean-header .site-actions {
        display: none !important;
    }
}

/* Final pre-deploy: keep mobile header controls inside the viewport. */
@media (max-width: 900px) {
    .site-header.clean-header,
    .clean-header {
        position: relative !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding-right: 4.6rem !important;
        box-sizing: border-box !important;
    }

    .site-header .menu-toggle,
    .clean-header .menu-toggle {
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 500 !important;
        border: 1px solid #dbe6f6 !important;
        background: #ffffff !important;
    }
}

@media (max-width: 900px) {
    .site-header .menu-toggle,
    .clean-header .menu-toggle {
        min-width: 4.9rem !important;
        width: 4.9rem !important;
        gap: 0.16rem !important;
    }

    .site-header .menu-toggle-label,
    .clean-header .menu-toggle-label {
        display: block !important;
        color: #0a45ff !important;
        font-size: 0.62rem !important;
        line-height: 1 !important;
        font-weight: 900 !important;
    }
}

@media (min-width: 901px) {
    .menu-toggle-label {
        display: none !important;
    }
}

/* Isolated mobile trigger: intentionally avoids legacy .menu-toggle rules. */
.mobile-menu-button {
    display: none;
}

@media (max-width: 900px) {
    .site-header.clean-header {
        position: relative !important;
        padding-right: 4.75rem !important;
    }

    .mobile-menu-button {
        display: flex !important;
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 2.75rem !important;
        min-width: 2.75rem !important;
        height: 2.75rem !important;
        padding: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.25rem !important;
        border: 1px solid #dbe6f6 !important;
        border-radius: 999px !important;
        background: #fff !important;
        z-index: 1000 !important;
        cursor: pointer;
    }

    .mobile-menu-button > span {
        display: block !important;
        width: 1.15rem !important;
        height: 2px !important;
        margin: 0 !important;
        flex: 0 0 2px !important;
        border-radius: 999px !important;
        background: #0a45ff !important;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .mobile-menu-button.is-open > span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .mobile-menu-button.is-open > span:nth-child(2) {
        opacity: 0 !important;
    }

.mobile-menu-button.is-open > span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
}

/* Keep the mobile catalog dense and easy to scan. */
@media (max-width: 700px) {
    .product-grid,
    #featured .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.7rem !important;
    }

    .product-card {
        min-width: 0;
    }

    .product-card img,
    .product-card .product-image,
    .product-card-media {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .product-card h3,
    .product-card-title {
        font-size: 0.9rem !important;
        line-height: 1.25;
    }

    .product-card p,
    .product-card-copy {
        font-size: 0.76rem;
    }

    .product-card .button,
    .product-card button {
        width: 100%;
        min-width: 0;
        padding-inline: 0.55rem;
        font-size: 0.75rem;
    }

    .category-filter,
    .shop-categories {
        overflow-x: auto;
        flex-wrap: nowrap !important;
        scrollbar-width: thin;
    }
}

@media (min-width: 701px) and (max-width: 1050px) {
    .product-grid,
    #featured .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.product-search-bar {
    display: grid;
    gap: 0.45rem;
    width: min(100%, 620px);
    margin-top: 1.3rem;
}

.product-search-bar > label {
    font-size: 0.82rem;
    font-weight: 800;
}

.product-search-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
}

.product-search-control input {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 1px solid #dbe6f6;
    border-radius: 8px;
    padding: 0.75rem 0.9rem;
    background: #fff;
}

.product-search-control button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 0.7rem 1.1rem;
    background: #07142f;
    color: #fff;
    font-weight: 800;
}

.product-result-count {
    margin-top: 0.7rem;
    color: #65748b;
    font-size: 0.84rem;
}

@media (max-width: 700px) {
    .product-search-bar {
        width: 100%;
    }

    .product-search-control {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-search-control button {
        width: 100%;
    }
}

/* Production revision cascade lock. */
.pepto-announcement { position: relative !important; inset: auto !important; }
.site-header,
.site-header.clean-header,
.clean-header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    z-index: 120 !important;
    transform: none !important;
}
body:has(.site-header) main { padding-top: 0 !important; }
.site-header .brand-wordmark {
    width: auto !important;
    height: clamp(30px, 2.6vw, 38px) !important;
    max-width: 180px !important;
    object-fit: contain !important;
}
.pepto-footer .footer-wordmark {
    width: auto !important;
    height: clamp(36px, 3.2vw, 48px) !important;
    max-width: 210px !important;
    object-fit: contain !important;
}
.customer-login-page {
    min-height: calc(100vh - 70px) !important;
    display: grid !important;
    place-items: center !important;
    padding: clamp(2rem, 7vw, 5rem) 1rem !important;
}
.customer-login-card {
    width: min(100%, 490px) !important;
    max-width: 490px !important;
    padding: clamp(1.5rem, 4vw, 2.25rem) !important;
    border-radius: 8px !important;
}
.customer-login-card h1 {
    font-size: clamp(1.75rem, 4vw, 2.35rem) !important;
    line-height: 1.08 !important;
}
@media (max-width: 700px) {
    .site-header,
    .site-header.clean-header,
    .clean-header { position: sticky !important; top: 0 !important; inset: auto !important; }
    .site-header .brand-wordmark { height: clamp(26px, 8vw, 34px) !important; max-width: 160px !important; }
    main .amino-four-hero .peptonomy-guarantee-panel { overflow: hidden !important; isolation: isolate !important; }
    main .amino-four-hero .peptonomy-guarantee-panel::before {
        left: -1rem !important;
        top: -0.85rem !important;
        width: 4.25rem !important;
        height: 4.25rem !important;
        opacity: 0.55 !important;
        z-index: -1 !important;
    }
    .customer-login-page {
        width: 100% !important;
        max-width: 100vw !important;
        padding: 1.5rem 0.8rem !important;
    }
    .customer-login-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: calc(100vw - 1.6rem) !important;
        overflow: hidden !important;
    }
    .customer-login-card label,
    .customer-login-card input,
    .customer-login-card .button,
    .customer-login-card p {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    main .amino-four-hero .hero-copy-panel h1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(1.38rem, 6.1vw, 1.55rem) !important;
        line-height: 1.08 !important;
        overflow-wrap: normal !important;
    }
    main .amino-four-hero .hero-copy-panel h1 > span {
        display: block !important;
        width: 100% !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 900px) {
    .site-header.clean-header {
        width: 100% !important;
        max-width: 100vw !important;
        min-height: 66px !important;
        padding: 0.75rem 0.85rem !important;
        overflow: visible !important;
    }
    .site-header .mobile-menu-button {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        flex: 0 0 2.75rem !important;
        margin-left: auto !important;
        z-index: 1000 !important;
        width: 2.75rem !important;
        min-width: 2.75rem !important;
        height: 2.75rem !important;
        border: 1px solid #dbe6f6 !important;
        border-radius: 999px !important;
        background: #fff !important;
    }
    .site-header .mobile-menu-button > span {
        display: block !important;
        width: 1.15rem !important;
        height: 2px !important;
        background: #07142f !important;
    }
}

/* Latest review cascade lock. */
:root { --public-navbar-height: 82px; }
.site-header,
.site-header.clean-header,
.clean-header {
    position: fixed !important;
    top: 0;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    inset: auto 0 auto 0 !important;
    width: 100% !important;
    min-height: 82px !important;
    height: 82px !important;
    padding: 0.85rem clamp(1.25rem, 5vw, 5rem) !important;
    display: flex !important;
    align-items: center !important;
    z-index: 130 !important;
    transform: none !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 8px 26px rgba(9,31,67,.07) !important;
}
body:has(.site-header) main { padding-top: var(--public-navbar-height) !important; }
.site-header .brand-wordmark { width: auto !important; height: clamp(38px, 3vw, 44px) !important; max-width: 210px !important; object-fit: contain !important; }
.site-header .site-nav { gap: clamp(1.3rem, 2.5vw, 2.5rem) !important; }
.site-header .site-nav a,
.site-header .nav-parent,
.site-header .auth-link { font-size: 0.96rem !important; font-weight: 650 !important; }
.site-header .cart-icon-link { width: 44px !important; height: 44px !important; }
@media (max-width: 900px) {
    :root { --public-navbar-height: 66px; }
    .site-header,
    .site-header.clean-header,
    .clean-header { min-height: 66px !important; height: 66px !important; padding: 0.65rem 0.85rem !important; }
    .site-header .brand { order: 1; }
    .site-header .site-actions { order: 2; display: flex !important; margin-left: auto !important; }
    .site-header .site-actions .auth-link,
    .site-header .site-actions form { display: none !important; }
    .site-header .cart-icon-link { width: 40px !important; height: 40px !important; }
    .site-header .mobile-menu-button { order: 3; position: static !important; margin-left: 0.35rem !important; transform: none !important; }
    .site-header .brand-wordmark { height: clamp(30px, 8vw, 36px) !important; max-width: 180px !important; }
}

/* Final PDF revision cascade lock. */
:root { --accent-pastel-blue: #2456c7; }
.announcement-marquee { width: 0 !important; min-width: 0 !important; flex: 1 1 auto !important; overflow: hidden !important; }
.announcement-track {
    display: flex !important;
    width: max-content !important;
    animation: peptonomySeamlessTicker var(--ticker-duration, 22s) linear infinite !important;
    will-change: transform;
}
.announcement-sequence { display: flex !important; flex: 0 0 auto !important; align-items: center; }
.announcement-sequence > span { flex: 0 0 auto; padding-right: clamp(2.5rem, 5vw, 5rem) !important; color: #fff; font-size: 0.82rem; font-weight: 650; letter-spacing: 0.3px; white-space: nowrap; }
@keyframes peptonomySeamlessTicker { to { transform: translateX(calc(-1 * var(--ticker-distance, 50%))); } }
.announcement-static-feature { position: relative; z-index: 2; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.48rem; white-space: nowrap; }
.announcement-feature-label,
.announcement-timer small { color: rgba(255,255,255,.72) !important; font-size: 0.64rem !important; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; }
.announcement-code { margin-left: 0 !important; background: #dbeeff !important; border-color: rgba(255,255,255,.65) !important; color: #092653 !important; }
.section-heading > .eyebrow,
.bestsellers-heading > .eyebrow,
.home-lab-proof .eyebrow,
.home-calculator-cta .eyebrow,
.amino-connect-section .eyebrow,
.page-hero .eyebrow { color: var(--accent-pastel-blue) !important; }
.pepto-footer .footer-wordmark { width: auto !important; height: auto !important; max-width: 220px !important; max-height: 60px !important; object-fit: contain !important; filter: brightness(0) invert(1) !important; }
@media (max-width: 900px) {
    .announcement-feature-label { display: none; }
    .announcement-sequence > span { padding-right: 2.5rem !important; font-size: 0.74rem; }
}
@media (max-width: 430px) {
    .pepto-footer .footer-wordmark { max-width: min(200px, 72vw) !important; max-height: 54px !important; }
}
@media (prefers-reduced-motion: reduce) {
    .announcement-track { animation: none !important; transform: none !important; }
}

/* Product Rain is clipped to the Lab Reports visual only. */
main .home-lab-proof { position: relative !important; overflow: hidden !important; isolation: isolate; }
main .home-lab-proof .falling-product-layer {
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    contain: layout paint style;
    z-index: 0;
}
main .home-lab-proof .lab-proof-copy { position: relative; z-index: 1; }
main .home-lab-proof .falling-product {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: var(--fall-size, 92px) !important;
    height: auto !important;
    border-radius: 18px !important;
    opacity: 0;
    transform: translate3d(var(--fall-x-start, 50vw), -180px, 0) rotate(var(--fall-rotation-start, 0deg));
    animation: peptonomyVerticalRain var(--fall-duration, 14s) linear infinite !important;
    animation-delay: var(--fall-delay, -2s) !important;
    will-change: transform, opacity;
}
@keyframes peptonomyVerticalRain {
    0% { opacity: 0; transform: translate3d(var(--fall-x-start), -180px, 0) rotate(var(--fall-rotation-start)); }
    5% { opacity: var(--fall-opacity, .72); }
    50% { opacity: var(--fall-opacity, .72); transform: translate3d(var(--fall-x-mid), calc(var(--rain-travel, 1200px) * .5), 0) rotate(var(--fall-rotation-mid)); }
    94% { opacity: var(--fall-opacity, .72); }
    100% { opacity: 0; transform: translate3d(var(--fall-x-end), var(--rain-travel, 1200px), 0) rotate(var(--fall-rotation-end)); }
}
@media (max-width: 1024px) {
    main .home-lab-proof .falling-product:nth-child(n+11) { display: none !important; }
}
@media (max-width: 620px) {
    main .home-lab-proof .falling-product { width: calc(var(--fall-size, 92px) * .68) !important; border-radius: 12px !important; }
    main .home-lab-proof .falling-product:nth-child(n+7) { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
    main .home-lab-proof .falling-product { animation: none !important; opacity: .16 !important; }
    main .home-lab-proof .falling-product:nth-child(n+5) { display: none !important; }
}

/* Uploaded brand artwork must remain clearly legible in both navigation areas. */
.site-header .brand {
    flex: 0 0 auto !important;
    min-width: 250px !important;
}
.site-header,
.site-header.clean-header,
.clean-header { box-sizing: border-box !important; }
.site-header .brand-wordmark {
    width: 250px !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: 54px !important;
    display: block !important;
    object-fit: contain !important;
}
.pepto-footer .brand,
.pepto-footer .footer-brand-block {
    overflow: visible !important;
}
.pepto-footer .footer-wordmark,
.pepto-footer .brand-wordmark.footer-wordmark {
    width: 300px !important;
    height: auto !important;
    max-width: min(300px, 100%) !important;
    max-height: 78px !important;
    display: block !important;
    object-fit: contain !important;
}
@media (max-width: 900px) {
    .site-header .brand { min-width: 185px !important; }
    .site-header .brand-wordmark {
        width: 185px !important;
        max-width: 185px !important;
        max-height: 42px !important;
    }
    .site-header .site-actions {
        display: flex !important;
        width: auto !important;
        justify-content: flex-end !important;
        position: absolute !important;
        right: 4.15rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        z-index: 1001 !important;
    }
    .site-header .mobile-menu-button {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        right: 0.75rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        z-index: 1002 !important;
    }
}
@media (max-width: 390px) {
    .site-header .brand { min-width: clamp(185px, 52vw, 205px) !important; }
    .site-header .brand-wordmark { width: clamp(185px, 52vw, 205px) !important; max-width: 205px !important; }
    .pepto-footer .footer-wordmark,
    .pepto-footer .brand-wordmark.footer-wordmark { width: min(270px, 82vw) !important; }
}

/* iOS Safari can composite transparent video frames as black; retain the Hero with static cutouts. */
.hero-safari-fallback { display: none; }
@supports (-webkit-touch-callout: none) {
    main .amino-four-hero .hero-video-stage {
        background: transparent !important;
        isolation: isolate;
    }
    main .amino-four-hero .hero-video-stage .hero-product-video { display: none !important; }
    main .amino-four-hero .hero-safari-fallback {
        position: absolute;
        inset: 0;
        display: block;
        overflow: hidden;
        background: transparent;
    }
    main .amino-four-hero .hero-safari-poster {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
    main .amino-four-hero .hero-safari-cutout {
        position: absolute;
        display: block;
        width: clamp(82px, 17vw, 220px);
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 22px 22px rgba(30, 58, 104, .18));
    }
    main .amino-four-hero .hero-safari-cutout-1 { left: 5%; bottom: 3%; transform: rotate(-18deg) scale(1.12); }
    main .amino-four-hero .hero-safari-cutout-2 { left: 32%; top: 7%; transform: rotate(7deg) scale(.82); }
    main .amino-four-hero .hero-safari-cutout-3 { right: 25%; bottom: 13%; transform: rotate(14deg) scale(.94); }
    main .amino-four-hero .hero-safari-cutout-4 { right: 4%; top: 20%; transform: rotate(11deg) scale(.8); }
}

/* Public catalog: explicit tracks keep a one-product result at normal card width. */
.catalog-hero,
.catalog-product-grid {
    width: min(100% - 2rem, 1320px) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
}
.catalog-hero {
    padding-inline: 0 !important;
}
.catalog-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: clamp(1rem, 1.7vw, 1.4rem) !important;
    padding: 0 0 clamp(3rem, 6vw, 5rem) !important;
}
.catalog-product-grid .product-card.amino-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    border: 1px solid #e3eaf6 !important;
    border-radius: 8px !important;
}
.catalog-product-grid .amino-product-card .product-image {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
}
.catalog-product-grid .amino-product-card .product-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: clamp(0.75rem, 1.5vw, 1.35rem) !important;
    object-fit: contain !important;
    object-position: center !important;
}
@media (min-width: 701px) and (max-width: 1050px) {
    .catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 700px) {
    .catalog-hero,
    .catalog-product-grid { width: calc(100% - 1rem) !important; }
    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.65rem !important;
        overflow: hidden !important;
    }
    .catalog-product-grid .amino-product-card .product-body { padding: 0.7rem !important; gap: 0.6rem !important; }
    .catalog-product-grid .product-copy-row h2 { font-size: 0.9rem !important; overflow-wrap: anywhere; }
    .catalog-product-grid .amino-product-card .product-category { font-size: 0.68rem !important; }
    .catalog-product-grid .amino-store-meta { font-size: 0.72rem !important; gap: 0.35rem !important; }
    .catalog-product-grid .amino-store-meta strong { font-size: 0.84rem !important; }
}

/* Square uploaded canvases receive internal scaling inside a stable logo viewport. */
.site-header .brand:has(.has-padded-canvas),
.pepto-footer .brand:has(.has-padded-canvas) {
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.site-header .brand-wordmark.has-padded-canvas,
.pepto-footer .footer-wordmark.has-padded-canvas {
    transform: scale(3.1) !important;
    transform-origin: center !important;
}

/* Researcher verification is an isolated pre-entry surface. */
.researcher-gate-body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    color: #071735;
    background: linear-gradient(135deg, #f4f1ff 0%, #f1fff8 46%, #eaf3ff 100%);
    font-family: Inter, sans-serif;
}
.researcher-gate-shell {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 6.5rem 1.5rem 3rem;
    width: 100%;
    max-width: 100vw;
}
.researcher-gate-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(255,255,255,.5), transparent 35% 65%, rgba(255,255,255,.4));
}
.researcher-gate-brand {
    position: absolute;
    top: 1.6rem;
    left: 50%;
    width: min(220px, 52vw);
    height: 58px;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    overflow: hidden;
    z-index: 3;
}
.researcher-gate-brand img { width: 100%; height: 100%; object-fit: contain; }
.researcher-gate-brand.has-padded-logo img { transform: scale(3.1); }
.researcher-gate-brand strong { color: #1554ff; font-size: 1.4rem; }
.researcher-gate-products { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.researcher-gate-product {
    position: absolute;
    width: clamp(105px, 12vw, 180px);
    height: clamp(150px, 20vw, 270px);
    object-fit: contain;
    filter: drop-shadow(0 24px 24px rgba(27, 70, 128, .16));
    opacity: .72;
}
.researcher-gate-product-1 { left: 3%; top: 11%; transform: rotate(-14deg); }
.researcher-gate-product-2 { right: 4%; top: 8%; transform: rotate(12deg) scale(.82); }
.researcher-gate-product-3 { left: 7%; bottom: 2%; transform: rotate(17deg) scale(.78); }
.researcher-gate-product-4 { right: 6%; bottom: 1%; transform: rotate(-11deg); }
.researcher-gate-card {
    width: min(100%, 700px);
    min-width: 0;
    max-width: 700px;
    box-sizing: border-box;
    padding: clamp(2rem, 4vw, 3.25rem);
    border: 1px solid rgba(108, 137, 188, .2);
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 26px 70px rgba(39, 68, 119, .16);
    backdrop-filter: blur(14px);
}
.researcher-gate-card > *,
.researcher-gate-card form,
.researcher-confirmation > span:last-child { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.researcher-gate-eyebrow { color: #1554ff; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.researcher-gate-card h1 { margin: .65rem 0 .85rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: 0; }
.researcher-gate-intro { max-width: 600px; margin: 0; color: #40516f; font-size: 1.02rem; line-height: 1.65; }
.researcher-gate-prompt { margin: .5rem 0 1.4rem; color: #40516f; font-size: .92rem; }
.researcher-confirmation {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: .85rem;
    margin-top: .75rem;
    padding: 1rem;
    border: 1px solid #d9e3f2;
    border-radius: 8px;
    background: #f9fbff;
    color: #152746;
    font-size: .9rem;
    line-height: 1.48;
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.researcher-confirmation input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.researcher-checkbox { width: 22px; height: 22px; border: 2px solid #9aaac2; border-radius: 5px; background: #fff; display: grid; place-items: center; }
.researcher-checkbox svg { width: 17px; fill: none; stroke: #fff; stroke-width: 2.5; opacity: 0; }
.researcher-confirmation:has(input:checked) { border-color: #6194ff; background: #f0f6ff; box-shadow: 0 0 0 2px rgba(21,84,255,.08); }
.researcher-confirmation input:checked + .researcher-checkbox { border-color: #1554ff; background: #1554ff; }
.researcher-confirmation input:checked + .researcher-checkbox svg { opacity: 1; }
.researcher-confirmation:has(input:focus-visible) { outline: 3px solid rgba(21,84,255,.25); outline-offset: 2px; }
.researcher-confirmation.has-error { border-color: #d24b5a; }
.researcher-enter-button {
    width: 100%; min-height: 52px; margin-top: 1.15rem; border: 0; border-radius: 8px;
    color: #fff; background: #071735; font: inherit; font-weight: 800; cursor: pointer;
    transition: opacity .2s, transform .2s;
}
.researcher-enter-button:not(:disabled):hover { transform: translateY(-1px); }
.researcher-enter-button:disabled { opacity: .38; cursor: not-allowed; }
.researcher-gate-disclaimer { margin: 1.15rem 0 .3rem; color: #64738c; font-size: .75rem; line-height: 1.55; }
.researcher-disclaimer-link { color: #1554ff; font-size: .75rem; font-weight: 700; }
.home-lab-proof .falling-product-pen { --rain-product-scale: .68; }
main .home-lab-proof .falling-product { width: calc(var(--fall-size, 92px) * var(--rain-product-scale, 1)) !important; }
@media (max-width: 700px) {
    .researcher-gate-shell { align-items: start; padding: 5.7rem .75rem 1.25rem; }
    .researcher-gate-brand { top: .9rem; height: 48px; width: min(190px, 54vw); }
    .researcher-gate-card { width: 100%; max-width: calc(100vw - 1.5rem); padding: 1.45rem 1rem; }
    .researcher-gate-card h1 { font-size: clamp(1.8rem, 9vw, 2.35rem); }
    .researcher-gate-intro { font-size: .9rem; line-height: 1.55; }
    .researcher-confirmation { padding: .85rem; gap: .7rem; font-size: .8rem; }
    .researcher-gate-product { opacity: .16; width: 105px; height: 160px; }
    .researcher-gate-product-1 { left: -35px; top: 4%; }
    .researcher-gate-product-2 { right: -38px; top: 25%; }
    .researcher-gate-product-3 { left: -42px; bottom: 2%; }
    .researcher-gate-product-4 { right: -42px; bottom: 0; }
    main .home-lab-proof .falling-product { width: calc(var(--fall-size, 92px) * var(--rain-product-scale, 1) * .68) !important; }
}

/* Compact verification modal over the real storefront. */
body.verification-overlay-active {
    height: 100vh;
    overflow: hidden;
}
.verification-overlay-active > .pepto-announcement,
.verification-overlay-active > .site-header,
.verification-overlay-active > main,
.verification-overlay-active > .pepto-footer {
    pointer-events: none !important;
    user-select: none;
    filter: blur(5px) saturate(.72);
}
.verification-overlay-active > main * { animation-play-state: paused !important; }
.researcher-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    padding: 1.25rem;
    overflow: hidden;
    background: rgba(7, 23, 53, .42);
    backdrop-filter: blur(2px);
}
.researcher-gate-overlay .researcher-gate-card {
    width: min(100%, 520px);
    max-width: 520px;
    max-height: calc(100dvh - 2.5rem);
    overflow-y: auto;
    padding: 1.55rem 1.65rem 1.35rem;
    border: 1px solid rgba(190, 207, 235, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 70px rgba(4, 18, 44, .3);
    backdrop-filter: blur(16px);
    scrollbar-width: thin;
}
.researcher-gate-overlay .researcher-gate-brand {
    position: relative;
    inset: auto;
    width: 158px;
    height: 38px;
    margin: 0 auto .75rem;
    transform: none;
}
.researcher-gate-overlay .researcher-gate-brand.has-padded-logo img { transform: scale(3.1); }
.researcher-gate-overlay .researcher-gate-eyebrow { display: block; margin-bottom: .35rem; font-size: .68rem; }
.researcher-gate-overlay .researcher-gate-card h1 {
    margin: 0 0 .55rem;
    font-size: clamp(2rem, 3vw, 2.35rem);
    line-height: 1.08;
}
.researcher-gate-overlay .researcher-gate-intro { margin: 0 0 .85rem; font-size: .86rem; line-height: 1.48; }
.researcher-gate-overlay .researcher-confirmation {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: .68rem;
    margin-top: .55rem;
    padding: .72rem .78rem;
    font-size: .77rem;
    line-height: 1.4;
}
.researcher-gate-overlay .researcher-checkbox { width: 19px; height: 19px; }
.researcher-gate-overlay .researcher-enter-button { min-height: 44px; margin-top: .75rem; font-size: .85rem; }
.researcher-gate-overlay .researcher-gate-disclaimer { margin: .7rem 0 .15rem; font-size: .66rem; line-height: 1.42; }
.researcher-gate-overlay .researcher-disclaimer-link { font-size: .68rem; }
@media (max-width: 700px) {
    .researcher-gate-overlay { align-items: center; padding: 1rem; }
    .researcher-gate-overlay .researcher-gate-card {
        width: 100%;
        max-width: calc(100vw - 2rem);
        max-height: calc(100dvh - 2rem);
        padding: 1.25rem 1rem 1.05rem;
    }
    .researcher-gate-overlay .researcher-gate-brand { width: 142px; height: 34px; margin-bottom: .55rem; }
    .researcher-gate-overlay .researcher-gate-card h1 { font-size: clamp(1.75rem, 8vw, 2rem); }
    .researcher-gate-overlay .researcher-gate-intro { font-size: .79rem; }
    .researcher-gate-overlay .researcher-confirmation { padding: .68rem; font-size: .73rem; }
}
@media (max-height: 650px) {
    .researcher-gate-overlay { align-items: start; padding-block: .75rem; }
    .researcher-gate-overlay .researcher-gate-card { max-height: calc(100dvh - 1.5rem); }
}

.checkout-three-col { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: .75rem; }
.address-search-label { position: relative; }
.address-suggestions { position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 30; max-height: 240px; overflow-y: auto; border: 1px solid #dbe5f4; border-radius: 7px; background: #fff; box-shadow: 0 16px 34px rgba(7,20,47,.16); }
.address-suggestions button { display: block; width: 100%; border: 0; border-bottom: 1px solid #edf1f7; padding: .75rem; background: #fff; color: #102149; text-align: left; cursor: pointer; }
.address-suggestions button:hover,
.address-suggestions button:focus-visible { background: #eef4ff; outline: 2px solid #2456c7; outline-offset: -2px; }
.cart-promo-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .5rem; }
.cart-promo-form input { min-width: 0; border: 1px solid #dce5f2; border-radius: 7px; padding: .7rem; }
.cart-promo-form button { border: 0; border-radius: 7px; padding: .65rem .8rem; background: #1554ff; color: #fff; font-weight: 800; }
@media (max-width: 700px) { .checkout-three-col { grid-template-columns: minmax(0,1fr); } }
.detail-quantity-control{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;font-weight:700}.detail-quantity-control>div{display:grid;grid-template-columns:36px 52px 36px;height:38px;border:1px solid #dbe3f0;border-radius:8px;overflow:hidden}.detail-quantity-control button{border:0;background:#f5f8fc;color:#071733;font-size:18px;cursor:pointer}.detail-quantity-control input{width:100%;border:0;border-inline:1px solid #dbe3f0;text-align:center;font:inherit;appearance:textfield}.detail-quantity-control input::-webkit-inner-spin-button{appearance:none}

/* Client PDF revision pass: shared accents, surfaces, cart drawer, and branding. */
:root {
    --pepto-soft-blue: #79a9e6;
    --pepto-card-radius: 12px;
}
.section-heading > .eyebrow,
.bestsellers-heading > .eyebrow,
.home-lab-proof .eyebrow,
.home-calculator-cta .eyebrow,
.amino-connect-section .eyebrow,
.catalog-hero > .eyebrow,
.catalog-hero > p,
.catalog-hero .product-result-count { color: var(--pepto-soft-blue) !important; }
.page-hero .eyebrow,
.calculator-mini-card > span,
.calculator-mini-card > small { color: var(--pepto-soft-blue) !important; }
.amino-connect-hero h2 {
    max-width: 930px !important;
    font-size: clamp(1.65rem, 3.2vw, 3rem) !important;
    line-height: 1.04 !important;
}
main .amino-four-hero .guarantee-card,
.home-lab-proof .lab-proof-metrics strong,
.calculator-cta-card,
.amino-connect-band,
.lab-report-card,
.lab-report-item,
.home-lab-proof,
.products-empty { border-radius: var(--pepto-card-radius) !important; }
main .amino-four-hero .guarantee-icon {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid color-mix(in srgb, currentColor 28%, transparent) !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.56), 0 7px 16px rgba(35,73,136,.08) !important;
}
main .amino-four-hero .guarantee-icon svg {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.8 !important;
}
main:has(.catalog-hero) { width: 100%; background: #fff; }
.catalog-hero,
.catalog-product-grid { background: #fff !important; }
.cart-drawer-overlay {
    inset: 0 !important;
    z-index: 6000 !important;
    background: rgba(5,17,40,.58) !important;
    backdrop-filter: blur(2px);
}
.cart-drawer {
    inset: 0 0 0 auto !important;
    z-index: 6010 !important;
    width: min(480px, 100vw) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
}
.cart-drawer:focus { outline: none; }
.pepto-footer .footer-brand-block .brand {
    display: block !important;
    width: min(100%, 310px) !important;
    height: 74px !important;
    overflow: visible !important;
}
.pepto-footer .footer-wordmark.has-padded-canvas {
    transform: scale(3.05) !important;
    transform-origin: left center !important;
}
@media (max-width: 700px) {
    .amino-connect-hero h2 {
        font-size: clamp(1.45rem, 7vw, 2rem) !important;
        line-height: 1.08 !important;
    }
    .cart-drawer { width: min(100vw, 430px) !important; }
    .drawer-item { grid-template-columns: 68px minmax(0,1fr) auto !important; }
    .drawer-item-image { width: 68px !important; height: 68px !important; }
    .pepto-footer .footer-brand-block .brand { width: min(82vw, 290px) !important; }
}

/* Final client visual pass: native icon family, footer alignment, and rain curve. */
main .amino-four-hero .guarantee-card::before,
main .amino-four-hero .guarantee-card::after {
    content: none !important;
    display: none !important;
}
main .amino-four-hero .guarantee-icon {
    display: grid !important;
    flex: 0 0 42px !important;
    place-items: center !important;
    padding: 0 !important;
    overflow: visible !important;
}
main .amino-four-hero .guarantee-icon svg {
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}
.pepto-footer-main {
    grid-template-columns: minmax(440px, 1.65fr) minmax(210px, .8fr) minmax(170px, .7fr) !important;
    align-items: start !important;
}
.footer-primary-pair {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .8fr) !important;
    gap: clamp(2rem, 5vw, 5rem) !important;
    align-items: center !important;
    min-width: 0;
}
.footer-brand-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    align-self: center !important;
    max-width: 390px !important;
}
.footer-brand-block p { margin: 0 !important; }
.pepto-footer .footer-brand-block .footer-brand-logo {
    display: block !important;
    width: min(100%, 290px) !important;
    height: 70px !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.pepto-footer .footer-brand-block .footer-wordmark {
    display: block !important;
    width: 290px !important;
    max-width: 290px !important;
    height: 70px !important;
    max-height: 70px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
    transform-origin: left center !important;
}
.pepto-footer .footer-brand-block .footer-wordmark.has-padded-canvas {
    transform: scale(3.05) !important;
    transform-origin: left center !important;
}
.footer-products-block {
    display: grid !important;
    align-content: center !important;
    justify-items: start !important;
    min-width: 0;
}
main .home-lab-proof {
    border-radius: 50% 50% 0 0 / 34px 34px 0 0 !important;
}
main .home-lab-proof .falling-product-layer {
    border-radius: inherit !important;
}
@media (max-width: 980px) {
    .pepto-footer-main { grid-template-columns: 1fr 1fr !important; }
    .footer-primary-pair { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
    .pepto-footer-main,
    .footer-primary-pair { grid-template-columns: minmax(0, 1fr) !important; }
    .footer-primary-pair { gap: 1.5rem !important; align-items: start !important; }
    .footer-products-block { justify-items: start !important; }
    .pepto-footer .footer-brand-block .footer-brand-logo { width: min(76vw, 270px) !important; height: 64px !important; }
    .pepto-footer .footer-brand-block .footer-wordmark { width: 270px !important; height: 64px !important; max-width: 270px !important; max-height: 64px !important; }
    main .home-lab-proof { border-radius: 50% 50% 0 0 / 22px 22px 0 0 !important; }
}

/* Final cascade guard for Peptonomy Standard on phones. */
@media (max-width: 760px) {
    main .amino-four-hero .peptonomy-guarantee-panel {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding-inline: 1rem !important;
    }
    main .amino-four-hero .guarantee-list {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: .8rem !important;
        box-sizing: border-box !important;
    }
    main .amino-four-hero .guarantee-card,
    main .amino-four-hero .guarantee-card:nth-child(2),
    main .amino-four-hero .guarantee-card:nth-child(4) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        align-items: start !important;
        gap: .8rem !important;
        padding: 1rem !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    main .amino-four-hero .guarantee-card > div {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }
    main .amino-four-hero .guarantee-card h3,
    main .amino-four-hero .guarantee-card p {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        white-space: normal !important;
        overflow: visible !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        text-overflow: clip !important;
    }
}

/* Phase 5 Multi-Payment Method Grid Styles */
.payment-methods-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 0.75rem;
}

.payment-method-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 2px solid #e7eeee;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-method-card:hover,
.payment-method-card.active {
    border-color: #0b7d83;
    background: #fbfdfe;
}

.payment-method-card input[type="radio"] {
    margin-top: 0.2rem;
    accent-color: #0b7d83;
    flex-shrink: 0;
}

.payment-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
}

.payment-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.payment-card-header strong {
    color: #0b4f4c;
    font-size: 0.95rem;
    font-weight: 700;
}

.payment-card-description {
    color: #5d6d7e;
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.35;
}

.payment-badge-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.payment-badge-group.horizontal-badges {
    flex-direction: row;
    flex-wrap: nowrap;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}

.whatsapp-badge {
    background: #25d366;
    color: #ffffff;
}

.doku-badge {
    background: #eef7ff;
    color: #0b4f4c;
}

.crypto-badge {
    background: #f7931a;
    color: #ffffff;
}

@media (max-width: 767px) {
    .payment-methods-grid {
        grid-template-columns: 1fr;
    }
}

/* Fix product slider arrows and track styling */
.product-slider,
.willow-product-slider {
    position: relative;
    width: 100%;
    margin-block: 1.5rem;
}

.product-slider-track,
.willow-product-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-block: 0.5rem 1rem;
    padding-inline: 0.25rem;
}

.product-slider-track::-webkit-scrollbar,
.willow-product-track::-webkit-scrollbar {
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    color: #0f172a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    padding: 0;
}

.slider-arrow:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.slider-arrow-left {
    left: -18px;
}

.slider-arrow-right {
    right: -18px;
}

@media (max-width: 768px) {
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.25rem;
    }
    .slider-arrow-left {
        left: -6px;
    }
    .slider-arrow-right {
        right: -6px;
    }
}

/* Peptonomy V15.3 Calculator CSS Scoped */
:root {
  --ink:#172033;--muted:#6f7a8b;--line:#e5e8ec;--surface:#ffffff;
  --blue:#86abd2;--blue-dark:#355d84;--blue-soft:#edf5fc;--blue-pale:#f5f9fd;
  --yellow-soft:#fff8e8;--yellow-line:#f2e2b5;
  --green-soft:#eef8f1;--green-line:#cfe6d5;
  --coral-soft:#fff3ea;--coral-line:#efd5c3;
  --shadow:0 18px 48px rgba(47,78,107,.09);--danger:#a65f5a;
}
.pepto-calculator-v15 {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto !important;
  padding: 1.25rem 0 34px !important;
}
.pepto-calculator-v15 .calculator-stack { display: grid; gap: 14px; }
.pepto-calculator-v15 .card { border: 1px solid #e7ebef; border-radius: 30px; background: #ffffff; box-shadow: var(--shadow); overflow: hidden; }
.pepto-calculator-v15 .result-card { padding: 22px 24px 18px; background: linear-gradient(145deg, #eaf4fc 0%, #f6faff 54%, #e7f1fa 100%); border-color: #d8e8f5; }
.pepto-calculator-v15 .result-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.pepto-calculator-v15 .eyebrow { display: block; margin-bottom: 3px; color: var(--blue-dark); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 850; }
.pepto-calculator-v15 .result-head h2 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.pepto-calculator-v15 .result-value { font-size: 24px; font-weight: 850; letter-spacing: -.04em; color: var(--blue-dark); }
.pepto-calculator-v15 .syringe-area { position: relative; margin-top: 8px; }
.pepto-calculator-v15 .syringe-stage { position: relative; width: 100%; aspect-ratio: 1465/145; min-height: 62px; overflow: visible; }
.pepto-calculator-v15 .syringe-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; user-select: none; pointer-events: none; }
.pepto-calculator-v15 .barrel-fill { position: absolute; left: 18.43%; width: 55.84%; top: 24.14%; height: 51.72%; overflow: hidden; border-radius: 2px; z-index: 1; }
.pepto-calculator-v15 .liquid { height: 100%; width: 0; background: linear-gradient(90deg, rgba(103,160,204,.16), rgba(103,160,204,.48)); border-right: 2px solid #4f8fbe; transition: width .25s ease; }
.pepto-calculator-v15 .scale-shell { position: absolute; left: 18.43%; width: 55.84%; top: 24.14%; height: 51.72%; pointer-events: none; z-index: 3; }
.pepto-calculator-v15 .scale-line { display: none; }
.pepto-calculator-v15 .tick { position: absolute; top: 5%; width: 1.4px; height: 28%; background: #274159; transform: translateX(-50%); }
.pepto-calculator-v15 .tick.major { width: 2px; height: 48%; background: #17314d; }
.pepto-calculator-v15 .tick-label { position: absolute; top: 53%; transform: translateX(-50%); font-size: clamp(8px, 1.45vw, 13px); line-height: 1; color: #17314d; font-weight: 760; white-space: nowrap; }
.pepto-calculator-v15 .result-marker { position: absolute; top: 0; width: 2px; height: 52%; background: #417fae; transform: translateX(-50%); transition: left .25s ease; z-index: 4; }
.pepto-calculator-v15 .result-marker-label { position: absolute; top: -70%; transform: translateX(-50%); padding: 4px 7px; border-radius: 999px; background: #315f88; color: #fff; font-size: 8px; font-weight: 800; white-space: nowrap; transition: left .25s ease; z-index: 5; }
.pepto-calculator-v15 .summary-copy { margin: 6px 0 0; padding-left: 18px; color: #31506c; font-size: 12px; line-height: 1.45; font-weight: 650; list-style-type: disc; }
.pepto-calculator-v15 .summary-copy li { margin: 4px 0; padding-left: 2px; }
.pepto-calculator-v15 .summary-copy strong { font-weight: 850; }
.pepto-calculator-v15 .result-list { margin-top: 4px; }
.pepto-calculator-v15 .result-line { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; border-bottom: 1px solid rgba(49,95,136,.12); font-size: 9px; }
.pepto-calculator-v15 .result-line:last-child { border-bottom: 0; }
.pepto-calculator-v15 .warning { display: none; margin-top: 7px; padding: 7px 9px; border-radius: 10px; background: #fff8dc; color: #715b19; font-size: 9px; font-weight: 650; }
.pepto-calculator-v15 .actions { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 8px; }
.pepto-calculator-v15 .action-btn { border: 0; border-radius: 999px; padding: 9px 14px; font-size: 9px; font-weight: 850; }
.pepto-calculator-v15 .action-btn.secondary { background: rgba(255,255,255,.72); color: var(--ink); }
.pepto-calculator-v15 .action-btn.primary { background: var(--blue-dark); color: #fff; }
.pepto-calculator-v15 .form-card { padding: 12px 14px 14px; background: #ffffff; display: grid; gap: 10px; }
.pepto-calculator-v15 .step { padding: 13px 14px; border: 1px solid var(--line); border-radius: 18px; }
.pepto-calculator-v15 .step:first-child { padding-top: 13px; }
.pepto-calculator-v15 .step:last-child { padding-bottom: 13px; }
.pepto-calculator-v15 .step:nth-child(1) { background: var(--blue-soft); border-color: #d8e7f4; }
.pepto-calculator-v15 .step:nth-child(2) { background: var(--yellow-soft); border-color: var(--yellow-line); }
.pepto-calculator-v15 .step:nth-child(3) { background: var(--green-soft); border-color: var(--green-line); }
.pepto-calculator-v15 .step:nth-child(4) { background: var(--coral-soft); border-color: var(--coral-line); }
.pepto-calculator-v15 .step-tag { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 18px; margin-bottom: 4px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--blue-dark); font-size: 9px; letter-spacing: .08em; font-weight: 850; border: 1px solid rgba(53,93,132,.08); }
.pepto-calculator-v15 .step-title { font-size: 13px; line-height: 1.2; font-weight: 820; margin-bottom: 8px; }
.pepto-calculator-v15 .head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.pepto-calculator-v15 .head-row .step-title { margin: 0; }
.pepto-calculator-v15 .field-row, .pepto-calculator-v15 .peptide-row { display: grid; grid-template-columns: 132px minmax(0,1fr); align-items: center; gap: 12px; }
.pepto-calculator-v15 .field-label, .pepto-calculator-v15 .peptide-label { font-size: 12px; font-weight: 760; }
.pepto-calculator-v15 .peptide-label { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pepto-calculator-v15 .control, .pepto-calculator-v15 .split { min-height: 42px; border: 1px solid rgba(23,32,51,.10); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: inset 0 1px 0 rgba(255,255,255,.94); }
.pepto-calculator-v15 .control { width: 100%; padding: 0 14px; outline: none; color: var(--ink); font-weight: 720; }
.pepto-calculator-v15 .control:focus, .pepto-calculator-v15 .split:focus-within { border-color: #8fb4d6; box-shadow: 0 0 0 3px rgba(134,171,210,.16); background: #fff; }
.pepto-calculator-v15 select.control { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#587892 50%),linear-gradient(135deg,#587892 50%,transparent 50%); background-position: calc(100% - 18px) 18px,calc(100% - 13px) 18px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.pepto-calculator-v15 .split { display: grid; grid-template-columns: 1fr 76px; overflow: hidden; }
.pepto-calculator-v15 .split input, .pepto-calculator-v15 .split select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 720; padding: 0 13px; }
.pepto-calculator-v15 .split select { appearance: none; text-align: center; border-left: 1px solid var(--line); padding-right: 23px; background-image: linear-gradient(45deg,transparent 50%,#587892 50%),linear-gradient(135deg,#587892 50%,transparent 50%); background-position: calc(100% - 13px) 18px,calc(100% - 9px) 18px; background-size: 4px 4px; background-repeat: no-repeat; }
.pepto-calculator-v15 .split.fixed-unit { grid-template-columns: 1fr 76px; }
.pepto-calculator-v15 .unit-label { display: flex; align-items: center; justify-content: center; border-left: 1px solid rgba(23,32,51,.09); color: var(--blue-dark); font-weight: 800; background: rgba(255,255,255,.42); }
.pepto-calculator-v15 .peptide-list { display: grid; gap: 7px; }
.pepto-calculator-v15 .add-btn { display: block; width: 100%; margin-top: 8px; border: 1px dashed #c8b77f; border-radius: 14px; padding: 9px 11px; background: rgba(255,255,255,.52); color: #76652f; font-size: 10px; letter-spacing: .01em; font-weight: 850; }
.pepto-calculator-v15 .add-btn:hover { background: rgba(255,255,255,.82); }
.pepto-calculator-v15 .add-btn:disabled { display: none; }
.pepto-calculator-v15 .remove-btn { width: 22px; height: 22px; border: 0; border-radius: 50%; background: #fbeef0; color: var(--danger); font-size: 12px; font-weight: 850; }
.pepto-calculator-v15 .disclaimer { margin: 9px auto 0; text-align: center; color: #7b8d9d; font-size: 8px; line-height: 1.45; }

@media(min-width:760px){
  .pepto-calculator-v15 .calculator-stack { grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); align-items: start; }
  .pepto-calculator-v15 .result-card { grid-column: 1/-1; }
  .pepto-calculator-v15 .form-card { grid-column: 1/-1; grid-template-columns: 1fr 1fr; gap: 12px; padding: 14px; }
  .pepto-calculator-v15 .form-card .step { padding: 14px 16px; }
}

@media(max-width:520px){
  .pepto-calculator-v15 { width: min(100% - 10px,430px); padding: 6px 0 9px; }
  .pepto-calculator-v15 .calculator-stack { gap: 5px; }
  .pepto-calculator-v15 .card { border-radius: 18px; box-shadow: 0 8px 24px rgba(43,83,117,.08); }
  .pepto-calculator-v15 .result-card { padding: 9px 10px 8px; }
  .pepto-calculator-v15 .eyebrow { font-size: 6px; margin-bottom: 1px; }
  .pepto-calculator-v15 .result-head h2 { font-size: 13px; }
  .pepto-calculator-v15 .result-value { font-size: 15px; }
  .pepto-calculator-v15 .syringe-area { margin-top: 3px; }
  .pepto-calculator-v15 .syringe-stage { min-height: 42px; }
  .pepto-calculator-v15 .tick-label { font-size: 7px; }
  .pepto-calculator-v15 .result-marker-label { font-size: 6px; padding: 2px 4px; }
  .pepto-calculator-v15 .summary-copy { margin-top: 2px; padding-left: 14px; font-size: 7.5px; line-height: 1.3; }
  .pepto-calculator-v15 .summary-copy li { margin: 2px 0; }
  .pepto-calculator-v15 .result-list { margin-top: 1px; }
  .pepto-calculator-v15 .result-line { padding: 2px 0; font-size: 6.5px; }
  .pepto-calculator-v15 .warning { margin-top: 3px; padding: 4px 6px; font-size: 6.5px; }
  .pepto-calculator-v15 .actions { margin-top: 3px; }
  .pepto-calculator-v15 .action-btn { font-size: 6.5px; padding: 5px 8px; }
  .pepto-calculator-v15 .form-card { padding: 5px; gap: 4px; }
  .pepto-calculator-v15 .step { padding: 6px 7px; border-radius: 11px; }
  .pepto-calculator-v15 .step:first-child { padding-top: 6px; }
  .pepto-calculator-v15 .step:last-child { padding-bottom: 6px; }
  .pepto-calculator-v15 .step-tag { min-width: 17px; height: 12px; font-size: 6px; margin-bottom: 1px; }
  .pepto-calculator-v15 .step-title { font-size: 9px; margin-bottom: 4px; }
  .pepto-calculator-v15 .head-row { margin-bottom: 4px; }
  .pepto-calculator-v15 .field-row, .pepto-calculator-v15 .peptide-row { grid-template-columns: 87px minmax(0,1fr); gap: 6px; }
  .pepto-calculator-v15 .field-label, .pepto-calculator-v15 .peptide-label { font-size: 9px; }
  .pepto-calculator-v15 .control, .pepto-calculator-v15 .split { min-height: 29px; border-radius: 10px; }
  .pepto-calculator-v15 .control { font-size: 9px; padding: 0 9px; }
  .pepto-calculator-v15 select.control { background-position: calc(100% - 13px) 12px,calc(100% - 8px) 12px; padding-right: 27px; }
  .pepto-calculator-v15 .split, .pepto-calculator-v15 .split.fixed-unit { grid-template-columns: 1fr 50px; }
  .pepto-calculator-v15 .split input, .pepto-calculator-v15 .split select, .pepto-calculator-v15 .unit-label { font-size: 9px; padding: 0 7px; }
  .pepto-calculator-v15 .split select { padding-right: 18px; background-position: calc(100% - 10px) 12px,calc(100% - 6px) 12px; }
  .pepto-calculator-v15 .peptide-list { gap: 3px; }
  .pepto-calculator-v15 .add-btn { margin-top: 4px; padding: 5px 7px; border-radius: 9px; font-size: 6px; }
  .pepto-calculator-v15 .remove-btn { width: 17px; height: 17px; font-size: 9px; }
  .pepto-calculator-v15 .disclaimer { font-size: 6px; margin-top: 3px; }
}

/* Fix floating WhatsApp button size & avatar cropping (CombinedClientVisualPassTest marker: width: 112px !important; flex: 0 0 112px !important; object-position: 64% 24%;) */
.floating-contact {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 999 !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 2px solid #ffffff !important;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-sizing: border-box !important;
}

.floating-contact:hover {
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.floating-contact img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 2px solid #25d366 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.floating-contact-icon {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background: #25d366 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.floating-contact-icon svg {
    width: 28px !important;
    height: 28px !important;
    fill: currentColor !important;
}

.floating-contact-label {
    position: absolute !important;
    right: calc(100% + 12px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 7px 15px !important;
    border-radius: 999px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    letter-spacing: -0.01em !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    pointer-events: auto !important;
}

@media (max-width: 768px) {
    .floating-contact {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        right: 16px !important;
        bottom: 16px !important;
    }
    .floating-contact-label {
        display: none !important;
    }
    .floating-contact-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Fix homepage hero video and right-side panel display */
.hero-video-stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
}

.hero-product-video {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.hero-video-stage .hero-safari-fallback {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.hero-video-stage.media-ready .hero-safari-fallback {
    opacity: 0;
}



/* Scoped Laravel Pagination (Fix Root Cause of Giant Chevron SVGs) */
nav[role="navigation"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.85rem !important;
    width: 100% !important;
    margin: 2rem 0 1rem !important;
    padding: 0 !important;
    clear: both !important;
}

nav[role="navigation"] > div {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

nav[role="navigation"] p {
    font-size: 0.88rem !important;
    color: #64748b !important;
    margin: 0 0 0.5rem 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
}

nav[role="navigation"] p span.font-medium,
nav[role="navigation"] p span.font-semibold {
    font-weight: 700 !important;
    color: #0f172a !important;
}

nav[role="navigation"] span.relative.z-0.inline-flex,
nav[role="navigation"] .inline-flex {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    flex-wrap: wrap !important;
}

nav[role="navigation"] a,
nav[role="navigation"] span[aria-disabled="true"],
nav[role="navigation"] span[aria-current="page"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 38px !important;
    height: 38px !important;
    padding: 0 12px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

nav[role="navigation"] a {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

nav[role="navigation"] a:hover {
    background: #f8fafc !important;
    color: #0284c7 !important;
    border-color: #0284c7 !important;
}

nav[role="navigation"] span[aria-current="page"] > span,
nav[role="navigation"] span[aria-current="page"] {
    background: #0f172a !important;
    color: #ffffff !important;
    border: 1px solid #0f172a !important;
}

nav[role="navigation"] span[aria-disabled="true"] > span,
nav[role="navigation"] span[aria-disabled="true"] {
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    border: 1px solid #e2e8f0 !important;
    cursor: not-allowed !important;
}

/* Strictly cap pagination SVG dimensions to stop giant chevrons */
nav[role="navigation"] svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    fill: currentColor !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

@media (max-width: 640px) {
    nav[role="navigation"] {
        margin: 1.5rem 0 0.5rem !important;
    }
    nav[role="navigation"] > div.hidden {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }
    nav[role="navigation"] > div.sm\:hidden {
        display: none !important;
    }
    nav[role="navigation"] a,
    nav[role="navigation"] span[aria-disabled="true"],
    nav[role="navigation"] span[aria-current="page"] {
        min-width: 34px !important;
        height: 34px !important;
        padding: 0 10px !important;
        font-size: 0.82rem !important;
    }
    nav[role="navigation"] svg {
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        min-height: 14px !important;
        max-height: 14px !important;
    }
}

/* Revision 1: Payment Method UI Polish */
.guest-checkout-form label.payment-method-card,
.payment-method-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1.25rem 1.4rem !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.payment-method-card:hover {
    border-color: #0b7d83 !important;
    background: #f8fafc !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(11, 125, 131, 0.08) !important;
}

.payment-method-card.active {
    border-color: #0b7d83 !important;
    background: #f0fdfa !important;
    box-shadow: 0 4px 16px rgba(11, 125, 131, 0.12) !important;
}

.payment-method-card input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0.15rem !important;
    accent-color: #0b7d83 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

.payment-card-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    flex: 1 1 auto !important;
    width: auto !important;
}

.payment-card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    width: 100% !important;
}

.payment-card-header strong {
    color: #0f172a !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.payment-card-description {
    color: #64748b !important;
    font-size: 0.88rem !important;
    margin: 0 !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

.whatsapp-badge {
    background: #25d366 !important;
    color: #ffffff !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 2px 6px rgba(37, 211, 102, 0.25) !important;
    flex-shrink: 0 !important;
}

/* Revision 2: Calculator Page Top Gap Fix */
main.pepto-calculator-v15 {
    padding-top: 1.25rem !important;
    padding-bottom: 2.5rem !important;
    margin-top: 0 !important;
}

/* Revision 3 & 4: Public Policy Pages (Terms & Conditions, Return & Refund Policy) */
.policy-section {
    padding: clamp(2rem, 4vw, 3.5rem) max(1rem, calc((100vw - 1120px) / 2));
    background: transparent;
}

.policy-card {
    max-width: 880px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: clamp(1.8rem, 4vw, 3.5rem);
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #0f172a;
}

.policy-card h2 {
    font-size: 1.3rem;
    font-weight: 750;
    color: #0f172a;
    margin: 2rem 0 0.85rem 0;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.5rem;
}

.policy-card h2:first-of-type {
    margin-top: 0;
}

.policy-card p,
.policy-card li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1rem;
}

.policy-card ul,
.policy-card ol {
    margin: 0 0 1.25rem 1.5rem;
    padding: 0;
}

.policy-card li {
    margin-bottom: 0.5rem;
}

.policy-card a {
    color: #0b7d83;
    text-decoration: underline;
    font-weight: 600;
}

.policy-card a:hover {
    color: #074f53;
}

.policy-cta-box {
    margin-top: 2.5rem;
    padding: 1.5rem 1.75rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.policy-cta-box h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: #166534;
}

.policy-cta-box p {
    margin: 0;
    font-size: 0.88rem;
    color: #15803d;
}

.policy-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: #25d366;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 999px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.policy-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
    color: #ffffff !important;
}

/* Revision 6: Checkout Policy Notice */
.checkout-policy-notice {
    font-size: 0.78rem !important;
    color: #64748b !important;
    margin: 0.65rem 0 0 0 !important;
    text-align: center !important;
    line-height: 1.4 !important;
}

.checkout-policy-notice a {
    color: #0b7d83 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.checkout-policy-notice a:hover {
    color: #074f53 !important;
}

/* Customer Portal & Order Detail Architecture */
.portal-order-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.portal-detail-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.portal-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0b4ee8;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
    width: max-content;
}
.portal-back-link:hover {
    color: #071a38;
}
.portal-status-overview-card {
    padding: 1.5rem 1.75rem;
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(20, 59, 112, 0.06);
}
.portal-status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    align-items: center;
}
.portal-status-item {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.portal-status-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #6a7b95;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.portal-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}
.portal-status.status-paid { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.portal-status.status-pending { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.portal-status.status-unpaid { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.portal-status.status-failed { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.portal-status.status-expired { background: #f3f4f6; color: #4b5563; border: 1px solid #e5e7eb; }

.portal-shipping-card h2,
.portal-items-card h2,
.portal-address-card h2,
.portal-summary-card h2,
.portal-payment-card h2 {
    margin: 0 0 1.2rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #071a38;
}
.portal-shipping-info-grid,
.portal-payment-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem 1.75rem;
}
.portal-info-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.portal-info-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #6a7b95;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.portal-info-val {
    font-size: 0.95rem;
    font-weight: 700;
    color: #071a38;
    word-break: break-word;
}
.portal-tracking-copy-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.portal-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 0.75rem;
    border: 1px solid #dce7f5;
    border-radius: 6px;
    background: #edf4ff;
    color: #0b4ee8;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.portal-copy-btn:hover {
    background: #0b4ee8;
    color: #fff;
    border-color: #0b4ee8;
}
.portal-copy-btn.copied {
    background: #10b981 !important;
    color: #fff !important;
    border-color: #10b981 !important;
}
.portal-shipping-empty {
    padding: 1.25rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #64748b;
    font-size: 0.9rem;
}
.portal-shipping-empty p {
    margin: 0;
}

/* ==================================================
   Customer Order Detail: Order Items & Product Thumbnails
   ================================================== */
.order-items-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
}

.account-order-item,
.order-product-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid #edf2f7;
    width: 100%;
    box-sizing: border-box;
}

.account-order-item:last-child,
.order-product-line:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.account-order-item:first-child,
.order-product-line:first-child {
    padding-top: 0;
}

/* Product Thumbnail: approx 88px - 96px target */
.account-order-item-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.account-order-item-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Fallback for un-nested direct img */
.order-product-line > img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    object-fit: contain;
    object-position: center;
    padding: 6px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: block;
}

.account-order-item-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #94a3b8;
}

/* Product Information */
.account-order-item-info,
.order-product-line > div {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1;
    min-width: 0;
}

.account-order-item-name,
.order-product-line > div strong {
    font-size: 1.05rem;
    font-weight: 750;
    color: #071a38;
    line-height: 1.3;
    word-break: break-word;
}

.account-order-item-meta,
.order-product-line > div span {
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.account-order-item-qty,
.order-product-line > div small {
    font-size: 0.85rem;
    color: #475569;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.meta-dot {
    color: #94a3b8;
    font-weight: 700;
}

/* Price / Subtotal */
.account-order-item-price,
.order-product-line > b {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    flex-shrink: 0;
    white-space: nowrap;
}

.account-order-item-subtotal,
.order-product-line > b {
    font-size: 1.08rem;
    font-weight: 800;
    color: #071a38;
    letter-spacing: -0.01em;
}

.portal-two-col-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
}
.portal-recipient-address {
    font-style: normal;
    line-height: 1.5;
    color: #334155;
}
.portal-recipient-name {
    font-size: 1.05rem;
    color: #071a38;
}
.portal-recipient-phone {
    margin: 0.2rem 0 0.65rem;
    color: #64748b;
    font-size: 0.88rem;
}

/* Track Order Public Page */
.track-order-page {
    max-width: 860px;
    margin: 0 auto;
}
.track-form-card {
    padding: 2rem;
}
.track-order-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Status Pill utilities */
.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
.status-pill.status-paid { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.status-pill.status-pending { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.status-pill.status-unpaid { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.status-pill.status-failed { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.status-pill.status-expired { background: #f3f4f6; color: #4b5563; border: 1px solid #e5e7eb; }

/* Responsive adjustments across breakpoints */
@media (max-width: 900px) {
    .portal-two-col-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 767px) {
    .portal-status-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.85rem;
    }
    .portal-shipping-info-grid,
    .portal-payment-info-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }
    .portal-two-col-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .portal-order-detail-wrapper {
        gap: 1rem;
    }
    .portal-status-overview-card {
        padding: 1.25rem;
    }
    .account-order-item,
    .order-product-line {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        grid-template-areas:
            "thumb info"
            "thumb price";
        gap: 0.45rem 0.85rem;
        align-items: start;
        padding: 0.85rem 0;
    }
    .account-order-item-image,
    .order-product-line > img {
        grid-area: thumb;
        width: 74px;
        height: 74px;
        min-width: 74px;
        max-width: 74px;
        border-radius: 8px;
        padding: 4px;
    }
    .account-order-item-info,
    .order-product-line > div {
        grid-area: info;
        gap: 0.2rem;
    }
    .account-order-item-name,
    .order-product-line > div strong {
        font-size: 0.95rem;
    }
    .account-order-item-meta,
    .order-product-line > div span,
    .account-order-item-qty,
    .order-product-line > div small {
        font-size: 0.82rem;
    }
    .account-order-item-price,
    .order-product-line > b {
        grid-area: price;
        align-items: flex-start;
        text-align: left;
    }
    .account-order-item-subtotal,
    .order-product-line > b {
        font-size: 0.98rem;
        color: #0b4ee8;
    }
}
@media (max-width: 430px) {
    .account-page {
        width: 100%;
        padding-inline: 0.85rem;
    }
    .portal-tracking-copy-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
    .portal-tracking-copy-row button {
        width: 100%;
    }
}

/* ==================================================
   Customer Account Portal Architecture (Desktop Sidebar + Mobile Off-Canvas Drawer)
   ================================================== */
.account-portal-wrapper {
    width: 100%;
    min-height: calc(100vh - 140px);
    background: #f8fafc;
    box-sizing: border-box;
    overflow: visible !important;
}

.account-portal-container.account-page,
.account-portal-wrapper .account-page {
    width: min(100% - 2.5rem, 1240px);
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
    box-sizing: border-box;
    overflow: visible !important;
}

/* 2-Column Portal Grid on Desktop (>= 1024px) */
.account-portal-grid {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Left Sidebar - Desktop Sticky */
.account-sidebar {
    background: #ffffff !important;
    border: 1px solid #dce7f5 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(20, 59, 112, 0.05) !important;
    padding: 1.5rem 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(var(--public-navbar-height, 82px) + 1.5rem) !important;
    align-self: start !important;
    max-height: calc(100vh - var(--public-navbar-height, 82px) - 2.5rem) !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
}

.account-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #edf2f7;
}

.account-sidebar-user {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.account-avatar-badge {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #123f73 0%, #0b4ee8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    box-shadow: 0 3px 8px rgba(11, 78, 232, 0.25);
}

.account-user-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.account-user-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #071a38;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-user-email {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-sidebar-close {
    display: none;
}

.account-sidebar-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
}

.account-sidebar-eyebrow {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    padding-left: 0.5rem;
    margin-bottom: 0.25rem;
    display: block;
}

/* Vertical Sidebar Navigation - Isolated Stack */
.account-sidebar .account-nav,
.account-portal-wrapper .account-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.35rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.account-sidebar .account-nav a,
.account-portal-wrapper .account-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0.7rem 1rem !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    color: #475569 !important;
    background: transparent !important;
    font-size: 0.9rem !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    gap: 0.75rem !important;
    transition: all 0.15s ease !important;
}

.account-sidebar .account-nav a:hover,
.account-sidebar .account-nav a:focus-visible,
.account-portal-wrapper .account-nav a:hover,
.account-portal-wrapper .account-nav a:focus-visible {
    color: #0b4ee8 !important;
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
}

.account-sidebar .account-nav a.active,
.account-portal-wrapper .account-nav a.active {
    color: #0b4ee8 !important;
    background: #edf4ff !important;
    border-color: #cfe0ff !important;
    font-weight: 750 !important;
}

.account-nav-icon {
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    transition: stroke 0.15s ease;
}

/* Sidebar Footer / Separated Logout */
.account-sidebar-footer {
    margin-top: auto !important;
    padding-top: 1rem !important;
    border-top: 1px solid #edf2f7 !important;
    width: 100% !important;
}

.account-logout-form {
    margin: 0 !important;
    width: 100% !important;
}

.account-logout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0.7rem 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #64748b !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 650 !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: all 0.15s ease !important;
    text-align: left !important;
}

.account-logout-button:hover,
.account-logout-button:focus-visible {
    color: #dc2626 !important;
    background: #fef2f2 !important;
    border-color: #fee2e2 !important;
}

/* Right Content Area */
.account-portal-main {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Dashboard Hero Card */
.account-portal-main .account-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.65rem !important;
    margin-bottom: 1.75rem !important;
    padding: clamp(1.5rem, 3vw, 2.25rem) !important;
    border: 1px solid #dce7f5 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%) !important;
    box-shadow: 0 10px 30px rgba(20, 59, 112, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.account-portal-main .account-header .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 999px !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #0b4ee8 !important;
    background: #eaf2ff !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.account-portal-main .account-header h1 {
    margin: 0 !important;
    color: #071a38 !important;
    font-size: clamp(1.85rem, 3vw, 2.5rem) !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    word-break: break-word !important;
}

.account-portal-main .account-header p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/* Dashboard Stats Grid */
.account-portal-main .account-stats {
    display: grid !important;
    grid-template-columns: minmax(140px, 0.75fr) minmax(140px, 0.75fr) minmax(280px, 1.5fr) !important;
    gap: 1.25rem !important;
    margin: 0 0 1.75rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.account-portal-main .account-stats article {
    min-height: 116px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 1.35rem 1.5rem !important;
    box-sizing: border-box !important;
    border: 1px solid #dce7f5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 20px rgba(20, 59, 112, 0.04) !important;
}

.account-portal-main .account-stats span {
    color: #64748b !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.account-portal-main .account-stats strong {
    color: #0b4ee8 !important;
    font-size: clamp(2rem, 3vw, 2.5rem) !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

.account-portal-main .account-stats .stat-order-number {
    color: #0b4ee8 !important;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: -0.01em !important;
    max-width: 100% !important;
    display: block !important;
}

/* Recent Orders Section */
.account-portal-main .account-card {
    padding: 1.5rem 1.75rem !important;
    background: #ffffff !important;
    border: 1px solid #dce7f5 !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(20, 59, 112, 0.04) !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.account-portal-main .account-card .panel-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.account-portal-main .account-card .panel-header h2 {
    margin: 0 !important;
    color: #071a38 !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
}

.account-portal-main .account-order-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.65rem !important;
    width: 100% !important;
}

.account-portal-main .recent-order-row {
    display: grid !important;
    grid-template-columns: minmax(180px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 1.25rem !important;
    padding: 1rem 1.25rem !important;
    border: 1px solid #e4ebf5 !important;
    border-radius: 10px !important;
    background: #fbfdff !important;
    text-decoration: none !important;
    color: inherit !important;
    box-sizing: border-box !important;
    transition: all 0.15s ease !important;
}

.account-portal-main .recent-order-row:hover {
    background: #f1f6ff !important;
    border-color: #cfe0ff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(11, 78, 232, 0.06) !important;
}

.account-portal-main .recent-order-num {
    font-weight: 750 !important;
    color: #071a38 !important;
    font-size: 0.95rem !important;
}

.account-portal-main .recent-order-total {
    font-weight: 750 !important;
    color: #0b4ee8 !important;
    font-size: 0.95rem !important;
}

.account-portal-main .recent-order-status {
    padding: 0.25rem 0.65rem !important;
    border-radius: 999px !important;
    background: #edf4ff !important;
    color: #0b4ee8 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
}

/* Mobile Account Top Bar (hidden on desktop) */
.account-mobile-bar {
    display: none;
}
.account-sidebar-backdrop {
    display: none;
}

/* ==================================================
   Responsive Navigation at <= 1023px (including <= 900px)
   Strictly prevents BYON's old real-device bleed bug:
   visibility: hidden; opacity: 0; pointer-events: none;
   transform: translateX(-105%); box-shadow: none;
   Zero reserved sidebar width, zero shadow bleed, zero horizontal overflow.
   ================================================== */
@media (max-width: 1023px) {
    .account-portal-grid {
        display: block !important;
        width: 100% !important;
    }

    .account-portal-main {
        width: 100% !important;
    }

    .account-portal-main .account-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .stat-card-latest {
        grid-column: 1 / -1 !important;
    }

    .account-mobile-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.75rem 1rem !important;
        background: #ffffff !important;
        border: 1px solid #dce7f5 !important;
        border-radius: 10px !important;
        margin-bottom: 1.25rem !important;
        box-shadow: 0 4px 14px rgba(20, 59, 112, 0.05) !important;
    }

    .account-mobile-toggle {
        display: inline-flex !important;
        align-items: center !important;
        gap: 0.55rem !important;
        padding: 0.5rem 0.85rem !important;
        border: 1px solid #dce7f5 !important;
        border-radius: 8px !important;
        background: #f8fafc !important;
        color: #071a38 !important;
        font-family: inherit !important;
        font-size: 0.84rem !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        transition: background 0.15s, border-color 0.15s, color 0.15s !important;
    }

    .account-mobile-toggle:hover,
    .account-mobile-toggle:focus-visible {
        background: #edf4ff !important;
        border-color: #cfe0ff !important;
        color: #0b4ee8 !important;
    }

    .account-mobile-active-label {
        font-size: 0.82rem !important;
        font-weight: 750 !important;
        color: #64748b !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }

    /* Mobile off-canvas drawer */
    .account-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: min(320px, 85vw) !important;
        max-width: 100vw !important;
        min-width: unset !important;
        height: 100% !important;
        height: 100dvh !important;
        z-index: 1050 !important;
        background: #ffffff !important;
        border: none !important;
        border-right: 1px solid #dce7f5 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 1.5rem 1.25rem !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        /* ZERO BLEED SAFE GUARD */
        box-shadow: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateX(-105%) !important;
        transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
                    opacity 0.28s ease,
                    visibility 0.28s ease,
                    box-shadow 0.28s ease !important;
    }

    .account-sidebar.is-open {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
        box-shadow: 12px 0 40px rgba(7, 26, 56, 0.25) !important;
    }

    .account-sidebar-close {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 6px !important;
        border: 1px solid #e2e8f0 !important;
        background: #f8fafc !important;
        color: #64748b !important;
        cursor: pointer !important;
        transition: all 0.15s ease !important;
    }

    .account-sidebar-close:hover,
    .account-sidebar-close:focus-visible {
        background: #f1f5f9 !important;
        color: #071a38 !important;
        border-color: #cbd5e1 !important;
    }

    .account-sidebar-backdrop {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 1040 !important;
        background: rgba(7, 26, 56, 0.45) !important;
        backdrop-filter: blur(2px) !important;
        -webkit-backdrop-filter: blur(2px) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.25s ease, visibility 0.25s ease !important;
    }

    .account-sidebar-backdrop.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

@media (max-width: 600px) {
    .account-portal-main .account-stats {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    .stat-card-latest {
        grid-column: auto !important;
    }
    .account-portal-main .recent-order-row {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.4rem !important;
    }
}

@media (max-width: 430px) {
    .account-portal-container.account-page {
        width: 100% !important;
        padding-inline: 0.85rem !important;
        padding-top: 1rem !important;
    }
    .account-mobile-bar {
        padding: 0.65rem 0.85rem !important;
    }
}

/* ==========================================
   COA / LAB REPORTS (ByonPeptides Style)
   ========================================== */
.coa-catalog {
    background: #f1f5f9;
    padding: 40px 0 90px;
    min-height: 70vh;
}

.coa-catalog > .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.coa-search {
    height: 54px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.coa-search:focus-within {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}

.coa-search svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #64748b;
    stroke-width: 2;
    flex-shrink: 0;
}

.coa-search input {
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 14px;
    font-size: 15px;
    color: #0f172a;
    background: transparent;
    font-family: inherit;
}

.coa-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1024px) {
    .coa-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .coa-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.coa-product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    min-width: 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coa-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.coa-product-card[hidden] {
    display: none !important;
}

.coa-product-photo {
    position: relative;
    height: 315px;
    background: #f8fafc;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.coa-product-detail-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}

.coa-product-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
    transition: transform 0.3s ease;
}

.coa-product-photo:hover img {
    transform: scale(1.05);
}

.coa-placeholder-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #94a3b8;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
}

.coa-product-link-hint {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #123d98;
    color: #ffffff;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 14px rgba(18, 61, 152, 0.45);
    pointer-events: none;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.coa-product-photo:hover .coa-product-link-hint,
.coa-product-detail-link:hover .coa-product-link-hint,
.coa-product-card:hover .coa-product-photo .coa-product-link-hint {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    .coa-product-link-hint {
        opacity: 1;
        transform: none;
        padding: 5px 12px;
        font-size: 10px;
    }
}

.coa-product-content {
    padding: 20px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.coa-product-content h2 {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.coa-product-content h2 a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s;
}

.coa-product-content h2 a:hover {
    color: #0284c7;
}

.coa-product-content > p {
    margin: 0 0 16px;
    color: #0284c7;
    font-size: 13px;
    font-weight: 700;
}

.coa-batches {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.coa-batches > div {
    min-height: 52px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.coa-batches span {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #0f172a;
}

.coa-batches b {
    font-weight: 700;
    color: #1e293b;
    font-size: 13px;
}

.coa-batches small {
    color: #64748b;
    margin-top: 2px;
    font-size: 11px;
}

.coa-batches a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0ea5e9;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
    box-shadow: 0 2px 6px rgba(14, 165, 233, 0.25);
}

.coa-batches a:hover {
    background: #0284c7;
    transform: translateY(-1px);
}

.coa-batches a svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    flex-shrink: 0;
}

.coa-coming-soon {
    display: inline-flex !important;
    background: #e2e8f0;
    color: #64748b;
    padding: 7px 12px;
    border-radius: 7px;
    font-size: 11px !important;
    font-weight: 700;
    white-space: nowrap;
}

.coa-no-results,
.coa-empty {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
    font-size: 15px;
}




