:root {
    --reference-green: #6F7E3A;
    --reference-wave: #A9AD72;
    --reference-bg: #F8F6EF;
    --reference-text: #2F231A;
    --reference-card: #EEE9E1;
    --reference-line: #E5DED2;
}

.topbar {
    background: var(--reference-green);
    color: #fff;
    font-size: 12px;
}

.topbar .wrap {
    width: min(1280px, calc(100% - 48px));
    min-height: 36px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    gap: 24px;
    padding: 0;
}

.topbar .wrap > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.topbar-quality { justify-content: center; }
.topbar-fast { justify-content: flex-end; }
.topbar svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(248, 246, 239, .97);
    border-bottom: 1px solid rgba(47, 35, 26, .06);
    backdrop-filter: blur(12px);
}

.site-header .navrow {
    width: min(1280px, calc(100% - 48px));
    height: 100px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(140px, 1fr);
    gap: 24px;
}

.site-header .brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    color: var(--reference-text);
    font-size: inherit;
    letter-spacing: 0;
    justify-self: start;
}

.site-header .brand-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    border-radius: 0;
}

.site-header .brand-wordmark,
.site-header .brand > .brand-wordmark {
    width: auto;
    height: auto;
    display: inline;
    background: none;
    border-radius: 0;
    font: 700 23px/1 Fraunces, Georgia, serif;
    letter-spacing: -.7px;
    color: var(--reference-text);
}

.site-header .brand-wordmark > span { color: var(--reference-green); }
.site-header .brand-wordmark small {
    display: inline;
    margin: 0 0 0 1px;
    color: var(--reference-text);
    font: 700 14px/1 Fraunces, Georgia, serif;
}

.site-header #mainNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0;
    color: var(--reference-text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    text-transform: uppercase;
}

.site-header #mainNav > a,
.site-header #mainNav > .mega-trigger > .nav-link { padding: 33px 0; }
.site-header #mainNav > .mega-trigger > .nav-link {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
}
.site-header #mainNav a:hover,
.site-header #mainNav .nav-link:hover { color: var(--reference-green); }
.site-header .nav-chevron { width: 12px; height: 7px; margin-left: 6px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    justify-self: end;
}

.header-actions .header-icon,
.header-actions button.header-icon {
    position: relative;
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--reference-text);
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.header-actions .header-icon:hover { background: rgba(111, 126, 58, .1); }
.header-actions svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.header-actions .cart-btn > svg { width: 28px; height: 28px; }
.header-actions .cart-btn span {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--reference-green);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.nav-menu-toggle,
.site-header button.nav-menu-toggle {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--reference-text);
}

.nav-menu-toggle svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

.home-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.home-reference {
    overflow: hidden;
    background: var(--reference-bg);
    color: var(--reference-text);
}

.home-hero-main {
    position: relative;
    min-height: 468px;
    background: var(--reference-bg);
    isolation: isolate;
}

.home-hero-advertising { touch-action: pan-y; }
.home-hero-ad-slides { position: relative; min-height: 468px; }
.home-hero-ad-slide { min-height: 468px; background: var(--reference-bg); }
.home-hero-ad-slide[hidden] { display: none; }
.home-hero-ad-slide.theme-olive { background: #e7ead7; }
.home-hero-ad-slide.theme-terracotta { background: #f3e3d7; }
.home-hero-ad-slide.theme-dark { background: #344020; color: #fff; }
.home-hero-ad-slide.theme-dark .home-hero-copy>p { color: #edf0df; }
.home-hero-eyebrow { display: block; margin-bottom: 11px; color: var(--reference-green); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; }
.home-hero-ad-slide.theme-dark .home-hero-eyebrow,.home-hero-ad-slide.theme-dark .home-hero-ad-heading em { color: #dce7a5; }
.home-hero-copy .home-hero-ad-heading { margin: 0 0 20px; color: inherit; font: 700 clamp(44px,4.1vw,58px)/1.07 'DM Sans',sans-serif; letter-spacing: -2.1px; }
.home-hero-ad-heading>span { display: block; }
.home-hero-ad-heading em { color: var(--reference-green); font-style: normal; }
.home-hero-ad-slide .home-hero-media { min-height: 390px; align-self: center; overflow: hidden; border: 1px solid rgba(111,126,58,.16); border-radius: 30px; background: rgba(255,255,255,.34); box-shadow: 0 18px 44px rgba(64,54,37,.12); }
.home-hero-ad-slide .home-hero-media picture { position: absolute; inset: 0; }
.home-hero-ad-slide .home-hero-media img { position: static; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; filter: none; }
.home-hero-ad-slide.focal-left .home-hero-media img { object-position: left center; }
.home-hero-ad-slide.focal-right .home-hero-media img { object-position: right center; }
.home-hero-ad-slide.focal-top .home-hero-media img { object-position: center top; }
.home-hero-ad-slide.focal-bottom .home-hero-media img { object-position: center bottom; }
.home-hero-default-slide .home-hero-media img { object-fit: contain; object-position: center bottom; }
.home-hero-ad-slide.layout-full_bleed { position: relative; min-height: 520px; overflow: hidden; background: #2f3b22; }
.home-hero-ad-slide.layout-full_bleed .home-hero-grid { position: relative; z-index: 1; min-height: 520px; grid-template-columns: minmax(300px,620px) 1fr; }
.home-hero-ad-slide.layout-full_bleed .home-hero-copy { position: relative; z-index: 2; align-self: center; max-width: 620px; padding: 32px; border-radius: 24px; background: rgba(29,35,22,.72); color: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.18); backdrop-filter: blur(7px); }
.home-hero-ad-slide.layout-full_bleed .home-hero-copy>p { color: rgba(255,255,255,.88); }
.home-hero-ad-slide.layout-full_bleed .home-hero-media { position: absolute; inset: 0; width: 100%; min-height: 100%; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-hero-ad-slide.layout-full_bleed .home-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(20,25,16,.52),rgba(20,25,16,.08) 68%,transparent); pointer-events:none; }
.home-hero-ad-slide.layout-full_bleed .home-hero-media picture,.home-hero-ad-slide.layout-full_bleed .home-hero-media img { width:100%;height:100%;display:block; }
.home-hero-ad-navigation { position: absolute; left: 50%; bottom: 40px; z-index: 8; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); }
.home-hero-ad-navigation>button { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(79,94,37,.25); border-radius: 50%; background: rgba(255,255,255,.92); color: #4f5e25; cursor: pointer; box-shadow: 0 8px 18px rgba(47,35,26,.1); }
.home-hero-ad-navigation svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.home-hero-ad-dots { display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.9); }
.home-hero-ad-dots button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 50%; background: #c8cdb4; cursor: pointer; }
.home-hero-ad-dots button[aria-pressed=true] { background: #5b692f; box-shadow: 0 0 0 3px rgba(111,126,58,.18); }
.home-hero-ad-navigation button:focus-visible { outline: 3px solid rgba(79,94,37,.35); outline-offset: 3px; }

.home-hero-grid {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    min-height: 468px;
    display: grid;
    grid-template-columns: 520px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 54px 48px 60px;
}

.home-hero-copy { position: relative; z-index: 4; }
.home-hero-copy h1 {
    margin: 0 0 20px;
    color: var(--reference-text);
    font: 700 clamp(48px, 4.35vw, 60px)/1.08 'DM Sans', sans-serif;
    letter-spacing: -2.2px;
}

.home-hero-copy h1 > span { display: block; white-space: nowrap; }
.home-hero-copy h1 em { color: var(--reference-green); font-style: normal; }
.home-hero-copy > p {
    max-width: 445px;
    margin: 0 0 24px;
    color: var(--reference-text);
    font-size: 18px;
    line-height: 1.45;
}

.home-hero-cta {
    min-width: 184px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 14px;
    background: var(--reference-green);
    color: #fff;
    box-shadow: 0 8px 18px rgba(77, 90, 34, .18);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-hero-cta > svg { width: 22px; height: 22px; fill: currentColor; pointer-events: none; }
.home-hero-features {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 30px;
    margin-top: 33px;
}

.home-hero-features > span {
    display: grid;
    grid-template-columns: 34px auto;
    align-items: center;
    gap: 9px;
}

.home-hero-features svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: var(--reference-green);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-features b { font-size: 12px; line-height: 1.3; }
.home-hero-media {
    position: relative;
    align-self: stretch;
    min-height: 410px;
    z-index: 2;
}

.home-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    display: none;
}

.home-hero-media img {
    position: absolute;
    right: -12px;
    bottom: 0;
    z-index: 2;
    width: 600px;
    max-width: none;
    height: 482px;
    object-fit: contain;
    object-position: right bottom;
    border-radius: 0;
    filter: drop-shadow(0 12px 10px rgba(70, 52, 30, .1));
}

.hero-leaf {
    position: absolute;
    z-index: 1;
    display: block;
    width: 180px;
    height: 260px;
    border-radius: 85% 10% 85% 10%;
    background: rgba(111, 126, 58, .12);
    transform: rotate(28deg);
}

.hero-leaf-one { right: 22px; top: 55px; }
.hero-leaf-two { right: 210px; top: 155px; width: 130px; height: 205px; transform: rotate(-24deg); }
.home-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 3;
    width: 100%;
    height: 92px;
    display: block;
    pointer-events: none;
}

.home-category-zone {
    position: relative;
    z-index: 4;
    padding: 10px 0 38px;
    background: var(--reference-bg);
}

.home-category-zone h2 {
    margin: 0 0 22px;
    color: var(--reference-text);
    font: 700 25px/1.2 'DM Sans', sans-serif;
    letter-spacing: 0;
    text-align: center;
}

.home-category-cards {
    display: grid;
    grid-template-columns: repeat(5, 163px);
    justify-content: center;
    gap: 18px;
}

.home-category-cards a {
    width: 163px;
    height: 142px;
    display: grid;
    grid-template-rows: 108px 1fr;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 17px;
    background: var(--reference-card);
    color: var(--reference-text);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.home-category-cards a:hover { border-color: rgba(111,126,58,.35); }
.home-category-cards svg { width: 148px; height: 106px; display: block; }
.home-category-cards b { align-self: start; font-size: 15px; line-height: 1.15; }

.reference-trust {
    background: var(--reference-bg);
    color: var(--reference-text);
    padding: 5px 0 38px;
}

.reference-trust .wrap {
    width: min(850px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 62px;
}

.reference-trust article {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 12px;
}

.reference-trust svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--reference-green);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.reference-trust article > div { display: flex; flex-direction: column; }
.reference-trust b { font-size: 14px; }
.reference-trust small { margin-top: 2px; color: #625b52; font-size: 12px; }

@media (max-width: 1050px) {
    .topbar .wrap,
    .site-header .navrow,
    .home-hero-grid { width: min(100% - 36px, 920px); }
    .site-header #mainNav { gap: 18px; font-size: 12px; }
    .site-header .brand-wordmark { font-size: 19px; }
    .site-header .brand-logo { width: 48px; height: 48px; }
    .home-hero-grid { grid-template-columns: minmax(450px, .95fr) minmax(0, 1.05fr); padding-inline: 28px; }
    .home-hero-features { gap: 18px; }
}

@media (max-width: 900px) {
    .topbar .wrap { width: calc(100% - 32px); grid-template-columns: 1fr; justify-items: center; }
    .topbar-quality,
    .topbar-fast { display: none !important; }
    .site-header .navrow { position: relative; width: calc(100% - 32px); height: 70px; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; }
    .site-header .nav-menu-toggle { display: grid; place-items: center; flex: 0 0 38px; }
    .site-header .brand { grid-column: 2; min-width: 0; max-width: calc(100% - 130px); margin-right: auto; gap: 6px; overflow: hidden; white-space: nowrap; }
    .site-header .header-actions { position: absolute; top: 50%; right: 0; z-index: 3; display: flex; transform: translateY(-50%); }
    .site-header .brand-logo { width: 40px; height: 40px; }
    .site-header .brand-wordmark,
    .site-header .brand > .brand-wordmark { font-size: 17px; }
    .site-header .brand-wordmark small { font-size: 10px; }
    .site-header #mainNav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        max-height: calc(100vh - 106px);
        overflow: auto;
        padding: 18px;
        background: var(--reference-bg);
        border-top: 1px solid var(--reference-line);
        box-shadow: 0 18px 35px rgba(47,35,26,.12);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .site-header #mainNav.open { display: flex; }
    .site-header #mainNav > a,
    .site-header #mainNav > .mega-trigger > .nav-link { width: 100%; padding: 13px 4px; text-align: left; }
    .site-header .mega { position: static !important; width: 100% !important; transform: none !important; margin: 4px 0 12px; grid-template-columns: 1fr !important; }
    .home-hero-grid {
        width: min(100% - 36px, 560px);
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 38px 0 90px;
        text-align: center;
    }
    .home-hero-copy h1 > span { white-space: normal; }
    .home-hero-copy { display: contents; }
    .home-hero-copy h1 { grid-row: 1; margin-bottom: 12px; font-size: clamp(36px, 8vw, 48px); }
    .home-hero-copy > p { grid-row: 2; justify-self: center; margin-bottom: 8px; font-size: 17px; }
    .home-hero-media { grid-row: 3; min-height: 305px; width: min(460px, 100%); justify-self: center; }
    .home-hero-media img { right: 0; left: 0; bottom: 2px; width: 100%; height: 300px; margin: auto; }
    .home-hero-cta { grid-row: 4; justify-self: center; margin-top: 6px; }
    .home-hero-features { grid-row: 5; justify-content: center; margin-top: 26px; text-align: left; }
    .hero-leaf-one { right: 12px; top: 32px; }
    .hero-leaf-two { left: 42px; right: auto; top: 120px; }
    .home-hero-ad-slides,.home-hero-ad-slide { min-height: 0; }
    .home-hero-ad-slide .home-hero-grid { padding-bottom: 112px; }
    .home-hero-ad-slide .home-hero-eyebrow { grid-row: 1; justify-self: center; margin-bottom: 8px; }
    .home-hero-copy .home-hero-ad-heading { grid-row: 2; margin-bottom: 13px; font-size: clamp(36px,8vw,48px); }
    .home-hero-ad-slide .home-hero-copy>p { grid-row: 3; }
    .home-hero-ad-slide .home-hero-media { grid-row: 4; width: min(460px,100%); min-height: 300px; margin: 12px auto; border-radius: 22px; }
    .home-hero-ad-slide .home-hero-cta { grid-row: 5; }
    .home-hero-ad-navigation { bottom: 38px; }
    .home-category-cards {
        justify-content: start;
        grid-template-columns: repeat(5, 154px);
        overflow-x: auto;
        padding: 0 max(18px, calc((100vw - 468px) / 2)) 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }
    .home-category-cards a { scroll-snap-align: start; }
    .reference-trust .wrap { width: min(100% - 36px, 680px); gap: 24px; }
}

@media (max-width: 600px) {
    .topbar { font-size: 10px; }
    .topbar .wrap { min-height: 37px; }
    .site-header .navrow { width: calc(100% - 24px); }
    .site-header .brand-wordmark,
    .site-header .brand > .brand-wordmark { font-size: 14px; }
    .site-header .brand-wordmark small { display: none; }
    .header-actions { gap: 2px; }
    .header-actions .header-icon,
    .header-actions button.header-icon { width: 36px; min-width: 36px; height: 36px; }
    .header-actions .header-account { display: grid; }
    .site-header .brand { max-width: calc(100% - 160px); }
    .home-hero-main { min-height: 0; }
    .home-hero-grid { width: calc(100% - 36px); padding-top: 32px; padding-bottom: 74px; }
    .home-hero-copy h1 { font-size: 34px; line-height: 1.08; letter-spacing: -1.4px; }
    .home-hero-copy > p { display: none; }
    .home-hero-media { grid-row: 2; min-height: 240px; width: 100%; }
    .home-hero-media img { height: 245px; object-position: center bottom; border-radius: 0; }
    .home-hero-cta { grid-row: 3; min-width: 188px; min-height: 42px; font-size: 13px; }
    .home-hero-features {
        grid-row: 4;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        margin-top: 24px;
    }
    .home-hero-features > span { display: flex; flex-direction: column; gap: 4px; text-align: center; }
    .home-hero-features svg { width: 28px; height: 28px; }
    .home-hero-features b { font-size: 9px; }
    .home-hero-ad-slide .home-hero-grid { padding-top: 28px; padding-bottom: 105px; }
    .home-hero-copy .home-hero-ad-heading { font-size: 34px; line-height: 1.08; letter-spacing: -1.4px; }
    .home-hero-ad-slide .home-hero-media { grid-row: 3; min-height: 245px; width: 100%; margin: 10px 0; border-radius: 18px; }
    .home-hero-ad-slide .home-hero-media img { height: 100%; object-position: center; }
    .home-hero-ad-slide.layout-full_bleed,.home-hero-ad-slide.layout-full_bleed .home-hero-grid{min-height:540px}.home-hero-ad-slide.layout-full_bleed .home-hero-grid{display:flex;align-items:flex-end}.home-hero-ad-slide.layout-full_bleed .home-hero-copy{margin:18px 0 72px;padding:22px}.home-hero-ad-slide.layout-full_bleed .home-hero-media img{object-position:center}
    .home-hero-ad-slide .home-hero-cta { grid-row: 4; }
    .home-hero-ad-navigation { bottom: 31px; }
    .home-hero-ad-navigation>button { width: 44px; height: 44px; }
    .home-wave { height: 78px; }
    .home-category-zone { padding-top: 9px; }
    .home-category-zone h2 { font-size: 22px; line-height: 1.2; }
    .home-category-zone .wrap { width: 100%; }
    .home-category-cards { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100vw - 56px) / 3); gap: 10px; padding-left: 18px; padding-right: 18px; }
    .home-category-cards a { width: 100%; height: 118px; grid-template-rows: 88px 1fr; }
    .home-category-cards svg { width: 100%; height: 86px; }
    .home-category-cards b { font-size: 12px; }
    .reference-trust { padding-bottom: 28px; }
    .reference-trust .wrap { grid-template-columns: repeat(3, 1fr); gap: 9px; }
    .reference-trust article { display: flex; flex-direction: column; gap: 6px; text-align: center; }
    .reference-trust svg { width: 28px; height: 28px; }
    .reference-trust b { font-size: 10px; }
    .reference-trust small { font-size: 9px; line-height: 1.25; }
}
