/* Reviews page styles */
:root {
    --ink: #17152b;
    --muted: #625f70;
    --cream: #fbf4e8;
    --line: #ddd3c5;
    --yellow: #ffcc2e;
    --coral: #ff715f;
    --lav: #d9b6f4;
    --mint: #aeeedc;
    --purple: #aa69d2
}

* {
    box-sizing: border-box
}

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

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

.site-header {
    height: 76px;
    border-bottom: 1px solid rgba(24, 22, 42, .13);
    background: rgba(255, 250, 242, .78);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50
}

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

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

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

.brand.light {
    color: #fff
}

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

.nav-gap {
    gap: 34px
}

.nav-gap a,
.mobile-links a {
    color: var(--ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    position: relative
}

.nav-gap a.active:after {
    content: "";
    position: absolute;
    height: 3px;
    background: var(--ink);
    left: 0;
    right: 0;
    bottom: -29px
}

.cart-btn {
    width: 52px;
    height: 44px;
    border: 0;
    border-radius: 24px;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.cart-btn span {
    font-size: 19px;
    line-height: 1
}

.hamb i {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    margin: 5px 0
}

.hero {
    padding: 64px 0 34px
}

.eyebrow {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    color: var(--coral);
    margin-bottom: 16px
}

.eyebrow.purple {
    color: #ad75c9
}

h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.045em;
    margin: 0 0 24px
}

h2 {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .01em;
    margin: 0
}

.lead-copy {
    font-size: 20px;
    line-height: 1.6;
    color: #464354;
    max-width: 560px;
    margin-bottom: 26px
}

.stats-row {
    display: flex;
    gap: 38px;
    align-items: flex-start
}

.stats-row>div {
    min-width: 150px;
    border-right: 1px solid var(--line);
    padding-right: 34px
}

.stats-row>div:last-child {
    border-right: 0
}

.stats-row strong {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.04em;
    display: inline-block
}

.stars {
    color: #f7a800;
    letter-spacing: 3px
}

.stats-row small {
    display: block;
    font-size: 14px;
    color: #4f4b5c;
    margin-top: 8px
}

.hero-visual {
    height: 360px;
    position: relative;
    overflow: hidden
}

.purple-orb {
    position: absolute;
    width: 290px;
    height: 330px;
    border-radius: 50% 50% 0 0;
    background: #d6b5ec;
    left: 175px;
    bottom: 0
}

.stage {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 560px;
    height: 78px;
    background: linear-gradient(#f4e4cd, #dfc19b);
    border-radius: 50% 50% 0 0
}

.plant {
    position: absolute;
    right: -80px;
    bottom: 34px;
    width: 165px;
    height: 230px;
    background: linear-gradient(40deg, #2f6c31 0 20%, transparent 21%), linear-gradient(-38deg, #468944 0 19%, transparent 20%), linear-gradient(25deg, transparent 49%, #37703a 50% 54%, transparent 55%);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .08))
}

.plant:after {
    content: "";
    position: absolute;
    left: 42px;
    bottom: -38px;
    width: 104px;
    height: 120px;
    background: #ecd8bd;
    border-radius: 0 0 50px 50px
}

.product {
    position: absolute;
    bottom: 55px;
    box-shadow: 0 14px 24px rgba(35, 28, 20, .14)
}

.product:after {
    content: "VIRAA";
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #4a3850
}

.bottle {
    width: 82px;
    border-radius: 26px 26px 12px 12px
}

.bottle:before {
    content: "";
    position: absolute;
    left: 28px;
    top: -34px;
    width: 28px;
    height: 38px;
    background: #c8912b;
    border-radius: 8px 8px 0 0
}

.bottle b {
    position: absolute;
    left: 37px;
    top: -58px;
    width: 34px;
    height: 24px;
    border: 7px solid #c8912b;
    border-bottom: 0;
    border-left-color: transparent;
    border-radius: 24px 24px 0 0
}

.peach {
    background: linear-gradient(#d8a39a, #c78980)
}

.lavender {
    background: linear-gradient(#d8a4fa, #b47bdc)
}

.tall {
    height: 230px;
    left: 95px
}

.mid {
    height: 220px;
    left: 218px
}

.drop {
    width: 80px;
    height: 156px;
    left: 342px;
    border-radius: 28px 28px 16px 16px;
    background: linear-gradient(#9fe9d9, #6bcdbb)
}

.drop:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -45px;
    width: 20px;
    height: 48px;
    background: #17152b;
    border-radius: 12px 12px 0 0
}

.jar {
    left: 438px;
    bottom: 53px;
    width: 138px;
    height: 118px;
    border-radius: 18px 18px 40px 40px;
    background: linear-gradient(#d8c5e4, #c1a7d4)
}

.jar:before {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: -34px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(#b5b2ad, #6b6c6a)
}

.section-gap {
    padding: 28px 0
}

.section-gap-sm {
    padding: 26px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px
}

.section-head a {
    color: var(--ink);
    text-decoration: none;
    font-size: 16px;
    font-weight: 800
}

.section-head span {
    font-size: 24px;
    margin-left: 8px
}

.review-wrap {
    position: relative
}

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

.review-card {
    background: rgba(255, 255, 255, .58);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 38px 46px;
    min-height: 255px;
    position: relative
}

.review-card p {
    font-size: 20px;
    line-height: 1.6;
    margin: 22px 0 30px;
    max-width: 300px
}

.review-card i {
    position: absolute;
    right: 42px;
    bottom: 84px;
    font-size: 82px;
    color: #ebd5f3;
    font-style: normal;
    font-weight: 900
}

.buyer {
    display: flex;
    align-items: center;
    gap: 14px
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 25%, #f3bd86 0 24%, #8b4d2e 25% 52%, #3b1d18 53%);
    display: block
}

.avatar:after {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: #fff;
    margin: 26px auto 0;
    border-radius: 12px 12px 0 0
}

.buyer b {
    display: block
}

.buyer small {
    color: #6f6a78
}

.buyer em {
    font-style: normal;
    color: #ad75c9
}

.slider-btn {
    position: absolute;
    z-index: 2;
    border: 1px solid #e6ded3;
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 30px;
    display: grid;
    place-items: center;
    color: var(--ink);
    box-shadow: 0 8px 18px rgba(20, 18, 32, .06);
    line-height: 1px;
}

.slider-btn.left {
    left: -18px;
    top: 50%;
    transform: translateY(-50%)
}

.slider-btn.right {
    right: -18px;
    top: 50%;
    transform: translateY(-50%)
}

.love-block {
    border-radius: 16px;
    background: linear-gradient(100deg, #f4e9fb, #fbf7ff 48%, #eefaf6);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 32px 36px
}

.love-col:first-child {
    border-right: 1px solid #d8cfdf
}

.love-col {
    text-align: center
}

.love-col h3 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 26px
}

.icon-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.icon-row span {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ead8f1;
    display: grid;
    place-items: center;
    font-size: 30px;
    margin: 0 auto 13px;
    color: #60417b
}

.mint-icons span {
    background: #caefe2;
    color: #336f61
}

.icon-row b {
    font-size: 13px;
    line-height: 1.2;
    display: block
}

.before-section h2,
.ingredients h2 {
    margin-bottom: 18px
}

.before-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative
}

.ba-card {
    background: rgba(255, 255, 255, .54);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee2d5
}

.person-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.person-head span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(#b06ed9, #7a3ba6);
    display: block
}

.person-head b {
    font-size: 13px
}

.ba-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.ba-images figure {
    margin: 0;
    text-align: center
}

.ba-images small {
    font-size: 11px;
    font-weight: 800
}

.hair {
    height: 105px;
    border-radius: 50px 50px 8px 8px;
    margin-top: 8px;
    background: linear-gradient(90deg, #6a381e, #1c120d, #87512b);
    position: relative;
    overflow: hidden
}

.hair:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, .25)
}

.rough {
    filter: blur(.6px);
    background: repeating-linear-gradient(95deg, #7b4c2e 0 8px, #1c120d 9px 15px)
}

.curly {
    background: repeating-radial-gradient(circle at 20% 10%, #8b5a34 0 8px, #21120c 9px 15px)
}

.sleek,
.straight {
    background: linear-gradient(90deg, #7b4b2a, #261611, #8b5a33)
}

.wavy {
    background: repeating-linear-gradient(110deg, #8d5b36 0 12px, #1c120d 14px 22px)
}

.ba-next {
    right: -22px;
    top: 50%;
    transform: translateY(-50%)
}

.share-story {
    margin-bottom: 50px;
    border-radius: 16px;
    background: linear-gradient(100deg, #f3e2fb, #fff7ff);
    border: 1px solid #e6d7ee;
    display: grid;
    grid-template-columns: 120px 1fr 360px;
    align-items: center;
    padding: 30px 52px
}

.share-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e3ccea;
    display: grid;
    place-items: center;
    font-size: 42px
}

.share-copy h2 {
    font-size: 28px;
    margin-bottom: 8px
}

.share-copy p {
    font-size: 17px;
    margin: 0;
    color: #211e35
}

.share-action {
    border-left: 1px solid #d8c7df;
    text-align: center;
    padding-left: 50px
}

.share-action button {
    border: 0;
    border-radius: 6px;
    background: var(--ink);
    color: #fff;
    height: 52px;
    width: 240px;
    font-weight: 900
}

.empty-stars {
    font-size: 38px;
    color: #cbb4d6;
    letter-spacing: 8px;
    margin-top: 18px
}

.ingredient-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .45)
}

.ingredient-strip>div {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border-right: 1px solid #ded5cc
}

.ingredient-strip>div:last-child {
    border-right: 0
}

.ing {
    width: 88px;
    height: 74px;
    display: block;
    position: relative
}

.ing.coconut:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 62px;
    height: 62px;
    background: radial-gradient(circle, #fff 0 38%, #8f5c2e 40% 61%, #6b371b 62%);
    border-radius: 50%;
    box-shadow: 55px 12px 0 -8px #8a562d
}

.ing.moroccan:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 24px;
    width: 38px;
    height: 52px;
    background: #b47e2f;
    border-radius: 50%;
    transform: rotate(55deg);
    box-shadow: 32px -14px 0 #c39443, 66px 4px 0 #a8722c
}

.ing.peptides:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 24px;
    width: 20px;
    height: 20px;
    background: #9fbfdb;
    border-radius: 50%;
    box-shadow: 38px -18px 0 #c3d7eb, 76px 3px 0 #8fb6d8, 34px 38px 0 #b7d3ea
}

.ing.peptides:after {
    content: "";
    position: absolute;
    left: 28px;
    top: 36px;
    width: 64px;
    height: 40px;
    border-top: 3px solid #9fb6cc;
    transform: rotate(-12deg)
}

.ing.silk {
    background: linear-gradient(135deg, #fff, #e8dac7);
    border-radius: 12px
}

.ing.silk:before {
    content: "";
    position: absolute;
    inset: 12px;
    background: linear-gradient(135deg, #fff 15%, #dfcfb8 50%, #fff 85%);
    border-radius: 55% 35% 55% 35%;
    transform: rotate(-12deg)
}

.ing.shea:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 24px;
    width: 55px;
    height: 44px;
    background: #e3cba5;
    border-radius: 50%;
    box-shadow: 44px 6px 0 #c58a3e, 67px -10px 0 #ad7332
}

.footer {
    margin-top: 34px;
    background: #fbf4e8;
    border-top: 1px solid #e3d8ca;
    padding: 52px 0 24px;
    color: var(--ink)
}

.footer-top>div {
    border-right: 1px solid #dfd6ca
}

.footer-top>div:last-child {
    border-right: 0
}

.footer h4 {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px
}

.footer a {
    display: block;
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 11px
}

.footer p {
    font-size: 16px;
    color: #514d5f;
    line-height: 1.6
}

.socials {
    display: flex;
    gap: 20px;
    margin-top: 24px
}

.socials i {
    font-style: normal;
    width: 24px;
    height: 24px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px
}

.footer-bottom {
    border-top: 1px solid #dfd6ca;
    margin-top: 34px;
    padding-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    align-items: center;
    font-size: 12px;
    color: #514d5f
}

.payments {
    text-align: right
}

.payments b {
    display: inline-grid;
    place-items: center;
    min-width: 54px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 8px;
    color: #17366a
}

.mobile-links {
    display: grid;
    gap: 0
}

.mobile-links a {
    padding: 16px 0;
    border-bottom: 1px solid #eee
}

.mobile-bottom {
    display: none
}

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

    h1 {
        font-size: 52px
    }

    .nav-gap {
        gap: 20px
    }

    .review-card {
        padding: 30px
    }

    .review-card p {
        font-size: 18px
    }

    .love-block {
        padding: 26px 20px
    }

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

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

    .ingredient-strip>div:nth-child(3) {
        border-right: 0
    }

    .ingredient-strip>div {
        border-bottom: 1px solid #ded5cc
    }

    .share-story {
        grid-template-columns: 100px 1fr 300px;
        padding: 26px
    }

    .hero-visual {
        height: 330px
    }

    .plant {
        right: -125px
    }
}

@media (max-width:991px) {

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

    .page-shell {
        width: calc(100% - 36px)
    }

    .hero {
        padding: 44px 0 20px
    }

    .hero-visual {
        height: 320px;
        margin-top: 10px
    }

    .stats-row {
        gap: 18px
    }

    .stats-row>div {
        min-width: 0;
        padding-right: 20px
    }

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

    .slider-btn.left,
    .slider-btn.right {
        display: none
    }

    .love-block {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .love-col:first-child {
        border-right: 0;
        border-bottom: 1px solid #d8cfdf;
        padding-bottom: 28px
    }

    .share-story {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 18px
    }

    .share-action {
        border-left: 0;
        border-top: 1px solid #d8c7df;
        padding-left: 0;
        padding-top: 22px
    }

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

    .ingredient-strip>div {
        border-right: 1px solid #ded5cc !important
    }

    .ingredient-strip>div:nth-child(even) {
        border-right: 0 !important
    }

    .footer {
        padding-bottom: 96px
    }

    .footer-top>div {
        border-right: 0
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: center
    }

    .payments {
        text-align: center
    }

    .mobile-bottom {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        height: 64px;
        background: rgba(25, 23, 46, .95);
        border: 1px solid rgba(255, 255, 255, .15);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-radius: 24px;
        z-index: 30;
        box-shadow: 0 12px 35px rgba(0, 0, 0, .25)
    }

    .mobile-bottom a {
        color: #fff;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .mobile-bottom small {
        font-size: 10px;
        margin-top: 1px
    }
}

@media (max-width:767px) {
    .page-shell {
        width: calc(100% - 26px)
    }

    .brand {
        font-size: 20px
    }

    .brand span {
        width: 34px;
        height: 34px
    }

    .cart-btn {
        width: 44px;
        height: 42px
    }

    h1 {
        font-size: 42px;
        line-height: 1.05
    }

    .lead-copy {
        font-size: 16px
    }

    .stats-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .stats-row>div {
        border-right: 0;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 16px;
        background: rgba(255, 255, 255, .45)
    }

    .stats-row strong {
        font-size: 30px
    }

    .hero-visual {
        height: 260px
    }

    .purple-orb {
        left: 70px;
        width: 220px;
        height: 250px
    }

    .stage {
        width: 400px;
        right: -42px
    }

    .tall {
        left: 45px;
        height: 170px;
        width: 62px
    }

    .mid {
        left: 138px;
        height: 165px;
        width: 62px
    }

    .drop {
        left: 222px;
        width: 58px;
        height: 120px
    }

    .jar {
        left: 285px;
        width: 100px;
        height: 86px
    }

    .product:after {
        font-size: 9px
    }

    .bottle:before {
        left: 22px;
        width: 22px;
        height: 30px;
        top: -28px
    }

    .bottle b {
        display: none
    }

    .plant {
        display: none
    }

    .section-head a {
        font-size: 13px
    }

    .review-card {
        min-height: auto;
        padding: 24px
    }

    .review-card p {
        font-size: 17px
    }

    .review-card i {
        font-size: 54px;
        right: 24px;
        bottom: 70px
    }

    .icon-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .before-wrap {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .ba-next {
        display: none
    }

    .share-action button {
        width: 100%
    }

    .empty-stars {
        font-size: 30px;
        letter-spacing: 4px
    }

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

    .ingredient-strip>div {
        border-right: 0 !important;
        height: 100px
    }

    .footer {
        margin-top: 20px
    }

    .payments b {
        min-width: 42px
    }

    .socials {
        margin-bottom: 12px
    }
}

@media (max-width:420px) {
    h1 {
        font-size: 35px
    }

    .hero {
        padding-top: 34px
    }

    .stats-row {
        grid-template-columns: 1fr
    }

    .hero-visual {
        height: 230px
    }

    .purple-orb {
        left: 42px;
        width: 190px;
        height: 220px
    }

    .stage {
        width: 330px
    }

    .tall {
        left: 25px
    }

    .mid {
        left: 102px
    }

    .drop {
        left: 175px
    }

    .jar {
        left: 235px;
        width: 88px
    }

    .love-block {
        padding: 22px 12px
    }

    .review-card p {
        font-size: 16px
    }

    .share-copy h2 {
        font-size: 23px
    }

    .share-story {
        padding: 22px
    }

    .footer p {
        font-size: 14px
    }
}

/* Review hero banner image */
.review-banner-visual {
    height: 360px;
    border-radius: 18px;
    overflow: hidden;
    /* background: #fff3e5; */
}

.hero-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width:1199px) {
    .review-banner-visual {
        height: 330px;
    }
}

@media (max-width:991px) {
    .review-banner-visual {
        height: 320px;
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .review-banner-visual {
        height: 260px;
        border-radius: 14px;
    }
}

@media (max-width:420px) {
    .review-banner-visual {
        height: 230px;
    }
}

/* Featured reviews slider */
.review-wrap {
    position: relative;
}

.review-grid {
    display: flex;
    grid-template-columns: none;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 2px 8px;
}

.review-grid::-webkit-scrollbar {
    display: none;
}

.review-card {
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
}

.slider-btn {
    cursor: pointer;
}

@media (max-width:991px) {
    .review-grid {
        gap: 16px;
    }

    .review-card {
        flex-basis: min(82vw, 420px);
    }

    .slider-btn.left,
    .slider-btn.right {
        display: grid;
    }
}

@media (max-width:767px) {
    .review-card {
        flex-basis: calc(100% - 8px);
    }

    .slider-btn {
        width: 42px;
        height: 42px;
        font-size: 30px;
    }

    .slider-btn.left {
        left: -10px;
    }

    .slider-btn.right {
        right: -10px;
    }
}

.love-results {
    margin-bottom: 50px;
}
/* WordPress template hero overrides */
.hero.page-shell {
    display: block;
    grid-template-columns: none;
    gap: 0;
    align-items: initial;
    min-height: auto;
    overflow: visible;
}

.hero.page-shell>.row {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    margin-right: 0;
    margin-left: 0;
}

.hero.page-shell>.row>* {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.hero.page-shell h1 {
    text-transform: none;
    font-size: clamp(52px, 4.2vw, 60px);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.hero.page-shell .lead-copy {
    color: #464354;
}

.hero.page-shell .review-banner-visual {
    width: 100%;
    height: clamp(330px, 24vw, 360px);
}

@media (max-width:991px) {
    .hero.page-shell>.row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero.page-shell h1 {
        font-size: 52px;
    }
}

@media (max-width:767px) {
    .hero.page-shell h1 {
        font-size: 42px;
        line-height: 1.05;
    }
}

@media (max-width:420px) {
    .hero.page-shell h1 {
        font-size: 35px;
    }
}
