:root {
    --ink: #111;
    --muted: #6b6b68;
    --cream: #f4f1e9;
    --yellow: #ffd32a;
    --line: #e8e5dc;
    --white: #fff;
    --radius: 26px;
    --shadow: 0 22px 65px rgba(0, 0, 0, .09)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Manrope, Arial, sans-serif;
    background: #fff
}

button,
a {
    font: inherit
}

button {
    cursor: pointer
}

.shell {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.topbar {
    height: 34px;
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 58px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.site-header {
    height: 88px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 max(22px, calc((100vw - 1180px)/2));
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
    z-index: 40
}

.wordmark {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -.05em;
    text-decoration: none;
    color: #111
}

.wordmark span {
    background: var(--yellow);
    padding: 2px 5px;
    margin-right: 3px
}

.desktop-nav {
    display: flex;
    gap: 34px
}

.desktop-nav a {
    color: #252525;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.header-buy {
    justify-self: end;
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 800
}

.hero {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 64px;
    padding: 56px 0 78px
}

.gallery-card {
    background: var(--cream);
    border-radius: 32px;
    padding: 28px;
    position: relative
}

.pill {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
}

.floating {
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 2
}

.main-image-wrap {
    height: 520px;
    background: #fff;
    border-radius: 23px;
    overflow: hidden;
    display: grid;
    place-items: center;
    position: relative
}

.main-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .25s
}

.zoom-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
    font-size: 20px
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 16px
}

.thumb {
    height: 92px;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    background: #fff
}

.thumb.active {
    border-color: #111
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-panel {
    padding: 8px 0
}

.social-proof {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 13px
}

.social-proof span,
.review-cards span,
.score span {
    color: #efb900;
    letter-spacing: 2px
}

.social-proof a {
    color: #222
}

.kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin: 24px 0 10px
}

.product-panel h1,
.story h2,
.section-head h2,
.faq h2,
.impact-banner h2,
.final-cta h2 {
    font-family: "Space Grotesk";
    letter-spacing: -.05em
}

.product-panel h1 {
    font-size: clamp(43px, 4.5vw, 68px);
    line-height: .98;
    margin: 0 0 20px
}

.product-panel h1 em {
    font-style: normal;
    color: #74746f
}

.lead {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7
}

.price-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0
}

.price {
    font-size: 31px;
    font-weight: 800
}

.compare {
    text-decoration: line-through;
    color: #999
}

.save {
    background: #fff0b8;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800
}

.clean-benefits {
    border-block: 1px solid var(--line);
    margin: 27px 0
}

.clean-benefits div {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 14px;
    padding: 14px 0
}

.clean-benefits div+div {
    border-top: 1px solid var(--line)
}

.clean-benefits strong {
    font-size: 13px
}

.clean-benefits span {
    font-size: 12px;
    color: var(--muted)
}

.selector-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    font-size: 13px;
    font-weight: 800
}

.selector-head small {
    color: var(--muted);
    font-weight: 500
}

.bundle-grid {
    display: grid;
    gap: 9px
}

.bundle {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff
}

.bundle.active {
    border: 2px solid #111;
    background: #fffdf3
}

.bundle small {
    display: block;
    color: var(--muted);
    margin-top: 3px
}

.bundle em {
    position: absolute;
    right: 14px;
    top: -10px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 9px;
    font-style: normal
}

.buy-btn {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 18px;
    background: #111;
    color: #fff;
    margin-top: 16px;
    font-weight: 800;
    font-size: 16px
}

.buy-btn:hover,
.header-buy:hover,
.final-cta button:hover,
.stripe-btn:hover {
    transform: translateY(-1px)
}

.buy-trust {
    display: flex;
    justify-content: center;
    gap: 18px;
    color: var(--muted);
    font-size: 10px;
    margin-top: 12px
}

.impact-banner {
    background: var(--yellow);
    padding: 68px 0;
    text-align: center
}

.impact-banner p {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em
}

.impact-banner h2 {
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1;
    margin: 14px auto 0;
    max-width: 900px
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 100px 0
}

.feature-grid article {
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 31px
}

.feature-grid article>span {
    font-family: "Space Grotesk";
    font-size: 12px
}

.feature-grid h3 {
    font-size: 22px;
    margin: 26px 0 10px
}

.feature-grid p {
    color: var(--muted);
    line-height: 1.65
}

.story {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: center;
    padding: 40px 0 110px
}

.story h2,
.section-head h2,
.faq h2 {
    font-size: clamp(39px, 4.4vw, 62px);
    line-height: 1.03;
    margin: 10px 0 32px
}

.steps {
    border-top: 1px solid var(--line)
}

.steps>div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 21px 0;
    border-bottom: 1px solid var(--line)
}

.steps b {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center
}

.steps strong,
.steps small {
    display: block
}

.steps small {
    color: var(--muted);
    margin-top: 5px;
    line-height: 1.5
}

.story-media {
    height: 620px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: var(--cream)
}

.story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.media-caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 11px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em
}

.why-section {
    background: #111;
    color: #fff;
    padding: 105px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 42px
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.why-grid div {
    border: 1px solid #333;
    border-radius: 18px;
    padding: 26px;
    font-weight: 800
}

.why-grid div:before {
    content: '✓';
    display: block;
    color: var(--yellow);
    margin-bottom: 24px
}

.reviews-section {
    background: var(--cream);
    padding: 105px 0
}

.score {
    display: flex;
    gap: 12px;
    align-items: center
}

.score strong {
    font-size: 58px
}

.score span {
    font-size: 18px
}

.score small {
    display: block;
    color: var(--muted);
    letter-spacing: 0;
    font-size: 10px
}

.review-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.review-cards article {
    background: #fff;
    border-radius: 22px;
    padding: 28px
}

.review-cards p {
    font-size: 18px;
    line-height: 1.6
}

.ugc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 18px
}

.ugc-grid img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px
}

.final-cta {
    background: var(--yellow);
    padding: 95px 0;
    text-align: center
}

.final-cta h2 {
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
    max-width: 900px;
    margin: 15px auto 30px
}

.final-cta button {
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 16px 26px;
    font-weight: 800
}

.faq {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    padding: 105px 0
}

.accordion button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid var(--line);
    padding: 22px 0;
    background: transparent;
    text-align: left;
    font-weight: 800;
    font-size: 17px
}

.accordion p {
    display: none;
    margin: -3px 0 22px;
    color: var(--muted);
    line-height: 1.7
}

.accordion button.open+p {
    display: block
}

.accordion button.open b {
    transform: rotate(45deg)
}

footer {
    background: #111;
    color: #fff;
    padding: 72px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 36px
}

.wordmark.light {
    color: #fff
}

.footer-grid p {
    color: #888;
    max-width: 290px
}

.footer-grid h4 {
    margin: 0 0 15px
}

.footer-grid a:not(.wordmark) {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin: 9px 0;
    font-size: 13px
}

.footer-grid small {
    grid-column: 1/-1;
    color: #666;
    margin-top: 30px
}

.checkout-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: .25s
}

.checkout-modal.open {
    opacity: 1;
    pointer-events: auto
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px)
}

.checkout-panel {
    position: absolute;
    inset: 3vh max(18px, calc((100vw - 1120px)/2));
    background: #fff;
    border-radius: 28px;
    overflow: auto;
    padding: 34px;
    transform: translateY(20px);
    transition: .25s
}

.checkout-modal.open .checkout-panel {
    transform: none
}

.modal-close {
    position: absolute;
    right: 22px;
    top: 14px;
    border: 0;
    background: transparent;
    font-size: 34px
}

.checkout-heading h2 {
    font-family: "Space Grotesk";
    font-size: 42px;
    letter-spacing: -.04em;
    margin: 5px 0 8px
}

.checkout-heading p {
    color: var(--muted)
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 34px;
    margin-top: 25px
}

.shipping-form {
    display: grid;
    gap: 15px
}

.shipping-form label {
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 800
}

.shipping-form label>span {
    font-weight: 500;
    color: var(--muted)
}

.shipping-form input,
.shipping-form select,
.shipping-form textarea {
    width: 100%;
    border: 1px solid #dcd9d2;
    border-radius: 12px;
    padding: 13px 14px;
    font: inherit;
    outline: none
}

.shipping-form input:focus,
.shipping-form select:focus,
.shipping-form textarea:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .06)
}

.field-grid {
    display: grid;
    gap: 14px
}

.field-grid.two {
    grid-template-columns: 1fr 1fr
}

.field-grid.three {
    grid-template-columns: 1.3fr .7fr .7fr
}

.privacy-check {
    display: flex !important;
    gap: 10px !important;
    font-weight: 500 !important;
    color: #555
}

.privacy-check input {
    width: 17px;
    height: 17px
}

.stripe-btn {
    border: 0;
    border-radius: 14px;
    background: #635bff;
    color: #fff;
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800
}

.stripe-btn small {
    opacity: .85
}

.form-note {
    font-size: 11px;
    color: var(--muted)
}

.order-summary {
    background: var(--cream);
    border-radius: 20px;
    padding: 22px;
    height: max-content;
    position: sticky;
    top: 0
}

.secure-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em
}

.summary-product {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0 18px;
    border-bottom: 1px solid #ddd7ca
}

.summary-product img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px
}

.summary-product span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    margin-top: 4px
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    padding: 14px 0
}

.summary-row {
    font-size: 13px;
    border-bottom: 1px solid #ddd7ca
}

.summary-total {
    font-size: 20px;
    font-weight: 800
}

.order-summary ul {
    padding-left: 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 2
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    display: none;
    place-items: center;
    z-index: 250;
    padding: 30px
}

.lightbox.open {
    display: grid
}

.lightbox img {
    max-width: min(850px, 90vw);
    max-height: 88vh;
    border-radius: 20px
}

.lightbox button {
    position: absolute;
    right: 30px;
    top: 20px;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 40px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .desktop-nav {
        display: none
    }

    .site-header {
        grid-template-columns: 1fr auto
    }

    .hero,
    .story,
    .faq {
        grid-template-columns: 1fr
    }

    .hero {
        gap: 35px
    }

    .main-image-wrap {
        height: 450px
    }

    .feature-grid,
    .review-cards {
        grid-template-columns: 1fr
    }

    .why-grid {
        grid-template-columns: 1fr 1fr
    }

    .story-media {
        height: 530px
    }

    .section-head {
        align-items: flex-start;
        gap: 20px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .checkout-panel {
        inset: 12px;
        padding: 24px
    }

    .checkout-layout {
        grid-template-columns: 1fr
    }

    .order-summary {
        position: static;
        order: -1
    }
}

@media(max-width:600px) {
    .shell {
        width: min(100% - 24px, 1180px)
    }

    .topbar span:nth-child(n+2) {
        display: none
    }

    .site-header {
        height: 74px;
        padding: 0 14px
    }

    .wordmark {
        font-size: 20px
    }

    .header-buy {
        padding: 10px 15px
    }

    .hero {
        padding-top: 25px
    }

    .gallery-card {
        padding: 13px;
        border-radius: 22px
    }

    .main-image-wrap {
        height: 360px
    }

    .thumb {
        height: 68px
    }

    .product-panel h1 {
        font-size: 40px
    }

    .clean-benefits div {
        grid-template-columns: 1fr;
        gap: 4px
    }

    .buy-trust {
        gap: 9px;
        font-size: 9px
    }

    .feature-grid {
        padding: 70px 0
    }

    .story {
        padding-bottom: 75px
    }

    .story-media {
        height: 450px
    }

    .why-grid {
        grid-template-columns: 1fr
    }

    .section-head {
        display: block
    }

    .score {
        margin-top: 20px
    }

    .ugc-grid {
        grid-template-columns: 1fr
    }

    .ugc-grid img {
        height: 350px
    }

    .faq {
        padding: 75px 0
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .checkout-panel {
        padding: 22px 16px
    }

    .checkout-heading h2 {
        font-size: 31px
    }

    .field-grid.two,
    .field-grid.three {
        grid-template-columns: 1fr
    }

    .stripe-btn {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px
    }
}