/* ============================================================
   HOMEPAGE — VERSION 32
   Hero converted to a true 50/50 content split
   ============================================================ */

/* ============================================================
   HOME PAGE RESET
   ============================================================ */
.home #primary.content-area,
.home .site-main,
.home .inside-article {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-header,
.home .entry-title { display: none !important; }

.home .entry-content,
.home .entry-content:not(:first-child),
.home .entry-summary:not(:first-child),
.home .page-content:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ofr-hero {
    position: relative;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    background:
        radial-gradient(circle at 72% 42%, rgba(0,155,220,.22), transparent 35%),
        radial-gradient(circle at 98% 46%, rgba(255,111,0,.16), transparent 30%),
        linear-gradient(135deg, var(--ofr-blue-deep) 0%, var(--ofr-blue-mid) 48%, #020b1d 100%) !important;
}

.ofr-hero > .wp-block-group__inner-container,
.ofr-hero .wp-block-group__inner-container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.ofr-hero-inner {
    position: relative !important;
    z-index: 20;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(28px, 3vw, 56px) !important;
    width: min(100% - 48px, var(--ofr-max)) !important;
    max-width: var(--ofr-max) !important;
    min-height: clamp(560px, 36vw, 650px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

.ofr-hero-left {
    position: relative;
    z-index: 30;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: clamp(52px, 4.6vw, 74px) 0 clamp(118px, 8vw, 138px);
    text-shadow: 0 2px 10px rgba(0,0,0,.28);
}

/* Hero image — normal second column in the 50/50 grid */
.ofr-hero-media {
    position: relative;
    z-index: 10;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    margin: 0;
    align-self: end;
    justify-self: stretch;
    pointer-events: none;
    opacity: 1;
    transform: none !important;
}

.ofr-hero-media img {
    display: block;
    width: min(100%, 620px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 620px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center bottom;
    opacity: 1;
    border: clamp(5px, .48vw, 8px) solid rgba(255,255,255,.92);
    border-radius: 50%;
    outline: 2px solid rgba(103,194,71,.78);
    outline-offset: 5px;
    box-shadow:
        0 22px 46px rgba(0,0,0,.38),
        0 0 34px rgba(0,155,220,.20),
        0 0 0 1px rgba(255,255,255,.12) inset;
    filter: saturate(1.06) contrast(1.04);
}

/* Hero content */
.ofr-hero-title,
.ofr-hero h2.ofr-hero-title,
.ofr-hero .ofr-hero-title.wp-block-heading {
    margin: 0 0 17px !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: var(--ofr-font-head) !important;
    font-weight: 600 !important;
    line-height: .9 !important;
    letter-spacing: -.012em !important;
    text-transform: uppercase !important;
}

.ofr-hero-title span {
    display: block;
    opacity: 1 !important;
}

.ofr-hero-title span:nth-child(1) {
    color: #fff !important;
    font-size: clamp(52px, 4.05vw, 72px);
    line-height: .9;
    letter-spacing: -.018em;
}

.ofr-hero-title span:nth-child(2) {
    color: var(--ofr-green-text) !important;
    font-size: clamp(55px, 4.32vw, 78px);
    line-height: .9;
    letter-spacing: -.02em;
    text-shadow: 0 0 18px rgba(112,197,71,.18);
}

.ofr-hero-title span:nth-child(3) {
    color: #fff !important;
    font-size: clamp(38px, 3.12vw, 55px);
    line-height: .98;
    margin-top: 3px;
    letter-spacing: .004em;
}

.ofr-hero-copy,
.ofr-hero-left > p,
.ofr-hero-inner p.wp-block-paragraph {
    max-width: 520px;
    margin: 0 0 24px !important;
    color: rgba(255,255,255,.94) !important;
    font-size: clamp(15px, 1.03vw, 17px);
    font-weight: 700;
    line-height: 1.47;
    text-shadow: 0 2px 9px rgba(0,0,0,.32);
}

/* Hero buttons */
.ofr-hero-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 24px !important;
}

.ofr-hero-buttons .wp-block-button {
    flex: 0 0 auto;
    margin: 0 !important;
}

.ofr-hero-buttons .wp-block-button__link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    height: 58px;
    border-radius: 6px;
    padding: 0 26px;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--ofr-font-head) !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

.ofr-hero-buttons .wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ofr-shimmer);
    transform: translateX(-130%);
    transition: transform .48s ease;
    pointer-events: none;
}

.ofr-hero-buttons .wp-block-button__link:hover {
    transform: translateY(-2px);
}

.ofr-hero-buttons .wp-block-button__link:hover::before {
    transform: translateX(130%);
}

.ofr-hero-eval-but .wp-block-button__link,
.ofr-hero-buttons .wp-block-button:first-child .wp-block-button__link {
    min-width: 242px;
    color: var(--ofr-blue-deep) !important;
    background: linear-gradient(135deg, #7bd35f 0%, #5fb93e 48%, #3e9f2f 100%) !important;
    border: 2px solid rgba(255,255,255,.08);
    box-shadow: 0 9px 20px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.22);
}

.ofr-hero-eval-but .wp-block-button__link::after,
.ofr-hero-buttons .wp-block-button:first-child .wp-block-button__link::after {
    content: "›";
    position: relative;
    z-index: 1;
    margin-left: 12px;
    font-size: 25px;
    line-height: 0;
    transform: translateY(-1px);
    transition: transform .22s ease;
}

.ofr-hero-eval-but .wp-block-button__link:hover,
.ofr-hero-buttons .wp-block-button:first-child .wp-block-button__link:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.34), 0 0 22px rgba(112,197,71,.26);
}

.ofr-hero-eval-but .wp-block-button__link:hover::after,
.ofr-hero-buttons .wp-block-button:first-child .wp-block-button__link:hover::after {
    transform: translate(4px, -1px);
}

.ofr-hero-call-but .wp-block-button__link,
.ofr-hero-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
    min-width: 252px;
    padding: 7px 24px 7px 64px;
    flex-direction: column;
    gap: 2px;
    color: #fff !important;
    background-color: rgba(2,20,47,.50) !important;
    background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-phone2.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 26px 50% !important;
    background-size: 23px 23px !important;
    border: 2px solid rgba(255,255,255,.82);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 7px 18px rgba(0,0,0,.18);
    backdrop-filter: blur(2px);
}

.ofr-hero-call-but .wp-block-button__link::after,
.ofr-hero-buttons .wp-block-button:nth-child(2) .wp-block-button__link::after {
    content: "(466-6367)";
    display: block;
    margin: 1px 0 0;
    color: rgba(255,255,255,.92);
    font-family: var(--ofr-font-body);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
}

.ofr-hero-call-but .wp-block-button__link:hover,
.ofr-hero-buttons .wp-block-button:nth-child(2) .wp-block-button__link:hover {
    background-color: rgba(255,255,255,.1) !important;
    border-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 10px 24px rgba(0,0,0,.28);
}

/* Hero trust row */
.ofr-trust-row {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-end !important;
    gap: 22px !important;
    margin-top: 2px;
    color: #fff;
    font-family: var(--ofr-font-head) !important;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 1 !important;
    letter-spacing: .015em !important;
    text-transform: uppercase;
}

.ofr-trust-row p {
    position: relative;
    display: inline-flex !important;
    align-items: flex-end !important;
    justify-content: flex-start;
    min-height: 32px !important;
    margin: 0 !important;
    padding-left: 38px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    white-space: nowrap;
    opacity: .96;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.ofr-trust-row p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0 !important;
    width: 31px !important;
    height: 31px !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,.28));
}

.ofr-hero-ins-icon,
.ofr-trust-row p:nth-child(1) {
    width: 130px !important;
    padding-bottom: 1px !important;
    white-space: normal;
}

.ofr-hero-epa-icon,
.ofr-trust-row p:nth-child(2) {
    width: 112px !important;
    margin-right: 10px !important;
    padding-bottom: 1px !important;
    white-space: normal;
}

.ofr-hero-resi-icon,
.ofr-hero-com-icon,
.ofr-hero-veh-icon,
.ofr-trust-row p:nth-child(3),
.ofr-trust-row p:nth-child(4),
.ofr-trust-row p:nth-child(5) {
    width: auto !important;
    white-space: nowrap !important;
}

.ofr-hero-ins-icon::before,
.ofr-trust-row p:nth-child(1)::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-checkshield2.svg"); }
.ofr-hero-epa-icon::before,
.ofr-trust-row p:nth-child(2)::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-epa2.svg"); }
.ofr-hero-resi-icon::before,
.ofr-trust-row p:nth-child(3)::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-homefilled1.svg"); }
.ofr-hero-com-icon::before,
.ofr-trust-row p:nth-child(4)::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-businessfilled1.svg"); }
.ofr-hero-veh-icon::before,
.ofr-trust-row p:nth-child(5)::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-carfilled1.svg"); }

/* Hero swoop */
.ofr-hero-swoop {
    position: relative !important;
    z-index: 88 !important;
    height: var(--ofr-swoop-height) !important;
    min-height: var(--ofr-swoop-height) !important;
    max-height: var(--ofr-swoop-height) !important;
    margin-top: var(--ofr-swoop-overlap) !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    line-height: 0 !important;
    background: transparent !important;
}

.ofr-swoop-svg,
.ofr-hero-swoop svg {
    display: block !important;
    width: 100% !important;
    height: var(--ofr-swoop-height) !important;
    min-height: var(--ofr-swoop-height) !important;
    max-height: var(--ofr-swoop-height) !important;
}

.ofr-swoop-mobile { display: none !important; }
.ofr-swoop-fill { fill: var(--ofr-blue-deep) !important; }
.ofr-swoop-line { fill: none !important; stroke: var(--ofr-green) !important; stroke-width: 10 !important; stroke-linecap: round !important; }

/* Common odor background bridge */
.ofr-hero-wetreat {
    background: var(--ofr-blue-deep);
    color: #fff;
}

/* ============================================================
   HERO RESPONSIVE
   ============================================================ */
@media (max-width: 1260px) {
    .ofr-hero-eval-but .wp-block-button__link,
    .ofr-hero-buttons .wp-block-button:first-child .wp-block-button__link { min-width: 222px; }

    .ofr-hero-call-but .wp-block-button__link,
    .ofr-hero-buttons .wp-block-button:nth-child(2) .wp-block-button__link { min-width: 226px; }

    .ofr-trust-row { gap: 18px !important; font-size: 12.5px !important; }
    .ofr-trust-row p { font-size: 12.5px !important; }
    .ofr-hero-ins-icon,
    .ofr-trust-row p:nth-child(1) { width: 126px !important; }
    .ofr-hero-epa-icon,
    .ofr-trust-row p:nth-child(2) { width: 108px !important; margin-right: 8px !important; }
}

@media (max-width: 1080px) {
    .ofr-hero-inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
        gap: 24px !important;
        width: min(100% - 40px, var(--ofr-max)) !important;
    }

    .ofr-hero-buttons { flex-wrap: wrap; }

    .ofr-hero-media {
        opacity: 1;
    }

    .ofr-hero-media img {
        width: min(100%, 520px) !important;
    }
}

@media (max-width: 860px) {
    .ofr-hero-inner {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: min(100% - 48px, 720px) !important;
        min-height: auto !important;
        padding: 42px 0 0 !important;
    }

    .ofr-hero-left {
        order: 1;
        padding: 0 0 24px;
        text-shadow: 0 2px 9px rgba(0,0,0,.24);
    }

    .ofr-hero-media {
        order: 2;
        width: min(100%, 560px);
        margin: 0 auto;
        align-self: auto;
        justify-self: center;
    }

    .ofr-hero-media img {
        width: 100% !important;
        max-height: 430px;
        border-width: 5px;
        outline-width: 1px;
        outline-offset: 4px;
        box-shadow:
            0 16px 34px rgba(0,0,0,.34),
            0 0 24px rgba(0,155,220,.16);
    }

    .ofr-hero-title span:nth-child(1) { font-size: clamp(42px, 9vw, 58px); }
    .ofr-hero-title span:nth-child(2) { font-size: clamp(48px, 10vw, 66px); }
    .ofr-hero-title span:nth-child(3) { font-size: clamp(34px, 7.6vw, 50px); }

    .ofr-hero-copy,
    .ofr-hero-left > p,
    .ofr-hero-inner p.wp-block-paragraph {
        max-width: 100%;
        font-size: 16px;
        font-weight: 600;
    }

    .ofr-hero-buttons {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .ofr-hero-buttons .wp-block-button { flex: 1 1 245px; }

    .ofr-hero-buttons .wp-block-button__link {
        width: 100% !important;
        min-width: 0 !important;
        text-align: center;
    }

    .ofr-trust-row {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        width: min(100%, 520px) !important;
        max-width: 520px !important;
        margin: 28px auto 0 !important;
        gap: 24px 12px !important;
        justify-items: center !important;
        align-items: start !important;
        font-size: 11.5px !important;
    }

    .ofr-trust-row p,
    .ofr-hero-ins-icon,
    .ofr-hero-epa-icon,
    .ofr-hero-resi-icon,
    .ofr-hero-com-icon,
    .ofr-hero-veh-icon {
        width: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 39px 0 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
        font-size: 11.5px !important;
        line-height: 1 !important;
        letter-spacing: .01em !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .ofr-trust-row p::before {
        left: 50% !important;
        top: 0 !important;
        bottom: auto !important;
        width: 30px !important;
        height: 30px !important;
        transform: translateX(-50%) !important;
    }

    .ofr-hero-ins-icon,
    .ofr-trust-row p:nth-child(1) { grid-column: 1 / span 2 !important; }
    .ofr-hero-epa-icon,
    .ofr-trust-row p:nth-child(2) { grid-column: 3 / span 2 !important; }
    .ofr-hero-resi-icon,
    .ofr-trust-row p:nth-child(3) { grid-column: 5 / span 2 !important; }
    .ofr-hero-com-icon,
    .ofr-trust-row p:nth-child(4) { grid-column: 2 / span 2 !important; }
    .ofr-hero-veh-icon,
    .ofr-trust-row p:nth-child(5) { grid-column: 4 / span 2 !important; }
}

@media (max-width: 700px) {
    :root { --ofr-swoop-overlap: -132px; }
    .ofr-swoop-desktop { display: none !important; }
    .ofr-swoop-mobile { display: block !important; }
    .ofr-trust-row { display: none !important; }
}

@media (max-width: 520px) {
    .ofr-hero-inner {
        width: min(100% - 40px, 520px) !important;
        padding-top: 36px !important;
    }

    .ofr-hero-left { padding-bottom: 18px; }

    .ofr-hero-media {
        width: min(100%, 420px);
        margin-bottom: 72px;
    }

    .ofr-hero-media img {
        max-height: 340px;
    }
    .ofr-hero-title span:nth-child(1) { font-size: clamp(34px, 11vw, 46px); }
    .ofr-hero-title span:nth-child(2) { font-size: clamp(39px, 12.5vw, 54px); }
    .ofr-hero-title span:nth-child(3) { font-size: clamp(26px, 9vw, 38px); }

    .ofr-hero-buttons {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        margin-bottom: 28px !important;
    }

    .ofr-hero-buttons .wp-block-button {
        flex-basis: auto;
        width: 100%;
    }

    .ofr-hero-buttons .wp-block-button__link {
        height: 58px;
        min-height: 58px;
    }

    .ofr-hero-call-but .wp-block-button__link,
    .ofr-hero-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
        padding-left: 58px;
        background-position: 22px 50% !important;
    }
}

@media (max-width: 380px) {
    :root { --ofr-swoop-overlap: -128px; }

    .ofr-hero-inner { width: min(100% - 36px, 380px) !important; }
    .ofr-hero-title span:nth-child(1) { font-size: 32px; }
    .ofr-hero-title span:nth-child(2) { font-size: 37px; }
    .ofr-hero-title span:nth-child(3) { font-size: 25px; }
    .ofr-hero-buttons .wp-block-button__link { font-size: 14px; }

}


@media (max-width: 420px) {
    .ofr-hero-inner {
        width: min(100% - 34px, 420px) !important;
    }

    .ofr-hero-media {
        width: min(100%, 340px);
        margin-bottom: 66px;
    }

    .ofr-hero-media img {
        max-height: 290px;
    }
}

/* ============================================================
   COMMON ODOR PROBLEMS
   ============================================================ */

.ofr-hero-wetreat {
    position: relative;
    z-index: 96;
    width: 100%;
    margin: -46px 0 0;
    padding: 50px max(24px, calc((100vw - var(--ofr-max)) / 2 + 24px)) 56px;
    color: #ffffff;
    background: var(--ofr-blue-deep);
    overflow: visible;
}

.ofr-hero-wetreat > .wp-block-group__inner-container {
    width: min(100%, var(--ofr-max));
    max-width: var(--ofr-max);
    margin: 0 auto;
    padding: 0 !important;
    overflow: visible;
}

.ofr-hero-wetreat h3,
.ofr-hero-wetreat .wp-block-heading {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 28px;
    color: #ffffff;
    font-family: var(--ofr-font-head);
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.ofr-hero-wetreat h3 .grntxt,
.ofr-hero-wetreat .wp-block-heading .grntxt {
    color: var(--ofr-green-text);
}

.ofr-hero-treat-icons.wp-block-group,
.ofr-hero-treat-icons {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(10, 118px);
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    max-width: 1306px;
    margin: 0 auto 22px;
    padding: 8px 0;
    overflow: visible;
}

.ofr-hero-treat-icons p {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 118px;
    min-height: 116px;
    margin: 0;
    padding: 61px 8px 12px;
    color: #ffffff;
    font-family: var(--ofr-font-head);
    font-size: 10.8px;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0.012em;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: normal;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow:
        inset 0 0 0 1px rgba(103, 194, 71, 0.045),
        0 8px 18px rgba(0, 0, 0, 0.14);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
    isolation: isolate;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.ofr-hero-treat-icons p::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.28));
    transition: transform 180ms ease, filter 180ms ease;
}

.ofr-hero-treat-icons p::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.16) 45%, transparent 72%);
    transform: translateX(-120%);
    transition: transform 520ms ease;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .ofr-hero-treat-icons p:hover {
        border-color: rgba(103, 194, 71, 0.44);
        background: rgba(255, 255, 255, 0.052);
    }

    .ofr-hero-treat-icons p:hover::after {
        transform: translateX(120%);
    }
}

.ofr-hero-treat-pet::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-pet1.svg"); }
.ofr-hero-treat-smoke::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-smoke1.svg"); }
.ofr-hero-treat-fire::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-fire1.svg"); }
.ofr-hero-treat-mold::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-mold1.svg"); }
.ofr-hero-treat-pot::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-pot1.svg"); }
.ofr-hero-treat-food::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-food2.svg"); }
.ofr-hero-treat-skunk::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-skunk1.svg"); }
.ofr-hero-treat-veh::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-carfilled2.svg"); }
.ofr-hero-treat-bio::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-bio1.svg"); }
.ofr-hero-treat-hvac::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-hvac1.svg"); }

.ofr-hero-treat-text {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 1320px) {
    .ofr-hero-treat-icons.wp-block-group,
    .ofr-hero-treat-icons {
        grid-template-columns: repeat(10, 108px);
        gap: 12px;
        max-width: 1188px;
    }

    .ofr-hero-treat-icons p {
        width: 108px;
        font-size: 10px;
    }

    .ofr-hero-treat-icons p::before {
        width: 41px;
        height: 41px;
    }
}

@media (max-width: 1120px) {
    .ofr-hero-wetreat {
        margin-top: -42px;
        padding-top: 46px;
    }

    .ofr-hero-treat-icons.wp-block-group,
    .ofr-hero-treat-icons {
        grid-template-columns: repeat(5, 120px);
        gap: 14px;
        max-width: 656px;
    }

    .ofr-hero-treat-icons p {
        width: 120px;
        font-size: 10.4px;
    }
}

@media (max-width: 760px) {
    .ofr-hero-wetreat {
        margin-top: -34px;
        padding: 42px 24px 46px;
    }

    .ofr-hero-treat-icons.wp-block-group,
    .ofr-hero-treat-icons {
        grid-template-columns: repeat(2, minmax(136px, 156px));
        gap: 14px;
        max-width: 342px;
    }

    .ofr-hero-treat-icons p {
        width: auto;
        min-height: 114px;
        padding-top: 58px;
        font-size: 10.3px;
    }

    .ofr-hero-treat-icons p::before {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 390px) {
    .ofr-hero-wetreat {
        margin-top: -30px;
        padding-inline: 18px;
    }

    .ofr-hero-wetreat h3,
    .ofr-hero-wetreat .wp-block-heading {
        font-size: 23px;
        margin-bottom: 24px;
    }

    .ofr-hero-treat-icons.wp-block-group,
    .ofr-hero-treat-icons {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .ofr-hero-treat-icons p {
        min-height: 108px;
        padding: 55px 7px 11px;
        font-size: 9.7px;
    }

    .ofr-hero-treat-icons p::before {
        width: 38px;
        height: 38px;
    }
}

/* ============================================================
   WHY CHOOSE SECTION
   ============================================================ */
.ofr-home-whychoose {
    position: relative;
    z-index: 8;
    width: 100%;
    margin: 0;
    padding: 18px max(24px, calc((100vw - var(--ofr-max)) / 2 + 24px)) 28px;
    color: var(--ofr-blue-deep);
    background:
        radial-gradient(circle at 50% 0%, rgba(103, 194, 71, 0.055), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(2, 20, 47, 0.08);
    border-bottom: 4px solid var(--ofr-blue-mid);
}

.ofr-home-whychoose > .wp-block-group__inner-container {
    width: min(100%, var(--ofr-max));
    max-width: var(--ofr-max);
    margin: 0 auto;
    padding: 0;
}

.ofr-home-whychoose h4,
.ofr-home-whychoose .wp-block-heading {
    margin: 0 0 34px;
    color: var(--ofr-blue-deep);
    font-family: var(--ofr-font-head);
    font-size: clamp(23px, 2vw, 32px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.ofr-home-whychoose h4 .grntxt,
.ofr-home-whychoose .wp-block-heading .grntxt {
    color: var(--ofr-green-text);
}

.ofr-home-whychoose .ofr-home-why-grid.wp-block-grid,
.ofr-home-whychoose .ofr-home-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 46px;
    row-gap: 26px;
    width: min(100%, 1180px);
    margin: 0 auto;
    align-items: start;
}

.ofr-home-whychoose .ofr-home-why-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    text-align: center;
}

.ofr-home-whychoose .ofr-home-why-block::before {
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform-origin: 50% 70%;
}

.ofr-home-whychoose .ofr-home-why-block p {
    margin: 0;
}

.ofr-home-whychoose .ofr-home-why-block p:first-child {
    margin-bottom: 8px;
    color: var(--ofr-blue-deep);
    font-family: var(--ofr-font-head);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ofr-home-whychoose .ofr-home-why-block p:last-child {
    max-width: 220px;
    margin: 0 auto;
    color: rgba(2, 20, 47, 0.82);
    font-family: var(--ofr-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.34;
}

@keyframes ofr-why-icon-breathe {
    0% { transform: scale(1); }
    55% { transform: scale(1.07); }
    100% { transform: scale(1.03); }
}

@media (hover: hover) and (pointer: fine) {
    .ofr-home-whychoose .ofr-home-why-block:hover::before {
        animation: ofr-why-icon-breathe 420ms ease-out both;
    }
}

.ofr-why-perm::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-shield3.svg"); }
.ofr-why-sci::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-beaker.svg"); }
.ofr-why-res::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-buildings.svg"); }
.ofr-why-fast::before { background-image: url("https://odorfreerestoration.com/wp-content/themes/generatepress-child/assets/svg/odorfree-time.svg"); }

@media (max-width: 980px) {
    .ofr-home-whychoose {
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .ofr-home-whychoose h4,
    .ofr-home-whychoose .wp-block-heading {
        margin-bottom: 30px;
    }

    .ofr-home-whychoose .ofr-home-why-grid.wp-block-grid,
    .ofr-home-whychoose .ofr-home-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 700px);
        column-gap: 34px;
        row-gap: 30px;
    }
}

@media (max-width: 560px) {
    .ofr-home-whychoose {
        padding: 26px 24px 34px;
    }

    .ofr-home-whychoose h4,
    .ofr-home-whychoose .wp-block-heading {
        max-width: 360px;
        margin-inline: auto;
        margin-bottom: 30px;
        font-size: 25px;
    }

    .ofr-home-whychoose .ofr-home-why-grid.wp-block-grid,
    .ofr-home-whychoose .ofr-home-why-grid {
        grid-template-columns: 1fr;
        width: min(100%, 320px);
        row-gap: 28px;
    }

    .ofr-home-whychoose .ofr-home-why-block {
        padding: 0 10px;
    }

    .ofr-home-whychoose .ofr-home-why-block::before {
        width: 58px;
        height: 58px;
        margin-bottom: 8px;
    }

    .ofr-home-whychoose .ofr-home-why-block p:first-child {
        font-size: 17px;
    }

    .ofr-home-whychoose .ofr-home-why-block p:last-child {
        font-size: 14px;
        line-height: 1.36;
    }
}

/* ============================================================
   REAL SCIENCE SECTION
   ============================================================ */
.ofr-home-real-block {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: clamp(34px, 3vw, 46px) max(24px, calc((100vw - var(--ofr-max)) / 2 + 24px));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(40px, 4.2vw, 66px);
    color: var(--ofr-white);
    background:
        linear-gradient(90deg, rgba(2, 14, 35, .96) 0%, rgba(3, 20, 49, .88) 38%, rgba(3, 23, 57, .70) 100%),
        var(--ofr-blue-deep);
}

.ofr-home-real-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('/wp-content/uploads/2026/06/ofr-home-real-bg.webp') calc(50% + 280px) center / cover no-repeat;
    opacity: .68;
    pointer-events: none;
}

.ofr-home-real-block::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 68% 46%, rgba(0, 168, 255, .18), transparent 34%),
        linear-gradient(90deg, rgba(2, 14, 35, .98) 0%, rgba(2, 14, 35, .82) 30%, rgba(2, 14, 35, .34) 61%, rgba(2, 14, 35, .70) 100%);
    pointer-events: none;
}

.ofr-home-real-left {
    position: relative;
    flex: 0 0 clamp(420px, 32vw, 500px);
    padding-right: clamp(26px, 3vw, 46px);
}

.ofr-home-real-left::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    opacity: .38;
    background: linear-gradient(to bottom, transparent, rgba(103, 199, 70, .62), transparent);
}

.ofr-home-real-left > .wp-block-group__inner-container,
.ofr-home-real-right > .wp-block-group__inner-container,
.ofr-home-real-right-icon > .wp-block-group__inner-container {
    padding: 0;
}

.ofr-home-real-left h5,
.ofr-home-real-left .wp-block-heading {
    margin: 0 0 18px;
    color: var(--ofr-white);
    font-family: var(--ofr-font-head);
    font-size: clamp(32px, 3vw, 47px);
    font-weight: 600;
    line-height: .94;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ofr-home-real-left .grntxt {
    color: var(--ofr-green);
}

.ofr-home-real-left p {
    max-width: 405px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(13.5px, .82vw, 15px);
    font-weight: 400;
    line-height: 1.44;
}

.ofr-home-real-left p:last-child {
    margin-bottom: 0;
}

.ofr-home-real-right {
    position: relative;
    flex: 1 1 0;
    max-width: 790px;
    display: grid;
    gap: clamp(4px, .7vw, 9px);
}

.ofr-home-real-right-icon {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

.ofr-home-real-right-icon::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 2;
    display: block;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ofr-home-real-pen::before {
    background-image: url('/wp-content/themes/generatepress-child/assets/svg/odorfree-penetrate.svg');
}

.ofr-home-real-ox::before {
    background-image: url('/wp-content/themes/generatepress-child/assets/svg/odorfree-oxidize.svg');
}

.ofr-home-real-per::before {
    background-image: url('/wp-content/themes/generatepress-child/assets/svg/odorfree-perfume.svg');
}

.ofr-home-real-right-icon p {
    margin: 0;
}

.ofr-home-real-right-icon p:first-of-type,
.ofr-home-real-right-icon strong {
    color: var(--ofr-green);
    font-family: var(--ofr-font-head);
    font-size: clamp(18px, 1.42vw, 23px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.ofr-home-real-right-icon p:last-of-type {
    max-width: 390px;
    margin-top: 3px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(13px, .78vw, 14.5px);
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .ofr-home-real-block {
        gap: 30px;
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .ofr-home-real-block::before {
        background-position: calc(50% + 200px) center;
        opacity: .58;
    }

    .ofr-home-real-left {
        flex-basis: 390px;
        padding-right: 34px;
    }

    .ofr-home-real-right {
        max-width: 620px;
        gap: 8px;
    }

    .ofr-home-real-right-icon {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 15px;
    }

    .ofr-home-real-right-icon::before {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 820px) {
    .ofr-home-real-block {
        flex-direction: column;
        align-items: center;
        gap: 26px;
        padding: 38px 20px 42px;
    }

    .ofr-home-real-block::before {
        background-position: center center;
        opacity: .48;
    }

    .ofr-home-real-block::after {
        background:
            radial-gradient(circle at 50% 42%, rgba(0, 168, 255, .18), transparent 38%),
            linear-gradient(180deg, rgba(2, 14, 35, .96), rgba(3, 24, 55, .78));
    }

    .ofr-home-real-left {
        flex-basis: auto;
        max-width: 620px;
        padding-right: 0;
        text-align: center;
    }

    .ofr-home-real-left::after {
        display: none;
    }

    .ofr-home-real-left p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .ofr-home-real-right {
        width: min(100%, 560px);
        max-width: 560px;
        gap: 12px;
    }

    .ofr-home-real-right-icon {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 14px;
        text-align: left;
    }

    .ofr-home-real-right-icon::before {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 520px) {
    .ofr-home-real-block {
        padding: 36px 20px 40px;
        gap: 24px;
    }

    .ofr-home-real-left h5,
    .ofr-home-real-left .wp-block-heading {
        font-size: clamp(32px, 10.5vw, 44px);
    }

    .ofr-home-real-right {
        gap: 18px;
    }

    .ofr-home-real-right-icon {
        width: min(100%, 300px);
        margin: 0 auto;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
        text-align: center;
    }

    .ofr-home-real-right-icon::before {
        width: 62px;
        height: 62px;
    }

    .ofr-home-real-right-icon p {
        justify-self: center;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .ofr-home-real-right-icon p:first-of-type,
    .ofr-home-real-right-icon strong {
        line-height: 1.05;
    }

    .ofr-home-real-right-icon p:last-of-type {
        max-width: 300px;
        margin-top: 2px;
    }
}
/* ============================================================
   PROFESSIONAL ENVIRONMENTS
   ============================================================ */
.ofr-home-professional-block {
    position: relative;
    z-index: 8;
    width: 100%;
    margin: 0;
    padding: clamp(30px, 3.2vw, 48px) max(24px, calc((100vw - var(--ofr-max)) / 2 + 24px)) clamp(42px, 4vw, 60px);
    color: var(--ofr-blue-deep);
    background:
        radial-gradient(circle at 50% 0%, rgba(103, 194, 71, .045), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(2, 20, 47, .08);
}

.ofr-home-professional-block > .wp-block-group__inner-container {
    width: min(100%, var(--ofr-max));
    max-width: var(--ofr-max);
    margin: 0 auto;
    padding: 0;
}

.ofr-home-professional-block h6,
.ofr-home-professional-block .wp-block-heading {
    margin: 0 0 clamp(24px, 2.2vw, 32px);
    color: var(--ofr-blue-deep);
    font-family: var(--ofr-font-head);
    font-size: clamp(23px, 2vw, 32px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
}

.ofr-home-professional-block h6 .grntxt,
.ofr-home-professional-block .wp-block-heading .grntxt {
    color: var(--ofr-green-text);
}

.ofr-home-professional-block .ofr-home-pro-where {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: clamp(22px, 2.2vw, 32px);
    width: min(100%, 1260px);
    margin: 0 auto;
}

.home .site-main .ofr-home-professional-block .ofr-home-pro-where .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

.ofr-home-pro-res,
.ofr-home-pro-com,
.ofr-home-pro-car {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(2, 33, 71, .12);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(2, 33, 71, .12);
}

.ofr-home-pro-res > .wp-block-group__inner-container,
.ofr-home-pro-com > .wp-block-group__inner-container,
.ofr-home-pro-car > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.ofr-home-pro-res .wp-block-image,
.ofr-home-pro-com .wp-block-image,
.ofr-home-pro-car .wp-block-image {
    width: 100%;
    margin: 0 !important;
    line-height: 0;
}

.ofr-home-pro-res .wp-block-image img,
.ofr-home-pro-com .wp-block-image img,
.ofr-home-pro-car .wp-block-image img {
    display: block;
    width: 100%;
    height: clamp(160px, 12vw, 192px);
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}

.ofr-home-pro-ico {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    margin: -38px 0 10px 26px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background:
        center / 43px 43px no-repeat,
        linear-gradient(145deg, #062550 0%, #02142f 100%);
    box-shadow: 0 8px 18px rgba(2, 33, 71, .28);
}

.ofr-home-pro-res .ofr-home-pro-ico {
    background-image:
        url("/wp-content/themes/generatepress-child/assets/svg/odorfree-home1.svg"),
        linear-gradient(145deg, #062550 0%, #02142f 100%);
}

.ofr-home-pro-com .ofr-home-pro-ico {
    background-image:
        url("/wp-content/themes/generatepress-child/assets/svg/odorfree-business1.svg"),
        linear-gradient(145deg, #062550 0%, #02142f 100%);
}

.ofr-home-pro-car .ofr-home-pro-ico {
    background-image:
        url("/wp-content/themes/generatepress-child/assets/svg/odorfree-car1.svg"),
        linear-gradient(145deg, #062550 0%, #02142f 100%);
}

.ofr-home-pro-res p,
.ofr-home-pro-com p,
.ofr-home-pro-car p {
    margin: 0;
    padding: 0 26px;
    color: rgba(2, 20, 47, .82);
    font-size: clamp(13px, .82vw, 14.5px);
    font-weight: 400;
    line-height: 1.36;
}

.ofr-home-pro-res p strong,
.ofr-home-pro-com p strong,
.ofr-home-pro-car p strong {
    display: block;
    margin: 0 0 8px;
    color: var(--ofr-green-text);
    font-family: var(--ofr-font-head);
    font-size: clamp(22px, 1.75vw, 28px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.ofr-home-pro-res .wp-block-buttons,
.ofr-home-pro-com .wp-block-buttons,
.ofr-home-pro-car .wp-block-buttons {
    display: block;
    margin: auto 0 0;
    padding: 18px 26px 24px;
}

.ofr-home-professional-block .wp-block-button,
.ofr-home-professional-block .wp-block-button__link {
    margin: 0;
}

.ofr-home-professional-block .wp-block-button__link {
    position: relative;
    min-height: 0 !important;
    padding: 0 !important;
    color: var(--ofr-blue-deep) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: var(--ofr-font-head);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none !important;
}

.ofr-home-professional-block .wp-block-button__link::after {
    content: "→";
    display: inline-block;
    margin-left: 9px;
    color: var(--ofr-green-text);
    transition: transform .18s ease;
}

.ofr-home-professional-block .wp-block-button__link:hover {
    color: var(--ofr-blue-deep) !important;
    background: transparent !important;
}

.ofr-home-professional-block .wp-block-button__link:hover::after {
    transform: translateX(4px);
}

@media (max-width: 1100px) {
    .ofr-home-professional-block .ofr-home-pro-where {
        gap: 18px;
    }

    .ofr-home-pro-res .wp-block-image img,
    .ofr-home-pro-com .wp-block-image img,
    .ofr-home-pro-car .wp-block-image img {
        height: 150px;
    }

    .ofr-home-pro-ico {
        width: 68px;
        height: 68px;
        margin: -34px 0 9px 20px;
        background-size: 38px 38px, auto;
    }

    .ofr-home-pro-res p,
    .ofr-home-pro-com p,
    .ofr-home-pro-car p {
        padding: 0 20px;
        font-size: 13px;
    }

    .ofr-home-pro-res p strong,
    .ofr-home-pro-com p strong,
    .ofr-home-pro-car p strong {
        font-size: 22px;
    }

    .ofr-home-pro-res .wp-block-buttons,
    .ofr-home-pro-com .wp-block-buttons,
    .ofr-home-pro-car .wp-block-buttons {
        padding: 16px 20px 22px;
    }
}

@media (max-width: 720px) {
    .ofr-home-professional-block {
        padding: 38px 20px 50px;
    }

    .ofr-home-professional-block .ofr-home-pro-where {
        grid-template-columns: 1fr !important;
        gap: 26px;
        width: min(100%, 420px);
    }

    .ofr-home-pro-res .wp-block-image img,
    .ofr-home-pro-com .wp-block-image img,
    .ofr-home-pro-car .wp-block-image img {
        height: 178px;
    }

    .ofr-home-pro-ico {
        margin-left: 24px;
    }
}

