:root {
    --pmh-green: var(--theme-primary, #2e7d32);
    --pmh-orange: var(--theme-secondary, #f28c28);
    --pmh-cream: #fff8eb;
    --pmh-soft-green: #f1f8ee;
    --pmh-gray: #f4f6f2;
    --pmh-line: #e7ece4;
    --pmh-ink: #202820;
    --pmh-muted: #6f786f;
    --pmh-desktop-width: 1320px;
}

.premium-home-shell,
.mobile-shop-categories,
.mobile-home-sections {
    display: block;
}

body.is-premium-home {
    overflow-x: clip;
    background: #fff;
    color: var(--pmh-ink);
}

body.is-premium-home .wrapper > header,
body.is-premium-home .wrapper > .mn-sidebar,
body.is-premium-home .wrapper > .mn-sidebar-overlay,
body.is-premium-home .mn-footer-nav {
    display: none !important;
}

body.is-premium-home .wrapper {
    width: 100%;
    overflow: visible;
}

body.is-premium-home .premium-home-content {
    width: 100% !important;
    max-width: var(--pmh-desktop-width) !important;
    margin: 0 auto !important;
    padding: 18px 24px 40px !important;
}

body.is-premium-home .premium-home-content > .row {
    margin: 0;
}

body.is-premium-home .premium-home-content > .row > [class*="col-"] {
    padding: 0;
}

/* Desktop header */
.phh-desktop-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    display: block;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--pmh-line);
    box-shadow: 0 5px 18px rgba(24, 46, 28, .065);
    backdrop-filter: blur(14px);
}

.phh-desktop-main {
    width: min(var(--pmh-desktop-width), calc(100% - 40px));
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(180px, 245px) minmax(300px, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
}

.phh-desktop-logo {
    min-width: 0;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--pmh-green);
    text-decoration: none;
}

.phh-desktop-logo img {
    display: block;
    width: auto;
    max-width: 235px;
    max-height: 55px;
    object-fit: contain;
}

.phh-desktop-logo span {
    color: var(--pmh-green);
    font-size: 25px;
    font-weight: 850;
}

.phh-desktop-search {
    height: 48px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 7px;
    padding: 0 6px 0 17px;
    border: 1px solid #dce4d8;
    border-radius: 17px;
    background: #f3f6f1;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.phh-desktop-search:focus-within {
    border-color: var(--pmh-green);
    background: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--pmh-green) 10%, transparent);
}

.phh-desktop-search > i {
    color: #687368;
    font-size: 20px;
}

.phh-desktop-search input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--pmh-ink);
    font-size: 14px;
    font-weight: 600;
}

.phh-desktop-search button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: var(--pmh-green);
    color: #fff;
    font-size: 19px;
}

.phh-desktop-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.phh-desktop-action {
    min-width: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #354035;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
}

.phh-action-icon {
    position: relative;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border-radius: 13px;
    background: var(--pmh-soft-green);
    color: var(--pmh-green);
    font-size: 21px;
}

.phh-account-icon {
    overflow: hidden;
    border-radius: 50%;
    background: #fff3e4;
    color: var(--pmh-orange);
}

.phh-action-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phh-action-icon em {
    position: absolute;
    top: -6px;
    right: -7px;
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--pmh-orange);
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 850;
}

.phh-desktop-nav {
    border-top: 1px solid #f0f2ed;
}

.phh-desktop-nav > ul {
    width: min(var(--pmh-desktop-width), calc(100% - 40px));
    min-height: 48px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(12px, 2vw, 30px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.phh-desktop-nav li {
    position: relative;
    display: flex;
    align-items: stretch;
}

.phh-desktop-nav li > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 2px;
    color: #2e382e;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.phh-desktop-nav li > a:hover,
.phh-desktop-nav li > a:focus-visible {
    color: var(--pmh-green);
}

.phh-has-mega > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background: var(--pmh-green);
    transform: scaleX(0);
    transition: transform .18s ease;
}

.phh-has-mega:hover > a::after,
.phh-has-mega:focus-within > a::after {
    transform: scaleX(1);
}

.phh-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1100;
    width: min(940px, 92vw);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 24px;
    border: 1px solid var(--pmh-line);
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(22, 42, 26, .15);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.phh-has-mega:hover .phh-mega-menu,
.phh-has-mega:focus-within .phh-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.phh-mega-column {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 7px;
}

.phh-mega-column a {
    color: #687268;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.phh-mega-column .phh-mega-title {
    margin-bottom: 3px;
    color: var(--pmh-green);
    font-size: 13px;
    font-weight: 850;
}

.phh-mega-empty {
    grid-column: 1 / -1;
}

/* Mobile header is hidden on desktop. */
.pmh-sticky-header,
.pmh-drawer,
.pmh-drawer-overlay,
.pmh-bottom-nav {
    display: none;
}

/* Shared hero */
.premium-home-hero {
    position: relative;
    height: clamp(280px, 29vw, 380px) !important;
    min-height: 280px !important;
    margin: 0 0 24px !important;
    overflow: hidden;
    border-radius: 24px;
    background: #edf3e9;
    box-shadow: 0 12px 34px rgba(32, 64, 37, .1);
}

.premium-home-hero .mn-hero-slider,
.premium-home-hero .owl-stage-outer,
.premium-home-hero .owl-stage,
.premium-home-hero .owl-item,
.premium-home-hero .mn-hero-slide {
    height: 100% !important;
}

.premium-home-hero .mn-hero-slide {
    position: relative;
    min-height: 100% !important;
    overflow: hidden;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
}

.premium-home-hero .mobile-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-home-hero .mn-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(16, 37, 19, .76) 0%, rgba(16, 37, 19, .32) 58%, transparent 100%);
    pointer-events: none;
}

.premium-home-hero .mn-hero-detail {
    position: relative;
    z-index: 2;
    width: min(58%, 660px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(30px, 5vw, 72px);
    color: #fff;
}

.premium-home-hero .mn-hero-detail h1 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 50px);
    font-weight: 850;
    line-height: 1.07;
    letter-spacing: -.035em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.premium-home-hero .mn-hero-detail p:not(.label) {
    display: -webkit-box;
    overflow: hidden;
    max-width: 560px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.premium-home-hero .mn-hero-detail .label {
    display: none;
}

.premium-home-hero .mn-btn-2 {
    min-width: 116px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border: 0;
    border-radius: 12px;
    background: var(--pmh-orange);
    color: #fff !important;
    font-size: 12px;
    font-weight: 820;
}

.premium-home-hero .owl-nav {
    display: none !important;
}

.premium-home-hero .owl-dots {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 18px;
    display: flex;
    gap: 6px;
}

.premium-home-hero .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .62) !important;
    transition: width .2s ease, background .2s ease !important;
}

.premium-home-hero .owl-dot.active span {
    width: 24px !important;
    background: #fff !important;
}

/* Shared headings and sections */
.mobile-home-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 2px 16px;
}

.mobile-home-section-heading h2 {
    margin: 0;
    color: var(--pmh-ink);
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 850;
    letter-spacing: -.03em;
}

.mobile-home-section-heading a {
    color: var(--pmh-green);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.mobile-shop-categories {
    margin: 0 0 22px;
}

.mobile-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.mobile-category-card {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 0;
    border-radius: 17px;
    background: var(--pmh-cream);
    color: var(--pmh-ink);
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(73, 65, 41, .055);
    transition: transform .16s ease, box-shadow .16s ease;
}

.mobile-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(53, 77, 55, .1);
}

.mobile-category-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #edf6e9;
    color: var(--pmh-green);
    font-size: 28px;
}

.mobile-category-icon img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.mobile-category-card > span:last-child {
    display: -webkit-box;
    overflow: hidden;
    color: #252a25;
    font-size: 13px;
    font-weight: 780;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile-home-sections {
    padding-top: 2px;
}

.mobile-home-section {
    margin: 0;
    padding: 28px 0;
    scroll-margin-top: 140px;
}

/* Product layouts: desktop grid, mobile rail below. */
.mobile-product-grid,
.home-product-layout {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.mobile-home-product-cell,
.home-product-cell {
    min-width: 0;
    height: 100%;
}

.mobile-home-empty-state {
    grid-column: 1 / -1;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    background: var(--pmh-gray);
    color: var(--pmh-muted);
    font-size: 12px;
    text-align: center;
}

.mobile-home-empty-state i {
    color: var(--pmh-green);
    font-size: 30px;
}

/* Satisfaction */
.mobile-satisfaction {
    margin: 6px -24px 0;
    padding: 30px 24px 32px;
    background: #eff9ec;
}

.mobile-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mobile-trust-badge {
    min-width: 0;
    min-height: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .75);
    color: var(--pmh-ink);
    text-align: center;
}

.home-trust-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pmh-green);
    font-size: 31px;
}

.home-trust-icon svg,
.home-trust-icon img {
    display: block;
    width: 34px !important;
    height: 34px !important;
    object-fit: contain;
}

.home-trust-icon svg path,
.home-trust-icon svg g {
    fill: var(--pmh-green) !important;
}

.mobile-trust-badge > span:last-child {
    font-size: 12px;
    font-weight: 790;
    line-height: 1.25;
}

/* Collections */
.mobile-collection-tabs {
    display: flex;
    gap: 9px;
    margin: 0 0 16px;
    padding: 2px 1px 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.mobile-collection-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-collection-tab {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 15px;
    border: 1px solid #dfe6dc;
    border-radius: 999px;
    background: #fff;
    color: #5a6559;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.15;
    text-align: center;
    scroll-snap-align: start;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.mobile-collection-tab img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-collection-tab.is-active {
    border-color: var(--pmh-green);
    background: var(--pmh-green);
    color: #fff;
    box-shadow: 0 6px 15px rgba(46, 125, 50, .18);
}

.mobile-collection-status {
    margin: -5px 0 12px;
    color: var(--pmh-green);
    font-size: 11px;
    font-weight: 700;
}

.mobile-collection-grid.is-loading {
    min-height: 270px;
    opacity: .45;
    pointer-events: none;
}

/* Deals */
.mobile-deals-slider {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #eef3eb;
    box-shadow: 0 9px 28px rgba(32, 64, 37, .09);
    touch-action: pan-y;
}

.mobile-deals-track {
    display: flex;
    transition: transform .42s cubic-bezier(.25, .75, .25, 1);
    will-change: transform;
}

.mobile-deal-slide {
    position: relative;
    flex: 0 0 100%;
    height: clamp(220px, 23vw, 310px);
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.mobile-deal-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-deal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 43, 24, .79) 0%, rgba(20, 43, 24, .34) 60%, transparent 100%);
}

.mobile-deal-copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 62%;
    padding: clamp(24px, 5vw, 62px);
}

.mobile-deal-copy small,
.mobile-deal-copy strong,
.mobile-deal-copy em {
    display: block;
}

.mobile-deal-copy small {
    margin-bottom: 7px;
    color: #dff1db;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mobile-deal-copy strong {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 850;
    line-height: 1.1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile-deal-copy em {
    padding: 7px 11px;
    border-radius: 9px;
    background: var(--pmh-orange);
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.mobile-slider-dots {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile-slider-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, .58);
    cursor: pointer;
    transition: width .18s ease, background .18s ease;
}

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

/* Brands */
.mobile-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.mobile-brand-card {
    min-width: 0;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid #edf0eb;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(28, 52, 32, .045);
}

.mobile-brand-card img {
    display: block;
    width: 100%;
    max-width: 122px;
    height: 66px;
    object-fit: contain;
}

.mobile-brand-fallback {
    display: -webkit-box;
    overflow: hidden;
    color: var(--pmh-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile-more-brands-button {
    width: max-content;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 16px auto 0;
    padding: 9px 19px;
    border: 1px solid var(--pmh-green);
    border-radius: 12px;
    color: var(--pmh-green);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

/* Blogs */
.mobile-blog-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mobile-blog-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #edf0eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(28, 52, 32, .06);
}

.mobile-blog-image {
    aspect-ratio: 16 / 10;
    background: var(--pmh-gray);
}

.mobile-blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-blog-content {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px;
}

.mobile-blog-content h3 {
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 820;
    line-height: 1.3;
}

.mobile-blog-content h3 a {
    color: var(--pmh-ink);
    text-decoration: none;
}

.mobile-blog-content p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 10px;
    color: var(--pmh-muted);
    font-size: 11px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mobile-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    color: var(--pmh-orange);
    font-size: 11px;
    font-weight: 820;
    text-decoration: none;
}

/* Laptop and tablet */
@media (max-width: 1199.98px) and (min-width: 768px) {
    .phh-desktop-main {
        width: calc(100% - 28px);
        grid-template-columns: 180px minmax(240px, 1fr) auto;
        gap: 16px;
    }

    .phh-desktop-logo img {
        max-width: 175px;
    }

    .phh-desktop-actions {
        gap: 8px;
    }

    .phh-desktop-action {
        min-width: 50px;
    }

    .phh-desktop-nav > ul {
        width: calc(100% - 28px);
        gap: 12px;
    }

    .phh-desktop-nav li > a {
        font-size: 11px;
    }

    body.is-premium-home .premium-home-content {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

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

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

    .mobile-brands-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

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

@media (max-width: 899.98px) and (min-width: 768px) {
    .phh-desktop-main {
        grid-template-columns: 150px minmax(220px, 1fr) auto;
        gap: 10px;
    }

    .phh-desktop-logo img {
        max-width: 145px;
    }

    .phh-desktop-action span:last-child {
        display: none;
    }

    .phh-desktop-action {
        min-width: 42px;
    }

    .phh-desktop-nav > ul {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .phh-desktop-nav > ul::-webkit-scrollbar {
        display: none;
    }

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

/* Mobile */
@media (max-width: 767.98px) {
    :root {
        --pmh-sticky-height: 100px;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: calc(var(--pmh-sticky-height) + 10px);
    }

    body.is-premium-home {
        padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
    }

    body.is-premium-home.pmh-drawer-open {
        overflow: hidden;
        touch-action: none;
    }

    body.is-premium-home .premium-home-content {
        max-width: 100% !important;
        padding: 0 10px 28px !important;
    }

    .phh-desktop-header {
        display: none;
    }

    .pmh-sticky-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        min-height: var(--pmh-sticky-height);
        display: block;
        background: rgba(255, 255, 255, .97);
        border-bottom: 1px solid #e9ede6;
        box-shadow: 0 5px 18px rgba(24, 46, 28, .07);
        backdrop-filter: blur(12px);
    }

    .pmh-logo-header {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px 14px 1px;
        background: transparent;
    }

    .pmh-logo-link {
        max-width: min(58vw, 215px);
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .pmh-logo-link img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 38px;
        object-fit: contain;
    }

    .pmh-logo-text-fallback {
        color: var(--pmh-green);
        font-size: 20px;
        font-weight: 850;
    }

    .pmh-navigation-header {
        height: 58px;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) 42px 42px;
        align-items: center;
        gap: 6px;
        padding: 5px 9px 7px;
    }

    .pmh-icon-button,
    .pmh-drawer-close {
        appearance: none;
        border: 0;
        background: transparent;
        color: var(--pmh-green);
        cursor: pointer;
    }

    .pmh-icon-button {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: var(--pmh-soft-green);
        font-size: 22px;
    }

    .pmh-search-form {
        min-width: 0;
        height: 42px;
        display: grid;
        grid-template-columns: 21px minmax(0, 1fr) 31px;
        align-items: center;
        gap: 4px;
        padding: 0 5px 0 12px;
        border: 1px solid #e0e6dc;
        border-radius: 15px;
        background: #f2f5ef;
    }

    .pmh-search-form:focus-within {
        border-color: var(--pmh-green);
        background: #fff;
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--pmh-green) 12%, transparent);
    }

    .pmh-search-form > i {
        color: #687368;
        font-size: 17px;
    }

    .pmh-search-form input {
        width: 100%;
        min-width: 0;
        height: 39px;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--pmh-ink);
        font-size: 12px;
        font-weight: 600;
    }

    .pmh-search-form button {
        width: 31px;
        height: 31px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 10px;
        background: var(--pmh-green);
        color: #fff;
        font-size: 16px;
    }

    .pmh-top-action {
        min-width: 0;
        height: 46px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1px;
        color: #313a31;
        font-size: 8.5px;
        font-weight: 750;
        line-height: 1;
        text-decoration: none;
    }

    .pmh-account-avatar,
    .pmh-top-action-icon {
        position: relative;
        width: 31px;
        height: 31px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        border-radius: 50%;
        background: #fff4e7;
        color: var(--pmh-orange);
        font-size: 18px;
    }

    .pmh-account-avatar {
        overflow: hidden;
    }

    .pmh-account-avatar img,
    .pmh-drawer-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pmh-account-label,
    .pmh-top-action > span:last-child {
        max-width: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pmh-cart-link .pmh-top-action-icon {
        border-radius: 11px;
        background: var(--pmh-soft-green);
        color: var(--pmh-green);
    }

    .pmh-top-action-icon em {
        position: absolute;
        top: -5px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 3px;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--pmh-orange);
        color: #fff;
        font-size: 8px;
        font-style: normal;
        font-weight: 850;
    }

    /* Mobile drawer */
    .pmh-drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 1190;
        display: block;
        background: rgba(13, 22, 16, .54);
        opacity: 0;
        visibility: hidden;
        transition: opacity .24s ease, visibility .24s ease;
    }

    .pmh-drawer-overlay[hidden] {
        display: block;
    }

    .pmh-drawer {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1200;
        width: 85vw;
        max-width: 390px;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 22px 0 46px rgba(15, 29, 18, .18);
        transform: translate3d(-102%, 0, 0);
        visibility: hidden;
        transition: transform .28s cubic-bezier(.2, .75, .25, 1), visibility .28s ease;
    }

    body.pmh-drawer-open .pmh-drawer-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.pmh-drawer-open .pmh-drawer {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    .pmh-drawer-head {
        min-height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 16px 15px;
        border-bottom: 1px solid #e9eee6;
        background: linear-gradient(135deg, #f2f8ee 0%, #fff8ef 100%);
    }

    .pmh-drawer-identity {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .pmh-drawer-avatar {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 17px;
        background: #fff;
        color: var(--pmh-green);
        box-shadow: 0 8px 20px rgba(46, 125, 50, .12);
        font-size: 27px;
    }

    .pmh-drawer-identity div {
        min-width: 0;
    }

    .pmh-drawer-identity strong,
    .pmh-drawer-identity span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pmh-drawer-identity strong {
        color: #1f271f;
        font-size: 16px;
        font-weight: 800;
    }

    .pmh-drawer-identity span {
        margin-top: 2px;
        color: var(--pmh-green);
        font-size: 12px;
        font-weight: 700;
    }

    .pmh-drawer-close {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        background: rgba(255, 255, 255, .86);
        font-size: 24px;
    }

    .pmh-drawer-scroll {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 12px 14px calc(28px + env(safe-area-inset-bottom, 0px));
    }

    .pmh-drawer-section-title {
        margin: 8px 10px 7px;
        color: var(--pmh-green);
        font-size: 11px;
        font-weight: 850;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .pmh-drawer-divider {
        height: 1px;
        margin: 11px 7px;
        background: #edf0eb;
    }

    .pmh-drawer-links {
        display: grid;
        gap: 3px;
    }

    .pmh-drawer-links > a,
    .pmh-accordion-trigger {
        width: 100%;
        min-height: 45px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 9px 10px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: #333d33;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        text-decoration: none;
    }

    .pmh-drawer-links > a i,
    .pmh-accordion-trigger span > i {
        width: 25px;
        color: var(--pmh-green);
        font-size: 20px;
        text-align: center;
    }

    .pmh-accordion-trigger {
        justify-content: space-between;
        cursor: pointer;
    }

    .pmh-accordion-trigger span {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .pmh-accordion-arrow {
        color: #7e887e;
        font-size: 19px;
        transition: transform .2s ease;
    }

    .pmh-accordion-trigger[aria-expanded="true"] .pmh-accordion-arrow {
        transform: rotate(180deg);
    }

    .pmh-accordion-panel {
        display: grid;
        gap: 2px;
        padding: 2px 0 7px 46px;
    }

    .pmh-accordion-panel[hidden] {
        display: none;
    }

    .pmh-accordion-panel a {
        min-height: 36px;
        display: flex;
        align-items: center;
        padding: 7px 10px;
        border-radius: 9px;
        color: #555f55;
        font-size: 12px;
        font-weight: 650;
        text-decoration: none;
    }

    .pmh-child-link {
        padding-left: 19px !important;
        color: #7a8379 !important;
    }

    /* Mobile bottom navigation */
    .pmh-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 980;
        height: calc(66px + env(safe-area-inset-bottom, 0px));
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 5px 8px env(safe-area-inset-bottom, 0px);
        border-top: 1px solid #e6ebe3;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 25px rgba(28, 52, 32, .09);
        backdrop-filter: blur(14px);
    }

    .pmh-bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        color: #687268;
        font-size: 9px;
        font-weight: 750;
        text-decoration: none;
    }

    .pmh-bottom-icon {
        width: 31px;
        height: 31px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        font-size: 20px;
    }

    .pmh-bottom-item.is-active,
    .pmh-bottom-item:active {
        color: var(--pmh-green);
    }

    .pmh-bottom-item.is-active .pmh-bottom-icon {
        background: var(--pmh-soft-green);
    }

    /* Slightly larger logo/categories without returning to the old tall layout. */
    .premium-home-hero {
        height: 154px !important;
        min-height: 154px !important;
        margin: 7px 0 8px !important;
        border-radius: 17px;
    }

    .premium-home-hero .mn-hero-slide {
        min-height: 154px !important;
        border-radius: 17px;
    }

    .premium-home-hero .mn-hero-detail {
        width: 70%;
        padding: 16px 15px;
    }

    .premium-home-hero .mn-hero-detail h1 {
        margin-bottom: 5px;
        font-size: clamp(17px, 5vw, 22px);
    }

    .premium-home-hero .mn-hero-detail p:not(.label) {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.35;
    }

    .premium-home-hero .mn-btn-2 {
        min-width: 84px;
        min-height: 29px;
        padding: 5px 12px;
        border-radius: 9px;
        font-size: 10px;
    }

    .premium-home-hero .owl-dots {
        right: 11px;
        bottom: 9px;
        gap: 4px;
    }

    .premium-home-hero .owl-dot span {
        width: 6px !important;
        height: 6px !important;
    }

    .premium-home-hero .owl-dot.active span {
        width: 18px !important;
    }

    .mobile-home-section-heading {
        margin: 0 1px 8px;
    }

    .mobile-home-section-heading h2 {
        font-size: 18px;
    }

    .mobile-home-section-heading a {
        font-size: 10.5px;
    }

    .mobile-shop-categories {
        margin: 0 0 11px;
    }

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

    .mobile-category-card {
        min-height: 49px;
        gap: 9px;
        padding: 7px 9px;
        border-radius: 13px;
    }

    .mobile-category-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 11px;
        font-size: 22px;
    }

    .mobile-category-icon img {
        width: 29px;
        height: 29px;
    }

    .mobile-category-card > span:last-child {
        font-size: 11.5px;
        line-height: 1.18;
    }

    .mobile-home-sections {
        padding-top: 3px;
    }

    .mobile-home-section {
        padding: 17px 0;
        scroll-margin-top: calc(var(--pmh-sticky-height) + 10px);
    }

    /* Ten products remain in one horizontal rail instead of a long vertical grid. */
    .mobile-product-grid,
    .home-product-layout {
        display: flex;
        gap: 10px;
        margin: 0 -10px;
        padding: 2px 10px 9px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mobile-product-grid::-webkit-scrollbar,
    .home-product-layout::-webkit-scrollbar {
        display: none;
    }

    .mobile-home-product-cell,
    .home-product-cell {
        flex: 0 0 calc((100% - 10px) / 2);
        min-width: 0;
        scroll-snap-align: start;
    }

    .mobile-home-empty-state {
        flex: 0 0 100%;
        min-height: 130px;
    }

    .mobile-satisfaction {
        margin: 4px -10px 0;
        padding: 17px 10px 18px;
    }

    .mobile-trust-row {
        gap: 5px;
    }

    .mobile-trust-badge {
        min-height: 77px;
        gap: 6px;
        padding: 7px 3px;
        border-radius: 12px;
    }

    .home-trust-icon {
        width: 29px;
        height: 29px;
        font-size: 24px;
    }

    .home-trust-icon svg,
    .home-trust-icon img {
        width: 26px !important;
        height: 26px !important;
    }

    .mobile-trust-badge > span:last-child {
        font-size: 8.5px;
        line-height: 1.18;
    }

    .mobile-collection-tabs {
        gap: 7px;
        margin: 0 -10px 10px;
        padding: 1px 10px 5px;
    }

    .mobile-collection-tab {
        flex: 0 0 calc((100% - 14px) / 3);
        min-width: 104px;
        min-height: 37px;
        padding: 7px 9px;
        font-size: 10.5px;
    }

    .mobile-deals-slider {
        border-radius: 16px;
    }

    .mobile-deal-slide {
        height: 168px;
    }

    .mobile-deal-copy {
        width: 72%;
        padding: 17px;
    }

    .mobile-deal-copy strong {
        margin-bottom: 8px;
        font-size: 19px;
    }

    .mobile-brands-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .mobile-brand-card {
        height: 65px;
        padding: 7px;
        border-radius: 12px;
    }

    .mobile-brand-card:nth-child(n+13) {
        display: none;
    }

    .mobile-brand-card img {
        max-width: 78px;
        height: 46px;
    }

    .mobile-blog-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mobile-blog-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        border-radius: 14px;
    }

    .mobile-blog-image {
        min-height: 126px;
        aspect-ratio: auto;
    }

    .mobile-blog-content {
        padding: 10px;
    }

    .mobile-blog-content h3 {
        font-size: 13px;
    }

    .mobile-blog-content p {
        font-size: 9.5px;
    }
}

@media (max-width: 374px) {
    .pmh-navigation-header {
        grid-template-columns: 38px minmax(0, 1fr) 39px 39px;
        gap: 4px;
        padding-right: 7px;
        padding-left: 7px;
    }

    .pmh-search-form {
        grid-template-columns: 18px minmax(0, 1fr) 29px;
        padding-left: 9px;
    }

    .pmh-search-form input {
        font-size: 11px;
    }

    .mobile-category-card {
        padding-right: 6px;
        padding-left: 6px;
    }

    .mobile-category-card > span:last-child {
        font-size: 10.7px;
    }

    .mobile-trust-badge > span:last-child {
        font-size: 7.8px;
    }
}

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

    .pmh-drawer,
    .pmh-drawer-overlay,
    .mobile-deals-track,
    .mobile-collection-tab,
    .phh-mega-menu,
    .mobile-category-card {
        transition: none !important;
    }
}

/* Phase 8 final responsive homepage alignment */
.home-admin-category-icon,
.home-admin-collection-icon,
.home-managed-trust-icon {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    color: var(--pmh-green);
    fill: currentColor;
}
.home-admin-category-icon { width: 46px; height: 46px; }
.home-admin-collection-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.home-admin-category-icon.managed-icon-fallback { font-size: 38px; }
.home-admin-collection-icon.managed-icon-fallback { font-size: 18px; }

body.is-premium-home .premium-home-content {
    background: #fff;
}

@media (min-width: 992px) {
    body.is-premium-home .phh-desktop-header {
        display: block !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1090 !important;
    }
    body.is-premium-home .pmh-sticky-header,
    body.is-premium-home .pmh-bottom-nav {
        display: none !important;
    }
    body.is-premium-home .premium-home-content {
        width: min(1380px, calc(100% - 36px)) !important;
        max-width: 1380px !important;
        padding: 22px 0 54px !important;
    }
    .premium-home-hero {
        min-height: 360px;
        max-height: 480px;
        border-radius: 18px;
        overflow: hidden;
    }
    .premium-home-hero .mn-hero-slider,
    .premium-home-hero .owl-stage-outer,
    .premium-home-hero .owl-stage,
    .premium-home-hero .owl-item,
    .premium-home-hero .mn-hero-slide {
        min-height: 360px;
        height: clamp(360px, 32vw, 480px);
    }
    .premium-home-hero .mobile-hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home-shop-categories,
    .premium-home-sections > section {
        margin-top: 30px;
    }
    .home-category-grid {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
    .home-category-card {
        min-height: 126px !important;
        padding: 18px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        border-radius: 15px !important;
    }
    .home-category-icon {
        width: 58px !important;
        height: 58px !important;
    }
    .home-admin-category-icon { width: 52px; height: 52px; }
    .home-category-card > span:last-child {
        font-size: 14px !important;
        line-height: 1.25 !important;
        text-align: center;
    }
    .home-product-layout {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 16px !important;
        overflow: visible !important;
        padding: 0 !important;
    }
    .home-product-layout > .mobile-home-product-cell,
    .home-product-layout > .home-product-cell {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: none !important;
    }
    .home-brands-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    .home-blog-grid {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body.is-premium-home .premium-home-content {
        width: min(100% - 28px, 1120px) !important;
        padding-inline: 0 !important;
    }
    .home-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .home-product-layout { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .home-brands-grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
    .home-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 991.98px) {
    body.is-premium-home .phh-desktop-header { display: none !important; }
    body.is-premium-home .pmh-sticky-header {
        display: block !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1090 !important;
        background: rgba(255,255,255,.985) !important;
        border-bottom: 1px solid #e7ece4;
        box-shadow: 0 4px 16px rgba(28, 58, 33, .08);
    }
}

@media (max-width: 767.98px) {
    body.is-premium-home .premium-home-content {
        width: 100% !important;
        padding: 8px 10px 86px !important;
    }
    .pmh-logo-header {
        min-height: 60px !important;
        height: 60px !important;
        padding: 3px 12px !important;
        background: transparent !important;
    }
    .pmh-logo-link img {
        max-width: 196px !important;
        max-height: 52px !important;
    }
    .pmh-navigation-header {
        min-height: 54px !important;
        height: 54px !important;
        padding: 5px 8px !important;
        gap: 5px !important;
    }
    .pmh-search-form { height: 42px !important; border-radius: 13px !important; }
    .premium-home-hero {
        height: clamp(175px, 48vw, 220px) !important;
        min-height: 175px !important;
        border-radius: 13px !important;
    }
    .premium-home-hero .mn-hero-slider,
    .premium-home-hero .owl-stage-outer,
    .premium-home-hero .owl-stage,
    .premium-home-hero .owl-item,
    .premium-home-hero .mn-hero-slide {
        height: 100% !important;
        min-height: 0 !important;
    }
    .home-shop-categories { margin-top: 12px !important; }
    .mobile-home-section-heading { margin-bottom: 8px !important; }
    .mobile-home-section-heading h2 { font-size: 18px !important; }
    .home-category-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    .home-category-card {
        min-height: 82px !important;
        padding: 10px 10px !important;
        display: grid !important;
        grid-template-columns: 46px minmax(0,1fr) !important;
        align-items: center !important;
        gap: 11px !important;
        border-radius: 13px !important;
    }
    .home-category-icon {
        width: 46px !important;
        height: 46px !important;
        margin: 0 !important;
    }
    .home-admin-category-icon { width: 42px; height: 42px; }
    .home-category-card > span:last-child {
        font-size: 12px !important;
        line-height: 1.2 !important;
        text-align: left !important;
    }
    .premium-home-sections > section { margin-top: 20px !important; }
    .home-product-layout {
        display: flex !important;
        gap: 9px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 1px 1px 8px !important;
    }
    .home-product-layout::-webkit-scrollbar { display: none; }
    .home-product-layout > .mobile-home-product-cell,
    .home-product-layout > .home-product-cell {
        flex: 0 0 calc((100vw - 31px) / 2) !important;
        width: calc((100vw - 31px) / 2) !important;
        min-width: calc((100vw - 31px) / 2) !important;
        scroll-snap-align: start;
    }
    .home-trust-row {
        grid-template-columns: repeat(4, minmax(0,1fr)) !important;
        gap: 3px !important;
    }
    .home-trust-badge { padding-inline: 2px !important; }
    .home-trust-badge > span:last-child { font-size: 8px !important; }
    .home-brands-grid { grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
    .home-blog-grid { grid-template-columns: 1fr !important; }
}
