html {
    height: auto;
    overflow-y: auto;
}

.detail-body {
    height: auto;
    min-height: 100%;
    overflow-y: visible;
    overflow-x: clip;
}

.page-shell--detail {
    height: auto;
    min-height: 100svh;
}

.page-shell--detail .section-stage {
    display: grid;
    align-content: start;
    gap: clamp(18px, 2.6vw, 34px);
    padding-bottom: clamp(30px, 4vw, 54px);
}

.page-shell--detail .screen-section.is-visible {
    height: min(760px, calc(100svh - 112px));
    min-height: 680px;
}

/* #shop carries far more content now (rating, tags carousel, delivery badges, live-count
   strip) than the original single-viewport hero design assumed. Fixed-height + overflow:hidden
   let flexbox shrink the title/subtitle boxes to fit, which made their text overlap. Let the
   column grow with its content instead; the visual panel gets its own aspect-ratio-based
   height (not a percentage of this now-auto-height row) and stays sticky beside the longer
   details column on desktop. */
#shop.screen-section.is-visible {
    height: auto;
    min-height: 0;
    align-items: start;
}

#shop .content-column {
    grid-column: 2;
    grid-row: 1;
    height: auto;
    max-height: none;
    align-self: start;
    overflow: visible;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 16px;
}

#shop .content-column > * {
    margin-top: 0;
    margin-bottom: 0;
}

#shop .content-column::before {
    display: none;
}

#shop .visual-column {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    align-self: start;
    min-height: 0;
}

#shop .product-visual-panel {
    height: auto;
    max-height: none;
    align-self: start;
    aspect-ratio: 1 / 1.05;
}

/* The two-minute-ritual shot is a wide banner-style image; cover-cropping it in the square
   product-visual panel cuts off key content, so show it whole instead of exceeding the frame. */
#shop .product-visual-media[src*="two-minute-ritual"] {
    object-fit: contain;
    background: #fff8ee;
}

@media (min-width: 981px) {
    #shop .visual-column {
        position: relative;
        height: auto;
        align-self: stretch;
        overflow: visible;
    }

    #shop .visual-sticky-frame {
        position: sticky;
        top: 16px;
        height: min(720px, calc(100svh - 32px));
        max-height: calc(100svh - 32px);
        display: grid;
        grid-template-rows: minmax(0, 1fr) 94px;
        gap: 12px;
        overflow: hidden;
    }

    #shop .product-visual-panel {
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
    }

    #shop .product-visual-media {
        height: 100%;
    }
}

#shop h1 {
    min-height: 0;
    display: -webkit-box;
    max-width: 15ch;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp(38px, 3.35vw, 58px);
    line-height: 0.98;
}

#shop .subtitle {
    min-height: 0;
    margin-top: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(20px, 1.5vw, 24px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.12;
}

#shop .section-copy {
    min-height: 0;
}

#shop .product-rating {
    margin-top: 0;
}

#shop .product-meta {
    margin-top: 0;
}

#shop .recommendations-panel {
    margin-top: 0;
    padding-top: 0;
}

.delivery-check-panel {
    margin-top: 0;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid rgba(107, 20, 41, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.delivery-check-panel > label {
    display: block;
    color: var(--wine);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.delivery-check-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delivery-check-icon {
    display: grid;
    place-items: center;
    flex: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(107, 20, 41, 0.08);
    color: var(--wine);
}

.delivery-check-icon svg {
    width: 18px;
    height: 18px;
}

.delivery-check-head strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.delivery-check-head p {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.delivery-check-row {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.delivery-check-row input {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--soft-line);
    border-radius: 8px;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: var(--brand-dark, #3b1520);
}

.delivery-check-row input:focus {
    outline: none;
    border-color: rgba(107, 20, 41, 0.4);
}

.delivery-check-row .secondary-action {
    flex: 0 0 auto;
    width: auto;
    min-height: 0;
    padding: 0 20px;
    white-space: nowrap;
}

.delivery-check-result {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(107, 20, 41, 0.1);
}

.delivery-check-result[hidden] {
    display: none;
}

.delivery-check-result-icon {
    display: grid;
    place-items: center;
    flex: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: 1px;
}

.delivery-check-result-icon svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
}

.delivery-check-result-copy strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.delivery-check-result-copy p {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.delivery-check-result[data-state="ok"] .delivery-check-result-icon {
    background: #2f9e4f;
}

.delivery-check-result[data-state="ok"] .delivery-check-result-copy strong {
    color: #216b39;
}

.delivery-check-result[data-state="unavailable"] .delivery-check-result-icon {
    background: #b3261e;
}

.delivery-check-result[data-state="unavailable"] .delivery-check-result-copy strong {
    color: #b3261e;
}

.delivery-check-result[data-state="checking"] .delivery-check-result-icon {
    background: rgba(107, 20, 41, 0.4);
}

.delivery-check-result[data-state="checking"] .delivery-check-result-copy strong {
    color: var(--muted);
    font-weight: 700;
}

.product-detail-panel,
.review-video-panel {
    width: min(100%, 1308px);
    margin: 0 auto;
    padding-inline: clamp(24px, 3.6vw, 48px);
}

.product-detail-panel {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: start;
}

.detail-kicker {
    margin: 0 0 14px;
    color: var(--wine);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.detail-intro h2 {
    max-width: 11ch;
    margin: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(46px, 4vw, 74px);
    font-weight: 600;
    line-height: 0.94;
}

.detail-intro p:last-child {
    max-width: 42ch;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.detail-accordions {
    border-top: 1px solid rgba(107, 20, 41, 0.18);
}

.detail-accordions details {
    border-bottom: 1px solid rgba(107, 20, 41, 0.14);
    background: rgba(255, 253, 248, 0.42);
}

.detail-accordions summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 600;
    list-style: none;
}

.detail-accordions summary::-webkit-details-marker {
    display: none;
}

.detail-accordions summary::after {
    content: "+";
    color: var(--wine);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    transition: transform 220ms var(--ease);
}

.detail-accordions details[open] summary::after {
    transform: rotate(45deg);
}

.detail-accordions p {
    max-width: 58ch;
    margin: -6px 0 26px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.sera-method-panel {
    width: min(100%, 1308px);
    margin: 0 auto;
    display: grid;
    gap: 18px;
    padding: clamp(20px, 2.5vw, 30px) clamp(24px, 3.6vw, 48px) clamp(40px, 5vw, 64px);
}

.routine-explorer {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: stretch;
}

.routine-explorer-media {
    position: relative;
    min-width: 0;
    height: 510px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff8ee;
}

.routine-explorer-media img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: opacity 180ms ease, transform 420ms var(--ease);
}

.routine-explorer-media img.is-changing {
    opacity: 0.35;
}

.routine-explorer-media figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    color: #fff;
    background: rgba(58, 13, 25, 0.82);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.routine-explorer:hover .routine-explorer-media img {
    transform: scale(1.015);
}

.routine-explorer-content {
    min-width: 0;
    display: flex;
    align-items: center;
}

.routine-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-block: 1px solid rgba(107, 20, 41, 0.16);
    border-radius: 0;
    background: transparent;
}

.routine-tabs button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease;
}

.routine-tabs button + button {
    border-left: 1px solid rgba(107, 20, 41, 0.12);
}

.routine-tabs button span {
    color: #c9636b;
    font-size: 9px;
}

.routine-tabs button[aria-selected="true"] {
    color: var(--wine);
    background: rgba(107, 20, 41, 0.065);
    box-shadow: inset 0 -3px 0 var(--wine);
}

.routine-tabs button:focus-visible {
    outline: 2px solid #c9636b;
    outline-offset: 2px;
}

.routine-tab-panel {
    width: 100%;
    margin: 0;
    animation: routine-panel-in 260ms ease both;
}

.routine-tab-panel[hidden] {
    display: none;
}

.routine-tab-panel > span {
    color: var(--wine);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.routine-tab-panel h3 {
    margin: 7px 0 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(36px, 3.2vw, 48px);
    font-weight: 600;
    line-height: 1;
}

.routine-tab-panel > p {
    max-width: 48ch;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.65;
}

.routine-benefits {
    display: grid;
    gap: 0;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.routine-benefits li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(107, 20, 41, 0.1);
}

.routine-benefits li > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(107, 20, 41, 0.14);
    border-radius: 8px;
    color: var(--wine);
    background: rgba(107, 20, 41, 0.035);
    font-style: normal;
}

.routine-benefits svg {
    width: 19px;
    height: 19px;
}

.routine-benefits li > span {
    color: var(--ink);
}

.routine-benefits strong,
.routine-benefits small {
    display: block;
}

.routine-benefits strong {
    font-size: 13px;
    font-weight: 800;
}

.routine-benefits small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.45;
}

.routine-cue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--wine);
    color: var(--wine);
    background: rgba(107, 20, 41, 0.055);
}

.routine-cue strong {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.routine-cue span {
    color: var(--muted);
    font-size: 11px;
    text-align: right;
}

@keyframes routine-panel-in {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.review-video-panel {
    padding-block: clamp(42px, 5vw, 68px);
    overflow: hidden;
}

.review-video-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.review-video-heading h2 {
    margin: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 600;
    line-height: 1;
}

.review-video-controls {
    display: flex;
    gap: 8px;
}

.review-video-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(107, 20, 41, 0.18);
    border-radius: 50%;
    color: var(--wine);
    background: rgba(255, 253, 248, 0.84);
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.review-video-controls button:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--wine);
}

.review-video-controls svg {
    width: 19px;
    height: 19px;
}

.review-video-viewport {
    overflow: hidden;
}

.review-video-track {
    display: flex;
    gap: 14px;
    transition: transform 520ms var(--ease);
    will-change: transform;
}

.review-video-card {
    position: relative;
    flex: 0 0 calc((100% - 42px) / 4);
    aspect-ratio: 9 / 14;
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #2a1519;
}

.review-video-card::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(24, 8, 13, 0.9));
    pointer-events: none;
}

.review-video-card video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.review-video-card > div {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 16px;
    color: #fff;
}

.review-video-card span,
.review-video-card strong {
    display: block;
}

.review-video-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-video-card strong {
    margin-top: 5px;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05;
}

.review-video-progress {
    height: 2px;
    margin-top: 18px;
    background: rgba(107, 20, 41, 0.12);
}

.review-video-progress::before {
    content: "";
    display: block;
    width: var(--review-progress, 20%);
    height: 100%;
    background: var(--wine);
    transition: width 520ms var(--ease);
}

/* Product rating + trust line */
.product-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 13px;
}

.rating-stars {
    color: #d19a00;
    font-size: 15px;
    letter-spacing: 1px;
}

.rating-value {
    font-weight: 800;
    color: var(--ink);
}

.rating-count {
    color: var(--muted);
}

.rating-trust {
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid var(--soft-line);
    color: var(--wine);
    font-weight: 700;
}

/* Auto-scrolling tags carousel, sits in the description/content box. Loops on its own via
   CSS animation - no scrollbar/drag interaction, matches a real "carousel" rather than a
   manually-scrolled strip. Falls back to a static row (no animation) for 3 tags or fewer. */
.product-tags-carousel {
    margin-top: 16px;
}

/* Only the scrolling (4+ tags) case needs the clip + fade mask - applying that unconditionally
   used to hide part of the static (3-or-fewer) row with no way to see the clipped text, since
   that row never wrapped or scrolled. The static row now wraps instead, so nothing is ever
   silently cut off. */
.product-tags-carousel.is-auto-scroll {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

.product-tags-track {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
}

.product-tags-carousel.is-auto-scroll .product-tags-track {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
    animation: product-tags-scroll 16s linear infinite;
}

.product-tags-carousel.is-auto-scroll:hover .product-tags-track {
    animation-play-state: paused;
}

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

.product-tags-carousel span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: none;
    padding: 8px 14px;
    border: 1px solid var(--soft-line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.7);
    color: var(--wine);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-tags-carousel span svg {
    flex: none;
    width: 12px;
    height: 12px;
    color: #2f6b3d;
}

/* Price block: current + struck-through compare price + discount badge */
.price-block {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.price-compare {
    color: var(--muted);
    font-size: 16px;
    text-decoration: line-through;
}

.price-save {
    color: #238657;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.price-tax-note {
    flex: 0 0 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: -2px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
}

.price-tax-note svg {
    width: 14px;
    height: 14px;
    color: #238657;
}

.product-confidence-copy {
    display: -webkit-box;
    max-width: 58ch;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-benefit-marquee {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px solid rgba(107, 20, 41, 0.12);
    border-bottom: 1px solid rgba(107, 20, 41, 0.12);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.product-benefit-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 14px;
    animation: benefit-marquee 20s linear infinite;
}

.product-benefit-track span {
    color: var(--wine);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-benefit-track i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c9636b;
}

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

.net-quantity-block {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 0;
}

.net-quantity-block span,
.mini-section-head span,
.ritual-offer-panel span {
    color: var(--wine);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kit-contents {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border: 1px solid rgba(107, 20, 41, 0.1);
    border-radius: 8px;
    background: rgba(255, 249, 245, 0.58);
}

.kit-contents strong {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
}

.kit-contents b {
    color: var(--wine);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.kit-contents small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
}

.kit-contents > i {
    width: 1px;
    height: 24px;
    background: rgba(107, 20, 41, 0.14);
}

.growth-formula-panel,
.hero-ingredients-panel,
.ritual-offer-panel {
    margin-top: 0;
}

.mini-section-head {
    display: grid;
    gap: 5px;
    margin-bottom: 10px;
}

.mini-section-head h2 {
    margin: 0;
    color: var(--wine);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.growth-formula-grid,
.ingredient-grid {
    display: grid;
    gap: 12px;
}

.growth-formula-grid {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.growth-formula-grid::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 14.5%;
    right: 14.5%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(201, 99, 107, 0.9) 0 4px, transparent 4px 10px);
    background-size: 20px 2px;
    animation: ritual-flow-x 1.4s linear infinite;
}

.growth-formula-grid article {
    position: relative;
    z-index: 1;
    min-width: 0;
    text-align: center;
}

.growth-formula-grid img {
    width: 88%;
    margin: 0 auto;
    aspect-ratio: 1.45 / 1;
    border-radius: 8px;
    object-fit: cover;
    background: #fff8ee;
    box-shadow: 0 10px 24px rgba(33, 22, 21, 0.07);
}

.growth-formula-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.formula-product {
    display: block;
    margin-top: 3px;
    color: var(--wine);
    font-size: 10.5px;
    font-weight: 700;
}

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

.ingredient-grid article {
    min-width: 0;
    text-align: center;
}

.ingredient-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.58);
    box-shadow: 0 8px 20px rgba(33, 22, 21, 0.05);
}

.ingredient-icon img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.ingredient-grid strong {
    display: block;
    margin-top: 9px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
}

.ingredient-grid p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 11.5px;
    line-height: 1.4;
}

.ritual-offer-panel {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(107, 20, 41, 0.12);
    border-radius: 8px;
    padding: 11px 12px;
    color: var(--ink);
    background: rgba(255, 249, 245, 0.62);
    box-shadow: 0 8px 20px rgba(33, 22, 21, 0.04);
    animation: none;
}

.ritual-offer-panel .offer-icon {
    width: 32px;
    height: 32px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--wine);
    background: rgba(107, 20, 41, 0.08);
}

.offer-icon svg {
    width: 16px;
    height: 16px;
}

.ritual-offer-panel strong {
    display: block;
    margin-top: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.ritual-offer-panel p {
    max-width: 56ch;
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.35;
}

#shop .product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
    gap: 12px;
}

#shop .product-actions .primary-action,
#shop .product-actions .secondary-action {
    min-height: 52px;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

#shop .product-actions .secondary-action {
    border-color: rgba(107, 20, 41, 0.28);
    color: var(--wine);
    background: transparent;
}

#shop .product-actions .primary-action {
    border-color: #6b1429;
    color: #fff;
    background: #6b1429;
    animation: cta-glow 2.8s ease-in-out infinite;
}

#shop .product-actions .primary-action:hover {
    border-color: #861c38;
    background: #861c38;
    box-shadow: 0 14px 30px rgba(107, 20, 41, 0.3);
    transform: translateY(-2px);
}

#shop .product-actions .primary-action:active {
    background: #551020;
    transform: translateY(0) scale(0.98);
}

@keyframes ritual-flow-x {
    to { background-position: 20px 0; }
}

@keyframes ritual-flow-y {
    to { background-position: 0 20px; }
}

@keyframes cta-glow {
    0%, 100% { box-shadow: 0 8px 20px rgba(107, 20, 41, 0.1); }
    50% { box-shadow: 0 11px 28px rgba(107, 20, 41, 0.25); }
}

@keyframes section-breathe {
    0%, 100% { box-shadow: 0 14px 32px rgba(107, 20, 41, 0.13); }
    50% { box-shadow: 0 18px 40px rgba(107, 20, 41, 0.2); }
}

#shop .product-actions button > svg {
    width: 19px;
    height: 19px;
}

.payment-marks {
    display: inline-flex;
    margin-left: 2px;
}

.payment-marks i {
    width: 19px;
    height: 19px;
    margin-left: -4px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #4376d9;
    color: #fff;
    font-size: 6px;
    font-style: normal;
    font-weight: 900;
}

.payment-marks i:nth-child(2) {
    background: #6124a8;
}

.payment-marks i:nth-child(3) {
    background: #fff;
    color: #4285f4;
}

.purchase-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 14px 0 16px;
    border-bottom: 1px solid rgba(33, 22, 21, 0.24);
}

.purchase-assurances span {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #423937;
    font-size: 11.5px;
    font-weight: 700;
    white-space: nowrap;
}

.purchase-assurances svg {
    flex: none;
    width: 18px;
    height: 18px;
}

.delivery-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.delivery-tags span {
    padding: 5px 11px;
    border: 1px solid rgba(52, 116, 65, 0.28);
    border-radius: 999px;
    background: rgba(52, 116, 65, 0.08);
    color: #2f6b3d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.social-proof-strip {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(107, 20, 41, 0.12);
    border-radius: 14px;
    background: linear-gradient(150deg, rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.55));
    box-shadow: 0 10px 26px rgba(33, 22, 21, 0.05);
    animation: social-proof-in 500ms ease-out;
}

.social-proof-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.social-proof-row:has(span:empty) {
    display: none;
}

.social-proof-icon {
    display: grid;
    place-items: center;
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(107, 20, 41, 0.08);
    color: var(--wine);
}

.social-proof-icon svg {
    width: 14px;
    height: 14px;
}

.social-proof-dot {
    flex: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2f9e4f;
    box-shadow: 0 0 0 rgba(47, 158, 79, 0.5);
    animation: social-proof-dot-pulse 1.8s ease-out infinite;
}

.social-proof-row.is-pulsing {
    animation: social-proof-row-pop 420ms ease-out;
}

@keyframes social-proof-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes social-proof-dot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(47, 158, 79, 0.5);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(47, 158, 79, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(47, 158, 79, 0);
    }
}

@keyframes social-proof-row-pop {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

/* Below-hero sections */
.best-for-panel,
.comparison-panel,
.life-example-panel,
.app-feature-panel {
    width: min(100%, 1308px);
    margin: 0 auto;
    padding: clamp(28px, 3.6vw, 48px) clamp(24px, 3.6vw, 48px);
}

.panel-heading {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
}

.panel-heading h2 {
    margin: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 600;
}

.panel-heading .section-copy {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.placeholder-image {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    border: 1px dashed rgba(107, 20, 41, 0.28);
    border-radius: 12px;
    background: rgba(107, 20, 41, 0.04);
    color: rgba(107, 20, 41, 0.5);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 12px;
}

.best-for-image,
.life-example-media img,
.app-feature-media img {
    width: 100%;
    display: block;
    border: 1px solid rgba(107, 20, 41, 0.12);
    border-radius: 12px;
    background: rgba(107, 20, 41, 0.04);
    object-fit: cover;
    box-shadow: 0 18px 52px rgba(33, 22, 21, 0.08);
}

.best-for-image {
    aspect-ratio: 4 / 3;
    height: auto;
}

.best-for-image--crown {
    object-position: 50% 70%;
}

.best-for-image--patchy {
    object-position: 50% 42%;
}

.best-for-image--scalp {
    object-position: 50% 44%;
}

.best-for-image--routine {
    object-position: 50% 50%;
}

.best-for-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.best-for-grid article {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.best-for-grid strong {
    color: var(--ink);
    font-size: 15px;
}

.best-for-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.comparison-table {
    display: grid;
    border: 1px solid var(--soft-line);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 253, 248, 0.62);
}

.comparison-row {
    display: grid;
    grid-template-columns: 0.85fr 1.45fr 1.45fr;
    transition: background 180ms ease;
}

.comparison-row + .comparison-row {
    border-top: 1px solid var(--soft-line);
}

.comparison-row span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 15px 18px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--muted);
}

.comparison-row--head {
    background: rgba(107, 20, 41, 0.06);
}

.comparison-row--head span {
    color: var(--ink);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.comparison-row span.is-sera {
    color: var(--wine);
    font-weight: 700;
    background: rgba(35, 134, 87, 0.045);
}

.comparison-panel .panel-heading {
    max-width: 760px;
    margin-inline: auto;
}

.comparison-panel .panel-heading .section-copy {
    max-width: 58ch;
    min-height: 0;
    margin: 12px auto 0;
    line-height: 1.65;
}

.comparison-row:not(.comparison-row--head):hover {
    background: rgba(107, 20, 41, 0.018);
}

.comparison-row .comparison-label {
    color: var(--ink);
    font-weight: 700;
}

.comparison-label-icon {
    display: inline-grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(107, 20, 41, 0.12);
    border-radius: 7px;
    color: var(--wine);
    background: rgba(107, 20, 41, 0.045);
    font-style: normal;
}

.comparison-label-icon svg {
    width: 18px;
    height: 18px;
}

.comparison-value i {
    display: inline-grid;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.comparison-value.is-positive i {
    color: #1f7750;
    background: rgba(35, 134, 87, 0.12);
}

.comparison-value.is-negative i {
    color: #9a5262;
    background: rgba(107, 20, 41, 0.075);
}

.comparison-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    padding: 18px 20px;
    border-block: 1px solid rgba(107, 20, 41, 0.16);
    background: rgba(107, 20, 41, 0.035);
}

.comparison-cta strong,
.comparison-cta > div > span {
    display: block;
}

.comparison-cta strong {
    color: var(--wine);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
}

.comparison-cta > div > span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 13px;
}

.comparison-cta a {
    display: inline-flex;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    color: #fff;
    background: var(--wine);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.comparison-cta a:hover {
    transform: translateY(-2px);
    background: #4d0d1e;
    box-shadow: 0 10px 24px rgba(107, 20, 41, 0.2);
}

.life-example-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.written-review-panel {
    box-sizing: border-box;
    width: min(100vw, 1308px);
    margin: 0 auto;
    padding: clamp(46px, 6vw, 76px) clamp(24px, 3.6vw, 48px);
}

.written-review-summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.written-review-summary h2 {
    margin: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 600;
    line-height: 1;
}

.written-review-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.written-review-rating > strong {
    color: var(--ink);
    font-size: 18px;
}

.written-review-rating > span,
.review-card-stars {
    color: #d19a00;
    letter-spacing: 1px;
}

.written-review-rating small {
    color: var(--muted);
    font-size: 11px;
}

.written-review-controls {
    display: flex;
    gap: 8px;
}

.written-review-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(107, 20, 41, 0.18);
    border-radius: 50%;
    color: var(--wine);
    background: rgba(255, 253, 248, 0.86);
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.written-review-controls button:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--wine);
}

.written-review-controls svg {
    width: 19px;
    height: 19px;
}

.written-review-viewport {
    overflow: hidden;
}

.written-review-track {
    display: flex;
    gap: 14px;
    transition: transform 420ms var(--ease);
}

.written-review-card {
    flex: 0 0 calc((100% - 28px) / 3);
    min-width: 0;
    min-height: 238px;
    padding: 22px;
    border: 1px solid rgba(107, 20, 41, 0.13);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.78);
}

.reviewer-line {
    display: flex;
    align-items: center;
    gap: 11px;
}

.reviewer-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--wine);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
}

.reviewer-line strong,
.reviewer-line small {
    display: block;
}

.reviewer-line strong {
    color: var(--ink);
    font-size: 13px;
}

.reviewer-line small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.reviewer-line small i {
    display: inline-grid;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2c8059;
    font-size: 8px;
    font-style: normal;
}

.review-card-stars {
    margin-top: 17px;
    font-size: 13px;
}

.written-review-card p {
    margin: 10px 0 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1.35;
}

.written-review-card time {
    display: block;
    margin-top: 16px;
    color: var(--muted);
    font-size: 10px;
}

.written-review-note {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 9px;
}

.life-example-media img {
    aspect-ratio: 4 / 3;
    object-position: 50% 52%;
}

.life-example-copy h2 {
    margin: 0;
    color: var(--wine);
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 600;
}

.life-example-copy p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

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

.app-feature-grid article {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 14px;
    padding: 18px;
    border: 1px solid var(--soft-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.6);
    transition: transform 180ms var(--ease), border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.app-feature-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(107, 20, 41, 0.28);
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 18px 44px rgba(107, 20, 41, 0.1);
}

.app-feature-icon {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(107, 20, 41, 0.14);
    color: var(--wine);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    background: rgba(107, 20, 41, 0.08);
}

.app-feature-grid strong {
    display: block;
    margin-bottom: 6px;
    color: var(--wine);
    font-size: 15px;
}

.app-feature-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.52;
}

.app-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
}

.app-feature-media img {
    aspect-ratio: 16 / 8.4;
    object-fit: contain;
    object-position: 50% 50%;
    background: #fff8ee;
}

/* Desktop only: image left, details right. Mobile keeps the existing stacked order. */
@media (min-width: 981px) {
    #shop.screen-section.is-visible {
        grid-template-columns: minmax(500px, 1.06fr) minmax(390px, 0.94fr);
    }

    #shop .visual-column {
        grid-column: 1;
        grid-row: 1;
    }

    #shop .content-column {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 980px) {
    #shop .content-column,
    #shop .visual-column {
        grid-column: auto;
        grid-row: auto;
    }

    .page-shell--detail .screen-section.is-visible {
        height: auto;
        min-height: 0;
    }

    .product-detail-panel {
        grid-template-columns: 1fr;
    }

    .routine-explorer {
        grid-template-columns: 1fr;
    }

    .routine-explorer-content {
        min-height: 420px;
    }

    .routine-explorer-media img {
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
    }

    .review-video-card {
        flex-basis: calc((100% - 14px) / 2);
    }

    .written-review-card {
        flex-basis: calc((100% - 14px) / 2);
    }

    .best-for-grid,
    .app-feature-grid,
    .growth-formula-grid,
    .ingredient-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-feature-layout {
        grid-template-columns: 1fr;
    }

    .life-example-panel {
        grid-template-columns: 1fr;
    }

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

    .comparison-row span {
        padding: 12px 10px;
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    #shop .product-actions .primary-action {
        gap: 4px;
        padding-inline: 8px;
        font-size: 12px;
    }

    #shop .product-actions [data-action-label] {
        white-space: nowrap;
    }

    #shop .product-actions .primary-action > svg {
        width: 15px;
    }

    .payment-marks i {
        width: 17px;
        height: 17px;
    }

    .purchase-assurances {
        gap: 6px;
    }

    .purchase-assurances span {
        gap: 5px;
        font-size: 10.5px;
    }

    .purchase-assurances svg {
        width: 16px;
        height: 16px;
    }

    .product-detail-panel,
    .review-video-panel {
        padding-inline: 18px;
    }

    .review-video-panel {
        padding-block: 38px;
    }

    .review-video-heading {
        align-items: center;
    }

    .review-video-card {
        flex-basis: 84%;
    }

    .review-video-card strong {
        font-size: 18px;
    }

    .written-review-panel {
        padding: 40px 18px;
    }

    .written-review-summary {
        align-items: flex-end;
        gap: 12px;
        margin-bottom: 18px;
    }

    .written-review-summary h2 {
        max-width: 9ch;
        font-size: 36px;
    }

    .written-review-controls button {
        width: 38px;
        height: 38px;
    }

    .written-review-card {
        flex-basis: 88%;
        min-height: 252px;
        padding: 20px;
    }

    .sera-method-panel {
        gap: 16px;
        padding: 18px 18px 42px;
    }

    .routine-explorer {
        gap: 20px;
    }

    .routine-explorer-content {
        min-height: 510px;
    }

    .routine-explorer-media img {
        aspect-ratio: auto;
    }

    .routine-explorer-media {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .routine-tabs button {
        min-height: 54px;
        gap: 5px;
        padding-inline: 7px;
        font-size: 9.5px;
    }

    .routine-tab-panel h3 {
        font-size: 34px;
    }

    .routine-cue {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .routine-cue span {
        text-align: left;
    }

    .detail-intro h2 {
        font-size: 46px;
    }

    .detail-accordions summary {
        min-height: 66px;
        font-size: 24px;
    }

    .best-for-grid,
    .app-feature-grid,
    .growth-formula-grid,
    .ingredient-grid {
        grid-template-columns: 1fr;
    }

    #shop h1 {
        max-width: 100%;
    }

    .growth-formula-grid img {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 92px;
        aspect-ratio: 1.4 / 1;
    }

    .growth-formula-grid {
        gap: 12px;
    }

    .growth-formula-grid::before {
        top: 32px;
        bottom: 32px;
        left: 45px;
        right: auto;
        width: 2px;
        height: auto;
        background: repeating-linear-gradient(180deg, rgba(201, 99, 107, 0.9) 0 4px, transparent 4px 10px);
        background-size: 2px 20px;
        animation-name: ritual-flow-y;
    }

    .growth-formula-grid article {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-rows: 1fr 1fr;
        column-gap: 14px;
        text-align: left;
    }

    .growth-formula-grid strong {
        grid-column: 2;
        align-self: end;
        margin-top: 0;
    }

    .formula-product {
        grid-column: 2;
        align-self: start;
    }

    .ingredient-grid article {
        display: block;
        text-align: center;
    }

    .ingredient-icon {
        width: 52px;
        height: 52px;
    }

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

    .ingredient-grid strong {
        margin-top: 7px;
        font-size: 10px;
        line-height: 1.2;
    }

    .net-quantity-block span {
        font-size: 9.5px;
    }

    .best-for-panel,
    .comparison-panel,
    .life-example-panel,
    .app-feature-panel {
        padding-inline: 18px;
    }

    .comparison-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .comparison-row--head {
        display: none;
    }

    .comparison-row + .comparison-row {
        border-top: 0;
    }

    .comparison-row:not(.comparison-row--head) {
        padding: 14px;
        border-top: 1px solid var(--soft-line);
    }

    .comparison-row:not(.comparison-row--head):first-of-type {
        border-top: 0;
    }

    .comparison-row span {
        padding: 8px 10px;
    }

    .comparison-row .comparison-label {
        padding-top: 2px;
        font-size: 14px;
    }

    .comparison-label-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .comparison-value {
        display: grid !important;
        grid-template-columns: 23px minmax(0, 1fr);
        align-items: center;
        border-radius: 6px;
    }

    .comparison-value::before {
        content: attr(data-column);
        grid-column: 1 / -1;
        margin-bottom: 2px;
        color: var(--muted);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .comparison-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding: 18px 14px;
    }

    .comparison-cta strong {
        font-size: 20px;
    }

    .comparison-cta a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-benefit-track,
    .growth-formula-grid::before,
    .ritual-offer-panel,
    #shop .product-actions .primary-action {
        animation: none;
    }

    .routine-explorer-media img,
    .routine-tab-panel {
        animation: none;
        transition: none;
    }
}
