/* Abraham AC: shared presentation for WordPress and virtual page families. */
body.abraham-designed {
    --abe-ink: oklch(25% 0.065 255);
    --abe-navy: oklch(31% 0.10 255);
    --abe-blue: oklch(66% 0.15 239);
    --abe-focus: oklch(62% 0.10 239);
    --abe-link: oklch(43% 0.10 241);
    --abe-orange: oklch(73% 0.185 44);
    --abe-orange-hover: oklch(78% 0.16 48);
    --abe-surface: oklch(97% 0.013 235);
    --abe-white: oklch(100% 0 0);
    --abe-muted: oklch(46% 0.035 251);
    --abe-line: oklch(89% 0.024 241);
    --abe-heading-font: 'Barlow Semi Condensed', sans-serif;
    --abe-body-font: 'Instrument Sans', sans-serif;
    --heading-font: var(--abe-heading-font);
    --paragraph-font: var(--abe-body-font);
    --abe-width: 1240px;
    --abe-reading: 72ch;
    --abe-gutter: clamp(20px, 4vw, 48px);
    --abe-space: clamp(48px, 6vw, 84px);
    --primary-color: var(--abe-orange);
    --secondary-color: var(--abe-blue);
    --dark-blue: var(--abe-navy);
    --light-blue: var(--abe-surface);
    --paragraph-color: var(--abe-ink);
    --abraham-fixed-header-offset: 108px;
    background: var(--abe-white);
    color: var(--abe-ink);
    font-family: var(--abe-body-font);
    font-size: 17px;
    line-height: 1.65;
    padding-top: 0 !important;
    -webkit-font-smoothing: antialiased;
}

body.abraham-designed :where(p, li, a, button, input, select, textarea, label, summary, table, figcaption, small) {
    font-family: var(--abe-body-font);
}

body.abraham-designed :is(h1, h2, h3, .h1, .h2, .h3) {
    font-family: var(--abe-heading-font);
    font-weight: 700;
    letter-spacing: -.015em;
    text-transform: none;
    text-wrap: balance;
    overflow-wrap: break-word;
}

body.abraham-designed :is(h4, h5, h6) {
    font-family: var(--abe-body-font);
    font-weight: 700;
    line-height: 1.35;
}

body.abraham-designed h1 {
    font-size: clamp(38px, 5.1vw, 68px);
    line-height: 1.04;
}

body.abraham-designed h2 {
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.12;
}

body.abraham-designed h3 {
    font-size: clamp(24px, 2.5vw, 30px);
    line-height: 1.2;
}

body.abraham-designed :is(button, input, select, textarea) {
    font-size: 16px;
}

body.abraham-designed :is(a, button, input, select, textarea, summary):focus-visible,
body.abraham-designed.home :is(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid var(--abe-focus);
    outline-offset: 4px;
}

body.abraham-designed .container {
    max-width: calc(var(--abe-width) + var(--abe-gutter) * 2);
    padding-left: var(--abe-gutter);
    padding-right: var(--abe-gutter);
}

/* The sticky header reserves its own height, including wrapped promotion text. */
body.abraham-designed #page-header {
    position: sticky;
    inset: 0 0 auto;
    background: var(--abe-white);
    border-bottom: 1px solid var(--abe-line);
    box-shadow: none;
    transform: none;
}

body.abraham-designed #page-header .header-notification-bar {
    display: block;
    padding: 0;
    background: var(--abe-navy);
    color: var(--abe-white);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: none;
}

body.abraham-designed #page-header .header-notification-bar__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    gap: 12px;
}

body.abraham-designed #page-header .header-notification-bar__link {
    min-height: 28px !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
}

body.abraham-designed #page-header .header-wrap {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.abraham-designed #page-header .logo {
    flex: 0 1 210px;
    max-width: 210px;
}

body.abraham-designed #page-header .logo-container,
body.abraham-designed #page-header .logo-container img {
    max-height: 54px;
}

body.abraham-designed #page-header .nav-primary > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

body.abraham-designed #page-header .navbar {
    border: 0;
    box-shadow: none;
}

body.abraham-designed #page-header :is(.toggle-menu, .js-search-toggle) {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 10px;
    color: var(--abe-navy);
    background: var(--abe-surface);
    transition: background 150ms ease;
}

body.abraham-designed .abraham-trust-bar {
    background: var(--abe-surface);
    color: var(--abe-navy);
    border-bottom: 1px solid var(--abe-line);
    padding: 8px var(--abe-gutter);
    font-size: 12px;
    gap: 8px 20px;
}

body.abraham-designed .abraham-trust-bar__stars {
    color: oklch(49% 0.105 67);
}

body.abraham-designed .abraham-trust-bar__divider {
    color: var(--abe-line);
}

/* Service actions use a single shape and contrast hierarchy. */
body.abraham-designed :is(.btn, .abraham-broward-btn, .abraham-quick-answer__actions a, .abraham-ac-repair-launch__actions a, .abe-cta-book) {
    min-height: 50px;
    border-radius: 10px;
    font-family: var(--abe-body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}

body.abraham-designed :is(.btn-primary, .abraham-broward-btn--primary, .abe-cta-book),
body.abraham-designed .abraham-quick-answer__actions a:first-child,
body.abraham-designed .abraham-ac-repair-launch__actions a:first-child {
    background: var(--abe-orange);
    border-color: var(--abe-orange);
    color: var(--abe-ink);
}

body.abraham-designed :is(.btn-primary, .abraham-broward-btn--primary, .abe-cta-book):hover,
body.abraham-designed .abraham-quick-answer__actions a:first-child:hover,
body.abraham-designed .abraham-ac-repair-launch__actions a:first-child:hover {
    background: var(--abe-orange-hover);
    border-color: var(--abe-orange-hover);
    color: var(--abe-ink);
}

body.abraham-designed .abraham-broward-btn--secondary {
    background: transparent;
    border: 1.5px solid currentColor;
    color: inherit;
}

body.abraham-designed .abraham-quick-answer__actions a:nth-child(2),
body.abraham-designed .abraham-ac-repair-launch__actions a:nth-child(2) {
    border: 1px solid var(--abe-navy);
    color: var(--abe-navy);
    background: var(--abe-white);
}

body.abraham-designed .abraham-quick-answer__actions a:last-child,
body.abraham-designed .abraham-ac-repair-launch__actions a:last-child {
    border: 1px solid var(--abe-navy);
    background: var(--abe-navy);
    color: var(--abe-white);
}

body.abraham-designed :is(.abraham-broward-actions, .abraham-quick-answer__actions, .abraham-ac-repair-launch__actions) {
    gap: 12px;
    align-items: stretch;
}

/* Compact page introductions leave room for an answer and an action. */
body.abraham-designed .masthead--innerpage {
    background: var(--abe-surface);
    border-bottom: 1px solid var(--abe-line);
    border-radius: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
}

body.abraham-designed .masthead--innerpage__wrapper {
    padding: 34px 0 28px !important;
    min-height: 0;
}

body.abraham-designed .masthead--innerpage__text {
    text-align: left;
    max-width: 1000px;
    margin: 0;
}

body.abraham-designed .masthead--innerpage__text h1 {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.05;
    margin: 0 0 20px;
    text-shadow: none;
    text-align: left;
}

body.abraham-designed :is(.masthead--innerpage__bg, .masthead--innerpage__wave) {
    display: none;
}

body.abraham-designed .masthead--innerpage :is(.breadcrumbs, .breadcrumbs a, .breadcrumbs span, .breadcrumbs li) {
    font-family: var(--abe-body-font);
    color: var(--abe-link);
    font-size: 14px;
    line-height: 1.5;
    text-shadow: none;
    text-align: left;
}

body.abraham-designed .abraham-quick-answer {
    max-width: 1120px;
    margin: 28px auto;
    padding: 24px 28px;
    border: 1px solid var(--abe-line);
    border-left: 4px solid var(--abe-blue);
    border-radius: 0 12px 12px 0;
    box-shadow: none;
    background: var(--abe-surface);
}

body.abraham-designed .abraham-quick-answer h2 {
    font-family: var(--abe-body-font);
    color: var(--abe-navy);
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: -.015em;
    text-wrap: pretty;
}

body.abraham-designed .abraham-quick-answer p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--abe-ink);
    margin: 0;
}

body.abraham-designed .abraham-ac-repair-launch {
    max-width: 1120px;
    border: 1px solid var(--abe-line);
    border-radius: 16px;
    box-shadow: none;
    padding: clamp(24px, 4vw, 44px);
    margin: 0 auto 48px;
    background: var(--abe-white);
}

body.abraham-designed .abraham-ac-repair-launch h2 {
    font-family: var(--abe-heading-font);
    font-size: clamp(30px, 3.6vw, 44px);
    color: var(--abe-navy);
    line-height: 1.1;
    margin-bottom: 18px;
}

body.abraham-designed .abraham-ac-repair-launch :is(p, li) {
    font-size: 17px;
    line-height: 1.65;
    color: var(--abe-ink);
}

body.abraham-designed .abraham-ac-repair-launch__actions + p {
    margin-top: 20px;
}

body.abraham-designed :is(.abraham-ac-repair-launch__eyebrow, .abraham-broward-eyebrow, .abraham-equipment-eyebrow) {
    color: var(--abe-link);
    font-family: var(--abe-body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 12px;
}

body.abraham-designed .abraham-ac-repair-launch__proof li {
    background: var(--abe-surface);
    border: 0;
    border-left: 3px solid var(--abe-blue);
    border-radius: 0;
    color: var(--abe-navy);
    font-size: 15px;
    font-weight: 600;
    padding: 14px 18px;
}

body.abraham-designed .abraham-ac-repair-launch__steps li,
body.abraham-designed .abraham-ac-repair-launch__matrix > div {
    min-height: 0;
    border: 0;
    border-top: 1px solid var(--abe-line);
    border-radius: 0;
    background: transparent;
    padding: 20px 12px 8px 0;
}

body.abraham-designed .abraham-ac-repair-launch__steps :is(strong, span),
body.abraham-designed .abraham-ac-repair-launch__matrix :is(strong, span) {
    font-size: 16px;
    line-height: 1.55;
}

body.abraham-designed .abraham-broward-hero {
    background: var(--abe-navy);
    color: var(--abe-white);
    padding: 44px 0 40px;
}

body.abraham-designed .abraham-broward-hero h1 {
    font-family: var(--abe-heading-font);
    font-size: clamp(38px, 4.7vw, 64px);
    line-height: 1.05;
    max-width: 950px;
    margin-bottom: 24px;
}

body.abraham-designed .abraham-broward-hero .abraham-broward-eyebrow {
    color: oklch(85% 0.07 233);
}

body.abraham-designed .abraham-broward-hero .abraham-quick-answer {
    background: transparent;
    border: 0;
    border-left: 3px solid var(--abe-blue);
    border-radius: 0;
    max-width: 920px;
    margin: 0 0 24px;
    padding: 0 0 0 22px;
}

body.abraham-designed .abraham-broward-hero .abraham-quick-answer :is(h2, p) {
    color: var(--abe-white);
}

body.abraham-designed .abraham-broward-trust {
    gap: 10px 24px;
    border-top: 1px solid oklch(100% 0 0 / .2);
    padding-top: 20px;
    margin-top: 24px;
}

body.abraham-designed .abraham-broward-trust li {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

body.abraham-designed .abraham-broward-section {
    padding: var(--abe-space) 0;
}

body.abraham-designed .abraham-broward-section--muted {
    background: var(--abe-surface);
}

body.abraham-designed .abraham-broward-section h2 {
    font-size: clamp(30px, 3vw, 42px);
    color: var(--abe-navy);
    line-height: 1.12;
    margin-bottom: 22px;
}

body.abraham-designed .abraham-broward-section :is(p, li) {
    color: var(--abe-ink);
    font-size: 17px;
    line-height: 1.7;
}

body.abraham-designed .abraham-broward-grid {
    gap: clamp(28px, 5vw, 72px);
}

body.abraham-designed .abraham-broward-panel {
    background: var(--abe-surface);
    border: 1px solid var(--abe-line);
    border-radius: 14px;
    padding: 28px;
}

body.abraham-designed :is(.abraham-broward-link-grid, .abraham-broward-nearby, .abraham-blog-related-links div) {
    gap: 10px;
}

body.abraham-designed :is(.abraham-broward-link-grid, .abraham-broward-nearby, .abraham-blog-related-links) a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 18px;
    border: 1px solid var(--abe-line);
    border-radius: 8px;
    background: var(--abe-white);
    color: var(--abe-navy);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    box-shadow: none;
}

body.abraham-designed :is(.abraham-broward-link-grid, .abraham-broward-nearby, .abraham-blog-related-links) a:hover {
    color: var(--abe-link);
    border-color: var(--abe-blue);
    background: var(--abe-surface);
}

body.abraham-designed .abraham-faq-list {
    gap: 0;
    border-top: 1px solid var(--abe-line);
}

body.abraham-designed .abraham-faq-item {
    border: 0;
    border-bottom: 1px solid var(--abe-line);
    border-radius: 0;
    background: var(--abe-white);
}

body.abraham-designed .abraham-faq-question {
    font-family: var(--abe-body-font);
    color: var(--abe-navy);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    padding: 23px 60px 23px 4px;
}

body.abraham-designed .abraham-faq-answer {
    border: 0;
    padding: 0 60px 24px 4px;
}

body.abraham-designed .abraham-faq-answer p {
    max-width: var(--abe-reading);
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    body.abraham-designed #page-header .header-wrap {
        min-height: 68px;
        padding: 8px 0;
    }

    body.abraham-designed #page-header .header-right {
        flex-wrap: nowrap;
        gap: 8px;
    }

    body.abraham-designed #page-header .nav-primary > ul > li > a {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    body.abraham-designed {
        --abe-gutter: 22px;
        font-size: 16px;
    }

    body.abraham-designed #page-header > .container {
        padding: 0 16px;
    }

    body.abraham-designed #page-header .header-notification-bar .container {
        padding: 0 16px;
    }

    body.abraham-designed #page-header .header-notification-bar__content {
        flex-wrap: nowrap;
        justify-content: space-between;
        min-height: 44px;
        gap: 12px;
    }

    body.abraham-designed #page-header .header-notification-bar__message {
        flex: 1;
        text-align: left;
        font-size: 11px;
        line-height: 1.3;
    }

    body.abraham-designed #page-header .header-notification-bar__link {
        flex: 0 0 92px;
        min-height: 44px !important;
        font-size: 11px;
        line-height: 1.3;
        white-space: normal;
        text-align: left;
    }

    body.abraham-designed #page-header .logo {
        flex-basis: 168px;
        max-width: 168px;
    }

    body.abraham-designed .abraham-trust-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 9px 16px;
        gap: 6px 14px;
        font-size: 11px;
    }

    body.abraham-designed .abraham-trust-bar__item {
        white-space: normal;
    }

    body.abraham-designed .masthead--innerpage__wrapper {
        padding: 30px 0 24px;
    }

    body.abraham-designed .masthead--innerpage__text h1 {
        margin-bottom: 16px;
    }

    body.abraham-designed .masthead--innerpage .breadcrumbs :is(a, span) {
        font-size: 13px;
    }

    body.abraham-designed .abraham-quick-answer {
        width: calc(100% - 32px);
        padding: 20px;
        margin: 24px auto;
    }

    body.abraham-designed .abraham-quick-answer h2 {
        font-size: 18px;
    }

    body.abraham-designed .abraham-quick-answer p {
        font-size: 15px;
        line-height: 1.6;
    }

    body.abraham-designed .abraham-ac-repair-launch {
        width: calc(100% - 32px);
        padding: 24px;
        margin-bottom: 32px;
    }

    body.abraham-designed .abraham-ac-repair-launch :is(p, li) {
        font-size: 16px;
    }

    body.abraham-designed .abraham-broward-hero {
        padding: 32px 0;
    }

    body.abraham-designed .abraham-broward-hero .abraham-quick-answer {
        width: 100%;
        padding-left: 18px;
        margin: 0 0 22px;
    }

    body.abraham-designed .abraham-broward-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.abraham-designed .abraham-broward-panel {
        padding: 24px;
    }

    body.abraham-designed .abraham-faq-question {
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body.abraham-designed .abraham-faq-answer {
        padding-right: 12px;
    }
}

@media (max-width: 359px) {
    body.abraham-designed {
        --abe-gutter: 18px;
    }

    body.abraham-designed #page-header .logo {
        flex-basis: 142px;
        max-width: 142px;
    }

    body.abraham-designed #page-header .header-right {
        gap: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.abraham-designed :is(a, button, .btn, .toggle-menu) {
        transition: none;
    }
}

/* Homepage: useful service copy and an honest, existing service illustration. */
body.abraham-designed.home .masthead--homepage.abe-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(32px, 4vw, 64px);
    max-width: 1440px;
    min-height: 0;
    margin: 0 auto !important;
    padding: 48px var(--abe-gutter) 52px;
    overflow: hidden;
    background: var(--abe-white) !important;
    color: var(--abe-ink);
}

body.abraham-designed.home .masthead--homepage.abe-hero > picture {
    display: block;
    position: relative;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 430px;
    max-height: 660px;
    border-radius: 24px 24px 72px 24px;
    overflow: hidden;
    background: var(--abe-surface);
}

body.abraham-designed.home .masthead--homepage .abe-hero__bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 57% center;
    opacity: 1;
}

body.abraham-designed.home .masthead--homepage.abe-hero :is(.abe-hero__scrim, .masthead__wave, .abe-hero__mobile-canvas) {
    display: none;
}

body.abraham-designed.home .masthead--homepage.abe-hero .masthead__wrapper {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    min-height: 0;
}

body.abraham-designed.home .masthead--homepage.abe-hero .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.abraham-designed.home .masthead--homepage .abe-hero__copy {
    max-width: 620px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    text-align: left;
    align-items: stretch;
}

body.abraham-designed.home .masthead--homepage .abe-hero__status {
    align-self: flex-start;
    justify-content: flex-start;
    color: var(--abe-link);
    font-family: var(--abe-body-font);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 12px;
}

body.abraham-designed.home .masthead--homepage .abe-hero__dot {
    background: var(--abe-blue);
    width: 7px;
    height: 7px;
    animation: none;
    box-shadow: none;
}

body.abraham-designed.home .masthead--homepage .abe-hero__kicker {
    align-self: flex-start;
    text-align: left;
    font-family: var(--abe-body-font);
    color: var(--abe-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 16px;
}

body.abraham-designed.home .masthead--homepage.abe-hero h1 {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    font-weight: 700;
    font-size: clamp(44px, 4.5vw, 68px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.02em;
    text-shadow: none;
    margin: 0 !important;
}

body.abraham-designed.home .masthead--homepage .abe-hero__beat { color: inherit; }

body.abraham-designed.home .masthead--homepage.abe-hero .masthead__tagline {
    text-shadow: none;
    color: var(--abe-ink);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 48ch;
    margin: 22px 0 26px;
}

body.abraham-designed.home .masthead--homepage .abe-hero__cta {
    order: 4;
    gap: 12px;
    margin: 0 0 26px;
    align-items: stretch;
}

body.abraham-designed.home .masthead--homepage .abe-hero__book.btn {
    min-height: 56px;
    padding: 16px 22px 16px 50px;
    border-radius: 10px;
    color: var(--abe-ink);
    background: var(--abe-orange);
    box-shadow: none;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
}

body.abraham-designed.home .abe-call {
    min-height: 56px;
    border: 1px solid var(--abe-navy);
    border-radius: 10px;
    padding: 9px 16px;
    gap: 10px;
    color: var(--abe-navy);
    background: var(--abe-white);
}

body.abraham-designed.home .abe-call__ic {
    width: 28px;
    height: 28px;
    background: none;
    color: var(--abe-navy);
}

body.abraham-designed.home .abe-call__label {
    color: var(--abe-muted);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}

body.abraham-designed.home .abe-call__num {
    color: var(--abe-navy);
    font-size: 19px;
    font-weight: 700;
}

body.abraham-designed.home .masthead--homepage .abe-hero__trust {
    order: 5;
    gap: 9px;
    margin: 0 0 22px;
}

body.abraham-designed.home .masthead--homepage .abe-hero__trust li {
    color: var(--abe-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.abraham-designed.home .masthead--homepage .abe-hero__trust i {
    width: 18px;
    height: 18px;
    background: var(--abe-surface);
    color: var(--abe-link);
}

body.abraham-designed.home .masthead--homepage .abe-hero__promo {
    box-shadow: none;
    text-align: left;
    border: 0;
    border-top: 1px solid var(--abe-line);
    border-radius: 0;
    background: none;
    padding: 16px 0 0;
    gap: 6px 10px;
    margin: 0;
}

body.abraham-designed.home .masthead--homepage .abe-hero__promo :is(strong, .abraham-hero-promo__label, .abe-hero__promo-sub) {
    font-family: var(--abe-body-font);
    color: var(--abe-navy);
    letter-spacing: 0;
    text-transform: none;
}

body.abraham-designed.home .masthead--homepage .abe-hero__promo strong { font-size: 21px; font-weight: 700; font-style: normal; }
body.abraham-designed.home .masthead--homepage .abe-hero__promo .abe-hero__promo-sub { font-size: 13px; color: var(--abe-navy) !important; }
body.abraham-designed.home .masthead--homepage .abe-hero__promo a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    text-transform: none;
    background: var(--abe-surface);
    color: var(--abe-link);
}

body.abraham-designed.home .review {
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid var(--abe-line);
    border-bottom: 1px solid var(--abe-line);
    background: var(--abe-white);
}

body.abraham-designed.home .review__col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 38px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.abraham-designed.home .review__logo img { max-height: 42px; width: auto; }

/* Stable initial layout, including content whose legacy stylesheet is deferred. */
body.abraham-designed.home .abraham-home-hvac-company-band {
    padding: var(--abe-space) var(--abe-gutter);
    background: var(--abe-surface);
}

body.abraham-designed.home .abraham-home-hvac-company-panel {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.abraham-designed.home .abraham-home-hvac-company-panel :is(h2, h3) {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    text-transform: none;
    margin: 0 0 22px;
}

body.abraham-designed.home .abraham-home-hvac-company-panel p {
    max-width: 86ch;
    font-size: 17px;
    line-height: 1.7;
    color: var(--abe-ink);
}

body.abraham-designed.home .abraham-home-hvac-company-panel .abraham-home-hvac-company-panel__proof-card {
    background: var(--abe-navy);
}

body.abraham-designed.home .abraham-home-hvac-company-panel .abraham-home-hvac-company-panel__proof-card :is(h3, p) {
    color: var(--abe-white);
}

body.abraham-designed.home .abraham-home-hvac-company-panel__copy > p a {
    color: var(--abe-link);
    text-decoration: underline;
}

/* Override the legacy important link colors before deferred homepage styles load. */
body.abraham-designed.home #main-content .abraham-home-hvac-company-panel__proof-card .abraham-ac-repair-launch__actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    background: var(--abe-orange);
    border: 1px solid var(--abe-orange);
    color: var(--abe-ink) !important;
}

body.abraham-designed.home #main-content .abraham-home-hvac-company-panel__proof-card .abraham-ac-repair-launch__actions > a:hover {
    background: var(--abe-orange-hover);
    border-color: var(--abe-orange-hover);
}

body.abraham-designed.home #main-content .abraham-home-hvac-company-panel__proof-card > p a {
    color: var(--abe-orange) !important;
    text-decoration: underline;
}

body.abraham-designed.home .abraham-home-hvac-company-panel ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 24px 0 0;
}

body.abraham-designed.home .abraham-home-hvac-company-panel li { padding: 0; margin: 0; }
body.abraham-designed.home .abraham-home-hvac-company-panel li::before { content: none; }
body.abraham-designed.home .abraham-home-hvac-company-panel li a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 16px;
    color: var(--abe-link);
    border: 1px solid var(--abe-line);
    border-radius: 8px;
    background: var(--abe-white);
    font-size: 15px;
    font-weight: 600;
}

/* Editorial guides: light reading surfaces, shorter preambles, useful tables. */
body.abraham-designed :is(.abraham-aeo-hero, .abraham-legacy-post-hero) {
    background: var(--abe-surface);
    color: var(--abe-ink);
    border-bottom: 1px solid var(--abe-line);
    padding: 40px 0;
}

body.abraham-designed :is(.abraham-aeo-hero, .abraham-legacy-post-hero) h1 {
    max-width: 1000px;
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.06;
    margin: 12px 0 20px;
}

body.abraham-designed :is(.abraham-aeo-eyebrow, .abraham-aeo-meta, .abraham-aeo-breadcrumb) {
    color: var(--abe-muted);
    font-family: var(--abe-body-font);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-transform: none;
    margin-bottom: 14px;
}

body.abraham-designed .abraham-aeo-breadcrumb a { color: var(--abe-link); }
body.abraham-designed .abraham-legacy-post-hero .blog-single-breadcrumb { color: var(--abe-link) !important; }
body.abraham-designed .abraham-legacy-post-hero .blog-single-breadcrumb :is(a, li, span) { color: var(--abe-link); text-decoration-color: currentColor; }
body.abraham-designed .abraham-legacy-post-hero .blog-single-breadcrumb li + li::before { color: var(--abe-muted); display: inline-block; position: static; width: auto; height: auto; background: none; border-radius: 0; transform: none; line-height: inherit; }
body.abraham-designed .abraham-legacy-post-hero :is(.blog-single-meta, .blog-meta__reading_time, .blog-meta__date, .social-share-row__item),
body.abraham-designed .abraham-legacy-post-hero .social-share-row :is(a, li) { color: var(--abe-muted); }
body.abraham-designed .abraham-legacy-post-hero .blog-meta__divider circle { fill: var(--abe-muted); }
body.abraham-designed .abraham-legacy-post-hero .social-share-row-grey .resp-sharing-button__icon--solid { fill: var(--abe-muted); }
body.abraham-designed .abraham-aeo-hero .abraham-quick-answer {
    margin: 24px 0;
    padding: 0 0 0 20px;
    border: 0;
    border-left: 3px solid var(--abe-blue);
    background: transparent;
    border-radius: 0;
    max-width: 88ch;
}

body.abraham-designed .abraham-aeo-hero .abraham-quick-answer :is(h2, p) { color: var(--abe-ink); }
body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) {
    max-width: 900px;
    margin: 0 auto;
    padding: 44px var(--abe-gutter) 64px;
}

body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) :is(p, li) {
    color: var(--abe-ink);
    font-size: 17px;
    line-height: 1.8;
}

body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) h2 {
    font-family: var(--abe-heading-font);
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.15;
    color: var(--abe-navy);
    margin: 44px 0 20px;
}

body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) h3 {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    font-size: 27px;
    margin: 30px 0 14px;
}

body.abraham-designed :is(.abraham-aeo-table-wrap, .abraham-equipment-table-wrap) {
    overflow-x: auto;
    border: 1px solid var(--abe-line);
    border-radius: 12px;
    margin: 24px 0;
}

body.abraham-designed :is(.abraham-aeo-table, .abraham-equipment-specs) {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    font-size: 15px;
    line-height: 1.6;
}

body.abraham-designed :is(.abraham-aeo-table, .abraham-equipment-specs) :is(th, td) {
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid var(--abe-line);
    text-align: left;
}

body.abraham-designed :is(.abraham-aeo-table, .abraham-equipment-specs) th {
    background: var(--abe-surface);
    color: var(--abe-navy);
}

body.abraham-designed :is(.abraham-blog-inline-cta, .abraham-blog-hero-cta, .abraham-blog-related, .abraham-aeo-cta) {
    padding: 28px;
    margin: 36px 0;
    background: var(--abe-surface);
    color: var(--abe-ink);
    border: 1px solid var(--abe-line);
    border-left: 4px solid var(--abe-blue);
    border-radius: 0 12px 12px 0;
    box-shadow: none;
}

body.abraham-designed :is(.abraham-blog-inline-cta, .abraham-blog-hero-cta, .abraham-blog-related, .abraham-aeo-cta) :is(h2, h3, p) { color: var(--abe-navy); }
body.abraham-designed :is(.abraham-blog-inline-cta, .abraham-blog-hero-cta, .abraham-blog-related, .abraham-aeo-cta) h2 { margin-top: 0; }
body.abraham-designed .toc-container {
    background: var(--abe-surface);
    border: 1px solid var(--abe-line);
    border-radius: 12px;
    box-shadow: none;
    padding: 24px;
    margin: 0 0 32px;
}

body.abraham-designed :is(.blog-post__item, .abraham-aeo-index-grid > a, .abraham-aeo-resource-grid > a) {
    border: 1px solid var(--abe-line);
    border-radius: 14px;
    overflow: hidden;
    background: var(--abe-white);
    box-shadow: none;
}

body.abraham-designed .blog-post__img-container { aspect-ratio: 16 / 10; border-radius: 0; }
body.abraham-designed .blog-post__img-container img { width: 100%; height: 100%; object-fit: cover; }
body.abraham-designed .blog-post__title { font-family: var(--abe-heading-font); font-size: 28px; line-height: 1.16; text-transform: none; color: var(--abe-navy); }
body.abraham-designed .blog-post__excerpt { color: var(--abe-muted); font-size: 15px; line-height: 1.65; }

/* Virtual service pages and interactive planning tools share a clear shell. */
body.abraham-designed :is(.abraham-plumb-hero, .abraham-sop-hero, .abraham-hvac-calc-hero, .abraham-estimator-hero, .abraham-maint-calc-hero, .abraham-troubleshooter-hero, .abraham-license-proof__hero) {
    padding: 44px 0;
    background: var(--abe-surface);
    color: var(--abe-ink);
    border-bottom: 1px solid var(--abe-line);
}

body.abraham-designed :is(.abraham-plumb-hero, .abraham-sop-hero, .abraham-hvac-calc-hero, .abraham-estimator-hero, .abraham-maint-calc-hero, .abraham-troubleshooter-hero, .abraham-license-proof__hero) :is(h1, h2) {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    line-height: 1.08;
}

body.abraham-designed :is(.abraham-plumb-hero, .abraham-sop-hero, .abraham-hvac-calc-hero, .abraham-estimator-hero, .abraham-maint-calc-hero, .abraham-troubleshooter-hero, .abraham-license-proof__hero) :is(p, li) { color: var(--abe-ink); }
body.abraham-designed :is(.abraham-plumb-breadcrumb, .abraham-sop-breadcrumb, .abraham-pgm-breadcrumb, .abraham-hvac-calc-breadcrumb, .abraham-equipment-breadcrumb),
body.abraham-designed :is(.abraham-plumb-breadcrumb, .abraham-sop-breadcrumb, .abraham-pgm-breadcrumb, .abraham-hvac-calc-breadcrumb, .abraham-equipment-breadcrumb) :is(a, span) { color: var(--abe-link); }
body.abraham-designed :is(.abraham-plumb-eyebrow, .abraham-sop-eyebrow, .abraham-hvac-calc-eyebrow, .abraham-estimator-eyebrow, .abraham-maint-calc-eyebrow, .abraham-troubleshooter-eyebrow, .abraham-license-proof__eyebrow) {
    color: var(--abe-link);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
}

body.abraham-designed :is(.abraham-plumb-hero__grid, .abraham-sop-hero__grid, .abraham-hvac-calc-hero__grid, .abraham-estimator-hero__grid, .abraham-maint-calc-hero__grid, .abraham-troubleshooter-hero__grid) {
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

body.abraham-designed :is(.abraham-plumb-section, .abraham-sop-section, .abraham-hvac-calc-section, .abraham-estimator-section, .abraham-maint-calc-section, .abraham-troubleshooter-section) { padding: var(--abe-space) 0; }
body.abraham-designed :is(.abraham-plumb-section--muted, .abraham-sop-section--muted, .abraham-hvac-calc-section--muted, .abraham-estimator-section--muted, .abraham-maint-calc-section--muted, .abraham-troubleshooter-section--muted) { background: var(--abe-surface); }
body.abraham-designed :is(.abraham-plumb-panel, .abraham-sop-panel, .abraham-license-proof__panel, .abraham-hvac-calc-answer, .abraham-estimator-answer, .abraham-sop-quick-answer) {
    border: 1px solid var(--abe-line);
    border-radius: 14px;
    padding: clamp(22px, 3vw, 32px);
    background: var(--abe-white);
    color: var(--abe-ink);
    box-shadow: none;
}
body.abraham-designed .abraham-hvac-calc-answer .abraham-hvac-calc-question { color: var(--abe-navy) !important; }

body.abraham-designed :is(.abraham-hvac-calc-card, .abraham-hvac-calc-deep-card, .abraham-hvac-calc-answer-card, .abraham-estimator-answer-card, .abraham-estimator-deep-card, .abraham-maint-calc-card, .abraham-troubleshooter-card) {
    background: var(--abe-white);
    border: 1px solid var(--abe-line);
    border-radius: 12px;
    padding: 24px;
    box-shadow: none;
}

body.abraham-designed :is(.abraham-hvac-calc-form, .abraham-estimator-form, .abraham-maint-calc-form, .abraham-troubleshooter-form, .abraham-sop-form) {
    color: var(--abe-ink);
    background: var(--abe-white);
    border: 1px solid var(--abe-line);
    border-radius: 16px;
    padding: clamp(22px, 4vw, 36px);
    box-shadow: 0 10px 32px oklch(25% 0.065 255 / .06);
}

body.abraham-designed :is(.abraham-hvac-calc-field, .abraham-estimator-field, .abraham-maint-calc-field, .abraham-troubleshooter-field, .abraham-sop-form__row, .lp-field) :is(input:where(:not([type=checkbox]):not([type=radio]):not([type=hidden])), select, textarea) {
    min-height: 50px;
    border: 1px solid oklch(64% 0.035 241);
    border-radius: 8px;
    padding: 12px 14px;
    background-color: var(--abe-white);
    color: var(--abe-ink);
    font-family: var(--abe-body-font);
    font-size: 16px;
    line-height: 1.5;
}

body.abraham-designed :is(.abraham-hvac-calc-field, .abraham-estimator-field, .abraham-maint-calc-field, .abraham-troubleshooter-field, .abraham-sop-form__row) label {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--abe-navy);
}

body.abraham-designed :is(.abraham-sop-form__privacy, .abraham-sop-form__sms-consent, .book-sms-consent__body) {
    color: var(--abe-muted);
    font-size: 13px;
    line-height: 1.65;
}
body.abraham-designed :is(.abraham-sop-sms-note, .abraham-sop-form__privacy, .abraham-sop-form__sms-consent, .book-sms-consent__body) a { color: var(--abe-link); text-decoration: underline; text-underline-offset: 3px; }

/* Product directories: predictable image stages and easy-to-compare details. */
body.abraham-designed .abraham-equipment-hero {
    padding: 44px var(--abe-gutter);
    background: var(--abe-surface);
    color: var(--abe-ink);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

body.abraham-designed .abraham-equipment-hero h1 {
    font-family: var(--abe-heading-font);
    font-size: clamp(38px, 4.6vw, 62px);
    color: var(--abe-navy);
    line-height: 1.08;
}

body.abraham-designed .abraham-equipment-hero :is(p, li) { color: var(--abe-ink); }
body.abraham-designed .abraham-equipment-hero__media {
    background: var(--abe-white);
    border: 1px solid var(--abe-line);
    border-radius: 20px;
    padding: 28px;
    margin: 0;
    box-shadow: none;
}

body.abraham-designed .abraham-equipment-hero__media img { width: 100%; max-height: 400px; object-fit: contain; }
body.abraham-designed .abraham-equipment-section { padding-top: var(--abe-space); padding-bottom: var(--abe-space); }
body.abraham-designed .abraham-equipment-grid { gap: 24px; }
body.abraham-designed .abraham-equipment-card {
    padding: 24px;
    border: 1px solid var(--abe-line);
    border-radius: 14px;
    background: var(--abe-white);
    box-shadow: none;
}

body.abraham-designed .abraham-equipment-card h3 {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    font-size: 27px;
    line-height: 1.18;
}

body.abraham-designed .abraham-equipment-card__image-link {
    display: grid;
    place-items: center;
    min-height: 210px;
    margin: -8px -8px 24px;
    padding: 16px;
    border-radius: 10px;
    background: var(--abe-surface);
}

body.abraham-designed .abraham-equipment-card__image-link img { width: 100%; height: 190px; object-fit: contain; }
body.abraham-designed .abraham-equipment-answer { border-left: 3px solid var(--abe-blue); border-radius: 0; background: none; padding-left: 20px; }

/* All owned CTA families retain their destinations and interaction hooks. */
body.abraham-designed :is(.abraham-aeo-btn, .abraham-plumb-btn, .abraham-sop-btn, .abraham-hvac-calc-btn, .abraham-estimator-btn, .abraham-maint-calc-btn, .abraham-troubleshooter-btn, .abraham-blog-conversion-primary, :where(.abraham-blog-conversion-actions, .abraham-blog-hero-actions, .abraham-equipment-actions, .abraham-equipment-link-row) > a, .book-phone-cta__btn, .lp-btn) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    border: 1px solid var(--abe-navy);
    border-radius: 10px;
    font-family: var(--abe-body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    background: var(--abe-white);
    color: var(--abe-navy) !important;
}

body.abraham-designed :is(.abraham-aeo-btn--primary, .abraham-plumb-btn--primary, .abraham-sop-btn--primary, .abraham-hvac-calc-btn--primary, .abraham-estimator-btn--primary, .abraham-maint-calc-btn--primary, .abraham-troubleshooter-btn--primary, .abraham-blog-conversion-primary, .book-phone-cta__btn, .lp-btn--primary) {
    background: var(--abe-orange);
    color: var(--abe-ink) !important;
    border-color: var(--abe-orange);
}

body.abraham-designed :is(.abraham-aeo-btn--primary, .abraham-plumb-btn--primary, .abraham-sop-btn--primary, .abraham-hvac-calc-btn--primary, .abraham-estimator-btn--primary, .abraham-maint-calc-btn--primary, .abraham-troubleshooter-btn--primary, .abraham-blog-conversion-primary, .book-phone-cta__btn, .lp-btn--primary):hover { background: var(--abe-orange-hover); border-color: var(--abe-orange-hover); }
body.abraham-designed .abraham-equipment-actions > a { column-gap: 6px; }
body.abraham-designed .abraham-equipment-actions > a:first-child { background: var(--abe-orange); border-color: var(--abe-orange); color: var(--abe-ink) !important; }
body.abraham-designed .abraham-equipment-actions > a:first-child:hover { background: var(--abe-orange-hover); border-color: var(--abe-orange-hover); }
body.abraham-designed .abraham-equipment-actions > a:nth-child(n+2), body.abraham-designed .abraham-equipment-link-row > a { background: var(--abe-white); border-color: var(--abe-navy); color: var(--abe-navy); }
body.abraham-designed :is(.abraham-aeo-actions, .abraham-plumb-actions, .abraham-sop-actions, .abraham-hvac-calc-actions, .abraham-estimator-actions, .abraham-maint-calc-actions, .abraham-troubleshooter-actions, .abraham-equipment-actions, .abraham-blog-conversion-actions, .abraham-blog-hero-actions) { display: flex; flex-wrap: wrap; gap: 12px; }

/* CMS blocks: restrained section rhythm and original photography. */
body.abraham-designed main :is(.wysiwyg, .home-image-text, .image-text, .half-image-text-icon-pullouts, .our-service-areas, .half-image-half-accordian-links, .captains-duo) {
    padding-top: var(--abe-space);
    padding-bottom: var(--abe-space);
}

body.abraham-designed main :is(.wysiwyg, .home-image-text, .image-text, .half-image-text-icon-pullouts, .our-service-areas, .half-image-half-accordian-links, .captains-duo) :is(h2, h3) {
    font-family: var(--abe-heading-font);
    color: var(--abe-navy);
    text-transform: none;
    line-height: 1.15;
}

body.abraham-designed main :is(.wysiwyg, .home-image-text, .image-text, .half-image-text-icon-pullouts) p { font-size: 17px; line-height: 1.75; }
body.abraham-designed main :is(.wysiwyg, .image-text) :is(.sub-heading, .sub-heading p) { color: var(--abe-link); font-size: 14px; line-height: 1.5; font-weight: 600; letter-spacing: 0; text-transform: none; }
body.abraham-designed main :is(.wysiwyg, .abraham-aeo-body, .abraham-legacy-post-body) :is(p, li) a:where(:not(.btn, .a-icon-links, .icons-button, .resp-sharing-button__link, [class*="-btn"], [role="button"], [data-abraham-track-cta])) {
    color: var(--abe-link);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-shadow: none !important;
}
body.abraham-designed main .image-text.bg-dark-blue :is(h2, h3, .sub-heading, .sub-heading p) { color: var(--abe-white); }
body.abraham-designed main :is(.image-text__image, .home-image-text__image, .half-image-text-icon-pullouts__image) { border-radius: 20px; overflow: hidden; }
body.abraham-designed main :is(.promo-cta, .full-width-cta, .floating-cta) { background: var(--abe-navy); border-radius: 20px; box-shadow: none; }
body.abraham-designed main :is(.promo-cta, .full-width-cta, .floating-cta) :is(h2, h3, p) { color: var(--abe-white); }
body.abraham-designed main :is(.promo-cta, .full-width-cta, .floating-cta) :is(h2, h3) { font-family: var(--abe-heading-font); text-transform: none; }
body.abraham-designed main .animated-content { opacity: 1; }

/* Booking wrappers remain separate from the provider-owned form internals. */
body.abraham-designed .half-form-text--contact { background: var(--abe-surface); }
body.abraham-designed .half-form-text--contact :is(h1, h2) { font-family: var(--abe-heading-font); text-transform: none; }
body.abraham-designed .abraham-deferred-booking__button { min-height: 50px; border-radius: 10px; background: var(--abe-orange); color: var(--abe-ink); font-family: var(--abe-body-font); font-size: 16px; font-weight: 700; }
body.abraham-designed .abraham-book-page { background: var(--abe-surface); }
body.abraham-designed .book-wizard-section { padding: 36px var(--abe-gutter) 52px; }
body.abraham-designed .book-wizard-wrap { max-width: 1100px; border-radius: 18px; overflow: hidden; background: var(--abe-white); border: 1px solid var(--abe-line); box-shadow: none; }
body.abraham-designed .book-phone-cta { background: var(--abe-white); padding: 28px var(--abe-gutter); }
body.abraham-designed .book-sms-consent { background: var(--abe-surface); }

/* The isolated paid-search template retains its compact dedicated lead flow. */
body.abraham-designed.lp { --blue: var(--abe-navy); --orange: var(--abe-orange); }
body.abraham-designed.lp .lp-hero { background: var(--abe-surface); padding-top: 36px; padding-bottom: 48px; }
body.abraham-designed.lp .lp-hero h1 { font-family: var(--abe-heading-font); color: var(--abe-navy); font-size: clamp(40px, 4.8vw, 64px); line-height: 1.06; }
body.abraham-designed.lp .lp-hero__lead { color: var(--abe-ink); font-size: 18px; line-height: 1.65; }
body.abraham-designed.lp .lp-hero__formwrap { background: var(--abe-white); border: 1px solid var(--abe-line); border-radius: 18px; box-shadow: none; padding: 28px; }
body.abraham-designed.lp .lp-finalcta { background: var(--abe-navy); }
body.abraham-designed.lp .lp-finalcta :is(h2, p) { color: var(--abe-white); }
body.abraham-designed.lp .lp-pricing__row { border-color: var(--abe-line); border-radius: 12px; box-shadow: none; }

/* Shared footer: readable service navigation and recognizable brand artwork. */
body.abraham-designed footer#page-footer.page-footer { padding-top: 64px; background: var(--abe-navy); color: var(--abe-white); }
body.abraham-designed .page-footer h3 { font-family: var(--abe-body-font); color: var(--abe-white); font-size: 17px; font-weight: 700; line-height: 1.4; text-transform: none; margin-bottom: 16px; }
body.abraham-designed .footer-link-col ul { gap: 6px; }
body.abraham-designed .footer-link-col ul li a { color: var(--abe-white); font-size: 14px; line-height: 1.6; min-height: 44px; }
body.abraham-designed .footer-link-col ul li a:hover { color: oklch(86% 0.07 233); }
body.abraham-designed #page-footer .footer-bottom { margin-top: 52px; background: oklch(24% 0.07 255); border-top: 1px solid oklch(100% 0 0 / .14); padding: 24px 0; }
body.abraham-designed .footer-bottom :is(p, a) { color: oklch(90% 0.02 241); font-size: 13px; line-height: 1.7; }
body.abraham-designed #page-footer .btn { position: relative; box-shadow: none; }

@media (min-width: 1200px) {
    body.abraham-designed #page-header .navbar { top: 30px; }
    body.abraham-designed #page-header .nav-primary > ul { min-height: 76px; }
}

@media (max-width: 899px) {
    body.abraham-designed.home .masthead--homepage.abe-hero { display: flex; flex-direction: column; gap: 28px; padding: 28px 22px 32px; }
    body.abraham-designed.home .masthead--homepage.abe-hero .masthead__wrapper { order: 0; }
    body.abraham-designed.home .masthead--homepage.abe-hero > picture { order: 1; min-height: 0; height: auto; aspect-ratio: 3 / 2; max-height: 360px; border-radius: 18px 18px 48px 18px; }
    body.abraham-designed.home .masthead--homepage .abe-hero__copy { max-width: 720px; }
    body.abraham-designed.home .masthead--homepage.abe-hero h1 { font-family: var(--abe-heading-font); font-size: clamp(40px, 7.7vw, 56px) !important; }
    body.abraham-designed.home .masthead--homepage.abe-hero .masthead__tagline { font-size: 16px; line-height: 1.6; margin: 18px 0 22px; }
    body.abraham-designed.home .masthead--homepage .abe-hero__status { font-size: 12px; margin-bottom: 8px; }
    body.abraham-designed.home .masthead--homepage .abe-hero__kicker { font-size: 13px; margin-bottom: 14px; }
    body.abraham-designed.home .masthead--homepage .abe-hero__cta { flex-direction: row; margin-bottom: 24px; }
    body.abraham-designed.home .masthead--homepage .abe-hero__book.btn, body.abraham-designed.home .abe-call { flex: 1 1 220px; width: auto; justify-content: center; }
    body.abraham-designed.home .masthead--homepage .abe-hero__trust { margin-bottom: 20px; }
}

@media (max-width: 767px) {
    body.abraham-designed .masthead--innerpage__wrapper { padding: 24px 0 20px !important; }
    body.abraham-designed .masthead--innerpage__text h1 { font-size: 38px !important; line-height: 1.04 !important; margin: 0 0 16px !important; }
    body.abraham-designed .masthead--innerpage .breadcrumbs a { min-height: 36px; padding-top: 4px; padding-bottom: 4px; }
    body.abraham-designed .masthead--innerpage .breadcrumbs .btn { min-height: 36px; font-size: 13px; }
    body.abraham-designed main > .abraham-quick-answer { display: flex; flex-direction: column; }
    body.abraham-designed main > .abraham-quick-answer h2 { order: 0; }
    body.abraham-designed main > .abraham-quick-answer .abraham-quick-answer__actions { order: 1; margin: 12px 0 18px; }
    body.abraham-designed main > .abraham-quick-answer > p { order: 2; }
    body.abraham-designed :is(.abraham-aeo-hero, .abraham-legacy-post-hero, .abraham-plumb-hero, .abraham-sop-hero, .abraham-hvac-calc-hero, .abraham-estimator-hero, .abraham-maint-calc-hero, .abraham-troubleshooter-hero, .abraham-license-proof__hero) { padding: 28px 0; }
    body.abraham-designed :is(.abraham-aeo-hero, .abraham-legacy-post-hero) h1 { font-size: 38px; }
    body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) { padding: 28px 22px 44px; }
    body.abraham-designed :is(.abraham-aeo-body, .abraham-legacy-post-body) :is(p, li) { font-size: 16px; line-height: 1.75; }
    body.abraham-designed :is(.abraham-blog-inline-cta, .abraham-blog-hero-cta, .abraham-blog-related, .abraham-aeo-cta) { padding: 22px; }
    body.abraham-designed .abraham-blog-hero-actions a { padding: 12px; font-size: 14px; }
    body.abraham-designed .abraham-equipment-hero { padding: 28px 22px; }
    body.abraham-designed .abraham-equipment-hero__copy { display: flex; flex-direction: column; }
    body.abraham-designed .abraham-equipment-hero__copy > .abraham-equipment-breadcrumb { order: 0; }
    body.abraham-designed .abraham-equipment-hero__copy > .abraham-equipment-eyebrow { order: 1; }
    body.abraham-designed .abraham-equipment-hero__copy > h1 { order: 2; }
    body.abraham-designed .abraham-equipment-hero__copy > .abraham-equipment-actions { order: 3; margin: 0 0 24px; }
    body.abraham-designed .abraham-equipment-hero__copy > .abraham-equipment-answer { order: 4; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child { display: flex; flex-direction: column; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-breadcrumb { order: 0; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-eyebrow { order: 1; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > h1 { order: 2; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-actions { order: 3; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-sms-note { order: 4; margin-bottom: 24px; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-lede { order: 5; }
    body.abraham-designed .abraham-sop-hero__grid > div:first-child > .abraham-sop-quick-answer { order: 6; }
    body.abraham-designed .abraham-equipment-hero__media { padding: 22px; }
    body.abraham-designed .abraham-equipment-hero__media img { max-height: 280px; }
    body.abraham-designed .abraham-equipment-card { padding: 20px; }
    body.abraham-designed footer#page-footer.page-footer { padding-top: 44px; }
    body.abraham-designed #page-footer .footer-bottom { margin-top: 32px; }
    body.abraham-designed.lp .lp-hero__formwrap { padding: 22px; }
}

/* Static SMS disclosures bypass WordPress but share the public identity. */
body.abraham-designed.abraham-legal-page { margin: 0; max-width: none; padding: 0; }
body.abraham-designed .abraham-legal-header { border-bottom: 1px solid var(--abe-line); padding: 24px var(--abe-gutter); }
body.abraham-designed .abraham-legal-header a { display: block; max-width: 820px; margin: auto; }
body.abraham-designed .abraham-legal-header img { width: 240px; max-width: 70vw; height: auto; display: block; }
body.abraham-designed .abraham-legal-content { box-sizing: border-box; max-width: 900px; padding: 48px 40px 72px; margin: 0 auto; }
body.abraham-designed .abraham-legal-content h1 { margin: 0 0 16px; }
body.abraham-designed .abraham-legal-content h2 { font-size: 30px; margin: 40px 0 16px; }
body.abraham-designed .abraham-legal-content .date { color: var(--abe-muted); font-size: 14px; margin-bottom: 32px; }
body.abraham-designed .abraham-legal-content :is(.brands, .highlight) { background: var(--abe-surface); border: 1px solid var(--abe-line); border-left: 3px solid var(--abe-blue); border-radius: 0 12px 12px 0; padding: 24px; margin: 24px 0; }
body.abraham-designed .abraham-legal-content li { margin-bottom: 8px; }
body.abraham-designed .abraham-legal-content a { color: var(--abe-link); text-underline-offset: 3px; }
body.abraham-designed .abraham-legal-divider { margin-top: 40px; border: 0; border-top: 1px solid var(--abe-line); }
body.abraham-designed .abraham-legal-related { font-size: 14px; color: var(--abe-muted); margin-top: 20px; }
body.abraham-designed .abraham-legal-skip { position: absolute; left: -10000px; top: 12px; padding: 12px 20px; background: var(--abe-navy); color: var(--abe-white); z-index: 10000; }
body.abraham-designed .abraham-legal-skip:focus { left: 16px; }
@media (max-width: 767px) {
    body.abraham-designed .abraham-legal-content { padding: 32px 22px 48px; }
    body.abraham-designed .abraham-legal-content h1 { font-size: 40px; }
    body.abraham-designed .abraham-legal-content :is(.brands, .highlight) { padding: 20px; }
}

body.abraham-designed main :is(h1, h2, h3) > :is(span:not([class*="icon"]), strong) { font-family: inherit; color: inherit; }

body.abraham-designed #page-header .header-btn .btn {
    min-height: 46px;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--abe-orange);
    color: var(--abe-ink);
    box-shadow: none;
    font-family: var(--abe-body-font);
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}
@media (max-width: 760px) {
    body.abraham-designed .abraham-mobile-leadbar { border-color: var(--abe-line); box-shadow: 0 -4px 18px oklch(25% 0.065 255 / .07); }
    body.abraham-designed .abraham-mobile-leadbar a { border-radius: 10px; font-family: var(--abe-body-font); font-size: 15px; font-weight: 700; }
    body.abraham-designed .abraham-mobile-leadbar__call { background: var(--abe-navy); color: var(--abe-white); }
    body.abraham-designed .abraham-mobile-leadbar__book { background: var(--abe-orange); color: var(--abe-ink); }
    body.abraham-designed .abraham-blog-sticky { background: var(--abe-white); border-top: 1px solid var(--abe-line); box-shadow: 0 -4px 18px oklch(25% 0.065 255 / .07); gap: 8px; }
    body.abraham-designed .abraham-blog-sticky a { border-radius: 10px; font-family: var(--abe-body-font); font-size: 15px; font-weight: 700; }
    body.abraham-designed .abraham-blog-sticky__call { background: var(--abe-navy); color: var(--abe-white); }
    body.abraham-designed .abraham-blog-sticky__book { background: var(--abe-orange); color: var(--abe-ink); }
}

body.abraham-designed .abraham-aeo-breadcrumb :is(span, a) { color: var(--abe-link); }
body.abraham-designed.home .masthead--homepage.abe-hero::before, body.abraham-designed.home .masthead--homepage.abe-hero::after { content: none; }
@media (max-width: 767px) {
    body.abraham-designed #page-header .header-notification-bar__link i { display: none; }
    body.abraham-designed .abraham-aeo-hero > .container, body.abraham-designed .abraham-broward-hero > .container { display: flex; flex-direction: column; }
    body.abraham-designed .abraham-aeo-hero > .container > *, body.abraham-designed .abraham-broward-hero > .container > * { order: 7; }
    body.abraham-designed .abraham-aeo-hero .abraham-aeo-breadcrumb { order: 0; font-size: 12px; margin-bottom: 14px; }
    body.abraham-designed .abraham-aeo-hero .abraham-aeo-eyebrow, body.abraham-designed .abraham-broward-hero .abraham-broward-eyebrow { order: 1; }
    body.abraham-designed .abraham-aeo-hero > .container > h1, body.abraham-designed .abraham-broward-hero > .container > h1 { order: 2; }
    body.abraham-designed .abraham-aeo-hero .abraham-aeo-actions, body.abraham-designed .abraham-broward-hero .abraham-broward-actions { order: 4; margin: 0 0 24px; }
    body.abraham-designed .abraham-aeo-hero .abraham-aeo-meta { order: 3; }
    body.abraham-designed .abraham-aeo-hero .abraham-quick-answer, body.abraham-designed .abraham-broward-hero .abraham-quick-answer { order: 5; }
    body.abraham-designed .abraham-broward-hero .abraham-broward-trust { order: 6; }
}

body.abraham-designed :is(.abraham-hvac-calc-field, .abraham-estimator-field, .abraham-maint-calc-field, .abraham-troubleshooter-field, .abraham-sop-form__row, .lp-field) :is(input, select, textarea):focus { border-color: var(--abe-focus); }
body.abraham-designed .lp-field.lp-field--error :is(input, select, textarea),
body.abraham-designed :is(.abraham-hvac-calc-field, .abraham-estimator-field, .abraham-maint-calc-field, .abraham-troubleshooter-field, .abraham-sop-form__row) :is(input, select, textarea)[aria-invalid="true"] { border-color: oklch(48% 0.18 27); }

/* The redesigned footer is dark before legacy interaction-delayed CSS loads. */
html:not(.abraham-deferred-styles-loaded) body.home.abraham-designed footer#page-footer a:not(.btn),
html:not(.abraham-deferred-styles-loaded) body.home.abraham-designed .footer-bottom__wrapper ul li {
    color: var(--abe-white) !important;
}
