.ghome-image-checklist {
    width: 100%;
    overflow: hidden;
}

.ghome-image-checklist__inner {
    display: flex;
    width: 100%;
}

.ghome-image-checklist--image-right .ghome-image-checklist__inner {
    flex-direction: row-reverse;
}

.ghome-image-checklist__image {
    position: relative;
    min-width: 0;
    background-image: var(--ghome-image);
    background-size: cover;
    background-position: center;
}

.ghome-image-checklist__image:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ghome-image-checklist__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ghome-image-checklist__heading-one,
.ghome-image-checklist__heading-two {
    margin-top: 0;
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.ghome-image-checklist__heading-one {
    font-size: clamp(38px, 3.2vw, 62px);
    line-height: .95;
    font-weight: 700;
}

.ghome-image-checklist__heading-two {
    font-size: clamp(38px, 3.2vw, 62px);
    line-height: .95;
    font-weight: 700;
}

.ghome-image-checklist__divider {
    display: block;
    flex: 0 0 auto;
}

.ghome-image-checklist__intro {
    max-width: 900px;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.ghome-image-checklist__items {
    display: grid;
}

.ghome-image-checklist__item {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.ghome-image-checklist__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid;
    border-radius: 50%;
    font-size: 21px;
}

.ghome-image-checklist__icon svg {
    width: 22px;
    height: 22px;
}

.ghome-image-checklist__item-copy {
    min-width: 0;
    font-family: "Titillium Web", Arial, sans-serif;
}

.ghome-image-checklist__item-title {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.ghome-image-checklist__item-description {
    font-size: 18px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .ghome-image-checklist__inner,
    .ghome-image-checklist--image-right .ghome-image-checklist__inner {
        flex-direction: column;
    }

    .ghome-image-checklist__image {
        flex-basis: auto !important;
        width: 100%;
        min-height: 420px;
    }

    .ghome-image-checklist__content {
        flex-basis: auto !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ghome-image-checklist__image {
        min-height: 300px;
        background-image: var(--ghome-mobile-image);
    }

    .ghome-image-checklist__heading-one,
    .ghome-image-checklist__heading-two {
        font-size: 42px;
    }

    .ghome-image-checklist__intro {
        font-size: 18px;
    }

    .ghome-image-checklist__item-title {
        font-size: 18px;
    }

    .ghome-image-checklist__item-description {
        font-size: 16px;
    }
}


/* Additional reusable text-only layouts */
.ghome-image-checklist__inner--text-layout {
    align-items: center;
    width: calc(100% - 64px);
    margin: 0 auto;
    padding: 54px 0;
    box-sizing: border-box;
}

.ghome-image-checklist__lead,
.ghome-image-checklist__list-wrap {
    min-width: 0;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__lead,
.ghome-image-checklist--proof-list .ghome-image-checklist__lead {
    padding-right: 42px;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__content,
.ghome-image-checklist--proof-list .ghome-image-checklist__content {
    padding: 0;
}

.ghome-image-checklist__supporting,
.ghome-image-checklist__emphasis {
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

.ghome-image-checklist__supporting {
    margin-top: 18px;
}

.ghome-image-checklist__emphasis {
    margin-top: 16px;
    font-weight: 700;
}

.ghome-image-checklist__item--separator {
    padding-bottom: 16px;
    border-bottom: 1px solid;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__items,
.ghome-image-checklist--proof-list .ghome-image-checklist__items {
    grid-template-columns: 1fr !important;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__item {
    align-items: center;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__item-title {
    font-size: 18px;
    font-weight: 500;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__item-description {
    display: none;
}

.ghome-image-checklist--proof-list .ghome-image-checklist__item-title {
    text-transform: uppercase;
    font-weight: 700;
}

.ghome-image-checklist--proof-list .ghome-image-checklist__item-description {
    margin-top: 3px;
}

@media (max-width: 1024px) {
    .ghome-image-checklist__inner--text-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .ghome-image-checklist--heading-list .ghome-image-checklist__lead,
    .ghome-image-checklist--proof-list .ghome-image-checklist__lead {
        padding-right: 0;
        margin-bottom: 42px;
    }

    .ghome-image-checklist__lead,
    .ghome-image-checklist__list-wrap {
        flex-basis: auto !important;
        width: 100%;
    }
}


.ghome-image-checklist--has-background {
    position: relative;
    background-image:
        linear-gradient(90deg, var(--ghome-overlay-left) 0%, rgba(0,0,0,.88) 42%, var(--ghome-overlay-right) 100%),
        var(--ghome-section-bg);
    background-size: cover;
    background-position: var(--ghome-section-position);
    background-repeat: no-repeat;
}

.ghome-image-checklist--has-background .ghome-image-checklist__inner--text-layout {
    position: relative;
    z-index: 1;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__items,
.ghome-image-checklist--proof-list .ghome-image-checklist__items {
    width: 100%;
}

.ghome-image-checklist--heading-list .ghome-image-checklist__list-wrap,
.ghome-image-checklist--proof-list .ghome-image-checklist__list-wrap {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .ghome-image-checklist__inner--text-layout {
        width: calc(100% - 40px);
        padding: 44px 0;
    }

    .ghome-image-checklist--has-background {
        background-image:
            linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.94) 100%),
            var(--ghome-section-bg);
    }
}

@media (max-width: 767px) {
    .ghome-image-checklist__inner--text-layout {
        width: calc(100% - 28px);
        padding: 36px 0;
    }
}


/* v1.3: full-background mode now works with Image + Content too */
.ghome-image-checklist--background-layout {
    position: relative;
    isolation: isolate;
}

.ghome-image-checklist--background-layout::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(
            90deg,
            var(--ghome-overlay-left) 0%,
            rgba(0,0,0,.72) 38%,
            var(--ghome-overlay-right) 68%,
            var(--ghome-overlay-right) 100%
        ),
        var(--ghome-section-bg);
    background-size: cover;
    background-position: var(--ghome-section-position);
    background-repeat: no-repeat;
}

.ghome-image-checklist--background-layout.ghome-image-checklist--image-split {
    background-image: none;
}

.ghome-image-checklist--background-layout .ghome-image-checklist__inner--text-layout {
    min-height: 560px;
    justify-content: center;
}

.ghome-image-checklist--background-layout .ghome-image-checklist__lead {
    align-self: center;
}

.ghome-image-checklist--background-layout .ghome-image-checklist__list-wrap {
    align-self: center;
}

@media (max-width: 1024px) {
    .ghome-image-checklist--background-layout::before {
        background-image:
            linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.92) 58%, rgba(0,0,0,.96) 100%),
            var(--ghome-section-bg);
    }

    .ghome-image-checklist--background-layout .ghome-image-checklist__inner--text-layout {
        min-height: auto;
    }
}

/* v1.4 compact mobile checklist carousel */
@media(max-width:767px){
 .ghome-image-checklist{overflow:hidden}
 .ghome-image-checklist__items{display:flex!important;overflow-x:auto;overflow-y:hidden;gap:16px!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:4px 12vw 10px 0}
 .ghome-image-checklist__items::-webkit-scrollbar{display:none}
 .ghome-image-checklist__item{flex:0 0 82vw;max-width:360px;min-height:180px;align-items:center!important;gap:18px!important;padding:22px!important;border:1px solid rgba(255,255,255,.24)!important;background:rgba(0,0,0,.35);scroll-snap-align:start}
 .ghome-image-checklist__item-title{font-size:20px!important;line-height:1.25}
 .ghome-image-checklist__item-description{font-size:17px!important;line-height:1.4}
 .ghome-image-checklist--heading-list .ghome-image-checklist__item{min-height:130px}
 .ghome-image-checklist--heading-list .ghome-image-checklist__item-title{font-size:19px!important}
}


/* G Home forced accent icons: prevents theme and inline SVG colors from overriding red. */
.ghome-image-checklist__icon{
    color:#ef3123;
}
.ghome-image-checklist__icon i,
.ghome-image-checklist__icon svg,
.ghome-image-checklist__icon .e-font-icon-svg{
    color:#ef3123;
}
.ghome-image-checklist__icon svg path:not([fill="none"]):not([fill="transparent"]),
.ghome-image-checklist__icon svg polygon:not([fill="none"]):not([fill="transparent"]),
.ghome-image-checklist__icon svg rect:not([fill="none"]):not([fill="transparent"]),
.ghome-image-checklist__icon svg circle:not([fill="none"]):not([fill="transparent"]),
.ghome-image-checklist__icon svg ellipse:not([fill="none"]):not([fill="transparent"]){
    fill:#ef3123;
}
.ghome-image-checklist__icon svg path:not([stroke="none"]),
.ghome-image-checklist__icon svg line:not([stroke="none"]),
.ghome-image-checklist__icon svg polyline:not([stroke="none"]),
.ghome-image-checklist__icon svg polygon:not([stroke="none"]),
.ghome-image-checklist__icon svg rect:not([stroke="none"]),
.ghome-image-checklist__icon svg circle:not([stroke="none"]),
.ghome-image-checklist__icon svg ellipse:not([stroke="none"]){
    stroke:#ef3123;
}
.ghome-image-checklist__icon img{
    filter:brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(3976%) hue-rotate(351deg) brightness(99%) contrast(89%) !important;
}
