/* ==========================================================================
   Granbury HVAC — design system
   Aesthetic: "Texas comfort." Airy ice-white pages, deep pine-teal panels,
   one hot ember orange reserved for CTAs, glacier-sky accents. Rounded,
   soft, modern — the cold→hot gradient strip is the signature motif.
   (Deliberately distinct from the electrician site: no navy, no amber,
   no condensed uppercase, no chamfered corners.)
   ========================================================================== */

/* ---- Fonts (self-hosted variable woff2, latin subset) -------------------- */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal; font-weight: 600 700; font-display: swap;
  src: url('fonts/BricolageGrotesque-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('fonts/Figtree-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('fonts/Figtree-400i.woff2') format('woff2');
}

/* ---- Tokens -------------------------------------------------------------- */
:root {
  --ice:       #EFF5F7;
  --ice-2:     #E2EDF1;
  --card:      #FFFFFF;
  --ink:       #12282B;
  --pine:      #0E3A3D;
  --pine-mid:  #135156;
  --pine-2:    #06272A;
  --ember:     #DE4A12;
  --ember-hot: #C23E0C;
  --ember-soft:#FF7A48;
  --sky:       #8FD6E4;
  --teal:      #0F6B74;
  --slate:     #4A6168;
  --mist:      #A9CBD3;
  --line:      rgba(14, 58, 61, .13);
  --line-dark: rgba(255, 255, 255, .14);
  --star:      #F2A71B;
  --grad-temp: linear-gradient(90deg, #8FD6E4, #FF7A48);
  --font-display: 'Bricolage Grotesque', 'Trebuchet MS', sans-serif;
  --font-body: 'Figtree', 'Segoe UI', sans-serif;
  --r-card: 16px;
  --shadow-card: 0 1px 2px rgba(6,39,42,.05), 0 12px 30px -14px rgba(6,39,42,.18);
  --shadow-lift: 0 2px 4px rgba(6,39,42,.07), 0 22px 44px -16px rgba(6,39,42,.28);
  --wrap: 1150px;
}

/* ---- Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ice);
}
img, svg { max-width: 100%; vertical-align: middle; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--ink); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 6vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2.3vw, 1.5rem); }
h4 { font-family: var(--font-body); font-weight: 600; font-size: 1.1rem; margin: 0 0 .4em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--alt { background: var(--ice-2); }
.section--dark {
  background:
    radial-gradient(70rem 34rem at 110% -10%, rgba(143,214,228,.12), transparent 60%),
    linear-gradient(150deg, var(--pine) 55%, var(--pine-2));
  color: #E8F2F4;
}
.section--dark h2, .section--dark h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-body); font-weight: 600; font-size: .85rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--teal);
  margin: 0 0 .9rem;
}
.eyebrow::before {
  content: ''; width: 2.2rem; height: 4px; border-radius: 99px;
  background: var(--grad-temp);
}
.section--dark .eyebrow { color: var(--sky); }

.lede { font-size: 1.2rem; color: var(--slate); max-width: 46rem; margin: 0 0 1rem; }
.section--dark .lede { color: var(--mist); }

/* ---- Buttons: soft pills ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.08rem;
  letter-spacing: .01em; text-decoration: none;
  padding: .8rem 1.8rem; border: 0; border-radius: 999px; cursor: pointer; line-height: 1.15;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-ember { background: var(--ember); color: #fff; box-shadow: 0 10px 22px -10px rgba(222,74,18,.55); }
.btn-ember:hover { background: var(--ember-hot); color: #fff; }
.btn-pine { background: var(--pine); color: #fff; }
.btn-pine:hover { background: var(--pine-2); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--pine);
  box-shadow: inset 0 0 0 2px rgba(14,58,61,.4);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--pine); color: var(--pine); }
.section--dark .btn-ghost, .page-hero .btn-ghost {
  color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.55);
}
.section--dark .btn-ghost:hover, .page-hero .btn-ghost:hover { box-shadow: inset 0 0 0 2px #fff; color: #fff; }
.btn-lg { font-size: 1.3rem; padding: 1rem 2.3rem; }
.btn svg { flex: none; }

/* ---- Top bar --------------------------------------------------------------- */
.topbar { background: var(--pine-2); color: var(--mist); font-size: .85rem; }
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 2.1rem; flex-wrap: wrap; padding-top: .25rem; padding-bottom: .25rem;
}
.topbar span { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }
.topbar .tick { color: var(--sky); font-weight: 600; }
@media (max-width: 640px) { .topbar .hide-sm { display: none; } }

/* ---- Header ------------------------------------------------------------------ */
.site-header {
  background: #fff;
  position: sticky; top: 0; z-index: 50;
}
.temp-strip { height: 3px; background: var(--grad-temp); }
.site-header .wrap {
  display: flex; align-items: center; gap: 1.5rem; min-height: 4.6rem;
}
.brand {
  display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink);
  margin-right: auto;
}
.brand-badge {
  width: 2.5rem; height: 2.5rem; flex: none; border-radius: 12px;
  background: var(--pine);
  display: grid; place-items: center;
}
.brand-name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem;
  letter-spacing: -.01em; line-height: 1;
}
.brand-name small {
  display: block; font-family: var(--font-body); font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin-top: .25rem;
}
.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a {
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  color: var(--ink); text-decoration: none; padding: .3rem 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { border-bottom-color: var(--ember-soft); }
.nav-drop { position: relative; }
.nav-drop > a::after { content: ' \25BE'; font-size: .75em; color: var(--teal); }
.drop-menu {
  display: none; position: absolute; top: 100%; left: -1rem; min-width: 17rem;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lift); padding: .5rem; z-index: 60;
  list-style: none; margin: 0;
}
.nav-drop:hover .drop-menu, .nav-drop:focus-within .drop-menu { display: block; }
.drop-menu a {
  display: block; padding: .55rem .9rem; border-bottom: 0; border-radius: 9px;
  font-size: .95rem;
}
.drop-menu a:hover { background: var(--ice); }
.header-phone { text-align: right; line-height: 1.15; }
.header-phone .label { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
.header-phone a {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.45rem;
  color: var(--pine); text-decoration: none; white-space: nowrap;
}
.header-phone a:hover { color: var(--ember); }
.header-phone .ph-ico { color: var(--ember); flex: none; }

/* Mobile nav (checkbox hack, no JS) */
.nav-toggle { display: none; }
.nav-burger { display: none; }
@media (max-width: 920px) {
  .nav-drop > a { display: none; }
  .drop-menu { display: block; position: static; border: 0; box-shadow: none; background: transparent; padding: 0; min-width: 0; }
  .drop-menu a { padding: .7rem 0; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1.1rem; }
  .site-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: .5rem 1.25rem 1rem;
    box-shadow: var(--shadow-card);
  }
  .site-nav a { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .nav-toggle:checked ~ .site-nav { display: flex; }
  .nav-burger {
    display: grid; place-items: center; width: 2.6rem; height: 2.6rem;
    cursor: pointer; color: var(--ink); order: 3;
  }
  .header-phone .label { display: none; }
  .header-phone a { font-size: 1.3rem; }
}
@media (max-width: 560px) {
  .site-header .wrap { gap: .7rem; min-height: 3.9rem; }
  .brand { gap: .5rem; }
  .brand-badge { width: 2.1rem; height: 2.1rem; border-radius: 9px; }
  .brand-badge svg { width: 17px; height: 17px; }
  .brand-name { font-size: 1.15rem; white-space: nowrap; }
  .brand-name small { display: none; }
  .nav-burger { width: 2.2rem; }
  /* Collapse the header number to a round ember call button; the full number
     stays visible in the hero and the sticky bottom callbar. */
  .header-phone .ph-num { display: none; }
  .header-phone a {
    background: var(--ember); color: #fff;
    width: 2.5rem; height: 2.5rem; border-radius: 50%; justify-content: center;
  }
  .header-phone .ph-ico { color: #fff; }
}

/* ---- Hero (home: light and airy) -------------------------------------------- */
.hero {
  background:
    radial-gradient(60rem 32rem at 88% -12%, rgba(143,214,228,.5), transparent 60%),
    radial-gradient(46rem 26rem at -10% 108%, rgba(255,122,72,.16), transparent 55%),
    linear-gradient(180deg, #FAFDFE, var(--ice));
  padding: clamp(3.2rem, 8vw, 6.2rem) 0 clamp(3rem, 7vw, 5rem);
  position: relative; overflow: hidden;
}
.hero h1 { color: var(--pine); max-width: 20ch; }
.hero h1 .hl { color: var(--ember); }
.hero .lede { font-size: clamp(1.15rem, 2.2vw, 1.32rem); max-width: 42rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.6rem; }
.hero-note { font-size: .95rem; color: var(--slate); }

/* Page-load reveal (CSS only, once) */
@media (prefers-reduced-motion: no-preference) {
  .reveal > * { opacity: 0; transform: translateY(14px); animation: rise .6s ease forwards; }
  .reveal > *:nth-child(2) { animation-delay: .1s; }
  .reveal > *:nth-child(3) { animation-delay: .2s; }
  .reveal > *:nth-child(4) { animation-delay: .3s; }
  .reveal > *:nth-child(5) { animation-delay: .4s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* ---- Trust strip --------------------------------------------------------------- */
.trust-strip {
  display: flex; flex-wrap: wrap; gap: .5rem 1.8rem;
  padding: 1rem 0 0; margin: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  font-weight: 600; font-size: .98rem; color: var(--pine);
}
.trust-strip span { display: inline-flex; align-items: center; gap: .5rem; }
.trust-strip svg { color: var(--teal); flex: none; }
.stars { color: var(--star); letter-spacing: .1em; white-space: nowrap; }

/* ---- Service cards ---------------------------------------------------------------- */
.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 920px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card-service {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 1.6rem 1.5rem 1.4rem; box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: .55rem;
  text-decoration: none; color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); color: var(--ink); }
.card-service .icon {
  width: 3.1rem; height: 3.1rem; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--ice); color: var(--teal);
  transition: background-color .18s ease, color .18s ease;
}
.card-service:hover .icon { background: rgba(255,122,72,.14); color: var(--ember); }
.card-service h3 { margin: .3rem 0 0; }
.card-service p { margin: 0; color: var(--slate); font-size: .98rem; }
.card-service .more {
  margin-top: auto; padding-top: .5rem;
  font-family: var(--font-display); font-weight: 600; font-size: .98rem; color: var(--teal);
}
.card-service:hover .more { color: var(--ember); }

.card-service.em { background: var(--pine); border-color: transparent; color: #E8F2F4; }
.card-service.em h3 { color: #fff; }
.card-service.em p { color: var(--mist); }
.card-service.em .icon { background: rgba(255,255,255,.08); color: var(--ember-soft); }
.card-service.em .more { color: var(--sky); }
.card-service.em:hover { color: #E8F2F4; }
.card-service.em:hover .more { color: #fff; }

/* ---- CTA band ----------------------------------------------------------------------- */
.cta-band {
  background:
    radial-gradient(50rem 24rem at 85% -30%, rgba(143,214,228,.2), transparent 60%),
    linear-gradient(120deg, var(--pine), var(--pine-mid));
  color: #E8F2F4;
  position: relative;
}
.cta-band::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: var(--grad-temp);
}
.cta-band .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding-top: 2.4rem; padding-bottom: 2.4rem; flex-wrap: wrap;
}
.cta-band h2 { margin: 0; color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.cta-band p { margin: .3rem 0 0; color: var(--mist); font-weight: 600; }
.cta-band .btn { flex: none; }

/* ---- Testimonials ---------------------------------------------------------------------- */
.quote-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 1.7rem 1.6rem 1.5rem; box-shadow: var(--shadow-card); position: relative;
}
.quote-card::before {
  content: '\201C';
  position: absolute; top: -1.2rem; left: 1.1rem;
  font-family: var(--font-display); font-size: 4.2rem; font-weight: 700;
  color: var(--sky); line-height: 1;
}
.quote-card p { margin: .3rem 0 .9rem; }
.quote-card footer { font-weight: 600; font-size: .95rem; color: var(--slate); }
.quote-card footer b { color: var(--ink); }

/* ---- Process steps ------------------------------------------------------------------------ */
.steps { counter-reset: step; display: grid; gap: 1.4rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.step {
  position: relative; padding: 1.3rem 1.3rem 1.3rem 4.6rem;
  background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); border-radius: var(--r-card);
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 1.1rem; top: 1.15rem;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  background: var(--grad-temp); color: var(--pine-2);
}
.step h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.step p { margin: 0; color: var(--mist); font-size: .97rem; }

/* ---- FAQ ------------------------------------------------------------------------------------ */
.faq { max-width: 50rem; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px; background: var(--card);
  margin-bottom: .7rem; box-shadow: var(--shadow-card); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem;
  align-items: center; padding: .95rem 1.2rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.12rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600;
  color: var(--ember); flex: none; line-height: 1; transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 1.2rem 1.1rem; color: var(--slate); }
.faq details > div p { margin: 0 0 .6rem; }

/* ---- Page hero (inner pages) + article typography --------------------------------------------- */
.page-hero {
  background:
    radial-gradient(46rem 24rem at 100% -20%, rgba(143,214,228,.16), transparent 60%),
    linear-gradient(150deg, var(--pine) 55%, var(--pine-2));
  color: #E8F2F4;
  padding: clamp(2.6rem, 6vw, 4.2rem) 0;
}
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.8vw, 3.2rem); max-width: 24ch; }
.page-hero .lede { color: var(--mist); margin-bottom: 0; }
.page-hero .hero-ctas { margin: 1.4rem 0 0; }

.breadcrumbs { font-size: .85rem; font-weight: 600; margin: 0 0 1rem; color: var(--mist); }
.breadcrumbs a { color: var(--sky); text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs .sep { margin: 0 .45rem; color: var(--ember-soft); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 3rem; align-items: start; }
@media (max-width: 920px) { .article-layout { grid-template-columns: 1fr; } }
.article h2 { font-size: clamp(1.55rem, 3vw, 2rem); margin-top: 2.2rem; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.25rem; margin-top: 1.6rem; }
.article p { margin: 0 0 1rem; }
.article ul { padding-left: 1.3rem; margin: 0 0 1rem; }
.article li { margin-bottom: .45rem; }
.article li::marker { color: var(--ember); }
.article .callout {
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--ember-soft);
  border-radius: 12px; padding: 1rem 1.2rem; margin: 1.4rem 0; font-weight: 600;
}

/* Sidebar */
.sidebar { position: sticky; top: 5.6rem; display: grid; gap: 1.4rem; }
.sidebar-cta {
  background: linear-gradient(150deg, var(--pine), var(--pine-2));
  color: #E8F2F4; padding: 1.7rem 1.5rem; border-radius: var(--r-card);
  box-shadow: var(--shadow-card); position: relative; overflow: hidden;
}
.sidebar-cta::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: var(--grad-temp);
}
.sidebar-cta h3 { color: #fff; margin-bottom: .4rem; }
.sidebar-cta p { color: var(--mist); font-size: .95rem; margin: 0 0 1rem; }
.sidebar-cta .phone-big {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: 1.8rem; color: var(--ember-soft); text-decoration: none; margin-bottom: .9rem;
}
.sidebar-cta .phone-big:hover { color: #fff; }
.sidebar-links {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 1.3rem 1.4rem; box-shadow: var(--shadow-card);
}
.sidebar-links h3 { font-size: 1.1rem; }
.sidebar-links ul { list-style: none; margin: 0; padding: 0; }
.sidebar-links li { border-bottom: 1px solid var(--line); }
.sidebar-links li:last-child { border-bottom: 0; }
.sidebar-links a { display: block; padding: .55rem 0; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; }
.sidebar-links a:hover { color: var(--ember); }

/* ---- Service areas ------------------------------------------------------------------------------- */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
@media (max-width: 920px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .area-grid { grid-template-columns: 1fr; } }
.area-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 1.4rem 1.4rem 1.2rem; box-shadow: var(--shadow-card);
}
.area-card h3 { display: flex; align-items: center; gap: .5rem; }
.area-card h3 svg { color: var(--ember); flex: none; }
.area-card p { margin: 0; color: var(--slate); font-size: .96rem; }

/* ---- Forms -------------------------------------------------------------------------------------------- */
.lead-form { display: grid; gap: 1rem; max-width: 34rem; }
.field label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: .3rem; }
.field label .req { color: var(--ember); }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; color: var(--ink);
  background: #fff; border: 1px solid rgba(14,58,61,.28); border-radius: 11px;
  padding: .7rem .9rem;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 2px solid var(--teal); outline-offset: 0; border-color: var(--teal);
}
.section--dark .field label { color: #E8F2F4; }
.form-msg { padding: 1rem 1.2rem; border-radius: 12px; font-weight: 600; margin-bottom: 1rem; }
.form-msg.ok { background: #E4F2E9; border-left: 5px solid #2E7D4F; color: #1E5236; }
.form-msg.err { background: #F9E7E2; border-left: 5px solid #B4432A; color: #7C2C1A; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---- Footer --------------------------------------------------------------------------------------------- */
.site-footer { background: var(--pine-2); color: var(--mist); font-size: .95rem; }
.site-footer .wrap { padding-top: 3rem; padding-bottom: 1.5rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid var(--line-dark);
}
@media (max-width: 920px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: .7rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .4rem; }
.site-footer a { color: var(--mist); text-decoration: none; }
.site-footer a:hover { color: var(--ember-soft); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name small { color: var(--sky); }
.footer-phone {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: 1.65rem; color: var(--ember-soft) !important; margin: .4rem 0;
}
.footer-legal { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.3rem; font-size: .82rem; color: #6E8F97; }

/* ---- Sticky mobile call bar --------------------------------------------------------------------------------- */
.callbar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 4.4rem; }
  .callbar {
    display: grid; grid-template-columns: 1.6fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    box-shadow: 0 -6px 24px rgba(6,39,42,.35);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
    text-decoration: none; padding: 1rem .5rem;
  }
  .callbar .call { background: var(--ember); color: #fff; }
  .callbar .quote { background: var(--pine); color: #fff; }
}

/* ---- Utilities -------------------------------------------------------------------------------------------------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.section-head { max-width: 46rem; margin-bottom: 2.2rem; }
.section-head.center { margin-left: auto; margin-right: auto; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--ember); color: #fff;
  padding: .6rem 1rem; z-index: 100; font-weight: 600;
}
.skip-link:focus { left: 0; }
