/* Results page styles */
:root {
    --ink: #211a33;
    --muted: #686274;
    --cream: #fff8eb;
    --line: #d8cab5;
    --yellow: #ffd239;
    --coral: #ff725f;
    --mint: #7ee2c6;
    --purple: #b989ff;
    --blue: #a8d9fb;
    --white: #fffdf8
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: radial-gradient(circle at 22% 0, #fffaf0 0, #fff8ea 42%, #fff4df 100%);
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    color: var(--ink);
    font-weight: 600
}

.page-shell {
    width: min(100% - 88px, 1280px);
    margin-inline: auto
}

.site-header {
    height: 72px;
    border-bottom: 1px solid rgba(33, 26, 51, .13);
    background: rgba(255, 248, 235, .84);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 50
}

.navbar {
    height: 72px;
    padding: 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--ink);
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 18px
}

.brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
    font-size: 16px
}

.nav-menu {
    display: flex;
    gap: 34px;
    align-items: center;
    list-style: none
}

.nav-menu a {
    font-size: 13px;
    text-decoration: none;
    color: var(--ink);
    font-weight: 800;
    padding: 28px 0 25px;
    border-bottom: 3px solid transparent
}

.nav-menu a.active {
    border-color: var(--ink)
}

.cart-pill {
    height: 40px;
    min-width: 52px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900
}

.menu-canvas {
    background: var(--cream)
}

.menu-canvas .offcanvas-body {
    display: grid;
    gap: 18px
}

.menu-canvas a {
    text-decoration: none;
    color: var(--ink);
    font-weight: 900;
    font-size: 20px
}

.results-page {
    padding: 58px 0 30px
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center
}

.hero-copy h1 {
    font-size: clamp(48px, 6.2vw, 82px);
    line-height: .91;
    letter-spacing: -.06em;
    font-weight: 950;
    margin: 0 0 22px
}

.hero-copy p {
    font-size: 18px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 610px;
    margin: 0 0 22px;
    font-weight: 600
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.btn-dark-v,
.btn-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border: 1.5px solid var(--ink);
    box-shadow: 0 8px 14px rgba(33, 26, 51, .08)
}

.btn-dark-v {
    background: var(--ink);
    color: #fff
}

.btn-yellow {
    background: var(--yellow);
    color: var(--ink)
}

.hero-art img {
    width: 100%;
    display: block;
    border-radius: 18px;
    /* filter: drop-shadow(0 16px 16px rgba(31, 25, 47, .1)) */
}

.pill-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 38px 0 30px
}

.pill-row span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(33, 26, 51, .04)
}

.pill-row i {
    margin-right: 7px
}

.coral {
    color: var(--coral)
}

.mint {
    color: var(--mint)
}

.yellow {
    color: #edb800
}

.purple {
    color: var(--purple)
}

.blue {
    color: #5baee4
}

.section-block {
    margin-top: 28px
}

.eyebrow {
    margin: 0 0 7px;
    color: #ff644f;
    font-size: 11px;
    letter-spacing: .03em;
    font-weight: 950;
    text-transform: uppercase
}

.section-block h2,
.love-strip h2,
.help-section h2 {
    font-size: clamp(29px, 3.1vw, 43px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 950;
    margin: 0 0 18px
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}

.benefit-card {
    height: 128px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(33, 26, 51, .08);
    font-weight: 900
}

.benefit-card i {
    font-size: 34px;
    margin-bottom: 7px
}

.peach {
    background: #ffb7aa
}

.mint-bg {
    background: #bdf4e5
}

.butter {
    background: #ffeaa2
}

.lilac {
    background: #d7b9ff
}

.sky {
    background: #bfe8ff
}

.blush {
    background: #ffc8bd
}

.two-col {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 48px;
    align-items: start;
    margin-top: 34px
}

.compare-wrap {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    gap: 0;
    align-items: center
}

.compare-card {
    min-height: 320px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column
}

.tag {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    padding: 7px 18px;
    font-size: 10px;
    font-weight: 950;
    margin-bottom: 14px
}

.tag.dark {
    background: var(--ink);
    color: #fff
}

.yellow-tag {
    background: var(--yellow);
    color: var(--ink)
}

.compare-card p {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 10px;
    font-weight: 800
}

.compare-card img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    object-fit: cover;
    align-self: center;
    margin-top: auto
}

.circle-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: var(--ink);
    color: #fff;
    z-index: 2;
    font-size: 20px
}

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

.concern-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 14px
}

.bottle-card {
    height: 155px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 15px
}

.pink {
    background: #ffb4aa
}

.yellow-c {
    background: #ffe889
}

.lilac-bg {
    background: #d4c1ff
}

.lavender {
    background: #eadbff
}

.bottle,
.mini-bottle {
    display: inline-block;
    width: 38px;
    height: 104px;
    border-radius: 16px 16px 7px 7px;
    box-shadow: inset -8px 0 rgba(0, 0, 0, .08), 0 8px 13px rgba(33, 26, 51, .12);
    position: relative
}

.bottle:before,
.mini-bottle:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 10px;
    width: 18px;
    height: 24px;
    background: #b18439;
    border-radius: 7px 7px 0 0
}

.bottle:after,
.mini-bottle:after {
    content: "VIRAA";
    position: absolute;
    font-size: 5px;
    top: 40px;
    left: 6px;
    font-weight: 900
}

.pink-b {
    background: #ff6f9d
}

.y-b {
    background: #ffd222
}

.p-b {
    background: #a878ff
}

.hot-b {
    background: #ff4f8f
}

.dropper {
    width: 22px;
    height: 72px;
    border-radius: 10px;
    background: #6f667a;
    display: inline-block;
    margin-left: 8px;
    position: relative
}

.dropper:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 6px;
    width: 10px;
    height: 20px;
    background: #1f1a31;
    border-radius: 8px 8px 0 0
}

.jar,
.mini-jar {
    width: 58px;
    height: 38px;
    border-radius: 12px;
    background: #d2a470;
    display: inline-block;
    margin-left: 10px;
    box-shadow: inset -8px 0 rgba(0, 0, 0, .08)
}

.concern-grid h3 {
    font-size: 13px;
    font-weight: 950;
    margin: 13px 13px 4px
}

.concern-grid p {
    font-size: 11px;
    color: var(--muted);
    margin: 0 13px 12px;
    line-height: 1.35
}

.concern-grid button {
    margin-left: 13px;
    border: 0;
    background: var(--ink);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    padding: 8px 14px
}

.card-shell {
    background: rgba(255, 253, 248, .65);
    border: 1px solid var(--line);
    border-radius: 13px
}

.love-strip {
    margin-top: 34px;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 25px;
    align-items: end;
    background: linear-gradient(90deg, #fff8e9, #fff0c9)
}

.love-strip p:last-child {
    font-size: 17px;
    color: #7a6d66;
    line-height: 1.4;
    margin: 0;
    font-weight: 600
}

.love-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.love-icons span {
    display: grid;
    place-items: center;
    text-align: center;
    border-left: 1px solid rgba(33, 26, 51, .11);
    font-size: 11px;
    font-weight: 950;
    min-height: 82px
}

.love-icons i {
    font-size: 30px;
    margin-bottom: 8px
}

.routine-grid {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    align-items: center;
    gap: 12px
}

.routine-grid article {
    height: 148px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 50px 62px 1fr;
    gap: 10px;
    align-items: center;
    padding: 15px;
    position: relative
}

.routine-grid b {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: var(--coral);
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 950
}

.mini-bottle {
    width: 32px;
    height: 92px
}

.mini-jar {
    height: 46px;
    width: 70px;
    border-radius: 12px;
    background: #a574bb
}

.mini-drop {
    width: 28px;
    height: 82px;
    border-radius: 12px;
    background: #8f69e8;
    display: inline-block;
    position: relative
}

.mini-drop:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 7px;
    width: 13px;
    height: 20px;
    background: #1f1a31;
    border-radius: 8px 8px 0 0
}

.routine-grid h3 {
    font-size: 14px;
    font-weight: 950;
    line-height: 1.18;
    margin: 0 0 8px
}

.routine-grid p {
    font-size: 12px;
    line-height: 1.45;
    color: #56505d;
    margin: 0
}

.route-arrow {
    font-size: 30px;
    text-align: center
}

.ingredient-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px
}

.ingredient-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 14px;
    min-height: 165px
}

.ing-img {
    height: 160px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px
}

.coconut {
    background: radial-gradient(circle at 35% 55%, #fff 0 20%, #7b3f24 21% 35%, transparent 36%), radial-gradient(circle at 63% 42%, #fff 0 16%, #8b4827 17% 31%, transparent 32%), #fff7ed
}

.argan {
    background: radial-gradient(ellipse at 42% 47%, #b87533 0 13%, transparent 14%), radial-gradient(ellipse at 60% 48%, #d59752 0 13%, transparent 14%), radial-gradient(ellipse at 52% 70%, #e9c779 0 8%, transparent 9%), #fff4df
}

.peptides {
    background: radial-gradient(circle at 28% 42%, #fff 0 7px, #9ddcff 8px 9px, transparent 10px), radial-gradient(circle at 58% 50%, #fff 0 7px, #9ddcff 8px 9px, transparent 10px), linear-gradient(45deg, transparent 48%, #9ddcff 49% 51%, transparent 52%), #f4fbff
}

.silk {
    background: radial-gradient(ellipse at 50% 55%, #f8f0e6 0 42%, transparent 43%), linear-gradient(130deg, #fff, #efe4d7)
}

.shea {
    background: radial-gradient(circle at 48% 50%, #f7e0b8 0 23%, transparent 24%), radial-gradient(circle at 24% 45%, #b56f2a 0 14%, transparent 15%), radial-gradient(circle at 72% 42%, #c27b31 0 14%, transparent 15%), #fff1dc
}

.ingredient-grid h3 {
    font-size: 13px;
    font-weight: 950
}

.ingredient-grid p {
    font-size: 12px;
    color: #5d5664;
    margin: 0
}

.sale-band {
    margin: 24px 0;
    background: var(--yellow);
    border-radius: 13px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
    padding: 14px 18px
}

.sale-band strong {
    font-size: 30px;
    letter-spacing: -.03em;
    font-weight: 950
}

.sale-band i {
    font-size: 32px
}

.help-section {
    padding: 0 16px 18px
}

.help-section h2 {
    margin-bottom: 14px
}

.help-grid {
    display: grid;
    grid-template-columns: 220px 1.1fr 1.35fr 240px;
    gap: 24px;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden
}

.help-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.help-lines {
    padding: 20px 0;
    display: grid;
    align-content: center;
    gap: 18px
}

.help-lines p {
    display: flex;
    gap: 18px;
    margin: 0;
    line-height: 1.35;
    color: #30283e
}

.help-lines i {
    font-size: 26px
}

.help-lines b {
    font-weight: 950
}

.talk-card {
    border-left: 1px solid var(--line);
    padding: 28px;
    display: grid;
    place-items: center;
    text-align: center
}

.talk-card button {
    height: 48px;
    width: 170px;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-weight: 950
}

.talk-card p {
    font-size: 13px;
    color: var(--muted);
    margin: 12px 0 0
}

.care-banner {
    margin: 26px 0 0;
    border-radius: 12px;
    background: linear-gradient(100deg, #67e2c5, #94f2db);
    min-height: 116px;
    padding: 26px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

.care-banner h2 {
    font-size: 40px;
    font-weight: 950;
    letter-spacing: -.04em;
    margin: 0 0 8px
}

.care-banner p {
    font-size: 18px;
    color: #38786b;
    margin: 0
}

.care-banner img {
    height: 98px;
    object-fit: contain
}

.site-footer {
    background: radial-gradient(circle at 40% -10%, #302641, #171224 66%);
    color: #fff;
    padding: 42px 0 24px;
    margin-top: 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .8fr .9fr .8fr 1.45fr;
    gap: 45px
}

.site-footer h4 {
    color: var(--yellow);
    font-size: 13px;
    font-weight: 950;
    margin: 0 0 14px
}

.site-footer a {
    display: block;
    color: #e5dfec;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500
}

.footer-brand p,
.footer-news p {
    color: #bbb4c4;
    line-height: 1.45;
    font-weight: 500
}

.light {
    color: #fff
}

.light-mark {
    background: #fff;
    color: var(--ink)
}

.socials {
    display: flex;
    gap: 16px;
    font-size: 23px
}

.footer-input {
    display: flex;
    gap: 10px
}

.footer-input input {
    flex: 1;
    height: 42px;
    border-radius: 999px;
    border: 0;
    padding: 0 18px
}

.footer-input button {
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    padding: 0 22px;
    font-weight: 950
}

.mobile-bottom-nav {
    display: none
}

@media(max-width:1199px) {
    .page-shell {
        width: min(100% - 44px, 1080px)
    }

    .nav-menu {
        gap: 18px
    }

    .benefit-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .two-col {
        grid-template-columns: 1fr
    }

    .ingredient-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .help-grid {
        grid-template-columns: 180px 1fr 1fr
    }

    .talk-card {
        grid-column: 1/-1;
        border-left: 0;
        border-top: 1px solid var(--line)
    }
}

@media(max-width:991px) {

    .site-header,
    .navbar {
        height: 64px
    }

    .results-page {
        padding-top: 34px
    }

    .hero-section {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .hero-copy h1 {
        font-size: 58px
    }

    .hero-art {
        max-width: 620px
    }

    .concern-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .love-strip {
        grid-template-columns: 1fr
    }

    .routine-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .route-arrow {
        transform: rotate(90deg)
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .care-banner h2 {
        font-size: 30px
    }

    .care-banner img {
        height: 78px
    }
}

@media(max-width:767px) {
    body {
        padding-bottom: 72px
    }

    .page-shell {
        width: min(100% - 28px, 680px)
    }

    .brand {
        font-size: 16px
    }

    .cart-pill {
        height: 36px;
        min-width: 48px
    }

    .hero-copy h1 {
        font-size: 44px;
        line-height: .96
    }

    .hero-copy p {
        font-size: 15px
    }

    .hero-actions a {
        flex: 1;
        min-width: 140px;
        padding: 10px;;
    }

    .pill-row {
        gap: 9px;
        margin: 26px 0
    }

    .pill-row span {
        font-size: 11px;
        padding: 9px 10px
    }

    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .benefit-card {
        height: 112px
    }

    .two-col {
        gap: 24px;
        margin-top: 20px
    }

    .compare-wrap {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .circle-arrow {
        margin: auto;
        transform: rotate(90deg)
    }

    .compare-card {
        min-height: 220px
    }

    .concern-grid {
        gap: 12px
    }

    .bottle-card {
        height: 130px
    }

    .love-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .love-icons span {
        border: 1px solid rgba(33, 26, 51, .09);
        border-radius: 8px
    }

    .routine-grid article {
        height: auto;
        min-height: 135px;
        grid-template-columns: 48px 58px 1fr
    }

    .ingredient-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .sale-band strong {
        font-size: 20px
    }

    .sale-band {
        gap: 12px
    }

    .help-section {
        padding: 0 10px 12px
    }

    .help-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .help-grid img {
        height: 190px
    }

    .help-lines {
        padding: 16px
    }

    .talk-card {
        padding: 18px
    }

    .care-banner {
        padding: 22px;
        display: block;
        text-align: left
    }

    .care-banner h2 {
        font-size: 28px
    }

    .care-banner img {
        margin-top: 12px;
        max-width: 100%;
        height: auto
    }

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

    .site-footer {
        padding-bottom: 86px
    }

    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 66px;
        background: #fffdf8;
        border-top: 1px solid var(--line);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        z-index: 80
    }

    .mobile-bottom-nav a {
        display: grid;
        place-items: center;
        text-decoration: none;
        color: var(--muted);
        font-size: 10px;
        font-weight: 900;
        padding: 8px 0
    }

    .mobile-bottom-nav i {
        font-size: 20px;
        color: var(--ink)
    }

    .mobile-bottom-nav .active span,
    .mobile-bottom-nav .active i {
        color: #ff644f
    }
}

@media(max-width:480px) {
    .hero-copy h1 {
        font-size: 38px
    }

    .section-block h2,
    .love-strip h2,
    .help-section h2 {
        font-size: 28px
    }

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

    .love-strip {
        padding: 16px
    }

    .routine-grid article {
        grid-template-columns: 44px 48px 1fr;
        padding: 12px
    }

    .footer-input {
        display: grid
    }

    .footer-input button {
        height: 42px
    }

    .care-banner h2 {
        font-size: 24px
    }

    .sale-band strong {
        font-size: 17px
    }
}

/* Results copied sale and help sections */
.results-page > .sale-banner,
.results-page > .help-card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.sale-banner {
    min-height: 96px;
    border-radius: 10px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 24px auto 26px;
    padding: 18px 28px;
    color: var(--ink);
    border: 1px solid rgba(33, 26, 51, .08);
}

.sale-banner strong {
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.12;
}

.sale-banner em {
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    opacity: .55;
}

.sale-banner .bi-truck {
    font-size: 48px;
    line-height: 1;
}

.help-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    background: #fff7eb;
    border: 1px solid var(--line);
    border-radius: 10px;
    min-height: 280px;
    overflow: hidden;
    margin: 0 auto 50px;
}

.help-copy {
    padding: 32px 42px;
}

.help-copy h2 {
    font-size: 30px;
    line-height: 1.02;
    margin: 0 0 18px;
    letter-spacing: -.03em;
    font-weight: 950;
}

.contact-line {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 13px 0;
    font-size: 14px;
    line-height: 1.45;
    color: #172138;
    font-weight: 700;
}

.contact-line i {
    flex: 0 0 auto;
    font-size: 20px;
    color: var(--ink);
    line-height: 1.2;
}

.help-copy .btn-v {
    margin-top: 10px;
    gap: 10px;
}

.help-visual {
    position: relative;
    min-height: 280px;
    background: #fff1dc;
    overflow: hidden;
}

.help-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle at 70% 40%, rgba(255, 255, 255, .72), transparent 34%); */
    pointer-events: none;
    z-index: 1;
}

.help-visual img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
}

@media(max-width:1199px) {
    .sale-banner {
        flex-wrap: wrap;
        gap: 16px;
        text-align: center;
    }

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

    .help-visual {
        min-height: 260px;
    }
}

@media(max-width:767px) {
    .sale-banner {
        min-height: 0;
        padding: 16px 14px;
        gap: 10px;
    }

    .sale-banner strong {
        width: 100%;
        font-size: 17px;
    }

    .sale-banner em {
        display: none;
    }

    .sale-banner .bi-truck {
        font-size: 34px;
    }

    .help-copy {
        padding: 24px 20px;
    }

    .help-copy h2 {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .contact-line {
        gap: 12px;
        font-size: 13px;
    }

    .help-visual {
        min-height: 210px;
    }
}

@media(max-width:480px) {
    .help-card {
        margin-bottom: 34px;
    }

    .help-copy {
        padding: 22px 16px;
    }

    .help-copy h2 {
        font-size: 23px;
    }

    .help-copy .btn-v {
        width: 100%;
        min-width: 0;
    }
}

/* Real ingredient images */
.ingredient-photo {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff8ef;
}/* Responsive routine image cards */
.routine-grid {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
}

.routine-grid article {
    height: auto;
    min-height: 154px;
    grid-template-columns: 25px 78px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 16px 18px;
}

.routine-grid b {
    position: static;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    place-items: start;
    align-self: start;
    color: var(--coral);
    font-size: 18px;
    line-height: 1;
}

.routine-product-image {
    width: 78px;
    height: 112px;
    object-fit: contain;
    object-position: center;
    justify-self: center;
    filter: drop-shadow(0 12px 18px rgba(17, 23, 43, .14));
}

.routine-grid h3 {
    font-size: 15px;
    line-height: 1.12;
    margin-bottom: 8px;
}

.routine-grid p {
    font-size: 13px;
    line-height: 1.42;
}

.route-arrow {
    align-self: center;
    justify-self: center;
}

@media(max-width:1199px) {
    .routine-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .route-arrow {
        display: none;
    }

    .routine-grid article {
        min-height: 160px;
        grid-template-columns: 42px 90px minmax(0, 1fr);
        gap: 16px;
        padding: 18px;
    }

    .routine-product-image {
        width: 88px;
        height: 118px;
    }

    .routine-grid h3 {
        font-size: 16px;
    }

    .routine-grid p {
        font-size: 14px;
        line-height: 1.45;
    }
}

@media(max-width:991px) {
    .routine-grid {
        grid-template-columns: 1fr;
    }

    .route-arrow {
        display: block;
        transform: rotate(90deg);
    }

    .routine-grid article {
        min-height: 138px;
        grid-template-columns: 42px 86px minmax(0, 1fr);
        padding: 16px;
    }

    .routine-product-image {
        width: 82px;
        height: 104px;
    }
}

@media(max-width:767px) {
    .routine-grid article {
        grid-template-columns: 38px 74px minmax(0, 1fr);
        gap: 12px;
        min-height: 130px;
    }

    .routine-product-image {
        width: 72px;
        height: 96px;
    }
}

@media(max-width:480px) {
    .routine-grid {
        gap: 12px;
    }

    .routine-grid article {
        grid-template-columns: 34px 64px minmax(0, 1fr);
        gap: 10px;
        padding: 14px 12px;
        min-height: 124px;
    }

    .routine-product-image {
        width: 62px;
        height: 88px;
    }

    .routine-grid b {
        font-size: 16px;
    }

    .routine-grid h3 {
        font-size: 14px;
    }

    .routine-grid p {
        font-size: 12px;
    }
}