@font-face {
    font-family: "Gilmer";
    src: url("../fonts/Gilmer-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Elementor applies its content-width cap to custom header/footer elements.
   Keep the shared NOVA shell edge-to-edge at every breakpoint. */
.nova-managed-page .site-header,
.nova-managed-page .site-footer {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
}

/* Keep the fixed storefront header below WordPress' signed-in admin bar. */
.admin-bar.nova-managed-page .site-header {
    top: 32px;
}

.admin-bar.nova-managed-page .mobile-nav {
    top: calc(76px + 32px);
}

@media (max-width: 782px) {
    .admin-bar.nova-managed-page .site-header {
        top: 46px;
    }

    .admin-bar.nova-managed-page .mobile-nav {
        top: calc(76px + 46px);
    }
}

/* Move to the compact navigation before the desktop links run out of room. */
@media (max-width: 1180px) {
    .nova-managed-page .site-header {
        grid-template-columns: minmax(118px, 160px) minmax(0, 1fr) auto;
        min-height: 76px;
        padding: 0 clamp(18px, 4vw, 48px);
    }

    .nova-managed-page .desktop-nav,
    .nova-managed-page .nav-actions,
    .nova-managed-page .nav-cta {
        display: none;
    }

    .nova-managed-page .menu-toggle {
        display: block;
        grid-column: 3;
        justify-self: end;
    }

    .nova-managed-page .mobile-nav {
        top: 76px;
        right: clamp(18px, 4vw, 48px);
        left: clamp(18px, 4vw, 48px);
    }
}

/* Help center — reference layout in the Collagen 101 visual system. */
.help-page {
    background: #f6eddf;
    color: #263b58;
}

.help-page :is(h1, h2, h3) {
    color: #263b58;
    font-family: var(--font-display);
    font-weight: 400;
}

.help-main {
    min-height: 100vh;
    padding: clamp(150px, 11vw, 210px) var(--page-gutter) clamp(100px, 8vw, 150px);
}

.help-intro {
    display: grid;
    width: 100%;
    padding-bottom: clamp(38px, 3.2vw, 52px);
    border-bottom: 1px solid rgba(38, 59, 88, 0.16);
    margin-bottom: clamp(60px, 5vw, 90px);
}

.help-intro .section-kicker {
    margin: 0 0 16px;
    color: #66768b;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.help-intro h1 {
    margin: 0;
    font-size: var(--type-h1);
    line-height: var(--leading-tight);
}

.help-intro > p:last-child {
    max-width: 680px;
    margin: 25px 0 0;
}

.help-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
    gap: clamp(64px, 8vw, 145px);
    align-items: start;
}

.help-sidebar {
    position: sticky;
    top: clamp(105px, 7vw, 135px);
}

.help-search {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid rgba(38, 59, 88, 0.24);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.26);
}

.help-search:focus-within {
    border-color: #263b58;
    box-shadow: 0 0 0 3px rgba(38, 59, 88, 0.08);
}

.help-search svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.6;
}

.help-search input {
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #263b58;
    font: inherit;
}

.help-search input::placeholder {
    color: rgba(38, 59, 88, 0.65);
}

.help-topics {
    display: grid;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(38, 59, 88, 0.16);
}

.help-topics button {
    position: relative;
    min-height: 48px;
    padding: 8px 12px 8px 20px;
    border: 0;
    background: transparent;
    color: #263b58;
    cursor: pointer;
    text-align: left;
}

.help-topics button::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 2px;
    background: transparent;
}

.help-topics button:hover,
.help-topics button.is-active {
    background: rgba(255, 255, 255, 0.22);
}

.help-topics button.is-active {
    font-weight: 700;
}

.help-topics button.is-active::before {
    background: #263b58;
}

.help-support-card {
    margin-top: 34px;
    padding: 28px;
    border-top: 1px solid rgba(38, 59, 88, 0.16);
    background: rgba(38, 59, 88, 0.07);
}

.help-support-card .section-kicker {
    margin: 0 0 5px;
    color: #66768b;
    font-size: 0.76rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.help-support-card h2 {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1.22rem;
    font-weight: 600;
}

.help-support-card > p:not(.section-kicker) {
    margin: 9px 0 21px;
    font-size: 0.93rem;
    line-height: 1.55;
}

.help-support-card .button {
    width: 100%;
    border: 1px solid rgba(38, 59, 88, 0.48);
    background: transparent;
    color: #263b58;
    cursor: pointer;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
}

.help-contact-layer {
    position: fixed;
    z-index: 100;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 420ms;
}

.help-contact-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.help-contact-backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    border: 0;
    background: rgba(7, 25, 39, 0.46);
    cursor: pointer;
    opacity: 0;
    transition: opacity 320ms ease;
}

.help-contact-layer.is-open .help-contact-backdrop {
    opacity: 1;
}

.help-contact-drawer {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(610px, 94vw);
    height: 100%;
    flex-direction: column;
    padding: clamp(34px, 4vw, 64px);
    overflow-y: auto;
    background: #f6eddf;
    box-shadow: -24px 0 70px rgba(7, 25, 39, 0.2);
    color: #263b58;
    transform: translateX(102%);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.help-contact-layer.is-open .help-contact-drawer {
    transform: translateX(0);
}

.help-contact-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(38, 59, 88, 0.16);
}

.help-contact-header .section-kicker,
.help-contact-success .section-kicker {
    margin: 0 0 9px;
    color: #66768b;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.help-contact-header h2,
.help-contact-success h2 {
    margin: 0;
    color: #263b58;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3vw, 3.35rem);
    font-weight: 400;
    line-height: 1.03;
}

.help-contact-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(38, 59, 88, 0.24);
    border-radius: 50%;
    background: transparent;
    color: #263b58;
    cursor: pointer;
}

.help-contact-close span {
    font-family: Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
}

.help-contact-form {
    display: grid;
    gap: 20px;
    padding-top: 30px;
}

.help-contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.help-contact-form label {
    display: grid;
    gap: 8px;
}

.help-contact-form label > span {
    color: #263b58;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.help-contact-form label small {
    color: #6c7888;
    font-size: inherit;
    font-weight: 400;
}

.help-contact-form :is(input, select, textarea) {
    width: 100%;
    border: 1px solid rgba(38, 59, 88, 0.25);
    border-radius: 3px;
    outline: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #263b58;
    font: inherit;
}

.help-contact-form :is(input, select) {
    min-height: 52px;
    padding: 0 15px;
}

.help-contact-form textarea {
    min-height: 130px;
    padding: 13px 15px;
    resize: vertical;
}

.help-contact-form :is(input, select, textarea):focus {
    border-color: #263b58;
    box-shadow: 0 0 0 3px rgba(38, 59, 88, 0.08);
}

.help-contact-submit,
.help-contact-done {
    width: 100%;
    min-height: 56px;
    border: 1px solid #263b58;
    background: #263b58;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.12em;
}

.help-contact-note {
    margin: -4px 0 0;
    color: #6c7888;
    font-size: 0.82rem;
    line-height: 1.5;
    text-align: center;
}

.help-contact-success {
    margin: auto 0;
    text-align: center;
}

.help-contact-success > span {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin: 0 auto 28px;
    border: 1px solid rgba(38, 59, 88, 0.3);
    border-radius: 50%;
    font-size: 1.5rem;
}

.help-contact-success > p:not(.section-kicker) {
    margin: 20px 0 30px;
}

body.has-contact-drawer {
    overflow: hidden;
}

.help-group + .help-group {
    margin-top: clamp(55px, 5vw, 82px);
    padding-top: clamp(46px, 4vw, 66px);
    border-top: 1px solid rgba(38, 59, 88, 0.16);
}

.help-group-label {
    display: inline-flex;
    margin: 0 0 24px;
    padding: 7px 17px;
    border-radius: 999px;
    background: rgba(38, 59, 88, 0.09);
    color: #566a84;
    font-size: 0.86rem;
    line-height: 1.2;
}

.help-accordion {
    display: grid;
    gap: 12px;
}

.help-accordion details {
    border: 1px solid rgba(38, 59, 88, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.help-accordion details + details {
    border-top: 1px solid rgba(38, 59, 88, 0.22);
}

.help-accordion summary {
    position: relative;
    padding: 24px 64px 24px 26px;
    color: #263b58;
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    font-weight: 600;
}

.help-accordion summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
}

.help-accordion details[open] summary::after {
    content: "−";
}

.help-accordion details p {
    max-width: 800px;
    padding: 0 64px 26px 26px;
    color: #53657d;
    font-size: 1rem;
    line-height: 1.65;
}

.help-empty {
    padding: 54px;
    border: 1px solid rgba(38, 59, 88, 0.18);
    text-align: center;
}

.help-empty h2 {
    margin: 0 0 10px;
    font-size: 2rem;
}

.help-empty p {
    margin: 0;
}

/* Native Elementor Help-page structure. */
.nova-managed-page :is(.nova-shell-header, .nova-shell-footer, .help-main) {
    width: 100%;
    max-width: none;
}

.nova-managed-page .nova-native-main.e-con {
    display: flex;
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

body.nova-managed-page:not(.elementor-editor-active)
    .nova-native-widget,
body.nova-managed-page:not(.elementor-editor-active)
    .nova-native-widget > .elementor-widget-container {
    display: contents;
}

.nova-managed-page .button .elementor-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.nova-managed-page .nova-native-accordion .elementor-accordion-item {
    border: 0;
}

.nova-managed-page .nova-native-accordion .elementor-tab-title {
    padding: 22px 24px;
    border: 0;
    color: inherit;
    font-size: var(--type-body);
    font-weight: 500;
}

.nova-managed-page .nova-native-accordion .elementor-tab-content {
    padding: 0 24px 22px;
    border: 0;
    color: inherit;
}

.nova-managed-page .c101-faq-list .elementor-accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(38, 59, 88, 0.18);
}

.nova-managed-page .c101-faq-list .elementor-tab-title {
    padding: 24px 5px;
}

.nova-managed-page .c101-faq-list .elementor-tab-content {
    padding: 0 5px 24px;
}

.nova-managed-page
    :is(.button-dark, .formula-copy .button, .benefits-cta .button)
    .elementor-button {
    background: var(--ink);
    color: var(--white) !important;
}

.nova-managed-page .e-con[class*="hero"],
.nova-managed-page .e-con[class*="section"],
.nova-managed-page .e-con[class*="grid"],
.nova-managed-page .e-con[class*="split"],
.nova-managed-page .e-con[class*="band"],
.nova-managed-page .e-con[class*="panel"] {
    --container-max-width: none;
}

.nova-managed-page .elementor-widget-image img {
    width: 100%;
}

.nova-managed-page .site-product-cta .site-product-actions .elementor-button {
    min-width: 230px;
    min-height: 52px;
    border-color: var(--paper);
    border-radius: 4px;
    background: var(--paper);
    color: var(--ink) !important;
    font-weight: 700;
    text-transform: uppercase;
}

.nova-managed-page .help-main.e-con {
    display: flex;
    flex-direction: column;
}

.nova-managed-page .help-layout.e-con {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
}

.nova-managed-page :is(.help-intro, .help-sidebar, .help-answers, .help-group, .help-support-card).e-con {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.nova-managed-page .help-intro-copy {
    max-width: 680px;
    margin-top: 25px;
}

.nova-managed-page .help-intro-copy p,
.nova-managed-page .help-support-card .elementor-widget-text-editor p {
    margin: 0;
}

.nova-managed-page .help-group-label {
    width: max-content;
}

.nova-managed-page .help-group-label .elementor-heading-title {
    color: inherit;
    font: inherit;
}

.nova-managed-page .help-accordion .elementor-accordion-item {
    margin-bottom: 12px;
    border: 1px solid rgba(38, 59, 88, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.nova-managed-page .help-accordion .elementor-tab-title {
    position: relative;
    padding: 24px 26px;
    border: 0;
    color: #263b58;
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    font-weight: 600;
}

.nova-managed-page .help-accordion .elementor-accordion-icon {
    color: #263b58;
    font-size: 1rem;
}

.nova-managed-page .help-accordion .elementor-tab-content {
    padding: 0 64px 26px 26px;
    border: 0;
    color: #53657d;
    font-size: 1rem;
    line-height: 1.65;
}

.nova-managed-page .help-accordion .elementor-tab-content p {
    margin: 0;
}

.nova-managed-page .help-support-card .elementor-button {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(38, 59, 88, 0.48);
    border-radius: 4px;
    background: transparent;
    color: #263b58;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nova-managed-page :is(.help-group[hidden], .help-group .elementor-accordion-item[hidden]) {
    display: none !important;
}

@media (max-width: 760px) {
    .nova-managed-page .help-layout.e-con {
        grid-template-columns: 1fr;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1050px) {
    .help-layout {
        grid-template-columns: 245px minmax(0, 1fr);
        gap: 48px;
    }
}

@media (max-width: 760px) {
    .help-main {
        padding-top: 125px;
    }

    .help-intro {
        margin-bottom: 45px;
    }

    .help-layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .help-sidebar {
        position: static;
    }

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

    .help-support-card {
        margin-top: 25px;
    }
}

@media (max-width: 520px) {
    .help-topics {
        grid-template-columns: 1fr;
    }

    .help-accordion summary {
        padding: 20px 52px 20px 20px;
    }

    .help-accordion summary::after {
        right: 20px;
    }

    .help-accordion details p {
        padding: 0 20px 22px;
    }

    .help-contact-drawer {
        width: 100%;
        padding: 30px 24px;
    }

    .help-contact-row {
        grid-template-columns: 1fr;
    }
}

/* Five primary links need the compact menu slightly earlier than the old shell. */
@media (max-width: 1180px) and (min-width: 921px) {
    .site-header {
        grid-template-columns: 160px 1fr auto;
        min-height: 76px;
        padding: 0 28px 0 34px;
    }

    .desktop-nav,
    .nav-actions,
    .nav-cta {
        display: none;
    }

    .menu-toggle {
        display: block;
        grid-column: 3;
        justify-self: end;
    }

    .mobile-nav {
        top: 82px;
    }
}

/* Collagen 101 — supplied page mockup */
.collagen-101-page {
    background: #f6eddf;
    color: #263b58;
}
.collagen-101-page :is(h1, h2) {
    font-family: var(--font-display);
    font-weight: 400;
    color: #263b58;
}
.c101-hero {
    position: relative;
    min-height: clamp(720px, 58vw, 980px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(110px, 8vw, 150px) clamp(32px, 3.5vw, 66px) 40px;
}
.c101-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.c101-hero-copy {
    position: relative;
    z-index: 1;
    width: min(750px, 48vw);
}
.c101-hero-copy .section-kicker {
    margin: 0 0 20px;
    letter-spacing: 0.16em;
}
.c101-hero-copy h1 {
    margin: 0;
    font-size: clamp(3.5rem, 4.8vw, 5.7rem);
    line-height: 1.02;
}
.c101-hero-copy > p:last-child {
    max-width: 680px;
    margin: 28px 0 0;
    line-height: 1.65;
}
.c101-routine {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 170px);
    column-gap: clamp(36px, 4.2vw, 72px);
    align-items: center;
    padding: clamp(90px, 8vw, 150px) max(36px, calc((100vw - 1560px) / 2)) 70px;
}
.c101-routine-image {
    width: min(620px, 100%);
    aspect-ratio: 1;
    justify-self: end;
}
.c101-routine-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.c101-routine-copy {
    max-width: 690px;
}
.c101-routine h2,
.c101-faq h2 {
    margin: 0 0 30px;
    font-size: clamp(3rem, 4vw, 4.8rem);
    line-height: 1.03;
}
.c101-routine-copy p {
    margin: 0 0 25px;
    line-height: 1.65;
}
.c101-faq {
    padding: 40px max(36px, calc((100vw - 1640px) / 2)) clamp(100px, 8vw, 150px);
}
.c101-faq-list details {
    border: 0;
    padding: 24px 5px;
}

.c101-faq-list details:not(:last-child) {
    border-bottom: 1px solid rgba(38, 59, 88, 0.18);
}
.c101-faq-list summary {
    cursor: pointer;
    list-style: none;
    font-weight: 500;
}
.c101-faq-list summary::-webkit-details-marker {
    display: none;
}
.c101-faq-list summary::after {
    content: "+";
    float: right;
    font-size: 1.35rem;
    font-weight: 300;
}
.c101-faq-list details[open] summary::after {
    content: "−";
}
.c101-faq-list p {
    max-width: 850px;
    margin: 10px 0 0;
    line-height: 1.55;
}
.c101-product-cta {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(540px, 43vw, 760px);
    padding: 70px max(36px, calc((100vw - 1640px) / 2));
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(27, 29, 30, 0.64), rgba(27, 29, 30, 0.08)),
        url("../images/nova-product-linen.png") center 54% / cover no-repeat;
    color: #fff;
}
.c101-product-copy {
    position: relative;
    z-index: 1;
    width: min(650px, 48vw);
}
.c101-product-cta :is(h2, p, span, strong, .section-kicker) {
    color: #fff;
}
.c101-product-cta h2 {
    margin: 4px 0 24px;
    font-size: clamp(3rem, 4vw, 4.8rem);
    line-height: 1.03;
}
.c101-product-cta p:not(.section-kicker) {
    max-width: 540px;
}
.c101-buy {
    display: flex;
    align-items: end;
    gap: 50px;
    margin-top: 30px;
}
.c101-buy > span {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
}
.c101-buy strong {
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0;
}
.c101-buy .button {
    min-width: 270px;
    padding: 13px 34px;
    background: #f6eddf;
    color: #263b58;
}
/* Use the same bounded page gutter as the other NOVA pages. */
.c101-hero {
    min-height: clamp(720px, 52.8vw, 940px);
}
.c101-hero,
.c101-routine,
.c101-faq,
.c101-product-cta {
    padding-left: max(40px, calc((100vw - var(--max)) / 2));
    padding-right: max(40px, calc((100vw - var(--max)) / 2));
}
.c101-product-cta {
    min-height: clamp(430px, 36vw, 600px);
    padding-top: clamp(64px, 6vw, 105px);
    padding-bottom: clamp(64px, 6vw, 105px);
    background-image:
        linear-gradient(90deg, rgba(7, 25, 39, 0.72), rgba(7, 25, 39, 0.12)),
        url("../images/nova-product-linen-clean.png");
    background-position: center;
}
.c101-product-copy {
    width: min(650px, 42vw);
}
.c101-product-cta h2 {
    max-width: 650px;
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 3vw, 3.8rem);
    line-height: 1.04;
}
@media (max-width: 900px) {
    html:has(body:is(.woocommerce-cart, .woocommerce-checkout)),
    body:is(.woocommerce-cart, .woocommerce-checkout) {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .c101-hero {
        min-height: 620px;
    }
    .c101-hero-copy {
        width: min(560px, 62vw);
    }
    .c101-routine {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .c101-routine-image {
        width: min(560px, 80vw);
        justify-self: center;
    }
    .c101-routine-copy {
        justify-self: center;
    }
    .c101-product-copy {
        width: min(580px, 70vw);
    }
}
@media (max-width: 640px) {
    .c101-hero {
        min-height: 650px;
        align-items: flex-end;
        padding: 100px 20px 48px;
    }
    .c101-hero::after {
        content: "";
        position: absolute;
        inset: 35% 0 0;
        background: linear-gradient(transparent, rgba(246, 237, 223, 0.94));
    }
    .c101-hero > img {
        object-position: 63% center;
    }
    .c101-hero-copy {
        width: 100%;
        z-index: 2;
    }
    .c101-hero-copy h1 {
        font-size: clamp(2.7rem, 12.2vw, 3.45rem);
    }
    .c101-hero-copy > p:last-child {
        font-size: 0.98rem;
    }
    .c101-routine {
        padding: 65px 20px 50px;
    }
    .c101-routine-image {
        width: 100%;
    }
    .c101-routine h2,
    .c101-faq h2,
    .c101-product-cta h2 {
        font-size: clamp(2.25rem, 10.5vw, 3rem);
    }
    .c101-faq {
        padding: 35px 20px 80px;
    }
    .c101-faq-list details {
        padding: 20px 0;
    }
    .c101-product-cta {
        min-height: 620px;
        align-items: flex-end;
        padding: 60px 20px;
        background-position: 60% center;
    }
    .c101-product-cta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(transparent 20%, rgba(20, 22, 24, 0.82));
    }
    .c101-product-copy {
        width: 100%;
        z-index: 1;
    }
    .c101-buy {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
    }
    .c101-buy .button {
        min-width: 0;
    }
}

/* NOVA WooCommerce cart and checkout */
body:is(.woocommerce-cart, .woocommerce-checkout) {
    --nova-commerce-paper: #f4eadb;
    --nova-commerce-blue: #071927;
    --nova-commerce-line: rgba(7, 25, 39, 0.16);
    --nova-commerce-split: 58%;
    --nova-commerce-gutter: clamp(28px, 5vw, 96px);
    margin: 0;
    background: linear-gradient(
        90deg,
        var(--nova-commerce-paper) 0 var(--nova-commerce-split),
        var(--nova-commerce-blue) var(--nova-commerce-split) 100%
    );
    color: var(--nova-commerce-blue);
    font-family: var(--font-body);
}

body.woocommerce-cart .nova-commerce-currency {
    position: absolute;
    z-index: 20;
    top: 28px;
    right: var(--nova-commerce-gutter);
    display: inline-flex;
}

body.woocommerce-cart .nova-commerce-currency::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

body.woocommerce-cart .nova-commerce-currency select {
    min-width: 124px;
    min-height: 40px;
    appearance: none;
    cursor: pointer;
    padding: 7px 39px 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px !important;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    transition: border-color 180ms ease, background-color 180ms ease;
}

body.woocommerce-cart .nova-commerce-currency select:focus-visible {
    border-color: #fff;
    outline: none;
}

body.woocommerce-cart .nova-commerce-currency option {
    background: #fff;
    color: var(--nova-commerce-blue);
}

body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header {
    position: relative;
    top: auto;
    z-index: 10;
    display: flex;
    width: 100%;
    min-height: 96px;
    align-items: center;
    margin: 0;
    padding: 22px var(--nova-commerce-gutter);
    border-bottom: 1px solid var(--nova-commerce-line);
    background: linear-gradient(
        90deg,
        var(--nova-commerce-paper) 0 var(--nova-commerce-split),
        var(--nova-commerce-blue) var(--nova-commerce-split) 100%
    );
}

body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header .header-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header .header-inner a {
    display: block;
    width: clamp(150px, 12vw, 205px);
    height: 48px;
    overflow: hidden;
    background: url("../images/nova-logo-black.png") left center / contain no-repeat;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

body:is(.woocommerce-cart, .woocommerce-checkout) main.site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(
        90deg,
        var(--nova-commerce-paper) 0 var(--nova-commerce-split),
        var(--nova-commerce-blue) var(--nova-commerce-split) 100%
    );
}

body:is(.woocommerce-cart, .woocommerce-checkout) footer.site-footer.dynamic-footer {
    min-height: 0;
    padding: 18px var(--nova-commerce-gutter);
}

body:is(.woocommerce-cart, .woocommerce-checkout) footer.site-footer.dynamic-footer .footer-inner {
    width: 100%;
    min-height: 0;
    margin: 0;
}

body:is(.woocommerce-cart, .woocommerce-checkout) .page-header {
    width: 100%;
    margin: 0;
    padding: 34px var(--nova-commerce-gutter) 12px;
    background: linear-gradient(
        90deg,
        var(--nova-commerce-paper) 0 var(--nova-commerce-split),
        var(--nova-commerce-blue) var(--nova-commerce-split) 100%
    );
}

body:is(.woocommerce-cart, .woocommerce-checkout) .page-header h1 {
    max-width: none;
    margin: 0;
    color: var(--nova-commerce-blue);
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 4vw, 4.9rem);
    font-weight: 400;
}

body:is(.woocommerce-cart, .woocommerce-checkout) .page-content,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 58fr) minmax(380px, 42fr) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - 190px);
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart .wc-block-cart > div:empty {
    display: none;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-checkout .wc-block-checkout__main {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px var(--nova-commerce-gutter) 80px !important;
    background: var(--nova-commerce-paper);
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 36px var(--nova-commerce-gutter) 80px !important;
    background: var(--nova-commerce-blue);
    color: var(--white);
}

body:is(.woocommerce-cart, .woocommerce-checkout)
    :is(.wc-block-cart__sidebar, .wc-block-checkout__sidebar)
    :is(h2, h3, h4, p, span, strong, label, a, button) {
    color: var(--white);
}

body:is(.woocommerce-cart, .woocommerce-checkout)
    :is(.wc-block-cart__sidebar, .wc-block-checkout__sidebar)
    :is(.wc-block-components-totals-wrapper, .wc-block-components-panel, .wc-block-components-totals-item) {
    border-color: rgba(255, 255, 255, 0.22) !important;
}

body.woocommerce-cart .wc-block-cart-items {
    position: relative;
}

body.woocommerce-cart .wc-block-cart-items::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(7, 25, 39, 0.28);
    pointer-events: none;
}

body.woocommerce-cart .wc-block-cart-items thead {
    border-top: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items thead th {
    border-top: 0 !important;
}

body.woocommerce-cart .wc-block-components-product-name {
    font-size: 15.6px !important;
}

body.woocommerce-cart
    :is(.wc-block-cart-item__prices, .wc-block-cart-item__total)
    .wc-block-formatted-money-amount {
    font-size: 1.3em;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-cart__submit-button:hover {
    min-height: 58px;
    border: 1px solid var(--nova-commerce-paper);
    border-radius: 4px;
    background: var(--nova-commerce-paper);
    color: var(--nova-commerce-blue) !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart__submit-button span {
    color: var(--nova-commerce-blue) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 58px;
    border: 1px solid var(--nova-commerce-blue);
    border-radius: 4px;
    background: var(--nova-commerce-blue);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.woocommerce-cart, .woocommerce-checkout)
    :is(input, select, textarea, .wc-block-components-text-input input) {
    border-radius: 4px !important;
}

@media (min-width: 901px) {
    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-checkout__sidebar {
        min-height: calc(100% + 96px);
        transform: translateY(-96px);
    }
}

@media (max-width: 900px) {
    body:is(.woocommerce-cart, .woocommerce-checkout),
    body:is(.woocommerce-cart, .woocommerce-checkout) main.site-main,
    body:is(.woocommerce-cart, .woocommerce-checkout) .page-header,
    body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header {
        background: var(--nova-commerce-paper);
    }

    body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header {
        min-height: 80px;
        padding: 16px 22px;
    }

    body.woocommerce-cart .nova-commerce-currency {
        top: 20px;
        right: 22px;
    }

    body.woocommerce-cart .nova-commerce-currency::after {
        border-color: var(--nova-commerce-blue);
    }

    body.woocommerce-cart .nova-commerce-currency select {
        min-width: 108px;
        min-height: 38px;
        border-color: rgba(7, 25, 39, 0.42);
        color: var(--nova-commerce-blue);
    }

    body.woocommerce-cart .nova-commerce-currency select:focus-visible {
        border-color: var(--nova-commerce-blue);
    }

    body:is(.woocommerce-cart, .woocommerce-checkout) header.site-header.dynamic-header .header-inner a {
        width: 150px;
        height: 40px;
    }

    body:is(.woocommerce-cart, .woocommerce-checkout) .page-header {
        padding: 28px 22px 10px;
    }

    body.woocommerce-cart .wc-block-cart,
    body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
    body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide,
    body.woocommerce-cart .wc-block-cart,
    body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
    body.woocommerce-cart .wc-block-cart__main,
    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-checkout__main,
    body.woocommerce-checkout .wc-block-checkout__sidebar {
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.woocommerce-cart .wc-block-cart-items,
    body.woocommerce-cart .wc-block-cart-items tbody,
    body.woocommerce-cart .wc-block-cart-items__row {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.woocommerce-cart .wc-block-cart__main,
    body.woocommerce-checkout .wc-block-checkout__main {
        padding: 12px 22px 54px !important;
    }

    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-checkout__sidebar {
        padding: 30px 22px 54px !important;
    }
}

@media (max-width: 480px) {
    body.woocommerce-cart .wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
        column-gap: 12px;
    }

    body.woocommerce-cart .wc-block-cart-item__image {
        display: none !important;
    }

    body.woocommerce-cart .wc-block-cart-item__product,
    body.woocommerce-cart .wc-block-cart-item__total {
        box-sizing: border-box;
        width: auto !important;
        min-width: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.woocommerce-cart .wc-block-cart-item__product {
        grid-column: 1;
    }

    body.woocommerce-cart .wc-block-cart-item__total {
        grid-column: 2;
    }
}
@media (max-width: 640px) {
    .c101-hero {
        min-height: 620px;
    }
}
@media (max-width: 640px) {
    .c101-product-cta {
        min-height: 620px;
        background-position: 68% center;
    }
    .c101-product-copy {
        width: 100%;
    }
    .c101-product-cta h2 {
        font-size: clamp(1.9rem, 8vw, 2.25rem);
    }
}

@font-face {
    font-family: "Gilmer";
    src: url("../fonts/Gilmer-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilmer";
    src: url("../fonts/Gilmer-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilmer";
    src: url("../fonts/Gilmer-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilmer";
    src: url("../fonts/Gilmer-Heavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #071927;
    --muted: #6f665c;
    --paper: #f4eadb;
    --mist: #eadfce;
    --sand: #d8b98d;
    --sea: #062033;
    --teal: #0a4050;
    --navy: #071927;
    --white: #ffffff;
    --line: rgba(7, 18, 23, 0.12);
    --shadow: 0 24px 70px rgba(7, 18, 23, 0.18);
    --max: 1550px;
    /* Shared horizontal page bounds: 1550px content max with responsive gutters. */
    /* Forty percent more horizontal breathing room than the approved baseline. */
    --page-gutter: max(147.6384px, calc((100vw - var(--max)) * 0.7));
    --subpage-hero-height: clamp(540px, 39.6vw, 705px);
    --featured-subpage-hero-height: clamp(653.4px, 47.916vw, 853.05px);
    --benefits-feature-height: clamp(520px, 38vw, 700px);
    --site-product-cta-height: clamp(520px, 38vw, 700px);
    --font-display: "Hoefler Text", Georgia, "Times New Roman", serif;
    --font-body: "Gilmer", Arial, sans-serif;
    --type-h1: clamp(4rem, 5.15vw, 6rem);
    --type-h2: clamp(3.25rem, 4.3vw, 5.2rem);
    --type-h3: clamp(1.28rem, 1.45vw, 1.65rem);
    --type-quote: clamp(2.55rem, 3.35vw, 4.05rem);
    --type-body: clamp(1.02rem, 1.08vw, 1.22rem);
    --type-kicker: clamp(0.98rem, 1.05vw, 1.25rem);
    --type-ui: clamp(0.86rem, 0.92vw, 1rem);
    --leading-tight: 0.96;
    --leading-body: 1.72;
}

/* The footer provides the site's single language control. */
#trp-floater-ls {
    display: none !important;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-synthesis: none;
    font-synthesis-weight: none;
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.home-page
    :is(
        h1,
        h2,
        h3,
        p,
        a,
        span,
        strong,
        summary,
        blockquote,
        button,
        .eyebrow,
        .section-kicker
    ) {
    color: #263b58 !important;
}

.home-page
    :is(.hero, .quote-section, .product-panel)
    :is(h1, h2, h3, p, a, span, strong, blockquote, .eyebrow, .section-kicker) {
    color: #ffffff !important;
}

.home-page :is(.hero, .quote-section, .product-panel) svg {
    color: #ffffff;
}

.home-page .product-panel .button {
    color: #263b58 !important;
}

.home-page .button-dark,
.home-page .formula-copy .button,
.home-page .benefits-cta .button {
    color: #ffffff !important;
}

.home-page .product-panel .button {
    color: #263b58 !important;
}


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

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

button,
a {
    font: inherit;
}

/* Shared site shell */
site-header {
    display: contents;
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2.4vw, 48px);
    width: 100%;
    min-height: clamp(96px, 6.7vw, 130px);
    margin: 0;
    padding: 0 clamp(44px, 4.5vw, 86px) 0 clamp(42px, 3.75vw, 72px);
    border: 0;
    border-radius: 0;
    background: var(--paper);
    box-shadow: none;
    backdrop-filter: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
    border-bottom: 1px solid rgba(38, 59, 88, 0.1);
    background: rgba(244, 234, 219, 0.9);
    box-shadow: 0 10px 30px rgba(7, 25, 39, 0.08);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
}

.site-header:has(.nav-cta) {
    padding-right: 0;
}

.brand img {
    width: clamp(154px, 11.7vw, 225px);
    height: auto;
}

.brand {
    justify-self: start;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: clamp(24px, 2.6vw, 64px);
    color: #1e344f;
    font-size: clamp(0.9rem, 1.02vw, 1.45rem);
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.desktop-nav a {
    white-space: nowrap;
}

.desktop-nav a,
.mobile-nav a {
    transition: color 180ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
    color: var(--teal);
}

.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
    opacity: 0.42;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-cta {
    display: inline-flex;
    min-height: clamp(72px, 6.7vw, 130px);
    align-items: center;
    justify-content: center;
    align-self: stretch;
    justify-self: end;
    margin-right: 0;
    padding: 0 clamp(28px, 3vw, 58px);
    background: #263b58;
    color: var(--white);
    font-size: clamp(0.9rem, 1.02vw, 1.45rem);
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: clamp(30px, 3vw, 66px);
    color: #e337a8;
}

.nav-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e337a8;
    font-size: clamp(0.9rem, 1.02vw, 1.45rem);
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.nav-icon-link img {
    width: clamp(22px, 1.4vw, 29px);
    height: clamp(22px, 1.4vw, 29px);
    object-fit: contain;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: transparent;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.mobile-nav {
    position: fixed;
    z-index: 19;
    top: 82px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 14px;
    border-radius: 8px;
    background: rgba(248, 246, 241, 0.96);
    box-shadow: var(--shadow);
}

.mobile-nav a {
    display: block;
    padding: 13px 8px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-nav a:last-child {
    border-bottom: 0;
}

.mobile-nav.is-open {
    display: block;
}

.hero {
    position: relative;
    min-height: clamp(840px, 61.5vw, 1190px);
    overflow: hidden;
    display: grid;
    align-items: center;
    padding: clamp(130px, 15.4vw, 295px)
        max(24px, calc((100vw - var(--max)) / 2)) 74px;
    color: var(--white);
    isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-scrim {
    position: absolute;
    inset: 0;
}

.hero-media {
    z-index: -3;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% center;
}

.hero-scrim {
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.34) 46%,
            rgba(0, 0, 0, 0.28)
        ),
        linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0) 62%);
}

.hero-content {
    width: min(706px, 100%);
    padding-bottom: 0;
}

.eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: var(--teal);
    font-size: var(--type-kicker);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body:not(.product-page):not(.about-collagen-page):not(.benefits-page)
    .section-kicker {
    color: #363636;
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
}

body:not(.product-page):not(.about-collagen-page):not(.benefits-page)
    .section-heading {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.hero .eyebrow {
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2 {
    font-family: var(--font-display);
    font-weight: 400;
    font-synthesis: none;
    line-height: var(--leading-tight);
}

h1 {
    max-width: 900px;
    margin-bottom: 22px;
    font-size: var(--type-h1);
    line-height: 1.04;
}

h1 span {
    display: block;
    white-space: nowrap;
}

h2 {
    margin-bottom: 22px;
    font-size: var(--type-h2);
}

h3 {
    margin-bottom: 10px;
    font-size: var(--type-h3);
    font-weight: 500;
    line-height: 1.15;
}

p {
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.hero-copy {
    max-width: 706px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--type-body);
    line-height: var(--leading-body);
}

.hero-actions,
.hero-support-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 26px;
}

.hero-support-icons span {
    display: grid;
    min-width: 76px;
    justify-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-support-icons svg {
    width: 58px;
    height: 58px;
    padding: 11px;
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-ticker {
    display: none;
}

.button {
    width: fit-content;
    min-width: 204px;
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid currentColor;
    border-radius: 5px;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.button-primary {
    border-color: var(--white);
    background: var(--white);
    color: var(--ink);
}

.button-secondary {
    color: var(--white);
}

.button-dark {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
}

.home-page .hero .home-shop-button,
.home-page .hero .home-shop-button:hover,
.home-page .hero .home-shop-button:focus-visible {
    border-color: var(--ink) !important;
    background: var(--ink) !important;
    color: var(--white) !important;
}

.hero-product-card {
    position: absolute;
    right: max(24px, calc((100vw - var(--max)) / 2));
    bottom: 34px;
    display: grid;
    grid-template-columns: 72px minmax(0, 230px);
    gap: 16px;
    align-items: center;
    width: min(360px, calc(100% - 48px));
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
}

.hero-product-card img {
    height: 92px;
    width: 72px;
    object-fit: contain;
}

.hero-product-card p,
.hero-product-card span {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.hero-product-card strong {
    display: block;
    margin: 3px 0;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.15;
}

.ticker {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.ticker span {
    min-height: 74px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-right: 1px solid var(--line);
    color: rgba(7, 18, 23, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.ticker span:last-child {
    border-right: 0;
}

.ticker svg {
    width: 42px;
    height: 42px;
    color: var(--teal);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ticker.home-ticker {
    display: none;
}

.section-pad {
    padding: 96px max(24px, calc((100vw - var(--max)) / 2));
}

.intro-grid,
.formula {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1fr);
    gap: clamp(64px, 9vw, 170px);
    align-items: start;
}

.intro p,
.formula-copy p,
.routine-copy p,
.product-details p,
.faq-list p {
    color: var(--muted);
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.image-band {
    display: block;
}

.image-band img {
    width: 100%;
    height: min(40vw, 770px);
    object-fit: cover;
}

.image-band img:last-child {
    display: none;
}

.benefits {
    background: var(--paper);
}

.section-heading {
    width: min(900px, 100%);
    margin-bottom: 46px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(24px, 3.4vw, 58px);
    border-top: 0;
    border-left: 0;
}

.benefit-grid article {
    min-height: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
}

.benefit-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    color: var(--ink);
    vertical-align: middle;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-grid p {
    color: var(--muted);
    margin-top: 10px;
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.benefit-grid h3 {
    display: inline;
    font-size: var(--type-h3);
    font-weight: 500;
    white-space: nowrap;
}

.routine {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(54vw, 1040px);
    background: var(--mist);
}

.routine-media img {
    width: 100%;
    height: 100%;
    min-height: min(54vw, 1040px);
    object-fit: cover;
}

.routine-copy {
    align-self: center;
    padding: 100px max(54px, calc((100vw - var(--max)) / 2)) 100px
        clamp(48px, 5vw, 100px);
}

.routine-copy .section-kicker {
    color: #363636;
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
}

.routine-copy h2 {
    max-width: 680px;
    font-size: var(--type-h2);
    line-height: var(--leading-tight);
}

.routine-steps {
    display: grid;
    gap: 18px;
    margin-top: 34px;
    border-top: 0;
}

.routine-steps div {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 14px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.routine-steps strong {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(38, 59, 88, 0.56);
    border-radius: 50%;
    color: #263b58;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
}

.routine-steps span {
    color: #263b58;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.2;
}

.formula {
    background: var(--paper);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
}

.formula-copy .button {
    margin-top: 22px;
    min-width: 0;
    width: 204px;
    border-color: #263b58;
    background: #263b58;
    color: var(--white);
}

.formula-list {
    display: grid;
    gap: 0;
    align-self: center;
    width: min(100%, 760px);
    justify-self: end;
    border: 1px solid rgba(7, 25, 39, 0.36);
}

.formula-list div {
    padding: clamp(18px, 1.7vw, 28px) clamp(24px, 2.2vw, 38px);
    border: 0;
    border-bottom: 1px solid rgba(7, 25, 39, 0.36);
    border-radius: 0;
    background: transparent;
}

.formula-list div:last-child {
    border-bottom: 0;
}

.formula-list span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #363636;
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.formula-list span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #363636;
}

.formula-list strong {
    color: #363636;
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.formula-results {
    align-self: center;
    justify-self: end;
    width: min(100%, 680px);
}

.formula-results-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    color: #263b58;
    font-size: clamp(1.1rem, 1.55vw, 1.75rem);
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.formula-results img {
    display: block;
    width: 100%;
    aspect-ratio: 1.21 / 1;
    object-fit: cover;
    object-position: center 48%;
}

.quote-section {
    position: relative;
    display: grid;
    min-height: min(42vw, 720px);
    align-items: center;
    justify-items: end;
    padding: 90px max(24px, calc((100vw - var(--max)) / 2));
    overflow: hidden;
    background: #6d716c;
    color: var(--white);
    isolation: isolate;
}

.quote-section::before,
.quote-section::after {
    content: "";
    position: absolute;
    inset: 0;
}

.quote-section::before {
    z-index: -2;
    background: url("../images/nova-quote-lake.png") center/cover;
    transform: scaleX(-1);
}

.quote-section::after {
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(4, 27, 34, 0.1),
            rgba(4, 27, 34, 0.3) 44%,
            rgba(4, 27, 34, 0.5)
        ),
        rgba(0, 0, 0, 0.16);
}

.quote-section > div {
    width: min(920px, 58vw);
}

.quote-section .section-kicker {
    display: none;
}

blockquote {
    width: 100%;
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--type-quote);
    font-weight: 400;
    font-synthesis: none;
    line-height: 1.16;
}

.quote-section blockquote {
    font-size: clamp(2.35rem, 3.15vw, 4rem);
    line-height: 1.04;
}

.product-section {
    padding: 0;
    background: var(--paper);
}

.product-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
    min-height: min(42vw, 720px);
    padding: clamp(82px, 6vw, 120px) clamp(42px, 4.2vw, 82px);
    border-radius: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.52),
            rgba(0, 0, 0, 0.34),
            rgba(0, 0, 0, 0.08)
        ),
        url("../images/nova-product-linen-clean.png") center/cover;
    color: var(--white);
}

.product-image {
    display: none;
}

.product-image img {
    width: auto;
    height: min(36vw, 620px);
    max-height: none;
    object-fit: contain;
    filter: none;
}

.product-details {
    grid-column: 1;
    grid-row: 1;
    max-width: 760px;
    padding-right: 0;
}

.product-details h2 {
    max-width: 760px;
    margin-bottom: 30px;
    font-size: var(--type-h2);
    line-height: var(--leading-tight);
}

.product-details > p:not(.section-kicker) {
    max-width: 660px;
}

.product-details .section-kicker {
    color: rgba(255, 255, 255, 0.82) !important;
}

.product-details p,
.price-row span,
.subscribe-note {
    color: rgba(255, 255, 255, 0.74);
}

.purchase-row {
    display: grid;
    grid-template-columns: 204px auto;
    align-items: end;
    gap: 0 38px;
    width: min(100%, 480px);
    margin-top: 26px;
}

.price-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
    gap: 4px;
    width: auto;
    margin: 0;
}

.price-row strong {
    font-size: clamp(2.45rem, 3.15vw, 3.9rem);
    font-weight: 300;
    line-height: 0.95;
}

.price-row span:first-child {
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.subscribe-note {
    grid-column: 1 / -1;
    display: block;
    margin-top: 28px;
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.product-details .button-dark {
    display: flex;
    width: 204px;
    margin-top: 0;
    border-color: var(--white);
    background: var(--paper);
    color: #363636;
    min-width: 0;
    min-height: 54px;
    border-radius: 5px;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.faq {
    background: var(--paper);
}

.faq-list {
    display: grid;
    gap: 0;
}

details {
    border: 1px solid rgba(7, 25, 39, 0.28);
    border-radius: 0;
    background: transparent;
}

details + details {
    border-top: 0;
}

summary {
    cursor: pointer;
    padding: 22px 24px;
    font-size: var(--type-body);
    font-weight: 500;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details p {
    margin: 0;
    padding: 0 24px 22px;
}

.site-footer {
    display: flex;
    min-height: clamp(420px, 25.5vw, 520px);
    align-items: center;
    flex-direction: column;
    padding: clamp(58px, 3.8vw, 78px) 24px clamp(48px, 2.8vw, 58px);
    background: #071927;
    text-align: center;
}

.site-footer img {
    width: clamp(112px, 9.24vw, 189px);
}

.site-footer .site-footer-description {
    width: min(1060px, 100%);
    margin: clamp(18px, 1.2vw, 24px) 0 clamp(24px, 1.6vw, 34px);
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(1rem, 1.25vw, 1.65rem);
    line-height: 2;
}

.site-footer-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 0.8vw, 16px);
}

.site-footer .site-footer-language,
.site-footer .site-footer-currency select {
    display: inline-flex;
    min-width: clamp(126px, 8.54vw, 175px);
    min-height: clamp(39px, 2.49vw, 50px);
    align-items: center;
    justify-content: center;
    padding: 8px 21px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: transparent;
    color: #fff !important;
    font-size: clamp(0.7rem, 0.83vw, 1.05rem);
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.site-footer .site-footer-language,
.site-footer .site-footer-currency select {
    transition: border-color 180ms ease, background-color 180ms ease;
}

.site-footer .site-footer-language:hover {
    border-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.05);
}

.site-footer .site-footer-language:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.site-footer .site-footer-currency select:focus-visible {
    border-color: #fff;
    outline: none;
}

.site-footer .site-footer-currency {
    position: relative;
    display: inline-flex;
}

.site-footer .site-footer-currency::after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.site-footer .site-footer-currency select {
    appearance: none;
    cursor: pointer;
    padding-right: 45px;
    padding-left: 31px;
    font-family: inherit;
    text-align: center;
    text-align-last: center;
}

.site-footer .site-footer-currency option {
    background: #fff;
    color: #071927;
}

.site-footer .site-footer-copyright {
    margin: clamp(40px, 2.7vw, 54px) 0 0;
    color: rgba(255, 255, 255, 0.34) !important;
    font-size: clamp(0.9rem, 1.12vw, 1.4rem);
    line-height: 1.4;
}

.nova-currency-attribution {
	margin: 0;
	padding: 8px 16px 14px;
	background: #061b2a;
	color: rgba(255, 255, 255, 0.42);
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}

.nova-currency-attribution a {
	color: inherit;
	text-decoration: none;
}

.product-page {
    background: var(--white);
}

.product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 54px;
    align-items: start;
    padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 76px;
    background: var(--paper);
}

.product-gallery {
    display: grid;
    gap: 16px;
    background: transparent;
}

.gallery-main {
    position: relative;
    display: grid;
    min-height: 0;
    aspect-ratio: 10 / 9;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(7, 25, 39, 0.08);
    border-radius: 24px;
    background: var(--white);
}

.gallery-main img {
    position: absolute;
    inset: 24px;
    width: calc(100% - 48px) !important;
    height: calc(100% - 48px) !important;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px) !important;
    padding: 0;
    object-fit: contain;
    object-position: center;
    filter: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.gallery-thumb {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(7, 25, 39, 0.12);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 2px 8px rgba(7, 25, 39, 0.06);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease,
        transform 160ms ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible {
    background: var(--white) !important;
    border-color: rgba(12, 92, 115, 0.62);
    box-shadow: 0 4px 12px rgba(7, 25, 39, 0.11);
    transform: translateY(-1px);
}

.gallery-thumb.is-selected {
    background: var(--white) !important;
    border: 2px solid #0c6d88;
    box-shadow: 0 0 0 1px rgba(12, 109, 136, 0.08);
}

.gallery-thumb img {
    position: absolute;
    inset: 8px;
    width: calc(100% - 16px) !important;
    height: calc(100% - 16px) !important;
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px) !important;
    padding: 0;
    object-fit: contain;
    object-position: center;
}

.purchase-panel {
    position: sticky;
    container-type: inline-size;
    container-name: purchase-panel;
    top: 108px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (min-width: 921px) {
    .purchase-panel {
        margin-top: 20px;
    }
}

.purchase-panel h2 {
    font-family: var(--font-display);
    font-weight: 400;
    font-synthesis: none;
    max-width: 100%;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: clamp(2.75rem, 3.35vw, 3.8rem);
    line-height: 1.08;
    white-space: normal;
}

.product-rating {
    margin-bottom: 18px;
    color: var(--teal);
    font-weight: 500;
}

.product-rating span,
.product-summary {
    color: var(--muted);
}

.product-summary {
    margin-bottom: 28px;
    font-size: var(--type-body);
    line-height: var(--leading-body);
}

.option-block,
.purchase-choice,
.cart-row {
    margin-top: 18px;
}

.size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.size-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: center;
    column-gap: 12px;
    min-height: 118px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
}

.size-card.is-selected {
    border-color: var(--teal);
    box-shadow: inset 0 0 0 1px var(--teal);
}

.product-page .size-card:hover {
    border-color: var(--line) !important;
    background: transparent !important;
    color: var(--ink) !important;
}

.product-page .size-card.is-selected:hover {
    border-color: var(--teal) !important;
    box-shadow: inset 0 0 0 1px var(--teal);
}

.size-card-label,
.size-card-prices,
.size-card strong,
.size-card small {
    display: block;
}

.size-card-label {
    grid-column: 1;
    grid-row: 1;
    padding-left: 14px;
    font-weight: 700;
}

.size-card-prices {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: baseline;
    gap: 12px;
    margin: 6.4px 0 0;
    padding-left: 14px;
}

.size-card strong {
    font-size: 2.29em;
    font-weight: 400;
}

.size-card-prices del {
    color: var(--muted);
    font-size: 1.43em;
    text-decoration-thickness: 1px;
}

.size-card small {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: var(--muted);
    text-align: right;
}

/* Stack size-card metadata only when the viewport is below the desktop breakpoint. */
@media (max-width: 1023px) {
    .size-card small {
        grid-column: 1 / -1;
        grid-row: 2;
        align-self: start;
        margin-top: 2px;
        padding-left: 14px;
        text-align: left;
    }

    .size-card-prices {
        grid-row: 3;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-top: 2px;
    }

    .size-card-prices strong {
        line-height: 1;
    }

    .size-card-prices del {
        line-height: 1.05;
    }
}

@media (max-width: 640px) {
    .product-page .size-card small {
        padding-left: 0;
    }
}

.purchase-choice {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
}

.purchase-choice.is-selected {
    border-color: var(--teal);
    box-shadow: inset 0 0 0 1px var(--teal);
}

.purchase-choice[data-choice="subscribe"] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    column-gap: 18px;
    align-items: center;
}

.purchase-choice[data-choice="subscribe"] > label {
    grid-column: 1;
    grid-row: 1;
}

.purchase-choice[data-choice="subscribe"] > select {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
}

@container purchase-panel (max-width: 760px) {
    .purchase-choice[data-choice="subscribe"] {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .purchase-choice[data-choice="subscribe"] > select {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
    }
}

.purchase-choice label {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.purchase-choice input {
    accent-color: var(--teal);
}

.purchase-choice strong {
    display: block;
    line-height: 1.2;
}

.purchase-choice small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.35;
}

.purchase-choice select {
    width: 100%;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
}

.purchase-choice select option {
    font-family: var(--font-body);
}

@media (max-width: 640px) {
    .product-page .size-card {
        column-gap: 4px;
        padding: 12px 10px;
    }

    .product-page .size-card-label,
    .product-page .size-card-prices {
        padding-left: 0;
    }

    .product-page .size-card-prices {
        flex-wrap: wrap;
        gap: 3px 7px;
    }

    .product-page .size-card strong {
        font-size: 1.9em;
    }

    .product-page .size-card-prices del {
        font-size: 1.05em;
    }

    .product-page .size-card small {
        font-size: 0.78em;
    }

    .purchase-choice[data-choice="subscribe"] {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .purchase-choice[data-choice="subscribe"] > select {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
    }

}

.cart-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    padding-bottom: 24px;
}

.cart-row .button {
    width: 100%;
    min-height: 54px;
    border: 0;
    cursor: pointer;
}

.product-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.product-badges div {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-right: 1px solid var(--line);
}

.product-badges div:last-child {
    border-right: 0;
}

.product-badges span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--teal);
    border-radius: 50%;
    color: var(--teal);
    font-weight: 700;
}

.product-info {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
    gap: 70px;
    background: var(--white);
}

.info-accordion {
    display: grid;
    gap: 12px;
}

.why-collagen {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 50px;
    align-items: center;
    padding: 96px max(24px, calc((100vw - var(--max)) / 2));
    background:
        linear-gradient(rgba(4, 27, 34, 0.78), rgba(4, 27, 34, 0.78)),
        url("../images/nova-daily-dose.png") center/cover;
    color: var(--white);
}

.why-copy .section-kicker,
.why-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.why-copy p {
    font-size: var(--type-body);
    line-height: var(--leading-body);
}

.why-copy .button-secondary {
    margin-top: 18px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.why-grid article {
    min-height: 250px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.why-grid .benefit-icon {
    margin-bottom: 82px;
    color: rgba(255, 255, 255, 0.84);
}

.why-grid h3 {
    color: var(--white);
}

.subscribe-band {
    display: grid;
    min-height: 430px;
    place-items: center;
    padding: 80px 24px;
    background: var(--navy);
    color: var(--white);
    text-align: center;
}

.subscribe-band p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.subscribe-band h2 {
    max-width: 880px;
    font-size: clamp(2.75rem, 3.35vw, 3.8rem);
    line-height: 1.08;
}

.product-routine {
    min-height: 620px;
}

.about-collagen-page {
    background: var(--paper);
}

.collagen-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
    gap: 56px;
    align-items: center;
    min-height: 820px;
    padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 72px;
    background: var(--paper);
}

.collagen-hero-copy p:not(.section-kicker),
.collagen-intro > p,
.collagen-split-copy p,
.collagen-product-cta p {
    color: var(--muted);
    font-size: var(--type-body);
    line-height: var(--leading-body);
}

.collagen-hero-copy .button {
    margin-top: 22px;
}

.collagen-hero-image,
.collagen-split-image {
    overflow: hidden;
    border-radius: 8px;
}

.collagen-hero-image img,
.collagen-split-image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.collagen-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 70px;
    background: var(--white);
}

.collagen-benefit-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: var(--paper);
}

.collagen-benefit-band article {
    min-height: 330px;
    padding: 32px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.collagen-benefit-band p,
.value-grid p {
    color: var(--muted);
}

.collagen-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    background: var(--mist);
}

.collagen-split-copy {
    align-self: center;
    padding: 86px max(24px, calc((100vw - var(--max)) / 2)) 86px 72px;
}

.collagen-steps {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.collagen-steps div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(7, 25, 39, 0.14);
}

.collagen-steps strong {
    color: var(--teal);
}

.collagen-steps span {
    font-weight: 700;
}

.collagen-values {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 62px;
    padding: 100px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--navy);
    color: var(--white);
}

.collagen-values .section-kicker,
.collagen-values p {
    color: rgba(255, 255, 255, 0.72);
}

.value-grid {
    display: grid;
    gap: 14px;
}

.value-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.value-grid h3 {
    color: var(--white);
}

.collagen-product-cta {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
    gap: 46px;
    align-items: center;
    padding: 92px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--white);
}

.collagen-product-cta img {
    max-height: 520px;
    margin: 0 auto;
    object-fit: contain;
}

.collagen-product-cta .button {
    margin-top: 18px;
}

.benefits-page {
    background: var(--paper);
}

.benefits-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
    gap: 58px;
    align-items: center;
    min-height: 860px;
    padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 72px;
    background: var(--paper);
}

.benefits-hero-copy p:not(.section-kicker),
.education-card-copy p,
.vitamin-c-copy p,
.myth-grid p,
.benefits-cta p {
    color: var(--muted);
    font-size: var(--type-body);
    line-height: var(--leading-body);
}

.benefits-hero-copy .button {
    margin-top: 22px;
}

.benefits-hero-image,
.education-visual,
.vitamin-c-media,
.habits-section figure {
    overflow: hidden;
    border-radius: 8px;
}

.benefits-hero-image img,
.vitamin-c-media img,
.habits-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-hero-image {
    display: grid;
    min-height: 620px;
    place-items: center;
    background: var(--white);
}

.benefits-hero-image img {
    width: auto;
    max-height: 560px;
    object-fit: contain;
}

.daily-benefits {
    background: var(--white);
}

.check-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.check-benefits article {
    min-height: 230px;
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.check-benefits span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 72px;
    place-items: center;
    border: 1px solid var(--teal);
    border-radius: 8px;
    color: var(--teal);
    font-size: 1.5rem;
}

.benefit-education-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
    gap: 54px;
    align-items: center;
    padding: 100px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--paper);
}

.education-visual,
.habits-section figure {
    margin: 0;
}

.education-visual {
    position: relative;
    display: grid;
    min-height: 600px;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(216, 185, 141, 0.38),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.72),
            rgba(244, 234, 219, 0.92)
        );
}

.education-visual::before {
    content: "";
    width: min(210px, 44vw);
    height: min(420px, 84vw);
    border: 4px solid rgba(216, 185, 141, 0.72);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent 46%,
            rgba(216, 185, 141, 0.55) 47%,
            rgba(216, 185, 141, 0.55) 53%,
            transparent 54%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.72),
            rgba(216, 185, 141, 0.32)
        );
    box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.42);
}

.education-visual span {
    position: absolute;
    width: min(52px, 12vw);
    height: min(240px, 50vw);
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(216, 185, 141, 0.75),
        rgba(255, 255, 255, 0.7)
    );
    box-shadow: 0 18px 52px rgba(7, 25, 39, 0.12);
}

.education-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.education-list div,
.vitamin-points article,
.myth-grid article,
.pillar-grid article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
}

.education-list strong {
    display: block;
    margin-bottom: 8px;
    color: var(--teal);
}

.vitamin-c-section {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
    padding: 100px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--white);
}

.vitamin-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.myth-section {
    background: var(--paper);
}

.myth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.myth-grid span {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--teal);
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.myth-grid h3 {
    font-family: var(--font-display);
    font-size: var(--type-h2);
    font-weight: 400;
    font-synthesis: none;
    line-height: var(--leading-tight);
}

.habits-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 58px;
    align-items: center;
    padding: 100px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--navy);
    color: var(--white);
}

.habits-section .section-kicker,
.habits-section p {
    color: rgba(255, 255, 255, 0.72);
}

.habit-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.habit-list span {
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.1rem;
}

.quality-pillars {
    background: var(--white);
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pillar-grid p {
    color: var(--muted);
}

.benefits-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
    gap: 46px;
    align-items: center;
    padding: 92px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--mist);
}

.benefits-cta img {
    max-height: 500px;
    margin: 0 auto;
    object-fit: contain;
}

.benefits-cta .button {
    margin-top: 18px;
}

.testimonials-page {
    background: var(--paper);
}

.testimonials-page .section-kicker {
    color: #263b58;
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.testimonial-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    gap: clamp(24px, 2.4vw, 44px);
    align-items: center;
    min-height: clamp(780px, 56vw, 960px);
    padding: clamp(122px, 8vw, 156px) max(40px, calc((100vw - var(--max)) / 2))
        48px;
    overflow: hidden;
    background: #f5ecdf;
    isolation: isolate;
}

.testimonial-hero-copy {
    position: relative;
    z-index: 1;
    align-self: center;
    width: min(620px, 43vw);
}

.testimonial-hero-copy h1 {
    max-width: 620px;
    margin-bottom: 28px;
    color: var(--ink);
    font-size: clamp(3.4rem, 4.35vw, 5rem);
    line-height: 0.98;
}

.testimonial-hero-copy > p:not(.section-kicker):not(.star-rating),
.testimonial-hero-copy blockquote,
.testimonial-hero-copy cite,
.result-icons p,
.testimonial-product-cta p {
    color: #263b58;
}

.testimonial-hero-copy > p:not(.section-kicker):not(.star-rating) {
    margin-bottom: 24px;
    font-size: var(--type-body);
}

.star-rating {
    margin: 0 0 22px;
    color: #062033;
    font-size: clamp(1.1rem, 1.3vw, 1.55rem);
    letter-spacing: 0.16em;
    line-height: 1;
}

.testimonial-hero-copy blockquote {
    max-width: 500px;
    margin: 0 0 18px;
    font-family: var(--font-body);
    font-size: var(--type-body);
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
}

.testimonial-hero-copy cite,
.testimonial-story-copy cite {
    display: block;
    color: #263b58;
    font-size: var(--type-body);
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
}

.testimonial-hero-copy cite::before,
.testimonial-story-copy cite::before {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    margin: 0 0 14px;
    background: currentColor;
}

.testimonial-hero-copy cite span,
.testimonial-story-copy cite span {
    display: block;
    font-size: 0.86em;
    font-weight: 400;
}

.testimonial-hero-media {
    position: relative;
    z-index: -1;
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    pointer-events: none;
}

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

.comparison-labels {
    position: absolute;
    left: 42.1%;
    bottom: 24.9%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 34.6%;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    pointer-events: none;
}

.comparison-labels span {
    display: grid;
    min-height: 34px;
    place-items: center;
    background: #062033;
    color: var(--white);
    font-size: clamp(0.68rem, 0.78vw, 0.9rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.comparison-labels span + span {
    border-left: 2px solid rgba(255, 255, 255, 0.9);
}

.comparison-note {
    position: absolute;
    left: 42.1%;
    bottom: 21.8%;
    margin: 0;
    color: rgba(38, 59, 88, 0.68);
    font-size: clamp(0.58rem, 0.66vw, 0.76rem);
    line-height: 1.2;
}

.result-icons {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 1.5vw, 24px);
    width: min(900px, 59vw);
    margin-top: clamp(34px, 3vw, 56px);
    padding-top: 0;
}

.result-icons article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0 12px;
    align-items: start;
    padding-right: 0;
}

.result-icons .benefit-icon {
    grid-row: 1 / 3;
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0;
    place-items: center;
    border: 1px solid rgba(38, 59, 88, 0.64);
    border-radius: 50%;
    color: #263b58;
}

.result-icons .benefit-icon svg {
    width: 23px;
    height: 23px;
}

.result-icons h3 {
    margin-bottom: 6px;
    color: #263b58;
    font-size: clamp(0.94rem, 1.04vw, 1.18rem);
    line-height: 1.05;
}

.result-icons p {
    margin: 0;
    font-size: clamp(0.72rem, 0.72vw, 0.84rem);
    line-height: 1.3;
}

.testimonial-story {
    position: relative;
    display: grid;
    min-height: min(56vw, 910px);
    align-items: center;
    padding: 96px max(40px, calc((100vw - var(--max)) / 2));
    overflow: hidden;
    background: #f5ecdf;
    isolation: isolate;
}

.testimonial-story::before,
.testimonial-story::after {
    content: "";
    position: absolute;
    inset: 0;
}

.testimonial-story::before {
    z-index: -2;
    background: url("../images/testimonial-b.png") 76% center/cover
        no-repeat;
}

.testimonial-story::after {
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(245, 236, 223, 0.98) 0%,
            rgba(245, 236, 223, 0.88) 38%,
            rgba(245, 236, 223, 0.12) 68%
        ),
        linear-gradient(
            0deg,
            rgba(245, 236, 223, 0.18),
            rgba(245, 236, 223, 0.18)
        );
}

.testimonial-story-copy {
    width: min(780px, 58vw);
}

.testimonial-story-copy > span {
    display: block;
    margin-bottom: 8px;
    color: #063552;
    font-family: var(--font-display);
    font-size: clamp(6rem, 11vw, 14rem);
    line-height: 0.7;
}

.testimonial-story-copy blockquote {
    margin: 0 0 34px;
    color: #062033;
    font-size: var(--type-quote);
}

.testimonial-story-copy .star-rating {
    margin-top: 28px;
    margin-bottom: 0;
}

.testimonial-product-cta {
    display: grid;
    min-height: min(42vw, 720px);
    align-items: center;
    padding: clamp(74px, 7vw, 126px) max(40px, calc((100vw - var(--max)) / 2));
    background:
        linear-gradient(
            90deg,
            rgba(7, 25, 39, 0.56),
            rgba(7, 25, 39, 0.34),
            rgba(7, 25, 39, 0.08)
        ),
        url("../images/nova-product-linen-clean.png") center/cover;
    color: var(--white);
}

.testimonial-product-cta > div {
    width: min(760px, 100%);
}

.testimonial-product-cta .section-kicker,
.testimonial-product-cta h2,
.testimonial-product-cta p,
.testimonial-product-cta .price-row span,
.testimonial-product-cta .price-row strong {
    color: var(--white);
}

.testimonial-product-cta h2 {
    font-size: var(--type-h2);
}

.testimonial-product-cta p:not(.section-kicker) {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.78);
}

.testimonial-product-cta .button-dark {
    width: min(382px, 100%);
    min-height: 84px;
    border-color: var(--white);
    border-radius: 10px;
    background: var(--paper);
    color: #363636;
}

@media (max-width: 1240px) {
    .site-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 18px;
        padding-right: 34px;
        padding-left: 34px;
    }

    .brand img {
        width: 185px;
    }

    .desktop-nav {
        gap: 28px;
        font-size: 0.92rem;
        letter-spacing: 0.13em;
    }

    .nav-actions {
        gap: 28px;
    }

    .nav-icon-link {
        gap: 10px;
        font-size: 0.92rem;
        letter-spacing: 0.13em;
    }

    .nav-cta {
        padding: 0 30px;
        font-size: 0.92rem;
        letter-spacing: 0.13em;
    }

    .testimonial-hero {
        grid-template-columns: minmax(0, 0.58fr) minmax(500px, 1fr);
    }
}

@media (max-width: 920px) {
    .site-header {
        grid-template-columns: 160px 1fr auto;
        min-height: 76px;
        padding: 0 18px 0 24px;
    }

    .desktop-nav,
    .nav-actions,
    .nav-cta {
        display: none;
    }

    .menu-toggle {
        display: block;
        grid-column: 3;
        justify-self: end;
    }

    .hero {
        align-items: center;
        min-height: 820px;
        padding-top: 110px;
        padding-bottom: 70px;
    }

    .hero-content {
        padding-bottom: 0;
    }

    .hero-media img {
        object-position: 62% center;
    }

    .ticker,
    .benefit-grid,
    .intro-grid,
    .formula,
    .routine,
    .product-panel,
    .product-hero,
    .product-info,
    .why-collagen,
    .collagen-hero,
    .collagen-intro,
    .collagen-split,
    .collagen-values,
    .collagen-product-cta,
    .benefits-hero,
    .benefit-education-split,
    .vitamin-c-section,
    .habits-section,
    .benefits-cta,
    .testimonial-hero,
    .result-icons {
        grid-template-columns: 1fr;
    }

    .formula-results {
        justify-self: stretch;
        width: 100%;
        margin-top: 18px;
    }

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

    .routine-copy {
        padding: 74px 24px;
    }

    .product-details {
        padding-right: 0;
    }

    .product-image,
    .product-details {
        grid-column: auto;
        grid-row: auto;
    }

    .purchase-panel {
        position: static;
    }

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

    .collagen-benefit-band {
        grid-template-columns: 1fr 1fr;
    }

    .check-benefits,
    .pillar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .myth-grid,
    .vitamin-points {
        grid-template-columns: 1fr;
    }

    .collagen-split-copy {
        padding: 74px 24px;
    }

    .testimonial-hero {
        padding: 104px 24px 64px;
    }

    .testimonial-hero-media img {
        min-height: 0;
        aspect-ratio: 3 / 2;
    }

    .comparison-labels {
        bottom: 15%;
    }

    .comparison-note {
        display: none;
    }

    .result-icons article {
        border-right: 0;
        padding-right: 0;
    }

    .result-icons {
        width: 100%;
    }

    .testimonial-story {
        min-height: 760px;
        padding: 74px 24px;
        align-items: start;
    }

    .testimonial-story::before {
        background-position: 66% center;
    }

    .testimonial-story::after {
        background:
            linear-gradient(
                180deg,
                rgba(245, 236, 223, 0.98) 0%,
                rgba(245, 236, 223, 0.9) 42%,
                rgba(245, 236, 223, 0.12) 74%
            ),
            linear-gradient(
                0deg,
                rgba(245, 236, 223, 0.18),
                rgba(245, 236, 223, 0.18)
            );
    }

    .testimonial-story-copy {
        width: min(620px, 100%);
    }

    .testimonial-product-cta {
        padding: 74px 24px;
    }
}

@media (max-width: 640px) {
    .site-header {
        width: 100%;
        margin-top: 0;
        padding: 0 14px;
        min-height: 66px;
    }

    .brand img {
        width: 132px;
    }

    .hero {
        min-height: 760px;
        padding-top: 96px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-scrim {
        background:
            linear-gradient(
                0deg,
                rgba(2, 14, 18, 0.76),
                rgba(2, 14, 18, 0.1) 74%
            ),
            linear-gradient(90deg, rgba(2, 14, 18, 0.54), rgba(2, 14, 18, 0.08));
    }

    .hero-media img {
        object-position: 63% center;
    }

    .hero-content {
        padding-bottom: 0;
    }

    .hero .eyebrow {
        font-size: 1.05rem;
    }

    h1 {
        font-size: clamp(2rem, 9.8vw, 2.38rem);
    }

    .hero-copy {
        margin-top: 22px;
        padding-top: 20px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero-support-icons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .hero-support-icons span {
        min-width: 0;
        font-size: 0.68rem;
    }

    .hero-support-icons svg {
        width: 46px;
        height: 46px;
        padding: 9px;
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .hero-product-card {
        left: 18px;
        right: 18px;
        bottom: 24px;
        width: auto;
    }

    .section-pad {
        padding: 74px 18px;
    }

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

    .ticker span {
        min-height: 68px;
        border-right: 0;
    }

    .image-band {
        grid-template-columns: 1fr;
    }

    .image-band img {
        height: 380px;
    }

    .routine-media img {
        min-height: 420px;
    }

    .product-panel {
        padding: 18px;
        gap: 28px;
    }

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

    .product-image img {
        max-height: 350px;
    }

    .product-hero {
        padding: 104px 18px 64px;
    }

    .gallery-main {
        min-height: 430px;
    }

    .gallery-main img {
        max-height: 380px;
    }

    .gallery-grid,
    .size-options,
    .product-badges,
    .cart-row {
        grid-template-columns: 1fr;
    }

    .product-page .size-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .product-gallery .gallery-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
    }

    .purchase-panel {
        padding: 0;
    }

    .product-badges div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .product-badges div:last-child {
        border-bottom: 0;
    }

    .collagen-hero {
        min-height: auto;
        padding: 104px 18px 64px;
    }

    .collagen-hero-image img,
    .collagen-split-image img {
        min-height: 420px;
    }

    .collagen-benefit-band {
        grid-template-columns: 1fr;
    }

    .collagen-benefit-band article {
        min-height: 260px;
    }

    .collagen-values,
    .collagen-product-cta,
    .benefits-hero,
    .benefit-education-split,
    .vitamin-c-section,
    .habits-section,
    .benefits-cta {
        padding: 74px 18px;
    }

    .benefits-hero {
        padding-top: 104px;
    }

    .check-benefits,
    .education-list,
    .pillar-grid {
        grid-template-columns: 1fr;
    }

    .check-benefits article {
        min-height: 210px;
    }

    .check-benefits span {
        margin-bottom: 44px;
    }

    .testimonial-hero {
        padding: 88px 18px 58px;
    }

    .testimonial-hero-copy h1 {
        font-size: clamp(2rem, 9.8vw, 2.38rem);
    }

    .testimonial-hero-media {
        margin-right: -18px;
        margin-left: -18px;
    }

    .result-icons {
        gap: 22px;
    }

    .result-icons article {
        grid-template-columns: 52px 1fr;
        gap: 0 14px;
    }

    .result-icons .benefit-icon {
        width: 52px;
        height: 52px;
    }

    .testimonial-story {
        min-height: 680px;
        padding: 64px 18px;
    }

    .testimonial-product-cta {
        padding: 64px 18px;
    }

    .testimonial-product-cta .purchase-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

/* Ingredients */
.ingredients-page {
    background: #f4eadb;
    color: #263b58;
}
.ingredients-page main :is(h1, h2, h3, p, a, span, strong, li, .section-kicker) {
    color: #263b58 !important;
}
.ingredients-page
    .ingredients-product-band
    :is(h1, h2, h3, p, span, strong, .section-kicker) {
    color: #fff !important;
}
.ingredients-page .ingredients-product-band .button {
    color: #263b58 !important;
}
.ingredients-page h1,
.ingredients-page h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 0.98;
}
.ingredients-page h1 {
    font-size: var(--type-h1);
}
.ingredients-page h2 {
    font-size: var(--type-h2);
}
.ingredients-page .section-kicker {
    margin: 0 0 22px;
    font-size: var(--type-kicker);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.ingredients-hero {
    position: relative;
    display: grid;
    min-height: clamp(720px, 52.8vw, 940px);
    align-items: center;
    overflow: hidden;
}
.ingredients-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ingredients-hero-copy {
    position: relative;
    z-index: 1;
    width: min(960px, 72vw);
    margin-left: max(24px, calc((100vw - var(--max)) / 2));
    padding: clamp(118px, 8.8vw, 158px) 0 72px;
}
.ingredients-hero h1 span {
    display: block;
    white-space: nowrap;
}
.ingredients-hero-copy > p:not(.section-kicker) {
    max-width: 840px;
    margin: 19px 0 30px;
    line-height: 1.65;
}
.ingredients-hero-intro span {
    display: block;
    white-space: nowrap;
}
.ingredient-promises {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: min(100%, 620px);
    max-width: 620px;
    transform: translateX(-58px);
}
.ingredient-promises article {
    display: grid;
    justify-items: center;
    padding: 0 24px;
    border-right: 1px solid rgba(38, 59, 88, 0.32);
    text-align: center;
    line-height: 1.35;
}
.ingredient-promises article:last-child {
    border: 0;
}
.ingredient-promises img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    filter: none;
}
.ingredient-promises strong {
    font-size: 0.9rem;
}
.ingredient-promises span {
    margin-top: 5px;
    font-size: 0.76rem;
}
.ingredient-benefits {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    min-height: 690px;
    background: #f8f0e4;
}
.ingredient-benefits-portrait {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #e9ddcf, #cbb8a7);
}
.ingredient-benefits-portrait::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 68% 35%,
        #faf6ef 0 20%,
        transparent 55%
    );
}
.ingredient-benefits-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 72% center;
}
.ingredient-benefits-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 72px
        clamp(42px, 7vw, 130px);
}
.ingredient-benefits-copy h2 {
    max-width: 650px;
    font-size: clamp(2.75rem, 3.35vw, 3.8rem);
    line-height: 1.08;
}
.ingredient-benefits-intro {
    max-width: 620px;
    margin: 0;
    padding-top: 12px;
    color: rgba(38, 59, 88, 0.82);
    line-height: 1.55;
}
.ingredient-benefits-copy ul {
    display: grid;
    gap: 25px;
    margin: 43px 0 0;
    padding: 0;
    list-style: none;
}
.ingredient-benefits-copy li {
    position: relative;
    padding-left: 44px;
    font-weight: 500;
}
.ingredient-benefits-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1em;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    font-size: 0.9rem;
}
.vitamin-c-story {
    position: relative;
    height: 690px;
    min-height: 690px;
    overflow: hidden;
}
.vitamin-c-story > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vitamin-c-copy {
    position: relative;
    z-index: 1;
    width: 54%;
    height: 100%;
    margin-left: max(24px, calc((100vw - var(--max)) / 2));
    padding: clamp(58px, 5vw, 92px) 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vitamin-c-copy h2 {
    max-width: 650px;
    font-size: clamp(2.75rem, 3.35vw, 3.8rem);
    line-height: 1.08;
}
.vitamin-c-copy > p:not(.section-kicker) {
    max-width: 650px;
    margin: 0;
    padding-top: 12px;
    line-height: 1.6;
}
.vitamin-c-story .vitamin-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 660px;
    margin-top: 28px;
}
.vitamin-c-story .vitamin-points article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    align-items: start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.vitamin-points article > span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid #263b58;
    border-radius: 50%;
}
.vitamin-points article > span svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.vitamin-points strong {
    display: block;
    font-weight: 600;
}
.vitamin-points p {
    margin: 3px 0 0;
    font-size: 1rem;
    line-height: 1.5;
}
.ingredients-product-band {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}
.ingredients-product-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(7, 25, 39, 0.72),
        rgba(7, 25, 39, 0.12)
    );
}
.ingredients-product-band > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ingredients-product-band > div {
    position: relative;
    z-index: 1;
    width: min(680px, 52%);
    margin-left: max(24px, calc((100vw - var(--max)) / 2));
}
.ingredients-product-band .section-kicker {
    color: rgba(255, 255, 255, 0.82);
}
.ingredients-product-band h2 {
    max-width: 650px;
    font-size: clamp(2.75rem, 3.35vw, 3.8rem);
    line-height: 1.08;
}
.ingredients-product-band p:not(.section-kicker) {
    max-width: 580px;
}
.ingredients-product-band .button {
    min-width: 230px;
    background: #f4eadb;
    color: #263b58;
}

@media (max-width: 760px) {
    .ingredients-page h1,
    .ingredients-page h2 {
        font-size: clamp(2.35rem, 11vw, 3.2rem);
    }
    .ingredients-hero {
        min-height: 620px;
        align-items: end;
    }
    .ingredients-hero > img {
        object-position: 66% center;
    }
    .ingredients-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(244, 234, 219, 0.97) 0 40%,
            rgba(244, 234, 219, 0.12) 78%
        );
    }
    .ingredients-hero-copy {
        width: 100%;
        margin-left: 0;
        padding: 96px 24px 48px;
    }
    .ingredients-hero h1 span {
        white-space: normal;
    }
    .ingredients-hero-intro span {
        white-space: normal;
    }
    .ingredients-hero-copy > p:not(.section-kicker) {
        margin: 24px 0 30px;
    }
    .ingredient-promises {
        gap: 0;
    }
    .ingredient-promises {
        transform: none;
    }
    .ingredient-promises article {
        padding: 0 8px;
    }
    .ingredient-promises span {
        display: none;
    }
    .ingredient-promises strong {
        font-size: 0.72rem;
    }
    .ingredient-benefits {
        grid-template-columns: 1fr;
    }
    .ingredient-benefits-portrait {
        min-height: 460px;
    }
    .ingredient-benefits-copy {
        padding: 58px 24px 70px;
    }
    .ingredient-benefits-copy h2 {
        font-size: clamp(2.25rem, 10vw, 3rem);
    }
    .vitamin-c-story {
        height: 910px;
        min-height: 910px;
    }
    .vitamin-c-story > img {
        object-position: 63% center;
    }
    .vitamin-c-story::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(244, 234, 219, 0.97) 0 58%,
            rgba(244, 234, 219, 0.12)
        );
    }
    .vitamin-c-copy {
        width: 100%;
        margin-left: 0;
        padding: 58px 24px;
    }
    .ingredients-product-band {
        min-height: 610px;
        align-items: end;
    }
    .ingredients-product-band::after {
        background: linear-gradient(
            0deg,
            rgba(7, 25, 39, 0.88),
            rgba(7, 25, 39, 0.12)
        );
    }
    .ingredients-product-band > img {
        object-position: 62% center;
    }
    .ingredients-product-band > div {
        width: 100%;
        margin-left: 0;
        padding: 0 24px 52px;
    }
    .ingredients-product-band h2 {
        font-size: clamp(2.25rem, 10vw, 3rem);
    }
}

.benefits-page {
    background: #f1e6d7;
}


.benefits-page main {
    overflow: hidden;
}

.benefits-mock-hero {
    position: relative;
    display: grid;
    min-height: clamp(650px, 56.2vw, 950px);
    align-items: center;
    padding: clamp(110px, 9vw, 160px) max(32px, calc((100vw - var(--max)) / 2))
        72px;
    isolation: isolate;
}

.benefits-hero-media,
.benefits-hero-media img {
    position: absolute;
    inset: 0;
}

.benefits-hero-media {
    z-index: -2;
}

.benefits-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.benefits-mock-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(244, 234, 219, 0.44),
        rgba(244, 234, 219, 0.06) 48%
    );
}

.benefits-hero-content {
    position: relative;
    z-index: 2;
    width: min(520px, 44vw);
    color: var(--ink);
}

.nova-mark {
    display: grid;
    width: clamp(52px, 4.4vw, 72px);
    height: clamp(52px, 4.4vw, 72px);
    margin-bottom: clamp(34px, 4.4vw, 72px);
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    line-height: 1;
}

.benefits-hero-content h1 {
    max-width: 520px;
    margin-bottom: clamp(42px, 4.2vw, 72px);
    font-size: clamp(3.6rem, 5.2vw, 7.1rem);
    line-height: 0.97;
}

.benefits-hero-content p {
    max-width: 360px;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(7, 25, 39, 0.2);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 1.65vw, 2.2rem);
    line-height: 1.18;
}

.biotin-diagram {
    padding: clamp(86px, 7.4vw, 140px) max(28px, calc((100vw - var(--max)) / 2));
    background: #f4eadb;
    text-align: center;
}

.biotin-diagram h2 {
    margin-bottom: clamp(48px, 5.6vw, 96px);
    font-size: clamp(3rem, 4.4vw, 6rem);
}

.biotin-map {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(190px, 0.56fr) minmax(
            240px,
            1fr
        );
    grid-template-rows: repeat(2, minmax(104px, auto));
    gap: clamp(44px, 5.2vw, 90px) clamp(28px, 4vw, 72px);
    align-items: center;
    width: min(1050px, 100%);
    margin: 0 auto;
}

.biotin-pill {
    grid-column: 2;
    grid-row: 1 / 3;
    width: clamp(116px, 11vw, 186px);
    aspect-ratio: 0.48;
    justify-self: center;
    border: 5px solid rgba(215, 182, 140, 0.48);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent 45%,
            rgba(197, 160, 113, 0.38) 46%,
            rgba(197, 160, 113, 0.38) 54%,
            transparent 55%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.72),
            rgba(214, 181, 139, 0.32)
        );
    box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.3);
}

.biotin-pill::after {
    content: "";
    display: block;
    width: 28%;
    height: 54%;
    margin: 34% auto 0;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(204, 163, 105, 0.7),
        rgba(255, 255, 255, 0.7)
    );
}

.biotin-callout {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    text-align: left;
}

.biotin-callout::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(52px, 5vw, 92px);
    height: 1px;
    background: rgba(7, 25, 39, 0.42);
}

.callout-one,
.callout-three {
    justify-self: end;
}

.callout-one::after,
.callout-three::after {
    right: calc(clamp(52px, 5vw, 92px) * -1 - 18px);
    transform: rotate(15deg);
}

.callout-two,
.callout-four {
    justify-self: start;
}

.callout-two::after,
.callout-four::after {
    left: calc(clamp(52px, 5vw, 92px) * -1 - 18px);
    transform: rotate(-15deg);
}

.biotin-callout strong {
    color: var(--ink);
    font-size: clamp(1.05rem, 1.2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
}

.circle-icon {
    display: grid;
    width: clamp(54px, 4.8vw, 76px);
    height: clamp(54px, 4.8vw, 76px);
    place-items: center;
    border: 1.6px solid currentColor;
    border-radius: 50%;
    color: var(--ink);
}

.circle-icon svg {
    width: 58%;
    height: 58%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.collagen-age {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.72fr);
    gap: clamp(28px, 4.5vw, 82px);
    align-items: end;
    padding: 34px max(30px, calc((100vw - var(--max)) / 2)) 0;
    background: #f4eadb;
}

.collagen-age-copy {
    padding: clamp(56px, 7vw, 126px) 0 clamp(70px, 7vw, 132px);
}

.collagen-age h2,
.routine-future h2,
.benefits-product-band h2 {
    max-width: 760px;
    color: var(--ink);
    font-size: clamp(3.1rem, 5vw, 7rem);
    line-height: 0.98;
}

.rule-line {
    width: 66px;
    height: 1px;
    margin: clamp(28px, 3vw, 48px) 0;
    background: rgba(7, 25, 39, 0.24);
}

.age-reasons {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 0;
    width: min(850px, 100%);
}

.age-reasons article {
    min-height: 148px;
    padding: 0 clamp(16px, 1.5vw, 28px);
    border-left: 1px solid rgba(7, 25, 39, 0.12);
    text-align: center;
}

.age-reasons article:first-child {
    border-left: 0;
    padding-left: 0;
}

.age-reasons .circle-icon {
    margin: 0 auto 16px;
}

.age-reasons strong,
.age-reasons p {
    margin: 0;
    color: var(--ink);
    font-size: clamp(0.86rem, 0.95vw, 1.08rem);
    line-height: 1.24;
}

.age-reasons strong {
    display: block;
    font-weight: 800;
}

.collagen-age-media {
    align-self: stretch;
    margin: 0;
    overflow: hidden;
}

.collagen-age-media img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: 58% center;
}

.routine-future,
.benefits-product-band {
    position: relative;
    display: grid;
    min-height: clamp(620px, 51vw, 880px);
    align-items: center;
    padding: 82px max(32px, calc((100vw - var(--max)) / 2));
    isolation: isolate;
}

.routine-future-media,
.routine-future-media img,
.benefits-product-media,
.benefits-product-media img {
    position: absolute;
    inset: 0;
}

.routine-future-media,
.benefits-product-media {
    z-index: -2;
}

.routine-future-media img,
.benefits-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.routine-future::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(244, 234, 219, 0.82),
        rgba(244, 234, 219, 0.22) 52%,
        rgba(244, 234, 219, 0)
    );
}

.routine-future-copy {
    position: relative;
    z-index: 2;
    width: min(560px, 45vw);
}

.routine-future-copy p {
    max-width: 420px;
    color: var(--ink);
    font-size: clamp(1rem, 1vw, 1.25rem);
    line-height: 1.62;
}

.benefits-product-band {
    min-height: clamp(480px, 36vw, 650px);
    color: var(--white);
}

.benefits-product-band::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(7, 25, 39, 0.56),
        rgba(7, 25, 39, 0.24) 48%,
        rgba(7, 25, 39, 0.08)
    );
}

.benefits-product-copy {
    width: min(620px, 48vw);
}

.benefits-product-copy h2 {
    color: var(--white);
    font-size: clamp(2.6rem, 4.1vw, 5.8rem);
}

.benefits-product-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 1.1vw, 1.28rem);
    line-height: 1.68;
}

.product-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 42px;
    align-items: center;
    margin-top: 26px;
}

.product-band-actions span {
    color: var(--white);
    font-size: clamp(2.2rem, 2.9vw, 4rem);
    font-weight: 300;
    line-height: 1;
}

.product-band-actions .button {
    min-width: 230px;
    border-color: rgba(255, 255, 255, 0.88);
    background: #f4eadb;
    color: var(--ink);
}

@media (max-width: 920px) {
    .benefits-mock-hero {
        min-height: 720px;
    }

    .benefits-hero-content,
    .routine-future-copy,
    .benefits-product-copy {
        width: min(560px, 78vw);
    }

    .biotin-map {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: left;
    }

    .biotin-pill {
        grid-column: auto;
        grid-row: auto;
        order: -1;
        margin-bottom: 8px;
    }

    .biotin-callout {
        justify-self: stretch;
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .biotin-callout::after {
        display: none;
    }

    .collagen-age {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .collagen-age-copy {
        padding-bottom: 26px;
    }

    .age-reasons {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .age-reasons article:nth-child(odd) {
        border-left: 0;
    }

    .collagen-age-media img {
        min-height: 470px;
    }

    .routine-future::after {
        background: linear-gradient(
            90deg,
            rgba(244, 234, 219, 0.92),
            rgba(244, 234, 219, 0.36) 72%
        );
    }
}

@media (max-width: 640px) {
    .benefits-mock-hero {
        min-height: 620px;
        padding: 96px 18px 54px;
        align-items: end;
    }

    .benefits-hero-media img {
        object-position: 57% center;
    }

    .benefits-mock-hero::after {
        background:
            linear-gradient(
                0deg,
                rgba(244, 234, 219, 0.94),
                rgba(244, 234, 219, 0.28) 62%,
                rgba(244, 234, 219, 0.08)
            ),
            linear-gradient(
                90deg,
                rgba(244, 234, 219, 0.7),
                rgba(244, 234, 219, 0.08)
            );
    }

    .benefits-hero-content,
    .routine-future-copy,
    .benefits-product-copy {
        width: 100%;
    }

    .nova-mark {
        margin-bottom: 28px;
    }

    .benefits-hero-content h1,
    .collagen-age h2,
    .routine-future h2 {
        font-size: clamp(2.75rem, 13vw, 4.1rem);
    }

    .benefits-hero-content p {
        font-size: 1.25rem;
    }

    .biotin-diagram {
        padding: 72px 18px;
    }

    .biotin-diagram h2 {
        font-size: clamp(2.35rem, 11vw, 3.25rem);
    }

    .collagen-age {
        padding-right: 18px;
        padding-left: 18px;
    }

    .age-reasons {
        grid-template-columns: 1fr;
    }

    .age-reasons article,
    .age-reasons article:first-child {
        display: grid;
        grid-template-columns: 62px 1fr;
        gap: 0 16px;
        min-height: 0;
        padding: 0;
        border-left: 0;
        text-align: left;
    }

    .age-reasons .circle-icon {
        grid-row: span 2;
        margin: 0;
    }

    .collagen-age-media {
        margin-right: -18px;
        margin-left: -18px;
    }

    .collagen-age-media img {
        min-height: 380px;
    }

    .routine-future {
        min-height: 610px;
        padding: 64px 18px;
        align-items: start;
    }

    .routine-future-media img {
        object-position: 61% center;
    }

    .routine-future::after {
        background: linear-gradient(
            180deg,
            rgba(244, 234, 219, 0.98),
            rgba(244, 234, 219, 0.72) 36%,
            rgba(244, 234, 219, 0.04) 72%
        );
    }

    .benefits-product-band {
        min-height: 560px;
        padding: 56px 18px;
        align-items: end;
    }

    .benefits-product-media img {
        object-position: 62% center;
    }

    .benefits-product-band::after {
        background: linear-gradient(
            0deg,
            rgba(7, 25, 39, 0.8),
            rgba(7, 25, 39, 0.22) 68%
        );
    }

    .benefits-product-copy h2 {
        font-size: clamp(2.25rem, 11vw, 3.5rem);
    }

    .product-band-actions {
        display: grid;
        gap: 20px;
    }

    .product-band-actions .button {
        width: min(260px, 100%);
    }

}

/* Benefits page rebuild from supplied NOVA design assets. */
.benefits-page {
    background: #f4eadb;
}

.benefits-page main {
    overflow: hidden;
}


.benefits-art-hero {
    position: relative;
    min-height: clamp(720px, 52.8vw, 940px);
    display: grid;
    align-items: center;
    padding: clamp(118px, 8.8vw, 158px)
        max(40px, calc((100vw - var(--max)) / 2)) 72px;
    color: var(--white);
    isolation: isolate;
}

.benefits-art-hero > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.benefits-art-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(28, 30, 30, 0.62),
        rgba(28, 30, 30, 0.34) 44%,
        rgba(28, 30, 30, 0.1)
    );
}

.benefits-art-hero-copy {
    position: relative;
    z-index: 2;
    width: min(900px, 58vw);
}

.benefits-art-hero-copy h1 span {
    display: block;
    white-space: nowrap;
}

.benefits-art-hero-copy h1 {
    max-width: none;
}

.benefits-art-hero .section-kicker,
.benefits-product-copy .section-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.benefits-art-hero h1 {
    max-width: 650px;
    margin-bottom: 4px;
    color: var(--white);
    font-size: clamp(3.9rem, 5.1vw, 7rem);
    line-height: 0.97;
}

.benefits-art-hero-copy > p:not(.section-kicker) {
    max-width: 580px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 1.15vw, 1.35rem);
    line-height: 1.65;
}

.benefits-art-hero .button,
.benefits-product-band .button {
    min-width: 250px;
    border-color: #f4eadb;
    background: #f4eadb;
    color: var(--ink);
}

.collagen-decline {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.56fr);
    min-height: clamp(580px, 45vw, 780px);
    align-items: center;
    padding: clamp(72px, 6.4vw, 116px) max(40px, calc((100vw - var(--max)) / 2));
    background: #f4eadb;
    overflow: hidden;
}

.collagen-decline-copy {
    position: relative;
    z-index: 2;
    width: min(1010px, 100%);
}

.collagen-decline h2,
.biotin-art h2,
.routine-art-copy h2 {
    color: var(--ink);
    font-size: clamp(3.1rem, 4.6vw, 6.3rem);
    line-height: 1.02;
}

.collagen-decline h2 {
    margin-bottom: 20px;
}

.collagen-decline-copy > p,
.biotin-art-heading p,
.routine-art-copy p {
    max-width: 710px;
    color: #263b58;
    font-size: clamp(1.03rem, 1.1vw, 1.32rem);
    line-height: 1.76;
}

.collagen-decline-copy > p {
    margin-bottom: 0;
}

.decline-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 20px clamp(34px, 3.5vw, 62px);
    width: min(1000px, 100%);
    margin-top: 28px;
}

.decline-grid article {
    display: grid;
    grid-template-columns: clamp(58px, 4.7vw, 74px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.decline-grid .circle-icon {
    width: clamp(58px, 4.7vw, 74px);
    height: clamp(58px, 4.7vw, 74px);
    color: #263b58;
}

.decline-grid p {
    margin: 0;
    color: #263b58;
    font-size: clamp(1rem, 1.1vw, 1.32rem);
    line-height: 1.45;
}

.decline-grid strong {
    font-weight: 800;
}

.decline-takeaway {
    width: min(1000px, 100%);
    margin-top: 16px;
    padding: 0;
}

.decline-takeaway > p:last-child {
    max-width: 740px;
    margin: 0;
    color: #263b58;
    font-size: clamp(1rem, 1.05vw, 1.24rem);
    line-height: 1.6;
}

.collagen-decline-person {
    position: absolute;
    right: max(-110px, calc((100vw - var(--max)) / 2 - 110px));
    top: -5%;
    bottom: auto;
    width: auto;
    height: 126%;
    max-width: none;
    pointer-events: none;
}

.biotin-art {
    padding: clamp(76px, 6.8vw, 126px) max(28px, calc((100vw - var(--max)) / 2))
        clamp(82px, 7.8vw, 142px);
    border-top: 1px solid rgba(38, 59, 88, 0.18);
    background: #f4eadb;
    text-align: center;
}

.biotin-art-heading {
    width: min(870px, 100%);
    margin: 0 auto clamp(42px, 4.5vw, 76px);
}

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

.biotin-art img {
    width: min(1120px, 92vw);
    margin: 0 auto;
}

.routine-art {
    position: relative;
    display: grid;
    min-height: clamp(620px, 51vw, 880px);
    align-items: center;
    padding: clamp(74px, 7vw, 126px) max(40px, calc((100vw - var(--max)) / 2));
    background: #f4eadb;
    isolation: isolate;
}

.routine-art > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 88%;
}

.routine-art::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(7, 25, 39, 0.08),
        rgba(7, 25, 39, 0.26) 42%,
        rgba(7, 25, 39, 0.72)
    );
}

.routine-art-copy {
    justify-self: end;
    width: min(680px, 45vw);
}

.routine-art-copy h2 {
    margin-bottom: 24px;
}

.benefits-page .routine-art-copy h2,
.benefits-page .routine-art-copy p {
    color: var(--white);
}

.benefits-product-band {
    min-height: clamp(520px, 38vw, 700px);
}

.benefits-product-band::after {
    background: linear-gradient(
        90deg,
        rgba(7, 25, 39, 0.58),
        rgba(7, 25, 39, 0.3) 46%,
        rgba(7, 25, 39, 0.1)
    );
}

.benefits-product-copy {
    position: relative;
    z-index: 2;
    width: min(690px, 50vw);
}

.benefits-product-copy h2 {
    max-width: 670px;
    color: var(--white);
    font-size: clamp(3rem, 4.5vw, 6.1rem);
    line-height: 1;
}

.benefits-product-copy p:not(.section-kicker) {
    max-width: 570px;
}

.product-band-actions span {
    display: grid;
    gap: 4px;
}

.product-band-actions small {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.85rem, 0.9vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 920px) {
    .benefits-art-hero,
    .collagen-decline,
    .routine-art,
    .benefits-product-band {
        padding-right: 24px;
        padding-left: 24px;
    }

    .benefits-art-hero-copy,
    .routine-art-copy,
    .benefits-product-copy {
        width: min(620px, 100%);
    }

    .benefits-art-hero {
        min-height: 720px;
        align-items: end;
    }

    .benefits-art-hero::after {
        background: linear-gradient(
            0deg,
            rgba(26, 28, 29, 0.68),
            rgba(26, 28, 29, 0.16) 74%
        );
    }

    .benefits-art-hero > img {
        object-position: 58% center;
    }

    .collagen-decline {
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }

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

    .collagen-decline-person {
        position: relative;
        right: auto;
        justify-self: end;
        width: min(760px, 112vw);
        margin-top: 34px;
        margin-right: -24px;
    }

    .biotin-art img {
        width: min(1040px, 110vw);
    }

    .routine-art {
        align-items: start;
    }

    .routine-art::after {
        background: linear-gradient(
            180deg,
            rgba(7, 25, 39, 0.8),
            rgba(7, 25, 39, 0.48) 42%,
            rgba(7, 25, 39, 0.08) 76%
        );
    }

    .routine-art > img {
        object-position: 34% 88%;
    }
}

@media (max-width: 640px) {
    .benefits-art-hero,
    .collagen-decline,
    .biotin-art,
    .routine-art,
    .benefits-product-band {
        padding-right: 18px;
        padding-left: 18px;
    }

    .benefits-art-hero {
        min-height: 620px;
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .benefits-art-hero > img {
        object-position: 61% center;
    }

    .benefits-art-hero h1,
    .collagen-decline h2,
    .biotin-art h2,
    .routine-art-copy h2,
    .benefits-product-copy h2 {
        font-size: clamp(2.55rem, 12vw, 3.8rem);
    }

    .benefits-art-hero-copy > p:not(.section-kicker),
    .collagen-decline-copy > p,
    .biotin-art-heading p,
    .routine-art-copy p {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    .benefits-art-hero-copy h1 span {
        white-space: normal;
    }

    .benefits-art-hero .button,
    .benefits-product-band .button {
        width: min(260px, 100%);
        min-width: 0;
    }

    .collagen-decline {
        min-height: 0;
        padding-top: 68px;
        padding-bottom: 70px;
        overflow: hidden;
    }

    .decline-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .decline-grid article {
        grid-template-columns: 56px 1fr;
    }

    .decline-grid .circle-icon {
        width: 56px;
        height: 56px;
    }

    .decline-grid p {
        font-size: 0.98rem;
    }

    .decline-takeaway {
        margin-top: 16px;
        padding: 0;
    }

    .collagen-decline-person {
        position: absolute;
        right: -32vw;
        bottom: 0;
        width: 82vw;
        opacity: 0.88;
    }

    .biotin-art {
        padding-top: 66px;
        padding-bottom: 72px;
    }

    .biotin-art-heading {
        margin-bottom: 26px;
    }

    .biotin-art img {
        width: 132vw;
        max-width: none;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .routine-art {
        min-height: 660px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .routine-art > img {
        object-position: 23% 88%;
    }

    .benefits-product-band {
        min-height: 560px;
        align-items: end;
        padding-top: 56px;
        padding-bottom: 54px;
    }

    .benefits-product-media img {
        object-position: 62% center;
    }

    .benefits-product-band::after {
        background: linear-gradient(
            0deg,
            rgba(7, 25, 39, 0.82),
            rgba(7, 25, 39, 0.28) 72%
        );
    }

    .product-band-actions {
        display: grid;
        gap: 18px;
    }
}

.biotin-art {
    padding-top: clamp(66px, 5.6vw, 104px);
    padding-bottom: clamp(72px, 6.4vw, 120px);
}

.biotin-art-heading {
    margin-bottom: clamp(30px, 2.8vw, 54px);
}

.biotin-art > img {
    display: none;
}

.biotin-benefit-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(190px, 0.38fr) minmax(
            250px,
            1fr
        );
    grid-template-rows: repeat(2, minmax(122px, auto));
    gap: clamp(42px, 4.4vw, 78px) clamp(88px, 9vw, 160px);
    align-items: center;
    width: min(1160px, 100%);
    margin: 0 auto;
}

.biotin-benefit-capsule {
    grid-column: 2;
    grid-row: 1 / 3;
    width: clamp(128px, 12vw, 196px);
    aspect-ratio: 0.48;
    justify-self: center;
    border: 5px solid rgba(215, 182, 140, 0.48);
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent 45%,
            rgba(197, 160, 113, 0.38) 46%,
            rgba(197, 160, 113, 0.38) 54%,
            transparent 55%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.72),
            rgba(214, 181, 139, 0.32)
        );
    box-shadow:
        inset 0 0 0 18px rgba(255, 255, 255, 0.3),
        0 18px 44px rgba(38, 59, 88, 0.08);
}

.biotin-benefit-capsule::after {
    content: "";
    display: block;
    width: 28%;
    height: 54%;
    margin: 34% auto 0;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(204, 163, 105, 0.7),
        rgba(255, 255, 255, 0.7)
    );
}

.biotin-benefit-item {
    position: relative;
    display: grid;
    grid-template-columns: clamp(72px, 5.8vw, 92px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    color: var(--ink);
    text-align: left;
}

.biotin-benefit-item .circle-icon {
    width: clamp(72px, 5.8vw, 92px);
    height: clamp(72px, 5.8vw, 92px);
}

.biotin-benefit-item strong {
    color: var(--ink);
    font-size: clamp(1.26rem, 1.45vw, 1.78rem);
    font-weight: 800;
    line-height: 1.18;
}

.biotin-benefit-item::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(64px, 5vw, 92px);
    height: 2px;
    background: rgba(7, 25, 39, 0.58);
}

.biotin-benefit-one,
.biotin-benefit-three {
    justify-self: end;
}

.biotin-benefit-one::after,
.biotin-benefit-three::after {
    right: calc(clamp(64px, 5vw, 92px) * -1 - 32px);
    transform: rotate(15deg);
}

.biotin-benefit-two,
.biotin-benefit-four {
    justify-self: start;
}

.biotin-benefit-two::after,
.biotin-benefit-four::after {
    left: calc(clamp(64px, 5vw, 92px) * -1 - 32px);
    transform: rotate(-15deg);
}

@media (max-width: 920px) {
    .biotin-benefit-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 24px;
        width: min(460px, 100%);
    }

    .biotin-benefit-capsule {
        grid-column: auto;
        grid-row: auto;
        order: -1;
        margin-bottom: 12px;
    }

    .biotin-benefit-item {
        justify-self: stretch;
    }

    .biotin-benefit-item::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .biotin-art {
        padding-top: 58px;
        padding-bottom: 66px;
    }

    .biotin-art-heading {
        margin-bottom: 26px;
    }

    .biotin-benefit-capsule {
        width: 118px;
    }

    .biotin-benefit-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }

    .biotin-benefit-item .circle-icon {
        width: 56px;
        height: 56px;
    }

    .biotin-benefit-item strong {
        font-size: 0.98rem;
    }
}

/* Keep benefits typography in sync with the homepage scale. */
.benefits-page h1 {
    font-family: var(--font-display);
    font-size: var(--type-h1);
    font-weight: 400;
    line-height: 1.04;
}

.benefits-page h2,
.benefits-page .collagen-decline h2,
.benefits-page .biotin-art h2,
.benefits-page .routine-art-copy h2,
.benefits-page .benefits-product-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 3.15vw, 4rem);
    font-weight: 400;
    line-height: 1.04;
}

.benefits-page p,
.benefits-page .benefits-art-hero-copy > p:not(.section-kicker),
.benefits-page .collagen-decline-copy > p,
.benefits-page .biotin-art-heading p,
.benefits-page .routine-art-copy p,
.benefits-page .benefits-product-copy p:not(.section-kicker),
.benefits-page .decline-grid p {
    font-family: var(--font-body);
    font-size: var(--type-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.benefits-page .section-kicker {
    font-family: var(--font-body);
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.benefits-page .biotin-benefit-item strong {
    font-family: var(--font-body);
    font-size: var(--type-h3);
    font-weight: 500;
    line-height: 1.15;
}

.benefits-page .decline-grid strong {
    font-weight: 700;
}

@media (max-width: 640px) {
    .benefits-page h2,
    .benefits-page .collagen-decline h2,
    .benefits-page .biotin-art h2,
    .benefits-page .routine-art-copy h2,
    .benefits-page .benefits-product-copy h2 {
        font-size: clamp(1.9rem, 8vw, 2.25rem);
        line-height: 1.04;
    }

    .benefits-page p,
    .benefits-page .benefits-art-hero-copy > p:not(.section-kicker),
    .benefits-page .collagen-decline-copy > p,
    .benefits-page .biotin-art-heading p,
    .benefits-page .routine-art-copy p,
    .benefits-page .benefits-product-copy p:not(.section-kicker),
    .benefits-page .decline-grid p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .benefits-page .biotin-benefit-item strong {
        font-size: 1rem;
    }
}

/* Global page bounds: align content edges across every route. */
.section-kicker,
.eyebrow {
    font-weight: 400 !important;
}

.site-header,
.hero,
.section-pad,
.quote-section,
.why-collagen,
.product-hero,
.product-badges,
.collagen-hero,
.collagen-intro,
.collagen-values,
.collagen-product-cta,
.benefits-hero,
.benefit-education-split,
.vitamin-c-section,
.habits-section,
.benefits-cta,
.ingredients-hero-copy,
.ingredient-benefits-copy,
.vitamin-c-copy,
.ingredients-product-band > div,
.results-hero,
.expect-section,
.premium-section,
.testimonials-page .testimonial-product-cta,
.c101-hero,
.c101-routine,
.c101-faq,
.c101-product-cta,
.benefits-art-hero,
.collagen-decline,
.biotin-art,
.routine-art,
.benefits-product-band {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

.ingredients-hero-copy,
.vitamin-c-copy {
    margin-left: 0;
}

@media (min-width: 761px) {
    .ingredients-page .ingredient-benefits-copy {
        padding-left: max(68.5464px, calc(32.5vw - 503.75px));
    }
}

@media (min-width: 641px) and (max-width: 920px) {
    .ingredients-page .ingredient-benefits-copy {
        padding-left: 41.1278px;
    }
}

@media (max-width: 640px) {
    .ingredients-page .ingredient-benefits-copy {
        padding-left: 30.8459px;
    }
}

/* Home hero: 15% shorter, with content centered below the fixed header. */
.home-page .hero {
    min-height: clamp(714px, 52.275vw, 1012px);
    padding-top: clamp(76.8px, 5.36vw, 104px);
    padding-bottom: 0;
    align-items: center;
}

/* Navigation height: 20% shorter without changing its content scale. */
.site-header,
.nav-cta {
    min-height: clamp(76.8px, 5.36vw, 104px);
}

/* One standardized hero height for every route except the homepage. */
.product-hero,
.benefits-art-hero,
.ingredients-hero,
.results-hero,
.c101-hero {
    min-height: var(--subpage-hero-height);
}

.benefits-art-hero,
.results-hero,
.c101-hero {
    height: var(--featured-subpage-hero-height) !important;
    min-height: var(--featured-subpage-hero-height) !important;
    max-height: var(--featured-subpage-hero-height) !important;
}

/* Keep the final two Benefits feature bands equal in height. */
.benefits-page .routine-art,
.benefits-page .benefits-product-band {
    height: var(--benefits-feature-height);
    min-height: 0;
}

/* Shared bottom product banner used on every content page. */
.site-product-cta.site-product-cta {
    position: relative;
    display: grid;
    width: 100%;
    height: var(--site-product-cta-height);
    min-height: 0;
    max-height: var(--site-product-cta-height);
    align-items: center;
    padding: 64px var(--page-gutter);
    overflow: hidden;
    background: url("../images/nova-product-linen-clean.png") center / cover
        no-repeat;
    color: var(--white);
    isolation: isolate;
}

.site-product-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(7, 25, 39, 0.64),
        rgba(7, 25, 39, 0.24) 50%,
        rgba(7, 25, 39, 0.06)
    );
}

.site-product-cta > picture,
.site-product-cta > img,
.site-product-cta > .product-image {
    display: none;
}

.site-product-cta .site-product-copy {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    width: min(650px, 48vw);
    max-width: 650px;
    padding: 0;
}

.site-product-cta
    .site-product-copy
    :is(.section-kicker, h2, p, span, strong, small) {
    color: var(--white) !important;
}

.site-product-cta .site-product-copy h2 {
    max-width: 650px;
    margin: 4px 0 18px;
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.04;
}

.site-product-cta .site-product-copy > p:not(.section-kicker) {
    max-width: 600px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9) !important;
}

.site-product-cta .site-product-actions {
    display: flex;
    width: auto;
    align-items: end;
    gap: 32px;
    margin-top: 24px;
}

.site-product-cta .site-product-price {
    display: grid;
    gap: 4px;
    min-width: 150px;
    line-height: 1;
}

.site-product-cta .site-product-price small {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-product-cta .site-product-price strong {
    font-size: clamp(2.2rem, 2.9vw, 4rem);
    font-weight: 300;
}

.site-product-cta .site-product-actions .button {
    min-width: 230px;
    min-height: 52px;
    border-color: var(--paper);
    background: var(--paper);
    color: var(--ink) !important;
}

.home-page .product-section {
    padding: 0;
}

.product-hero {
    padding-top: 140px;
    padding-bottom: 57px;
}

.product-hero .gallery-main {
    height: 520px;
    min-height: 520px;
    aspect-ratio: auto;
}

/* Keep nav labels at their approved size; logo reduced another 5%. */
.brand img {
    width: clamp(118.503px, 9.00315vw, 173.1375px);
}

.desktop-nav,
.nav-icon-link,
.nav-cta {
    font-size: clamp(0.81rem, 0.918vw, 1.305rem);
}

@media (max-width: 920px) {
    :root {
        --page-gutter: 88.58304px;
        --subpage-hero-height: 465px;
        --featured-subpage-hero-height: 562.65px;
        --benefits-feature-height: 560px;
        --site-product-cta-height: 560px;
    }

    .home-page .hero {
        min-height: 527px;
        padding-top: 76.8px;
        padding-bottom: 0;
    }

    .site-product-cta .site-product-copy {
        width: min(620px, 100%);
    }
}

@media (max-width: 640px) {
    :root {
        --page-gutter: 66.43728px;
        --subpage-hero-height: 465px;
        --featured-subpage-hero-height: 562.65px;
        --benefits-feature-height: 560px;
        --site-product-cta-height: 560px;
    }

    .home-page .hero {
        min-height: 527px;
        padding-top: 76.8px;
        padding-bottom: 0;
    }

    .product-hero .gallery-main {
        height: 430px;
        min-height: 430px;
    }

    .site-product-cta {
        align-items: end;
        padding-top: 56px;
        padding-bottom: 54px;
    }

    .site-product-cta::after {
        background: linear-gradient(
            0deg,
            rgba(7, 25, 39, 0.82),
            rgba(7, 25, 39, 0.28) 72%
        );
    }

    .site-product-cta .site-product-copy {
        width: 100%;
    }

    .site-product-cta .site-product-copy h2 {
        font-size: clamp(1.9rem, 8vw, 2.25rem);
    }

    .site-product-cta .site-product-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .site-product-cta .site-product-actions .button {
        width: min(260px, 100%);
        min-width: 0;
    }

    .site-header {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }
}

/* Testimonials page */
.testimonials-page {
    background: #f5ecdf;
    color: #263b58;
}
.testimonials-page main
    :is(h1, h2, h3, p, span, strong, cite, small, .section-kicker) {
    color: #263b58;
}
.testimonials-page :is(h1, h2, blockquote) {
    font-family: var(--font-display);
    font-weight: 400;
}

.results-hero {
    position: relative;
    display: grid;
    min-height: clamp(650px, 47vw, 820px);
    align-items: center;
    padding: clamp(118px, 8vw, 145px) max(40px, calc((100vw - var(--max)) / 2))
        64px;
    overflow: hidden;
}
.results-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.results-hero-copy {
    position: relative;
    z-index: 1;
    width: min(720px, 43vw);
    margin: 0;
    padding: 0;
}
.results-hero-copy .section-kicker {
    margin: 0 0 20px;
    font-size: var(--type-kicker);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.results-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 18px;
    font-size: clamp(3.45rem, 4.35vw, 5rem);
    line-height: 0.98;
}
.results-hero-copy h1 span {
    display: block;
    white-space: nowrap;
}
.results-hero-copy .hero-intro {
    margin: 0 0 18px;
    font-size: var(--type-body);
}
.results-hero-copy .star-rating {
    margin: 0 0 16px;
}
.results-hero-copy blockquote {
    max-width: 560px;
    margin: 0 0 10px;
    font-family: var(--font-body);
    font-size: var(--type-body);
    font-style: normal;
    line-height: 1.5;
}
.results-hero-copy cite {
    font-size: var(--type-body);
    line-height: 1.35;
}

.expect-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: clamp(60px, 6vw, 110px);
    align-items: center;
    width: 100%;
    padding: clamp(36px, 3vw, 52px)
        max(40px, calc((100vw - var(--max)) / 2))
        clamp(74px, 6vw, 105px);
}

.expect-copy {
    align-self: center;
}
.expect-copy h2,
.premium-copy h2 {
    margin: 0 0 20px;
    color: #263b58;
    font-size: clamp(2.35rem, 3.15vw, 4rem);
    line-height: 1.04;
    text-wrap: balance;
}
.expect-copy h2 {
    max-width: 650px;
}
.expect-intro {
    max-width: 650px;
    margin: 0;
    line-height: 1.6;
}
.expect-list {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}
.expect-list article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}
.molecule {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid #263b58;
    border-radius: 50%;
    font-size: 1.45rem;
}
.expect-list h3 {
    margin: 0 0 1px;
    font-size: clamp(1rem, 1.05vw, 1.2rem);
    font-weight: 500;
    line-height: 1.2;
}
.expect-list p {
    max-width: 520px;
    margin: 0;
    font-size: clamp(0.88rem, 0.88vw, 1rem);
    line-height: 1.4;
}
.hair-result {
    width: min(720px, 100%);
    margin: 0;
    padding: 28px 26px 24px;
    justify-self: end;
    border: 1px solid rgba(38, 59, 88, 0.14);
    border-radius: 20px;
    overflow: hidden;
    background: #f8f0e4;
}
.hair-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 14px;
    font-size: clamp(0.82rem, 0.9vw, 1rem);
    text-align: center;
    letter-spacing: 0.16em;
    line-height: 1.15;
    text-transform: uppercase;
}
.hair-result img {
    width: 100%;
    height: clamp(350px, 27vw, 490px);
    object-fit: cover;
    object-position: center 45%;
}
.hair-result figcaption {
    margin-top: 20px;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 1.75vw, 2.1rem);
    line-height: 1.04;
    text-align: center;
}

.premium-section {
    display: grid;
    grid-template-columns: minmax(360px, 500px) minmax(480px, 1fr);
    gap: clamp(60px, 7vw, 120px);
    column-gap: clamp(36px, 4.2vw, 72px);
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(58px, 5vw, 84px) var(--page-gutter)
        clamp(24px, 2vw, 34px);
}
.nail-orb {
    width: min(500px, 100%);
    justify-self: start;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    background: #061d2d;
}
.nail-orb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}
.premium-copy {
    width: min(700px, 100%);
    min-width: 0;
    justify-self: start;
}
.premium-copy h2 {
    max-width: 700px;
}
.premium-copy p {
    max-width: 650px;
    margin: 0 0 18px;
    font-size: clamp(0.94rem, 0.95vw, 1.08rem);
    line-height: 1.6;
}
.premium-copy .button {
    min-width: 240px;
    min-height: 52px;
    margin-top: 8px;
}

.customer-quote {
    position: relative;
    display: grid;
    min-height: clamp(430px, 37vw, 620px);
    align-items: center;
    overflow: hidden;
    color: #fff;
}
.customer-quote > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.customer-quote::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 20, 15, 0.38);
}
.customer-quote > div {
    position: relative;
    z-index: 1;
    width: min(700px, calc(50vw - var(--page-gutter)));
    margin-right: var(--page-gutter);
    margin-left: auto;
}
.customer-quote blockquote {
    max-width: 700px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.35rem, 3.15vw, 4rem);
    font-weight: 400;
    line-height: 1.04;
    text-wrap: balance;
}
.testimonials-page .customer-quote :is(cite, cite span, .star-rating) {
    color: #fff;
}
.customer-quote cite {
    font-size: clamp(0.9rem, 0.95vw, 1.08rem);
}
.customer-quote .star-rating {
    margin: 14px 0 0;
}

@media (max-width: 920px) {
    .results-hero {
        min-height: 620px;
        align-items: end;
        padding: 96px 24px 48px;
    }
    .results-hero > img {
        object-position: 60% center;
    }
    .results-hero-copy {
        width: min(560px, 100%);
    }
    .expect-section,
    .premium-section {
        grid-template-columns: 1fr;
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }
    .hair-result {
        justify-self: start;
    }
    .nail-orb {
        justify-self: start;
    }
    .customer-quote > div {
        width: min(620px, 100%);
        margin: 0;
        padding: 70px 24px;
    }
    .customer-quote::after {
        background: rgba(30, 20, 15, 0.5);
    }
}
@media (max-width: 640px) {
    .results-hero {
        padding: 96px 18px 44px;
    }
    .results-hero-copy h1 {
        font-size: clamp(2.35rem, 11vw, 3.1rem);
    }
    .results-hero-copy h1 span {
        white-space: normal;
    }
    .expect-section,
    .premium-section {
        padding-right: 18px;
        padding-left: 18px;
    }
    .expect-copy h2,
    .premium-copy h2 {
        font-size: clamp(1.9rem, 8vw, 2.25rem);
    }
    .hair-result {
        padding: 22px 14px;
    }
    .hair-result img {
        height: auto;
        aspect-ratio: 1.18/1;
    }
    .hair-result figcaption {
        font-size: 1.5rem;
    }
    .customer-quote {
        min-height: 560px;
    }
    .customer-quote > img {
        object-position: 36% center;
    }
    .customer-quote blockquote {
        font-size: clamp(1.9rem, 8vw, 2.25rem);
    }
}

/* Match the Benefits and Collagen 101 hero height exactly. */
.expect-section {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
}

.results-hero {
    height: var(--featured-subpage-hero-height) !important;
    min-height: var(--featured-subpage-hero-height) !important;
    max-height: var(--featured-subpage-hero-height) !important;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
}

@media (max-width: 920px) {
    .results-hero {
        height: var(--featured-subpage-hero-height) !important;
        min-height: var(--featured-subpage-hero-height) !important;
        max-height: var(--featured-subpage-hero-height) !important;
    }
}

/* Shared mobile type scale: preserve a clear H1 > H2 > H3 hierarchy. */
@media (max-width: 640px) {
    :root {
        --type-h1: clamp(2.65rem, 9.5vw, 3.15rem);
        --type-h2: clamp(2rem, 7.5vw, 2.5rem);
        --type-h3: clamp(1.12rem, 4.8vw, 1.28rem);
        --type-body: clamp(0.98rem, 4.1vw, 1.08rem);
        --type-kicker: clamp(0.88rem, 3.8vw, 1rem);
        --type-ui: clamp(0.82rem, 3.5vw, 0.94rem);
        --leading-tight: 1.02;
        --leading-body: 1.58;
    }

    main h1 {
        font-size: var(--type-h1) !important;
        line-height: var(--leading-tight) !important;
    }

    main h2 {
        font-size: var(--type-h2) !important;
        line-height: 1.06 !important;
    }

    main h3 {
        font-size: var(--type-h3) !important;
        line-height: 1.18 !important;
    }

    main p {
        font-size: var(--type-body);
        line-height: var(--leading-body);
    }

    main :is(.section-kicker, .eyebrow) {
        font-size: var(--type-kicker) !important;
        line-height: 1.25;
    }

    /* Compact shared section rhythm without crowding content or imagery. */
    .section-pad {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .intro-grid {
        gap: 32px;
    }

    .formula {
        gap: 36px;
    }

    .section-heading {
        margin-bottom: 32px;
    }

    .quote-section,
    .subscribe-band {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .routine-copy {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .collagen-decline,
    .biotin-art {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .expect-section {
        gap: 36px;
        padding-bottom: 56px;
    }

    .c101-routine {
        gap: 36px;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .c101-faq {
        padding-bottom: 56px;
    }

    .product-hero {
        gap: 36px;
        padding-top: 116px;
    }

    /* Compact, consistently aligned icon rows. */
    .benefit-grid {
        gap: 28px;
    }

    .benefit-grid article {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 10px;
        align-items: center;
    }

    .benefit-grid .benefit-icon {
        grid-column: 1;
        grid-row: 1;
        width: 38px;
        height: 38px;
        margin: 0;
        justify-self: center;
    }

    .benefit-grid h3 {
        display: block;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        white-space: normal;
    }

    .benefit-grid p {
        grid-column: 1 / -1;
        margin: 0;
    }

    .routine-steps {
        gap: 14px;
        margin-top: 24px;
    }

    .expect-list {
        gap: 16px;
        margin-top: 24px;
    }

    .expect-list article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
    }

    .molecule {
        width: 44px;
        height: 44px;
    }

    .vitamin-c-story .vitamin-points {
        gap: 18px;
        margin-top: 22px;
    }

    .vitamin-c-story .vitamin-points article {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
    }

    .vitamin-points article > span {
        width: 52px;
        height: 52px;
    }

    .vitamin-points article > span svg {
        width: 34px;
        height: 34px;
    }

    .decline-grid {
        gap: 16px;
    }

    .decline-grid article {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .decline-grid .circle-icon {
        width: 48px;
        height: 48px;
    }

    .biotin-benefit-item {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }

    .biotin-benefit-item .circle-icon {
        width: 52px;
        height: 52px;
    }

    .ingredient-promises img {
        width: 48px;
        height: 48px;
        margin-bottom: 6px;
    }

    .site-footer img {
        width: 92px;
    }

    .site-footer .site-footer-language,
    .site-footer .site-footer-currency select {
        min-width: 108px;
        min-height: 34px;
        padding: 7px 15px 7px calc(15px + 0.17em);
        font-size: 0.62rem;
        letter-spacing: 0.17em;
    }

    .site-footer .site-footer-currency select {
        padding-right: 34px;
        padding-left: 20px;
    }

    .site-footer .site-footer-currency::after {
        right: 14px;
        width: 6px;
        height: 6px;
    }
}
