.home-commerce {
    --hc-green: #5B692F;
    --hc-green-dark: #4F5E25;
    --hc-green-soft: #A9AD72;
    --hc-cream: #F8F6EF;
    --hc-cream-2: #F1EDE3;
    --hc-white: #FFFEFB;
    --hc-brown: #2F231A;
    --hc-muted: #736B62;
    --hc-line: #E5DED2;
    --hc-rust: #B86B3D;
    --hc-shadow: 0 18px 46px rgba(72, 59, 41, .09);
    overflow: hidden;
    background: var(--hc-cream);
    color: var(--hc-brown);
}

.home-commerce * { box-sizing: border-box; }
.commerce-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.commerce-section { padding: 72px 0; }
.commerce-section-heading { margin-bottom: 30px; }
.commerce-section-heading.centered { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.commerce-section-heading > span,
.commerce-section-heading > div > span,
.club-copy > span,
.b2b-copy > span,
.newsletter-card > div > span {
    display: block;
    margin-bottom: 8px;
    color: var(--hc-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.commerce-section-heading h2,
.club-copy h2,
.b2b-copy h2,
.newsletter-card h2 {
    margin: 0;
    color: var(--hc-brown);
    font: 700 clamp(32px, 3.1vw, 44px)/1.12 'DM Sans', sans-serif;
    letter-spacing: -1.5px;
}

.commerce-section-heading p,
.club-copy > p,
.b2b-copy > p,
.newsletter-card > div > p {
    max-width: 680px;
    margin: 12px 0 0;
    color: var(--hc-muted);
    font-size: 16px;
    line-height: 1.65;
}

.commerce-section-heading.centered p { margin-inline: auto; }
.commerce-section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 28px; }

.commerce-deals { padding-top: 62px; background: var(--hc-white); }
.commerce-deals-layout { display: grid; grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: start; }
.promo-spotlight,
.discovery-hub {
    min-width: 0;
    border: 1px solid var(--hc-line);
    border-radius: 20px;
    background: var(--hc-white);
    box-shadow: 0 1px 0 rgba(255,255,255,.9), var(--hc-shadow);
}

.promo-spotlight { padding: 20px; }
.promo-spotlight-head { min-height: 47px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--hc-line); }
.promo-spotlight-head > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.promo-spotlight-head > div:first-child span { font-size: 14px; font-weight: 800; letter-spacing: .45px; }
.promo-spotlight-head small { color: var(--hc-muted); font-size: 11px; }
.promo-controls { display: flex; gap: 6px; }
.promo-controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--hc-line);
    border-radius: 50%;
    background: var(--hc-white);
    color: var(--hc-brown);
    cursor: pointer;
}
.promo-controls button:hover { border-color: var(--hc-green); color: var(--hc-green); }
.promo-controls svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.promo-slides { position: relative; }
.promo-slide { display: none; }
.promo-slide.active { display: block; }
.commerce-deals-layout.has-static-promos>.promo-spotlight,.commerce-deals-layout.has-static-promos>.discovery-hub { grid-column: 1 / -1; }
.promo-static-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding-top: 16px; }
.promo-static-grid .promo-slide.active { min-width: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; padding: 13px; border: 1px solid var(--hc-line); border-radius: 16px; background: #fffefa; }
.promo-static-grid .promo-media { height: 190px; margin: 0 0 13px; }
.promo-static-grid .promo-content h3 { font-size: 17px; }
.promo-static-grid .promo-content>p { min-height: 0; }
.promo-media { position: relative; height: 268px; display: grid; place-items: center; margin: 16px 0 14px; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #F4F1E9, #FFFEFB); }
.promo-media picture { display: block; width: 100%; height: 100%; }
.promo-media img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 12px; }
.promo-discount,
.commerce-discount,
.commerce-badge {
    position: absolute;
    z-index: 3;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--hc-green);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.commerce-badge { background: var(--hc-rust); }
.promo-brand,
.commerce-product-brand {
    color: var(--hc-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.promo-content h3 { margin: 7px 0 8px; font: 700 20px/1.25 'DM Sans', sans-serif; letter-spacing: -.4px; }
.promo-content > p { min-height: 43px; margin: 0 0 12px; color: var(--hc-muted); font-size: 13px; line-height: 1.55; }
.promo-price-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 12px 0; }
.promo-price-row > div { display: flex; align-items: baseline; gap: 9px; }
.promo-price-row del { color: #9A9188; font-size: 13px; }
.promo-price-row b { font-size: 26px; line-height: 1; }
.promo-price-row > span { color: var(--hc-green-dark); font-size: 11px; font-weight: 700; }
.promo-facts { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; color: var(--hc-muted); font-size: 11px; }
.promo-facts > span { display: inline-flex; align-items: center; gap: 6px; }
.promo-facts > span > i,
.commerce-stock i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #87917D; }
.promo-facts .in i,
.commerce-stock.in i { background: #53844D; }
.promo-facts .out i,
.commerce-stock.out i { background: #A85A47; }
.promo-facts svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.commerce-primary-action,
.commerce-secondary-action {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid var(--hc-green);
    border-radius: 13px;
    background: var(--hc-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.promo-content .commerce-primary-action { width: 100%; }
.commerce-primary-action:hover { background: var(--hc-green-dark); border-color: var(--hc-green-dark); }
.commerce-secondary-action { background: transparent; color: var(--hc-green-dark); }
.commerce-secondary-action:hover { background: rgba(111,126,58,.08); }
.promo-dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }
.promo-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #D5D0C5; cursor: pointer; }
.promo-dots button.active { width: 24px; border-radius: 999px; background: var(--hc-green); }

.discovery-hub { padding: 0 20px 20px; }
.discovery-tabs { min-height: 68px; display: flex; align-items: end; gap: 24px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; border-bottom: 1px solid var(--hc-line); }
.discovery-tabs::-webkit-scrollbar { display: none; }
.discovery-tabs button { position: relative; flex: 0 0 auto; min-height: 50px; padding: 0 0 13px; border: 0; background: transparent; color: var(--hc-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.discovery-tabs button::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: transparent; }
.discovery-tabs button[aria-selected="true"] { color: var(--hc-brown); }
.discovery-tabs button[aria-selected="true"]::after { background: var(--hc-green); }
.discovery-panel { padding-top: 18px; }
.offer-card-grid,
.commerce-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.special-offer-card { min-width: 0; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 16px; background: var(--hc-white); transition: transform .18s, box-shadow .18s; }
.special-offer-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(65,54,39,.09); }
.special-offer-media { position: relative; height: 148px; display: grid; place-items: center; overflow: hidden; background: #F4F1E9; }
.special-offer-media picture { display: block; width: 100%; height: 100%; }
.special-offer-media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.special-offer-type { position: absolute; z-index: 2; top: 10px; left: 10px; max-width: calc(100% - 20px); padding: 5px 8px; border-radius: 999px; background: rgba(255,254,251,.93); color: var(--hc-green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.offer-placeholder { width: 96px; height: 80px; fill: none; stroke: var(--hc-green-soft); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.special-offer-body { padding: 13px; }
.special-offer-body h3 { min-height: 40px; margin: 0 0 7px; font: 700 14px/1.35 'DM Sans', sans-serif; letter-spacing: -.2px; }
.special-offer-body > p { min-height: 55px; margin: 0 0 11px; color: var(--hc-muted); font-size: 11px; line-height: 1.55; }
.special-offer-body > div { display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.special-offer-body small { color: var(--hc-muted); font-size: 9px; }
.special-offer-body > div > a { color: var(--hc-green-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }

.commerce-panel-empty,
.commerce-empty { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 28px; text-align: center; color: var(--hc-muted); }
.commerce-panel-empty h3,
.commerce-empty h3 { margin: 0; color: var(--hc-brown); font: 700 19px/1.3 'DM Sans', sans-serif; }
.commerce-panel-empty p,
.commerce-empty p { margin: 0; }
.commerce-empty svg { width: 48px; height: 48px; fill: none; stroke: var(--hc-green); stroke-width: 2; }
.commerce-empty a { color: var(--hc-green-dark); font-weight: 800; }

.home-collections { background: var(--hc-cream); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { position: relative; min-height: 260px; display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center; overflow: hidden; padding: 28px; border: 1px solid var(--hc-line); border-radius: 20px; background: #E9E5D9; }
.collection-card.dogs { background: #E8ECD9; }
.collection-card.cats { background: #EFE7DD; }
.collection-card.farm { background: #E3E9DA; }
.collection-card > div { position: relative; z-index: 2; }
.collection-card span { color: var(--hc-green-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.collection-card h3 { margin: 9px 0; font: 700 20px/1.25 'DM Sans', sans-serif; letter-spacing: -.5px; }
.collection-card p { margin: 0 0 17px; color: var(--hc-muted); font-size: 13px; line-height: 1.55; }
.collection-card b { color: var(--hc-green-dark); font-size: 13px; }
.collection-card > svg { width: 165px; height: 165px; opacity: .44; fill: none; stroke: var(--hc-green-dark); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; transform: translateX(22px); }

.popular-products { background: var(--hc-white); }
.commerce-section-heading.split > div:first-child p { margin-top: 7px; font-size: 13px; }
.commerce-filters { display: flex; align-items: center; gap: 6px; overflow-x: auto; max-width: 620px; padding-bottom: 2px; }
.commerce-filters button { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 1px solid var(--hc-line); border-radius: 999px; background: transparent; color: var(--hc-muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.commerce-filters button.active { border-color: var(--hc-green); background: var(--hc-green); color: #fff; }
.commerce-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.commerce-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 18px; background: var(--hc-white); transition: transform .18s, box-shadow .18s; }
.commerce-product-card:hover { transform: translateY(-4px); box-shadow: var(--hc-shadow); }
.commerce-product-media { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #F3F0E8, #FFFEFB); }
.commerce-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 17px; transition: transform .22s; }
.commerce-product-card:hover .commerce-product-media img { transform: scale(1.025); }
.commerce-product-body { padding: 17px; }
.commerce-product-body h3 { min-height: 44px; margin: 7px 0 7px; font: 700 15px/1.4 'DM Sans', sans-serif; letter-spacing: -.25px; }
.commerce-rating { height: 20px; color: var(--hc-brown); font-size: 12px; font-weight: 700; }
.commerce-rating > span { color: #B48A3A; }
.commerce-rating small { color: var(--hc-muted); font-weight: 500; }
.commerce-rating.empty { color: #8B8379; font-size: 11px; font-weight: 600; }
.commerce-product-body > p { min-height: 39px; margin: 8px 0; color: var(--hc-muted); font-size: 12px; line-height: 1.55; }
.commerce-stock { display: flex; align-items: center; gap: 7px; margin: 8px 0 12px; color: var(--hc-muted); font-size: 11px; font-weight: 600; }
.commerce-product-foot { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.commerce-price { display: flex; flex-direction: column; }
.commerce-price del { color: #9A9188; font-size: 11px; }
.commerce-price b { font-size: 20px; line-height: 1.15; }
.commerce-add,
.commerce-view { min-width: 88px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 0; border-radius: 11px; background: var(--hc-green); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.commerce-add svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.commerce-add:hover { background: var(--hc-green-dark); }
.commerce-product-card.compact .commerce-product-media { height: 160px; }
.commerce-product-card.compact .commerce-product-body { padding: 13px; }
.commerce-product-card.compact .commerce-product-body h3 { min-height: 39px; font-size: 13px; }
.commerce-product-card.compact .commerce-add { min-width: 38px; width: 38px; padding: 0; }
.commerce-product-card.compact .commerce-add span { display: none; }
.commerce-product-card.compact .commerce-price b { font-size: 17px; }

.club-section { position: relative; background: #E6EAD8; }
.club-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.club-visual { position: relative; min-height: 360px; display: grid; place-items: center; }
.club-card-modern { position: relative; z-index: 2; width: 390px; height: 236px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: linear-gradient(135deg, #6F7E3A, #909D5B); color: #fff; box-shadow: 0 28px 58px rgba(79,94,37,.24); }
.club-card-modern::after { content: ''; position: absolute; right: -55px; top: -55px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.05), 0 0 0 52px rgba(255,255,255,.04); }
.club-card-modern .club-paw { position: absolute; right: 30px; top: 26px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; }
.club-card-modern small { font-size: 10px; letter-spacing: 1.5px; }
.club-card-modern strong { margin-top: 38px; font: 700 34px/1 'DM Sans', sans-serif; letter-spacing: -.8px; }
.club-card-modern p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; }
.club-card-modern b { margin-top: auto; font-size: 15px; }
.club-orbit { position: absolute; border: 1px solid rgba(111,126,58,.22); border-radius: 50%; }
.club-orbit.one { width: 340px; height: 340px; }
.club-orbit.two { width: 430px; height: 430px; }
.club-copy ul,
.b2b-copy ul { display: grid; gap: 9px; margin: 22px 0 26px; padding: 0; list-style: none; }
.club-copy li,
.b2b-copy li { position: relative; padding-left: 25px; color: var(--hc-brown); font-size: 14px; }
.club-copy li::before,
.b2b-copy li::before { content: '✓'; position: absolute; left: 0; color: var(--hc-green); font-weight: 900; }

.b2b-section { background: var(--hc-cream); }
.b2b-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.b2b-copy > div { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.commerce-text-action { color: var(--hc-green-dark); font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; }
.b2b-visual { min-height: 410px; display: grid; place-items: center; border-radius: 24px; background: #E9E6DA; }
.b2b-visual svg { width: min(520px, 92%); height: auto; }
.b2b-visual path { fill: none; stroke: var(--hc-green-dark); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.b2b-visual .sun { fill: #D4C781; stroke: none; }
.b2b-visual .hill { fill: #A9AD72; stroke: none; opacity: .76; }
.b2b-visual .barn { fill: #F8F6EF; }
.b2b-visual .door { fill: #6F7E3A; }
.b2b-visual .silo { fill: #DDE1CE; }

.newsletter-section { padding-top: 34px; padding-bottom: 72px; background: var(--hc-cream); }
.newsletter-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; padding: 46px 50px; border-radius: 22px; background: var(--hc-green); color: #fff; }
.newsletter-card > div > span { color: #DDE3BF; }
.newsletter-card h2 { color: #fff; font-size: clamp(30px, 3vw, 42px); }
.newsletter-card > div > p { color: rgba(255,255,255,.75); }
.newsletter-card form > label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; }
.newsletter-card .newsletter-email-row { display: grid; grid-template-columns: 1fr auto; }
.newsletter-card input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px 0 0 13px; background: #fff; color: var(--hc-brown); font-size: 15px; outline: none; }
.newsletter-card input:focus { border-color: #DDE3BF; box-shadow: 0 0 0 3px rgba(221,227,191,.22); }
.newsletter-card button { height: 52px; padding: 0 20px; border: 1px solid #fff; border-radius: 0 13px 13px 0; background: var(--hc-brown); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.newsletter-card form > small { display: block; margin-top: 10px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.55; }
.newsletter-card form > small a { color: #fff; text-decoration: underline; }
.newsletter-success { margin: 10px 0 0; color: #F4F7DC; font-size: 12px; font-weight: 700; }

.home-page footer { background: #2F3420; }
.home-page footer .brand-wordmark,
.home-page footer h4 { color: #fff; }
.home-page footer .brand-wordmark > span { color: #C8D08C; }

@media (max-width: 1050px) {
    .commerce-deals-layout { grid-template-columns: 1fr; }
    .promo-slide.active { display: grid; grid-template-columns: minmax(280px,.8fr) 1.2fr; gap: 20px; align-items: center; }
    .promo-media { height: 290px; }
    .collection-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 220px; grid-template-columns: 1fr 190px; }
    .commerce-product-grid { grid-template-columns: repeat(3,1fr); }
    .promo-static-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
    .commerce-section { padding: 54px 0; }
    .commerce-container { width: min(100% - 32px, 680px); }
    .commerce-section-heading.split { align-items: flex-start; flex-direction: column; }
    .commerce-filters { width: 100%; max-width: none; }
    .offer-card-grid,
    .commerce-mini-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .commerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .club-layout,
    .b2b-layout,
    .newsletter-card { grid-template-columns: 1fr; gap: 34px; }
    .club-visual { min-height: 300px; }
    .b2b-visual { min-height: 330px; }
    .newsletter-card { padding: 38px; }
}

@media (max-width: 560px) {
    .commerce-section { padding: 44px 0; }
    .commerce-container { width: calc(100% - 28px); }
    .commerce-section-heading { margin-bottom: 22px; }
    .commerce-section-heading.centered { margin-bottom: 24px; text-align: left; }
    .commerce-section-heading h2,
    .club-copy h2,
    .b2b-copy h2,
    .newsletter-card h2 { font-size: 30px; letter-spacing: -1px; }
    .commerce-deals { padding-top: 42px; }
    .promo-spotlight,
    .discovery-hub { border-radius: 16px; }
    .promo-spotlight { padding: 15px; }
    .promo-slide.active { display: block; }
    .promo-media { height: 235px; }
    .promo-content h3 { font-size: 18px; }
    .promo-static-grid { grid-template-columns: 1fr; }
    .discovery-hub { padding: 0 14px 14px; }
    .discovery-tabs { gap: 18px; }
    .offer-card-grid,
    .commerce-mini-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .special-offer-media { height: 120px; }
    .special-offer-body { padding: 11px; }
    .special-offer-body > p { display: none; }
    .special-offer-body > div { align-items: flex-start; flex-direction: column; }
    .collection-card { min-height: 235px; grid-template-columns: minmax(0,1fr) 105px; padding: 22px; }
    .collection-card > svg { width: 125px; height: 125px; }
    .collection-card h3 { font-size: 18px; }
    .commerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .commerce-product-media { height: 160px; }
    .commerce-product-media img { padding: 10px; }
    .commerce-product-body { padding: 12px; }
    .commerce-product-body h3 { min-height: 42px; font-size: 13px; }
    .commerce-product-body > p { display: none; }
    .commerce-product-foot { align-items: stretch; flex-direction: column; }
    .commerce-add,
    .commerce-view { width: 100%; }
    .club-card-modern { width: min(330px,100%); height: 210px; padding: 24px; }
    .club-orbit.one { width: 280px; height: 280px; }
    .club-orbit.two { width: 350px; height: 350px; }
    .b2b-copy > div { align-items: stretch; flex-direction: column; }
    .b2b-copy .commerce-primary-action { width: 100%; }
    .newsletter-section { padding-top: 20px; }
    .newsletter-card { padding: 28px 22px; border-radius: 18px; }
    .newsletter-card .newsletter-email-row { grid-template-columns: 1fr; gap: 8px; }
    .newsletter-card input,
    .newsletter-card button { width: 100%; border-radius: 12px; }
}

/* Premium commerce layer: richer imagery without changing storefront behavior. */
.home-collections { background:linear-gradient(180deg,#f8f6ef 0%,#f2f0e7 100%); }
.collection-card { min-height:310px; display:flex; align-items:flex-end; padding:28px; isolation:isolate; border-color:rgba(255,255,255,.58); background-position:center; background-size:cover; box-shadow:0 18px 44px rgba(53,46,36,.12); transition:transform .22s ease,box-shadow .22s ease; }
.collection-card::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(23,27,18,.02) 16%,rgba(23,27,18,.86) 100%); }
.collection-card.dogs { background-image:url('/assets/images/categories/dogs-hero-960.v1.jpg'); background-position:65% center; }
.collection-card.cats { background-image:url('/assets/images/categories/cats-hero-960.v1.jpg'); background-position:68% center; }
.collection-card.farm { background-image:url('/assets/images/home/farm-lifestyle-900x700.v1.webp'); background-position:63% center; }
.collection-card:hover { transform:translateY(-6px); box-shadow:0 26px 58px rgba(53,46,36,.18); }
.collection-card > div { max-width:92%; padding:18px; border:1px solid rgba(255,255,255,.2); border-radius:16px; background:rgba(27,31,20,.48); color:#fff; backdrop-filter:blur(6px); }
.collection-card span { color:#dce7a5; }
.collection-card h3 { color:#fff; text-shadow:0 2px 12px rgba(0,0,0,.2); }
.collection-card p { color:rgba(255,255,255,.82); }
.collection-card b { color:#fff; }
.collection-card > svg { display:none; }

.commerce-product-card { border-color:rgba(93,85,73,.13); border-radius:22px; box-shadow:0 8px 24px rgba(60,52,41,.05); }
.commerce-product-card:hover { transform:translateY(-6px); box-shadow:0 20px 46px rgba(60,52,41,.13); }
.commerce-product-media { height:250px; background:radial-gradient(circle at 50% 38%,#fff 0%,#f5f2ea 68%,#efebe1 100%); }
.commerce-product-media img { padding:20px; }
.commerce-product-body { padding:18px; }
.commerce-add,.commerce-view { min-height:44px; border-radius:13px; box-shadow:0 8px 18px rgba(77,90,34,.16); }
.commerce-discount,.commerce-badge { box-shadow:0 7px 16px rgba(46,54,27,.18); }

.b2b-visual { position:relative; overflow:hidden; min-height:440px; background:url('/assets/images/home/farm-lifestyle-900x700.v1.webp') 62% center/cover no-repeat; box-shadow:0 22px 52px rgba(61,50,34,.14); }
.b2b-visual::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.5); border-radius:inherit; box-shadow:inset 0 -80px 110px rgba(37,34,22,.12); pointer-events:none; }
.b2b-visual svg { display:none; }

@media (max-width:1050px) {
    .collection-card { min-height:260px; }
    .commerce-product-media { height:230px; }
}

@media (max-width:560px) {
    .collection-card { min-height:280px; padding:16px; }
    .collection-card > div { max-width:100%; padding:15px; }
    .commerce-product-media { height:190px; }
    .commerce-product-body { padding:14px; }
    .b2b-visual { min-height:300px; background-image:url('/assets/images/home/farm-lifestyle-640x500.v1.webp'); }
}

@media (prefers-reduced-motion:reduce) {
    .collection-card,.commerce-product-card,.commerce-product-media img { transition:none; }
}

/* Curated deals experience: one clear campaign, two supporting offers and four in-stock products. */
.commerce-deals { padding: 78px 0 74px; background: linear-gradient(180deg,#fffdfa 0%,#f7f3eb 100%); contain-intrinsic-size: auto 1420px !important; }
.deals-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 28px; }
.deals-heading > div { max-width: 650px; }
.deals-heading > div > span,.weekly-deals-heading > div > span { display: block; margin-bottom: 8px; color: #697a36; font-size: 11px; font-weight: 900; letter-spacing: 1.7px; }
.deals-heading h2 { margin: 0; color: #2f291f; font: 700 clamp(35px,4vw,52px)/1.06 'DM Sans',sans-serif; letter-spacing: -2px; text-wrap: balance; }
.deals-heading > p { max-width: 430px; margin: 0 0 4px; color: #736b62; font-size: 15px; line-height: 1.65; }
.deals-hero-grid { display: grid; grid-template-columns: minmax(0,1.85fr) minmax(280px,1fr); gap: 18px; align-items: stretch; }
.deals-main-card { position: relative; min-height: 438px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: #273d2f; box-shadow: 0 24px 62px rgba(49,43,33,.16); }
.deals-main-lifestyle,.deals-main-lifestyle img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; display: block; }
.deals-main-lifestyle img { object-fit: cover; object-position: 62% 50%; transition: transform .55s ease; }
.deals-main-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(24,42,31,.96) 0%,rgba(24,42,31,.89) 38%,rgba(24,42,31,.26) 72%,rgba(24,42,31,.05) 100%); }
.deals-main-card:hover .deals-main-lifestyle img { transform: scale(1.025); }
.deals-main-content { width: 61%; min-height: 438px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px; color: #fff; }
.deals-eyebrow { color: #e4edbd; font-size: 10px; font-weight: 900; letter-spacing: 1.6px; }
.deals-discount { margin-top: 14px; padding: 7px 11px; border-radius: 999px; background: #d2764b; color: #fff; font-size: 13px; box-shadow: 0 8px 22px rgba(127,58,26,.2); }
.deals-main-content h3 { max-width: 15ch; margin: 14px 0 11px; color: #fff; font: 700 clamp(28px,3.2vw,42px)/1.07 'DM Sans',sans-serif; letter-spacing: -1.35px; text-wrap: balance; }
.deals-main-content > p { max-width: 47ch; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
.deals-main-price { display: flex; align-items: baseline; gap: 10px; margin-top: 17px; }
.deals-main-price del { color: rgba(255,255,255,.6); font-size: 13px; }
.deals-main-price b { color: #fff; font-size: 27px; line-height: 1; }
.deals-main-price span { padding: 4px 8px; border-radius: 7px; background: rgba(228,237,189,.14); color: #eaf2c8; font-size: 10px; font-weight: 800; }
.deals-main-action { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 19px; padding: 0 21px; border-radius: 14px; background: #e8f2bd; color: #28361e; font-size: 14px; font-weight: 900; box-shadow: 0 13px 30px rgba(0,0,0,.18); transition: transform .2s ease,background .2s ease; }
.deals-main-action:hover { transform: translateY(-2px); background: #f2f7d9; }
.deals-product-chip { position: absolute; right: 22px; bottom: 22px; max-width: 210px; display: flex; align-items: center; gap: 10px; padding: 9px 12px 9px 9px; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: rgba(255,255,255,.9); color: #2f3928; box-shadow: 0 14px 34px rgba(21,34,25,.16); backdrop-filter: blur(9px); }
.deals-product-chip picture,.deals-product-chip img { width: 52px; height: 52px; display: block; }
.deals-product-chip picture { flex: 0 0 52px; border-radius: 10px; background: #fff; }
.deals-product-chip img { object-fit: contain; padding: 3px; }
.deals-product-chip > span { min-width: 0; display: grid; gap: 4px; }
.deals-product-chip small { overflow: hidden; color: #69715f; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-overflow: ellipsis; white-space: nowrap; }
.deals-product-chip b { display: flex; align-items: center; gap: 6px; font-size: 11px; }
.deals-product-chip b::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4f8b52; }
.deals-side-cards { display: grid; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 18px; }
.deals-side-card { min-height: 0; display: grid; grid-template-columns: 88px minmax(0,1fr); align-items: center; gap: 16px; padding: 21px; border: 1px solid rgba(104,91,72,.12); border-radius: 23px; color: #332d26; box-shadow: 0 15px 38px rgba(63,52,39,.08); transition: transform .2s ease,box-shadow .2s ease; }
.deals-side-card:hover { transform: translateY(-3px); box-shadow: 0 21px 44px rgba(63,52,39,.12); }
.deals-side-card.peach { background: linear-gradient(135deg,#f8e2d5,#fff3e9); }
.deals-side-card.delivery { background: linear-gradient(135deg,#ddebf0,#eef7f8); }
.deals-side-card.club { background: linear-gradient(135deg,#e6e1ee,#f4f0f7); }
.deals-side-icon { width: 80px; height: 80px; display: grid; place-items: center; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.7); color: #5b692f; }
.deals-side-icon picture,.deals-side-icon img { width: 100%; height: 100%; display: block; }
.deals-side-icon img { object-fit: contain; padding: 8px; }
.deals-side-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.deals-side-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.deals-side-copy small { margin-bottom: 6px; color: #776856; font-size: 9px; font-weight: 900; letter-spacing: 1.15px; }
.deals-side-copy strong { font-size: 17px; line-height: 1.25; letter-spacing: -.35px; }
.deals-side-copy em { display: -webkit-box; overflow: hidden; margin-top: 6px; color: #746c63; font-size: 11px; font-style: normal; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.deals-side-copy b { margin-top: 11px; color: #4f5e25; font-size: 12px; }
.deals-side-copy b i { font-style: normal; }
.weekly-deals { margin-top: 54px; }
.weekly-deals-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.weekly-deals-heading h3 { margin: 0; color: #2f291f; font: 700 clamp(27px,3vw,38px)/1.12 'DM Sans',sans-serif; letter-spacing: -1.2px; }
.weekly-deals-heading > a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #4f5e25; font-size: 13px; font-weight: 900; }
.weekly-deals-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.weekly-deal-card { display: flex; flex-direction: column; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(60,52,41,.07); }
.weekly-deal-card .commerce-product-media { height: 238px; }
.weekly-deal-card .commerce-product-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.weekly-deal-card .commerce-product-body h3 { min-height: 44px; margin-bottom: 8px; }
.weekly-deal-card .commerce-rating { height: 20px; }
.weekly-deal-card .commerce-stock { margin-top: 7px; }
.weekly-deal-card .commerce-product-foot { align-items: stretch; flex-direction: column; margin-top: auto; }
.weekly-deal-card .commerce-price { min-height: 51px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; justify-content: start; column-gap: 8px; }
.weekly-deal-card .commerce-price b { grid-row: 2; font-size: 22px; }
.weekly-deal-card .commerce-price del { grid-row: 1; }
.weekly-deal-card .commerce-price small { grid-row: 2; align-self: center; color: #58712f; font-size: 10px; font-weight: 800; }
.weekly-deal-card .commerce-add,.weekly-deal-card .commerce-view { width: 100%; min-height: 47px; font-size: 12px; }
.popular-weekly-grid { margin-top: 0; }
.deals-main-action:focus-visible,.deals-side-card:focus-visible,.weekly-deals-heading > a:focus-visible { outline: 3px solid #b8c872; outline-offset: 3px; }

@media (max-width: 980px) {
    .deals-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .deals-hero-grid { grid-template-columns: 1fr; }
    .deals-side-cards { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; }
    .deals-side-card { min-height: 174px; }
    .weekly-deals-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .commerce-deals { padding: 50px 0 54px; }
    .deals-heading { margin-bottom: 22px; }
    .deals-heading h2 { font-size: 34px; letter-spacing: -1.4px; }
    .deals-heading > p { font-size: 14px; }
    .deals-main-card { min-height: 470px; border-radius: 22px; }
    .deals-main-overlay { background: linear-gradient(180deg,rgba(24,42,31,.2) 0%,rgba(24,42,31,.82) 40%,rgba(24,42,31,.98) 100%); }
    .deals-main-lifestyle img { object-position: 55% 35%; }
    .deals-main-content { width: 100%; min-height: 470px; justify-content: flex-end; padding: 25px 21px; }
    .deals-main-content h3 { max-width: 18ch; font-size: 30px; }
    .deals-main-content > p { font-size: 13px; }
    .deals-main-price { margin-top: 13px; }
    .deals-main-action { width: 100%; min-height: 50px; margin-top: 15px; }
    .deals-product-chip { display: none; }
    .deals-side-cards { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(270px,86%); gap: 12px; overflow-x: auto; padding: 2px 2px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .deals-side-cards::-webkit-scrollbar,.weekly-deals-grid::-webkit-scrollbar { display: none; }
    .deals-side-card { min-height: 160px; grid-template-columns: 68px minmax(0,1fr); gap: 13px; padding: 17px; border-radius: 19px; scroll-snap-align: start; }
    .deals-side-icon { width: 64px; height: 64px; border-radius: 16px; }
    .deals-side-copy strong { font-size: 15px; }
    .weekly-deals { margin-top: 40px; }
    .weekly-deals-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .weekly-deals-heading h3 { font-size: 28px; }
    .weekly-deals-heading > a { min-height: 44px; }
    .weekly-deals-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(250px,82vw); gap: 13px; overflow-x: auto; margin-right: -14px; padding: 2px 14px 14px 1px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .weekly-deal-card { scroll-snap-align: start; }
    .weekly-deal-card .commerce-product-media { height: 215px; }
    .popular-weekly-grid { margin-right: calc((100vw - min(100vw - 28px,1180px))/2 * -1); }
}

@media (prefers-reduced-motion:reduce) {
    .deals-main-lifestyle img,.deals-main-action,.deals-side-card { transition: none; }
}
