/* HARBOUR HOME MAIN.CSS — VERSION 1.1.1 — 2026-08-23 */

:root {
    --hh-ink: #132532;
    --hh-ink-2: #203745;
    --hh-blue: #0b66ff;
    --hh-blue-dark: #084fbf;
    --hh-sky: #eaf3ff;
    --hh-sky-2: #dcecff;
    --hh-amber: #ffb347;
    --hh-amber-dark: #df8a16;
    --hh-paper: #ffffff;
    --hh-warm: #f6f3ed;
    --hh-muted: #5d6f7b;
    --hh-line: #d9e1e6;
    --hh-success: #e8f7ef;
    --hh-container: 1280px;
    --hh-font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--hh-paper);
    color: var(--hh-ink);
    font-family: var(--hh-font);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.hh-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.hh-container {
    width: min(calc(100% - 48px), var(--hh-container));
    margin-inline: auto;
}

.hh-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 99999;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    transform: translateY(-160%);
}
.hh-skip-link:focus { transform: none; }

.hh-utility {
    background: var(--hh-ink);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}
.hh-utility__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.hh-utility__local,
.hh-utility__urgent {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hh-demo-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 8px;
    background: var(--hh-amber);
    color: #17202a;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.hh-utility__urgent span { color: #cdd8de; }
.hh-utility__urgent a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hh-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--hh-line);
    box-shadow: 0 7px 24px rgba(19,37,50,.06);
}
.admin-bar .hh-header { top: 32px; }
.hh-header__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.hh-brand { flex: 0 0 240px; }
.hh-brand img { width: 240px; }
.hh-nav-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}
.hh-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: .88rem;
    font-weight: 800;
}
.hh-nav a { position: relative; padding: 12px 0; }
.hh-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 2px;
    background: var(--hh-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
}
.hh-nav a:hover::after,
.hh-nav a:focus-visible::after { transform: scaleX(1); }
.hh-header__actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.hh-header__call {
    min-width: 128px;
    padding: 8px 12px;
    border-left: 3px solid var(--hh-blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
}
.hh-header__call span {
    color: var(--hh-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.hh-header__call strong {
    margin-top: 4px;
    color: var(--hh-ink);
    font-size: .9rem;
    white-space: nowrap;
}
.hh-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--hh-ink);
    font-weight: 900;
    cursor: pointer;
}

.hh-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 7px;
    font-size: .88rem;
    font-weight: 900;
    line-height: 1.15;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.hh-button:hover { transform: translateY(-1px); }
.hh-button--header {
    min-height: 52px;
    padding-inline: 20px;
    background: var(--hh-blue);
    color: #fff;
}
.hh-button--header:hover { background: var(--hh-blue-dark); }
.hh-button--primary { background: var(--hh-blue); color: #fff; }
.hh-button--primary:hover { background: var(--hh-blue-dark); }
.hh-button--emergency {
    background: var(--hh-amber);
    color: #17202a;
}
.hh-button--emergency:hover { background: #ffc36d; }
.hh-button--full { width: 100%; }
.hh-button--footer { background: #fff; color: var(--hh-ink); }

.hh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hh-blue-dark);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.hh-kicker::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--hh-blue);
}

.hh-hero {
    overflow: hidden;
    background: var(--hh-warm);
}
.hh-hero__grid {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: stretch;
}
.hh-hero__content {
    position: relative;
    z-index: 2;
    padding: 70px 62px 66px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hh-hero h1 {
    max-width: 760px;
    margin: 16px 0 20px;
    color: var(--hh-ink);
    font-family: var(--hh-font);
    font-size: clamp(3rem, 4.3vw, 4.65rem);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.05em;
}
.hh-hero__lead {
    max-width: 690px;
    margin: 0;
    color: var(--hh-ink-2);
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.65;
}
.hh-hero__actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hh-hero__actions .hh-button { min-height: 54px; padding-inline: 24px; }
.hh-hero__proof {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: var(--hh-ink);
    font-size: .83rem;
    font-weight: 800;
}
.hh-hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hh-hero__proof span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hh-blue);
}
.hh-hero__visual {
    position: relative;
    min-height: 590px;
    margin-right: calc((100vw - min(100vw - 48px, var(--hh-container))) / -2);
    overflow: hidden;
}
.hh-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246,243,237,.18), transparent 35%);
    pointer-events: none;
}
.hh-hero__visual > img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
    object-position: center;
}
.hh-hero__visual-card {
    position: absolute;
    right: 0;
    bottom: 34px;
    z-index: 2;
    width: min(330px, calc(100% - 30px));
    padding: 20px 24px;
    background: var(--hh-ink);
    color: #fff;
    border-left: 7px solid var(--hh-amber);
    box-shadow: 0 20px 50px rgba(19,37,50,.24);
}
.hh-hero__visual-card strong,
.hh-hero__visual-card span,
.hh-hero__visual-card b { display: block; }
.hh-hero__visual-card strong { font-size: 1.05rem; }
.hh-hero__visual-card span { margin-top: 3px; color: #c7d4db; font-size: .8rem; }
.hh-hero__visual-card b { margin-top: 7px; font-size: 1.3rem; }

.hh-services { padding: 74px 0 82px; background: #fff; }
.hh-section-intro { max-width: 810px; margin-bottom: 38px; }
.hh-section-intro h2,
.hh-boilers h2,
.hh-why h2,
.hh-local h2,
.hh-faqs h2,
.hh-contact h2 {
    margin: 13px 0 16px;
    font-family: var(--hh-font);
    font-size: clamp(2.2rem, 3.6vw, 4rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.045em;
}
.hh-why__copy h2 {
    max-width: 720px;
    font-size: clamp(2.15rem, 3vw, 3.45rem);
    line-height: 1.01;
    letter-spacing: -.04em;
}

.hh-section-intro p,
.hh-boilers__content > p,
.hh-why__copy > p,
.hh-local p,
.hh-faqs__intro p,
.hh-contact__copy > p {
    margin: 0;
    color: var(--hh-muted);
    font-size: 1rem;
}
.hh-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hh-line);
    border-left: 1px solid var(--hh-line);
}
.hh-service-card {
    min-height: 260px;
    padding: 30px;
    border-right: 1px solid var(--hh-line);
    border-bottom: 1px solid var(--hh-line);
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: background .18s ease, transform .18s ease;
}
.hh-service-card:hover { background: var(--hh-sky); }
.hh-service-card--urgent { background: var(--hh-ink); color: #fff; }
.hh-service-card--urgent:hover { background: var(--hh-ink-2); }
.hh-service-card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    background: var(--hh-sky);
    color: var(--hh-blue);
}
.hh-service-card--urgent .hh-service-card__icon { background: var(--hh-amber); color: #17202a; }
.hh-service-card__icon svg { width: 24px; height: 24px; fill: currentColor; }
.hh-service-card h3 {
    margin: 22px 0 9px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -.02em;
}
.hh-service-card p { margin: 0 0 22px; color: var(--hh-muted); font-size: .91rem; }
.hh-service-card--urgent p { color: #c9d6dd; }
.hh-service-card a {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--hh-line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .83rem;
    font-weight: 900;
}
.hh-service-card--urgent a { border-top-color: rgba(255,255,255,.2); }
.hh-service-card a span { color: var(--hh-blue); }
.hh-service-card--urgent a span { color: var(--hh-amber); }

.hh-boilers { padding: 86px 0; background: var(--hh-sky); }
.hh-boilers__grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}
.hh-boilers__image { height: 540px; overflow: hidden; box-shadow: 18px 18px 0 var(--hh-blue); }
.hh-boilers__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hh-boilers__content .hh-lead { color: var(--hh-ink-2); font-size: 1.07rem; }
.hh-check-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px 18px;
}
.hh-check-grid span {
    position: relative;
    padding: 11px 12px 11px 34px;
    background: rgba(255,255,255,.72);
    border: 1px solid #cfe0f4;
    font-size: .87rem;
    font-weight: 800;
}
.hh-check-grid span::before {
    content: "✓";
    position: absolute;
    left: 12px;
    color: var(--hh-blue);
    font-weight: 900;
}
.hh-inline-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hh-text-link { font-size: .86rem; font-weight: 900; color: var(--hh-blue-dark); }

.hh-why { padding: 86px 0; background: #fff; }
.hh-why__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(50px, 7vw, 105px);
    align-items: center;
}
.hh-benefits {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    border-top: 1px solid var(--hh-line);
    border-left: 1px solid var(--hh-line);
}
.hh-benefits div { padding: 18px; border-right: 1px solid var(--hh-line); border-bottom: 1px solid var(--hh-line); }
.hh-benefits strong,
.hh-benefits span { display: block; }
.hh-benefits strong { font-size: .93rem; }
.hh-benefits span { margin-top: 3px; color: var(--hh-muted); font-size: .78rem; }
.hh-why__image { min-height: 440px; overflow: hidden; position: relative; }
.hh-why__image::before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 4px solid var(--hh-amber);
    z-index: 0;
}
.hh-why__image img { position: relative; z-index: 1; width: 100%; height: 440px; object-fit: cover; }

.hh-work { padding: 78px 0; background: var(--hh-warm); }
.hh-section-intro--row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}
.hh-section-intro--row > div { max-width: 780px; }
.hh-section-intro--row > p { max-width: 360px; text-align: right; }
.hh-work__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hh-work-card { margin: 0; background: #fff; border: 1px solid var(--hh-line); }
.hh-work-card img { width: 100%; height: 260px; object-fit: cover; }
.hh-work-card figcaption { padding: 15px 16px 17px; display: grid; gap: 2px; }
.hh-work-card figcaption strong { font-size: .95rem; }
.hh-work-card figcaption span { color: var(--hh-blue-dark); font-size: .75rem; font-weight: 800; }
.hh-demo-photo-note { margin: 14px 0 0; color: var(--hh-muted); font-size: .72rem; }

.hh-local { padding: 82px 0; background: var(--hh-ink); color: #fff; }
.hh-local__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 7vw, 100px); }
.hh-local .hh-kicker { color: #9ec4ff; }
.hh-local .hh-kicker::before { background: var(--hh-blue); }
.hh-local h2 { color: #fff; font-size: clamp(2.2rem, 3.2vw, 3.55rem); }
.hh-local p { color: #c8d5dc; }
.hh-area-list { margin-top: 26px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.hh-area-list a {
    min-height: 48px;
    padding: 12px;
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    font-weight: 800;
}
.hh-area-list a span { color: #7eafff; }
.hh-local__reviews { align-self: start; }
.hh-review {
    margin-top: 16px;
    padding: 22px 24px;
    background: #fff;
    color: var(--hh-ink);
    border-left: 5px solid var(--hh-blue);
}
.hh-review__label {
    display: inline-block;
    padding: 3px 7px;
    background: var(--hh-sky);
    color: var(--hh-blue-dark);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hh-review p { margin: 13px 0; color: var(--hh-ink-2); font-size: 1rem; line-height: 1.55; }
.hh-review strong { font-size: .72rem; color: var(--hh-muted); }

.hh-faqs { padding: 78px 0; background: #fff; }
.hh-faqs__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.hh-faqs h2 { font-size: clamp(2.1rem, 3vw, 3.3rem); }
.hh-accordion { border-top: 1px solid var(--hh-line); }
.hh-accordion details { border-bottom: 1px solid var(--hh-line); }
.hh-accordion summary {
    list-style: none;
    position: relative;
    padding: 20px 42px 20px 0;
    cursor: pointer;
    font-weight: 900;
    font-size: .94rem;
}
.hh-accordion summary::-webkit-details-marker { display: none; }
.hh-accordion summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 18px;
    color: var(--hh-blue);
    font-size: 1.35rem;
    line-height: 1;
}
.hh-accordion details[open] summary::after { content: "–"; }
.hh-accordion details p { margin: -3px 0 20px; padding-right: 50px; color: var(--hh-muted); font-size: .9rem; }

.hh-contact { padding: 86px 0; background: var(--hh-sky); }
.hh-contact__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 7vw, 100px); align-items: start; }
.hh-contact__phone {
    margin: 28px 0 24px;
    padding: 18px 20px;
    display: inline-flex;
    flex-direction: column;
    background: var(--hh-ink);
    color: #fff;
    border-left: 6px solid var(--hh-amber);
}
.hh-contact__phone small { color: #bfd0da; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hh-contact__phone strong { margin-top: 3px; font-size: 1.4rem; }
.hh-contact dl { margin: 0; border-top: 1px solid #c8dbef; }
.hh-contact dl div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 11px 0; border-bottom: 1px solid #c8dbef; }
.hh-contact dt { color: var(--hh-muted); font-size: .75rem; }
.hh-contact dd { margin: 0; font-size: .84rem; font-weight: 800; }
.hh-form { padding: 28px; background: #fff; border: 1px solid #c7d9ee; box-shadow: 0 18px 45px rgba(19,37,50,.08); }
.hh-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--hh-ink); font-size: .76rem; font-weight: 900; }
.hh-form__row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.hh-form input,
.hh-form select,
.hh-form textarea {
    width: 100%;
    border: 1px solid #b8c9d8;
    border-radius: 5px;
    background: #fff;
    color: var(--hh-ink);
    padding: 12px 13px;
    outline: none;
}
.hh-form input:focus,
.hh-form select:focus,
.hh-form textarea:focus { border-color: var(--hh-blue); box-shadow: 0 0 0 3px rgba(11,102,255,.12); }
.hh-form textarea { resize: vertical; }
.hh-form__note { margin: 10px 0 0; text-align: center; color: var(--hh-muted); font-size: .7rem; }
.hh-form__success { margin: 12px 0 0; padding: 10px 12px; background: var(--hh-success); color: #20553b; font-size: .8rem; font-weight: 700; }

.hh-demo-about { padding: 36px 0; background: var(--hh-warm); border-top: 1px solid #e2ddd4; }
.hh-demo-about__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hh-demo-about__inner > div { max-width: 890px; }
.hh-demo-about .hh-kicker { font-size: .68rem; }
.hh-demo-about p { margin: 8px 0 0; color: var(--hh-muted); font-size: .86rem; line-height: 1.6; }
.hh-demo-about a { flex: 0 0 auto; color: var(--hh-blue-dark); font-size: .82rem; font-weight: 900; }

.hh-footer { background: #0b1821; color: #fff; }
.hh-footer__top {
    min-height: 130px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 38px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.hh-footer__brand img { width: 230px; }
.hh-footer__call { display: grid; gap: 2px; }
.hh-footer__call span { color: #9fb1bc; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hh-footer__call strong { font-size: 1.35rem; }
.hh-footer__links {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.hh-footer__links nav { display: flex; flex-wrap: wrap; gap: 18px; }
.hh-footer__links nav a { font-size: .75rem; font-weight: 800; }
.hh-footer__links > span { color: #8fa3af; font-size: .72rem; text-align: right; }
.hh-footer__bottom {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #778d9a;
    font-size: .67rem;
}
.hh-footer__bottom a { color: #c7d6de; }

.hh-demo-modal[hidden] { display: none; }
.hh-demo-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 22px; }
.hh-demo-modal__backdrop { position: absolute; inset: 0; background: rgba(6,18,26,.78); }
.hh-demo-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(560px,100%);
    padding: 34px;
    background: #fff;
    box-shadow: 0 25px 80px rgba(0,0,0,.28);
}
.hh-demo-modal__dialog h2 { margin: 10px 0 12px; font-size: 2rem; line-height: 1.05; }
.hh-demo-modal__dialog p { color: var(--hh-muted); }
.hh-demo-modal__close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }

@media (max-width: 1180px) {
    .hh-brand { flex-basis: 205px; }
    .hh-brand img { width: 205px; }
    .hh-nav { gap: 15px; font-size: .82rem; }
    .hh-nav-wrap { gap: 18px; }
    .hh-header__call { display: none; }
}

@media (max-width: 1050px) {
    .hh-header__inner { min-height: 78px; }
    .hh-menu-toggle { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; }
    .hh-menu-toggle i,
    .hh-menu-toggle i::before,
    .hh-menu-toggle i::after {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        content: "";
        transition: transform .18s ease;
    }
    .hh-menu-toggle i { position: relative; }
    .hh-menu-toggle i::before { position: absolute; top: -7px; }
    .hh-menu-toggle i::after { position: absolute; top: 7px; }
    .hh-nav-wrap {
        position: fixed;
        inset: 116px 0 0;
        z-index: 999;
        padding: 26px 24px 40px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
        background: #fff;
        overflow: auto;
    }
    .admin-bar .hh-nav-wrap { top: 148px; }
    .hh-menu-open .hh-nav-wrap { display: flex; }
    .hh-nav { flex-direction: column; align-items: stretch; gap: 0; font-size: 1.15rem; }
    .hh-nav a { padding: 16px 2px; border-bottom: 1px solid var(--hh-line); }
    .hh-nav a::after { display: none; }
    .hh-header__actions { margin-top: 8px; display: grid; grid-template-columns: 1fr 1fr; }
    .hh-header__call { display: flex; border: 1px solid var(--hh-line); border-left: 4px solid var(--hh-blue); }
    .hh-header__call strong { font-size: 1rem; }
    .hh-hero__grid { min-height: auto; grid-template-columns: 1fr; }
    .hh-hero__content { padding: 70px 0 56px; }
    .hh-hero__visual { min-height: 430px; margin-right: 0; }
    .hh-hero__visual > img { min-height: 430px; }
    .hh-services__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hh-boilers__grid,
    .hh-why__grid,
    .hh-local__grid,
    .hh-contact__grid { grid-template-columns: 1fr; gap: 45px; }
    .hh-boilers__image { height: 430px; width: min(720px, 100%); }
    .hh-why__image { min-height: 400px; }
    .hh-why__image img { height: 400px; }
    .hh-section-intro--row { align-items: start; flex-direction: column; gap: 8px; }
    .hh-section-intro--row > p { text-align: left; }
    .hh-work__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hh-faqs__grid { grid-template-columns: 1fr; gap: 30px; }
    .hh-footer__top { grid-template-columns: 1fr auto; }
    .hh-footer__call { display: none; }
}

@media (max-width: 782px) {
    .admin-bar .hh-header { top: 46px; }
    .admin-bar .hh-nav-wrap { inset: 162px 0 0; }
}

@media (max-width: 760px) {
    .hh-container { width: min(calc(100% - 32px), var(--hh-container)); }
    .hh-utility__inner { min-height: 34px; }
    .hh-utility__local > span:not(.hh-demo-badge),
    .hh-utility__urgent span { display: none; }
    .hh-utility__urgent a { font-size: .75rem; }
    .hh-header__inner { min-height: 70px; }
    .hh-brand,
    .hh-brand img { width: 190px; flex-basis: 190px; }
    .hh-nav-wrap { inset: 104px 0 0; }
    .admin-bar .hh-nav-wrap { inset: 150px 0 0; }
    .hh-hero__content { padding: 55px 0 44px; }
    .hh-hero h1 { font-size: clamp(2.55rem, 11.5vw, 4.1rem); }
    .hh-hero__lead { font-size: 1rem; }
    .hh-hero__actions { display: grid; }
    .hh-hero__actions .hh-button { width: 100%; }
    .hh-hero__proof { gap: 8px 14px; font-size: .76rem; }
    .hh-hero__visual { min-height: 330px; }
    .hh-hero__visual > img { min-height: 330px; }
    .hh-hero__visual-card { right: 16px; bottom: 16px; padding: 15px 17px; }
    .hh-services,
    .hh-boilers,
    .hh-why,
    .hh-work,
    .hh-local,
    .hh-faqs,
    .hh-contact { padding: 58px 0; }
    .hh-section-intro h2,
    .hh-boilers h2,
    .hh-why h2,
    .hh-local h2,
    .hh-faqs h2,
    .hh-contact h2 { font-size: clamp(2rem, 9vw, 3rem); }
    .hh-services__grid { grid-template-columns: 1fr; }
    .hh-service-card { min-height: 0; padding: 24px; }
    .hh-check-grid { grid-template-columns: 1fr; }
    .hh-boilers__image { height: 350px; box-shadow: 10px 10px 0 var(--hh-blue); }
    .hh-benefits { grid-template-columns: 1fr 1fr; }
    .hh-why__image { min-height: 330px; }
    .hh-why__image img { height: 330px; }
    .hh-work__grid { grid-template-columns: 1fr; }
    .hh-work-card img { height: 250px; }
    .hh-area-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hh-form__row { grid-template-columns: 1fr; gap: 0; }
    .hh-form { padding: 22px 18px; }
    .hh-demo-about__inner { align-items: flex-start; flex-direction: column; gap: 14px; }
    .hh-footer__top { min-height: 0; padding: 32px 0; grid-template-columns: 1fr; gap: 22px; }
    .hh-footer__brand img { width: 210px; }
    .hh-footer__links { padding: 25px 0; align-items: flex-start; flex-direction: column; }
    .hh-footer__links nav { gap: 12px 16px; }
    .hh-footer__links > span { text-align: left; }
    .hh-footer__bottom { padding: 18px 0 24px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .hh-header__actions { grid-template-columns: 1fr; }
    .hh-area-list { grid-template-columns: 1fr 1fr; }
    .hh-benefits { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
