/* ==========================================================================
   JH Plumbing 24/7 — main stylesheet (v2.1.0)
   Mobile first. Navy + bone dominate, red is for calling, copper is craft.
   ========================================================================== */

/* Fonts: self-hosted, SIL Open Font License (see assets/fonts/OFL-LICENSE.txt) */
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-condensed-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/barlow-condensed-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 200 900; font-display: swap; src: url("../fonts/source-sans-3-latin-wght-normal.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-style: italic; font-weight: 200 900; font-display: swap; src: url("../fonts/source-sans-3-latin-wght-italic.woff2") format("woff2"); }

:root {
  --ink-900: #071320;
  --ink-800: #0b1d2e;
  --ink-700: #12283b;
  --ink-600: #1f3a52;
  --ink-500: #3a5670;
  --ink-300: #8ea3b5;
  --ink-200: #b3c3d0;
  --ink-100: #d8e1e8;
  --copper: #c2803f;
  --copper-light: #e0a868;
  --copper-ink: #8c5724;
  --bone: #f5f2ec;
  --bone-dark: #e8e2d7;
  --rule: #d9d1c3;
  --white: #fff;
  --signal: #dc2626;
  --signal-dark: #b91c1c;
  --steel: #5d6972;
  --dark: #17212b;

  --display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", sans-serif-condensed, sans-serif;
  --body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

  --content: 1240px;
  --gutter: 20px;
  --header-h: 64px;
  --radius: 3px;
  --section-y: 72px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--dark);
  background: var(--bone);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.jh-menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4 { margin: 0; color: var(--ink-800); font-family: var(--display); font-weight: 800; text-wrap: balance; }
h2 { font-size: clamp(2.6rem, 7.5vw, 4.6rem); line-height: .92; letter-spacing: -.015em; }
h3 { font-size: clamp(1.75rem, 3.2vw, 2.3rem); line-height: 1; letter-spacing: -.005em; }
p { margin: 0 0 1rem; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }
:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 3px; }
::selection { color: var(--white); background: var(--copper-ink); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.jh-container { width: min(100% - var(--gutter) * 2, var(--content)); margin-inline: auto; }
.jh-section { padding: var(--section-y) 0; }

.jh-icon { flex: none; }

/* ---------- Labels ---------- */
.jh-eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 18px;
  color: var(--copper-ink);
  font: 800 .8rem/1.2 var(--display);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.jh-eyebrow a:hover { text-decoration: underline; text-underline-offset: 3px; }
.jh-eyebrow__num {
  display: inline-grid; min-width: 34px; height: 24px; place-items: center; padding: 0 6px;
  border: 1px solid currentColor; border-radius: 2px; letter-spacing: .08em;
}
.jh-section-head { margin-bottom: 44px; padding-top: 22px; border-top: 2px solid var(--ink-800); }
.jh-section-head h2 { max-width: 16ch; }
.jh-section-intro { max-width: 46ch; margin: 18px 0 0; color: var(--steel); font-size: 1.05rem; }

/* dark surfaces */
.jh-hero .jh-eyebrow, .jh-direct .jh-eyebrow, .jh-proof .jh-eyebrow, .jh-final .jh-eyebrow, .jh-page-hero .jh-eyebrow { color: var(--copper-light); }
.jh-direct .jh-section-head, .jh-proof .jh-section-head { border-top-color: var(--copper); }

/* ---------- Live status ---------- */
.jh-live {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0;
  color: var(--ink-100);
  font: 700 .8rem/1.2 var(--display);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.jh-live__dot { position: relative; width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--copper-light); }
.jh-live__dot::after { position: absolute; inset: -5px; border: 1px solid var(--copper-light); border-radius: 50%; content: ""; opacity: 0; animation: jh-ping 2.4s ease-out infinite; }
@keyframes jh-ping { 0% { transform: scale(.4); opacity: .9; } 80%, 100% { transform: scale(1.4); opacity: 0; } }

/* ---------- Skip link ---------- */
.jh-skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; color: var(--white); background: var(--ink-900); font-weight: 700; outline: 3px solid var(--copper-light); }
.jh-skip-link:focus { top: 12px; }

/* ---------- Header ---------- */
.jh-header { position: sticky; top: 0; z-index: 1000; color: var(--white); background: var(--ink-800); border-top: 3px solid var(--copper); box-shadow: 0 1px 0 var(--ink-600); }
.admin-bar .jh-header { top: 32px; }
.jh-header__inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.jh-brand { display: inline-flex; min-width: max-content; align-items: center; gap: 12px; }
.jh-brand__mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 2px; color: var(--ink-800); background: var(--bone); font: 800 1.4rem/1 var(--display); letter-spacing: -.02em; padding-top: 2px; }
.jh-brand__copy { display: flex; flex-direction: column; line-height: 1; }
.jh-brand__copy strong { color: var(--white); font: 800 1.22rem/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.jh-brand__copy small { margin-top: 5px; color: var(--copper-light); font: 700 .7rem/1 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 250px; max-height: 48px; }
.jh-live--header { display: none; padding-left: 22px; border-left: 1px solid var(--ink-600); color: var(--ink-200); font-size: .74rem; }
.jh-desktop-nav, .jh-header__call { display: none; }
.jh-nav-list, .jh-mobile-nav-list { list-style: none; }
.jh-nav-list { display: flex; align-items: center; gap: 28px; }
.jh-nav-list a { position: relative; padding: 8px 0; color: var(--ink-100); font: 700 1.02rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; transition: color .15s ease; }
.jh-nav-list a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--copper); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.jh-nav-list a:hover { color: var(--white); }
.jh-nav-list a:hover::after, .jh-nav-list .current-menu-item a::after { transform: scaleX(1); }
.jh-header__call { align-items: center; gap: 18px; }
.jh-header__number { display: none; color: var(--white); font: 800 1.3rem/1 var(--display); font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.jh-menu-toggle { display: inline-flex; min-width: 48px; min-height: 48px; margin-left: auto; align-items: center; justify-content: flex-end; gap: 12px; padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.jh-menu-toggle__label { font: 700 .9rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.jh-menu-toggle__icon, .jh-menu-toggle__icon::before, .jh-menu-toggle__icon::after { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s ease, background .2s ease; }
.jh-menu-toggle__icon { position: relative; }
.jh-menu-toggle__icon::before, .jh-menu-toggle__icon::after { position: absolute; left: 0; content: ""; }
.jh-menu-toggle__icon::before { top: -7px; }
.jh-menu-toggle__icon::after { top: 7px; width: 16px; }
.jh-menu-toggle[aria-expanded="true"] .jh-menu-toggle__icon { background: transparent; }
.jh-menu-toggle[aria-expanded="true"] .jh-menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
.jh-menu-toggle[aria-expanded="true"] .jh-menu-toggle__icon::after { top: 0; width: 24px; transform: rotate(-45deg); }

.jh-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100dvh - var(--header-h)); overflow-y: auto; background: var(--ink-800); border-top: 1px solid var(--ink-600); box-shadow: 0 30px 60px rgba(0, 0, 0, .35); }
.jh-mobile-menu[hidden] { display: none; }
.jh-mobile-menu::after { position: fixed; inset: calc(var(--header-h) + 3px) 0 0; z-index: -1; background: rgba(7, 19, 32, .7); content: ""; }
.jh-mobile-nav-list { padding-top: 8px; }
.jh-mobile-nav-list li { border-bottom: 1px solid var(--ink-600); }
.jh-mobile-nav-list a { display: flex; min-height: 60px; align-items: center; justify-content: space-between; color: var(--white); font: 800 1.7rem/1 var(--display); text-transform: uppercase; letter-spacing: .01em; }
.jh-mobile-nav-list a::after { color: var(--copper); content: "\2192"; font-weight: 600; }
.jh-mobile-menu__foot { padding: 24px 0 calc(28px + env(safe-area-inset-bottom)); }
.jh-mobile-menu__foot p { margin: 14px 0 0; color: var(--ink-300); font-size: .92rem; text-align: center; }

/* ---------- Buttons & links ---------- */
.jh-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 26px;
  border: 0; border-radius: var(--radius);
  font: 800 1.12rem/1 var(--display);
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}
.jh-button span { padding-top: 1px; }
.jh-button--red { color: var(--white); background: var(--signal); box-shadow: 0 1px 0 rgba(0, 0, 0, .12); }
.jh-button--red:hover { background: var(--signal-dark); }
.jh-button--red:active { transform: translateY(1px); }
.jh-button--large { min-height: 62px; padding: 0 38px; font-size: 1.4rem; }
.jh-button--large .jh-icon { width: 22px; height: 22px; }
.jh-button--block { width: 100%; }

.jh-phone-display { color: var(--white); font: 800 2.1rem/1 var(--display); font-variant-numeric: tabular-nums; letter-spacing: .01em; transition: color .15s ease; }
.jh-phone-display:hover { color: var(--copper-light); }
.jh-call-pair { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

.jh-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--copper-ink); font: 800 1.1rem/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.jh-text-link .jh-icon--arrow { transition: transform .18s ease; }
.jh-text-link:hover .jh-icon--arrow { transform: translateX(4px); }
.jh-text-link:hover { color: var(--ink-800); }

/* ==========================================================================
   1. Hero
   ========================================================================== */
.jh-hero { position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--white); background: var(--ink-900); isolation: isolate; }
.jh-hero__media { position: relative; z-index: -2; height: clamp(230px, 36svh, 340px); }
.jh-hero__media picture, .jh-hero__media img { width: 100%; height: 100%; }
.jh-hero__media img { object-fit: cover; object-position: var(--jh-focus, 50% 22%); }
.jh-hero__scrim { position: absolute; top: 0; right: 0; left: 0; z-index: -1; height: clamp(230px, 36svh, 340px); background: linear-gradient(180deg, rgba(7, 19, 32, .25) 0%, rgba(7, 19, 32, 0) 35%, rgba(7, 19, 32, .78) 78%, #071320 100%); pointer-events: none; }
.jh-hero__inner { position: relative; margin-top: -76px; padding-bottom: 30px; }
.jh-hero__content { max-width: 660px; }
.jh-live--hero { margin-bottom: 16px; }
.jh-hero h1 { color: var(--white); font-size: clamp(2.75rem, 12.4vw, 4.4rem); line-height: .88; letter-spacing: -.012em; text-transform: uppercase; }
.jh-hero__line { display: block; }
.jh-hero__place { color: var(--copper-light); }
.jh-hero__lead { max-width: 30ch; margin: 18px 0 24px; color: var(--ink-100); font-size: 1.2rem; font-weight: 600; line-height: 1.35; }
.jh-hero__caption { display: none; }
.jh-hero__trust { border-top: 1px solid var(--ink-600); background: var(--ink-900); }
.jh-hero__trust ul { display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.jh-hero__trust li { padding: 14px 0; color: var(--ink-200); font-size: .95rem; line-height: 1.3; }
.jh-hero__trust li:nth-child(odd) { padding-right: 12px; }
.jh-hero__trust li:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--ink-600); }
.jh-hero__trust li:nth-child(n+3) { border-top: 1px solid var(--ink-600); }
.jh-hero__trust strong { color: var(--white); font: 800 1.12rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }

/* ==========================================================================
   2. Process
   ========================================================================== */
.jh-process { background: var(--bone); }
.jh-process__steps { position: relative; display: grid; gap: 0; list-style: none; }
.jh-process__steps::before { position: absolute; top: 22px; bottom: 40px; left: 21px; width: 2px; background: var(--copper); content: ""; }
.jh-step { position: relative; display: grid; grid-template-columns: 44px 1fr; align-content: start; gap: 0 20px; padding-bottom: 36px; }
.jh-step:last-child { padding-bottom: 0; }
.jh-step__num { position: relative; display: grid; width: 44px; height: 44px; grid-row: 1 / span 2; place-items: center; border: 2px solid var(--copper); border-radius: 2px; color: var(--ink-800); background: var(--bone); font: 800 1.35rem/1 var(--display); }
.jh-step h3 { margin: 6px 0 10px; font-size: clamp(1.7rem, 3vw, 2.15rem); }
.jh-step p { max-width: 38ch; margin: 0; color: var(--steel); }

/* ==========================================================================
   3. Direct to John
   ========================================================================== */
.jh-direct { position: relative; color: var(--ink-200); background: var(--ink-900); }
.jh-direct__top { display: grid; gap: 40px; }
.jh-direct__photo { position: relative; margin: 0; }
.jh-direct__photo picture { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 2px; background: var(--ink-700); }
.jh-direct__photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--jh-focus, 30% 30%); }
.jh-direct__photo::before { position: absolute; top: -10px; left: -10px; width: 64px; height: 64px; border-top: 2px solid var(--copper); border-left: 2px solid var(--copper); content: ""; }
.jh-direct__photo figcaption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; padding-top: 14px; border-bottom: 1px solid var(--ink-600); padding-bottom: 12px; }
.jh-direct__photo figcaption strong { color: var(--white); font: 800 1.35rem/1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.jh-direct__photo figcaption span { color: var(--ink-300); font: 700 .78rem/1.2 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.jh-direct h2 { margin-bottom: 26px; color: var(--white); }
.jh-direct__copy > p:not(.jh-eyebrow) { max-width: 56ch; color: var(--ink-300); }
.jh-direct__copy .jh-direct__lead { color: var(--ink-100); font-size: 1.22rem; line-height: 1.45; }

.jh-trio { margin-top: 64px; border-top: 2px solid var(--copper); list-style: none; }
.jh-trio li { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; align-items: baseline; padding: 22px 0 24px; border-bottom: 1px solid var(--ink-600); }
.jh-trio__num { color: var(--copper-light); font: 800 .9rem/1 var(--display); letter-spacing: .14em; }
.jh-trio__words { margin: 0; color: var(--copper-light); font: 800 clamp(2.9rem, 13.5vw, 8.4rem)/.84 var(--display); white-space: nowrap; letter-spacing: -.02em; text-transform: uppercase; }
.jh-trio__words span { color: var(--white); }
.jh-trio__note { grid-column: 2; margin: 6px 0 0; color: var(--ink-300); font-size: 1rem; }

/* ==========================================================================
   4. What John fixes
   ========================================================================== */
.jh-services { background: var(--bone); }
.jh-services__grid { display: grid; gap: 64px; }
.jh-service__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.jh-service__tag { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border-radius: 2px; color: var(--bone); background: var(--ink-800); font: 800 1.1rem/1 var(--display); }
.jh-service__intro { max-width: 52ch; color: var(--steel); }
.jh-service__intro strong { color: var(--dark); }
.jh-service__photo { margin: 0 0 28px; }
.jh-service__photo picture { display: block; aspect-ratio: 16 / 11; overflow: hidden; border-radius: 2px; background: var(--bone-dark); }
.jh-service__photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--jh-focus, 30% 50%); }

.jh-index { margin: 22px 0 26px; border-top: 1px solid var(--rule); list-style: none; }
.jh-index li { position: relative; display: flex; align-items: center; min-height: 50px; padding: 10px 0 10px 28px; border-bottom: 1px solid var(--rule); color: var(--ink-800); font: 700 1.3rem/1.1 var(--display); letter-spacing: .01em; }
.jh-index li::before { position: absolute; top: 50%; left: 0; width: 14px; height: 2px; background: var(--copper); content: ""; }

.jh-firststeps { padding: 28px 24px; border-radius: 2px; color: var(--ink-200); background: var(--ink-800); }
.jh-firststeps .jh-panel-title { margin-bottom: 18px; color: var(--white); font-size: 1.7rem; line-height: 1; text-transform: uppercase; letter-spacing: .01em; }
.jh-firststeps ol { display: grid; gap: 16px; counter-reset: fs; list-style: none; }
.jh-firststeps li { position: relative; padding-left: 44px; font-size: .98rem; line-height: 1.5; counter-increment: fs; }
.jh-firststeps li::before { position: absolute; top: 0; left: 0; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--copper); border-radius: 2px; color: var(--copper-light); content: counter(fs); font: 800 1rem/1 var(--display); }
.jh-firststeps strong { color: var(--white); }
.jh-firststeps__call { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding-top: 18px; width: 100%; border-top: 1px solid var(--ink-600); color: var(--copper-light); font: 800 1.9rem/1 var(--display); font-variant-numeric: tabular-nums; }
.jh-firststeps__call:hover { color: var(--white); }

.jh-service__also { margin: -8px 0 28px; color: var(--steel); }
.jh-service__also span { color: var(--ink-800); font: 800 1rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }

.jh-jobsheet { position: relative; padding: 26px 24px 22px; border: 1px solid var(--rule); border-top: 3px solid var(--ink-800); border-radius: 2px; background: var(--white); }
.jh-jobsheet::after { position: absolute; top: 14px; right: 16px; color: var(--copper-ink); content: "Job sheet"; font: 800 .7rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.jh-jobsheet .jh-panel-title { margin-bottom: 8px; font-size: 1.6rem; text-transform: uppercase; letter-spacing: .01em; }
.jh-jobsheet p { margin-bottom: 18px; color: var(--steel); font-size: .98rem; }
.jh-jobsheet dl { display: grid; gap: 14px; margin: 0; }
.jh-jobsheet dl div { display: flex; align-items: flex-end; gap: 12px; }
.jh-jobsheet dt { flex: none; color: var(--ink-800); font: 800 .95rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.jh-jobsheet dd { flex: 1; height: 1px; margin: 0 0 3px; border-bottom: 2px dotted #aab3b9; }

.jh-not-sure { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 60px; padding-top: 26px; border-top: 2px solid var(--ink-800); }
.jh-not-sure p { margin: 0; color: var(--steel); font-size: 1.1rem; }
.jh-not-sure strong { color: var(--ink-800); font: 800 1.5rem/1 var(--display); text-transform: uppercase; letter-spacing: .01em; margin-right: 6px; }

/* ==========================================================================
   5. Proof, cost, areas
   ========================================================================== */
.jh-proof { color: var(--ink-200); background: var(--ink-900); }
.jh-proof h2, .jh-proof h3 { color: var(--white); }
.jh-proof__creds { display: grid; gap: 36px; }
.jh-bignum { display: flex; align-items: flex-end; gap: 18px; }
.jh-bignum strong { color: var(--copper-light); font: 800 clamp(7.5rem, 34vw, 15rem)/.76 var(--display); letter-spacing: -.04em; }
.jh-bignum span { padding-bottom: 6px; color: var(--ink-100); font: 800 1.2rem/1.05 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.jh-plates { display: grid; gap: 14px; }
.jh-plate { padding: 20px 22px; border: 1px solid var(--ink-600); border-left: 3px solid var(--copper); border-radius: 2px; background: var(--ink-800); }
.jh-plate__label { margin: 0 0 8px; color: var(--copper-light); font: 800 .8rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.jh-plate__value { margin: 0; color: var(--white); font: 800 2.6rem/1 var(--display); font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.jh-plate__value span { color: var(--ink-300); font-size: .45em; letter-spacing: .14em; text-transform: uppercase; vertical-align: .55em; margin-right: 4px; }
.jh-plate__value--text { font-size: 1.7rem; letter-spacing: .01em; }
.jh-plate__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--ink-100); font-size: .95rem; text-decoration: underline; text-decoration-color: var(--copper); text-underline-offset: 4px; }
.jh-plate__link:hover { color: var(--copper-light); }

.jh-proof__lower { display: grid; gap: 56px; margin-top: 64px; padding-top: 44px; border-top: 1px solid var(--ink-600); }
.jh-proof h3 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 2.8rem); line-height: .95; max-width: 18ch; }
.jh-cost p { max-width: 54ch; color: var(--ink-300); }
.jh-cost .jh-cost__lead { color: var(--ink-100); font-size: 1.15rem; line-height: 1.5; }
.jh-ledger { margin-top: 26px; border-top: 1px solid var(--ink-600); list-style: none; }
.jh-ledger li { display: flex; align-items: center; gap: 18px; min-height: 58px; padding: 12px 0; border-bottom: 1px solid var(--ink-600); color: var(--white); font: 700 clamp(1.18rem, 4.6vw, 1.35rem)/1.15 var(--display); letter-spacing: .01em; }
.jh-ledger span { flex: none; color: var(--copper-light); font-size: .9rem; letter-spacing: .14em; }

.jh-coverage__line { max-width: 52ch; margin: 22px 0 0; color: var(--ink-200); }
.jh-coverage__line a { color: var(--copper-light); text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   6. Landlords
   ========================================================================== */
.jh-landlords { background: var(--bone-dark); }
.jh-landlords__inner { display: grid; gap: 14px; padding: 56px 0; }
.jh-landlords .jh-eyebrow { margin-bottom: 0; }
.jh-landlords h2 { max-width: 18ch; font-size: clamp(2.2rem, 5vw, 3.4rem); }
.jh-landlords__copy { max-width: 46ch; margin: 0; color: #4a555d; }

/* ==========================================================================
   7. Final call
   ========================================================================== */
.jh-final { padding: 80px 0 88px; color: var(--white); background: var(--ink-900); border-top: 3px solid var(--copper); }
.jh-final h2 { max-width: 20ch; margin: 22px 0 28px; color: var(--white); font-size: clamp(2.5rem, 7vw, 4.4rem); }
.jh-final h2 span { display: block; color: var(--copper-light); }
.jh-final__number { display: inline-block; max-width: 100%; color: var(--white); font: 800 clamp(3.2rem, 15.2vw, 12.5rem)/.85 var(--display); font-variant-numeric: tabular-nums; letter-spacing: -.02em; white-space: nowrap; transition: color .15s ease; }
.jh-final__number:hover { color: var(--copper-light); }
.jh-final__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--ink-600); }
.jh-final__actions p { margin: 0; color: var(--ink-300); font: 700 1rem/1.3 var(--display); letter-spacing: .12em; text-transform: uppercase; }

/* ==========================================================================
   Footer & sticky call
   ========================================================================== */
.jh-footer { padding: 56px 0 28px; color: var(--ink-300); background: var(--ink-800); }
.jh-footer__grid { display: grid; gap: 40px; }
.jh-footer h2 { margin-bottom: 16px; color: var(--copper-light); font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; }
.jh-footer__brand > p { max-width: 34ch; margin: 18px 0 14px; font-size: .95rem; }
.jh-footer__creds { display: flex; flex-wrap: wrap; gap: 6px 16px; list-style: none; color: var(--ink-100); font: 700 .95rem/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.jh-footer__links { display: grid; gap: 8px; list-style: none; font-size: .96rem; }
.jh-footer__links a { transition: color .15s ease; }
.jh-footer__links a:hover { color: var(--white); }
.jh-footer__links--plain li { color: var(--ink-200); }
.jh-footer__links--plain a { color: var(--ink-300); text-decoration: underline; text-underline-offset: 3px; }
.jh-footer__number { color: var(--white); font: 800 2.2rem/1 var(--display); font-variant-numeric: tabular-nums; }
.jh-footer__number:hover { color: var(--copper-light); }
.jh-footer__call p { margin-top: 12px; font-size: .95rem; }
.jh-footer__bottom { display: flex; flex-direction: column; gap: 10px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--ink-600); font-size: .85rem; }
.jh-footer__bottom p { margin: 0; }
.jh-footer__bottom ul { display: flex; flex-wrap: wrap; gap: 6px 20px; list-style: none; }
.jh-footer__bottom a:hover { color: var(--white); }

.jh-sticky-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 950; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: var(--ink-900); border-top: 1px solid var(--ink-600); transform: translateY(110%); transition: transform .22s ease; }
.jh-sticky-call.is-visible { transform: translateY(0); }
.jh-sticky-call a { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border-radius: var(--radius); color: var(--white); background: var(--signal); font: 800 1.1rem/1 var(--display); letter-spacing: .07em; text-transform: uppercase; }
.jh-sticky-call strong { padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, .35); font-size: 1.2rem; font-variant-numeric: tabular-nums; letter-spacing: .03em; }
body.jh-sticky-visible { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.jh-content-page { min-height: 60vh; background: var(--bone); }
.jh-page-hero { padding: 64px 0 56px; color: var(--white); background: var(--ink-900); }
.jh-page-hero h1 { max-width: 18ch; color: var(--white); font-size: clamp(2.8rem, 9vw, 5rem); line-height: .9; letter-spacing: -.012em; text-transform: uppercase; }
.jh-page-hero .jh-eyebrow { color: var(--ink-300); }
.jh-page-hero .jh-eyebrow a { color: var(--copper-light); }
.jh-page-hero__lead { max-width: 60ch; margin: 22px 0 0; color: var(--ink-200); font-size: 1.15rem; }
.jh-page-layout { display: grid; gap: 48px; padding: 56px 0 80px; }
.jh-prose { min-width: 0; max-width: 72ch; }
.jh-prose > *:first-child { margin-top: 0; }
.jh-prose h2 { margin: 1.6em 0 .5em; font-size: clamp(2rem, 4vw, 2.5rem); line-height: 1; }
.jh-prose h3 { margin: 1.4em 0 .4em; font-size: 1.6rem; }
.jh-prose .jh-lead { color: var(--ink-800); font-size: 1.28rem; line-height: 1.5; }
.jh-prose a:not(.jh-button) { color: var(--copper-ink); text-decoration: underline; text-underline-offset: 3px; }
.jh-prose ul, .jh-prose ol { margin: 0 0 1.2rem; padding-left: 1.3em; }
.jh-prose li { margin-bottom: .4em; }
.jh-prose li::marker { color: var(--copper); font-weight: 700; }
.jh-prose .jh-button { margin-top: .5rem; }

.jh-call-panel { align-self: start; padding: 28px 24px; border-top: 3px solid var(--copper); border-radius: 2px; color: var(--ink-200); background: var(--ink-800); }
.jh-call-panel h2 { margin: 16px 0 10px; color: var(--white); font-size: 2rem; line-height: 1; }
.jh-call-panel__number { display: block; margin-bottom: 18px; color: var(--copper-light); font: 800 2.3rem/1 var(--display); font-variant-numeric: tabular-nums; }
.jh-call-panel ul { display: grid; gap: 4px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ink-600); list-style: none; font: 700 .9rem/1.4 var(--display); letter-spacing: .1em; text-transform: uppercase; }

.jh-post-list { display: grid; gap: 0; min-width: 0; border-top: 2px solid var(--ink-800); }
.jh-post-list article { padding: 28px 0; border-bottom: 1px solid var(--rule); }
.jh-post-list article h2 { margin-bottom: 10px; font-size: 2rem; line-height: 1; }
.jh-post-list .jh-eyebrow { margin-bottom: 10px; }

/* ==========================================================================
   Areas (open-ended — no map, no radius)
   ========================================================================== */
.jh-towns { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 0; margin: 6px 0 0; list-style: none; }
.jh-towns li { display: inline-flex; align-items: baseline; color: var(--white); font: 800 clamp(2.1rem, 7.5vw, 3.3rem)/1.08 var(--display); letter-spacing: -.005em; text-transform: uppercase; }
.jh-towns li:not(:last-child)::after { margin: 0 .32em; color: var(--copper); content: "/"; font-weight: 600; }
.jh-towns a { color: inherit; text-decoration: underline; text-decoration-color: var(--copper); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.jh-towns a:hover { color: var(--copper-light); }
.jh-towns__base { position: relative; }
.jh-towns__base .jh-icon { align-self: center; width: .62em; height: .62em; margin-right: .18em; color: var(--copper-light); }
.jh-towns__tag { align-self: flex-start; margin: .3em 0 0 .45em; padding: 3px 6px; border: 1px solid var(--copper); border-radius: 2px; color: var(--copper-light); font: 800 .7rem/1 var(--display); letter-spacing: .16em; white-space: nowrap; }
.jh-towns__more { color: var(--copper-light) !important; text-transform: none !important; font-weight: 700 !important; letter-spacing: 0 !important; }
.jh-coverage__line a { white-space: nowrap; }

/* ==========================================================================
   Navigation drop-downs
   ========================================================================== */
.jh-nav-list > li { position: relative; }
.jh-nav-list > .menu-item-has-children > a { display: inline-flex; align-items: center; gap: 6px; }
.jh-nav-list > .menu-item-has-children > a::before { order: 2; width: 6px; height: 6px; margin-top: -3px; border: solid currentColor; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.jh-nav-list .sub-menu { position: absolute; top: 100%; left: -20px; z-index: 20; display: grid; min-width: 260px; padding: 10px 0; list-style: none; visibility: hidden; opacity: 0; border-top: 3px solid var(--copper); border-radius: 0 0 2px 2px; background: var(--ink-800); box-shadow: 0 24px 40px rgba(0, 0, 0, .3); transform: translateY(6px); transition: opacity .15s ease, transform .15s ease, visibility .15s; }
.jh-nav-list .sub-menu:has(> li:nth-child(7)) { grid-template-columns: 1fr 1fr; min-width: 520px; }
.jh-nav-list li:hover > .sub-menu, .jh-nav-list li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.jh-nav-list .sub-menu a { display: block; padding: 10px 20px; color: var(--ink-100); font: 600 1rem/1.25 var(--body); letter-spacing: 0; text-transform: none; }
.jh-nav-list .sub-menu a::after { display: none; }
.jh-nav-list .sub-menu a:hover { color: var(--white); background: var(--ink-700); }
.jh-mobile-nav-list .sub-menu { padding: 0 0 12px 16px; border-left: 2px solid var(--copper); margin-left: 2px; list-style: none; }
.jh-mobile-nav-list .sub-menu li { border: 0; }
.jh-mobile-nav-list .sub-menu a { min-height: 44px; color: var(--ink-200); font: 600 1.05rem/1.2 var(--body); text-transform: none; }
.jh-mobile-nav-list .sub-menu a::after { content: none; }

/* ==========================================================================
   Service / area pages and advice
   ========================================================================== */
.jh-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; margin: 0 0 18px; list-style: none; font: 700 .78rem/1.3 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.jh-breadcrumbs li { color: var(--ink-300); }
.jh-breadcrumbs li:not(:last-child)::after { margin: 0 10px; color: var(--ink-500); content: "/"; }
.jh-breadcrumbs a { color: var(--copper-light); }
.jh-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }

.jh-hero--page h1 { font-size: clamp(2.5rem, 10vw, 3.6rem); line-height: .92; text-wrap: balance; }
.jh-hero--page .jh-hero__lead { max-width: 44ch; font-weight: 500; font-size: 1.1rem; }
.jh-trustband { display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.jh-trustband li { padding: 14px 0; color: var(--ink-200); font-size: .95rem; line-height: 1.3; }
.jh-trustband li:nth-child(odd) { padding-right: 12px; }
.jh-trustband li:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--ink-600); }
.jh-trustband li:nth-child(n+3) { border-top: 1px solid var(--ink-600); }
.jh-trustband strong { color: var(--white); font: 800 1.12rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }

.jh-landing__body { padding: 56px 0 72px; }
.jh-flow > * { max-width: 760px; margin-top: 0; margin-bottom: 1.25rem; }
.jh-flow > .jh-wide, .jh-flow > .alignwide { max-width: none; }
.jh-flow > .jh-band, .jh-flow > .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: 0; margin-block: 56px; }
.jh-prose.jh-flow > .jh-band, .jh-prose.jh-flow > .alignfull { width: auto; max-width: none; margin-left: 0; }
.jh-flow > h2 { margin: 2.2em 0 .5em; font-size: clamp(2rem, 5vw, 2.8rem); line-height: .98; }
.jh-flow > h3 { margin: 1.6em 0 .4em; font-size: clamp(1.5rem, 3vw, 1.9rem); }
.jh-flow > h2:first-child, .jh-flow > .jh-answer:first-child { margin-top: 0; }
.jh-flow > p, .jh-flow > ul, .jh-flow > ol { font-size: 1.06rem; }
.jh-flow ul.wp-block-list, .jh-flow ol.wp-block-list { padding-left: 1.3em; }
.jh-flow li { margin-bottom: .35em; }
.jh-flow li::marker { color: var(--copper); font-weight: 700; }
.jh-flow > p a, .jh-flow > ul a, .jh-flow > ol a, .jh-flow > .wp-block-details a, .jh-flow > .jh-answer a { color: var(--copper-ink); text-decoration: underline; text-underline-offset: 3px; }
.jh-flow > .jh-block--first-steps, .jh-flow > .jh-block--fault-code { max-width: 620px; margin-block: 32px; }
.jh-flow .jh-process__steps { margin-top: 28px; }
.jh-flow .jh-process__steps .jh-step h3 { font-size: 1.6rem; }

.jh-answer { position: relative; margin-bottom: 40px !important; padding: 24px 24px 20px 28px; border-left: 4px solid var(--copper); border-radius: 0 2px 2px 0; background: var(--white); box-shadow: 0 1px 0 var(--rule); }
.jh-answer > p { margin: 0; color: var(--ink-800); font-size: 1.2rem; line-height: 1.5; }
.jh-answer > .jh-answer__label { margin-bottom: 8px; color: var(--copper-ink); font: 800 .78rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }

.jh-flow > .wp-block-details { margin: 0; padding: 0; border-bottom: 1px solid var(--rule); }
.jh-flow > h2 + .wp-block-details { border-top: 2px solid var(--ink-800); }
.wp-block-details summary { position: relative; padding: 20px 44px 20px 0; color: var(--ink-800); font: 700 1.35rem/1.2 var(--display); list-style: none; cursor: pointer; }
.wp-block-details summary::-webkit-details-marker { display: none; }
.wp-block-details summary::after { position: absolute; top: 50%; right: 6px; width: 12px; height: 12px; margin-top: -9px; border: solid var(--copper); border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); transition: transform .2s ease; }
.wp-block-details[open] summary::after { margin-top: -3px; transform: rotate(-135deg); }
.wp-block-details > :not(summary) { max-width: 68ch; margin: 0 0 20px; color: var(--steel); }

.jh-band { padding: 56px 0; color: var(--ink-200); background: var(--ink-900); }
.jh-band .jh-eyebrow { color: var(--copper-light); }
.jh-related .jh-pagelist__summary { color: #4a555d; }
.jh-block--trust-band { padding: 0; }
.jh-block--trust-band .jh-trustband { padding: 6px 0; }
.jh-callstrip { display: grid; gap: 22px; align-items: center; }
.jh-callstrip__heading { margin: 14px 0 0; color: var(--white); font: 800 clamp(2rem, 6vw, 3rem)/.95 var(--display); }
.jh-callstrip__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.jh-callstrip__number { color: var(--copper-light); font: 800 clamp(2.4rem, 9vw, 3.6rem)/1 var(--display); font-variant-numeric: tabular-nums; }
.jh-callstrip__number:hover { color: var(--white); }
.jh-block--areas .jh-coverage h3 { margin-bottom: 18px; color: var(--white); font-size: clamp(2rem, 4vw, 2.8rem); line-height: .95; }

.jh-updated { margin-top: 48px !important; padding-top: 16px; border-top: 1px solid var(--rule); color: var(--steel); font-size: .9rem !important; }

.jh-related { padding: 72px 0; background: var(--bone-dark); }
.jh-pagelist__heading { margin-bottom: 24px; font-size: clamp(2rem, 5vw, 2.8rem); line-height: .98; }
.jh-pagelist ul { border-top: 2px solid var(--ink-800); list-style: none; }
.jh-pagelist li { border-bottom: 1px solid var(--rule); }
.jh-pagelist a { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; align-items: center; padding: 20px 0; }
.jh-pagelist__title { color: var(--ink-800); font: 800 1.55rem/1.05 var(--display); }
.jh-pagelist__summary { grid-column: 1; color: var(--steel); font-size: .98rem; line-height: 1.45; }
.jh-pagelist .jh-icon { grid-row: 1 / span 2; grid-column: 2; color: var(--copper); transition: transform .18s ease; }
.jh-pagelist a:hover .jh-pagelist__title { color: var(--copper-ink); }
.jh-pagelist a:hover .jh-icon { transform: translateX(4px); }
.jh-pagelist--posts { min-width: 0; }
.jh-editor-note { padding: 16px; border: 1px dashed var(--rule); color: var(--steel); }

.jh-draft-notice { padding: 12px 20px; color: var(--ink-900); background: #f6d9a8; font-size: .95rem; text-align: center; }

.jh-byline { display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 22px 0 0; color: var(--ink-300); font-size: .95rem; }
.jh-byline strong { color: var(--white); }
.jh-aside { display: grid; gap: 24px; align-content: start; }
.jh-toc { padding: 22px 24px; border: 1px solid var(--rule); border-top: 3px solid var(--ink-800); border-radius: 2px; background: var(--white); }
.jh-toc .jh-eyebrow { margin-bottom: 12px; }
.jh-toc ol { display: grid; gap: 8px; padding-left: 1.2em; font-size: .98rem; line-height: 1.35; }
.jh-toc li::marker { color: var(--copper); font-weight: 700; }
.jh-toc a:hover { color: var(--copper-ink); text-decoration: underline; }
.jh-author { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: start; max-width: 760px; margin-top: 48px; padding-top: 28px; border-top: 2px solid var(--ink-800); }
.jh-author__photo { display: block; width: 96px; height: 96px; overflow: hidden; border-radius: 2px; }
.jh-author__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 20%; }
.jh-author p { margin-bottom: 6px; font-size: 1rem; }
.jh-author .jh-eyebrow { margin-bottom: 6px; }
.jh-more { margin: 26px 0 0; }
.jh-index a { color: inherit; text-decoration: underline; text-decoration-color: var(--copper); text-underline-offset: 4px; }
.jh-index a:hover { color: var(--copper-ink); }

@media (min-width: 640px) {
  .jh-trustband { display: flex; }
  .jh-trustband li, .jh-trustband li:nth-child(n) { flex: 1 1 auto; padding: 18px 20px; border-top: 0; border-left: 1px solid var(--ink-600); }
  .jh-trustband li:first-child { padding-left: 0; border-left: 0; }
  .jh-callstrip__actions { flex-direction: row; align-items: center; gap: 28px; }
}
@media (min-width: 960px) {
  .jh-hero--page { min-height: clamp(560px, 72svh, 720px); }
  .jh-hero--page h1 { font-size: clamp(3.4rem, 4.8vw, 4.9rem); max-width: 14ch; }
  .jh-hero--page .jh-hero__content { max-width: 680px; }
  .jh-callstrip { grid-template-columns: 1fr auto; gap: 48px; }
  .jh-landing__body { padding: 88px 0 96px; }
  .jh-flow > * { margin-left: 244px; }
  .jh-flow > .jh-band, .jh-flow > .alignfull { margin-left: calc(50% - 50vw); }
  .jh-flow > .jh-wide, .jh-flow > .alignwide { margin-left: 0; }
  .jh-flow > h2, .jh-flow > h3 { margin-left: 0; max-width: 20ch; }
  .jh-flow > .wp-block-details { margin-left: 244px; }
  .jh-flow > h2 + .wp-block-details { margin-top: 0; }
  .jh-prose.jh-flow > * { margin-left: 0; }
}
@media (min-width: 1024px) {
  .jh-aside { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
  .jh-aside .jh-call-panel { position: static; }
  .jh-related { padding: 96px 0; }
  .jh-pagelist a { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) auto; gap: 24px; padding: 24px 0; }
  .jh-pagelist__summary { grid-column: 2; }
  .jh-pagelist .jh-icon { grid-row: auto; grid-column: 3; }
  .jh-page-layout .jh-pagelist a { grid-template-columns: 1fr auto; gap: 4px 20px; }
  .jh-page-layout .jh-pagelist__summary { grid-column: 1; }
  .jh-page-layout .jh-pagelist .jh-icon { grid-row: 1 / span 2; grid-column: 2; }
}

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (min-width: 640px) {
  :root { --gutter: 28px; }
  .jh-call-pair { flex-direction: row; align-items: center; gap: 26px; }
  .jh-hero__trust ul { display: flex; }
  .jh-hero__trust li, .jh-hero__trust li:nth-child(n) { flex: 1 1 auto; padding: 18px 20px; border-top: 0; border-left: 1px solid var(--ink-600); }
  .jh-hero__trust li:first-child { padding-left: 0; border-left: 0; }
  .jh-index--two { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .jh-not-sure { flex-direction: row; align-items: center; justify-content: space-between; }
  .jh-plates { grid-template-columns: 1fr 1fr; }
  .jh-final__actions { flex-direction: row; align-items: center; gap: 30px; }
  .jh-footer__grid { grid-template-columns: 1fr 1fr; }
  .jh-footer__brand { grid-column: 1 / -1; }
  .jh-footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 768px) {
  :root { --section-y: 96px; --header-h: 72px; }
  body { font-size: 18px; }
  .jh-live--header { display: inline-flex; }
  .jh-hero__media, .jh-hero__scrim { height: clamp(360px, 46svh, 480px); }
  .jh-hero__inner { margin-top: -110px; padding-bottom: 44px; }
  .jh-section-head--split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
  .jh-section-head--split .jh-section-intro { margin: 0 0 6px; }
  .jh-direct__top { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: center; }
  .jh-trio__words { font-size: clamp(4rem, 9.6vw, 8.4rem); }
  .jh-trio li { grid-template-columns: 56px auto minmax(0, 1fr); align-items: end; column-gap: 24px; }
  .jh-trio__note { max-width: 28ch; justify-self: end; }
  .jh-trio__note { grid-column: auto; margin: 0 0 8px; text-align: right; }
  .jh-trio__num { align-self: start; padding-top: 14px; }
  .jh-landlords__inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); column-gap: 56px; align-items: end; padding: 72px 0; }
  .jh-landlords .jh-eyebrow { grid-column: 1 / -1; }
  .jh-landlords h2 { grid-row: 2 / span 2; }
  .jh-landlords__copy { align-self: end; }
  .jh-landlords .jh-text-link { justify-self: start; }
  .jh-final { padding: 110px 0 120px; }
}

/* Overlay hero from here: photo bleeds right, text sits on the dark side */
@media (min-width: 960px) {
  .jh-hero { min-height: clamp(620px, calc(100svh - var(--header-h) - 3px), 880px); }
  .jh-hero__media { position: absolute; top: 0; right: 0; bottom: 0; left: 30%; height: auto; }
  .jh-hero__media img { object-position: var(--jh-focus, 42% 30%); }
  .jh-hero__scrim { inset: 0; height: auto; background:
      linear-gradient(90deg, #071320 0%, #071320 30%, rgba(7, 19, 32, .86) 40%, rgba(7, 19, 32, .35) 58%, rgba(7, 19, 32, 0) 74%),
      linear-gradient(0deg, rgba(7, 19, 32, .92) 0%, rgba(7, 19, 32, 0) 34%); }
  .jh-hero__inner { display: flex; flex: 1; flex-direction: column; justify-content: center; margin-top: 0; padding: 72px 0 40px; }
  .jh-hero__content { max-width: 800px; }
  .jh-hero h1 { font-size: clamp(4rem, 6vw, 6.2rem); }
  .jh-hero__lead { font-size: 1.35rem; margin: 24px 0 30px; }
  .jh-hero__caption { position: absolute; right: 0; bottom: 36px; display: block; max-width: 260px; margin: 0; padding-top: 12px; border-top: 2px solid var(--copper); color: var(--ink-100); font-size: .92rem; line-height: 1.4; }
  .jh-hero__caption span { display: block; margin-bottom: 4px; color: var(--white); font: 800 1.05rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
  .jh-hero__trust { position: relative; border-top-color: rgba(58, 86, 112, .7); background: rgba(7, 19, 32, .88); }
}

@media (min-width: 1024px) {
  .jh-section-head { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
  .jh-section-head .jh-eyebrow { padding-top: 12px; }
  .jh-section-head--split { grid-template-columns: 220px minmax(0, 1.3fr) minmax(0, 1fr); }
  .jh-section-head--split > div { display: contents; }
  .jh-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; padding-left: 244px; }
  .jh-process__steps::before { top: 21px; right: 0; bottom: auto; left: 244px; width: auto; height: 2px; }
  .jh-step { grid-template-columns: 1fr; padding-bottom: 0; }
  .jh-step__num { grid-row: auto; margin-bottom: 26px; }
  .jh-step h3 { margin-top: 0; font-size: clamp(1.7rem, 2.2vw, 2.05rem); }
  .jh-direct__top { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 96px; }
  .jh-services__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; }
  .jh-service--emergency { padding-right: 56px; }
  .jh-service--boiler { padding-left: 56px; border-left: 1px solid var(--rule); }
  .jh-proof__creds { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 64px; align-items: end; }
  .jh-plates { grid-template-columns: 1fr; }
  .jh-proof__lower { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 88px; }
  .jh-footer__grid { grid-template-columns: 1.5fr .9fr .8fr 1fr; }
  .jh-footer__brand { grid-column: auto; }
  .jh-page-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; padding-top: 72px; }
  .jh-call-panel { position: sticky; top: calc(var(--header-h) + 32px); }
}

@media (min-width: 1280px) {
  :root { --header-h: 78px; --section-y: 120px; }
  .jh-header__inner { gap: 36px; }
  .jh-desktop-nav { display: block; margin-left: auto; }
  .jh-header__call { display: inline-flex; }
  .jh-live--header { display: none; }
  .jh-menu-toggle, .jh-mobile-menu { display: none !important; }
  .jh-sticky-call { display: none; }
  body.jh-sticky-visible { padding-bottom: 0; }
  .jh-plates { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1440px) {
  .jh-header__number { display: inline; }
}

@media (min-width: 1600px) {
  .jh-live--header { display: inline-flex; }
}

@media (max-width: 782px) {
  .admin-bar .jh-header { top: 46px; }
}
@media (max-width: 600px) {
  .admin-bar .jh-header { top: 0; }
}

@media (max-width: 380px) {
  :root { --gutter: 16px; }
  .jh-brand__copy small { display: none; }
  .jh-menu-toggle__label { display: none; }
  .jh-sticky-call strong { display: none; }
}

@media (max-width: 479px) {
  .jh-button--large { width: 100%; }
  .jh-call-pair { align-items: stretch; }
  .jh-call-pair .jh-phone-display { text-align: center; }
}

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

@media print {
  .jh-header, .jh-sticky-call, .jh-hero__media, .jh-hero__scrim { display: none !important; }
  body { color: #000; background: #fff; }
}
