: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 { width: 100%; 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-family: inherit; font-size: clamp(44px,4.1vw,58px); font-weight: 700; line-height: 1.07; 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; width: 100%; max-width: none; min-height: 520px; margin-inline: 0; grid-template-columns: minmax(300px,620px) 1fr; padding-inline: max(48px,calc((100vw - 1184px)/2)); }
.home-hero-ad-slide.font-manrope .home-hero-copy{font-family:'HZJ Manrope',sans-serif}.home-hero-ad-slide.font-montserrat .home-hero-copy{font-family:'HZJ Montserrat',sans-serif}.home-hero-ad-slide.font-roboto .home-hero-copy{font-family:'HZJ Roboto',sans-serif}.home-hero-ad-slide.font-rubik .home-hero-copy{font-family:'HZJ Rubik',sans-serif}
.home-hero-ad-slide.align-left .home-hero-copy{text-align:left}.home-hero-ad-slide.align-center .home-hero-copy{text-align:center}.home-hero-ad-slide.align-right .home-hero-copy{text-align:right}
.home-hero-ad-slide.layout-full_bleed .home-hero-copy { position: absolute; z-index: 5; left: var(--hero-copy-x-desktop,30%); top: var(--hero-copy-y-desktop,44%); width: min(620px,calc(100% - 96px)); max-width: 620px; display: block; 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); transform: translate(-50%,-50%) rotate(var(--hero-copy-rotation-desktop,0deg)); transform-origin:center; }
.home-hero-ad-slide.layout-full_bleed .home-hero-copy>p { color: rgba(255,255,255,.88); }
.home-hero-ad-slide.layout-full_bleed:is(.theme-cream,.theme-olive) .home-hero-copy { border:1px solid rgba(255,255,255,.72); background:rgba(250,248,241,.88); color:#2f291f; box-shadow:0 20px 60px rgba(60,53,39,.14); }
.home-hero-ad-slide.layout-full_bleed:is(.theme-cream,.theme-olive) .home-hero-copy>p { color:#625d53; }
.home-hero-ad-slide.layout-full_bleed:is(.theme-cream,.theme-olive) .home-hero-media::after { background:linear-gradient(90deg,rgba(248,246,239,.34),rgba(248,246,239,.06) 58%,transparent 76%); }
.home-hero-ad-slide.layout-full_bleed .home-hero-media { position: absolute; z-index:1; inset: 0; width: 100%; height: auto; min-height: 100%; margin: 0; grid-row: auto; align-self: stretch; border: 0; border-radius: 0; background: transparent; box-shadow: none; pointer-events: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-slide.layout-full_bleed .home-hero-media img{object-fit:var(--hero-media-fit-desktop,cover);object-position:var(--hero-media-x-desktop,50%) var(--hero-media-y-desktop,0%);transform:scale(var(--hero-media-zoom-desktop,1));transform-origin:center;}
.home-hero-creative-heading{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.home-hero-creative-layers{position:absolute;z-index:5;inset:0;overflow:hidden;pointer-events:none}
.home-hero-creative-layer{position:absolute;left:var(--creative-x-desktop,50%);top:var(--creative-y-desktop,50%);width:max-content;max-width:min(96%,1180px);display:inline-block;color:#fff;font-size:var(--creative-size-desktop,48px);line-height:1.02;letter-spacing:-.035em;white-space:pre-wrap;overflow-wrap:normal;text-decoration:none;transform:translate(-50%,-50%) rotate(var(--creative-r-desktop,0deg));transform-origin:center;paint-order:stroke fill;font-synthesis:none;pointer-events:none}
.home-hero-creative-layer.font-manrope{font-family:'HZJ Manrope',sans-serif}.home-hero-creative-layer.font-montserrat{font-family:'HZJ Montserrat',sans-serif}.home-hero-creative-layer.font-roboto{font-family:'HZJ Roboto',sans-serif}.home-hero-creative-layer.font-rubik{font-family:'HZJ Rubik',sans-serif}
.home-hero-creative-layer.shadow-soft{text-shadow:0 4px 10px rgba(0,0,0,.32)}.home-hero-creative-layer.shadow-strong{text-shadow:0 4px 0 #082e69,0 9px 16px rgba(0,0,0,.46)}.home-hero-creative-layer.is-uppercase{text-transform:uppercase}.home-hero-creative-layer.is-badge,.home-hero-creative-layer.is-button{line-height:1.12;letter-spacing:0}.home-hero-creative-layer.is-button{display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.2);pointer-events:auto;transition:transform .18s ease,filter .18s ease}.home-hero-creative-layer.is-button:hover{filter:brightness(1.06);transform:translate(-50%,-50%) rotate(var(--creative-r-desktop,0deg)) scale(1.035)}
.home-hero-ad-navigation { position: absolute; left: 50%; bottom: 42px; z-index: 8; width: min(430px,calc(100% - 40px)); min-height: 38px; display: flex; align-items: center; gap: 7px; padding: 0; color:#3f4c25; transform: translateX(-50%); }
.home-hero-ad-navigation>button { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(89,105,47,.2); border-radius: 50%; background: #faf8f1; color: #465529; box-shadow:0 6px 18px rgba(48,59,28,.14); cursor: pointer; }
.home-hero-ad-navigation>button:hover { background: rgba(89,105,47,.17); }
.home-hero-ad-navigation svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.home-hero-ad-toggle .icon-play { display: none; }
.home-hero-ad-toggle[aria-pressed=true] .icon-play { display: block; }
.home-hero-ad-toggle[aria-pressed=true] .icon-pause { display: none; }
.home-hero-ad-toggle:disabled { opacity: .48; cursor: not-allowed; }
.home-hero-ad-progress { min-width: 0; flex: 1; display: grid; grid-template-columns: repeat(var(--hero-segments, 1),minmax(28px,1fr)); gap: 6px; }
.home-hero-ad-progress button { min-width: 0; height: 34px; display: flex; align-items: center; padding: 0 2px; border: 0; background: transparent; cursor: pointer; }
.home-hero-ad-progress button>span { position: relative; width: 100%; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(250,248,241,.68); box-shadow:0 0 0 1px rgba(70,84,38,.14); }
.home-hero-ad-progress button>span::after { content:""; position:absolute; inset:0; border-radius:inherit; background:#6f7e3a; transform:scaleX(0); transform-origin:left center; }
.home-hero-ad-progress button.is-complete>span::after { transform:scaleX(1); }
.home-hero-ad-progress button.is-progressing>span::after { animation:home-hero-progress var(--home-hero-duration,7000ms) linear forwards; }
.home-hero-advertising.is-paused .home-hero-ad-progress button.is-progressing>span::after { animation-play-state:paused; }
.home-hero-ad-navigation button:focus-visible { outline: 3px solid rgba(89,105,47,.35); outline-offset: 2px; }
@keyframes home-hero-progress { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@media (prefers-reduced-motion:reduce) { .home-hero-ad-progress button.is-progressing>span::after { animation:none; } }

.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-slide.layout-full_bleed .home-hero-copy{left:var(--hero-copy-x-tablet,50%);top:var(--hero-copy-y-tablet,34%);width:min(600px,calc(100% - 56px));transform:translate(-50%,-50%) rotate(var(--hero-copy-rotation-tablet,0deg))}
    .home-hero-ad-slide.layout-full_bleed .home-hero-media img{object-fit:var(--hero-media-fit-tablet,cover);object-position:var(--hero-media-x-tablet,50%) var(--hero-media-y-tablet,0%);transform:scale(var(--hero-media-zoom-tablet,1))}
    .home-hero-creative-layer{left:var(--creative-x-tablet,50%);top:var(--creative-y-tablet,50%);font-size:var(--creative-size-tablet,40px);transform:translate(-50%,-50%) rotate(var(--creative-r-tablet,0deg))}.home-hero-creative-layer.is-button:hover{transform:translate(-50%,-50%) rotate(var(--creative-r-tablet,0deg)) scale(1.025)}
    .home-hero-ad-navigation { left:50%;bottom:42px;transform:translateX(-50%); }
    .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-ad-slide.layout-full_bleed .home-hero-media img{object-fit:var(--hero-media-fit-mobile,cover);object-position:var(--hero-media-x-mobile,50%) var(--hero-media-y-mobile,0%);transform:scale(var(--hero-media-zoom-mobile,1))}
    .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:clamp(460px,125vw,520px)}.home-hero-ad-slide.layout-full_bleed .home-hero-grid{width:100%;display:flex;align-items:flex-start;padding:18px 16px 82px}.home-hero-ad-slide.layout-full_bleed .home-hero-copy{left:clamp(48%,var(--hero-copy-x-mobile,50%),52%);top:clamp(29%,var(--hero-copy-y-mobile,32%),67%);width:calc(100% - 32px);max-width:none;margin:0;padding:16px 17px;border-radius:18px;transform:translate(-50%,-50%) rotate(var(--hero-copy-rotation-mobile,0deg))}.home-hero-ad-slide.layout-full_bleed .home-hero-copy>p{display:block;font-size:12px;line-height:1.4}.home-hero-ad-slide.layout-full_bleed .home-hero-copy .home-hero-ad-heading{font-size:clamp(27px,8vw,32px)}.home-hero-ad-slide.layout-full_bleed .home-hero-media img{object-position:var(--hero-media-x-mobile,50%) var(--hero-media-y-mobile,0%)}
    .home-hero-creative-layer{left:var(--creative-x-mobile,50%);top:var(--creative-y-mobile,50%);max-width:96%;font-size:var(--creative-size-mobile,28px);transform:translate(-50%,-50%) rotate(var(--creative-r-mobile,0deg))}.home-hero-creative-layer.is-button:hover{transform:translate(-50%,-50%) rotate(var(--creative-r-mobile,0deg))}
    .home-hero-ad-slide .home-hero-cta { grid-row: 4; }
    .home-hero-ad-navigation { left:50%;width:min(280px,calc(100% - 28px)); min-height:36px; bottom:38px; gap:5px; padding:0; transform:translateX(-50%); }
    .home-hero-ad-navigation>button { width: 32px; height: 32px; flex-basis: 32px; border-radius: 9px; }
    .home-hero-ad-progress { gap: 5px; }
    .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; }
}

/* Premium storefront polish: imagery, depth and conversion highlights. */
@media (min-width: 901px) {
    .home-hero-main,
    .home-hero-ad-slides,
    .home-hero-ad-slide { min-height: 530px; }
    .home-hero-main { background: radial-gradient(circle at 76% 25%, rgba(255,255,255,.92), transparent 28%), linear-gradient(115deg, #f7f3e9 0%, #f0f2df 100%); }
    .home-hero-grid { min-height: 530px; }
    .home-hero-media::before { content:""; position:absolute; inset:34px 5px 28px 54px; z-index:0; border:1px solid rgba(111,126,58,.13); border-radius:42% 58% 44% 56% / 55% 42% 58% 45%; background:rgba(255,255,255,.5); box-shadow:0 30px 70px rgba(80,68,46,.11); }
}

.home-hero-cta,
.home-category-cards a,
.home-value-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease; }
.home-hero-cta:hover { transform: translateY(-2px); box-shadow:0 14px 28px rgba(77,90,34,.24); }

.home-category-zone { padding-top:18px; padding-bottom:46px; }
.home-category-cards { width:min(1120px,100%); margin-inline:auto; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.home-category-cards a { position:relative; width:100%; height:190px; display:block; isolation:isolate; border:1px solid rgba(255,255,255,.82); border-radius:22px; background-position:center; background-size:cover; box-shadow:0 14px 32px rgba(56,47,35,.1); }
.home-category-cards a:nth-child(1) { background-image:url('/assets/images/categories/dogs-hero-640x400.v1.jpg'); background-position:66% center; }
.home-category-cards a:nth-child(2) { background-image:url('/assets/images/home/pet-treats-640x480.v1.webp'); background-position:54% center; }
.home-category-cards a:nth-child(3) { background-image:url('/assets/images/categories/accessories-hero-640x400.v1.jpg'); background-position:72% center; }
.home-category-cards a:nth-child(4) { background-image:url('/assets/images/home/hero-dog-cat-640.v2.webp'); background-position:center 44%; }
.home-category-cards a:nth-child(5) { background-image:url('/assets/images/categories/cats-hero-640x400.v1.jpg'); background-position:70% center; }
.home-category-cards a::after { content:""; position:absolute; inset:0; z-index:-1; border-radius:inherit; background:linear-gradient(180deg,transparent 34%,rgba(26,31,18,.84) 100%); }
.home-category-cards svg { display:none; }
.home-category-cards b { position:absolute; left:16px; right:16px; bottom:15px; color:#fff; font-size:15px; line-height:1.2; text-shadow:0 2px 10px rgba(0,0,0,.3); }
.home-category-cards a:hover { transform:translateY(-5px); border-color:rgba(111,126,58,.45); box-shadow:0 20px 44px rgba(56,47,35,.16); }
.home-category-cards a:focus-visible { outline:3px solid #6f7e3a; outline-offset:4px; }

.home-value-band { padding:0 0 42px; background:var(--reference-bg); color:var(--reference-text); }
.home-value-band-grid { width:min(1180px,calc(100% - 48px)); display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.home-value-card { min-height:132px; display:grid; grid-template-columns:54px 1fr; align-items:center; gap:16px; padding:22px; overflow:hidden; border:1px solid rgba(75,78,50,.1); border-radius:20px; color:var(--reference-text); box-shadow:0 12px 28px rgba(63,51,36,.07); }
.home-value-card.delivery { background:linear-gradient(135deg,#e7edd5,#f7f7eb); }
.home-value-card.seasonal { background:linear-gradient(135deg,#f3dfd0,#fff6ee); }
.home-value-card.club { background:linear-gradient(135deg,#dce7e1,#f1f8f4); }
.home-value-card:hover { transform:translateY(-4px); box-shadow:0 18px 38px rgba(63,51,36,.12); }
.home-value-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; background:rgba(255,255,255,.74); color:#53622b; box-shadow:inset 0 0 0 1px rgba(111,126,58,.11); }
.home-value-icon svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.home-value-card > span:last-child { display:flex; min-width:0; flex-direction:column; }
.home-value-card small { color:#657038; font-size:9px; font-weight:900; letter-spacing:1.2px; }
.home-value-card strong { margin:5px 0 7px; font-size:17px; line-height:1.2; }
.home-value-card em { color:#625b52; font-size:11px; font-style:normal; font-weight:700; }
.home-value-card em b { margin-left:3px; color:#53622b; font-size:15px; }

.home-brand-rail { padding:0 0 48px; background:var(--reference-bg); color:var(--reference-text); }
.home-brand-rail > .wrap { width:min(1180px,calc(100% - 48px)); display:grid; grid-template-columns:minmax(220px,300px) 1fr; align-items:center; gap:34px; padding:22px 26px; border:1px solid rgba(76,72,58,.1); border-radius:22px; background:rgba(255,255,255,.65); box-shadow:0 13px 34px rgba(60,50,38,.06); }
.home-brand-rail-heading span { color:#657038; font-size:9px; font-weight:900; letter-spacing:1.3px; }
.home-brand-rail-heading h2 { margin:6px 0 0; font:700 20px/1.25 'DM Sans',sans-serif; letter-spacing:-.4px; }
.home-brand-logos { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); align-items:center; gap:10px; }
.home-brand-logos a { min-width:0; height:76px; display:grid; place-items:center; padding:12px; border:1px solid rgba(76,72,58,.08); border-radius:15px; background:#fff; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.home-brand-logos a:hover { transform:translateY(-3px); border-color:rgba(111,126,58,.28); box-shadow:0 10px 22px rgba(61,52,41,.09); }
.home-brand-logos a:focus-visible { outline:3px solid #6f7e3a; outline-offset:3px; }
.home-brand-logos img { width:100%; max-width:115px; height:48px; display:block; object-fit:contain; filter:saturate(.86); }

@media (max-width: 900px) {
    .home-category-cards { width:auto; grid-template-columns:repeat(5,190px); gap:12px; }
    .home-category-cards a { height:170px; }
    .home-value-band-grid { width:min(100% - 36px,680px); grid-template-columns:1fr; }
    .home-value-card { min-height:108px; }
    .home-brand-rail > .wrap { width:min(100% - 36px,680px); grid-template-columns:1fr; gap:18px; }
    .home-brand-logos { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width: 600px) {
    .home-category-zone { padding-top:14px; padding-bottom:36px; }
    .home-category-cards { grid-template-columns:none; grid-auto-columns:42vw; gap:12px; padding-inline:18px; }
    .home-category-cards a { height:154px; display:block; }
    .home-category-cards b { left:13px; right:13px; bottom:13px; font-size:13px; }
    .home-value-band { padding-bottom:32px; }
    .home-value-band-grid { width:calc(100% - 28px); gap:10px; }
    .home-value-card { min-height:96px; grid-template-columns:46px 1fr; gap:13px; padding:16px; border-radius:17px; }
    .home-value-icon { width:46px; height:46px; border-radius:14px; }
    .home-value-icon svg { width:25px; height:25px; }
    .home-value-card strong { font-size:15px; }
    .home-brand-rail { padding-bottom:34px; }
    .home-brand-rail > .wrap { width:calc(100% - 28px); padding:19px 16px; border-radius:18px; }
    .home-brand-rail-heading h2 { font-size:18px; }
    .home-brand-logos { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
    .home-brand-logos a { height:68px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-cta,
    .home-category-cards a,
    .home-value-card,
    .home-brand-logos a { transition:none; }
}
