/*
Theme Name: Holiday Haven Modern
Theme URI: https://holidayhavenchristmaslightinstallation.com/
Author: Geo / Custom Build
Description: Native WordPress conversion of the Holiday Haven modern redesign. Uses existing WordPress pages and menus, includes old-theme menu migration, responsive navigation, and a custom Holiday Haven homepage.
Version: 1.9.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: holiday-haven-modern
*/


:root {
  --red: #E02B20;
  --red-dark: #B91E17;
  --red-soft: rgba(224, 43, 32, .12);
  --gold: #EDBF48;
  --ink: #0C0C0C;
  --ink-2: #151515;
  --ink-3: #1E1E1E;
  --paper: #FFFFFF;
  --paper-2: #F3F3F3;
  --muted: #666666;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(12,12,12,.1);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(0,0,0,.22);
  --shadow-soft: 0 16px 50px rgba(0,0,0,.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after {
  box-sizing: border-box;
}

button, input, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: 0;
}

.site {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #111;
}

body::-webkit-scrollbar-thumb {
  background: #3b3b3b;
  border: 2px solid #111;
  border-radius: 999px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 105px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 10px;
}

.section-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 900;
}

.section-copy {
  margin: 24px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.topbar {
  position: relative;
  z-index: 30;
  background: #050505;
  color: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  letter-spacing: .04em;
}

.topbar-status {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39d98a;
  box-shadow: 0 0 0 5px rgba(57,217,138,.08);
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: white;
  font-weight: 800;
}

.header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(12,12,12,.86);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  width: 240px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  color: white;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .82;
  transition: opacity .2s ease;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--red);
  transition: right .25s ease;
}

.nav-links a:hover::after {
  right: 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 17px !important;
  border-radius: 11px;
  background: var(--red);
  opacity: 1 !important;
  box-shadow: 0 10px 26px rgba(224,43,32,.2);
}

.nav-cta::after {
  display: none;
}

.mobile-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: min(790px, calc(100dvh - 120px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6,6,6,.96) 0%, rgba(6,6,6,.88) 38%, rgba(6,6,6,.35) 70%, rgba(6,6,6,.22) 100%),
    var(--hh-hero-image) center / cover no-repeat;
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.6));
  pointer-events: none;
}

.bulb-line {
  position: absolute;
  top: 0;
  left: -1%;
  right: -1%;
  height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 7px 9px rgba(0,0,0,.4));
}

.bulb-line::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(20,20,20,.95);
  transform: rotate(-.4deg);
}

.bulb {
  position: relative;
  margin-top: 7px;
  width: 10px;
  height: 17px;
  border-radius: 50% 50% 55% 55%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor, 0 0 26px currentColor;
  animation: twinkle 2.8s calc(var(--i) * -0.12s) ease-in-out infinite alternate;
}

.bulb::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -7px;
  width: 4px;
  height: 8px;
  background: #242424;
  border-radius: 1px;
}

.bulb.red { color: #ef4438; }
.bulb.gold { color: #ffd35e; }
.bulb.green { color: #53d68a; }
.bulb.blue { color: #4da3ff; }

@keyframes twinkle {
  from { opacity: .55; transform: translateY(0) scale(.9); }
  to { opacity: 1; transform: translateY(2px) scale(1.06); }
}

.hero-inner {
  position: relative;
  z-index: 3;
  padding: 120px 0 150px;
}

.hero-content {
  width: min(760px, 100%);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(224,43,32,.15);
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 950;
  text-wrap: balance;
}

.hero h1 em {
  display: block;
  color: var(--red);
  font-style: normal;
  text-shadow: 0 0 42px rgba(224,43,32,.18);
}

.hero-lead {
  margin: 27px 0 0;
  max-width: 690px;
  color: rgba(255,255,255,.74);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 45px rgba(224,43,32,.22);
}

.button-secondary {
  color: white;
  border: 1px solid rgba(255,255,255,.23);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}

.hero-trust {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust svg {
  color: var(--gold);
}

.floating-panel {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 40px;
  z-index: 4;
  width: 310px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(16,16,16,.74);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.floating-panel small {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  color: white;
  font-size: 21px;
  line-height: 1.2;
}

.floating-panel p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.6;
}

.about {
  background:
    radial-gradient(circle at 10% 10%, rgba(224,43,32,.06), transparent 28%),
    var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 76px;
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 610px;
}

.image-main {
  position: absolute;
  inset: 0 58px 70px 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: #ddd;
}

.image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-badge {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 210px;
  min-height: 160px;
  padding: 26px;
  display: grid;
  align-content: center;
  border-radius: 24px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow-soft);
}

.image-badge strong {
  color: var(--red);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.04em;
}

.image-badge span {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.84;
}

.feature-list {
  margin-top: 30px;
  display: grid;
  gap: 13px;
}

.feature-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.feature-check {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--red-soft);
  color: var(--red);
}

.services {
  background: var(--paper-2);
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -220px;
  border-radius: 50%;
  border: 90px solid rgba(224,43,32,.045);
}

.services-head {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.services-head .section-copy {
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(224,43,32,.25);
}

.icon-shell {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 16px;
  color: var(--red);
  background: var(--red-soft);
}

.service-card h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.025em;
}

.service-card p {
  margin: 15px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-visual {
  margin-top: 18px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.08)),
    var(--hh-services-image) center / cover no-repeat;
}

.service-visual-content {
  position: absolute;
  inset: 0;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}

.service-visual-content > div {
  max-width: 520px;
  color: white;
}

.service-visual h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.04em;
}

.service-visual p {
  margin: 15px 0 0;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.decorations {
  background: var(--ink);
  color: white;
  overflow: hidden;
}

.decorations::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.decor-grid {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.decor-photo {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.decor-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.decor-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.7));
}

.decor-photo-label {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(5,5,5,.65);
  backdrop-filter: blur(10px);
}

.decor-photo-label strong {
  display: block;
  font-size: 18px;
}

.decor-photo-label span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.5;
}

.decor-content .section-copy {
  color: rgba(255,255,255,.58);
}

.decor-card-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.decor-card {
  min-height: 180px;
  padding: 22px;
  display: flex;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
  transition: background .2s ease, transform .2s ease;
}

.decor-card:hover {
  background: rgba(255,255,255,.075);
  transform: translateY(-3px);
}

.decor-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--red);
  background: rgba(224,43,32,.13);
}

.decor-card h3 {
  margin: 1px 0 0;
  font-size: 17px;
}

.decor-card p {
  margin: 9px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 12.5px;
  line-height: 1.65;
}

.process {
  background: white;
}

.process-intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: start;
}

.process-copy {
  display: grid;
  gap: 18px;
}

.process-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.process-gallery {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
  height: 410px;
}

.process-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
}

.process-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.process-gallery figure:hover img {
  transform: scale(1.035);
}

.steps-grid {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-card {
  min-height: 245px;
  padding: 28px;
  border-radius: 20px;
  background: var(--paper-2);
  border: 1px solid var(--line-dark);
}

.step-number {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.process-card h3 {
  margin: 35px 0 0;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.process-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.7;
}

.testimonials {
  color: white;
  background:
    linear-gradient(rgba(4,4,4,.85), rgba(4,4,4,.88)),
    var(--hh-reviews-image) center / cover no-repeat;
}

.testimonials .section-title {
  max-width: 860px;
}

.reviews-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.review-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(10px);
}

.stars {
  display: flex;
  gap: 5px;
  color: var(--gold);
}

.review-card blockquote {
  margin: 26px 0 0;
  padding: 0;
  border: 0;
  color: rgba(255,255,255,.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.7;
}

.review-author {
  margin: 25px 0 0;
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-section {
  background:
    radial-gradient(circle at 80% 5%, rgba(224,43,32,.08), transparent 25%),
    var(--paper-2);
}

.quote-layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 55px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 115px;
}

.quote-copy .section-title {
  font-size: clamp(40px, 5vw, 64px);
}

.quote-points {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.quote-point {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #333;
  font-size: 13px;
  font-weight: 750;
}

.quote-point svg {
  color: var(--red);
}

.quote-phone {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--line-dark);
}

.quote-phone small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: .1em;
}

.quote-phone a {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.form-card {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.form-top {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line-dark);
}

.form-top strong {
  font-size: 16px;
}

.form-top span {
  color: var(--muted);
  font-size: 11px;
}

.form-frame {
  width: 100%;
  min-height: 620px;
  display: block;
  border: 0;
  background: white;
}

.areas {
  background: white;
}

.areas-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 65px;
  align-items: center;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-chip {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid var(--line-dark);
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.area-chip svg {
  color: var(--red);
}

.contact-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 26px;
  color: white;
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.87)),
    var(--hh-footer-image) center / cover no-repeat;
  box-shadow: var(--shadow);
}

.contact-card img {
  width: 250px;
  margin-bottom: auto;
}

.contact-card strong {
  font-size: 24px;
  letter-spacing: -.02em;
}

.contact-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.65;
}

.contact-card a {
  color: white;
  font-weight: 850;
}

.footer {
  position: relative;
  padding: 70px 0 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,8,8,.88), rgba(8,8,8,.94)),
    var(--hh-footer-bg-image) center / cover no-repeat;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .65fr .72fr .9fr;
  gap: 60px;
}

.footer-logo {
  width: 280px;
}

.footer-about p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  line-height: 1.75;
}

.footer h4 {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-links span {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.5;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.35);
  font-size: 11px;
}

.preview-control {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(10,10,10,.9);
  color: white;
  box-shadow: 0 12px 35px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.preview-control:hover {
  background: #1d1d1d;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    min-height: 320px;
  }

  .floating-panel {
    display: none;
  }

  .decor-grid,
  .about-grid,
  .areas-layout {
    gap: 45px;
  }

  .quote-layout {
    grid-template-columns: .85fr 1.15fr;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 30px, 760px);
  }

  .section {
    padding: 82px 0;
  }

  .nav {
    min-height: 72px;
  }

  .brand {
    width: 205px;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 15px;
    right: 15px;
    padding: 18px;
    display: none;
    align-items: stretch;
    gap: 3px;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(12,12,12,.97);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
    border-radius: 10px;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:hover {
    background: rgba(255,255,255,.06);
  }

  .hero {
    min-height: 720px;
    background-position: 60% center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.18);
  }

  .hero-inner {
    padding: 110px 0 105px;
  }

  .hero h1 {
    font-size: clamp(50px, 12vw, 78px);
  }

  .about-grid,
  .decor-grid,
  .process-intro,
  .quote-layout,
  .areas-layout {
    grid-template-columns: 1fr;
  }

  .image-stack {
    min-height: 520px;
  }

  .services-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .decor-photo {
    min-height: 500px;
  }

  .process-gallery {
    height: 330px;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-copy {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .topbar-status {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  .header {
    top: 0;
  }

  .brand {
    width: 185px;
  }

  .hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(5,5,5,.82) 0%, rgba(5,5,5,.69) 55%, rgba(5,5,5,.92) 100%),
      var(--hh-hero-image) 57% center / cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(45px, 15vw, 64px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-trust {
    gap: 12px 18px;
  }

  .image-stack {
    min-height: 440px;
  }

  .image-main {
    inset: 0 20px 60px 0;
  }

  .image-badge {
    width: 180px;
    min-height: 140px;
    padding: 20px;
  }

  .services-grid,
  .decor-card-grid,
  .reviews-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-visual {
    min-height: 430px;
  }

  .service-visual-content {
    padding: 28px;
  }

  .decor-photo {
    min-height: 430px;
  }

  .process-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }

  .process-gallery figure {
    height: 270px;
  }

  .review-card {
    padding: 26px;
  }

  .review-card blockquote {
    font-size: 17px;
  }

  .form-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-frame {
    min-height: 720px;
  }

  .contact-card {
    min-height: 390px;
    padding: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-about {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .preview-control {
    right: 10px;
    bottom: 10px;
  }
}
  

/* WordPress theme integration */
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body.admin-bar .header { top: 32px; }
.site { overflow: clip; }
.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; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; margin: 0; padding: 12px 16px; left: 10px; top: 10px; z-index: 100000; background: #fff; color: #111; }

.nav-links { margin-left: auto; }
.nav-links > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; }
.nav-links li { position: relative; margin: 0; }
.nav-links .sub-menu { list-style: none; position: absolute; top: calc(100% + 8px); left: -16px; min-width: 230px; margin: 0; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; background: rgba(12,12,12,.98); box-shadow: var(--shadow); }
.nav-links li:hover > .sub-menu, .nav-links li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; white-space: normal; }
.nav-links .sub-menu a:hover { background: rgba(255,255,255,.07); }
.nav-links .sub-menu a::after { display: none; }
.nav-links a.hh-nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 17px !important; border-radius: 11px; background: var(--red); opacity: 1 !important; box-shadow: 0 10px 26px rgba(224,43,32,.2); }
.nav-links a.hh-nav-cta::after { display: none; }

.preview-control { display: none !important; }

.inner-hero { position: relative; padding: 105px 0 80px; overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(224,43,32,.16), transparent 28%), #0c0c0c; color: #fff; }
.inner-hero .entry-kicker { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.inner-hero h1 { max-width: 1000px; margin: 12px 0 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.content-shell { padding: 78px 0 105px; background: #fff; }
.entry-content { max-width: 920px; margin: 0 auto; color: #333; font-size: 17px; line-height: 1.8; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: #111; line-height: 1.15; letter-spacing: -.025em; }
.entry-content h2 { margin-top: 2.1em; font-size: clamp(30px, 4vw, 46px); }
.entry-content h3 { margin-top: 1.8em; font-size: 28px; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { height: auto; border-radius: 18px; }
.entry-content iframe { max-width: 100%; }
.entry-content blockquote { margin: 32px 0; padding: 24px 28px; border-left: 4px solid var(--red); border-radius: 0 16px 16px 0; background: var(--paper-2); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid #ddd; text-align: left; }
.entry-content input:not([type="checkbox"]):not([type="radio"]), .entry-content textarea, .entry-content select { max-width: 100%; padding: 12px 14px; border: 1px solid #d5d5d5; border-radius: 10px; }
.entry-content button, .entry-content input[type="submit"] { padding: 12px 18px; border: 0; border-radius: 10px; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
.post-card-thumb { aspect-ratio: 16/10; background: #eee; overflow: hidden; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card h2 { margin: 0; font-size: 24px; line-height: 1.15; }
.post-card h2 a { color: inherit; }
.post-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.pagination { margin-top: 40px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { padding: 9px 13px; border-radius: 9px; background: var(--paper-2); }
.pagination .current { background: var(--red); color: #fff; }

@media (max-width: 900px) {
  body.admin-bar .header { top: 46px; }
  .nav-links { margin-left: 0; }
  .nav-links > ul { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
  .nav-links .sub-menu { display: none; position: static; min-width: 0; margin: 4px 0 4px 16px; padding: 4px 0 4px 10px; opacity: 0; visibility: hidden; transform: translateY(-4px); border: 0; border-left: 1px solid rgba(255,255,255,.12); border-radius: 0; background: transparent; box-shadow: none; }
  .nav-links li:focus-within > .sub-menu { display: none; opacity: 0; visibility: hidden; transform: translateY(-4px); }
  .nav-links li:hover > .sub-menu,
  .nav-links li.submenu-open > .sub-menu { display: block; opacity: 1; visibility: visible; transform: none; }
  .post-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) and (hover: none) {
  .nav-links li:hover > .sub-menu { display: none; opacity: 0; visibility: hidden; transform: translateY(-4px); }
  .nav-links li.submenu-open:hover > .sub-menu { display: block; opacity: 1; visibility: visible; transform: none; }
}
@media (max-width: 650px) {
  .post-list { grid-template-columns: 1fr; }
  .inner-hero { padding: 80px 0 60px; }
  .content-shell { padding: 55px 0 80px; }
}.footer-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-links li { margin: 0; padding: 0; }

/* Service Area landing pages + footer links (v1.2.0) */
.footer-service-areas a {
  display: inline-flex;
  width: fit-content;
  position: relative;
  padding: 2px 0;
}

.footer-service-areas a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--red);
  transition: right .2s ease;
}

.footer-service-areas a:hover::after,
.footer-service-areas a:focus-visible::after {
  right: 0;
}

.hhm-location-page {
  display: grid;
  gap: 34px;
}

.hhm-location-lead {
  margin: 0;
  color: #262626;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.75;
}

.hhm-location-cta {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(224,43,32,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(224,43,32,.08), rgba(237,191,72,.09));
}

.hhm-location-cta strong {
  color: #111;
  font-size: 24px;
  line-height: 1.2;
}

.hhm-location-cta span {
  color: #555;
  font-size: 14px;
}

.hhm-location-cta > div {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-content .hhm-location-button,
.entry-content .hhm-location-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 11px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.entry-content .hhm-location-button {
  background: var(--red);
  color: #fff;
}

.entry-content .hhm-location-phone {
  border: 1px solid rgba(12,12,12,.15);
  background: #fff;
  color: #111;
}

.hhm-location-image {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #f2f2f2;
  box-shadow: var(--shadow-soft);
}

.hhm-location-image img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  border-radius: 0;
}

.hhm-location-image figcaption {
  padding: 13px 18px;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.hhm-location-section {
  padding-top: 4px;
}

.entry-content .hhm-location-section h2 {
  margin-top: 0;
}

.hhm-location-section p:last-child {
  margin-bottom: 0;
}

.hhm-location-includes {
  padding: 30px;
  border-radius: 20px;
  background: var(--paper-2);
}

.hhm-location-includes ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.hhm-location-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-content .hhm-location-links a {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(12,12,12,.11);
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.entry-content .hhm-location-links a:hover {
  border-color: rgba(224,43,32,.35);
  color: var(--red);
}

.hhm-location-faq {
  display: grid;
  gap: 14px;
}

.hhm-location-faq > h2 {
  margin-bottom: 6px;
}

.hhm-location-faq-item {
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: #fff;
}

.entry-content .hhm-location-faq-item h3 {
  margin: 0;
  font-size: 20px;
}

.hhm-location-faq-item p {
  margin: 9px 0 0;
}

.hhm-location-final {
  padding: 30px;
  border-radius: 20px;
  background: #0d0d0d;
  color: rgba(255,255,255,.72);
}

.entry-content .hhm-location-final h2 {
  color: #fff;
}

.entry-content .hhm-location-final a {
  color: #fff;
}

@media (max-width: 650px) {
  .hhm-location-page {
    gap: 28px;
  }

  .hhm-location-cta,
  .hhm-location-includes,
  .hhm-location-final {
    padding: 22px;
  }

  .hhm-location-cta > div {
    display: grid;
  }

  .entry-content .hhm-location-button,
  .entry-content .hhm-location-phone {
    width: 100%;
  }
}

/* ================================================================
   v1.3.0: early LeadConnector form, legal pages, footer legal menu,
   and 30 distinct site-wide motion treatments.
   ================================================================ */

/* Homepage hero quote form: keep the LeadConnector form in the first section. */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
  gap: clamp(32px, 4vw, 58px);
  align-items: center;
}

.hero-grid .hero-content {
  width: 100%;
  min-width: 0;
}

.hero-grid .hero-content h1 {
  font-size: clamp(50px, 5.8vw, 84px);
}

.hero-quote-card {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 450px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  scroll-margin-top: 130px;
}

.hero-quote-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold), #39d98a);
  z-index: 2;
}

.hero-form-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 17px;
  border-bottom: 1px solid rgba(12,12,12,.08);
}

.hero-form-top > div {
  display: grid;
  gap: 5px;
}

.hero-form-top small {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-form-top strong {
  max-width: 270px;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.hero-form-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #eefaf4;
  color: #167a4a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-form-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31bd78;
  box-shadow: 0 0 0 4px rgba(49,189,120,.13);
}

.hero-form-frame {
  display: block;
  width: 100%;
  min-height: 590px;
  border: 0;
  background: #fff;
}

.hero-form-note {
  margin: 0;
  padding: 13px 22px 16px;
  border-top: 1px solid rgba(12,12,12,.07);
  color: #777;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

/* Dedicated footer-only Privacy Policy / Terms links. */
.footer-legal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal a {
  position: relative;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 750;
}

.footer-legal a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: var(--gold);
  transition: right .2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #fff;
}

.footer-legal a:hover::after,
.footer-legal a:focus-visible::after {
  right: 0;
}

/* Site-specific legal pages. */
.hhm-legal-page {
  display: grid;
  gap: 0;
}

.hhm-legal-page > p,
.hhm-legal-page > ul {
  margin-top: 0;
  margin-bottom: 22px;
}

.hhm-legal-page h2 {
  padding-top: 4px;
}

.hhm-legal-page ul {
  padding-left: 1.35em;
}

.hhm-legal-page li + li {
  margin-top: 8px;
}

.hhm-legal-updated {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px !important;
  padding: 9px 13px;
  border: 1px solid rgba(12,12,12,.09);
  border-radius: 999px;
  background: var(--paper-2);
  color: #555;
  font-size: 13px;
}

.hhm-legal-callout {
  margin: 14px 0 12px;
  padding: 24px 26px;
  border: 1px solid rgba(224,43,32,.14);
  border-left: 4px solid var(--red);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(224,43,32,.055), rgba(237,191,72,.07));
  color: #262626;
  line-height: 1.7;
}

/* Base motion system. JS assigns one of 30 animation families per element. */
.hhm-motion {
  --hhm-delay: 0ms;
  --hhm-duration: 760ms;
  opacity: 0;
  will-change: transform, opacity, filter, clip-path;
}

.hhm-motion.is-visible {
  opacity: 1;
  animation-name: var(--hhm-animation, hhmFadeLift);
  animation-duration: var(--hhm-duration);
  animation-delay: var(--hhm-delay);
  animation-timing-function: cubic-bezier(.2,.72,.2,1);
  animation-fill-mode: both;
}

.hhm-anim-01 { --hhm-animation: hhmFadeLift; }
.hhm-anim-02 { --hhm-animation: hhmFadeDrop; }
.hhm-anim-03 { --hhm-animation: hhmSlideLeft; }
.hhm-anim-04 { --hhm-animation: hhmSlideRight; }
.hhm-anim-05 { --hhm-animation: hhmScaleIn; }
.hhm-anim-06 { --hhm-animation: hhmScaleRise; }
.hhm-anim-07 { --hhm-animation: hhmBlurIn; }
.hhm-anim-08 { --hhm-animation: hhmTiltLeft; }
.hhm-anim-09 { --hhm-animation: hhmTiltRight; }
.hhm-anim-10 { --hhm-animation: hhmPopIn; }
.hhm-anim-11 { --hhm-animation: hhmSoftRise; }
.hhm-anim-12 { --hhm-animation: hhmSoftDrop; }
.hhm-anim-13 { --hhm-animation: hhmRotateSettle; }
.hhm-anim-14 { --hhm-animation: hhmZoomFade; }
.hhm-anim-15 { --hhm-animation: hhmSkewLeft; }
.hhm-anim-16 { --hhm-animation: hhmSkewRight; }
.hhm-anim-17 { --hhm-animation: hhmSwingIn; }
.hhm-anim-18 { --hhm-animation: hhmFlipX; }
.hhm-anim-19 { --hhm-animation: hhmFlipY; }
.hhm-anim-20 { --hhm-animation: hhmBounceSettle; }
.hhm-anim-21 { --hhm-animation: hhmElasticSettle; }
.hhm-anim-22 { --hhm-animation: hhmDriftLeft; }
.hhm-anim-23 { --hhm-animation: hhmDriftRight; }
.hhm-anim-24 { --hhm-animation: hhmRiseScale; }
.hhm-anim-25 { --hhm-animation: hhmDropScale; }
.hhm-anim-26 { --hhm-animation: hhmClipHorizontal; }
.hhm-anim-27 { --hhm-animation: hhmClipVertical; }
.hhm-anim-28 { --hhm-animation: hhmGlowIn; }
.hhm-anim-29 { --hhm-animation: hhmPerspectiveIn; }
.hhm-anim-30 { --hhm-animation: hhmSettleIn; }

@keyframes hhmFadeLift {
  from { opacity: 0; transform: translate3d(0, 28px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hhmFadeDrop {
  from { opacity: 0; transform: translate3d(0, -24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hhmSlideLeft {
  from { opacity: 0; transform: translate3d(36px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hhmSlideRight {
  from { opacity: 0; transform: translate3d(-36px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hhmScaleIn {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes hhmScaleRise {
  from { opacity: 0; transform: translateY(20px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hhmBlurIn {
  from { opacity: 0; filter: blur(12px); transform: translateY(12px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes hhmTiltLeft {
  from { opacity: 0; transform: translateY(24px) rotate(2.4deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
@keyframes hhmTiltRight {
  from { opacity: 0; transform: translateY(24px) rotate(-2.4deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
@keyframes hhmPopIn {
  0% { opacity: 0; transform: scale(.84); }
  72% { opacity: 1; transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes hhmSoftRise {
  from { opacity: 0; transform: translateY(42px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hhmSoftDrop {
  from { opacity: 0; transform: translateY(-38px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hhmRotateSettle {
  from { opacity: 0; transform: translateY(20px) rotate(-1.8deg) scale(.98); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
@keyframes hhmZoomFade {
  from { opacity: 0; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes hhmSkewLeft {
  from { opacity: 0; transform: translateX(28px) skewX(-4deg); }
  to { opacity: 1; transform: translateX(0) skewX(0); }
}
@keyframes hhmSkewRight {
  from { opacity: 0; transform: translateX(-28px) skewX(4deg); }
  to { opacity: 1; transform: translateX(0) skewX(0); }
}
@keyframes hhmSwingIn {
  0% { opacity: 0; transform: translateY(24px) rotateX(-10deg); transform-origin: top center; }
  100% { opacity: 1; transform: translateY(0) rotateX(0); transform-origin: top center; }
}
@keyframes hhmFlipX {
  from { opacity: 0; transform: perspective(900px) rotateX(12deg) translateY(18px); }
  to { opacity: 1; transform: perspective(900px) rotateX(0) translateY(0); }
}
@keyframes hhmFlipY {
  from { opacity: 0; transform: perspective(900px) rotateY(-12deg) translateX(-16px); }
  to { opacity: 1; transform: perspective(900px) rotateY(0) translateX(0); }
}
@keyframes hhmBounceSettle {
  0% { opacity: 0; transform: translateY(34px); }
  68% { opacity: 1; transform: translateY(-5px); }
  84% { transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes hhmElasticSettle {
  0% { opacity: 0; transform: scale(.9) translateY(18px); }
  62% { opacity: 1; transform: scale(1.025) translateY(-2px); }
  80% { transform: scale(.992) translateY(1px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes hhmDriftLeft {
  from { opacity: 0; transform: translate3d(48px, 12px, 0) scale(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes hhmDriftRight {
  from { opacity: 0; transform: translate3d(-48px, 12px, 0) scale(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes hhmRiseScale {
  from { opacity: 0; transform: translateY(30px) scale(1.035); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hhmDropScale {
  from { opacity: 0; transform: translateY(-28px) scale(.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hhmClipHorizontal {
  from { opacity: .15; clip-path: inset(0 50% 0 50%); transform: scale(.98); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: scale(1); }
}
@keyframes hhmClipVertical {
  from { opacity: .15; clip-path: inset(48% 0 48% 0); transform: translateY(8px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes hhmGlowIn {
  from { opacity: 0; filter: brightness(1.35) blur(5px); transform: scale(.975); }
  to { opacity: 1; filter: brightness(1) blur(0); transform: scale(1); }
}
@keyframes hhmPerspectiveIn {
  from { opacity: 0; transform: perspective(1000px) translateY(26px) rotateX(7deg) scale(.985); transform-origin: center bottom; }
  to { opacity: 1; transform: perspective(1000px) translateY(0) rotateX(0) scale(1); transform-origin: center bottom; }
}
@keyframes hhmSettleIn {
  0% { opacity: 0; transform: translateY(20px) scale(.985); filter: saturate(.7); }
  55% { opacity: 1; transform: translateY(-3px) scale(1.006); filter: saturate(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: saturate(1); }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-quote-card {
    width: min(100%, 720px);
    max-width: none;
    justify-self: start;
  }

  .hero-form-frame {
    min-height: 650px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-inner.hero-grid {
    padding-bottom: 80px;
  }

  .hero-grid .hero-content h1 {
    font-size: clamp(48px, 11vw, 76px);
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 18px;
  }

  .footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .hero-inner.hero-grid {
    padding-top: 88px;
    padding-bottom: 60px;
  }

  .hero-quote-card {
    border-radius: 18px;
  }

  .hero-form-top {
    flex-direction: column;
    padding: 21px 18px 14px;
  }

  .hero-form-frame {
    min-height: 720px;
  }

  .hero-form-note {
    padding-inline: 16px;
  }

  .hhm-legal-callout {
    padding: 20px;
  }

  .footer-theme-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hhm-motion,
  .hhm-motion.is-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================\n   v1.4.0 - SEO remediation, Estimate page, service-depth pages, and FAQs\n   ========================================================================== */

.entry-content.entry-content-wide {
  max-width: 1180px;
}

.hhm-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hhm-page-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.service-visual-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-visual-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.service-visual-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(237,191,72,.7);
  background: rgba(237,191,72,.13);
}

.home-faq {
  background:
    radial-gradient(circle at 86% 10%, rgba(224,43,32,.07), transparent 28%),
    #fff;
}

.home-faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.home-faq-more {
  margin-top: 30px;
}

.home-faq-list {
  display: grid;
  gap: 12px;
}

.home-faq-list details,
.hhm-seo-faq-item {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.045);
}

.home-faq-list summary,
.hhm-seo-faq-item summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: #171717;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker,
.hhm-seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after,
.hhm-seo-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}

.home-faq-list details[open] summary::after,
.hhm-seo-faq-item[open] summary::after {
  content: "–";
}

.home-faq-list details p,
.hhm-seo-faq-item > div {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.hhm-seo-faq-item > div p {
  margin: 0;
}

/* Estimate page */
.hhm-estimate-page {
  display: grid;
  gap: 34px;
}

.entry-content .hhm-estimate-page h2,
.entry-content .hhm-service-depth-page h2,
.entry-content .hhm-about-service-links h2 {
  margin: 0;
  color: #101010;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.entry-content .hhm-estimate-page h3,
.entry-content .hhm-service-depth-page h3 {
  margin: 0;
}

.hhm-estimate-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 34px;
  align-items: start;
}

.hhm-estimate-intro {
  padding: 36px 4px 20px 0;
}

.hhm-estimate-intro h2 {
  max-width: 680px;
}

.hhm-estimate-intro > p:not(.hhm-page-eyebrow):not(.hhm-estimate-call-note) {
  margin: 22px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.hhm-estimate-intro ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hhm-estimate-intro li {
  position: relative;
  padding-left: 30px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.hhm-estimate-intro li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
}

.hhm-estimate-call-note {
  margin: 27px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e7e7e7;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
}

.hhm-estimate-call-note a {
  color: var(--red);
  font-weight: 900;
}

.hhm-estimate-form-card {
  overflow: hidden;
  border: 1px solid rgba(12,12,12,.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0,0,0,.14);
}

.hhm-estimate-form-head {
  min-height: 82px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: #101010;
  color: #fff;
}

.hhm-estimate-form-head div {
  display: grid;
  gap: 3px;
}

.hhm-estimate-form-head span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hhm-estimate-form-head strong {
  font-size: 18px;
  line-height: 1.2;
}

.hhm-estimate-form-head small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 800;
}

.hhm-estimate-form-head small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39d98a;
  box-shadow: 0 0 0 5px rgba(57,217,138,.10);
}

.hhm-estimate-form-frame {
  display: block;
  width: 100%;
  min-height: 665px;
  border: 0;
  background: #fff;
}

.hhm-estimate-privacy {
  margin: 0;
  padding: 14px 18px 17px;
  border-top: 1px solid #eee;
  color: #727272;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.hhm-estimate-privacy a {
  font-weight: 800;
}

.hhm-estimate-inclusions,
.hhm-estimate-process,
.hhm-estimate-service-links,
.hhm-estimate-eligibility,
.hhm-seo-faq,
.hhm-estimate-final {
  border-radius: 26px;
}

.hhm-estimate-inclusions,
.hhm-estimate-service-links,
.hhm-seo-faq {
  padding: 44px;
  background: #f5f5f5;
}

.hhm-estimate-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.hhm-estimate-card-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.hhm-estimate-card-grid article > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}

.hhm-estimate-card-grid h3 {
  color: #151515;
  font-size: 20px;
  letter-spacing: -.025em;
}

.hhm-estimate-card-grid p {
  margin: 12px 0 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.7;
}

.hhm-estimate-process {
  padding: 46px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  background: #101010;
  color: #fff;
}

.hhm-estimate-process .hhm-page-eyebrow {
  color: var(--gold);
}

.entry-content .hhm-estimate-process h2 {
  color: #fff;
}

.hhm-estimate-process > div > p:not(.hhm-page-eyebrow) {
  margin: 20px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.8;
}

.hhm-estimate-process ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  counter-reset: estimate-step;
}

.hhm-estimate-process li {
  counter-increment: estimate-step;
  position: relative;
  padding: 17px 0 17px 52px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.65;
}

.hhm-estimate-process li:last-child {
  border-bottom: 0;
}

.hhm-estimate-process li::before {
  content: counter(estimate-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.hhm-estimate-process strong {
  color: #fff;
}

.hhm-estimate-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
}

.entry-content .hhm-estimate-link-grid > a {
  min-height: 138px;
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  background: #fff;
  color: #121212;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.entry-content .hhm-estimate-link-grid > a:hover {
  transform: translateY(-4px);
  border-color: rgba(224,43,32,.3);
  box-shadow: 0 18px 38px rgba(0,0,0,.08);
}

.hhm-estimate-link-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.hhm-estimate-link-grid span {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.6;
}

.hhm-estimate-eligibility {
  padding: 46px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 38px;
  border: 1px solid #ededed;
  background: #fff;
}

.hhm-estimate-eligibility > div:first-child > p:not(.hhm-page-eyebrow) {
  margin: 18px 0 0;
  color: #646464;
  font-size: 14px;
  line-height: 1.8;
}

.hhm-estimate-trust {
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 20px;
  background: #f3f3f3;
}

.hhm-estimate-trust strong {
  color: #151515;
  font-size: 18px;
  line-height: 1.3;
}

.hhm-estimate-trust span {
  color: #656565;
  font-size: 13px;
  line-height: 1.5;
}

.entry-content .hhm-estimate-trust a {
  width: fit-content;
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.hhm-estimate-trust p {
  margin: 12px 0 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 1.65;
}

.hhm-seo-faq > h2 {
  margin-bottom: 28px !important;
}

.hhm-seo-faq {
  display: grid;
  gap: 11px;
}

.hhm-seo-faq > h2 + .hhm-seo-faq-item {
  margin-top: 0;
}

.hhm-estimate-final {
  padding: 52px 46px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(224,43,32,.22), transparent 40%),
    #101010;
  color: #fff;
}

.hhm-estimate-final .hhm-page-eyebrow {
  color: var(--gold);
}

.entry-content .hhm-estimate-final h2 {
  max-width: 800px;
  margin-inline: auto;
  color: #fff;
}

.hhm-estimate-final p:not(.hhm-page-eyebrow) {
  max-width: 700px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.75;
}

.entry-content .hhm-estimate-final > a {
  display: inline-flex;
  margin-top: 25px;
  padding: 13px 18px;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Dedicated service-depth pages */
.hhm-service-depth-page {
  display: grid;
  gap: 28px;
}

.hhm-service-lead {
  max-width: 930px;
  margin: 0;
  color: #4f4f4f;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.75;
}

.hhm-service-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 2px 0 10px;
}

.entry-content .hhm-service-quick-actions a {
  min-height: 48px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.entry-content .hhm-service-primary {
  background: var(--red);
  color: #fff;
}

.entry-content .hhm-service-secondary {
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #171717;
}

.hhm-service-depth-section,
.hhm-service-includes {
  padding: 38px 42px;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  background: #fff;
}

.hhm-service-depth-section:nth-of-type(even) {
  background: #f7f7f7;
}

.hhm-service-depth-section p {
  margin: 17px 0 0;
  color: #626262;
  font-size: 15px;
  line-height: 1.8;
}

.hhm-service-includes {
  background: #f4f4f4;
}

.hhm-service-includes ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hhm-service-includes li {
  position: relative;
  padding: 14px 15px 14px 42px;
  border-radius: 13px;
  background: #fff;
  color: #343434;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.hhm-service-includes li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 15px;
  color: var(--red);
  font-weight: 950;
}

.hhm-project-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.hhm-project-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
}

.entry-content .hhm-project-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.hhm-project-gallery figcaption {
  padding: 12px 14px 15px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.45;
}

.hhm-service-final-cta {
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 24px;
  background: #101010;
  color: #fff;
}

.entry-content .hhm-service-final-cta h2 {
  color: #fff;
}

.hhm-service-final-cta p:not(.hhm-page-eyebrow) {
  max-width: 760px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
}

.hhm-service-final-cta .hhm-page-eyebrow {
  color: var(--gold);
}

.entry-content .hhm-service-final-cta > a {
  flex: 0 0 auto;
  padding: 14px 19px;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Added to About without replacing the owner's existing copy. */
.hhm-about-service-links {
  margin-top: 54px;
  padding: 38px;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  background: #f6f6f6;
}

.hhm-about-service-links > p:not(.hhm-page-eyebrow) {
  margin: 18px 0 0;
  color: #656565;
  font-size: 14px;
}

.hhm-about-service-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}

.entry-content .hhm-about-service-links a {
  padding: 10px 13px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  .home-faq-layout,
  .hhm-estimate-lead-grid,
  .hhm-estimate-process,
  .hhm-estimate-eligibility {
    grid-template-columns: 1fr;
  }

  .home-faq-layout {
    gap: 38px;
  }

  .hhm-estimate-intro {
    padding-right: 0;
  }

  .hhm-estimate-form-card {
    max-width: 720px;
  }

  .hhm-estimate-card-grid,
  .hhm-project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hhm-service-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .hhm-estimate-page,
  .hhm-service-depth-page {
    gap: 20px;
  }

  .hhm-estimate-inclusions,
  .hhm-estimate-process,
  .hhm-estimate-service-links,
  .hhm-estimate-eligibility,
  .hhm-seo-faq,
  .hhm-estimate-final,
  .hhm-service-depth-section,
  .hhm-service-includes,
  .hhm-service-final-cta,
  .hhm-about-service-links {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .hhm-estimate-card-grid,
  .hhm-estimate-link-grid,
  .hhm-service-includes ul,
  .hhm-project-gallery {
    grid-template-columns: 1fr;
  }

  .hhm-estimate-card-grid article {
    min-height: 0;
  }

  .hhm-estimate-card-grid article > span {
    margin-bottom: 18px;
  }

  .hhm-estimate-form-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hhm-estimate-form-frame {
    min-height: 720px;
  }

  .hhm-estimate-process {
    gap: 26px;
  }

  .hhm-estimate-link-grid > a {
    min-height: 0;
  }
}

/* ================================================================
   v1.5.0: semantic header navigation + dedicated About page
   ================================================================ */

/* The header now uses a meaningful Services dropdown instead of a generic
   "More" bucket. Core conversion/research pages remain visible at top level. */
.nav-links > ul {
  gap: 24px;
}

.nav-links .hhm-services-menu-item > a {
  padding-right: 18px;
}

.nav-links .hhm-services-menu-item > a::before {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-57%);
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
}

.nav-links .hhm-services-menu-item > .sub-menu {
  width: min(310px, 80vw);
  padding: 9px;
}

.nav-links .hhm-services-menu-item > .sub-menu a {
  padding: 12px 13px;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .065em;
}

.nav-links .current-menu-item > a,
.nav-links .current_page_item > a,
.nav-links .current-menu-ancestor > a {
  opacity: 1;
}

.nav-links .current-menu-item > a::after,
.nav-links .current_page_item > a::after,
.nav-links .current-menu-ancestor > a::after {
  right: 0;
}

/* About page: the native template deliberately does not render legacy Divi
   shortcodes stored in post_content. */
.hhm-about-page {
  background: #fff;
}

.hhm-about-page .section-title {
  max-width: 840px;
}

.hhm-about-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 74% 18%, rgba(224,43,32,.19), transparent 26%),
    radial-gradient(circle at 25% 10%, rgba(237,191,72,.08), transparent 24%),
    #090909;
}

.hhm-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hhm-about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 76px;
  align-items: center;
}

.hhm-about-hero-copy h1 {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: clamp(45px, 5.7vw, 76px);
  line-height: .98;
  letter-spacing: -.05em;
}

.hhm-about-page .hhm-page-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hhm-about-hero-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.8;
}

.hhm-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.hhm-about-actions a {
  min-height: 51px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.hhm-about-actions a:hover {
  transform: translateY(-2px);
}

.hhm-about-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(224,43,32,.2);
}

.hhm-about-secondary {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
}

.hhm-about-secondary:hover {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.1);
}

.hhm-about-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 31px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  list-style: none;
}

.hhm-about-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  font-weight: 750;
}

.hhm-about-trust-strip svg {
  color: var(--gold);
}

.hhm-about-hero-media {
  position: relative;
  min-height: 560px;
}

.hhm-about-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(0,0,0,.38);
}

.hhm-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hhm-about-image-main {
  inset: 0 0 74px 55px;
  border: 1px solid rgba(255,255,255,.13);
}

.hhm-about-image-small {
  left: 0;
  bottom: 0;
  width: 43%;
  height: 220px;
  border: 8px solid #090909;
  border-radius: 24px;
}

.hhm-about-local-card {
  position: absolute;
  right: -10px;
  bottom: 26px;
  width: min(255px, 55%);
  padding: 20px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(18,18,18,.94);
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
}

.hhm-about-local-card span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hhm-about-local-card strong {
  font-size: 19px;
}

.hhm-about-local-card small {
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.5;
}

.hhm-about-intro-section {
  padding-top: 115px;
  padding-bottom: 90px;
}

.hhm-about-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.hhm-about-rich-copy {
  padding-top: 9px;
}

.hhm-about-rich-copy p {
  margin: 0;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.85;
}

.hhm-about-rich-copy p + p {
  margin-top: 22px;
}

.hhm-about-services-section {
  background: #f4f4f4;
}

.hhm-about-section-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
}

.hhm-about-section-head .section-copy {
  margin-bottom: 4px;
}

.hhm-about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 50px;
}

.hhm-about-service-card {
  position: relative;
  min-height: 390px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 32px rgba(0,0,0,.035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hhm-about-service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  transition: transform .25s ease;
}

.hhm-about-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(224,43,32,.22);
  box-shadow: 0 22px 48px rgba(0,0,0,.09);
}

.hhm-about-service-card:hover::after {
  transform: scaleX(1);
}

.hhm-about-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--red-soft);
  color: var(--red);
}

.hhm-about-card-index {
  position: absolute;
  top: 29px;
  right: 25px;
  color: #b5b5b5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.hhm-about-service-card h3 {
  margin: 75px 0 0;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.hhm-about-service-card p {
  margin: 15px 0 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.72;
}

.hhm-about-card-link {
  margin-top: auto;
  padding-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hhm-about-standards-section {
  background: #111;
  color: #fff;
}

.hhm-about-standards-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 78px;
  align-items: center;
}

.hhm-about-standards-media {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 30px;
}

.hhm-about-standards-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.32), transparent 45%);
  pointer-events: none;
}

.hhm-about-standards-media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.hhm-about-standards-copy .eyebrow {
  color: var(--gold);
}

.hhm-about-standards-copy .section-title {
  color: #fff;
}

.hhm-about-standard-list {
  margin-top: 42px;
  display: grid;
  gap: 0;
}

.hhm-about-standard-list article {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 17px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.hhm-about-standard-list article > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(237,191,72,.11);
  color: var(--gold);
}

.hhm-about-standard-list h3 {
  margin: 1px 0 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.hhm-about-standard-list p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.59);
  font-size: 13px;
  line-height: 1.7;
}

.hhm-about-process-section {
  background: #fff;
}

.hhm-about-process-head {
  align-items: end;
}

.hhm-about-text-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hhm-about-process-grid {
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  counter-reset: none;
  border-top: 1px solid #ddd;
}

.hhm-about-process-grid li {
  position: relative;
  min-height: 270px;
  padding: 28px 28px 22px 0;
  border-right: 1px solid #ddd;
}

.hhm-about-process-grid li:not(:first-child) {
  padding-left: 28px;
}

.hhm-about-process-grid li:last-child {
  border-right: 0;
  padding-right: 0;
}

.hhm-about-process-grid > li > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.hhm-about-process-grid h3 {
  margin: 72px 0 0;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.hhm-about-process-grid p {
  margin: 14px 0 0;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1.72;
}

.hhm-about-local-section {
  background: #f3f3f3;
}

.hhm-about-local-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 78px;
  align-items: center;
}

.hhm-about-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hhm-about-local-actions a {
  padding: 11px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  font-size: 11px;
  font-weight: 900;
}

.hhm-about-local-actions a:last-child {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.hhm-about-contact-card {
  padding: 34px;
  display: grid;
  gap: 13px;
  border-radius: 24px;
  background: #111;
  color: #fff;
  box-shadow: 0 22px 56px rgba(0,0,0,.12);
}

.hhm-about-contact-label {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hhm-about-contact-card strong {
  font-size: 22px;
  line-height: 1.35;
}

.hhm-about-contact-card > a {
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 5px;
}

.hhm-about-contact-card small {
  margin-top: 8px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: 12px;
  line-height: 1.65;
}

.hhm-about-estimate-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(224,43,32,.15), transparent 28%),
    #0c0c0c;
  color: #fff;
}

.hhm-about-estimate-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.hhm-about-estimate-copy {
  position: sticky;
  top: 142px;
}

.hhm-about-estimate-copy .eyebrow {
  color: var(--gold);
}

.hhm-about-estimate-copy .section-title {
  color: #fff;
}

.hhm-about-estimate-copy .section-copy {
  color: rgba(255,255,255,.62);
}

.hhm-about-estimate-points {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.hhm-about-estimate-points span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255,255,255,.69);
  font-size: 13px;
  line-height: 1.55;
}

.hhm-about-estimate-points svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--gold);
}

.hhm-about-form-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.hhm-about-form-head {
  min-height: 78px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ececec;
  color: #111;
}

.hhm-about-form-head > div {
  display: grid;
  gap: 3px;
}

.hhm-about-form-head span {
  color: var(--red);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hhm-about-form-head strong {
  font-size: 16px;
}

.hhm-about-form-head > a {
  color: #111;
  font-size: 11px;
  font-weight: 900;
}

.hhm-about-form-card iframe {
  width: 100%;
  min-height: 660px;
  display: block;
  border: 0;
  background: #fff;
}

.hhm-about-form-card > p {
  margin: 0;
  padding: 14px 18px 17px;
  border-top: 1px solid #eee;
  color: #777;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.hhm-about-form-card > p a {
  color: var(--red);
  font-weight: 850;
}

@media (max-width: 1100px) {
  .nav-links > ul {
    gap: 18px;
  }

  .nav-links a {
    font-size: 11px;
    letter-spacing: .06em;
  }

  .hhm-about-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav-links .hhm-services-menu-item > a::before {
    right: 13px;
  }

  .nav-links .hhm-services-menu-item > .sub-menu {
    width: auto;
  }

  .hhm-about-hero {
    padding: 72px 0 82px;
  }

  .hhm-about-hero-grid,
  .hhm-about-intro-grid,
  .hhm-about-section-head,
  .hhm-about-standards-grid,
  .hhm-about-local-grid,
  .hhm-about-estimate-grid {
    grid-template-columns: 1fr;
  }

  .hhm-about-hero-grid,
  .hhm-about-intro-grid,
  .hhm-about-standards-grid,
  .hhm-about-local-grid,
  .hhm-about-estimate-grid {
    gap: 48px;
  }

  .hhm-about-section-head {
    gap: 18px;
    align-items: start;
  }

  .hhm-about-hero-media {
    min-height: 510px;
  }

  .hhm-about-intro-section {
    padding-top: 82px;
  }

  .hhm-about-standards-media,
  .hhm-about-standards-media img {
    min-height: 500px;
  }

  .hhm-about-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hhm-about-process-grid li:nth-child(2) {
    border-right: 0;
  }

  .hhm-about-process-grid li:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }

  .hhm-about-process-grid li:nth-child(3) {
    padding-left: 0;
  }

  .hhm-about-text-link {
    justify-self: start;
  }

  .hhm-about-estimate-copy {
    position: static;
  }
}

@media (max-width: 650px) {
  .hhm-about-hero-copy h1 {
    font-size: clamp(40px, 12.5vw, 58px);
  }

  .hhm-about-hero-lead,
  .hhm-about-rich-copy p {
    font-size: 15px;
  }

  .hhm-about-actions {
    flex-direction: column;
  }

  .hhm-about-actions a {
    width: 100%;
  }

  .hhm-about-trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hhm-about-hero-media {
    min-height: 420px;
  }

  .hhm-about-image-main {
    inset: 0 0 75px 28px;
  }

  .hhm-about-image-small {
    width: 48%;
    height: 170px;
    border-width: 5px;
  }

  .hhm-about-local-card {
    right: 0;
    bottom: 15px;
    width: 61%;
    padding: 16px;
  }

  .hhm-about-service-grid,
  .hhm-about-process-grid {
    grid-template-columns: 1fr;
  }

  .hhm-about-service-card {
    min-height: 330px;
  }

  .hhm-about-process-grid li,
  .hhm-about-process-grid li:not(:first-child),
  .hhm-about-process-grid li:nth-child(3) {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-top: 1px solid #ddd;
  }

  .hhm-about-process-grid li:first-child {
    border-top: 0;
  }

  .hhm-about-process-grid h3 {
    margin-top: 28px;
  }

  .hhm-about-contact-card {
    padding: 27px 22px;
  }

  .hhm-about-form-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hhm-about-form-card iframe {
    min-height: 720px;
  }
}

/* ================================================================
   v1.6.0 — sitewide Google Map / local discovery block
   ================================================================ */
.hhm-global-map-section {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(224, 43, 32, .10), transparent 30%),
    linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
  border-top: 1px solid var(--line-dark);
}

.hhm-global-map-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.hhm-global-map-copy .section-title {
  max-width: 640px;
  font-size: clamp(34px, 4.4vw, 58px);
}

.hhm-global-map-copy .section-copy {
  max-width: 650px;
  margin-top: 24px;
}

.hhm-global-map-contact {
  display: grid;
  gap: 11px;
  margin: 28px 0 24px;
  color: #343434;
  font-weight: 750;
}

.hhm-global-map-contact span,
.hhm-global-map-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hhm-global-map-contact svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--red);
}

.hhm-global-map-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.hhm-global-map-link:hover,
.hhm-global-map-link:focus-visible {
  transform: translateY(-2px);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(224, 43, 32, .22);
}

.hhm-global-map-frame-wrap {
  position: relative;
  min-height: 430px;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(12, 12, 12, .10);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .13);
}

.hhm-global-map-frame-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  z-index: 1;
}

.hhm-global-map-frame {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
  border-radius: 20px;
  filter: saturate(.92) contrast(1.02);
}

@media (max-width: 920px) {
  .hhm-global-map-section {
    padding: 76px 0;
  }

  .hhm-global-map-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hhm-global-map-frame-wrap,
  .hhm-global-map-frame {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 560px) {
  .hhm-global-map-section {
    padding: 62px 0;
  }

  .hhm-global-map-frame-wrap {
    min-height: 330px;
    padding: 7px;
    border-radius: 20px;
  }

  .hhm-global-map-frame {
    min-height: 316px;
    height: 316px;
    border-radius: 15px;
  }

  .hhm-global-map-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* ================================================================
   v1.8.0: August 14 SEO audit remediation
   - dedicated Services / Contact / Resources hubs
   - differentiated local-page service context
   - verified-proof placeholders that only render when real data is supplied
   ================================================================ */
.hhm-audit-hub { display:grid; gap:32px; }
.hhm-audit-intro { max-width:860px; font-size:clamp(18px,2vw,21px); line-height:1.75; color:#2d2d2d; }
.hhm-audit-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.entry-content .hhm-audit-card { display:block; padding:26px; border:1px solid var(--line-dark); border-radius:20px; color:#111; text-decoration:none; background:#fff; box-shadow:0 14px 40px rgba(0,0,0,.06); }
.entry-content .hhm-audit-card:hover { transform:translateY(-2px); border-color:rgba(224,43,32,.35); }
.hhm-audit-card h2,.hhm-audit-card h3 { margin:0 0 9px; }
.hhm-audit-card p { margin:0; color:#5d5d5d; }
.hhm-audit-note { padding:24px; border-radius:18px; background:#f6f3ea; border:1px solid rgba(237,191,72,.28); }
.hhm-audit-actions { display:flex; flex-wrap:wrap; gap:10px; }
.entry-content .hhm-audit-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border-radius:11px; text-decoration:none; font-weight:900; background:var(--red); color:#fff; }
.entry-content .hhm-audit-actions a + a { background:#111; }
.hhm-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.hhm-contact-card { padding:28px; border:1px solid var(--line-dark); border-radius:22px; background:#fff; }
.hhm-contact-card strong { display:block; font-size:20px; margin-bottom:8px; }
.hhm-contact-card p { margin:7px 0; }
.hhm-resource-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.entry-content .hhm-resource-card { display:block; padding:24px; border-radius:18px; background:#fff; border:1px solid var(--line-dark); text-decoration:none; color:#111; }
.hhm-resource-card small { display:block; margin-bottom:8px; color:#777; }
.hhm-resource-card h3 { margin:0 0 8px; }
.hhm-resource-card p { margin:0; color:#5d5d5d; }
.hhm-location-context { padding:26px; border:1px solid rgba(12,12,12,.1); border-radius:20px; background:#fff; }
.hhm-location-context-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:22px; align-items:center; }
.hhm-location-context iframe { width:100%; min-height:290px; border:0; border-radius:16px; background:#f2f2f2; }
.hhm-location-context small { display:block; color:#707070; line-height:1.55; margin-top:10px; }
.hhm-context-service-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.entry-content .hhm-context-service-links a { display:block; padding:18px; border:1px solid var(--line-dark); border-radius:14px; text-decoration:none; color:#111; background:#fff; font-weight:800; }
.hhm-verified-proof { padding:26px; border-radius:20px; background:#0f0f0f; color:rgba(255,255,255,.78); }
.entry-content .hhm-verified-proof h2,.entry-content .hhm-verified-proof h3 { color:#fff; }
.entry-content .hhm-verified-proof a { color:#fff; }
.hhm-review-source { margin-top:18px; text-align:center; }
.hhm-review-source a { font-weight:800; }
.hhm-home-conversion-card { min-height:100%; padding:30px; border-radius:24px; background:#fff; color:#111; box-shadow:var(--shadow-soft); display:flex; flex-direction:column; justify-content:center; gap:16px; }
.hhm-home-conversion-card h3 { margin:0; font-size:clamp(24px,2.6vw,34px); }
.hhm-home-conversion-card p { margin:0; color:#5e5e5e; }
.hhm-home-conversion-card .button { width:fit-content; }
.hhm-local-proof-placeholder { padding:18px; border-left:4px solid var(--gold); background:#fffaf0; color:#444; }
@media (max-width: 850px) {
  .hhm-audit-grid,.hhm-contact-grid,.hhm-resource-grid,.hhm-location-context-grid,.hhm-context-service-links { grid-template-columns:1fr; }
}


/* ================================================================
   v1.8.2: primary navigation alignment fix
   - keeps desktop menu labels on one line
   - vertically centers every top-level item to one shared baseline
   - prevents a long page title from changing the header row height
   ================================================================ */
@media (min-width: 901px) {
  .header .nav {
    min-height: 82px;
    gap: clamp(20px, 2vw, 34px);
  }

  .header .brand {
    width: clamp(220px, 15vw, 240px);
  }

  .header .nav-links {
    min-width: 0;
    align-self: stretch;
  }

  .header .nav-links > ul {
    height: 100%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(14px, 1.35vw, 24px);
  }

  .header .nav-links > ul > li {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex: 0 0 auto;
  }

  .header .nav-links > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .header .nav-links > ul > li > a.hh-nav-cta {
    min-height: 54px;
    padding: 0 18px !important;
  }

  .header .nav-links .hhm-services-menu-item > a {
    padding-right: 18px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .header .brand {
    width: 205px;
  }

  .header .nav {
    gap: 20px;
  }

  .header .nav-links > ul {
    gap: 14px;
  }
}

/* ================================================================
   v1.8.3: mobile submenu + footer presentation refinements
   - mobile submenus remain closed until hover or explicit tap/click
   - mobile footer content stays centered
   - footer uses the requested Christmas light company background image
   ================================================================ */
@media (max-width: 900px) {
  .header .nav-links .menu-item-has-children > a {
    position: relative;
  }

  .header .nav-links .menu-item-has-children.submenu-open > a {
    background: rgba(255,255,255,.06);
  }
}

@media (max-width: 900px) {
  .footer,
  .footer-grid > div,
  .footer-about,
  .footer-about p,
  .footer-links,
  .footer-service-areas,
  .footer-bottom {
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-about p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links,
  .footer-service-areas {
    justify-items: center;
  }

  .footer-service-areas a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    align-items: center;
  }

  .footer-legal {
    justify-content: center;
  }
}



/* v1.9.0 — GSC-informed non-homepage opportunity sections */
.hhm-gsc-opportunity-section,
.hhm-gsc-content-block,
.hhm-gsc-resource { position: relative; }
.hhm-gsc-opportunity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 34px;
  align-items: start;
}
.hhm-gsc-link-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.hhm-gsc-link-cards > a {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(12,12,12,.10);
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 40px rgba(0,0,0,.07);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hhm-gsc-link-cards > a:hover,
.hhm-gsc-link-cards > a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(224,43,32,.28);
  box-shadow: 0 18px 50px rgba(0,0,0,.11);
}
.hhm-gsc-link-cards strong { font-size: 1.05rem; line-height: 1.25; }
.hhm-gsc-link-cards span { color: var(--muted); line-height: 1.65; }
.hhm-gsc-text-link { font-weight: 800; }
.hhm-gsc-content-block {
  margin: 42px 0 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(12,12,12,.10);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(224,43,32,.05), rgba(237,191,72,.08));
}
.hhm-gsc-content-block > h2:first-child,
.hhm-gsc-content-block .hhm-page-eyebrow + h2 { margin-top: 0; }
.hhm-gsc-resource { max-width: 920px; margin: 0 auto; }
.hhm-gsc-resource .hhm-gsc-lead { font-size: 1.16rem; line-height: 1.8; }
.hhm-gsc-resource h2 { margin-top: 2.1em; }
.hhm-gsc-resource p,
.hhm-gsc-resource li { line-height: 1.82; }
.hhm-gsc-resource li + li { margin-top: 8px; }
.hhm-gsc-cta {
  margin-top: 42px;
  padding: clamp(26px, 4vw, 40px);
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
}
.hhm-gsc-cta h2 { margin-top: 0; color: #fff; }
.hhm-gsc-cta p { color: rgba(255,255,255,.78); }
.hhm-gsc-cta a {
  display: inline-flex;
  margin-top: 8px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 820px) {
  .hhm-gsc-opportunity-grid { grid-template-columns: 1fr; }
  .hhm-gsc-link-cards { grid-template-columns: 1fr; }
  .hhm-gsc-link-cards > a { min-height: auto; }
  .hhm-gsc-content-block { margin-top: 30px; }
}


/* ================================================================
   v1.9.1: Services page text-contrast hardening
   - fixes white-on-white text/buttons/cards on /services/
   - scoped to the Services article only so other pages keep their styling
   - keeps CTA text white only when the CTA receives an explicit dark/red fill
   ================================================================ */
.entry-content.hhm-page-services {
  color: #333;
}

.entry-content.hhm-page-services h2,
.entry-content.hhm-page-services h3,
.entry-content.hhm-page-services h4,
.entry-content.hhm-page-services h5,
.entry-content.hhm-page-services h6,
.entry-content.hhm-page-services p,
.entry-content.hhm-page-services li,
.entry-content.hhm-page-services dt,
.entry-content.hhm-page-services dd,
.entry-content.hhm-page-services span:not(.screen-reader-text),
.entry-content.hhm-page-services strong,
.entry-content.hhm-page-services small {
  color: inherit;
}

/* Cards/columns that use a light surface must always have dark readable copy. */
.entry-content.hhm-page-services .hhm-audit-card,
.entry-content.hhm-page-services .wp-block-column,
.entry-content.hhm-page-services .wp-block-group,
.entry-content.hhm-page-services .wp-block-media-text__content,
.entry-content.hhm-page-services [class*="service-card"],
.entry-content.hhm-page-services [class*="service_item"],
.entry-content.hhm-page-services [class*="service-item"] {
  color: #171717;
}

.entry-content.hhm-page-services .hhm-audit-card h2,
.entry-content.hhm-page-services .hhm-audit-card h3,
.entry-content.hhm-page-services .hhm-audit-card p,
.entry-content.hhm-page-services .wp-block-column h2,
.entry-content.hhm-page-services .wp-block-column h3,
.entry-content.hhm-page-services .wp-block-column p,
.entry-content.hhm-page-services [class*="service-card"] h2,
.entry-content.hhm-page-services [class*="service-card"] h3,
.entry-content.hhm-page-services [class*="service-card"] p {
  color: inherit !important;
}

.entry-content.hhm-page-services .hhm-audit-card p,
.entry-content.hhm-page-services .wp-block-column p,
.entry-content.hhm-page-services [class*="service-card"] p {
  color: #5d5d5d !important;
}

/* WordPress/Gutenberg and legacy service CTAs: never white text on white fill. */
.entry-content.hhm-page-services .wp-block-button__link,
.entry-content.hhm-page-services .wp-element-button,
.entry-content.hhm-page-services a.button,
.entry-content.hhm-page-services a[class*="btn"],
.entry-content.hhm-page-services button,
.entry-content.hhm-page-services input[type="submit"] {
  border: 1px solid var(--red) !important;
  background: var(--red) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.entry-content.hhm-page-services .wp-block-button__link:hover,
.entry-content.hhm-page-services .wp-element-button:hover,
.entry-content.hhm-page-services a.button:hover,
.entry-content.hhm-page-services a[class*="btn"]:hover,
.entry-content.hhm-page-services button:hover,
.entry-content.hhm-page-services input[type="submit"]:hover {
  background: var(--red-dark) !important;
  border-color: var(--red-dark) !important;
  color: #fff !important;
}

/* Preserve the intentionally styled Services hub action buttons. */
.entry-content.hhm-page-services .hhm-audit-actions a {
  color: #fff !important;
}

/* Plain links inside light service content remain visibly red. */
.entry-content.hhm-page-services a:not(.hhm-audit-card):not(.wp-block-button__link):not(.wp-element-button):not(.button):not([class*="btn"]):not(.hhm-audit-actions a) {
  color: var(--red);
}


/* ================================================================
   v1.9.2: Services hub structural + contrast repair
   - hard-resets the managed Services hub cards to one readable card each
   - neutralizes inherited styles that can make H2/P render as empty white pills
   - uses !important only inside the Services hub grid so unrelated pages stay intact
   ================================================================ */
.entry-content.hhm-page-services .hhm-audit-grid,
.hhm-page-services .hhm-audit-grid {
  align-items: stretch !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  height: auto !important;
  padding: 26px !important;
  margin: 0 !important;
  border: 1px solid rgba(12,12,12,.10) !important;
  border-radius: 20px !important;
  background: #fff !important;
  background-image: none !important;
  color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  filter: none !important;
  text-indent: 0 !important;
  white-space: normal !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.06) !important;
  text-decoration: none !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h2,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h3,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > p,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > span,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > strong,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h2,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h3,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > p,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > span,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > strong {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  filter: none !important;
  transform: none !important;
  text-indent: 0 !important;
  white-space: normal !important;
  text-shadow: none !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h2,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h3,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h2,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > h3 {
  margin-top: 0 !important;
  margin-bottom: 9px !important;
  color: #111 !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > p,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #5d5d5d !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card:hover,
.entry-content.hhm-page-services .hhm-audit-grid > a.hhm-audit-card:focus-visible,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card:hover,
.hhm-page-services .hhm-audit-grid > a.hhm-audit-card:focus-visible {
  border-color: rgba(224,43,32,.38) !important;
  color: #111 !important;
}

@media (max-width: 850px) {
  .entry-content.hhm-page-services .hhm-audit-grid,
  .hhm-page-services .hhm-audit-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ================================================================
   v1.9.3: Services hub DOM repair
   - fixes the actual blank white pills caused by wpautop/browser-repaired markup
   - cards are block-level <article> elements; links live inside the card
   - safe even if stored post_content is passed through wpautop()
   ================================================================ */
.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(12,12,12,.10);
  border-radius: 20px;
  background: #fff;
  color: #111;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
  overflow: visible;
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card:hover,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card:hover {
  transform: translateY(-2px);
  border-color: rgba(224,43,32,.35);
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card h2,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card h2 {
  margin: 0 0 9px;
  color: #111 !important;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card h2 a,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card h2 a {
  color: #111 !important;
  text-decoration: none !important;
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card p,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card p {
  margin: 0;
  color: #5d5d5d !important;
  font-size: 17px;
  line-height: 1.8;
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--red) !important;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}

.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta:hover,
.entry-content.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta:focus-visible,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta:hover,
.hhm-page-services .hhm-audit-grid > article.hhm-audit-card .hhm-audit-card-cta:focus-visible {
  background: var(--red-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 850px) {
  .entry-content.hhm-page-services .hhm-audit-grid,
  .hhm-page-services .hhm-audit-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v1.9.4 - visible breadcrumb/author semantics supporting JSON-LD */
.hhm-breadcrumbs {
  border-bottom: 1px solid rgba(12,12,12,.08);
  background: #fff;
  color: #5a5a5a;
  font-size: .86rem;
}
.hhm-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
.hhm-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hhm-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: #a1a1a1;
}
.hhm-breadcrumbs a {
  color: #343434;
  text-decoration: none;
}
.hhm-breadcrumbs a:hover,
.hhm-breadcrumbs a:focus-visible {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hhm-breadcrumbs [aria-current="page"] {
  color: #777;
}
.hhm-article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.hhm-article-byline a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hhm-article-featured-image {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
.hhm-article-featured-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.hhm-author-profile {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin: 0 0 42px;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.hhm-author-avatar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.hhm-author-profile h2 {
  margin: 4px 0 6px;
}
.hhm-author-role {
  margin: 0 0 12px;
  font-weight: 750;
  color: var(--red-dark);
}
.hhm-archive-description {
  max-width: 780px;
  margin-top: 16px;
  color: rgba(255,255,255,.82);
}
@media (max-width: 680px) {
  .hhm-breadcrumbs {
    font-size: .78rem;
  }
  .hhm-breadcrumbs ol {
    padding: 10px 0;
  }
  .hhm-author-profile {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .hhm-author-avatar {
    max-width: 140px;
  }
}

/* v1.9.5 - breadcrumb rich-result repair: unique schema @id + SEO plugin de-duplication. */
