.cmds-managed-home .entry-header,
.cmds-managed-home .page-header,
.cmds-managed-home .entry-title { display: none !important; }
.cmds-managed-home .site-main,
.cmds-managed-home main#content,
.cmds-managed-home .site-content,
.cmds-managed-home .content-area { width: 100%; max-width: none; margin: 0; padding: 0; }
.cmds-managed-home .entry-content,
.cmds-managed-home .page-content { margin: 0; padding: 0; max-width: none; }
.cmds-managed-home .entry-content > .cmds-home,
.cmds-managed-home .page-content > .cmds-home { margin-top: 0; }

.cmds-home {
    --cmds-black: #191919;
    --cmds-charcoal: #292929;
    --cmds-gray: #54595f;
    --cmds-muted: #7a7a7a;
    --cmds-orange: #ff9700;
    --cmds-orange-dark: #e98700;
    --cmds-soft: #f5f5f5;
    --cmds-border: #e8e8e8;
    --cmds-white: #fff;
    --cmds-radius: 18px;
    background: #f4f5f7;
    color: var(--cmds-black);
    font-family: inherit;
    line-height: 1.45;
    overflow: hidden;
}
.cmds-home *, .cmds-home *::before, .cmds-home *::after { box-sizing: border-box; }
.cmds-home a { text-decoration: none; }
.cmds-home-shell { width: min(1380px, calc(100% - 40px)); margin: 0 auto; }

.cmds-home-hero {
    position: relative;
    background:
        radial-gradient(circle at 76% 18%, rgba(255,151,0,.24), transparent 25%),
        linear-gradient(125deg, #0f0f0f 0%, #232323 58%, #131313 100%);
    color: #fff;
    padding: 42px 0 38px;
}
.cmds-home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: rgba(255,255,255,.12);
}
.cmds-home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr); gap: 46px; align-items: center; }
.cmds-home-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #ffb441; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.cmds-home-hero h1 { max-width: 760px; margin: 13px 0 16px; color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 800; }
.cmds-home-hero__copy > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.7vw, 20px); }
.cmds-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.cmds-home-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.cmds-home-button:hover { transform: translateY(-1px); }
.cmds-home-button--primary { background: var(--cmds-orange); color: #151515 !important; }
.cmds-home-button--primary:hover { background: #ffad31; }
.cmds-home-button--ghost { border: 1px solid rgba(255,255,255,.35); color: #fff !important; background: rgba(255,255,255,.06); }
.cmds-home-button--ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }
.cmds-home-hero__microcopy { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.cmds-home-hero__microcopy span { display: inline-flex; align-items: center; gap: 7px; }
.cmds-home-hero__microcopy svg { width: 16px; height: 16px; fill: currentColor; color: #ffad31; }

.cmds-home-hero__showcase { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 25px 60px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.cmds-home-hero__showcase-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 3px 3px 12px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cmds-home-hero__showcase-heading a { color: #ffb441; text-transform: none; letter-spacing: 0; }
.cmds-home-hero-product { display: grid; grid-template-columns: 74px minmax(0,1fr) 24px; gap: 13px; align-items: center; padding: 10px; border-radius: 14px; color: #fff; transition: background .18s ease; }
.cmds-home-hero-product + .cmds-home-hero-product { border-top: 1px solid rgba(255,255,255,.08); }
.cmds-home-hero-product:hover { background: rgba(255,255,255,.07); }
.cmds-home-hero-product__image { display: grid; place-items: center; width: 74px; height: 74px; overflow: hidden; border-radius: 12px; background: #fff; }
.cmds-home-hero-product__image img { width: 100%; height: 100%; object-fit: contain; }
.cmds-home-hero-product__copy { min-width: 0; }
.cmds-home-hero-product__copy strong { display: -webkit-box; overflow: hidden; color: #fff; font-size: 13px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cmds-home-hero-product__copy small { display: block; margin-top: 5px; color: #ffb441; font-size: 14px; font-weight: 800; }
.cmds-home-hero-product__copy del { color: rgba(255,255,255,.48); }
.cmds-home-hero-product__arrow { color: rgba(255,255,255,.5); font-size: 18px; }

.cmds-home-benefits { background: #fff; border-bottom: 1px solid var(--cmds-border); }
.cmds-home-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cmds-home-benefit { display: flex; gap: 13px; align-items: center; min-height: 96px; padding: 20px 24px; }
.cmds-home-benefit + .cmds-home-benefit { border-left: 1px solid var(--cmds-border); }
.cmds-home-benefit__icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: #fff4e4; color: var(--cmds-orange-dark); }
.cmds-home-benefit__icon svg { width: 23px; height: 23px; fill: currentColor; }
.cmds-home-benefit strong, .cmds-home-benefit small { display: block; }
.cmds-home-benefit strong { font-size: 13px; }
.cmds-home-benefit small { margin-top: 3px; color: var(--cmds-muted); font-size: 11px; line-height: 1.35; }

.cmds-home-section { padding: 34px 0 6px; }
.cmds-home-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 15px; }
.cmds-home-section-heading span { color: var(--cmds-orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cmds-home-section-heading h2 { margin: 3px 0 0; color: var(--cmds-black); font-size: clamp(22px, 2.7vw, 30px); line-height: 1.15; letter-spacing: -.025em; }
.cmds-home-section-heading > a { color: var(--cmds-gray); font-size: 13px; font-weight: 800; white-space: nowrap; }
.cmds-home-section-heading > a:hover { color: var(--cmds-orange-dark); }

.cmds-home-categories { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.cmds-home-category { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 13px; align-items: center; min-height: 92px; padding: 12px; border: 1px solid var(--cmds-border); border-radius: 16px; background: #fff; color: var(--cmds-black); box-shadow: 0 4px 14px rgba(18,18,18,.03); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.cmds-home-category:hover { transform: translateY(-2px); border-color: #dedede; box-shadow: 0 10px 24px rgba(18,18,18,.07); }
.cmds-home-category__image { display: grid; place-items: center; width: 68px; height: 68px; overflow: hidden; border-radius: 12px; background: var(--cmds-soft); }
.cmds-home-category__image img { width: 100%; height: 100%; object-fit: cover; }
.cmds-home-category__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #b5b5b5; }
.cmds-home-category__placeholder svg { width: 28px; height: 28px; fill: currentColor; }
.cmds-home-category__copy { min-width: 0; }
.cmds-home-category__copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--cmds-black); font-size: 13px; }
.cmds-home-category__copy small { display: block; margin-top: 4px; color: var(--cmds-muted); font-size: 11px; }

.cmds-home-rail { position: relative; }
.cmds-home-products { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr); gap: 12px; overflow-x: auto; padding: 1px 1px 13px; scroll-behavior: smooth; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #c6c6c6 transparent; }
.cmds-home-products::-webkit-scrollbar { height: 6px; }
.cmds-home-products::-webkit-scrollbar-thumb { border-radius: 99px; background: #c6c6c6; }
.cmds-home-product { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--cmds-border); border-radius: 16px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,.025); scroll-snap-align: start; transition: transform .18s ease, box-shadow .18s ease; }
.cmds-home-product:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(0,0,0,.07); }
.cmds-home-product__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #fafafa; }
.cmds-home-product__media img { width: 100%; height: 100%; margin: 0; object-fit: contain; transition: transform .25s ease; }
.cmds-home-product:hover .cmds-home-product__media img { transform: scale(1.025); }
.cmds-home-product__badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; border-radius: 999px; background: var(--cmds-orange); color: #191919; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.cmds-home-product__body { display: flex; flex: 1; flex-direction: column; padding: 13px 13px 14px; }
.cmds-home-product__name { display: -webkit-box; min-height: 38px; overflow: hidden; color: #2a2a2a; font-size: 13px; font-weight: 650; line-height: 1.42; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cmds-home-product__name:hover { color: var(--cmds-orange-dark); }
.cmds-home-product__rating { min-height: 16px; margin-top: 7px; font-size: 11px; }
.cmds-home-product__rating .star-rating { margin: 0; color: #f6a800; font-size: 11px; }
.cmds-home-product__price { margin-top: 6px; color: var(--cmds-black); font-size: 17px; font-weight: 850; }
.cmds-home-product__price del { margin-right: 4px; color: #9a9a9a; font-size: 11px; font-weight: 500; }
.cmds-home-product__price ins { text-decoration: none; }
.cmds-home-product__assurance { margin: 5px 0 11px; color: #6d6d6d; font-size: 10px; }
.cmds-home-product__button { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; margin-top: auto; padding: 7px 12px; border: 0; border-radius: 999px; background: #f0f1f2; color: #242424 !important; font-size: 11px; font-weight: 850; text-align: center; transition: background .18s ease, color .18s ease; }
.cmds-home-product__button:hover { background: var(--cmds-black); color: #fff !important; }
.cmds-home-rail__button { position: absolute; z-index: 4; top: 42%; display: grid; place-items: center; width: 40px; height: 58px; border: 1px solid #dedede; border-radius: 12px; background: rgba(255,255,255,.96); color: #333; box-shadow: 0 8px 20px rgba(0,0,0,.09); cursor: pointer; font-size: 28px; line-height: 1; transform: translateY(-50%); }
.cmds-home-rail__button:hover { border-color: #cfcfcf; background: #fff; }
.cmds-home-rail__button--prev { left: -16px; }
.cmds-home-rail__button--next { right: -16px; }
.cmds-home-rail__button[hidden] { display: none; }

.cmds-home-final-cta { padding: 42px 0 48px; }
.cmds-home-final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px 38px; border-radius: 22px; background: linear-gradient(115deg, #191919, #2f2f2f); color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.cmds-home-final-cta span { color: #ffb441; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cmds-home-final-cta h2 { max-width: 760px; margin: 5px 0 8px; color: #fff; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.03em; }
.cmds-home-final-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.cmds-home-final-cta .cmds-home-button { flex: 0 0 auto; }

@media (min-width: 1180px) {
    .cmds-home-products { grid-auto-columns: calc((100% - 48px) / 5); }
}
@media (max-width: 1100px) {
    .cmds-home-hero__grid { grid-template-columns: 1fr .8fr; gap: 28px; }
    .cmds-home-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .cmds-home-benefit { padding: 18px 14px; }
}
@media (max-width: 900px) {
    .cmds-home-shell { width: min(100% - 28px, 1380px); }
    .cmds-home-hero { padding-top: 34px; }
    .cmds-home-hero__grid { grid-template-columns: 1fr; }
    .cmds-home-hero__showcase { max-width: 720px; }
    .cmds-home-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .cmds-home-benefit:nth-child(3) { border-left: 0; border-top: 1px solid var(--cmds-border); }
    .cmds-home-benefit:nth-child(4) { border-top: 1px solid var(--cmds-border); }
    .cmds-home-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    .cmds-home-shell { width: min(100% - 22px, 1380px); }
    .cmds-home-hero { padding: 28px 0 26px; }
    .cmds-home-hero h1 { font-size: 39px; }
    .cmds-home-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .cmds-home-hero__microcopy { display: grid; grid-template-columns: 1fr; gap: 8px; }
    .cmds-home-benefits__grid { grid-template-columns: 1fr; }
    .cmds-home-benefit + .cmds-home-benefit { border-left: 0; border-top: 1px solid var(--cmds-border); }
    .cmds-home-section { padding-top: 27px; }
    .cmds-home-section-heading { align-items: center; }
    .cmds-home-section-heading > a { font-size: 11px; }
    .cmds-home-categories { display: grid; grid-auto-flow: column; grid-auto-columns: 78%; grid-template-columns: none; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
    .cmds-home-category { scroll-snap-align: start; }
    .cmds-home-products { grid-auto-columns: 62vw; }
    .cmds-home-rail__button { display: none; }
    .cmds-home-final-cta__inner { display: block; padding: 27px 23px; }
    .cmds-home-final-cta .cmds-home-button { width: 100%; margin-top: 20px; }
}
@media (max-width: 430px) {
    .cmds-home-hero__actions { grid-template-columns: 1fr; }
    .cmds-home-hero-product { grid-template-columns: 62px minmax(0,1fr) 18px; }
    .cmds-home-hero-product__image { width: 62px; height: 62px; }
    .cmds-home-products { grid-auto-columns: 72vw; }
    .cmds-home-category { grid-auto-columns: 85%; }
}