:root {
    --forest: #173b2b;
    --forest-dark: #0c271c;
    --leaf: #3f6b45;
    --sage: #b9c7a7;
    --cream: #f5f0e5;
    --paper: #fffdf8;
    --gold: #c7a252;
    --ink: #18231d;
    --muted: #68716a;
    --line: rgba(23, 59, 43, .13);
    --shadow: 0 22px 60px rgba(18, 39, 28, .12)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden
}

button,
input {
    font: inherit
}

button,
a {
    -webkit-tap-highlight-color: transparent
}

a {
    color: inherit
}

.site-header {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px clamp(22px, 5vw, 80px);
    position: absolute;
    z-index: 20;
    width: 100%;
    border-bottom: 1px solid rgba(23, 59, 43, .1)
}

.site-header nav {
    display: flex;
    gap: 34px
}

.site-header nav a {
    text-decoration: none;
    font-size: .92rem;
    font-weight: 600;
    position: relative
}

.site-header nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    background: var(--forest);
    transition: .25s
}

.site-header nav a:hover:after {
    right: 0
}

.header-cart {
    border: 0;
    background: var(--forest);
    color: white;
    border-radius: 999px;
    padding: 11px 12px 11px 20px;
    display: flex;
    gap: 13px;
    align-items: center;
    cursor: pointer
}

.header-cart b {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    background: var(--gold);
    border-radius: 50%;
    font-size: .78rem
}

.floating-order {
    position: fixed;
    right: clamp(16px, 2.5vw, 36px);
    bottom: clamp(16px, 2.5vw, 36px);
    z-index: 80;
    box-shadow: 0 14px 36px rgba(12, 39, 28, .28);
    transition: transform .25s, box-shadow .25s, background .25s
}

.floating-order:hover {
    transform: translateY(-4px);
    background: var(--forest-dark);
    box-shadow: 0 19px 42px rgba(12, 39, 28, .36)
}

.hero {
    min-height: 760px;
    height: 100vh;
    max-height: 940px;
    padding: 120px clamp(24px, 7vw, 110px) 70px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 5vw;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 28%, rgba(255, 255, 255, .9), transparent 34%), linear-gradient(135deg, #f7f1e4 0%, #e8ead9 100%)
}

.hero:before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(23, 59, 43, .11);
    border-radius: 50%;
    left: -260px;
    top: 190px
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--leaf)
}

.hero h1,
.section-heading h2,
.how h2,
footer h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    line-height: .98
}

.hero h1 {
    font-size: clamp(3.7rem, 6.5vw, 7rem);
    max-width: 800px;
    margin: 19px 0 26px
}

.hero h1 em {
    font-weight: 400;
    color: var(--leaf)
}

.hero-copy>p {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.75;
    max-width: 590px;
    color: var(--muted)
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px
}

.btn {
    border: 0;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 999px;
    padding: 17px 25px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .25s, box-shadow .25s, background .25s
}

.btn:hover {
    transform: translateY(-3px)
}

.btn-primary {
    background: var(--forest);
    color: #fff;
    box-shadow: 0 12px 30px rgba(23, 59, 43, .2)
}

.btn-primary:hover {
    background: var(--forest-dark);
    box-shadow: 0 17px 35px rgba(23, 59, 43, .27)
}

.hero-note {
    font-size: .88rem;
    display: flex;
    align-items: center;
    gap: 9px
}

.hero-note i {
    width: 8px;
    height: 8px;
    background: #5b9e55;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(91, 158, 85, .14)
}

.hero-visual {
    height: 560px;
    position: relative;
    display: grid;
    place-items: center
}

.sun {
    position: absolute;
    width: min(35vw, 440px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #d6be7a, #ecdba8);
    box-shadow: 0 25px 80px rgba(90, 81, 39, .16)
}

.logo-stage {
    position: relative;
    width: min(39vw, 520px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    animation: drift 6s ease-in-out infinite
}

.logo-stage img {
    width: 100%;
    filter: drop-shadow(0 28px 22px rgba(31, 49, 37, .17))
}

.orbit {
    position: absolute;
    background: rgba(255, 253, 248, .9);
    border: 1px solid rgba(23, 59, 43, .12);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 12px 17px;
    font-size: .78rem;
    font-weight: 700
}

.orbit-one {
    top: 20%;
    right: -2%
}

.orbit-two {
    bottom: 16%;
    left: -2%
}

@keyframes drift {
    50% {
        transform: translateY(-12px) rotate(1deg)
    }
}

.parallax-promo {
    --parallax-y: 0px;
    min-height: 620px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    background: var(--forest-dark)
}

.parallax-promo::before {
    content: "";
    position: absolute;
    inset: -18% -8%;
    z-index: -2;
    background-image: url("../assets/img/parallax.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate3d(0, var(--parallax-y), 0) scale(1.08);
    will-change: transform
}

.parallax-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(8, 20, 14, .92) 0%, rgba(8, 20, 14, .65) 48%, rgba(8, 20, 14, .2) 100%)
}

.parallax-content {
    width: min(1320px, calc(100% - 48px));
    margin: auto;
    padding: 95px 0
}

.promo-kicker {
    display: inline-block;
    color: #f0cc65;
    text-transform: uppercase;
    letter-spacing: .23em;
    font-weight: 700;
    font-size: .82rem;
    margin-bottom: 20px
}

.parallax-content h2 {
    max-width: 820px;
    font-family: "DM Serif Display", serif;
    font-size: clamp(3.4rem, 7vw, 7rem);
    font-weight: 400;
    line-height: .94;
    text-wrap: balance;
    text-shadow: 0 10px 35px rgba(0, 0, 0, .35)
}

.parallax-content h2 em {
    color: #f0cc65;
    font-weight: 400
}

.promo-phone {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 700;
    text-decoration: none;
    transition: color .25s, transform .25s
}

.promo-phone:hover {
    color: #f0cc65;
    transform: translateX(5px)
}

.promo-phone span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    font-size: 1.2rem
}

.promo-offer {
    width: fit-content;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    background: rgba(8, 20, 14, .8);
    border: 1px solid rgba(240, 204, 101, .35);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .05em;
    backdrop-filter: blur(10px)
}

.promo-offer span {
    color: #f0cc65;
    font-family: "DM Serif Display", serif;
    font-size: 1.8rem
}

.promo-offer strong:last-child {
    color: #f0cc65
}

.catalog {
    padding: 110px clamp(20px, 6vw, 90px) 130px;
    background: var(--paper)
}

.section-heading {
    max-width: 1320px;
    margin: 0 auto 48px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px
}

.section-heading h2,
.how h2 {
    font-size: clamp(2.8rem, 5vw, 5rem);
    margin-top: 12px
}

.section-heading p {
    max-width: 430px;
    color: var(--muted);
    line-height: 1.7
}

.catalog-tools {
    max-width: 1320px;
    margin: 0 auto 32px;
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.search {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 13px 19px;
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: min(390px, 100%)
}

.search input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    color: var(--ink)
}

.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filter {
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 999px;
    padding: 11px 17px;
    cursor: pointer;
    color: var(--muted);
    transition: .2s
}

.filter.active,
.filter:hover {
    background: var(--forest);
    color: #fff;
    border-color: var(--forest)
}

.products {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px
}

.card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    animation: cardIn .5s both
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
    border-color: rgba(23, 59, 43, .26)
}

@keyframes cardIn {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.card-image {
    height: 245px;
    padding: 20px;
    position: relative;
    background: linear-gradient(145deg, #f3eee1, #e9eadb);
    overflow: hidden
}

.card-image:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(23, 59, 43, .09);
    right: -60px;
    top: -60px
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform .4s
}

.card:hover .card-image img {
    transform: scale(1.05)
}

.card-category {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 14px;
    background: rgba(255, 253, 248, .9);
    padding: 7px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .6rem;
    font-weight: 700
}

.info {
    padding: 20px 19px 12px;
    flex: 1
}

.info h3 {
    font-size: 1rem;
    line-height: 1.4;
    min-height: 2.8em
}

.price {
    font-family: "DM Serif Display";
    font-size: 1.55rem;
    color: var(--forest);
    margin-top: 11px
}

.stock {
    display: block;
    width: fit-content;
    margin-top: 8px;
    color: var(--leaf);
    font-size: .72rem;
    font-weight: 700
}

.stock.out {
    color: #a34b3f
}

.controls button:disabled {
    opacity: .35;
    cursor: not-allowed
}

.controls {
    display: flex;
    align-items: center;
    margin: 0 18px 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px
}

.controls button {
    width: 37px;
    height: 37px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--forest);
    font-size: 1.25rem;
    cursor: pointer;
    transition: .2s
}

.controls button:hover {
    background: var(--forest);
    color: #fff
}

.qty {
    flex: 1;
    text-align: center;
    font-weight: 700
}

.no-results {
    text-align: center;
    padding: 60px;
    color: var(--muted)
}

.how {
    background: #e6eadb;
    padding: 110px clamp(24px, 7vw, 110px)
}

.how-intro {
    text-align: center
}

.steps {
    max-width: 1100px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.steps article {
    background: rgba(255, 253, 248, .68);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px
}

.steps b {
    display: grid;
    place-items: center;
    background: var(--gold);
    color: var(--forest-dark);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-family: "DM Serif Display";
    font-size: 1.25rem
}

.steps h3 {
    font-family: "DM Serif Display";
    font-size: 1.7rem;
    margin: 24px 0 8px
}

.steps p {
    color: var(--muted);
    line-height: 1.6
}

.cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 23, 16, .45);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    backdrop-filter: blur(3px)
}

.cart-backdrop.open {
    opacity: 1;
    visibility: visible
}

.cart {
    position: fixed;
    right: 0;
    top: 0;
    width: min(460px, 100%);
    height: 100dvh;
    background: var(--paper);
    z-index: 100;
    display: flex;
    flex-direction: column;
    transform: translateX(105%);
    transition: transform .4s cubic-bezier(.77, 0, .18, 1);
    box-shadow: -20px 0 70px rgba(0, 0, 0, .15)
}

.cart.open {
    transform: none
}

.cart-header {
    padding: 28px 28px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line)
}

.cart-header h2 {
    font-family: "DM Serif Display";
    font-size: 2.25rem
}

.cart-header button {
    border: 0;
    background: var(--cream);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.7rem;
    cursor: pointer
}

.cart-items {
    overflow: auto;
    padding: 12px 28px;
    flex: 1
}

.item {
    padding: 17px 0;
    border-bottom: 1px solid var(--line)
}

.item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px
}

.item-name {
    font-weight: 700
}

.item-unit-price {
    font-size: .85rem;
    color: var(--muted);
    margin-top: 4px
}

.item-subtotal {
    font-family: "DM Serif Display";
    font-size: 1.2rem;
    white-space: nowrap
}

.cart-qty {
    width: max-content;
    display: grid;
    grid-template-columns: 34px 38px 34px;
    align-items: center;
    margin-top: 13px;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff
}

.cart-qty button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--green);
    font: 700 1.1rem/1 "DM Sans", sans-serif;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, opacity .2s ease
}

.cart-qty button:hover:not(:disabled) {
    background: var(--green);
    color: #fff
}

.cart-qty button:disabled {
    opacity: .3;
    cursor: not-allowed
}

.cart-qty span {
    text-align: center;
    font-weight: 700
}

.empty-cart {
    text-align: center;
    padding: 70px 20px
}

.empty-cart span {
    font-size: 2.4rem
}

.empty-cart h3 {
    font-family: "DM Serif Display";
    font-size: 1.6rem;
    margin: 15px 0 8px
}

.empty-cart p {
    color: var(--muted);
    line-height: 1.6
}

.cart-footer {
    padding: 22px 28px 26px;
    border-top: 1px solid var(--line)
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart-total strong {
    font-family: "DM Serif Display";
    font-size: 1.9rem
}

.cart-footer>p {
    font-size: .74rem;
    color: var(--muted);
    margin: 9px 0 18px;
    line-height: 1.5
}

.cart-footer .btn {
    width: 100%
}

.cart-actions {
    display: grid;
    gap: 10px
}

.clear-cart {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--green);
    font: 700 .86rem "DM Sans", sans-serif;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, opacity .2s ease
}

.clear-cart:hover:not(:disabled) {
    border-color: var(--green);
    background: rgba(23, 59, 43, .06)
}

.clear-cart:disabled {
    opacity: .4;
    cursor: not-allowed
}

.mobile-cart {
    display: none
}

footer {
    background: var(--forest-dark);
    color: #fff;
    padding: 86px clamp(24px, 6vw, 90px) 25px
}

.footer-main {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1.15fr;
    align-items: start;
    gap: clamp(30px, 4vw, 65px);
    max-width: 1320px;
    margin: auto
}

.footer-brand-block img {
    width: 155px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25))
}

.footer-brand-block p,
.footer-cta p {
    max-width: 280px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.65;
    font-size: .9rem
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer-label {
    min-height: 24px;
    margin-bottom: 9px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .7rem;
    font-weight: 700
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    color: #fff;
    text-decoration: none;
    transition: color .25s, transform .25s
}

.footer-contact:hover {
    color: var(--gold);
    transform: translateX(4px)
}

.footer-icon {
    flex: 0 0 41px;
    height: 41px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .05em
}

.footer-contact>span:last-child,
.hours-row p {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.footer-contact small,
.hours-row small {
    color: rgba(255, 255, 255, .48);
    font-size: .72rem
}

.footer-contact strong,
.hours-row strong {
    font-size: .91rem
}

.hours-row {
    min-height: 63px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0
}

.hours-row>span {
    font-size: 1.25rem
}

.footer-main .eyebrow {
    color: var(--gold)
}

footer h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 10px 0 0
}

.footer-cta .btn {
    margin-top: 22px;
    padding: 14px 20px
}

.btn-light {
    background: var(--cream);
    color: var(--forest)
}

.footer-bottom {
    max-width: 1320px;
    margin: 60px auto 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .48);
    font-size: .78rem
}

.footer-credit {
    color: rgba(255, 255, 255, .72)
}

.footer-credit strong {
    color: var(--gold);
    font-size: .9rem;
    letter-spacing: .04em
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .7s, transform .7s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1050px) {
    .products {
        grid-template-columns: repeat(3, 1fr)
    }

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

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

@media(max-width:760px) {
    html {
        scroll-padding-top: 70px
    }

    .site-header {
        height: 72px;
        padding: 6px 12px;
        position: absolute
    }

    .site-header nav {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: clamp(15px, 5vw, 30px)
    }

    .site-header nav a {
        font-size: .78rem;
        white-space: nowrap
    }

    .floating-order {
        display: none
    }

    .hero {
        height: auto;
        min-height: 0;
        padding: 115px 21px 60px;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .hero-copy {
        text-align: center
    }

    .hero h1 {
        font-size: 3.55rem
    }

    .hero-copy>p {
        font-size: .98rem
    }

    .hero-actions {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-top: 28px
    }

    .hero-visual {
        width: 100%;
        height: 380px
    }

    .sun {
        width: 290px
    }

    .logo-stage {
        width: min(86vw, 340px)
    }

    .orbit-one {
        right: 0;
        top: 15%
    }

    .orbit-two {
        left: 0;
        bottom: 12%
    }

    .parallax-promo {
        min-height: 560px;
        background-position: center
    }

    .parallax-shade {
        background: linear-gradient(180deg, rgba(8, 20, 14, .45), rgba(8, 20, 14, .9))
    }

    .parallax-content {
        width: calc(100% - 36px);
        align-self: end;
        padding: 80px 0 48px;
        text-align: center
    }

    .parallax-content h2 {
        font-size: clamp(3rem, 14vw, 4.6rem)
    }

    .promo-phone,
    .promo-offer {
        margin-left: auto;
        margin-right: auto
    }

    .promo-offer {
        gap: 9px;
        padding: 13px 15px;
        font-size: .87rem
    }

    .catalog {
        padding: 80px 16px 100px
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
        margin-bottom: 30px
    }

    .section-heading h2,
    .how h2 {
        font-size: 3rem
    }

    .catalog-tools {
        flex-direction: column
    }

    .search {
        width: 100%;
        min-width: 0
    }

    .filters {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px
    }

    .filter {
        white-space: nowrap
    }

    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .card {
        border-radius: 16px
    }

    .card-image {
        height: 175px;
        padding: 12px
    }

    .info {
        padding: 14px 12px 9px
    }

    .info h3 {
        font-size: .88rem
    }

    .price {
        font-size: 1.25rem
    }

    .controls {
        margin: 0 10px 11px
    }

    .how {
        padding: 80px 18px
    }

    .steps {
        grid-template-columns: 1fr;
        margin-top: 35px
    }

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

    .footer-brand-block,
    .footer-cta {
        text-align: center
    }

    .footer-brand-block img {
        width: 150px
    }

    .footer-brand-block p,
    .footer-cta p {
        margin-left: auto;
        margin-right: auto
    }

    .footer-column {
        max-width: 340px;
        width: 100%;
        margin: auto
    }

    .footer-label {
        text-align: center
    }

    .footer-cta .btn {
        width: min(100%, 310px)
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        margin-top: 45px;
        padding-bottom: 68px
    }

    .mobile-cart {
        position: fixed;
        display: flex;
        bottom: 12px;
        left: 12px;
        right: 12px;
        z-index: 80;
        border: 0;
        background: var(--forest);
        color: #fff;
        padding: 15px 20px;
        border-radius: 999px;
        justify-content: space-between;
        box-shadow: 0 12px 32px rgba(14, 38, 27, .3);
        font-weight: 700;
        transform: translateY(100px);
        transition: .3s
    }

    .mobile-cart.visible {
        transform: none
    }

    .mobile-cart b {
        color: var(--sage);
        font-size: .77rem
    }

    .cart-header,
    .cart-items,
    .cart-footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:400px) {
    .site-header nav {
        gap: 12px
    }

    .site-header nav a {
        font-size: .72rem
    }

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

    .card-image {
        height: 240px
    }

    .hero h1 {
        font-size: 3.15rem
    }

    .orbit {
        font-size: .66rem
    }
}

@media(max-width:520px) {
    .hero {
        padding-left: 18px;
        padding-right: 18px
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 3.55rem)
    }

    .hero-visual {
        height: 340px
    }

    .orbit {
        padding: 9px 12px;
        font-size: .64rem
    }

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

    .card-image {
        height: 245px
    }

    .section-heading h2,
    .how h2 {
        font-size: 2.65rem
    }

    .promo-phone {
        font-size: 1.15rem
    }

    .promo-offer {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}