:root {
    --bg: #f3efe8;
    --bg-2: #e6dfd2;
    --surface: #fffdf9;
    --surface-soft: rgba(255, 253, 249, 0.78);
    --surface-strong: #f8f3ea;
    --text: #16271f;
    --muted: #67756f;
    --line: rgba(22, 39, 31, 0.1);
    --green: #27563f;
    --green-strong: #173726;
    --green-soft: #e6f0e7;
    --sand: #f0e4d3;
    --accent: #b9782f;
    --accent-soft: #f0d7b8;
    --shadow: 0 20px 60px rgba(39, 28, 16, 0.1);
    --shadow-lg: 0 30px 90px rgba(29, 22, 16, 0.16);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: min(1380px, calc(100vw - 3rem));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 15px;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(185, 120, 47, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.14), transparent 26%),
        linear-gradient(180deg, #fbf8f3 0%, #efe7dc 100%);
}

body.home-page {
    background:
        radial-gradient(circle at 8% 6%, rgba(185, 120, 47, 0.12), transparent 22%),
        radial-gradient(circle at 92% 10%, rgba(39, 86, 63, 0.14), transparent 24%),
        linear-gradient(180deg, #f8f4ed 0%, #ede5d9 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.topbar {
    background: linear-gradient(90deg, #173726 0%, #27563f 100%);
    color: rgba(255, 250, 244, 0.92);
    font-size: 0.9rem;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
}

.topbar a {
    color: #fff;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(248, 244, 237, 0.9);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
    color: var(--text);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-logo {
    width: 22px;
    height: 22px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(20, 30, 24, 0.12);
    background: #fff;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.brand-text strong {
    font-family: "Poppins", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
}

.brand-text small {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.site-nav a {
    color: var(--muted);
    font-weight: 700;
    font-size: 0.96rem;
    position: relative;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--text);
}

.nav-cta {
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    background: rgba(39, 86, 63, 0.12);
    color: var(--green-strong);
    box-shadow: inset 0 0 0 1px rgba(39, 86, 63, 0.08);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--text);
}

.hero-section,
.subpage-hero,
.page-section {
    padding: 1.6rem 0 3rem;
}

.hero-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 1.5rem;
    align-items: stretch;
}

.hero-copy,
.hero-slider-card,
.catalog-sidebar,
.catalog-toolbar,
.contact-panel,
.contact-form,
.info-card,
.trust-card,
.footer-grid {
    border: 1px solid var(--line);
    background: var(--surface-soft);
    box-shadow: var(--shadow);
}

.hero-copy {
    border-radius: var(--radius-xl);
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(246, 239, 229, 0.84)),
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.08), transparent 34%);
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 800;
}

.hero-copy h1,
.subpage-hero h1,
.section-head h2,
.catalog-sidebar-head h2,
.catalog-toolbar h2,
.contact-panel h2,
.info-card h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    line-height: 0.96;
}

.hero-copy h1 {
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    max-width: 11ch;
}

.hero-lead,
.subpage-hero p,
.section-head p,
.hero-copy p,
.trust-card p,
.info-card p,
.contact-panel p,
.contact-stack span,
.catalog-count {
    color: var(--muted);
    line-height: 1.7;
}

.products-page .catalog-count {
    font-size: 0.78rem;
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 1.5rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 16px 30px rgba(39, 86, 63, 0.2);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 47, 40, 0.08);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.hero-metrics div {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(31, 47, 40, 0.06);
}

.hero-metrics strong {
    display: block;
    font-size: 1rem;
}

.hero-metrics span {
    color: var(--muted);
    font-size: 0.9rem;
}

.hero-slider-card {
    border-radius: var(--radius-xl);
    padding: 1rem;
}

.hero-slider-shell {
    position: relative;
}

.hero-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(39, 86, 63, 0.09);
    color: var(--green-strong);
    border: 1px solid rgba(39, 86, 63, 0.1);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 560px;
    background: #193e2e;
}

.hero-slider-track {
    display: flex;
    transition: transform 0.55s ease;
    height: 100%;
}

.hero-slide {
    position: relative;
    min-width: 100%;
    min-height: 560px;
}

.hero-slide-media,
.hero-slide-media img {
    width: 100%;
    height: 100%;
}

.hero-slide-media img {
    object-fit: cover;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 35, 28, 0.88) 0%, rgba(18, 35, 28, 0.56) 42%, rgba(18, 35, 28, 0.08) 100%);
}

.hero-slide-content {
    position: absolute;
    left: 2.8rem;
    bottom: 2.8rem;
    z-index: 1;
    max-width: 520px;
    color: #fff;
}

.hero-slide-content h2 {
    margin: 0 0 0.8rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    line-height: 0.94;
}

.hero-slide-content p {
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
}

.slider-tag {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    z-index: 2;
}

.slider-prev {
    left: 1rem;
}

.slider-next {
    right: 1rem;
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.55rem;
    z-index: 2;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.slider-dot.is-active {
    width: 28px;
    background: #fff;
}

.hero-floating-card {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 3;
    max-width: 260px;
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    background: rgba(255, 253, 249, 0.9);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow-lg);
}

.hero-floating-card h3 {
    margin: 0.35rem 0 0.45rem;
    font-size: 1.15rem;
}

.hero-floating-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

.floating-kicker {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.quick-links a {
    display: grid;
    gap: 0.5rem;
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 250, 244, 0.82);
    border: 1px solid rgba(31, 47, 40, 0.08);
    box-shadow: var(--shadow);
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-links a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.quick-links strong {
    color: var(--accent);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
}

.quick-links span {
    font-size: 1rem;
    line-height: 1.5;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.section-head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.section-link {
    color: var(--green);
    font-weight: 800;
}

.section-intro {
    max-width: 60ch;
}

.section-panel {
    padding: 2rem;
    border-radius: 32px;
    background: rgba(255, 250, 244, 0.72);
    border: 1px solid rgba(31, 47, 40, 0.06);
    box-shadow: var(--shadow);
}

.section-highlight .container {
    padding: 2rem;
    border-radius: 30px;
    background: rgba(255, 250, 244, 0.78);
    border: 1px solid rgba(31, 47, 40, 0.06);
    box-shadow: var(--shadow);
}

.promo-grid,
.category-grid,
.product-grid,
.trust-grid,
.story-grid {
    display: grid;
    gap: 1.35rem;
}

.promo-grid,
.category-grid,
.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promo-card,
.category-card,
.product-card,
.trust-card,
.info-card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(31, 47, 40, 0.08);
    background: var(--surface);
    box-shadow: var(--shadow);
    min-height: 100%;
}

.category-card:hover,
.product-card:hover,
.promo-card:hover {
    transform: translateY(-4px);
}

.promo-card,
.category-card,
.product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-card:hover,
.category-card:hover,
.product-card:hover {
    box-shadow: var(--shadow-lg);
}

.card-media,
.card-media img,
.category-thumb,
.category-thumb img,
.product-media,
.product-media img {
    width: 100%;
}

.category-thumb,
.product-media,
.card-media {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, rgba(39, 86, 63, 0.08), rgba(185, 120, 47, 0.12));
}

.card-media img,
.category-thumb img,
.product-media img {
    height: 100%;
    object-fit: cover;
}

.card-body,
.category-copy,
.product-body {
    padding: 1.1rem 1.15rem 1.3rem;
}

.card-body,
.product-body,
.home-product-body {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.card-kicker,
.product-badge,
.category-copy span {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.promo-ribbon {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 1;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.promo-card h3,
.category-copy h3,
.product-body h3,
.trust-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.28rem;
    line-height: 1.2;
}

.promo-card p,
.category-copy p,
.product-body p,
.trust-card p,
.info-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.promo-card p,
.category-copy p,
.product-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.9rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
    color: var(--muted);
    font-size: 0.92rem;
}

.store-link {
    display: inline-flex;
    margin-top: 0.9rem;
    color: var(--green);
    font-weight: 800;
}

.product-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    color: inherit;
    text-decoration: none;
}

.product-card-footer {
    display: grid;
    gap: 0.7rem;
    padding: 0 1.15rem 1.15rem;
}

.home-product-link,
.home-promo-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    color: inherit;
    text-decoration: none;
}

.home-product-card,
.home-promo-card {
    height: 100%;
}

.product-detail-shell {
    display: grid;
    gap: 1.4rem;
}

.product-page-header {
    background: rgba(248, 244, 237, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
}

.product-page-header-shell {
    padding: 1rem 0 0.95rem;
}

.product-page-header-top {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
}

.product-page-brand {
    min-width: max-content;
    gap: 0.85rem;
}

.product-page-brand .brand-logo {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid rgba(28, 44, 36, 0.08);
    box-shadow: 0 12px 26px rgba(32, 54, 42, 0.08);
}

.product-page-brand .brand-text strong {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
    color: var(--text);
}

.product-page-brand .brand-text small {
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    color: var(--muted);
}

.product-header-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.product-header-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(28, 44, 36, 0.08);
    box-shadow: 0 12px 24px rgba(37, 59, 46, 0.06);
    color: var(--text);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.product-header-pill-soft {
    background: rgba(39, 86, 63, 0.06);
    color: var(--green);
}

.product-page-contact-actions {
    justify-content: flex-end;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.4rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: 28px;
    background: var(--surface);
    border: 1px solid rgba(31, 47, 40, 0.08);
    box-shadow: var(--shadow);
}

.product-detail-gallery {
    padding: 0.25rem;
}

.product-detail-image {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(39, 86, 63, 0.08), rgba(185, 120, 47, 0.12));
    overflow: hidden;
}

.product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-summary {
    display: grid;
    gap: 1rem;
}

.product-detail-summary h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3vw, 3.5rem);
    line-height: 1.05;
}

.product-detail-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(39, 86, 63, 0.06);
}

.product-detail-price strong {
    font-size: 1.35rem;
}

.product-detail-price span {
    color: var(--muted);
    font-weight: 700;
}

.product-detail-description {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    font-size: 1.02rem;
}

.product-detail-content {
    display: grid;
    gap: 0.75rem;
    width: min(100%, 560px);
}

.product-detail-content section {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(31, 47, 40, 0.08);
}

.product-detail-content span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-detail-content p {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

.product-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.product-detail-meta div {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 47, 40, 0.08);
}

.product-detail-meta span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.product-detail-meta strong {
    font-size: 1rem;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.product-detail-actions .home-cart-slot {
    width: auto;
    min-width: 180px;
    flex: 0 0 auto;
}

.product-detail-actions .home-cart-stepper,
.product-detail-actions .home-add-cart {
    min-width: 180px;
}

.cart-page-main,
.checkout-page-main {
    padding: 1.1rem 0 2.2rem;
}

.cart-page-hero-section,
.checkout-page-hero-section {
    padding: 0.9rem 0 1.2rem;
}

.cart-page-hero-grid,
.checkout-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1rem;
    align-items: stretch;
}

.cart-page-hero-copy,
.cart-page-hero-card,
.cart-main-panel,
.cart-summary-panel,
.checkout-main-panel,
.checkout-summary-panel,
.checkout-block {
    border-radius: 28px;
    border: 1px solid rgba(31, 47, 40, 0.08);
    background: rgba(255, 253, 249, 0.84);
    box-shadow: var(--shadow);
}

.cart-page-hero-copy,
.cart-page-hero-card {
    padding: 1.2rem 1.3rem;
}

.cart-page-hero-copy h1,
.checkout-page-hero-section h1 {
    margin: 0.25rem 0 0.65rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.85rem, 3.4vw, 3rem);
    line-height: 1;
    color: var(--text);
}

.cart-page-hero-copy p,
.checkout-page-hero-section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    max-width: 56ch;
}

.cart-page-hero-actions {
    margin-top: 1rem;
}

.cart-hero-link,
.checkout-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1rem;
    border-radius: 12px;
    background: rgba(53, 101, 67, 0.08);
    color: var(--green);
    text-decoration: none;
    font-weight: 800;
}

.cart-page-hero-card {
    display: grid;
    gap: 1rem;
}

.cart-page-hero-card h2,
.checkout-page-hero-section h2 {
    margin: 0.25rem 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.55rem;
    line-height: 1;
    color: var(--text);
}

.cart-page-hero-stats,
.checkout-summary-lines,
.cart-summary-lines {
    display: grid;
    gap: 0.65rem;
}

.cart-page-hero-stats p,
.checkout-summary-lines div,
.cart-summary-lines div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 0.95rem;
    margin: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 47, 40, 0.06);
}

.cart-page-hero-stats span,
.checkout-summary-lines span,
.cart-summary-lines span {
    color: var(--muted);
    font-size: 0.86rem;
}

.cart-page-hero-stats strong,
.checkout-summary-lines strong,
.cart-summary-lines strong {
    color: var(--text);
    font-size: 1rem;
}

.cart-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.78fr);
    gap: 1rem;
    align-items: start;
}

.cart-main-panel,
.checkout-main-panel,
.cart-summary-panel,
.checkout-summary-panel {
    padding: 1.15rem;
}

.cart-items-list,
.checkout-items-list {
    display: grid;
    gap: 0.85rem;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 47, 40, 0.06);
}

.cart-item-media {
    display: grid;
    place-items: center;
    min-height: 150px;
    border-radius: 18px;
    background: #f2f6ef;
    overflow: hidden;
}

.cart-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-media span {
    color: var(--muted);
    font-weight: 700;
}

.cart-item-body {
    display: grid;
    gap: 0.9rem;
}

.cart-item-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.9rem;
}

.cart-item-top h3 {
    margin: 0.25rem 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
}

.cart-item-remove {
    border: 0;
    background: rgba(217, 95, 63, 0.12);
    color: #9b442b;
    font: inherit;
    font-weight: 800;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    cursor: pointer;
}

.cart-item-meta {
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.cart-item-price {
    display: grid;
    gap: 0.15rem;
}

.cart-item-price strong {
    font-size: 1.15rem;
}

.cart-item-price small {
    color: var(--muted);
}

.cart-summary-panel,
.checkout-summary-panel {
    position: sticky;
    top: 104px;
}

.cart-summary-head h2,
.checkout-summary-head h2,
.checkout-block-head h2 {
    margin: 0.25rem 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.45rem;
    line-height: 1.05;
}

.cart-summary-lines,
.checkout-summary-lines {
    margin: 1rem 0;
}

.cart-checkout-button,
.checkout-place-order,
.checkout-save-address {
    width: 100%;
    margin-top: 0.25rem;
}

.cart-summary-note {
    margin: 0.8rem 0 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.92rem;
}

@media (max-width: 980px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary-panel {
        position: static;
        top: auto;
    }
}

@media (max-width: 720px) {
    .cart-page .products-page-header-shell {
        padding: 0.7rem 0;
    }

    .cart-page .products-page-header-top {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand utility"
            "search search";
        gap: 0.6rem;
    }

    .cart-page .products-page-brand {
        grid-area: brand;
        min-width: 0;
    }

    .cart-page .products-page-search-row {
        grid-area: search;
        width: 100%;
    }

    .cart-page .products-page-contact-actions {
        grid-area: utility;
        justify-content: flex-end;
        justify-self: end;
        width: auto;
    }

    .cart-page-main {
        padding: 0.6rem 0 1.5rem;
    }

    .cart-page-section {
        padding-top: 0.6rem;
    }

    .cart-layout {
        gap: 0.75rem;
    }

    .cart-main-panel,
    .cart-summary-panel {
        padding: 0.65rem;
        border-radius: 22px;
    }

    .cart-items-list {
        gap: 0.7rem;
    }

    .cart-item-card {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 0.7rem;
        padding: 0.7rem;
        border-radius: 18px;
        align-items: start;
    }

    .cart-item-media {
        width: 88px;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 14px;
        align-self: start;
    }

    .cart-item-body {
        gap: 0.55rem;
        min-width: 0;
    }

    .cart-item-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.5rem;
        align-items: start;
    }

    .cart-item-top .eyebrow {
        margin-bottom: 0.35rem;
        font-size: 0.62rem;
        letter-spacing: 0.16em;
    }

    .cart-item-top h3 {
        font-size: 1.02rem;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .cart-item-remove {
        padding: 0.38rem 0.52rem;
        border-radius: 9px;
        font-size: 0.74rem;
        white-space: nowrap;
    }

    .cart-item-meta {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .cart-item-price {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        gap: 0.45rem;
    }

    .cart-item-price strong {
        font-size: 1rem;
    }

    .cart-item-price small {
        font-size: 0.76rem;
    }

    .cart-item-card .home-cart-stepper {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        min-height: 40px;
    }

    .cart-summary-lines div {
        padding: 0.75rem 0.8rem;
    }
}

@media (max-width: 430px) {
    .cart-page .products-page-contact-actions .home-contact-item:not(.home-cart-trigger) {
        display: none;
    }

    .cart-page .home-brand .brand-logo {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .cart-item-card {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 0.6rem;
        padding: 0.65rem;
    }

    .cart-item-media {
        width: 76px;
        min-height: 0;
    }

    .cart-item-top {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cart-item-remove {
        width: auto;
    }

    .cart-page .brand-text strong {
        font-size: 1.2rem;
    }

    .cart-page .brand-text small {
        font-size: 0.58rem;
    }
}

.checkout-layout {
    align-items: start;
}

.checkout-main-panel {
    display: grid;
    gap: 1rem;
}

.checkout-block {
    padding: 1rem;
}

.checkout-block-head-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.checkout-add-address {
    min-height: 42px;
    padding: 0 1rem;
    border: 0;
    border-radius: 999px;
    background: rgba(39, 86, 63, 0.1);
    color: var(--green);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.checkout-address-hint {
    margin: 0.35rem 0 0.8rem;
    color: var(--muted);
    line-height: 1.5;
    font-size: 0.92rem;
}

.checkout-address-list {
    display: grid;
    gap: 0.65rem;
}

.checkout-address-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(31, 47, 40, 0.08);
    cursor: pointer;
}

.checkout-address-card input {
    margin: 0;
}

.checkout-address-card.is-active {
    border-color: rgba(53, 101, 67, 0.26);
    box-shadow: 0 12px 30px rgba(53, 101, 67, 0.08);
}

.checkout-address-card-main {
    display: grid;
    gap: 0.2rem;
}

.checkout-address-card-main strong {
    color: var(--text);
}

.checkout-address-card-main small {
    color: var(--muted);
    line-height: 1.45;
}

.checkout-address-default {
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(53, 101, 67, 0.1);
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 800;
}

.checkout-address-form {
    margin-top: 1rem;
    display: grid;
    gap: 0.85rem;
}

.checkout-address-modal {
    position: fixed;
    inset: 0;
    z-index: 125;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.checkout-address-modal[hidden] {
    display: none;
}

.checkout-address-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 19, 0.58);
    backdrop-filter: blur(10px);
}

.checkout-address-modal-panel {
    position: relative;
    width: min(100%, 760px);
    max-height: min(92vh, 760px);
    overflow: auto;
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(53, 101, 67, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.order-success-modal-panel {
    width: min(100%, 460px);
    text-align: center;
}

.order-success-modal-panel .checkout-address-modal-copy {
    padding: 1rem 0.75rem 0.5rem;
}

.order-success-modal-action {
    width: 100%;
    margin-top: 1rem;
}

.checkout-address-modal-close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #f3f6f0;
    color: var(--text);
    cursor: pointer;
}

.checkout-address-modal-copy h3 {
    margin: 0.3rem 0 0.35rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.9rem;
    line-height: 1;
    color: var(--text);
}

.checkout-address-modal-copy p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.checkout-address-modal-message {
    margin-top: 0.9rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    font-weight: 700;
}

.checkout-address-modal-message.is-error {
    background: #fbe7e5;
    color: #8d2f25;
}

.checkout-address-modal-message.is-success {
    background: #e8f3ea;
    color: #214634;
}

body.checkout-address-modal-open {
    overflow: hidden;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.checkout-field {
    display: grid;
    gap: 0.35rem;
}

.checkout-field span {
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 800;
}

.checkout-field input,
.checkout-field textarea,
.checkout-field select {
    width: 100%;
    min-height: 52px;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    border: 1px solid #dfe6db;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none;
}

.checkout-field select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--green) 50%) right 1.1rem center / 7px 7px no-repeat,
        linear-gradient(135deg, var(--green) 50%, transparent 50%) right 0.78rem center / 7px 7px no-repeat,
        #fff;
    cursor: pointer;
}

.checkout-field textarea {
    min-height: 104px;
    resize: vertical;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-toggle-row {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.checkout-toggle {
    min-height: 40px;
    padding: 0 0.9rem;
    border-radius: 999px;
    border: 1px solid #dfe6db;
    background: #fff;
    color: var(--text);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.checkout-toggle.is-active,
.checkout-payment-option.is-active {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

.checkout-payment-grid {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.9rem;
}

.checkout-payment-assurance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.95rem;
    padding: 1rem;
    border: 1px solid rgba(68, 109, 77, 0.18);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(68, 109, 77, 0.1), rgba(250, 245, 236, 0.78)),
        #fff;
    box-shadow: 0 12px 30px rgba(31, 47, 40, 0.08);
}

.checkout-payment-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    box-shadow: 0 10px 20px rgba(68, 109, 77, 0.2);
}

.checkout-payment-assurance strong {
    display: block;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.3;
}

.checkout-payment-assurance span {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.checkout-payment-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    text-align: left;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(31, 47, 40, 0.1);
    background: #fff;
    color: var(--text);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-payment-option:hover {
    transform: translateY(-1px);
    border-color: rgba(68, 109, 77, 0.28);
    box-shadow: 0 12px 28px rgba(31, 47, 40, 0.08);
}

.checkout-payment-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #edf6ef;
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 900;
}

.checkout-payment-option strong {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
}

.checkout-payment-option small {
    display: block;
    margin-top: 0.18rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.checkout-payment-option.is-active .checkout-payment-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.checkout-payment-option.is-active small {
    color: rgba(255, 255, 255, 0.86);
}

.checkout-items-list {
    max-height: 320px;
    overflow: auto;
    padding-right: 0.15rem;
}

.checkout-line-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 47, 40, 0.06);
}

.checkout-line-item span {
    color: var(--text);
    font-weight: 700;
}

.checkout-line-item strong {
    color: var(--green);
    white-space: nowrap;
}

.checkout-delivery-note {
    margin: -0.2rem 0 1rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(127, 94, 35, 0.14);
    border-radius: 10px;
    background: #fff8ec;
    color: #74551d;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.45;
}

.checkout-delivery-note.is-free {
    border-color: rgba(68, 109, 77, 0.18);
    background: #edf6ef;
    color: #2f5b3b;
}

.checkout-notice,
.checkout-empty-box {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #f7efe2;
    color: #7f5e23;
    font-weight: 700;
}

.checkout-summary-note {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.92rem;
}

.related-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-section {
    padding-top: 0;
}

.value-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.6fr 0.6fr 0.6fr;
    gap: 1.25rem;
}

.value-card {
    padding: 1.55rem;
    border-radius: 28px;
    border: 1px solid rgba(22, 39, 31, 0.08);
    background: rgba(255, 253, 249, 0.78);
    box-shadow: var(--shadow);
}

.value-card-featured {
    background:
        linear-gradient(135deg, rgba(255, 253, 249, 0.95), rgba(241, 232, 218, 0.82)),
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.12), transparent 40%);
}

.value-card h2,
.value-card h3 {
    margin: 0 0 0.6rem;
}

.value-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.value-index {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.category-showcase {
    position: relative;
}

.trust-grid-home .trust-card {
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(246, 239, 229, 0.84));
}

.trust-grid,
.story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card,
.info-card {
    padding: 1.6rem;
}

.subpage-hero {
    padding-top: 1.4rem;
}

.subpage-hero-inner {
    padding: 2.1rem 2.2rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: rgba(255, 250, 244, 0.8);
    box-shadow: var(--shadow);
}

.subpage-hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.catalog-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1.4rem;
    align-items: start;
}

.products-page-main {
    background:
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(248, 244, 237, 0.35) 0%, rgba(242, 234, 221, 0.18) 100%);
}

.products-page-section {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.products-catalog-layout {
    padding: 1.2rem;
    border-radius: 30px;
    background: rgba(255, 250, 244, 0.82);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow-lg);
}

.products-page .catalog-sidebar-head h2,
.products-page .catalog-toolbar h2 {
    font-size: 1.45rem;
    line-height: 1.15;
}

.products-page .catalog-sidebar-head .eyebrow {
    font-size: 0.7rem;
}

.products-page .catalog-sidebar {
    padding: 1rem;
}

.products-page .catalog-toolbar {
    padding: 1rem 1.05rem;
}

.products-page .catalog-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.products-page .catalog-product-grid .product-media {
    aspect-ratio: 1 / 0.9;
}

.products-page .catalog-product-grid .product-body {
    padding: 0.9rem 1rem 1rem;
}

.products-page .catalog-product-grid .product-body h3 {
    margin-bottom: 0.45rem;
    font-size: 1rem;
    line-height: 1.25;
}

.products-page .catalog-product-grid .product-body p {
    -webkit-line-clamp: 2;
}

.products-page .catalog-product-grid .product-meta {
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    font-size: 0.86rem;
}

.products-page .catalog-product-grid .product-card-footer {
    padding: 0 1rem 1rem;
}

.products-page .catalog-product-grid .product-card-footer .home-add-cart {
    width: 100%;
}

.catalog-sidebar {
    padding: 1.2rem;
    border-radius: 24px;
    position: sticky;
    top: 104px;
}

.products-catalog-sidebar {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 47, 40, 0.08);
}

.catalog-sidebar-head h2,
.catalog-toolbar h2 {
    font-size: 2.2rem;
}

.catalog-sidebar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.catalog-filter-toggle,
.catalog-filter-close {
    display: none;
}

.catalog-filter-backdrop {
    display: none;
}

.category-side-menu {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.side-menu-group {
    display: grid;
    gap: 0.42rem;
}

.disease-side-menu-group {
    padding-top: 0.65rem;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
}

.side-menu-section-title {
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.side-menu-link {
    display: block;
    padding: 0.68rem 0.85rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(31, 47, 40, 0.06);
    font-weight: 700;
    font-size: 0.92rem;
}

.disease-side-link {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    min-height: 50px;
}

.side-menu-thumb {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(55, 105, 74, 0.1);
    color: var(--green);
    font-size: 0.74rem;
    font-weight: 800;
}

.side-menu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-menu-copy {
    display: block;
    min-width: 0;
}

.side-menu-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-menu-copy small {
    color: rgba(31, 47, 40, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
}

.side-menu-link.is-active {
    background: var(--green);
    color: #fff;
}

.side-menu-link.is-active .side-menu-thumb {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.side-menu-link.is-active .side-menu-copy small {
    color: rgba(255, 255, 255, 0.76);
}

.side-menu-empty {
    padding: 0.8rem 0.92rem;
    border: 1px dashed rgba(31, 47, 40, 0.12);
    border-radius: 16px;
    color: rgba(31, 47, 40, 0.62);
    font-size: 0.84rem;
}

.side-menu-expand-toggle {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.62rem 0.82rem;
    border: 1px solid rgba(55, 105, 74, 0.16);
    border-radius: 12px;
    background: rgba(236, 243, 235, 0.7);
    color: var(--green);
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    text-align: left;
}

.side-menu-expand-toggle:hover {
    background: rgba(55, 105, 74, 0.12);
}

.side-menu-chevron {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.side-menu-chevron.is-open {
    transform: rotate(225deg);
}

.catalog-main {
    display: grid;
    gap: 1rem;
}

.catalog-toolbar {
    border-radius: 24px;
    padding: 1.2rem 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.products-catalog-toolbar {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 47, 40, 0.08);
}

.catalog-tools {
    display: grid;
    gap: 0.55rem;
    justify-items: end;
}

.catalog-tools input {
    min-width: 280px;
    border: 1px solid rgba(31, 47, 40, 0.1);
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #fff;
    font: inherit;
}

.catalog-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.catalog-count {
    font-size: 0.78rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.4rem;
}

.contact-panel,
.contact-form {
    border-radius: 26px;
    padding: 1.5rem;
}

.contact-stack {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.3rem;
}

.contact-stack div {
    padding: 1rem 0;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
}

.contact-stack strong {
    display: block;
    margin-top: 0.25rem;
}

.contact-form {
    display: grid;
    gap: 1rem;
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
}

.contact-form span {
    font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid rgba(31, 47, 40, 0.1);
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #fff;
    font: inherit;
}

.site-footer {
    padding: 2.2rem 0 2rem;
    background: linear-gradient(180deg, #f8f4ed 0%, #efe7dc 100%);
    border-top: 1px solid var(--line);
}

/* Footer grid */
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 1.8rem;
    padding: 2rem;
    border-radius: 28px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}



.footer-brand p,
.site-footer a {
    color: var(--muted);
}

.site-footer h4 {
    margin: 0 0 0.85rem;
}

.site-footer a {
    display: block;
    margin-bottom: 0.6rem;
}

.empty-state {
    padding: 1.2rem;
    border-radius: 18px;
    border: 1px dashed rgba(31, 47, 40, 0.14);
    color: var(--muted);
    background: rgba(255, 255, 255, 0.6);
}

/* =========================
   FIX FOOTER LOGO
   ========================= */

.site-footer .brand-logo {
    width: 60px;        /* small icon size */
    height: 60px;
    flex-shrink: 0;
}

.site-footer .brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* IMPORTANT */
}

/* If using full logo image (like your screenshot) */
.footer-brand img {
    max-width: 180px;   /* limit big logo */
    height: auto;
}

.home-footer {
    padding: 2rem 0 1.2rem;
}

.home-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 0.8fr;
    gap: 1.4rem;
    align-items: start;
    padding: 1.8rem;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 232, 0.92)),
        radial-gradient(circle at top right, rgba(53, 101, 67, 0.08), transparent 28%);
    border: 1px solid rgba(53, 101, 67, 0.1);
    box-shadow: 0 24px 60px rgba(51, 66, 55, 0.08);
    overflow: hidden;
}

.home-footer-brand-block {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding-right: 1rem;
    border-right: 1px solid rgba(53, 101, 67, 0.08);
}

.home-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    min-width: 0;
}

.home-footer-logo {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    overflow: hidden;
    flex: none;
    background: #fff;
    border: 1px solid rgba(28, 44, 36, 0.08);
    box-shadow: 0 10px 22px rgba(32, 54, 42, 0.08);
}

.home-footer-logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-footer-copy {
    margin: 0;
    max-width: 32ch;
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.95rem;
}

.home-footer-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-footer-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 54px;
    padding: 0 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(53, 101, 67, 0.12);
    box-shadow: 0 12px 24px rgba(51, 66, 55, 0.05);
}

.home-footer-contact-pill span:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.home-footer-contact-pill small {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.68rem;
}

.home-footer-contact-pill strong {
    font-size: 0.92rem;
    font-weight: 800;
}

.home-footer-contact-pill-soft {
    background: linear-gradient(135deg, #eef5e8 0%, #f7efe2 100%);
}

.home-footer-pill-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.72);
    color: #356543;
    flex: none;
}

.home-footer-links {
    display: grid;
    align-content: start;
    gap: 0.6rem;
    padding-top: 0.2rem;
}

.home-footer-links h4 {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.home-footer-links a {
    display: block;
    width: fit-content;
    margin: 0;
    color: var(--muted);
}

.home-footer-links a:hover,
.footer-social-links a:hover {
    color: var(--green-strong);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem 0 0;
    color: var(--muted);
    font-size: 0.92rem;
    border-top: 1px solid rgba(53, 101, 67, 0.08);
}

.footer-bottom p {
    margin: 0;
}

.footer-social-links {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.footer-social-links a {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(53, 101, 67, 0.12);
    color: #356543;
    box-shadow: 0 10px 18px rgba(51, 66, 55, 0.04);
}

.footer-social-links svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1180px) {
    .home-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .home-footer-grid {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .home-footer-brand-block {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(53, 101, 67, 0.08);
        padding-bottom: 1rem;
    }

    .home-footer-brand {
        align-items: center;
    }

    .home-footer-logo {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 1080px) {
    .hero-layout,
    .catalog-layout,
    .contact-layout,
    .trust-grid,
    .story-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promo-grid,
    .category-grid,
    .product-grid,
    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-sidebar {
        position: static;
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 1rem;
        right: 1rem;
        display: grid;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(255, 250, 244, 0.98);
        border: 1px solid rgba(31, 47, 40, 0.08);
        box-shadow: var(--shadow);
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .site-nav.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hero-slider,
    .hero-slide {
        min-height: 360px;
    }

    .hero-floating-card {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }
}

@media (max-width: 720px) {
    body.catalog-filter-open {
        overflow: hidden;
    }

    .container {
        width: min(100vw - 1.4rem, 100%);
    }

    .topbar-inner,
    .section-head,
    .store-intro {
        flex-direction: column;
        align-items: start;
    }

    .hero-copy,
    .hero-slider-card,
    .subpage-hero-inner,
    .contact-panel,
    .contact-form,
    .footer-grid,
    .section-panel,
    .value-card {
        padding: 1.25rem;
    }

    .promo-grid,
    .category-grid,
    .product-grid,
    .catalog-product-grid {
        grid-template-columns: 1fr;
    }

    .value-grid {
        grid-template-columns: 1fr;
    }

    .hero-slider,
    .hero-slide {
        min-height: 280px;
    }

    .hero-slide-content {
        left: 1.2rem;
        right: 1.2rem;
        bottom: 1.2rem;
        max-width: none;
    }

    .hero-slide-content h2 {
        font-size: clamp(1.7rem, 8vw, 2.5rem);
    }

    .slider-arrow {
        display: none;
    }

    .quick-links,
    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-badge-row {
        gap: 0.5rem;
    }

    .catalog-tools {
        width: 100%;
        justify-items: stretch;
    }

    .catalog-tools input {
        min-width: 100%;
    }

    .products-catalog-layout {
        display: block;
        padding: 0.72rem;
        border-radius: 22px;
    }

    .products-page .products-catalog-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1200;
        width: min(86vw, 330px);
        max-width: 330px;
        padding: 1rem;
        overflow-y: auto;
        border-radius: 0 22px 22px 0;
        background: rgba(255, 250, 244, 0.98);
        border: 0;
        box-shadow: 28px 0 48px rgba(22, 39, 31, 0.24);
        transform: translateX(-110%);
        transition: transform 0.22s ease;
    }

    body.catalog-filter-open .products-catalog-sidebar {
        transform: translateX(0);
    }

    .catalog-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1190;
        display: block;
        background: rgba(16, 24, 20, 0.48);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    body.catalog-filter-open .catalog-filter-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .catalog-filter-backdrop[hidden] {
        display: none;
    }

    .catalog-filter-close {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(31, 47, 40, 0.1);
        border-radius: 14px;
        background: #fff;
        color: var(--text);
        cursor: pointer;
        font: inherit;
        font-weight: 800;
    }

    .catalog-filter-toggle {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.55rem 0.8rem;
        border: 1px solid rgba(55, 105, 74, 0.16);
        border-radius: 14px;
        background: var(--green);
        color: #fff;
        cursor: pointer;
        font: inherit;
        font-size: 0.84rem;
        font-weight: 800;
        white-space: nowrap;
    }

    .catalog-filter-toggle-icon {
        width: 15px;
        height: 13px;
        display: inline-block;
        position: relative;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
    }

    .catalog-filter-toggle-icon::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 3px;
        right: 3px;
        border-top: 2px solid currentColor;
    }

    .products-catalog-toolbar {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 0.9rem;
        border-radius: 18px;
    }

    .products-page .catalog-toolbar h2 {
        font-size: 1.3rem;
    }

    .products-page .catalog-count {
        grid-column: 1 / -1;
        margin-top: 0.35rem;
        text-align: left;
    }
}

.home-page .site-header {
    position: sticky;
    top: 0;
    background: rgba(248, 244, 237, 0.9);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
    color: var(--text);
    backdrop-filter: blur(16px);
}

.home-main {
    overflow: hidden;
}

.home-page .page-section,
.home-page .hero-section {
    padding: 0;
}

.home-hero {
    padding: 2rem 0 1.5rem;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 1.5rem;
    align-items: stretch;
}

.home-hero-copy {
    display: grid;
    gap: 1.4rem;
    padding: 2.2rem;
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(185, 120, 47, 0.18), transparent 30%),
        linear-gradient(180deg, #fffaf2 0%, #f2e5d2 100%);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow-lg);
}

.home-hero-copy h1 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(3rem, 4vw, 5.1rem);
    line-height: 0.95;
    max-width: 10ch;
}

.home-hero-lead {
    margin: 0;
    max-width: 58ch;
    color: #51605a;
    font-size: 1.02rem;
    line-height: 1.8;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.home-search-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(22, 39, 31, 0.08);
}

.home-search-label {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-search-panel strong {
    font-size: 1rem;
    line-height: 1.5;
}

.home-search-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    padding: 0.95rem 1.1rem;
    border-radius: 999px;
    background: #16271f;
    color: #fff;
    font-weight: 800;
}

.home-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-proof-strip div {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(23, 55, 38, 0.95);
    color: rgba(255, 255, 255, 0.86);
}

.home-proof-strip strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: 1rem;
}

.home-hero-stage {
    position: relative;
    display: grid;
    align-items: stretch;
    min-height: 100%;
}

.home-banner-slider {
    min-height: 720px;
    border-radius: 38px;
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow-lg);
}

.home-page .hero-slide,
.home-page .hero-slider {
    min-height: 720px;
}

.home-page .hero-slide-overlay {
    background:
        linear-gradient(180deg, rgba(12, 27, 22, 0.2) 0%, rgba(12, 27, 22, 0.12) 18%, rgba(12, 27, 22, 0.88) 100%);
}

.home-page .hero-slide-content {
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    max-width: 460px;
}

.home-page .hero-slide-content h2 {
    font-size: clamp(2.4rem, 3.7vw, 4.1rem);
}

.home-page .hero-slide-content .btn {
    background: #fff;
    color: #16271f;
}

.home-hero-note {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 4;
    max-width: 280px;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.92);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow);
}

.home-hero-note span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-hero-note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.92rem;
}

.home-editorial-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.editorial-card {
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 253, 249, 0.82);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow);
}

.editorial-card-dark {
    background: linear-gradient(180deg, #173726 0%, #224833 100%);
    color: rgba(255, 255, 255, 0.9);
}

.editorial-card-dark p,
.editorial-card-dark h3,
.editorial-card-dark .editorial-index {
    color: inherit;
}

.editorial-card-accent {
    background: linear-gradient(180deg, #f0dcc2 0%, #f7ead7 100%);
}

.editorial-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.3rem;
}

.editorial-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.editorial-index {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.home-band {
    padding: 1rem 0 1.5rem;
}

.home-band-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding: 1.8rem;
    border-radius: 36px;
    background: #15241d;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-lg);
}

.home-band-copy h2 {
    margin: 0 0 0.7rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1;
}

.home-band-copy p {
    margin: 0;
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.home-band-list {
    display: grid;
    gap: 0.9rem;
}

.home-band-list div {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-band-list strong {
    color: #fff;
}

.home-band-list span {
    color: rgba(255, 255, 255, 0.68);
}

.home-section {
    padding: 1.4rem 0;
}

.home-section-head,
.home-product-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.home-section-head h2,
.home-product-header h2,
.home-category-intro h2,
.home-closing-card h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}

.home-section-head h2,
.home-product-header h2,
.home-category-intro h2 {
    font-size: clamp(2rem, 3vw, 3.3rem);
}

.home-section-promos .container {
    padding: 2rem;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(243, 233, 220, 0.9));
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow);
}

.home-promo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .promo-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
}

.home-page .promo-card .card-body {
    padding: 1.2rem;
}

.home-section-categories .container {
    padding: 2.2rem;
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.16), transparent 24%),
        linear-gradient(180deg, #163127 0%, #1f4030 100%);
    box-shadow: var(--shadow-lg);
}

.home-category-shell {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 1.2rem;
    align-items: start;
}

.home-category-intro {
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-category-intro h2,
.home-category-intro p,
.home-category-intro .eyebrow {
    color: #fff;
}

.home-category-intro p {
    line-height: 1.75;
}

.home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .category-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
}

.home-page .category-thumb {
    aspect-ratio: 1.15 / 1;
}

.home-section-products .container {
    padding: 2rem;
    border-radius: 36px;
    background: rgba(255, 253, 249, 0.76);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow);
}

.home-product-header-copy {
    max-width: 360px;
}

.home-product-header-copy p {
    margin: 0 0 0.5rem;
    color: var(--muted);
    line-height: 1.7;
}

.home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .product-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
}

.home-page .product-media {
    aspect-ratio: 1 / 1.1;
}

.home-closing-section {
    padding-bottom: 3rem;
}

.home-closing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-closing-card {
    padding: 1.5rem;
    border-radius: 30px;
    background: rgba(255, 253, 249, 0.82);
    border: 1px solid rgba(22, 39, 31, 0.08);
    box-shadow: var(--shadow);
}

.home-closing-card p {
    margin: 0.5rem 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.home-closing-cta {
    background: linear-gradient(180deg, #efddc3 0%, #f8efe1 100%);
}

.home-closing-cta .btn {
    margin-top: 1rem;
}

@media (max-width: 1080px) {
    .home-hero-grid,
    .home-band-grid,
    .home-category-shell,
    .home-closing-grid {
        grid-template-columns: 1fr;
    }

    .home-editorial-row,
    .home-promo-grid,
    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .home-page .hero-slide,
    .home-page .hero-slider,
    .home-banner-slider {
        min-height: 460px;
    }

    .home-proof-strip,
    .home-category-grid {
        grid-template-columns: 1fr;
    }

    .home-section-head,
    .home-product-header,
    .home-search-panel {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 720px) {
    .home-hero {
        padding-top: 1rem;
    }

    .home-hero-copy,
    .home-band-grid,
    .home-section-promos .container,
    .home-section-categories .container,
    .home-section-products .container,
    .home-closing-card {
        padding: 1.25rem;
    }

    .home-hero-copy h1 {
        font-size: clamp(2.4rem, 10vw, 3.5rem);
    }

    .home-page .hero-slide,
    .home-page .hero-slider,
    .home-banner-slider {
        min-height: 340px;
    }

    .home-hero-note {
        position: static;
        max-width: none;
        margin-bottom: 0.85rem;
    }

    .home-editorial-row,
    .home-promo-grid,
    .home-product-grid,
    .home-closing-grid {
        grid-template-columns: 1fr;
    }
}

body.drawer-open {
    overflow: hidden;
}

.home-page {
    background: #ffffff;
}

.home-page .topbar {
    background: #2f6542;
}

.home-page .topbar-inner {
    min-height: 48px;
}

.home-page .topbar p {
    margin: 0;
    font-weight: 700;
}

.home-page .topbar a {
    background: transparent;
    padding: 0;
}

.home-page .site-header {
    position: sticky;
    top: 0;
    background: rgba(248, 244, 237, 0.9);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
    color: var(--text);
    backdrop-filter: blur(16px);
}

.home-header-shell {
    padding: 1.3rem 0 0.8rem;
}

.home-header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
}

.home-brand .brand-logo {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.home-search-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0;
    border: 2px solid #438153;
    border-radius: 999px;
    overflow: hidden;
    min-height: 62px;
}

.home-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 1.4rem;
    font: inherit;
    font-size: 1.05rem;
    background: #fff;
}

.home-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 100%;
    padding: 0 1.3rem;
    background: #2f6542;
    color: #fff;
    font-weight: 800;
}

.home-contact-row {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.home-contact-item {
    display: grid;
    gap: 0.2rem;
}

button.home-cart-trigger,
button.home-contact-item,
.home-drawer-login-action {
    position: relative;
}

.home-contact-item span {
    color: #56645f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-contact-item strong {
    font-size: 1rem;
}

.home-contact-copy strong [data-cart-summary] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    text-transform: none;
}

.home-cart-count {
    position: absolute;
    top: -0.28rem;
    right: -0.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: #d95f3f;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 20px rgba(217, 95, 63, 0.28);
}

.home-category-strip {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1.2rem;
    padding-top: 1.3rem;
}

.home-category-trigger {
    display: grid;
    place-items: center;
    gap: 0.35rem;
    width: 112px;
    height: 112px;
    border: 0;
    border-radius: 999px;
    background: #2f6542;
    color: #fff;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.home-category-trigger span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.home-category-trigger small {
    font-size: 0.95rem;
    font-weight: 700;
}

.home-category-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 150px));
    gap: 1rem;
    justify-content: start;
}

.home-category-chip {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    text-align: center;
}

.home-category-chip-icon {
    width: 104px;
    height: 104px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f2fbf4 0%, #e4f3e8 100%);
    border: 1px solid rgba(47, 101, 66, 0.08);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 28px rgba(31, 63, 45, 0.08);
}

.home-category-chip-icon span {
    color: #2f6542;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home-category-chip-label {
    font-weight: 700;
    line-height: 1.35;
    font-size: 0.96rem;
}

.home-main {
    overflow: visible;
}

.home-banner-section {
    padding-top: 1rem;
}

.home-banner-slider {
    min-height: 580px;
    border-radius: 28px;
    background: #20242e;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(24, 30, 39, 0.16);
}

.home-page .hero-slider,
.home-page .hero-slide {
    min-height: 580px;
}

.home-page .hero-slide-overlay {
    background:
        linear-gradient(90deg, rgba(20, 24, 34, 0.92) 0%, rgba(20, 24, 34, 0.56) 38%, rgba(20, 24, 34, 0.04) 100%);
}

.home-page .hero-slide-content {
    left: 4rem;
    bottom: 4rem;
    max-width: 520px;
}

.home-page .hero-slide-content h2 {
    font-size: clamp(3rem, 5vw, 5.4rem);
}

.home-page .hero-slide-content p {
    font-size: 1.15rem;
}

.home-page .slider-tag {
    background: rgba(255, 210, 92, 0.22);
    color: #ffd25c;
}

.home-page .slider-arrow {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.9);
    color: #2f6542;
}

.home-hero-slide {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 213, 92, 0.2), transparent 18%),
        linear-gradient(130deg, #1f2430 0%, #20252f 56%, #e0b847 56%, #f5cb58 100%);
}

.home-hero-art {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.08), transparent 8%),
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.05), transparent 3%),
        radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.05), transparent 2%);
}

.home-hero-content {
    position: absolute;
    z-index: 2;
}

.home-hero-product-shot {
    position: absolute;
    right: 3.2rem;
    bottom: 2.5rem;
    z-index: 2;
    width: min(42vw, 560px);
    height: min(34vw, 420px);
    display: grid;
    place-items: end center;
}

.home-hero-product-shot img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 30px rgba(24, 22, 10, 0.3));
}

.home-best-seller {
    padding: 3rem 0 2rem;
}

.home-section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.home-section-title-left {
    text-align: left;
}

.home-section-title h2 {
    margin: 0;
    font-size: clamp(2.2rem, 3vw, 3.6rem);
    font-family: "Poppins", sans-serif;
}

.home-best-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 1rem 0 2rem;
}

.home-best-tab {
    padding: 0.85rem 1.15rem;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #384842;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.home-best-tab.is-active {
    color: #2f6542;
    border-bottom-color: #2f6542;
}

.home-best-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.home-product-card {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e6ecdf;
    box-shadow: 0 18px 45px rgba(50, 66, 53, 0.08);
}

.home-product-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background:
        linear-gradient(180deg, rgba(255, 252, 229, 0.2), rgba(245, 251, 240, 0.9)),
        #f7faee;
    display: grid;
    place-items: center;
    padding: 1.3rem;
}

.home-product-media img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-card-tag {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
    padding: 0.35rem 0.6rem;
    border-radius: 8px;
    background: #f5ea4f;
    color: #2f2f2f;
    font-size: 0.78rem;
    font-weight: 800;
}

.home-product-body {
    padding: 1rem 1rem 1.1rem;
}

.home-product-category {
    display: block;
    margin-bottom: 0.55rem;
    color: #6e786f;
    font-size: 0.92rem;
}

.home-product-body h3 {
    margin: 0 0 0.55rem;
    font-size: 1.08rem;
    line-height: 1.35;
    min-height: 0;
}

.home-rating-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    color: #758178;
    font-size: 0.88rem;
}

.home-rating-stars {
    color: #efc640;
    letter-spacing: 0.08em;
}

.home-price-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.85rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e5ebdf;
}

.home-price-row strong {
    display: block;
    font-size: 1.15rem;
}

.home-price-row small {
    display: block;
    margin-top: 0.15rem;
    color: #6e786f;
    font-size: 0.78rem;
}

.home-delivery-copy {
    max-width: 86px;
    color: #526158;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: right;
}

.home-product-card .store-link {
    margin-top: 0.9rem;
}

.home-promo-showcase {
    padding: 1rem 0 3rem;
}

.home-promo-sections {
    display: grid;
    gap: 1.5rem;
}

.home-promo-section {
    display: grid;
    gap: 1rem;
}

.home-promo-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.home-promo-section-copy {
    display: grid;
    gap: 0.2rem;
}

.home-promo-section-copy h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1;
}

.home-promo-section-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    max-width: 62ch;
}

.home-promo-section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: rgba(39, 86, 63, 0.08);
    color: var(--green-strong);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-promo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.home-promo-card {
    border-radius: 22px;
    background: #fff;
}

.home-promo-media {
    aspect-ratio: 1 / 0.92;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: #f7faee;
}

.home-promo-media img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-promo-body {
    padding: 1rem 1rem 1.1rem;
}

.home-promo-body h3 {
    margin: 0 0 0.7rem;
    font-size: 1.08rem;
    line-height: 1.35;
}

.home-drawer {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(16, 24, 20, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.home-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.home-drawer-panel {
    width: min(480px, 88vw);
    height: 100%;
    background: #fff;
    box-shadow: 30px 0 80px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
}

.home-drawer.is-open .home-drawer-panel {
    transform: translateX(0);
}

.home-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.2rem;
    background: #dfffd3;
}

.home-drawer-close {
    border: 0;
    background: transparent;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    color: #395944;
}

.home-drawer-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.3rem;
    background: #2f6542;
    color: #fff;
}

.home-drawer-login p {
    margin: 0.15rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

.home-drawer-login a {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.home-drawer-login-action {
    min-height: 40px;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 800;
}

.home-drawer-list {
    display: grid;
}

.home-drawer-link {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #dfe8de;
    font-size: 1.02rem;
    font-weight: 700;
}

.home-drawer-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #eef9f0;
    display: grid;
    place-items: center;
}

.home-drawer-link-icon span {
    color: #2f6542;
    font-size: 0.92rem;
    font-weight: 800;
}

.home-page .site-footer {
    padding-top: 0;
}

@media (max-width: 1280px) {
    .home-category-icons {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .home-best-grid,
    .home-promo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .home-header-main {
        grid-template-columns: 1fr;
    }

    .home-contact-row {
        justify-content: space-between;
    }

    .home-category-strip {
        grid-template-columns: 1fr;
    }

    .home-category-trigger {
        width: 88px;
        height: 88px;
    }

    .home-category-icons {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-best-grid,
    .home-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .home-utility-inner,
    .home-contact-row {
        flex-direction: column;
        align-items: start;
    }

    .home-search-wrap {
        min-height: 56px;
    }

    .home-search-button {
        min-width: 118px;
    }

    .home-page .hero-slider,
    .home-page .hero-slide,
    .home-banner-slider {
        min-height: 420px;
    }

    .home-hero-product-shot {
        right: 1.8rem;
        width: min(46vw, 320px);
        height: min(42vw, 260px);
    }

    .home-page .hero-slide-content {
        left: 1.4rem;
        right: 1.4rem;
        bottom: 1.4rem;
    }

    .home-page .hero-slide-content h2 {
        font-size: clamp(2rem, 8vw, 3.3rem);
    }
}

@media (max-width: 720px) {
    .home-category-icons,
    .home-best-grid,
    .home-promo-grid {
        grid-template-columns: 1fr;
    }

    .home-promo-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-category-chip {
        justify-items: start;
        grid-template-columns: 72px 1fr;
        align-items: center;
        text-align: left;
    }

    .home-category-chip-icon {
        width: 72px;
        height: 72px;
    }

    .home-best-tabs {
        justify-content: start;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .home-page .hero-slider,
    .home-page .hero-slide,
    .home-banner-slider {
        min-height: 320px;
    }

    .home-hero-product-shot {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        width: 42vw;
        height: 34vw;
    }

    .home-page .slider-arrow {
        display: none;
    }
}

body.home-page {
    background: #f6f1e8;
}

.home-page .hero-section,
.home-page .page-section {
    all: unset;
}

.home-page {
    color: #1c2c24;
    font-family: "Poppins", sans-serif;
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

.home-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(248, 244, 237, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
    color: var(--text);
}

.home-header-stack {
    display: grid;
    gap: 1rem;
    padding: 1rem 0;
}

.home-top-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1.5rem;
}

.home-brand .brand-logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(28, 44, 36, 0.08);
    box-shadow: 0 14px 32px rgba(32, 54, 42, 0.08);
}

.home-brand .brand-text strong {
    font-size: 1.9rem;
}

.home-search-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 52px;
    border: 1px solid rgba(53, 101, 67, 0.22);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(37, 59, 46, 0.06);
}

.home-search-input {
    border: 0;
    outline: 0;
    padding: 0 1.35rem;
    font: inherit;
    font-size: 1.05rem;
    background: #fff;
}

.home-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 0 1.4rem;
    background: #356543;
    color: #fff;
    font-weight: 800;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.home-category-row {
    display: block;
}

.home-category-trigger {
    display: none;
    place-items: center;
    gap: 0.22rem;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: #356543;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(53, 101, 67, 0.18);
}

.home-category-trigger span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.home-category-icons {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding: 0.2rem 0 0.3rem;
    scrollbar-width: none;
}

.home-category-icons::-webkit-scrollbar {
    display: none;
}

.home-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: max-content;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e1e8de;
    box-shadow: 0 12px 24px rgba(51, 66, 55, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(53, 101, 67, 0.22);
    box-shadow: 0 22px 40px rgba(51, 66, 55, 0.1);
}

.home-category-chip-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef5e8 0%, #f7efe2 100%);
    border: 1px solid rgba(53, 101, 67, 0.1);
    overflow: hidden;
}

.home-category-chip-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-category-chip-icon span {
    color: #356543;
    font-size: 0.9rem;
    font-weight: 800;
}

.home-category-chip-label {
    display: block;
}

.home-category-chip-label strong {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.home-main {
    display: block;
    overflow: visible;
}

.home-best-seller,
.home-promo-showcase {
    padding: 0 0 2.8rem;
}

.home-live-banner-section {
    padding: 1rem 0 2.2rem;
    width: 100%;
}

.home-live-banner-slider {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: #202530;
    box-shadow: 0 22px 50px rgba(29, 37, 39, 0.12);
}

.home-page .hero-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.55s ease;
}

.home-page .hero-slide,
.home-live-slide {
    position: relative;
    min-width: 100%;
    min-height: 430px;
}

.home-page .hero-slide-media,
.home-page .hero-slide-media img {
    width: 100%;
    height: 100%;
}

.home-page .hero-slide-media {
    display: grid;
    place-items: center;
    background: #1f2430;
}

.home-page .hero-slide-media img {
    object-fit: cover;
    background: #232833;
}

.home-page .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(19, 32, 26, 0.9) 0%, rgba(19, 32, 26, 0.62) 40%, rgba(19, 32, 26, 0.12) 100%),
        linear-gradient(180deg, rgba(185, 120, 47, 0.08), rgba(185, 120, 47, 0));
}

.home-live-slide-content {
    position: absolute;
    left: 4rem;
    bottom: 3rem;
    z-index: 2;
    max-width: 520px;
    color: #fff;
    padding: 1.25rem 1.35rem;
    border-radius: 24px;
    background: rgba(20, 25, 31, 0.42);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-live-slide-content h2 {
    margin: 0 0 0.75rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 0.95;
}

.home-live-slide-content p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.home-page .slider-tag {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #356543;
    font-size: 1.1rem;
    cursor: pointer;
}

.home-page .slider-prev {
    left: 1rem;
}

.home-page .slider-next {
    right: 1rem;
}

.home-page .slider-dots {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.55rem;
    z-index: 3;
}

.home-page .slider-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.44);
    cursor: pointer;
}

.home-page .slider-dot.is-active {
    width: 24px;
    background: #fff;
}

.home-section-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

.home-section-title-left {
    text-align: left;
}

.home-section-title h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3.5rem);
}

.home-best-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding: 0.2rem 0 1.8rem;
}

.home-best-tab {
    padding: 0.8rem 1rem;
    border: 1px solid #dfe7db;
    border-radius: 999px;
    background: #fff;
    color: #415048;
    font: inherit;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(51, 66, 55, 0.04);
}

.home-best-tab.is-active {
    color: #fff;
    border-color: #356543;
    background: #356543;
}

.home-best-grid,
.home-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.home-product-card,
.home-promo-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e8de;
    box-shadow: 0 18px 40px rgba(51, 66, 55, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-product-card:hover,
.home-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(51, 66, 55, 0.12);
}

.home-product-media,
.home-promo-media {
    position: relative;
    display: grid;
    place-items: center;
    padding: 1.4rem;
    background: linear-gradient(180deg, #fbfdf7 0%, #eff7e8 100%);
}

.home-product-media {
    aspect-ratio: 1 / 1.05;
}

.home-promo-media {
    aspect-ratio: 1 / 1.02;
}

.home-product-media img,
.home-promo-media img {
    width: auto;
    max-width: 88%;
    max-height: 220px;
    object-fit: contain;
}

.home-card-tag {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 1;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 251, 246, 0.94);
    color: #356543;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-product-body,
.home-promo-body {
    padding: 1.1rem 1.1rem 1.2rem;
}

.home-product-category {
    display: block;
    margin-bottom: 0.45rem;
    color: #9a6c27;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-product-body h3,
.home-promo-body h3 {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    line-height: 1.45;
    min-height: 2.9em;
}

.home-rating-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    color: #7a857f;
    font-size: 0.86rem;
}

.home-rating-stars {
    color: #efc846;
}

.home-price-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e5ebdf;
}

.home-product-actions,
.home-promo-actions {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.home-cart-slot {
    width: 100%;
}

.home-add-cart,
.home-promo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 0;
    background: #356543;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.home-product-actions .store-link,
.home-promo-actions .store-link,
.product-card-footer .store-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 0;
    padding: 0.72rem 1rem;
    border-radius: 12px;
    background: rgba(53, 101, 67, 0.08);
    color: var(--green);
    text-decoration: none;
}

.home-product-actions .home-add-cart,
.home-promo-actions .home-add-cart {
    width: 100%;
}

.home-cart-stepper {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    width: 100%;
    min-height: 42px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(53, 101, 67, 0.08);
    border: 1px solid rgba(53, 101, 67, 0.12);
}

.home-cart-stepper-btn {
    height: 100%;
    border: 0;
    background: #356543;
    color: #fff;
    font: inherit;
    font-size: 1.15rem;
    font-weight: 800;
    cursor: pointer;
}

.home-cart-stepper-count {
    display: grid;
    place-items: center;
    min-width: 0;
    color: var(--text);
    font-weight: 800;
    line-height: 1;
}

.home-promo-link {
    text-decoration: none;
}

.home-card-note {
    color: #6b776f;
    font-size: 0.82rem;
    line-height: 1.5;
}

.home-cart-feedback {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: #e8f3ea;
    color: #214634;
    font-weight: 700;
}

.home-price-row strong {
    display: block;
    font-size: 1.1rem;
}

.home-price-row small {
    display: block;
    margin-top: 0.12rem;
    color: #6d7770;
    font-size: 0.77rem;
}

.home-delivery-copy {
    max-width: 92px;
    color: #4f5f57;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: right;
}

.home-drawer {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(17, 24, 20, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.home-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.home-drawer-panel {
    width: min(420px, 88vw);
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.24s ease;
    box-shadow: 26px 0 70px rgba(0, 0, 0, 0.18);
}

.home-drawer.is-open .home-drawer-panel {
    transform: translateX(0);
}

.home-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.2rem;
    background: #dff3e1;
}

.home-drawer-head h3 {
    margin: 0;
    font-size: 1.2rem;
}

.home-drawer-close {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #355f41;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding: 0;
}

.home-drawer-close svg {
    width: 22px;
    height: 22px;
}

.home-drawer-list {
    display: grid;
}

.home-drawer-link {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #e2e9e1;
    font-weight: 700;
}

.home-drawer-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #eaf6eb;
}

.home-drawer-link-icon span {
    color: #356543;
    font-size: 0.95rem;
    font-weight: 800;
}

.home-drawer-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1180px) {
    .home-footer-grid {
        grid-template-columns: 1fr;
    }

    .home-best-grid,
    .home-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-login-item {
        display: none;
    }
}

@media (max-width: 820px) {
    .home-top-row {
        gap: 1rem;
    }

    .home-search-wrap {
        min-height: 56px;
    }
}

@media (max-width: 720px) {
    .home-top-row {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .home-best-grid,
    .home-promo-grid,
    .home-footer-grid {
        grid-template-columns: 1fr;
    }

    .home-best-tabs {
        justify-content: start;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .home-search-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.55rem;
    }

    .home-search-wrap {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 52px;
        padding-right: 0.7rem;
        grid-column: auto;
    }

    .home-search-button {
        width: 44px;
        min-width: 44px;
        padding: 0;
        justify-content: center;
    }

    .home-search-button span {
        display: none;
    }

    .home-search-icon {
        width: 36px;
        height: 36px;
    }

    .home-contact-item {
        justify-content: center;
        min-height: 52px;
        width: 52px;
        padding: 0;
    }

    .home-category-trigger {
        width: 52px;
        min-height: 52px;
        display: inline-flex;
    }

    .home-live-banner-section {
        padding: 0;
    }

    .home-page .home-live-banner-slider {
        min-height: 0;
        height: auto;
        aspect-ratio: auto;
        border-radius: 18px;
        background: #f6f1e8;
    }

    .home-page .home-live-banner-slider .hero-slider-track {
        align-items: flex-start;
        height: auto;
    }

    .home-page .home-live-banner-slider .hero-slide,
    .home-page .home-live-banner-slider .home-live-slide {
        min-height: 0;
        height: auto;
        align-self: flex-start;
    }

    .home-page .home-live-banner-slider .hero-slide-media {
        display: block;
        background: #f6f1e8;
    }

    .home-page .home-live-banner-slider .hero-slide-media img {
        display: block;
        width: 100%;
        min-height: 0;
        height: auto;
        object-fit: contain;
        object-position: top center;
    }

    .home-live-slide-content {
        left: 0.9rem;
        right: 0.9rem;
        bottom: 0.9rem;
        padding: 1rem;
    }

    .home-live-slide-content h2 {
        font-size: clamp(1.45rem, 7vw, 2.2rem);
    }

    .home-page .slider-arrow {
        display: none;
    }

    .home-category-row {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(248, 244, 237, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(22, 39, 31, 0.08);
    color: var(--text);
}

.home-header-shell {
    display: grid;
    gap: 0.7rem;
    padding: 0.8rem 0 0.75rem;
}

.home-header-top {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
}

.home-brand {
    min-width: max-content;
    gap: 0.85rem;
}

.home-brand .brand-logo {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid rgba(28, 44, 36, 0.08);
    box-shadow: 0 12px 26px rgba(32, 54, 42, 0.08);
}

.home-brand .brand-text strong {
    font-size: clamp(1.25rem, 1.6vw, 1.75rem);
    color: var(--text);
}

.home-brand .brand-text small {
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    color: var(--muted);
}

.home-search-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.7rem;
    min-height: 56px;
    padding: 0 0.65rem 0 0.9rem;
    border: 1px solid rgba(53, 101, 67, 0.18);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(37, 59, 46, 0.06);
    overflow: visible;
}

.home-search-wrap:focus-within,
.search-suggestions-open .home-search-wrap {
    border-color: #2f6542;
    box-shadow: 0 18px 44px rgba(37, 59, 46, 0.12);
}

.home-search-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef5e8 0%, #f7efe2 100%);
    color: #356543;
    flex: none;
}

.home-search-input {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 1rem;
    padding-top: 0.9rem;
}

.home-search-input::placeholder {
    color: #8a958f;
}

.home-search-label-inline {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    margin-top: 0.48rem;
    color: #356543;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    pointer-events: none;
}

.home-search-button {
    grid-column: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0 0.95rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #356543, #244934);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(53, 101, 67, 0.18);
}

.home-search-button svg {
    width: 18px;
    height: 18px;
}

.home-search-wrap {
    position: relative;
}

.home-search-clear {
    grid-column: 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #2f6542;
    color: #fff;
    font: inherit;
    font-size: 1.15rem;
    font-weight: 900;
    cursor: pointer;
}

.home-search-clear[hidden] {
    display: none;
}

.search-suggestions-panel {
    position: absolute;
    top: calc(100% + 0.15rem);
    left: 0;
    right: 0;
    z-index: 60;
    overflow: hidden;
    border: 1px solid rgba(31, 47, 40, 0.08);
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(24, 35, 28, 0.15);
}

.search-suggestions-grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 0.62fr);
    min-height: 300px;
}

.search-suggestions-column,
.search-products-column {
    padding: 1rem 1.2rem;
}

.search-suggestions-column {
    border-right: 1px solid rgba(31, 47, 40, 0.08);
}

.search-suggestions-label {
    margin: 0 0 0.75rem;
    color: #8b948e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.search-suggestion-list,
.search-product-list {
    display: grid;
    gap: 0.35rem;
}

.search-suggestion-item {
    display: block;
    width: 100%;
    padding: 0.42rem 0;
    border: 0;
    background: transparent;
    color: #404942;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.search-suggestion-item strong {
    color: #1f2f28;
    font-weight: 900;
}

.search-suggestion-item:hover,
.search-product-item:hover strong {
    color: #2f6542;
}

.search-product-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
    padding: 0.32rem 0;
}

.search-product-thumb {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    background: #eef6ea;
    color: #2f6542;
    font-size: 0.72rem;
    font-weight: 800;
}

.search-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-product-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.search-product-copy strong {
    overflow: hidden;
    color: #313a34;
    font-size: 0.95rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-product-copy small {
    overflow: hidden;
    color: #7a857f;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-empty {
    color: #7a857f;
    font-size: 0.9rem;
    line-height: 1.5;
}

.search-suggestions-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 0 1.2rem;
    border: 0;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
    background: #fff;
    color: #313a34;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.search-suggestions-footer:hover {
    background: #f7faf4;
}

.home-utility-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-self: end;
}

.home-search-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    min-width: 0;
}

.home-search-wrap {
    flex: 1;
    min-width: 0;
}

.home-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 56px;
    padding: 0 0.9rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 26px rgba(37, 59, 46, 0.06);
}

button.home-contact-item,
.home-drawer-login-action {
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
    appearance: none;
}

.home-login-item .home-contact-icon {
    background: linear-gradient(135deg, #edf4ff 0%, #edf4e8 100%);
    color: #355d43;
}

.home-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef5e8 0%, #f7efe2 100%);
    color: #356543;
    flex: none;
}

.home-contact-item-whatsapp .home-contact-icon {
    background: linear-gradient(135deg, #e8f6ea 0%, #dff1e2 100%);
    color: #2a7a43;
}

.home-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.home-contact-copy small {
    color: var(--muted);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.home-contact-copy strong {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-category-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-top: 0;
}

.home-category-row-head {
    flex: 0 0 180px;
    padding: 0.55rem 0.8rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 14px rgba(37, 59, 46, 0.025);
}

.home-category-row-head p {
    margin: 0.2rem 0 0;
    color: var(--muted);
    line-height: 1.5;
    font-size: 0.88rem;
}

.home-category-icons {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    padding: 0.02rem 0.05rem 0.12rem;
    flex: 1;
    scrollbar-width: none;
}

.home-category-icons::-webkit-scrollbar {
    display: none;
}

.home-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: max-content;
    padding: 0.62rem 0.9rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e1e8de;
    box-shadow: 0 12px 24px rgba(51, 66, 55, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-chip:hover {
    transform: translateY(-3px);
    border-color: rgba(53, 101, 67, 0.22);
    box-shadow: 0 18px 34px rgba(51, 66, 55, 0.11);
}

.home-category-chip-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef5e8 0%, #f7efe2 100%);
    border: 1px solid rgba(53, 101, 67, 0.1);
    overflow: hidden;
}

.home-category-chip-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-category-chip-icon span {
    color: #356543;
    font-size: 0.85rem;
    font-weight: 800;
}

.home-category-chip-label strong {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.home-category-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 56px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #2f6542, #214633);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(53, 101, 67, 0.18);
}

.home-trigger-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
}

.home-trigger-icon svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 721px) {
    .home-category-trigger {
        display: none;
    }
}

@media (max-width: 1180px) {
    .home-header-top {
        gap: 0.7rem;
    }

    .home-brand {
        justify-self: start;
    }

    .home-utility-actions {
        justify-content: flex-start;
        justify-self: start;
    }

    .home-category-row {
        flex-direction: column;
        gap: 0.6rem;
    }

    .home-category-row-head {
        flex: initial;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .home-search-row {
        gap: 0.65rem;
    }

    .home-search-wrap {
        grid-template-columns: auto minmax(0, 1fr);
        padding-right: 0.75rem;
        min-height: 56px;
    }

    .home-search-button {
        width: 44px;
        min-width: 44px;
        padding: 0;
        justify-content: center;
    }

    .home-search-button span {
        display: none;
    }

    .home-search-icon {
        width: 36px;
        height: 36px;
    }

    .home-contact-item {
        min-height: 54px;
        padding: 0 0.85rem;
    }

    .home-contact-copy strong {
        font-size: 0.9rem;
    }

    .home-category-row {
        display: grid;
        gap: 0.8rem;
    }
}

@media (max-width: 720px) {
    .home-header-top {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand utility"
            "search search";
        align-items: center;
        gap: 0.55rem;
    }

    .home-brand {
        grid-area: brand;
        min-width: 0;
    }

    .home-utility-actions {
        grid-area: utility;
        display: flex;
        justify-content: flex-end;
        gap: 0.45rem;
        width: auto;
        justify-self: end;
    }

    .home-contact-item {
        justify-content: center;
        min-height: 52px;
        width: 52px;
        padding: 0;
    }

    .home-contact-copy {
        display: none;
    }

    .home-search-row {
        grid-area: search;
        display: flex;
        width: 100%;
        gap: 0.55rem;
    }

    .home-search-wrap {
        flex: 1;
        min-height: 52px;
    }

    .home-category-trigger {
        display: inline-flex;
        justify-content: center;
        min-height: 52px;
        width: 52px;
    }

    .home-category-row {
        display: none;
    }
}

.home-footer {
    display: block;
    width: 100%;
}

.login-page {
    background:
        radial-gradient(circle at top left, rgba(53, 101, 67, 0.14), transparent 32%),
        linear-gradient(180deg, #f7f4ee 0%, #f2eee7 100%);
}

.login-page-main {
    padding: 1.1rem 0 2rem;
}

.login-hero {
    padding: 0 0 1rem;
}

.login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
    gap: 1.2rem;
    align-items: stretch;
}

.login-intro {
    padding: 2rem 0 1rem;
}

.login-intro h1 {
    margin: 0.35rem 0 0.85rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.98;
    color: var(--text);
}

.login-intro-copy {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 1rem;
}

.login-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.login-benefit {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(53, 101, 67, 0.08);
    box-shadow: 0 12px 30px rgba(37, 59, 46, 0.05);
}

.login-benefit strong {
    display: block;
    color: var(--text);
    font-size: 0.98rem;
}

.login-benefit span {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

.login-card {
    align-self: center;
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(53, 101, 67, 0.08);
    box-shadow: 0 18px 46px rgba(37, 59, 46, 0.08);
    backdrop-filter: blur(16px);
}

.login-card-head h2 {
    margin: 0.35rem 0 0.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: var(--text);
}

.login-card-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.login-message {
    margin-top: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 700;
}

.login-message.is-error {
    background: #fbe7e5;
    color: #8d2f25;
}

.login-message.is-success {
    background: #e8f3ea;
    color: #214634;
}

.login-form {
    display: grid;
    gap: 0.95rem;
    margin-top: 1rem;
}

.login-field {
    display: grid;
    gap: 0.4rem;
}

.login-field[hidden] {
    display: none !important;
}

.login-field label {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 800;
}

.login-field input {
    min-height: 56px;
    padding: 0 1rem;
    border-radius: 16px;
    border: 1px solid #dfe6db;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none;
}

.login-field input:focus {
    border-color: rgba(53, 101, 67, 0.38);
    box-shadow: 0 0 0 4px rgba(53, 101, 67, 0.08);
}

.login-submit {
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #356543, #214633);
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(53, 101, 67, 0.2);
}

.login-submit:disabled {
    opacity: 0.7;
    cursor: progress;
}

.login-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.login-back-link {
    color: var(--text);
    font-weight: 800;
}

body.login-modal-open {
    overflow: hidden;
}

.login-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.login-modal[hidden] {
    display: none;
}

.login-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 19, 0.55);
    backdrop-filter: blur(8px);
}

.login-modal-panel {
    position: relative;
    width: min(100%, 520px);
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(53, 101, 67, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.login-modal-close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #f3f6f0;
    color: var(--text);
    cursor: pointer;
}

.login-modal-copy h3 {
    margin: 0.3rem 0 0.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: var(--text);
}

.login-modal-copy p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.login-modal-form {
    margin-top: 1rem;
}

.home-mobile-contact-dock {
    display: none;
}

@media (max-width: 720px) {
    .container {
        width: min(100vw - 1rem, 100%);
    }

    .home-header-top {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand utility"
            "search search";
        align-items: center;
    }

    .home-brand {
        grid-area: brand;
        min-width: 0;
    }

    .home-utility-actions {
        grid-area: utility;
        display: flex;
        justify-content: flex-end;
        gap: 0.45rem;
        width: auto;
        justify-self: end;
    }

    .home-search-wrap {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding-right: 0.75rem;
    }

    .home-search-button {
        width: 44px;
        min-width: 44px;
        padding: 0;
        justify-content: center;
    }

    .home-search-button span {
        display: none;
    }

    .home-search-icon {
        width: 36px;
        height: 36px;
    }

    .home-contact-item {
        justify-content: center;
        min-height: 52px;
        width: 52px;
        padding: 0;
    }

    .home-category-trigger {
        justify-content: center;
        min-height: 52px;
        width: 52px;
    }

    .home-contact-copy {
        display: none;
    }

    .home-category-row {
        display: none;
    }
}

@media (max-width: 720px) {
    body.home-page.home-header-scrolled {
        padding-top: 4.8rem;
        padding-bottom: 5.75rem;
    }

    .home-page.home-header-scrolled .home-brand,
    .home-page.home-header-scrolled .home-utility-actions {
        display: none;
    }

    .home-header-shell {
        gap: 0.6rem;
    }

    .home-header-top {
        align-items: center;
    }

    .home-search-row {
        grid-area: search;
        display: flex;
        width: 100%;
        gap: 0.55rem;
    }

    .home-page.home-header-scrolled .home-search-row {
        position: fixed;
        top: calc(0.45rem + env(safe-area-inset-top));
        left: 0.5rem;
        right: 0.5rem;
        z-index: 80;
        padding: 0.2rem;
        background: rgba(14, 21, 17, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 24px;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
        backdrop-filter: blur(18px);
    }

    .home-page.home-header-scrolled .home-utility-actions {
        display: flex;
        justify-content: flex-end;
        gap: 0.45rem;
        width: auto;
        justify-self: end;
    }

    .home-page.home-header-scrolled .home-utility-actions .home-contact-item:not(.home-cart-trigger) {
        display: none;
    }

    .home-page.home-header-scrolled .home-utility-actions .home-cart-trigger {
        display: inline-flex;
        width: 52px;
        min-height: 52px;
        padding: 0;
        justify-content: center;
    }

    .home-page.home-header-scrolled .home-utility-actions .home-cart-trigger .home-contact-copy {
        display: none;
    }

    .home-page.home-header-scrolled .home-search-row .home-search-wrap {
        min-height: 50px;
    }

    .home-mobile-contact-dock {
        display: none;
    }

    .home-page.home-header-scrolled .home-mobile-contact-dock {
        position: fixed;
        left: 0.65rem;
        right: 0.65rem;
        bottom: calc(0.65rem + env(safe-area-inset-bottom));
        z-index: 78;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 0.65rem 0.75rem;
        border-radius: 24px;
        background: rgba(14, 21, 17, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(18px);
    }

    .home-page.home-header-scrolled .home-mobile-contact-action {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    }

    .home-page.home-header-scrolled .home-mobile-contact-action .home-contact-icon {
        width: 40px;
        height: 40px;
    }

    .home-page.home-header-scrolled .home-mobile-contact-action-whatsapp .home-contact-icon {
        color: #2a7a43;
    }

    .home-category-row,
    .home-page.home-header-scrolled .home-category-row {
        display: none;
    }
}

@media (max-width: 992px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .related-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .login-shell {
        grid-template-columns: 1fr;
    }

    .login-intro {
        padding: 1rem 0 0;
    }

    .login-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .product-page-header-top {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .product-header-row {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }

    .product-page-contact-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .product-detail-grid,
    .subpage-hero-inner {
        padding: 1rem;
    }

    .product-detail-price,
    .product-detail-meta {
        grid-template-columns: 1fr;
    }

    .product-detail-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-card-footer {
        padding: 0 1rem 1rem;
    }

    .related-product-grid {
        grid-template-columns: 1fr;
    }

    .login-page-main {
        padding-top: 0.5rem;
    }

    .login-card {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .login-card-head h2 {
        font-size: 1.65rem;
    }

    .login-card-foot {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-block-head-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-add-address {
        width: 100%;
        justify-content: center;
    }

    .checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .checkout-field-full {
        grid-column: auto;
    }

    .checkout-address-modal {
        padding: 0.6rem;
    }

.checkout-address-modal-panel {
        padding: 1.1rem;
        border-radius: 22px;
    }
}

.content-page-main {
    padding-bottom: 4.5rem;
}

.content-hero {
    padding: 3.2rem 0 1.4rem;
}

.content-hero-compact {
    padding-top: 2.7rem;
}

.content-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 1.25rem;
    align-items: stretch;
}

.content-hero-copy,
.content-hero-panel,
.content-card,
.content-feature-card,
.content-team-card,
.legal-card,
.content-cta-inner {
    border: 1px solid rgba(31, 47, 40, 0.08);
    background: rgba(255, 253, 249, 0.9);
    box-shadow: 0 18px 44px rgba(23, 39, 29, 0.08);
}

.content-hero-copy {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(246, 239, 229, 0.86)),
        radial-gradient(circle at top right, rgba(39, 86, 63, 0.12), transparent 42%);
}

.content-hero-copy h1 {
    margin: 0;
    max-width: 13ch;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.25rem, 4.4vw, 4.4rem);
    line-height: 0.98;
}

.content-hero-copy p:last-child {
    max-width: 68ch;
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.content-hero-panel {
    display: grid;
    align-content: center;
    gap: 0.45rem;
    padding: 1.5rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(39, 86, 63, 0.95), rgba(23, 55, 38, 0.95)),
        linear-gradient(135deg, rgba(185, 120, 47, 0.18), transparent);
    color: #fff;
}

.content-hero-panel strong {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.35rem;
    line-height: 1.2;
}

.content-hero-panel span {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.content-section {
    padding: 1.2rem 0;
}

.content-section-soft {
    margin: 0.6rem 0;
    padding: 2rem 0;
    background: rgba(255, 250, 244, 0.42);
    border-top: 1px solid rgba(31, 47, 40, 0.06);
    border-bottom: 1px solid rgba(31, 47, 40, 0.06);
}

.content-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.content-card-large {
    grid-column: 1 / -1;
}

.content-card,
.content-feature-card,
.content-team-card {
    padding: clamp(1.15rem, 2vw, 1.7rem);
    border-radius: 22px;
}

.content-card h2,
.content-section-head h2,
.content-cta h2,
.legal-item h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    line-height: 1.05;
}

.content-card h2,
.legal-item h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.content-card p,
.content-feature-card p,
.content-team-card p,
.legal-item p,
.legal-item li,
.legal-note p,
.content-cta p {
    color: var(--muted);
    line-height: 1.75;
}

.content-card p {
    margin: 0.9rem 0 0;
}

.content-section-head {
    max-width: 720px;
    margin-bottom: 1.25rem;
}

.content-section-head h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.content-feature-grid,
.content-team-grid {
    display: grid;
    gap: 1rem;
}

.content-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-feature-card span,
.legal-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(185, 120, 47, 0.13);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
}

.content-feature-card h3,
.content-team-card h3 {
    margin: 0 0 0.55rem;
    color: var(--green-strong);
    font-size: 1.18rem;
    line-height: 1.25;
}

.content-feature-card p,
.content-team-card p {
    margin: 0;
}

.content-cta {
    padding: 1.5rem 0 0;
}

.content-cta-inner {
    display: grid;
    gap: 1rem;
    justify-items: start;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 253, 249, 0.95), rgba(240, 228, 211, 0.8)),
        radial-gradient(circle at 92% 20%, rgba(39, 86, 63, 0.12), transparent 34%);
}

.content-cta h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.content-cta p {
    max-width: 78ch;
    margin: 0;
}

.legal-layout {
    max-width: 1040px;
}

.legal-card {
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.45rem);
    border-radius: 26px;
}

.legal-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-radius: 18px;
    background: rgba(248, 243, 234, 0.62);
    border: 1px solid rgba(31, 47, 40, 0.06);
}

.legal-item > span {
    grid-row: span 3;
    margin-bottom: 0;
}

.legal-item p,
.legal-item ul {
    margin: 0.55rem 0 0;
}

.legal-item ul {
    display: grid;
    gap: 0.45rem;
    padding-left: 1.1rem;
}

.legal-note {
    padding: 1.05rem 1.2rem;
    border-radius: 18px;
    background: rgba(39, 86, 63, 0.08);
    border: 1px solid rgba(39, 86, 63, 0.1);
}

.legal-note p {
    margin: 0;
    color: var(--green-strong);
    font-weight: 700;
}

@media (max-width: 1080px) {
    .content-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .content-hero-inner,
    .content-layout,
    .content-team-grid {
        grid-template-columns: 1fr;
    }

    .content-hero {
        padding-top: 1.4rem;
    }

    .content-hero-copy h1 {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .content-page-main {
        padding-bottom: 2.6rem;
    }

    .content-hero,
    .content-section,
    .content-section-soft {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .content-hero-copy,
    .content-hero-panel,
    .legal-card,
    .content-cta-inner {
        border-radius: 20px;
    }

    .content-hero-copy,
    .content-hero-panel,
    .content-card,
    .content-feature-card,
    .content-team-card,
    .legal-card,
    .content-cta-inner {
        padding: 1rem;
    }

    .content-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 2.75rem);
        line-height: 1.02;
    }

    .content-feature-grid {
        grid-template-columns: 1fr;
    }

    .legal-item {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .legal-item > span {
        margin-bottom: 0.75rem;
    }
}

.account-page-main {
    padding-bottom: 72px;
}

.account-hero-section {
    padding: 48px 0 20px;
}

/* Clean editorial style for About, Terms, and Refund pages. */
.content-page-main {
    padding-bottom: 4rem;
    background: #fff;
}

.content-hero,
.content-hero-compact {
    padding: 2.2rem 0 1.45rem;
}

.content-hero-compact .content-hero-inner {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.content-hero-compact .content-hero-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.content-hero-compact .content-hero-copy h1 {
    max-width: none;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.18;
}

.content-hero-compact .content-hero-copy p:last-child {
    max-width: 680px;
    margin: 1.05rem auto 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.75;
}

.content-hero-compact .content-hero-panel {
    display: none;
}

.legal-layout {
    width: min(760px, calc(100vw - 2.2rem));
    max-width: none;
}

.legal-card {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.legal-item {
    display: block;
    padding: 0 0 1.65rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.legal-item > span {
    display: none;
}

.legal-item h2 {
    margin: 0 0 0.75rem;
    font-family: "Poppins", sans-serif;
    color: #222;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.35;
}

.legal-item p,
.legal-item li {
    color: #606060;
    font-size: 1rem;
    line-height: 1.72;
}

.legal-item p,
.legal-item ul {
    margin: 0;
}

.legal-item ul {
    display: grid;
    gap: 0.22rem;
    padding-left: 1.15rem;
}

.legal-note {
    margin-top: 0.3rem;
    padding: 1rem 0 0;
    border: 0;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    background: transparent;
}

.legal-note p {
    color: #2f5f3f;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
}

.about-content-hero {
    margin-top: 0;
    padding: 0;
    background: linear-gradient(90deg, #dcefd7 0%, #dcefd7 52%, #eef5ea 100%);
    overflow: hidden;
}

.about-content-hero .content-hero-inner {
    width: 100%;
    min-height: 290px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 0;
    align-items: stretch;
}

.about-content-hero .content-hero-copy {
    align-self: center;
    max-width: 650px;
    padding: 3rem 2rem 3rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-content-hero .content-hero-copy h1 {
    max-width: 16ch;
    font-family: "Poppins", sans-serif;
    color: #18251d;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
}

.about-content-hero .content-hero-copy p:last-child {
    max-width: 58ch;
    color: #314239;
    font-size: 0.98rem;
    line-height: 1.75;
}

.about-hero-image {
    position: relative;
    min-height: 290px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background:
        linear-gradient(90deg, rgba(220, 239, 215, 0.86), rgba(255, 255, 255, 0.08)),
        url("../admin/uploads/banner_images/banner_20260424_112511_57f7ae4272fe384a.webp") center / cover no-repeat;
    color: transparent;
}

.about-hero-image strong,
.about-hero-image span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.content-section {
    padding: 2rem 0;
}

.content-layout,
.content-team-layout {
    width: min(760px, calc(100vw - 2.2rem));
    max-width: none;
}

.content-layout {
    display: block;
}

.content-card {
    padding: 0 0 1.9rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.content-card h2,
.content-section-head h2,
.content-cta h2 {
    font-family: "Poppins", sans-serif;
    color: #202020;
    font-weight: 800;
    line-height: 1.22;
}

.content-card h2 {
    font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.content-card p,
.content-feature-card p,
.content-team-card p,
.content-cta p {
    color: #5f5f5f;
    font-size: 0.98rem;
    line-height: 1.75;
}

.about-green-band {
    margin: 0;
    padding: 3rem 0;
    background: #2f7430;
    border: 0;
    color: #fff;
}

.about-green-band .content-section-head {
    width: min(760px, calc(100vw - 2.2rem));
    max-width: none;
    margin: 0 auto 1.35rem;
}

.about-green-band .eyebrow,
.about-green-band .content-section-head h2 {
    color: #fff;
}

.about-green-band .content-feature-grid {
    width: min(920px, calc(100vw - 2.2rem));
    margin: 0 auto;
}

.content-feature-card,
.content-team-card {
    padding: 1.15rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-green-band .content-feature-card {
    padding: 1.1rem 1.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.about-green-band .content-feature-card span {
    width: auto;
    height: auto;
    margin-bottom: 0.45rem;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
}

.about-green-band .content-feature-card h3,
.about-green-band .content-feature-card p {
    color: #fff;
}

.about-green-band .content-feature-card p {
    color: rgba(255, 255, 255, 0.82);
}

.about-team-section .content-section-head,
.about-team-section .content-team-grid {
    width: min(760px, calc(100vw - 2.2rem));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.about-team-section .content-section-head {
    margin-bottom: 0.75rem;
}

.content-team-grid {
    grid-template-columns: 1fr;
    gap: 0;
}

.content-team-card {
    border-top: 1px solid #e8e8e8;
}

.content-team-card h3 {
    color: #202020;
    font-size: 1.15rem;
}

.about-join-section {
    padding: 1.5rem 0 0;
}

.about-join-section .content-cta-inner {
    width: min(760px, calc(100vw - 2.2rem));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 980px) {
    .about-content-hero .content-hero-inner {
        grid-template-columns: 1fr;
    }

    .about-content-hero .content-hero-copy {
        padding: 2rem 0;
    }

    .about-hero-image {
        min-height: 220px;
    }
}

@media (max-width: 640px) {
    .content-hero,
    .content-hero-compact {
        padding: 1.45rem 0 1rem;
    }

    .content-hero-compact .content-hero-copy h1 {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    .content-section {
        padding: 1.35rem 0;
    }

    .about-green-band {
        padding: 2rem 0;
    }

    .about-green-band .content-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-green-band .content-feature-card {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-right: 0;
    }
}

.account-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 24px;
    align-items: stretch;
}

.account-profile-hero,
.account-card {
    background: #fff;
    border: 1px solid rgba(31, 47, 40, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(23, 39, 29, 0.08);
}

.account-profile-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
}

.account-profile-hero h2,
.privacy-card h2 {
    margin: 0 0 8px;
}

.account-profile-hero p,
.privacy-card p {
    margin: 0;
    color: #5f6f66;
}

.account-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2f5f3f, #9bbd76);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.account-page-section {
    padding-top: 20px;
}

.account-layout {
    display: grid;
    gap: 24px;
}

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

.account-link-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 24px;
}

button.account-link-card {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.account-link-card p,
.account-link-card h3 {
    margin: 0;
}

.account-link-card h3 {
    margin-top: 6px;
    margin-bottom: 10px;
}

.account-link-card p:last-child {
    color: #5f6f66;
    line-height: 1.7;
}

.account-form-card,
.privacy-card,
.order-card {
    padding: 24px;
}

.order-card-cancelled {
    position: relative;
    border-color: rgba(194, 65, 12, 0.18);
    background: linear-gradient(180deg, #fff7ed 0%, #fff 42%);
}

.order-card-cancelled::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 28px 0 0 28px;
    background: #c2410c;
}

.order-card-cancelled .eyebrow,
.order-card-cancelled .order-card-foot strong {
    color: #9a3412;
}

.account-password-form {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.account-card-list {
    display: grid;
    gap: 20px;
}

.account-empty-state {
    padding: 34px 24px;
}

.orders-empty-link {
    display: inline-flex;
    margin-top: 16px;
}

.order-card-head,
.order-item-row,
.order-card-foot,
.order-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.order-card-head {
    align-items: flex-start;
    margin-bottom: 14px;
}

.order-card-head h3,
.order-item-copy strong {
    margin: 0;
}

.order-card-amount {
    text-align: right;
}

.order-card-amount strong,
.order-card-amount small,
.order-item-copy small {
    display: block;
}

.order-card-meta {
    flex-wrap: wrap;
    margin-bottom: 18px;
    color: #5f6f66;
    font-size: 0.95rem;
}

.order-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    background: #edf5e8;
    color: #2f5f3f;
    font-weight: 700;
}

.order-status-pill-muted {
    background: #f3f4f6;
    color: #647067;
}

.order-status-pill-refund {
    background: #e8f1ff;
    color: #1d4f91;
}

.order-address-edit {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(47, 95, 63, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #2f5f3f;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
}

.order-address-edit:hover {
    background: #edf5e8;
}

.order-address-edit.is-disabled {
    border-color: rgba(100, 112, 103, 0.16);
    background: #f3f4f6;
    color: #8a958e;
    cursor: not-allowed;
}

.order-address-edit.is-disabled:hover {
    background: #f3f4f6;
}

.order-cancel-button {
    border-color: rgba(194, 65, 12, 0.24);
    color: #c2410c;
}

.order-cancel-button:hover {
    background: #fff7ed;
}

.order-cancel-modal-panel {
    max-width: 520px;
}

.order-cancel-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.order-cancel-submit {
    background: #c2410c;
}

.order-cancel-submit:hover {
    background: #9a3412;
}

.order-item-list {
    display: grid;
    gap: 14px;
}

.order-item-row {
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
}

.order-item-copy {
    display: grid;
    gap: 4px;
}

.order-card-foot {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(31, 47, 40, 0.08);
    align-items: center;
    color: #5f6f66;
}

.privacy-card {
    display: grid;
    gap: 18px;
}

@media (max-width: 900px) {
    .account-hero-grid,
    .account-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .account-profile-hero,
    .order-card-head,
    .order-card-foot,
    .order-item-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-card-amount {
        text-align: left;
    }
}

/* Final mobile overrides for checkout/cart pages. Kept at the end so older duplicated
   header and layout rules cannot force desktop columns on small screens. */
@media (max-width: 980px) {
    .cart-page-hero-grid,
    .checkout-page-hero-grid,
    .cart-layout,
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary-panel,
    .checkout-summary-panel {
        position: static;
        top: auto;
    }
}

@media (max-width: 720px) {
    .cart-page,
    .checkout-page {
        overflow-x: hidden;
    }

    .cart-page .container,
    .checkout-page .container {
        width: min(100% - 1rem, 100%);
    }

    .cart-page .products-page-header-shell,
    .checkout-page .products-page-header-shell {
        padding: 0.65rem 0;
    }

    .cart-page .products-page-header-top,
    .checkout-page .products-page-header-top {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand utility"
            "search search";
        gap: 0.55rem;
    }

    .cart-page .products-page-brand,
    .checkout-page .products-page-brand {
        grid-area: brand;
        min-width: 0;
    }

    .cart-page .products-page-search-row,
    .checkout-page .products-page-search-row {
        grid-area: search;
        width: 100%;
    }

    .cart-page .products-page-contact-actions,
    .checkout-page .products-page-contact-actions {
        grid-area: utility;
        justify-content: flex-end;
        justify-self: end;
        width: auto;
    }

    .cart-page-main,
    .checkout-page-main {
        padding: 0.55rem 0 1.5rem;
    }

    .cart-page-hero-section,
    .checkout-page-hero-section,
    .cart-page-section,
    .checkout-page-section {
        padding: 0.55rem 0;
    }

    .cart-page-hero-grid,
    .checkout-page-hero-grid,
    .cart-layout,
    .checkout-layout {
        gap: 0.75rem;
    }

    .cart-page-hero-copy,
    .cart-page-hero-card,
    .cart-main-panel,
    .cart-summary-panel,
    .checkout-main-panel,
    .checkout-summary-panel,
    .checkout-block {
        padding: 0.85rem;
        border-radius: 22px;
    }

    .cart-page-hero-copy h1,
    .checkout-page-hero-section h1 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
        line-height: 1.02;
        max-width: none;
    }

    .cart-page-hero-copy p,
    .checkout-page-hero-section p {
        max-width: none;
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .cart-page-hero-card h2,
    .checkout-page-hero-section h2,
    .cart-summary-head h2,
    .checkout-summary-head h2,
    .checkout-block-head h2 {
        font-size: 1.35rem;
        line-height: 1.08;
    }

    .cart-page-hero-stats p,
    .checkout-summary-lines div,
    .cart-summary-lines div {
        padding: 0.72rem 0.8rem;
        border-radius: 14px;
    }

    .checkout-main-panel {
        gap: 0.8rem;
    }

    .checkout-block-head-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .checkout-add-address {
        width: 100%;
        min-height: 44px;
        justify-content: center;
        white-space: normal;
    }

    .checkout-address-card {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: 0.82rem;
    }

    .checkout-address-default {
        grid-column: 2;
        width: fit-content;
    }

    .checkout-payment-option {
        padding: 0.85rem;
        border-radius: 16px;
    }

    .checkout-payment-assurance {
        grid-template-columns: 1fr;
        gap: 0.7rem;
        padding: 0.9rem;
    }

    .checkout-payment-mark {
        width: 42px;
        height: 42px;
    }

    .checkout-payment-option span {
        line-height: 1.45;
    }

    .checkout-items-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .checkout-line-item {
        align-items: flex-start;
        padding: 0.75rem 0.8rem;
    }

    .checkout-line-item span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .checkout-place-order,
    .checkout-back-link,
    .cart-checkout-button {
        min-height: 46px;
        width: 100%;
    }

    .checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .checkout-field-full {
        grid-column: auto;
    }

    .checkout-address-modal {
        align-items: end;
        padding: 0.55rem;
    }

    .checkout-address-modal-panel {
        width: 100%;
        max-height: min(92dvh, 760px);
        padding: 1rem;
        border-radius: 22px;
    }

    .checkout-address-modal-copy h3 {
        padding-right: 2.7rem;
        font-size: 1.55rem;
    }
}

@media (max-width: 430px) {
    .cart-page .products-page-contact-actions .home-contact-item:not(.home-cart-trigger),
    .checkout-page .products-page-contact-actions .home-contact-item:not(.home-cart-trigger) {
        display: none;
    }

    .cart-page .home-brand .brand-logo,
    .checkout-page .home-brand .brand-logo {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .cart-page .brand-text strong,
    .checkout-page .brand-text strong {
        font-size: 1.18rem;
    }

    .cart-page .brand-text small,
    .checkout-page .brand-text small {
        font-size: 0.56rem;
    }

    .cart-page-hero-copy,
    .cart-page-hero-card,
    .cart-main-panel,
    .cart-summary-panel,
    .checkout-main-panel,
    .checkout-summary-panel,
    .checkout-block {
        padding: 0.75rem;
    }

    .checkout-line-item,
    .cart-page-hero-stats p,
    .checkout-summary-lines div,
    .cart-summary-lines div {
        gap: 0.5rem;
    }
}

/* Final mobile product grid override: keep products two per row across pages. */
@media (max-width: 720px) {
    .product-grid,
    .catalog-product-grid,
    .related-product-grid,
    .home-best-grid,
    .home-promo-grid,
    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .product-card,
    .home-product-card,
    .home-promo-card {
        border-radius: 16px;
    }

    .product-media,
    .card-media,
    .home-product-media,
    .home-promo-media {
        padding: 0.7rem;
        aspect-ratio: 1 / 1;
    }

    .product-media img,
    .card-media img,
    .home-product-media img,
    .home-promo-media img {
        max-width: 92%;
        max-height: 150px;
        object-fit: contain;
    }

    .product-body,
    .card-body,
    .home-product-body,
    .home-promo-body,
    .products-page .catalog-product-grid .product-body {
        padding: 0.75rem 0.75rem 0.85rem;
    }

    .home-card-tag,
    .promo-ribbon {
        top: 0.45rem;
        left: 0.45rem;
        padding: 0.28rem 0.45rem;
        font-size: 0.62rem;
    }

    .home-product-category,
    .card-kicker,
    .product-badge {
        margin-bottom: 0.3rem;
        font-size: 0.66rem;
        letter-spacing: 0.06em;
    }

    .product-body h3,
    .card-body h3,
    .home-product-body h3,
    .home-promo-body h3,
    .products-page .catalog-product-grid .product-body h3 {
        margin-bottom: 0.45rem;
        min-height: 2.7em;
        font-size: 0.88rem;
        line-height: 1.35;
    }

    .product-body p,
    .card-body p,
    .home-promo-body p {
        font-size: 0.78rem;
        line-height: 1.45;
        -webkit-line-clamp: 2;
    }

    .home-rating-row {
        gap: 0.25rem;
        margin-bottom: 0.55rem;
        font-size: 0.74rem;
    }

    .home-price-row,
    .product-meta {
        display: grid;
        gap: 0.25rem;
        padding-top: 0.55rem;
    }

    .home-price-row strong,
    .product-meta strong {
        font-size: 0.95rem;
    }

    .home-price-row span,
    .product-meta span {
        font-size: 0.74rem;
    }

    .home-product-actions,
    .home-promo-actions {
        gap: 0.45rem;
        margin-top: 0.65rem;
    }

    .product-card-footer,
    .products-page .catalog-product-grid .product-card-footer {
        gap: 0.45rem;
        padding: 0 0.75rem 0.85rem;
    }

    .home-add-cart,
    .home-promo-link,
    .home-product-actions .store-link,
    .home-promo-actions .store-link,
    .product-card-footer .store-link {
        min-height: 38px;
        padding: 0.58rem 0.45rem;
        border-radius: 10px;
        font-size: 0.78rem;
    }

    .home-cart-stepper {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        min-height: 38px;
        border-radius: 10px;
    }
}

/* Homepage product sections: show a fixed row and scroll extra products horizontally. */
.home-page .home-best-grid,
.home-page .home-promo-grid,
.related-product-grid {
    display: flex;
    grid-template-columns: none;
    gap: 1.2rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0.15rem 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(53, 101, 67, 0.45) rgba(53, 101, 67, 0.08);
    -webkit-overflow-scrolling: touch;
}

.home-page .home-best-grid::-webkit-scrollbar,
.home-page .home-promo-grid::-webkit-scrollbar,
.related-product-grid::-webkit-scrollbar {
    height: 8px;
}

.home-page .home-best-grid::-webkit-scrollbar-track,
.home-page .home-promo-grid::-webkit-scrollbar-track,
.related-product-grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(53, 101, 67, 0.08);
}

.home-page .home-best-grid::-webkit-scrollbar-thumb,
.home-page .home-promo-grid::-webkit-scrollbar-thumb,
.related-product-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(53, 101, 67, 0.45);
}

.home-page .home-best-grid > *,
.home-page .home-promo-grid > *,
.related-product-grid > * {
    flex: 0 0 calc((100% - 3.6rem) / 4);
    min-width: 260px;
    scroll-snap-align: start;
}

@media (max-width: 1080px) {
    .home-page .home-best-grid > *,
    .home-page .home-promo-grid > *,
    .related-product-grid > * {
        flex-basis: calc((100% - 1.2rem) / 2);
        min-width: 240px;
    }
}

@media (max-width: 720px) {
    .home-page .home-best-grid,
    .home-page .home-promo-grid,
    .related-product-grid {
        gap: 0.7rem;
        padding-bottom: 0.75rem;
    }

    .home-page .home-best-grid > *,
    .home-page .home-promo-grid > *,
    .related-product-grid > * {
        flex-basis: calc((100% - 0.7rem) / 2);
        min-width: 0;
    }
}

/* Final product-card compaction and arrow rail controls. */
.product-rail-shell {
    position: relative;
}

.home-page .home-best-grid,
.home-page .home-promo-grid,
.related-product-grid {
    scrollbar-width: none;
    padding: 0.1rem 0.1rem 0.45rem;
}

.home-page .home-best-grid::-webkit-scrollbar,
.home-page .home-promo-grid::-webkit-scrollbar,
.related-product-grid::-webkit-scrollbar {
    display: none;
}

.product-rail-arrow {
    position: absolute;
    top: 42%;
    z-index: 4;
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 47, 40, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #2f5f3f;
    box-shadow: 0 12px 28px rgba(31, 47, 40, 0.16);
    font: inherit;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.product-rail-shell.has-scroll .product-rail-arrow {
    display: grid;
    place-items: center;
}

.product-rail-arrow-prev {
    left: -21px;
}

.product-rail-arrow-next {
    right: -21px;
}

.product-rail-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.home-page .home-best-grid > *,
.home-page .home-promo-grid > *,
.related-product-grid > * {
    flex-basis: calc((100% - 3rem) / 4);
    min-width: 220px;
}

.products-page .catalog-product-grid,
.catalog-product-grid,
.product-grid:not(.home-best-grid):not(.related-product-grid) {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 0.85rem;
}

.product-card,
.home-product-card,
.home-promo-card,
.promo-card {
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(51, 66, 55, 0.07);
}

.home-product-media,
.home-promo-media,
.product-media,
.card-media,
.products-page .catalog-product-grid .product-media {
    aspect-ratio: 1 / 0.82;
    padding: 0.85rem;
}

.home-product-media img,
.home-promo-media img,
.product-media img,
.card-media img {
    max-width: 86%;
    max-height: 170px;
}

.home-product-body,
.home-promo-body,
.product-body,
.card-body,
.products-page .catalog-product-grid .product-body {
    padding: 0.8rem 0.85rem 0.9rem;
}

.home-product-category,
.card-kicker,
.product-badge {
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
}

.home-product-body h3,
.home-promo-body h3,
.product-body h3,
.card-body h3,
.products-page .catalog-product-grid .product-body h3 {
    margin-bottom: 0.42rem;
    min-height: 2.55em;
    font-size: 0.92rem;
    line-height: 1.3;
}

.home-rating-row {
    margin-bottom: 0.55rem;
    font-size: 0.76rem;
}

.home-price-row,
.product-meta {
    padding-top: 0.55rem;
}

.home-price-row strong,
.product-meta strong {
    font-size: 0.98rem;
}

.home-price-row small,
.home-price-row span,
.product-meta span {
    font-size: 0.72rem;
}

.home-product-actions,
.home-promo-actions {
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.product-card-footer,
.products-page .catalog-product-grid .product-card-footer {
    padding: 0 0.85rem 0.9rem;
}

.home-add-cart,
.home-promo-link,
.home-product-actions .store-link,
.home-promo-actions .store-link,
.product-card-footer .store-link {
    min-height: 38px;
    padding: 0.55rem 0.6rem;
    border-radius: 10px;
    font-size: 0.8rem;
}

@media (max-width: 720px) {
    .product-rail-arrow {
        top: 38%;
        width: 34px;
        height: 34px;
        font-size: 1.15rem;
    }

    .product-rail-arrow-prev {
        left: -6px;
    }

    .product-rail-arrow-next {
        right: -6px;
    }

    .home-page .home-best-grid > *,
    .home-page .home-promo-grid > *,
    .related-product-grid > * {
        flex-basis: calc((100% - 0.7rem) / 2);
        min-width: 0;
    }

    .home-product-media,
    .home-promo-media,
    .product-media,
    .card-media,
    .products-page .catalog-product-grid .product-media {
        aspect-ratio: 1 / 0.88;
        padding: 0.55rem;
    }

    .home-product-media img,
    .home-promo-media img,
    .product-media img,
    .card-media img {
        max-height: 116px;
    }
}

@media (max-width: 720px) {
    .home-search-wrap {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
    }

    .home-search-clear {
        width: 32px;
        height: 32px;
    }

    .search-suggestions-panel {
        position: fixed;
        top: 118px;
        left: 0.65rem;
        right: 0.65rem;
        max-height: min(72vh, 560px);
        overflow: auto;
        border-radius: 14px;
    }

    .search-suggestions-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .search-suggestions-column {
        border-right: 0;
        border-bottom: 1px solid rgba(31, 47, 40, 0.08);
    }

    .search-suggestions-column,
    .search-products-column {
        padding: 0.85rem 1rem;
    }

    .search-suggestion-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.8rem;
    }

    .search-product-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .search-product-thumb {
        width: 42px;
        height: 42px;
    }
}

/* Final search UI column override for injected clear button. */
.home-search-wrap {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    overflow: visible;
}

/* Final image-area reduction for product cards. */
.home-product-media,
.home-promo-media,
.product-media,
.card-media,
.products-page .catalog-product-grid .product-media {
    height: 230px;
    min-height: 0;
    aspect-ratio: auto;
    padding: 0.65rem;
}

.home-product-media img,
.home-promo-media img,
.product-media img,
.card-media img {
    max-width: 74%;
    max-height: 145px;
}

.products-page .catalog-product-grid .product-media,
.related-product-grid .product-media {
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-page .catalog-product-grid .product-media img,
.related-product-grid .product-media img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-height: 125px;
}

@media (max-width: 720px) {
    .home-product-media,
    .home-promo-media,
    .product-media,
    .card-media,
    .products-page .catalog-product-grid .product-media {
        height: 135px;
        padding: 0.45rem;
    }

    .home-product-media img,
    .home-promo-media img,
    .product-media img,
    .card-media img {
        max-width: 78%;
        max-height: 92px;
    }
}

/* Product detail redesign. */
.product-page {
    background:
        linear-gradient(90deg, rgba(22, 61, 42, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, #faf7f1 0%, #f0eadf 100%);
    background-size: 72px 72px, auto;
}

.product-detail-section {
    padding: 1rem 0 2rem;
}

.product-page .product-detail-shell,
.product-page .product-related-section .container {
    width: min(1180px, calc(100vw - 3rem));
}

.product-page .product-detail-grid {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 1.15rem;
    align-items: stretch;
    padding: 0.9rem;
    border-radius: 22px;
    background: rgba(255, 253, 249, 0.94);
    border: 1px solid rgba(22, 39, 31, 0.09);
    box-shadow: 0 18px 60px rgba(38, 51, 42, 0.1);
}

.product-page .product-detail-gallery {
    min-height: 0;
    padding: 0;
}

.product-page .product-detail-image {
    height: 100%;
    min-height: 430px;
    aspect-ratio: auto;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(241, 246, 237, 0.96), rgba(255, 252, 246, 0.92)),
        radial-gradient(circle at 35% 28%, rgba(116, 150, 77, 0.14), transparent 42%);
    border: 1px solid rgba(39, 86, 63, 0.08);
}

.product-page .product-detail-image img {
    width: auto;
    height: auto;
    max-width: 86%;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(25, 45, 32, 0.12));
}

.product-page .product-detail-summary {
    align-content: center;
    gap: 0.85rem;
    padding: clamp(1rem, 2.4vw, 2rem);
}

.product-detail-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.product-page .product-detail-kicker .eyebrow {
    margin: 0;
    color: #a66828;
    font-size: 0.72rem;
}

.product-detail-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 0.72rem;
    border-radius: 999px;
    background: #edf4e8;
    color: #2b5a3e;
    font-size: 0.74rem;
    font-weight: 700;
}

.product-page .product-detail-summary h1 {
    max-width: 100%;
    font-size: clamp(1.05rem, 1.85vw, 1.55rem);
    line-height: 1.18;
    letter-spacing: 0;
}

.product-page .product-detail-price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.15rem 0.8rem;
    width: min(100%, 560px);
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: #f4f3ef;
    border: 1px solid rgba(22, 39, 31, 0.06);
}

.product-page .product-detail-price span,
.product-page .product-detail-price small {
    color: #66736c;
    font-size: 0.78rem;
    font-weight: 700;
}

.product-page .product-detail-price strong {
    grid-row: 1 / 3;
    grid-column: 2;
    color: #13261d;
    font-size: 1.25rem;
    line-height: 1;
}

.product-page .product-detail-price small {
    grid-column: 1;
}

.product-page .product-detail-description {
    max-width: 58ch;
    color: #65736c;
    font-size: 0.92rem;
    line-height: 1.65;
}

.product-page .product-detail-content {
    gap: 0.62rem;
}

.product-page .product-detail-content section {
    padding: 0.78rem 0.9rem;
    border-radius: 14px;
}

.product-page .product-detail-content span {
    margin-bottom: 0.22rem;
    font-size: 0.65rem;
}

.product-page .product-detail-content p {
    color: #65736c;
    font-size: 0.9rem;
    line-height: 1.6;
}

.product-page .product-detail-meta {
    width: min(100%, 560px);
    grid-template-columns: 1fr;
    gap: 0.6rem;
}

.product-page .product-detail-meta div {
    padding: 0.78rem 0.9rem;
    border-radius: 14px;
    background: #fff;
}

.product-page .product-detail-meta span {
    margin-bottom: 0.22rem;
    font-size: 0.65rem;
}

.product-page .product-detail-meta strong {
    font-size: 0.9rem;
    line-height: 1.45;
}

.product-page .product-detail-actions {
    gap: 0.65rem;
    margin-top: 0.2rem;
}

.product-page .product-detail-actions .home-cart-slot,
.product-page .product-detail-actions .home-cart-stepper,
.product-page .product-detail-actions .home-add-cart {
    min-width: 160px;
}

.product-page .product-detail-actions .store-link {
    min-height: 42px;
    margin-top: 0;
    padding: 0 0.9rem;
    align-items: center;
    border-radius: 12px;
    background: #edf4e8;
    color: #28563b;
    font-size: 0.84rem;
}

.product-related-section {
    padding-top: 0.2rem;
}

.product-page .product-related-section .container {
    padding: 1.45rem;
    border-radius: 22px;
    background: rgba(255, 253, 249, 0.9);
    box-shadow: 0 16px 48px rgba(38, 51, 42, 0.08);
}

.product-page .home-section-title {
    margin-bottom: 1.15rem;
}

.product-page .home-section-title h2 {
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.08;
}

.product-page .related-product-grid > * {
    min-width: 210px;
}

/* Homepage blog stories. */
.home-blog-stories {
    padding: 2.2rem 0 3rem;
}

.home-blog-stories .container {
    display: grid;
    gap: 1.2rem;
}

.home-blog-grid {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0.15rem 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(53, 101, 67, 0.42) rgba(53, 101, 67, 0.08);
    -webkit-overflow-scrolling: touch;
}

.home-blog-grid::-webkit-scrollbar {
    height: 8px;
}

.home-blog-grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(53, 101, 67, 0.08);
}

.home-blog-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(53, 101, 67, 0.42);
}

.home-blog-card {
    flex: 0 0 min(680px, calc(100% - 2rem));
    display: grid;
    grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1fr);
    gap: 1rem;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(31, 47, 40, 0.08);
    box-shadow: 0 14px 34px rgba(31, 47, 40, 0.08);
    scroll-snap-align: start;
}

.home-blog-card-featured {
    flex-basis: min(780px, calc(100% - 2rem));
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    min-height: 360px;
}

.home-blog-media {
    min-height: 160px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    padding: 0.85rem;
    background: linear-gradient(145deg, #f6faf3, #fffdf9);
    color: #2b5a3e;
    font-weight: 800;
}

.home-blog-card-featured .home-blog-media {
    min-height: 100%;
}

.home-blog-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-blog-copy {
    display: grid;
    align-content: center;
    gap: 0.6rem;
    min-width: 0;
}

.home-blog-copy .eyebrow {
    margin: 0;
    color: #a66828;
    font-size: 0.68rem;
}

.home-blog-copy h3 {
    margin: 0;
    color: #16271f;
    font-size: clamp(1rem, 1.6vw, 1.55rem);
    line-height: 1.18;
}

.home-blog-card-featured .home-blog-copy h3 {
    font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.home-blog-copy blockquote {
    margin: 0;
    padding-left: 0.75rem;
    border-left: 3px solid #b9782f;
    color: #2b4638;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-blog-copy p:not(.eyebrow) {
    margin: 0;
    color: #5f6e66;
    font-size: 0.9rem;
    line-height: 1.65;
}

.home-blog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.15rem;
}

.home-blog-video,
.home-blog-read {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.85rem;
    border-radius: 10px;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.home-blog-video {
    border: 1px solid #ef4444;
    color: #dc2626;
    background: #fff;
}

.home-blog-read {
    border: 1px solid rgba(39, 86, 63, 0.22);
    color: #27563f;
    background: #edf4e8;
}

@media (max-width: 992px) {
    .home-blog-card,
    .home-blog-card-featured {
        grid-template-columns: 1fr;
    }

    .home-blog-card-featured {
        min-height: 0;
    }

    .home-blog-media,
    .home-blog-card-featured .home-blog-media {
        min-height: 260px;
    }
}

@media (max-width: 720px) {
    .home-blog-stories {
        padding: 1.5rem 0 2rem;
    }

    .home-blog-grid {
        gap: 0.8rem;
        padding-bottom: 0.55rem;
        scrollbar-width: none;
    }

    .home-blog-grid::-webkit-scrollbar {
        display: none;
    }

    .home-blog-card {
        flex-basis: min(86vw, 340px);
        padding: 0.65rem;
        border-radius: 16px;
    }

    .home-blog-card-featured {
        flex-basis: min(88vw, 350px);
    }

    .home-blog-media,
    .home-blog-card-featured .home-blog-media {
        min-height: 220px;
    }
}

@media (max-width: 992px) {
    .product-page .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-page .product-detail-image {
        min-height: 320px;
    }

    .product-page .product-detail-image img {
        max-height: 290px;
    }

    .product-page .product-detail-summary h1 {
        max-width: none;
    }
}

@media (max-width: 720px) {
    .product-detail-section {
        padding-top: 0.75rem;
    }

    .product-page .product-detail-shell,
    .product-page .product-related-section .container {
        width: min(100% - 1rem, 1180px);
    }

    .product-page .product-detail-grid,
    .product-page .product-related-section .container {
        border-radius: 18px;
    }

    .product-page .product-detail-grid {
        padding: 0.55rem;
        gap: 0.4rem;
    }

    .product-page .product-detail-image {
        min-height: 260px;
        padding: 0.8rem;
        border-radius: 14px;
    }

    .product-page .product-detail-image img {
        max-width: 82%;
        max-height: 230px;
    }

    .product-page .product-detail-summary {
        padding: 1rem 0.55rem 0.75rem;
    }

    .product-page .product-detail-summary h1 {
        font-size: clamp(1.05rem, 5.5vw, 1.32rem);
    }

    .product-page .product-detail-price {
        grid-template-columns: 1fr;
    }

    .product-page .product-detail-price strong {
        grid-row: auto;
        grid-column: auto;
        font-size: 1.14rem;
    }

    .product-page .product-detail-price small {
        grid-column: auto;
    }

    .product-page .product-detail-actions {
        align-items: stretch;
    }

    .product-page .product-detail-actions .home-cart-slot,
    .product-page .product-detail-actions .home-cart-stepper,
    .product-page .product-detail-actions .home-add-cart,
    .product-page .product-detail-actions .store-link {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .product-page .product-related-section .container {
        padding: 1rem;
    }
}

/* Customer page heading scale refinements. */
.cart-page-hero-copy h1,
.checkout-page-hero-section h1,
.account-hero h1,
.orders-hero h1,
.subpage-hero h1,
.content-hero-copy h1,
.content-hero-compact .content-hero-copy h1,
.about-content-hero .content-hero-copy h1 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.14;
}

.home-section-title h2,
.home-section-title-left h2,
.product-related-section h2 {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.16;
}

@media (max-width: 720px) {
    .cart-page-hero-copy h1,
    .checkout-page-hero-section h1,
    .account-hero h1,
    .orders-hero h1,
    .subpage-hero h1,
    .content-hero-copy h1,
    .content-hero-compact .content-hero-copy h1,
    .about-content-hero .content-hero-copy h1 {
        font-size: clamp(1.08rem, 5vw, 1.35rem);
        line-height: 1.18;
    }

    .home-section-title h2,
    .home-section-title-left h2,
    .product-related-section h2 {
        font-size: clamp(1.15rem, 5.6vw, 1.45rem);
    }
}

/* Final mobile catalog override: force exactly two product cards per row. */
@media (max-width: 720px) {
    .products-page .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .products-page .catalog-product-grid .product-card {
        min-width: 0;
        border-radius: 14px;
    }

    .products-page .catalog-product-grid .product-media {
        height: 126px;
        padding: 0.45rem;
    }

    .products-page .catalog-product-grid .product-media img {
        max-width: 82%;
        max-height: 94px;
    }

    .products-page .catalog-product-grid .product-body {
        padding: 0.7rem 0.68rem 0.75rem;
    }

    .products-page .catalog-product-grid .product-body h3 {
        min-height: 2.55em;
        font-size: 0.84rem;
        line-height: 1.28;
    }

    .products-page .catalog-product-grid .product-meta {
        gap: 0.35rem;
        margin-top: 0.55rem;
        padding-top: 0.5rem;
        font-size: 0.68rem;
    }

    .products-page .catalog-product-grid .product-meta strong {
        font-size: 0.86rem;
    }

    .products-page .catalog-product-grid .product-card-footer {
        padding: 0 0.68rem 0.75rem;
    }

    .products-page .catalog-product-grid .product-card-footer .home-add-cart,
    .products-page .catalog-product-grid .product-card-footer .store-link {
        min-height: 36px;
        padding: 0.5rem 0.35rem;
        font-size: 0.72rem;
    }
}

/* Professional shared header/footer refresh. */
.pro-header.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255, 253, 249, 0.96);
    border-bottom: 1px solid rgba(22, 39, 31, 0.1);
    box-shadow: 0 14px 40px rgba(31, 47, 40, 0.08);
    backdrop-filter: blur(18px);
}

.pro-header-topbar {
    background: #163d2a;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 500;
}

.pro-topbar-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
}

.pro-topbar-inner span,
.pro-topbar-inner a {
    position: relative;
    color: inherit;
}

.pro-topbar-inner span + span::before,
.pro-topbar-inner a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8rem;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    transform: translateY(-50%);
}

.pro-header .pro-header-shell {
    display: grid;
    gap: 0.75rem;
    padding: 0.8rem 0 0.75rem;
}

.pro-header .pro-header-main {
    display: grid;
    grid-template-columns: minmax(210px, auto) minmax(360px, 1fr) auto;
    grid-template-areas:
        "brand search actions"
        "nav nav nav";
    align-items: center;
    gap: 0.7rem 1rem;
}

.pro-brand {
    grid-area: brand;
    align-items: center;
}

.pro-brand .pro-brand-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    border: 1px solid rgba(22, 39, 31, 0.1);
    background: #fff;
    box-shadow: 0 10px 26px rgba(22, 39, 31, 0.1);
}

.pro-brand .pro-brand-logo img {
    object-fit: cover;
}

.pro-brand .pro-brand-text strong,
.pro-footer-brand-text strong {
    color: #16271f;
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.pro-brand .pro-brand-text small,
.pro-footer-brand-text small {
    color: #5d6b64;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pro-nav.site-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 42px;
    padding-top: 0.15rem;
    border-top: 1px solid rgba(22, 39, 31, 0.08);
}

.pro-nav.site-nav a {
    padding: 0.56rem 0.78rem;
    border-radius: 999px;
    color: #4f5d56;
    font-size: 0.86rem;
    font-weight: 600;
}

.pro-nav.site-nav a:hover {
    background: #e9f1e6;
    color: #163d2a;
}

.pro-search-row {
    grid-area: search;
    min-width: 0;
    width: 100%;
}

.pro-search-wrap.home-search-wrap {
    min-height: 52px;
    border: 1px solid rgba(22, 39, 31, 0.14);
    border-radius: 14px;
    box-shadow: none;
}

.pro-search-wrap .home-search-icon {
    width: 38px;
    height: 38px;
    background: #eef5e8;
}

.pro-search-wrap .home-search-label-inline {
    display: none;
}

.pro-search-wrap .home-search-input {
    padding-top: 0;
    font-size: 0.96rem;
}

.pro-search-wrap .home-search-button {
    min-height: 38px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.pro-actions.home-utility-actions {
    grid-area: actions;
    flex-wrap: nowrap;
    gap: 0.55rem;
}

.pro-action.home-contact-item {
    min-height: 52px;
    padding: 0 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid rgba(22, 39, 31, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

.pro-action .pro-action-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f1f6ed;
    color: #214f35;
}

.pro-action .home-contact-copy {
    display: grid;
    gap: 0.04rem;
}

.pro-action .home-contact-copy small {
    color: #758179;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pro-action .home-contact-copy strong {
    color: #16271f;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.pro-whatsapp-action .pro-action-icon {
    background: #e7f6e8;
    color: #1f7a3e;
}

.pro-call-action .pro-action-icon {
    background: #eef5e8;
    color: #214f35;
}

.pro-service-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    min-height: 34px;
    color: #647169;
    font-size: 0.78rem;
    font-weight: 500;
}

.pro-service-row span {
    position: relative;
}

.pro-service-row span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.7rem;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #b7c4ba;
    transform: translateY(-50%);
}

.pro-footer.site-footer {
    display: block;
    width: 100%;
    padding: 3rem 0 1.2rem;
    background: #10281d;
    color: rgba(255, 255, 255, 0.82);
}

.pro-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.55fr));
    gap: 2rem;
    align-items: start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pro-footer-brand-block.home-footer-brand-block {
    gap: 1rem;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.pro-footer-brand {
    align-items: center;
}

.pro-footer-logo.home-footer-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #fff;
    box-shadow: none;
}

.pro-footer-brand-text strong {
    color: #fff;
}

.pro-footer-brand-text small {
    color: rgba(255, 255, 255, 0.62);
}

.pro-footer-copy.home-footer-copy {
    max-width: 38ch;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    font-weight: 400;
}

.pro-footer-contact-row {
    gap: 0.65rem;
}

.pro-footer-socials {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.pro-footer-socials a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    color: #bfe5c6;
}

.pro-footer-socials a:hover {
    background: rgba(191, 229, 198, 0.16);
    color: #fff;
}

.pro-footer-contact-pill.home-footer-contact-pill {
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.pro-footer-contact-pill .home-footer-pill-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #bfe5c6;
}

.pro-footer-contact-pill small {
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}

.pro-footer-contact-pill strong {
    color: #fff;
    font-weight: 600;
}

.pro-footer-links.home-footer-links {
    gap: 0.62rem;
}

.pro-footer-links.home-footer-links h4 {
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.pro-footer-links.home-footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.45;
}

.pro-footer-links.home-footer-links a:hover {
    color: #bfe5c6;
}

.pro-footer-bottom.footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.86rem;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .pro-header .pro-header-main {
        grid-template-columns: minmax(190px, auto) 1fr auto;
        gap: 0.65rem;
    }

    .pro-action.home-contact-item {
        width: 52px;
        padding: 0;
        justify-content: center;
    }

    .pro-action .home-contact-copy {
        display: none;
    }

    .pro-footer-main {
        grid-template-columns: 1.25fr 1fr 1fr;
    }

    .pro-footer-brand-block.home-footer-brand-block {
        grid-column: 1 / -1;
        padding-right: 0;
        padding-bottom: 1.2rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 820px) {
    .pro-nav.site-nav {
        position: static;
        inset: auto;
        display: flex;
        justify-content: flex-start;
        gap: 0.2rem;
        overflow-x: auto;
        padding: 0.45rem 0 0;
        border-radius: 0;
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        scrollbar-width: none;
    }

    .pro-nav.site-nav::-webkit-scrollbar {
        display: none;
    }

    .pro-nav.site-nav a {
        flex: 0 0 auto;
    }
}

@media (max-width: 720px) {
    .pro-header-topbar {
        display: none;
    }

    .pro-header.site-header {
        box-shadow: 0 10px 30px rgba(31, 47, 40, 0.08);
    }

    .pro-header .pro-header-shell {
        padding: 0.58rem 0;
        gap: 0.55rem;
    }

    .pro-header .pro-header-main {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand actions"
            "search search"
            "nav nav";
        gap: 0.55rem;
    }

    .pro-brand .pro-brand-logo {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .pro-brand .pro-brand-text strong {
        font-size: 1.04rem;
        font-weight: 700;
    }

    .pro-brand .pro-brand-text small {
        font-size: 0.52rem;
        font-weight: 500;
    }

    .pro-search-wrap.home-search-wrap {
        min-height: 48px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0 0.5rem 0 0.55rem;
        border-radius: 12px;
    }

    .pro-search-wrap .home-search-clear {
        grid-column: 3;
    }

    .pro-search-wrap .home-search-button {
        display: none;
    }

    .pro-nav.site-nav {
        position: static;
        inset: auto;
        display: flex;
        justify-content: flex-start;
        gap: 0.2rem;
        min-height: 38px;
        overflow-x: auto;
        padding: 0.45rem 0 0;
        border-radius: 0;
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        scrollbar-width: none;
    }

    .pro-nav.site-nav::-webkit-scrollbar {
        display: none;
    }

    .pro-nav.site-nav a {
        flex: 0 0 auto;
        padding: 0.45rem 0.66rem;
        background: #f2f6ef;
        font-size: 0.78rem;
        font-weight: 500;
    }

    .pro-service-row {
        display: none;
    }

    .pro-actions.home-utility-actions {
        gap: 0.4rem;
    }

    .pro-actions .pro-whatsapp-action {
        display: inline-flex;
    }

    .pro-action.home-contact-item {
        width: 44px;
        min-height: 44px;
        border-radius: 12px;
        padding: 0;
        justify-content: center;
    }

    .pro-action .pro-action-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .pro-action .home-contact-copy {
        display: none;
    }

    .pro-footer.site-footer {
        padding: 2rem 0 1rem;
    }

    .pro-footer-main {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .pro-footer-brand-block.home-footer-brand-block {
        padding-bottom: 1rem;
    }

    .pro-footer-contact-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pro-footer-socials {
        margin-top: 0.1rem;
    }

    .pro-footer-contact-pill.home-footer-contact-pill {
        width: 100%;
    }

    .pro-footer-bottom.footer-bottom {
        align-items: flex-start;
        gap: 0.5rem;
    }

    body.home-page.home-header-scrolled {
        padding-top: 0;
    }

    .home-page.home-header-scrolled .pro-brand {
        display: inline-flex;
    }

    .home-page.home-header-scrolled .pro-actions {
        display: flex;
    }

    .home-page.home-header-scrolled .pro-search-row {
        position: static;
        inset: auto;
        z-index: auto;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .home-page.home-header-scrolled .pro-search-row .pro-search-wrap {
        min-height: 48px;
    }

    .home-page.home-header-scrolled .home-mobile-contact-dock {
        display: none;
    }
}

/* Final home section heading size tuning. */
.home-page .home-section-title h2 {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.4rem;
    color: #1f2f28;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
    font-weight: 700;
}

.home-page .home-section-title h2::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #b9782f;
}

@media (max-width: 720px) {
    .home-page .home-section-title {
        margin-bottom: 1rem;
        text-align: left;
    }

    .home-page .home-section-title h2 {
        display: grid;
        gap: 0.45rem;
        font-size: clamp(1.55rem, 7vw, 1.95rem);
        line-height: 1.05;
    }

    .home-page .home-section-title h2::before {
        width: 42px;
        height: 3px;
    }
}

/* Final centered segmented tabs for popular products. */
.home-page .home-best-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1.8rem;
    padding: 0.28rem;
    gap: 0;
    border: 1px solid rgba(53, 101, 67, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(51, 66, 55, 0.06);
}

.home-page .home-best-tab {
    min-height: 42px;
    padding: 0 1.05rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #526159;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: none;
}

.home-page .home-best-tab.is-active {
    color: #fff;
    background: #356543;
    box-shadow: 0 8px 18px rgba(53, 101, 67, 0.18);
}

@media (max-width: 720px) {
    .home-page .home-best-tabs {
        width: max-content;
        max-width: calc(100vw - 2rem);
        overflow-x: auto;
        margin-bottom: 1.2rem;
        scrollbar-width: none;
    }

    .home-page .home-best-tabs::-webkit-scrollbar {
        display: none;
    }

    .home-page .home-best-tab {
        min-height: 40px;
        padding: 0 0.9rem;
        font-size: 0.78rem;
        flex: 0 0 auto;
    }
}

/* Keep home page mobile scroll behavior aligned with other pages. */
@media (max-width: 720px) {
    .home-page.home-header-scrolled .pro-actions .pro-action.home-contact-item {
        display: inline-flex;
    }

    .home-page.home-header-scrolled .home-mobile-contact-dock {
        display: none;
    }
}

/* Shared scroll-state header. */
.pro-header.site-header,
.pro-header-topbar,
.pro-header .pro-header-shell,
.pro-header .pro-header-main,
.pro-brand .pro-brand-logo,
.pro-brand .pro-brand-text strong,
.pro-brand .pro-brand-text small,
.pro-nav.site-nav,
.pro-search-wrap.home-search-wrap,
.pro-action.home-contact-item,
.pro-action .pro-action-icon,
.pro-service-row {
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease,
        max-height 180ms ease,
        min-height 180ms ease,
        opacity 160ms ease,
        padding 180ms ease,
        transform 180ms ease,
        width 180ms ease,
        height 180ms ease;
}

body.header-scrolled .pro-header.site-header {
    background: rgba(255, 253, 249, 0.98);
    border-bottom-color: rgba(22, 39, 31, 0.13);
    box-shadow: 0 12px 34px rgba(22, 39, 31, 0.13);
}

body.header-scrolled .pro-header-topbar,
body.header-scrolled .pro-service-row {
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.header-scrolled .pro-header .pro-header-shell {
    gap: 0;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
}

body.header-scrolled .pro-brand .pro-brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    box-shadow: none;
}

body.header-scrolled .pro-brand .pro-brand-text strong {
    font-size: 1.04rem;
}

body.header-scrolled .pro-brand .pro-brand-text small {
    font-size: 0.52rem;
}

body.header-scrolled .pro-search-wrap.home-search-wrap {
    min-height: 44px;
    border-radius: 12px;
}

body.header-scrolled .pro-search-wrap .home-search-icon,
body.header-scrolled .pro-action .pro-action-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

body.header-scrolled .pro-search-wrap .home-search-button {
    min-height: 32px;
}

body.header-scrolled .pro-action.home-contact-item {
    min-height: 44px;
    border-radius: 12px;
}

@media (min-width: 821px) {
    body.header-scrolled .pro-header .pro-header-main {
        grid-template-columns: minmax(170px, auto) minmax(270px, 0.7fr) minmax(320px, 1fr) auto;
        grid-template-areas: "brand nav search actions";
        gap: 0.75rem;
    }

    body.header-scrolled .pro-nav.site-nav {
        justify-content: flex-start;
        min-height: 44px;
        padding-top: 0;
        border-top: 0;
    }

    body.header-scrolled .pro-nav.site-nav a {
        padding: 0.48rem 0.62rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 820px) {
    body.header-scrolled .pro-header .pro-header-main {
        gap: 0.42rem;
    }

    body.header-scrolled .pro-nav.site-nav {
        max-height: 0;
        min-height: 0;
        padding-top: 0;
        border-top: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
    }
}

@media (max-width: 720px) {
    body.header-scrolled .pro-header .pro-header-shell {
        padding-top: 0.42rem;
        padding-bottom: 0.42rem;
    }

    body.header-scrolled .pro-brand .pro-brand-logo {
        width: 40px;
        height: 40px;
    }

    body.header-scrolled .pro-brand .pro-brand-text small {
        display: none;
    }

    body.header-scrolled .pro-search-wrap.home-search-wrap {
        min-height: 42px;
    }

    body.header-scrolled .pro-action.home-contact-item {
        width: 40px;
        min-height: 40px;
    }

    body.header-scrolled .pro-action .pro-action-icon {
        width: 30px;
        height: 30px;
    }
}

/* Final fixed-header and mobile overflow corrections. */
:root {
    --site-header-offset: 0px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    padding-top: var(--site-header-offset);
}

.pro-header.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.site-footer,
.pro-footer.site-footer {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
}

.pro-auth-action .pro-action-icon {
    background: #f6efe6;
    color: #8a5624;
}

.pro-action[hidden] {
    display: none !important;
}

.home-blog-stories,
.home-blog-stories .container,
.product-rail-shell {
    max-width: 100%;
}

.home-blog-grid {
    max-width: 100%;
    overscroll-behavior-x: contain;
}

@media (max-width: 720px) {
    body.home-page.home-header-scrolled {
        padding-top: var(--site-header-offset);
        padding-bottom: 0;
    }

    .pro-actions.home-utility-actions {
        max-width: 100%;
    }
}

/* Final mobile modal, blog rail, and compact-header corrections. */
.login-modal {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.login-modal-panel {
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.header-scrolled .pro-nav.site-nav {
    display: none;
}

@media (min-width: 821px) {
    body.header-scrolled .pro-header .pro-header-main {
        grid-template-columns: minmax(170px, auto) minmax(320px, 1fr) auto;
        grid-template-areas: "brand search actions";
    }
}

.home-blog-stories .product-rail-shell {
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.home-blog-grid {
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 720px) {
    .login-modal {
        align-items: start;
        place-items: start center;
        padding: 0.75rem;
    }

    .login-modal-panel {
        width: min(100%, 460px);
        max-height: calc(100vh - 1.5rem);
        max-height: calc(100dvh - 1.5rem);
        padding: 1rem;
        border-radius: 22px;
    }

    .login-modal-copy h3 {
        font-size: 1.65rem;
    }

    .login-modal-copy p:last-child {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .login-message {
        margin-top: 0.75rem;
        padding: 0.7rem 0.8rem;
        border-radius: 14px;
        font-size: 0.88rem;
    }

    .checkout-toggle {
        min-height: 36px;
        padding: 0 0.72rem;
        font-size: 0.86rem;
    }

    .login-form {
        gap: 0.72rem;
        margin-top: 0.8rem;
    }

    .login-field label {
        font-size: 0.86rem;
    }

    .login-field input,
    .login-submit {
        min-height: 48px;
        border-radius: 14px;
    }

    .home-blog-grid {
        width: 100%;
        padding-right: 0.75rem;
    }

    .home-blog-card {
        flex: 0 0 min(86vw, 340px);
    }
}

/* Final tab, modal, about, and blog page refinements. */
.home-page .home-best-tabs {
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 1.35rem;
    padding: 0.1rem 0 0;
    gap: 0;
    border: 0;
    border-top: 1px solid rgba(53, 101, 67, 0.14);
    border-bottom: 1px solid rgba(53, 101, 67, 0.14);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.home-page .home-best-tabs::after {
    content: "";
    position: sticky;
    right: 0;
    flex: 0 0 auto;
    align-self: stretch;
    width: 26px;
    height: auto;
    display: inline-flex;
    margin-left: -26px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    box-shadow: none;
    pointer-events: none;
}

.home-page .home-best-tabs::-webkit-scrollbar {
    display: none;
}

.home-page .home-best-tab {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 0 1.05rem;
    border: 0;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #17231c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    scroll-snap-align: start;
}

.home-page .home-best-tab + .home-best-tab {
    border-left: 2px solid #356543;
}

.home-page .home-best-tab.is-active {
    color: #2e6a42;
    border-bottom-color: #356543;
    background: transparent;
    box-shadow: none;
}

@media (min-width: 721px) {
    .home-page .home-best-tabs {
        width: 100%;
        justify-content: center;
    }

    .home-page .home-best-tabs::after {
        display: inline-flex;
    }
}

@media (max-width: 720px) {
    .home-page .home-best-tabs {
        width: 100%;
        justify-content: flex-start;
    }

    .home-page .home-best-tab {
        min-height: 48px;
        padding: 0 1rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 720px) {
    .login-modal {
        display: block;
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        place-items: unset;
    }

    .login-modal-panel {
        max-height: none;
        margin: 0.75rem auto;
    }
}

.about-content-hero {
    background: #e9f5e5;
}

.about-content-hero .content-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    width: min(1120px, calc(100vw - 2rem));
    margin: 0 auto;
    justify-items: center;
}

.about-page .about-content-hero .content-hero-copy {
    text-align: center;
}

.about-page .about-content-hero .content-hero-copy .eyebrow,
.about-page .about-content-hero .content-hero-copy h1,
.about-page .about-content-hero .content-hero-copy p {
    margin-left: auto;
    margin-right: auto;
}

.about-content-hero .content-hero-copy {
    max-width: 980px;
    padding: 3rem 0;
}

.about-content-hero .content-hero-copy h1 {
    max-width: 24ch;
}

.about-content-hero .content-hero-copy p:last-child {
    max-width: 86ch;
}

.about-page .content-section-head,
.about-page .content-card,
.about-page .content-team-card,
.about-page .content-cta {
    text-align: left;
}

.about-hero-image {
    display: none;
}

.blogs-hero {
    background: #eef5ea;
}

.blogs-list-section {
    padding-top: 2rem;
}

.blogs-list-grid {
    display: grid;
    gap: 1.1rem;
}

.blog-list-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: 1.15rem;
    padding: 1rem;
    border: 1px solid rgba(31, 47, 40, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 47, 40, 0.07);
}

.blog-list-media {
    min-height: 190px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f8ef;
    color: #356543;
    font-weight: 800;
}

.blog-list-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-list-copy {
    display: grid;
    align-content: start;
    gap: 0.65rem;
    min-width: 0;
}

.blog-list-copy h2 {
    margin: 0;
    color: #16271f;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.15;
}

.blog-list-copy blockquote {
    margin: 0;
    padding-left: 0.8rem;
    border-left: 3px solid #b9782f;
    color: #2b4638;
    font-weight: 700;
    line-height: 1.55;
}

.blog-list-copy p:not(.eyebrow) {
    margin: 0;
    color: #5f6e66;
    line-height: 1.75;
}

.blog-list-copy .home-blog-video {
    width: fit-content;
    margin-top: 0.15rem;
}

@media (max-width: 720px) {
    .about-content-hero .content-hero-copy {
        padding: 1.65rem 0;
    }

    .about-content-hero .content-hero-copy h1 {
        font-size: clamp(1.9rem, 10vw, 2.55rem);
        max-width: 12ch;
    }

    .about-content-hero .content-hero-copy p:last-child {
        max-width: 30ch;
    }

    .blog-list-card {
        grid-template-columns: 1fr;
        padding: 0.8rem;
        border-radius: 16px;
    }

.blog-list-media {
        min-height: 220px;
    }
}

/* Final storefront link and listing refinements. */
.home-browse-products {
    padding: 0 0 2rem;
}

.home-browse-products-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid rgba(53, 101, 67, 0.16);
    background: #edf6ea;
}

.home-browse-products-inner h2 {
    margin: 0.2rem 0 0;
    color: #16271f;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.15;
}

.home-browse-products-link {
    flex: 0 0 auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    background: #356543;
    color: #ffffff;
    font-weight: 800;
}

.home-page .home-browse-products-link,
.home-page .home-browse-products-link:visited,
.home-page .home-browse-products-link:hover,
.home-page .home-browse-products-link:focus {
    color: #ffffff;
}

.home-disease-shop {
    padding: 0 0 2.4rem;
}

.home-disease-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.home-disease-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.9rem;
    border: 1px solid rgba(53, 101, 67, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 30px rgba(31, 47, 40, 0.07);
}

.home-disease-tab {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.home-disease-tab:hover,
.home-disease-tab.is-active {
    border-color: rgba(53, 101, 67, 0.22);
    background: #eef6e9;
}

.home-disease-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    color: #356543;
    font-weight: 800;
}

.home-disease-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-disease-copy {
    min-width: 0;
    display: grid;
    gap: 0.18rem;
}

.home-disease-copy strong {
    color: #1f2f28;
    font-size: 0.98rem;
    line-height: 1.2;
}

.home-disease-copy small {
    color: #647067;
    font-size: 0.78rem;
    line-height: 1.25;
}

.home-disease-feature {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(53, 101, 67, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 30px rgba(31, 47, 40, 0.07);
}

.home-disease-feature-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.home-disease-feature-head .eyebrow {
    margin-bottom: 0.35rem;
}

.home-disease-feature-head h3 {
    margin: 0;
    color: #1f2f28;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.15;
}

.home-disease-feature-head > a {
    color: #356543;
    font-size: 0.86rem;
    font-weight: 800;
}

.home-disease-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-disease-product-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(53, 101, 67, 0.12);
    border-radius: 16px;
    background: #f8fbf3;
}

.home-disease-product-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.home-disease-product-media {
    aspect-ratio: 1 / 0.86;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 0.8rem;
    background: #ffffff;
    color: #356543;
    font-weight: 800;
}

.home-disease-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-disease-product-info {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
}

.home-disease-product-info strong {
    overflow: hidden;
    color: #1f2f28;
    font-size: 0.9rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-disease-product-info small {
    color: #647067;
    font-size: 0.74rem;
    line-height: 1.25;
}

.home-disease-product-info b {
    color: #356543;
    font-size: 0.95rem;
}

.home-disease-cart-slot {
    padding: 0 0.75rem 0.75rem;
}

.home-disease-cart-slot .home-add-cart,
.home-disease-cart-slot .home-cart-stepper {
    width: 100%;
    min-height: 38px;
    border-radius: 12px;
    font-size: 0.82rem;
}

.home-disease-empty {
    grid-column: 1 / -1;
    padding: 1.2rem;
    border-radius: 16px;
    background: #f7fbf2;
    color: #647067;
    font-size: 0.9rem;
}

.products-page .products-catalog-toolbar .eyebrow,
.products-page .catalog-count {
    display: none !important;
}

.home-blog-share {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 3;
    width: 40px;
    height: 40px;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(31, 122, 62, 0.24);
    border-radius: 999px;
    background: #e7f6e8;
    color: #1f7a3e;
    box-shadow: 0 10px 24px rgba(31, 47, 40, 0.14);
}

.home-blog-card,
.blog-list-card {
    position: relative;
}

@media (max-width: 720px) {
    .home-browse-products-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
    }

    .home-browse-products-link {
        width: 100%;
    }

    .home-disease-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .home-disease-tabs {
        flex-direction: row;
        overflow-x: auto;
        padding: 0.65rem;
        scrollbar-width: none;
    }

    .home-disease-tabs::-webkit-scrollbar {
        display: none;
    }

    .home-disease-tab {
        flex: 0 0 250px;
    }

    .home-disease-feature {
        padding: 0.85rem;
    }

    .home-disease-feature-head {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .home-disease-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Final cart compaction and mobile header action fixes. */
.cart-item-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 18px;
}

.cart-item-media {
    width: 112px;
    min-height: 112px;
    border-radius: 14px;
}

.cart-item-media img {
    object-fit: contain;
}

.cart-item-body {
    gap: 0.65rem;
}

.cart-item-top h3 {
    font-size: 1.08rem;
    line-height: 1.15;
}

.cart-item-top .eyebrow {
    font-size: 0.68rem;
}

.cart-item-price strong {
    font-size: 1rem;
}

.cart-item-price small {
    font-size: 0.8rem;
}

.cart-item-remove {
    padding: 0.42rem 0.62rem;
    border-radius: 10px;
    font-size: 0.82rem;
}

.cart-item-card .home-cart-stepper {
    max-width: 360px;
    min-height: 40px;
}

.cart-item-card .home-cart-stepper button {
    min-height: 40px;
}

@media (max-width: 720px) {
    .cart-page .products-page-contact-actions,
    .checkout-page .products-page-contact-actions {
        display: flex;
        gap: 0.34rem;
    }

    .cart-page .products-page-contact-actions .home-contact-item,
    .checkout-page .products-page-contact-actions .home-contact-item,
    .cart-page .products-page-contact-actions .home-contact-item:not(.home-cart-trigger),
    .checkout-page .products-page-contact-actions .home-contact-item:not(.home-cart-trigger) {
        width: 40px;
        min-height: 40px;
        display: inline-flex !important;
        border-radius: 12px;
    }

    .cart-page .products-page-contact-actions .pro-action-icon,
    .checkout-page .products-page-contact-actions .pro-action-icon {
        width: 30px;
        height: 30px;
    }

    .cart-page .products-page-brand,
    .checkout-page .products-page-brand {
        gap: 0.55rem;
    }

    .cart-page .brand-text strong,
    .checkout-page .brand-text strong {
        font-size: 1rem;
    }

    .cart-page .brand-text small,
    .checkout-page .brand-text small {
        display: none;
    }

    .cart-item-card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 0.55rem;
        padding: 0.58rem;
        border-radius: 16px;
    }

    .cart-item-media {
        width: 72px;
        min-height: 72px;
        border-radius: 12px;
    }

    .cart-item-top h3 {
        font-size: 0.96rem;
    }

    .cart-item-remove {
        padding: 0.34rem 0.48rem;
        font-size: 0.72rem;
    }

    .cart-item-card .home-cart-stepper {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        min-height: 38px;
    }
}

.pro-actions [data-auth-logged-in][hidden],
.pro-actions [data-auth-logged-out][hidden] {
    display: none !important;
}

.cart-page .products-page-contact-actions .pro-auth-action[hidden],
.checkout-page .products-page-contact-actions .pro-auth-action[hidden],
.cart-page .products-page-contact-actions [data-auth-logged-in][hidden],
.cart-page .products-page-contact-actions [data-auth-logged-out][hidden],
.checkout-page .products-page-contact-actions [data-auth-logged-in][hidden],
.checkout-page .products-page-contact-actions [data-auth-logged-out][hidden] {
    display: none !important;
}

.contact-layout {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.contact-stack a {
    color: inherit;
}

/* Final customer heading scale overrides. */
.product-page .product-detail-summary h1 {
    max-width: 100%;
    font-size: clamp(1.05rem, 1.85vw, 1.55rem);
    line-height: 1.18;
    letter-spacing: 0;
}

.cart-page-hero-copy h1,
.checkout-page-hero-section h1,
.account-hero h1,
.orders-hero h1,
.subpage-hero h1,
.content-hero-copy h1,
.content-hero-compact .content-hero-copy h1,
.about-content-hero .content-hero-copy h1 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.14;
}

.home-section-title h2,
.home-section-title-left h2,
.product-related-section h2 {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.16;
}

@media (max-width: 720px) {
    .product-page .product-detail-summary h1 {
        font-size: clamp(1.05rem, 5.5vw, 1.32rem);
    }

    .cart-page-hero-copy h1,
    .checkout-page-hero-section h1,
    .account-hero h1,
    .orders-hero h1,
    .subpage-hero h1,
    .content-hero-copy h1,
    .content-hero-compact .content-hero-copy h1,
    .about-content-hero .content-hero-copy h1 {
        font-size: clamp(1.08rem, 5vw, 1.35rem);
        line-height: 1.18;
    }

    .home-section-title h2,
    .home-section-title-left h2,
    .product-related-section h2 {
        font-size: clamp(1.15rem, 5.6vw, 1.45rem);
    }
}
