/*
Theme Name: Eskimo Brothers
Theme URI: https://eskimobrothersair.com/
Author: Eskimo Brothers Air Conditioning
Description: Custom local-contractor theme for Eskimo Brothers Air Conditioning (Spring Hill and Columbia, TN). Ice #00A8F3, black, white, silver. No red.
Version: 3.1.45
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: eskimo-brothers
*/

/* Eskimo Brothers Air Conditioning — custom local-contractor theme
   Palette from the ice-fishing logo: black, white, ice blue, silver. No red. */
:root {
  --ice: #00A8F3;
  --ice-deep: #0086C4;
  --ice-glow: #5EC8F8;
  --ice-wash: #E8F7FC;
  --ice-line: #C5EAF5;
  --black: #000000;
  --ink: #14181E;
  --char: #1C222A;
  --slate: #2A323C;
  --muted: #5C6874;
  --paper: #F4F8FB;
  --white: #FFFFFF;
  --silver: #C5CDD4;
  --bar: #E4E9EE;
  --silver-deep: #8B959E;
  --shadow: 0 10px 30px rgba(11, 13, 16, 0.12);
  --radius: 14px;
  --header-h: 76px;
  --callbar-h: 76px;
  --max: 1160px;
  --font: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --script: "Caveat", "Segoe Script", cursive;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}
img, iframe, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ice-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--black); }
:focus-visible { outline: 3px solid var(--ice); outline-offset: 3px; }
.skip-link {
  position: absolute; left: 12px; top: -40px; z-index: 1000;
  background: var(--ice); color: var(--black); padding: 8px 14px; font-weight: 700;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 72px 0; }
.section-head { max-width: 720px; margin-bottom: 36px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 13px; color: var(--ice-deep);
}
.kicker::before {
  content: ""; width: 18px; height: 10px; border-radius: 50%;
  background: var(--ice); box-shadow: 0 0 10px var(--ice);
}
h1, h2, h3, .h-like {
  font-family: var(--display); font-weight: 700; line-height: 1.12;
  letter-spacing: 0.02em; text-transform: uppercase; color: var(--black);
  margin: 0 0 0.45em;
}
h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.15rem; letter-spacing: 0.04em; }
p { margin: 0 0 1em; }
.lede { font-size: 1.15rem; color: var(--slate); max-width: 46ch; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border-radius: 8px;
  font-family: var(--display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s, background .15s, color .15s, border-color .15s;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-ice { background: var(--ice); color: var(--black); }
.btn-ice:hover { background: var(--ice-glow); color: var(--black); }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--silver); }
.btn-ghost:hover { background: var(--silver); color: var(--black); border-color: var(--silver); }
.btn-red { background: var(--ice); color: var(--black); }
.btn-red:hover { background: var(--ice-glow); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: var(--char); color: var(--ice); }
.btn-outline { background: var(--white); color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: var(--white); }
.btn-call { background: var(--ice); color: var(--black); flex-direction: column; gap: 0; padding: 8px 16px; min-height: 52px; line-height: 1.1; }
.btn-call .btn-kicker { font-family: var(--font); font-size: 10px; letter-spacing: 0.16em; font-weight: 700; color: var(--slate); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bar, #E4E9EE); color: var(--black);
  border-bottom: 3px solid var(--ice);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.header-inner {
  width: min(var(--max), calc(100% - 16px));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex; align-items: center; gap: 8px;
  flex-wrap: nowrap;
}
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--black); flex: 1 1 auto; min-width: 0; }
.logo img {
  width: auto; height: 44px; max-height: 44px; max-width: 44px;
  object-fit: contain; object-position: center; aspect-ratio: 1 / 1;
  background: #fff; border-radius: 10px; padding: 4px;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; color: var(--black); }
.logo-name { font-family: var(--display); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.9rem; white-space: normal; line-height: 1.15; max-width: 18rem; }
.logo-name br { display: block; }
.logo-tag { font-family: var(--script); font-size: 1.15rem; color: var(--ice); text-transform: none; letter-spacing: 0; font-weight: 600; }
.nav-toggle {
  display: none; margin-left: auto;
  width: 48px; height: 48px; border: 1px solid #8B959E; background: transparent; color: var(--black);
  border-radius: 8px; cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 22px; height: 2px; background: var(--black); position: relative; margin: 0 auto;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.site-nav { margin-left: auto; }
.site-nav > ul, .site-nav > ul.nav-tabs {
  display: flex; align-items: stretch; flex-wrap: nowrap; gap: 2px;
  list-style: none; margin: 0; padding: 0; white-space: nowrap;
}
.site-nav > ul > li { position: relative; flex: 0 0 auto; }
.site-nav > ul > li > a {
  display: block; padding: 8px 11px; color: var(--black); text-decoration: none;
  font-family: var(--display); font-size: 0.86rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600;
  white-space: nowrap; border-radius: 8px 8px 0 0; border-bottom: 3px solid transparent;
}
.site-nav a {
  display: block; padding: 10px 12px; color: var(--black); text-decoration: none;
  font-family: var(--display); font-size: 0.92rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ice); }
.site-nav > ul > li > a:hover, .site-nav > ul > li > a[aria-current="page"] {
  color: var(--ice-deep); background: #fff; border-bottom-color: var(--ice);
}
@media (max-width: 1100px) {
  .header-inner { position: relative; gap: 6px; width: calc(100% - 16px); max-width: 100%; }
  .logo-name { display: block; font-size: 0.68rem; max-width: min(12rem, calc(100vw - 168px)); }
  .header-call {
    display: flex; flex-direction: row; align-items: center; justify-content: center;
    padding: 10px 12px; min-height: 44px; min-width: 92px;
    font-size: 0.78rem; letter-spacing: 0.04em;
  }
  .header-call .btn-kicker { display: block; font-size: 0.78rem; letter-spacing: 0.08em; color: inherit; }
  .header-call .btn-num { display: none; }
  .header-book { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .logo-name { font-size: 0.72rem; max-width: min(14rem, calc(100vw - 168px)); }
  .site-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    border-bottom: 3px solid var(--ice);
    padding: 8px 0 16px;
    z-index: 40;
  }
  .is-open .site-nav { display: block; }
  .site-nav > ul { flex-direction: column; align-items: stretch; flex-wrap: wrap; white-space: normal; }
  .site-nav .sub { position: static; display: block; border: 0; background: transparent; padding: 0 0 0 12px; box-shadow: none; }
  .site-nav .sub a { color: var(--slate); }
}
.site-nav .sub {
  display: none; position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--silver); border-radius: 10px;
  padding: 8px 0; list-style: none; margin: 0; box-shadow: var(--shadow);
}
.site-nav .has-sub:hover > .sub,
.site-nav .has-sub:focus-within > .sub { display: block; }
.site-nav .sub a { padding: 9px 16px; font-size: 0.88rem; }
.header-call { flex-shrink: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-left: 8px; }
.header-book { display: none; padding: 8px 12px; min-height: 44px; font-size: 0.85rem; }

/* Hero — solid black left, real <img> on the right (not a CSS background) */
.hero {
  position: relative; color: var(--white);
  min-height: min(78vh, 640px);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  align-items: stretch;
  background: var(--black);
}
.hero-media {
  position: relative;
  min-height: 100%;
  background: #0b0d10;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  inset: 0;
}
.hero-inner {
  position: relative; z-index: 1;
  width: auto;
  margin: 0;
  padding: 72px 48px 80px;
  display: grid; align-content: center;
  background: var(--black);
}
.hero .tagline { font-family: var(--script); font-size: 1.8rem; color: var(--ice); margin: 0 0 10px; }
.hero h1 { color: var(--white); max-width: none; }
.hero h1 .ice { color: var(--ice); }
.hero .lede { color: #d5e3ea; }
.page-hero {
  background: var(--black); color: var(--white);
  padding: 36px 0 44px;
  border-bottom: 3px solid var(--ice);
  text-align: center;
}
.page-hero h1 { color: var(--white); }
.page-hero .lede { color: #c9d6de; }
.crumbs { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 16px; font-size: 0.92rem; }
.crumbs li { color: #9aa8b3; }
.crumbs a { color: var(--ice); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #66727c; }


/* Billboard — "Call us if your Wife is HOT!!!" TN artwork, homepage only */
.billboard-band {
  background: #fff;
  padding: 28px 0 32px;
  border-bottom: 1px solid var(--ice-line);
}
.billboard {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid var(--ice);
  border-radius: 14px;
  box-shadow: 0 0 0 3px rgba(0,168,243,.18), 0 0 28px rgba(0,168,243,.45);
  overflow: hidden;
}
.billboard img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .billboard-band { padding: 18px 0 22px; }
  .billboard { border-width: 2px; border-radius: 12px; }
}

/* Offer chips — comment out .offers in HTML to hide */
.offers { background: var(--black); padding: 18px 0 28px; border-bottom: 1px solid var(--slate); }
.offer-chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; justify-content: center; }
.price-note {
  max-width: 720px; margin: 14px auto 0; text-align: center;
  color: #d7eef8; font-size: .92rem; line-height: 1.45;
}
.offer-chips li {
  background: var(--ice); color: var(--black);
  border: 2px solid var(--ice); border-radius: 999px;
  padding: 10px 16px;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-width: 12ch;
}
.offer-chips li:nth-child(even) {
  background: #fff;
  border-color: var(--ice);
  color: var(--ink);
}
.offer-chips .urgent,
.offer-chips .silver { background: var(--ice); border-color: var(--ice); color: var(--black); }
.offer-chips .chip-white {
  background: #fff !important;
  border-color: var(--ice) !important;
  color: var(--ink) !important;
}

/* Cards */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--white); border: 1px solid var(--ice-line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
}
.card:hover { border-color: var(--ice); }
.office-card {
  background: var(--paper);
  display: grid; gap: 8px;
}
.office-card h3 { margin-bottom: 4px; }
.office-card address { font-style: normal; }
.office-card .tel { font-family: var(--display); font-size: 1.35rem; color: var(--black); text-decoration: none; letter-spacing: 0.04em; }
.office-card .tel:hover { color: var(--ice-deep); }
.svc-card {
  text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 10px;
  min-height: 180px; transition: transform .15s, border-color .15s, box-shadow .15s;
}
.svc-card:hover { transform: translateY(-3px); border-color: var(--ice); box-shadow: 0 14px 32px rgba(0, 191, 255, 0.18); color: inherit; }
.svc-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--ice-wash); color: var(--ice-deep);
  display: grid; place-items: center;
}
.svc-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.svc-card h3 { margin: 0; }
.svc-card p { margin: 0; color: var(--muted); font-size: 0.98rem; }
.svc-card .more { margin-top: auto; color: var(--ice-deep); font-weight: 700; font-size: 0.9rem; }

/* Family / truck band */
.family-band { background: var(--black); color: var(--white); padding: 0; overflow: hidden; }
.family-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; min-height: 420px; }
.family-copy { padding: 64px 48px; display: grid; align-content: center; }
.family-copy h2 { color: var(--white); }
.family-copy p { color: #c9d6de; }
.family-copy .tagline { font-family: var(--script); color: var(--ice); font-size: 1.7rem; }
.family-photo { position: relative; min-height: 320px; }
.family-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; }
.job-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.job-split img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.job-copy { padding: 64px 48px; display: grid; align-content: center; }

/* Reviews placeholder */
.reviews {
  background: var(--ice-wash);
}
.reviews-box {
  border: 2px dashed var(--ice-deep); border-radius: var(--radius);
  padding: 36px; background: var(--white); text-align: center;
}
.reviews-box h2 { margin-bottom: 8px; }
.reviews-box .btn-row { justify-content: center; margin-top: 16px; }
.badge-note {
  display: inline-block; background: var(--black); color: var(--ice);
  font-family: var(--display); letter-spacing: 0.1em; text-transform: uppercase;
  font-size: 12px; padding: 6px 10px; border-radius: 4px; margin-bottom: 12px;
}

/* Areas */
.areas { background: var(--white); }
.area-list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  list-style: none; padding: 0; margin: 0;
}
.area-list a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 150px;
  background: var(--black); color: var(--white); text-decoration: none;
  padding: 12px 22px; border-radius: 999px; font-family: var(--display);
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 0;
  box-shadow:
    0 0 0 2px #0b1c24,
    0 8px 22px rgba(0, 0, 0, 0.28),
    0 0 16px rgba(0, 168, 243, 0.45),
    0 0 28px rgba(94, 200, 248, 0.28);
  text-shadow:
    0 0 8px rgba(94, 200, 248, 0.95),
    0 0 16px rgba(0, 168, 243, 0.75);
}
.area-list a:hover {
  background: var(--ice); color: var(--black);
  text-shadow: none;
  box-shadow:
    0 0 0 2px var(--ice-glow),
    0 0 22px rgba(0, 168, 243, 0.65);
}
.counties { margin-top: 18px; color: var(--muted); }

/* Contact */
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.form {
  display: grid; gap: 12px; background: var(--white); padding: 28px; border-radius: var(--radius); border: 1px solid var(--ice-line);
}
.form label { font-weight: 600; font-size: 0.92rem; text-align: left; display: block; }
.form input, .form select, .form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--ice-line); border-radius: 8px;
  font: inherit; background: var(--white);
}
.form textarea { min-height: 120px; resize: vertical; }
.form button { justify-self: start; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details {
  background: var(--white); border: 1px solid var(--ice-line); border-radius: 10px; padding: 4px 18px;
}
.faq summary { cursor: pointer; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.04em; padding: 14px 0; }
.faq details[open] { border-color: var(--ice); }

/* City links / related */
.city-links, .svc-links { display: grid; gap: 10px; margin: 12px 0 0; }
.prose h2 + .city-links { margin-top: 10px; }
.local-links { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--silver); }
.local-links h2 { margin-top: 0; }
.local-offices { margin-top: 14px; }
.city-links { grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .city-links { grid-template-columns: 1fr; } }
.city-links a, .svc-links a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; background: var(--paper); border-radius: 10px;
  text-decoration: none; color: var(--black); font-weight: 700; border: 1px solid var(--ice-line);
}
.city-links a:hover, .svc-links a:hover { border-color: var(--ice); background: var(--ice-wash); }

/* Map placeholder */
.map-ph {
  min-height: 280px; border-radius: var(--radius);
  background: repeating-linear-gradient(-45deg, var(--ice-wash), var(--ice-wash) 12px, #dff3fa 12px, #dff3fa 24px);
  border: 2px dashed var(--ice-deep);
  display: grid; place-items: center; text-align: center; padding: 28px;
}
.office-block address { font-style: normal; font-size: 1.15rem; }

/* Wordmark band */
.wordmark {
  background: var(--bar, #E4E9EE); padding: 28px 0;
  display: grid; place-items: center;
  border-top: 3px solid var(--ice);
}
.wordmark img { max-height: 88px; width: auto; height: auto; max-width: min(220px, 70vw); object-fit: contain; background: #fff; padding: 8px; border-radius: 12px; }

/* Footer */
.site-footer { background: var(--bar, #E4E9EE); color: var(--ink); padding: 56px 0 28px; border-top: 1px solid var(--silver); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 36px; }
.site-footer h3 { color: var(--black); font-size: 0.95rem; }
.site-footer a { color: var(--ice-deep); text-decoration: none; }
.site-footer a:hover { color: var(--black); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 8px; }
.footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--black); margin-bottom: 12px; }
.footer-logo img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 10px; padding: 4px; }
.legal { border-top: 1px solid var(--silver); padding-top: 18px; font-size: 0.88rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: space-between; }

/* Sticky mobile emergency bar — Call / Text / Book */
.mobile-callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: var(--ice); padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 20px rgba(0,0,0,.25);
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 6px;
  align-items: stretch;
}
.mobile-callbar a,
.mobile-callbar .js-call,
.mobile-callbar .js-text {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: .9rem 10px;
  line-height: 1.15;
  color: var(--black); text-decoration: none;
  font-family: var(--display); font-size: 1.05rem; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 2px solid var(--black); border-radius: 8px; background: transparent;
  box-sizing: border-box;
  width: 100%;
}
.mobile-callbar a span { display: block; }
.mobile-callbar .js-call { flex-direction: column; }
.mobile-callbar a:hover,
.mobile-callbar a:focus-visible {
  background: var(--black); color: var(--ice);
}

/* Inner article */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 1.4em; }
.note {
  background: var(--ice-wash); border-left: 4px solid var(--ice); padding: 14px 16px; border-radius: 0 10px 10px 0;
}

/* Layout helpers */
.two-col { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 32px; align-items: start; }
.sticky-aside { position: sticky; top: calc(var(--header-h) + 16px); }
.aside-card { background: var(--black); color: var(--white); border-radius: var(--radius); padding: 22px; }
.aside-card h2, .aside-card h3 { color: var(--white); }
.aside-card a.tel { color: var(--ice); font-family: var(--display); font-size: 1.4rem; text-decoration: none; letter-spacing: 0.04em; }

@media (max-width: 980px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .family-grid, .job-split, .contact-grid, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .family-copy, .job-copy { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-inner { padding: 48px 28px 36px; text-align: center; }
  .hero .btn-row { justify-content: center; }
  .hero h1 { max-width: none; margin-left: auto; margin-right: auto; }
  .hero-media { min-height: 280px; aspect-ratio: 16 / 10; }
}

@media (max-width: 900px) {
  body { padding-bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom)); }
  .header-book { display: none; }
  .mobile-callbar {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 6px;
    align-items: stretch;
  }
}
@media (max-width: 760px) {
  :root { --header-h: 64px; }
  body { padding-bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom)); font-size: 17px; }
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 48px 0; }
  .header-call { display: flex; flex-direction: row; padding: 10px 12px; min-height: 44px; }
  .header-call .btn-num { display: none; }
  .header-call .btn-kicker { display: block; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 3px solid var(--ice); padding: 8px 0 16px;
  }
  .is-open .site-nav { display: block; }
  .site-nav > ul { flex-direction: column; align-items: stretch; }
  .site-nav .sub { position: static; display: block; border: 0; background: transparent; padding: 0 0 0 12px; box-shadow: none; }
  .site-nav .sub a { color: var(--slate); }
  .grid-2, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .mobile-callbar {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 6px;
    align-items: stretch;
  }
  .hero { min-height: 0; }
  .hero-inner { padding: 40px 20px 28px; text-align: center; }
  .hero .btn-row { justify-content: center; }
  .hero h1 { max-width: none; margin-left: auto; margin-right: auto; }
  .hero-media { min-height: 220px; aspect-ratio: 16 / 10; }
  .logo-name { font-size: 0.78rem; letter-spacing: 0.03em; max-width: min(18rem, calc(100vw - 140px)); }
  .section-head,
  .family-copy,
  .job-copy,
  .office-card,
  .areas,
  .sister-box,
  .sister-box > div,
  .counties,
  .reviews-box {
    text-align: center;
  }
  .section-head { margin-left: auto; margin-right: auto; }
  .section-head .lede,
  .family-copy p,
  .job-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .family-copy .btn-row,
  .job-copy .btn-row,
  .office-card .btn-row,
  .contact .btn-row {
    justify-content: center;
  }
  .area-list {
    justify-content: center;
  }
  .form button {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 901px) {
  .mobile-callbar { display: none !important; }
}

.hero .btn-row, .page-hero .btn-row { margin-top: 22px; }
body { overflow-x: hidden; }
.site-footer .tagline { font-family: var(--script); color: var(--ice-deep); font-size: 1.4rem; margin: 0 0 8px; }
.family-photo { background: #111; }
@media (max-width: 420px) {
  .logo-name { font-size: 0.68rem; letter-spacing: 0.02em; max-width: min(11rem, calc(100vw - 168px)); }
  .logo-tag { font-size: 0.95rem; }
  .hero h1 { font-size: 1.85rem; }
}

/* Quotes (reviews page — no star widgets) */
.quotes { display: grid; gap: 18px; }
.quote {
  background: var(--white);
  border: 1px solid var(--ice-line);
  border-left: 4px solid var(--ice);
  border-radius: 0 14px 14px 0;
  padding: 20px 22px;
}
.quote blockquote { margin: 0 0 12px; font-size: 1.05rem; color: var(--ink); }
.quote cite { display: block; font-style: normal; color: var(--muted); font-size: 0.92rem; }
.quote cite a { color: var(--ice-deep); }
.source-note { font-size: 0.92rem; color: var(--muted); }

/* Legal lists */
.prose ul { padding-left: 1.2em; }
.prose li { margin: 0 0 0.4em; }

.quote-list { display: grid; gap: 16px; margin: 24px 0; }
blockquote.quote {
  margin: 0; background: var(--white); border: 1px solid var(--silver);
  border-left: 4px solid var(--ice); border-radius: 0 12px 12px 0; padding: 20px 22px;
}
blockquote.quote p { font-size: 1.12rem; margin-bottom: 0.6em; }
blockquote.quote footer { color: var(--muted); font-size: 0.92rem; }
blockquote.quote cite { font-style: normal; color: var(--black); font-weight: 700; }
.source-link { color: var(--ice-deep); }
.brand-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 12px 0 20px; }
.brand-list li { background: var(--ice-wash); border: 1px solid var(--ice-line); color: var(--ink); border-radius: 999px; padding: 6px 12px; font-size: 0.88rem; }
.offer-chips .silver { background: var(--ice); border-color: var(--ice); color: var(--black); text-align: center; }
.social a { margin-right: 4px; }
.mobile-callbar .bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.logo img {
  width: auto; height: 44px; max-height: 44px; max-width: 44px;
  object-fit: contain; object-position: center; aspect-ratio: 1 / 1;
  background: #fff; border-radius: 10px; padding: 4px;
}
.svc-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; color: var(--black); }

.hero .sister-line { color:#c9d6de; max-width:46ch; margin-top:18px; font-size:0.98rem; }
.hero .sister-line a { color:var(--ice); }
.work-grid { display:grid; gap:14px; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); }
.work-grid figure { margin:0; background:var(--white); border:1px solid var(--ice-line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.work-grid img { width:100%; height:220px; object-fit:cover; }
.work-grid figcaption { padding:10px 12px; font-size:0.9rem; color:var(--muted); }
.sister-card { border:2px solid var(--ice); background:var(--ice-wash); border-radius:var(--radius); padding:24px; margin:18px 0; }
.sister-card img { width:100%; max-height:320px; object-fit:cover; border-radius:10px; margin-bottom:14px; }
.footer-maps { display:grid; gap:12px; margin:22px 0 8px; }
.footer-maps iframe { width:100%; height:180px; border:1px solid var(--silver); border-radius:10px; }
.map-label { margin:0 0 6px; font-size:0.78rem; text-transform:uppercase; letter-spacing:0.1em; color:var(--ice-deep); font-weight:700; font-family:var(--display); }
.social-icons { display:flex; gap:10px; align-items:center; margin:12px 0; }
.social-icons a { display:inline-flex; width:44px; height:44px; align-items:center; justify-content:center; background:var(--ice); color:var(--black); border-radius:8px; }
.social-icons svg { width:22px; height:22px; display:block; }
@media (min-width:720px) {
  .footer-maps { grid-template-columns:1fr 1fr; }
}

.sister-box {
  display: block;
  border: 2px solid var(--ice);
  background: var(--ice-wash);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.sister-box img,
.sister-box img.sister-logo {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
  padding: 18px 16px;
  border-radius: 0;
}
.sister-box > div { padding: 18px 22px 24px; }
.sister-box h2 { margin-bottom: 0.25em; }
.sister-box p:last-child { margin-bottom: 0; }
.sister-foot { margin-top: 10px; }
.about-truck, .truck-feature {
  margin: 0 0 28px; background: var(--white); border: 1px solid var(--ice-line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.about-truck img, .truck-feature img { width: 100%; max-height: 420px; object-fit: cover; object-position: center top; }
.about-truck figcaption, .truck-feature figcaption { padding: 10px 14px; font-size: 0.92rem; color: var(--muted); }
.work-grid .truck-feature { grid-column: 1 / -1; }
@media (max-width: 640px) {
  .sister-box img,
  .sister-box img.sister-logo { height: 200px; }
}

.map-frame iframe { width:100%; height:220px; border:1px solid var(--silver); border-radius:10px; }
.office-card .map-frame { margin-top:12px; }
.prose .map-frame { margin: 16px 0 24px; }

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 0 2px #7ED3FF, 0 0 14px #00A8F3, 0 0 28px rgba(126, 211, 255, 0.4); }
  50% { box-shadow: 0 0 0 2px #B8ECFF, 0 0 26px #7ED3FF, 0 0 48px rgba(126, 211, 255, 0.7); }
}


/* Light ice neon on every button */
.btn,
.btn-ice,
.btn-red,
.btn-call,
.btn-dark,
.btn-ghost,
.btn-outline,
.form button,
.form input[type="submit"],
button[type="submit"],
.wp-block-button__link {
  border-color: #B8ECFF;
  box-shadow:
    0 0 0 1px #7ED3FF,
    0 0 10px rgba(0, 168, 243, 0.4),
    0 0 20px rgba(126, 211, 255, 0.28);
}
.btn-ice,
.btn-red,
.btn-call,
.form button,
.form input[type="submit"],
button[type="submit"] {
  background: #00A8F3;
  color: #000000;
  border: 2px solid #B8ECFF;
}
.btn-dark {
  border: 2px solid #7ED3FF;
  box-shadow:
    0 0 0 1px #00A8F3,
    0 0 12px rgba(0, 168, 243, 0.45);
}
.btn-ghost,
.btn-outline {
  border-color: #7ED3FF;
  box-shadow:
    0 0 0 1px #B8ECFF,
    0 0 12px rgba(0, 168, 243, 0.35);
}
.btn:hover,
.btn-ice:hover,
.btn-red:hover,
.btn-call:hover,
.btn-dark:hover,
.btn-ghost:hover,
.btn-outline:hover,
.form button:hover,
.form input[type="submit"]:hover,
.wp-block-button__link:hover {
  box-shadow:
    0 0 0 1px #B8ECFF,
    0 0 16px #00A8F3,
    0 0 28px rgba(126, 211, 255, 0.5);
}
.offer-chips li {
  border-color: #B8ECFF;
  box-shadow:
    0 0 0 1px #7ED3FF,
    0 0 10px rgba(0, 168, 243, 0.4);
}

/* Sticky Call / Text — full ice neon */
.mobile-callbar {
  background: #05070A !important;
  border-top: 2px solid #B8ECFF !important;
  box-shadow:
    0 -6px 0 #00A8F3,
    0 -10px 32px rgba(0, 168, 243, 0.75),
    0 0 48px rgba(126, 211, 255, 0.4) !important;
}
.mobile-callbar a,
.mobile-callbar .js-call,
.mobile-callbar .js-text {
  background: #00A8F3 !important;
  color: #000000 !important;
  border: 2px solid #B8ECFF !important;
  border-radius: 10px;
  text-shadow: none !important;
  box-shadow:
    0 0 0 1px #7ED3FF,
    0 0 16px #00A8F3,
    0 0 32px rgba(126, 211, 255, 0.75) !important;
  animation: neonPulse 3.2s ease-in-out infinite;
}
.mobile-callbar .js-call .k,
.mobile-callbar .js-call .n,
.mobile-callbar a span {
  color: #000000 !important;
}
.mobile-callbar a:hover,
.mobile-callbar a:focus-visible {
  background: #B8ECFF !important;
  color: #000000 !important;
  box-shadow:
    0 0 0 1px #FFFFFF,
    0 0 28px #7ED3FF,
    0 0 48px #00A8F3 !important;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-callbar a { animation: none; }
}

.hp, .hp label, .hp input {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.truck-bed-band { background: var(--paper, #F4F8FB); }
.truck-bed { margin: 22px auto 0; max-width: 920px; }
.truck-bed img { width: 100%; height: auto; border-radius: 14px; }

/* Shine pass — logo + buttons. Page stays readable. */
.site-header {
  border-bottom: 2px solid #7ED3FF !important;
  box-shadow:
    0 0 0 1px rgba(126, 211, 255, 0.35),
    0 8px 24px rgba(0, 168, 243, 0.28);
}
.logo img {
  background: #fff;
  border: 2px solid #7ED3FF !important;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px #B8ECFF,
    0 0 14px #00A8F3,
    0 0 28px rgba(126, 211, 255, 0.65) !important;
  animation: neonPulse 3s ease-in-out infinite;
}
.logo-tag {
  color: #00A8F3 !important;
  text-shadow: 0 0 8px #7ED3FF, 0 0 16px rgba(0, 168, 243, 0.6);
}
.nav-toggle {
  border: 2px solid #7ED3FF !important;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 168, 243, 0.55);
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  background: #00A8F3 !important;
  box-shadow: 0 0 8px #7ED3FF;
}
.btn,
.btn-ice,
.btn-red,
.btn-call,
.btn-dark,
.btn-ghost,
.btn-outline,
.form button,
.form input[type="submit"] {
  animation: neonPulse 3.4s ease-in-out infinite;
}
.hot-logo img,
.truck-bed img {
  box-shadow:
    0 0 0 2px #7ED3FF,
    0 0 22px rgba(0, 168, 243, 0.45);
  border-radius: 14px;
}
@media (prefers-reduced-motion: reduce) {
  .logo img, .btn, .btn-ice, .btn-red, .btn-call, .btn-dark, .btn-ghost { animation: none; }
}

/* Neon ice text — not on SPRING HILL */
.kicker,
.hero .tagline,
.family-copy .tagline,
.logo-tag,
.crumbs a,
.more,
.tel,
.site-nav a,
a {
  text-shadow:
    0 0 6px rgba(126, 211, 255, 0.85),
    0 0 14px rgba(0, 168, 243, 0.55);
}
.kicker,
.hero .tagline,
.family-copy .tagline,
.logo-tag {
  color: #00A8F3 !important;
}
.hero h1 .ice,
h1 .ice,
.ice {
  text-shadow: none !important;
  color: #00A8F3 !important;
}

/* Death Row sister island — orange / black */
.dr-island { background: #05070A; color: #f3efe6; }
.dr-island a { color: #ff8a1a; }
.dr-hero {
  display: grid;
  grid-template-columns: 1fr;
  background: #000;
  color: #fff;
  border-bottom: 3px solid #ff5a00;
}
.dr-hero-copy { padding: 2rem 1.2rem 1.6rem; }
.dr-kicker { letter-spacing: .16em; text-transform: uppercase; color: #ff8a1a; font-weight: 800; font-size: .82rem; }
.dr-hero h1 { font-family: var(--display, "Bebas Neue", Impact, sans-serif); font-size: clamp(2.2rem, 8vw, 3.4rem); margin: .3rem 0 .6rem; color: #fff; }
.dr-hero-media img { width: 100%; height: 280px; object-fit: cover; }
.dr-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.dr-btn {
  display: inline-block;
  background: #ff5a00;
  color: #000 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .7rem 1rem;
  text-decoration: none;
  border: 2px solid #000;
}
.dr-btn.dr-ghost { background: transparent; color: #ff8a1a !important; border-color: #ff8a1a; }
.dr-note { color: #c4b8a8; font-size: .92rem; }
.dr-offers { padding-left: 1.2em; }
.dr-offers li { margin: .4rem 0; }
.dr-photos { display: grid; gap: .7rem; grid-template-columns: 1fr; margin: 1.4rem 0; }
.dr-photos img { width: 100%; height: 220px; object-fit: cover; border: 2px solid #ff5a00; }
.dr-photos figcaption { color: #c4b8a8; font-size: .88rem; padding: .4rem 0 .2rem; }
@media (min-width: 800px) {
  .dr-hero { grid-template-columns: 1fr 1fr; }
  .dr-hero-media img { height: 100%; min-height: 360px; }
  .dr-photos { grid-template-columns: 1fr 1fr; }
}

/* 3.1.0 — no-cool tree + unit photo */
.tree-wrap { max-width: 720px; margin-inline: auto; text-align: center; }
.tree-kicker { letter-spacing: .14em; text-transform: uppercase; font-size: .75rem; color: #00A8F3; font-weight: 700; margin: 0 0 .4rem; }
.tree-steps { list-style: none; margin: 0; padding: 0; }
.tree-q { display: none !important; background: #0b0b0b; border: 1px solid #1c2a33; padding: 1.2rem 1.2rem 1.4rem; color: #f4fbff; }
.tree-q.is-on { display: block !important; }
.tree-q h2,
.tree-result h2 { margin: 0 0 .5rem; color: #ffffff !important; }
.tree-q p,
.tree-result p { color: #d7f3ff !important; }
.tree-btns { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; justify-content: center; align-items: center; }
.tree-btns .btn { cursor: pointer; border: 0; color: #061018; }
.tree-result { background: #0b0b0b; border: 1px solid #00A8F3; padding: 1.2rem 1.2rem 1.4rem; color: #f4fbff; }
.pic-choice { font-weight: 700; margin: 1rem 0 .3rem; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.tree-fine { color:#243038; font-size:.88rem; margin-top:.8rem; line-height:1.4; }
.form .btn-ghost,
.tree-wrap .btn-ghost,
.page-hero .btn-ghost,
.tree-btns .btn-ghost {
  background: #e7f6ff !important;
  color: #061018 !important;
  border: 2px solid #00A8F3 !important;
}
.form .btn-ice,
.tree-btns .btn-ice {
  color: #061018 !important;
}
.tree-q .btn-ghost,
.tree-result .btn-ghost {
  background: #123244 !important;
  color: #f4fbff !important;
  border-color: #7ad4ff !important;
}

.q-heat[hidden], .q-cool[hidden] { display:none !important; }


.ask-grid { display:grid; gap:1.6rem; }
.ask-side { background:#0b0b0b; color:#f4fbff; padding:1.2rem; border:1px solid #1c2a33; }
.ask-side h2 { color:#fff; }
.ask-side p { color:#d7f3ff; }
@media (min-width:860px){ .ask-grid { grid-template-columns: 1.4fr .8fr; align-items:start; } }

.tree-btns .btn { position: relative; z-index: 2; pointer-events: auto; }
.eb-ai-paste { margin-top: 1.2rem; padding: 1rem; border: 1px solid var(--ice); border-radius: 12px; background: #071018; }
.eb-ai-paste textarea { width: 100%; min-height: 180px; background: #0b1220; color: #e8f6ff; border: 1px solid var(--ice); border-radius: 8px; padding: .8rem; font: inherit; }
.eb-ai-steps { color: #c5eaf5; padding-left: 1.2rem; }

.tree-list { margin:.6rem 0 1rem; padding-left:1.15rem; color:#d7f3ff; }
.tree-list li { margin:.45rem 0; }
.tree-list strong { color:#fff; }

.tree-q, .tree-result { text-align: center; }
.tree-list { text-align: left; max-width: 38em; margin: .6rem auto 1rem; }
.ask-grid, .ask-grid .form, #ask-photo { text-align: center; }
.ask-grid .form { max-width: 36em; margin-inline: auto; }
.ask-grid .form label, .ask-grid .form input, .ask-grid .form select, .ask-grid .form textarea { text-align: center; }
.page-hero .btn-row, .ask-home .btn-row { justify-content: center; }
.qa-library { text-align: center; }
.qa-item { text-align: left; }

/* Ask a Pro home — no white-on-white glow bleed */
.ask-home { text-align: center; background: #f4fbff; }
.ask-home .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.ask-home .btn-row { justify-content: center; }
.ask-home .btn {
  text-shadow: none !important;
  filter: none !important;
}
.ask-home .btn-ice {
  background: #00A8F3 !important;
  color: #061018 !important;
  border: 2px solid #00A8F3 !important;
  box-shadow: 0 8px 18px rgba(0,168,243,.28) !important;
}
.ask-home .btn-outline,
.ask-home .btn-ghost {
  background: #ffffff !important;
  color: #061018 !important;
  border: 2px solid #00A8F3 !important;
  box-shadow: 0 8px 18px rgba(0,168,243,.18) !important;
}
.ask-home .btn-outline:hover,
.ask-home .btn-ghost:hover {
  background: #e7f6ff !important;
  color: #061018 !important;
}

.ice-plate, .ask-home .kicker.ice-plate {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--ice-deep, #00A8F3);
  border: 0;
  border-radius: 0;
  padding: 0;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: none;
}
.estimator-band { background: #f4fbff; }
.estimator { display: grid; gap: 10px; max-width: 420px; margin: 0 auto; text-align: left; }
.estimator-wrap { text-align: center; }
.estimator-out { margin: 18px auto 0; max-width: 560px; background: #fff; border: 2px solid #00A8F3; border-radius: 10px; padding: 16px; }
.est-kicker { color: #00A8F3; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.city-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 12px 0 18px; }
.city-tab { background: #fff; color: #061018; border: 2px solid #00A8F3; border-radius: 8px; padding: 8px 14px; font-weight: 700; cursor: pointer; }
.city-tab.is-on { background: #00A8F3; color: #061018; }
.drip-card { background: #fff; border: 1px solid var(--ice-line, #cfefff); border-radius: 10px; padding: 16px; margin: 0 auto 12px; max-width: 640px; text-align: center; }
.drip-card .btn-row { justify-content: center; }
.drip-card .btn { margin-inline: auto; display: inline-flex; justify-content: center; align-items: center; width: min(100%, 340px); flex: 0 1 340px; }
.estimator, .estimator-out { text-align: center; }
.drip-stars { color: #00A8F3; letter-spacing: 2px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.badge { background: #061018; color: #e8f7ff; border: 2px solid #00A8F3; border-radius: 8px; min-width: 140px; flex: 1; }
.badge summary { list-style: none; cursor: pointer; padding: 10px 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #7ED3FF; }
.badge summary::-webkit-details-marker { display: none; }
.badge p { margin: 0; padding: 0 12px 12px; font-size: .92rem; color: #d7eef8; }

.btn-stack { display: grid; gap: 12px; margin-top: 8px; }
.btn-row, .btn-row-primary, .btn-row-ai {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.btn-row .btn, .btn-stack .btn {
  flex: 1 1 150px;
  max-width: 100%;
  margin: 0;
  box-shadow: 0 6px 14px rgba(0,168,243,.18) !important;
  text-shadow: none !important;
}
.btn-row-ai .btn { flex: 1 1 110px; }
@media (max-width: 640px) {
  .btn-row-primary .btn { flex: 1 1 100%; }
  .hero .btn-row .btn { flex: 1 1 calc(50% - 10px); }
}
.form .btn-stack { margin-top: 16px; }

.btn-row, .tree-btns, .city-tabs, .hero .btn-row, .ask-home .btn-row { justify-content: center; }
.drip-reviews, .estimator-band { text-align: center; }

.ice-plate,
.kicker.ice-plate,
.ask-home .kicker,
.estimator-band .kicker,
.drip-reviews .kicker {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.estimator-band, .drip-reviews, .ask-home { text-align: center; }

.town-notes {
  margin: 1.4rem 0 1.6rem;
  padding: 1.1rem 1.2rem;
  background: #f4fbff;
  border: 2px solid #00A8F3;
  border-radius: 10px;
  max-width: 46rem;
}
.town-notes h2 { margin: 0 0 .4rem; }
.town-notes p { margin: 0 0 .7rem; }
.town-notes p:last-child { margin-bottom: 0; }

.rebate-desk .rebate-card { max-width: 46rem; margin: 1rem auto 1.4rem; text-align: left; }
.rebate-table { width: min(720px, 100%); margin: 1.2rem auto; border-collapse: collapse; text-align: left; }
.rebate-table th, .rebate-table td { border-bottom: 1px solid #b7e3f7; padding: .55rem .4rem; }
.rebate-table caption { caption-side: bottom; color: #243038; padding-top: .6rem; font-size: .9rem; }
.switch-grid { display: grid; gap: 1rem; }
@media (min-width: 800px) { .switch-grid { grid-template-columns: 1fr 1fr 1fr; } }
.switch-grid article { background: #f4fbff; border: 2px solid #00A8F3; border-radius: 10px; padding: 1rem; }
.rebate-home { text-align: center; background: #f4fbff; }

.plate-desk, .house-desk { max-width: 720px; margin: 0 auto; }
.plate-out { background: #f4fbff; border: 2px solid #00A8F3; border-radius: 10px; padding: 1rem; margin-top: 1rem; text-align: left; }
.house-stage { position: relative; max-width: 420px; margin: 0 auto 1rem; }
.house-svg { width: 100%; height: auto; display: block; }
.hotspot { position: absolute; border: 0; background: #E21B1B; color: #fff; font-weight: 700; border-radius: 999px; padding: .35rem .7rem; cursor: pointer; }
.hotspot.is-on, .hotspot:focus { background: #003366; }
.hs-attic { top: 8%; left: 38%; }
.hs-stat { top: 48%; left: 8%; }
.hs-closet { top: 62%; left: 38%; }
.hs-pad { top: 72%; right: 4%; }
.hs-ducts { top: 38%; right: 10%; }
.night-badge {
  display: block;
  width: fit-content;
  max-width: min(34rem, calc(100% - 24px));
  margin: 1rem auto 0;
  text-align: center;
  background: var(--ice, #00A8F3);
  color: #000;
  border: 2px solid #7ED3FF;
  border-radius: 14px;
  padding: .75rem 1.2rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .02em;
  box-shadow: 0 0 0 1px rgba(126,211,255,.35), 0 8px 20px rgba(0,168,243,.28);
}

.town-roll .town-notes { text-align: left; background: #f4fbff; border: 2px solid #00A8F3; border-radius: 10px; padding: 1rem; }
.town-grid { margin-top: 1rem; }

.wty-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; max-width: 720px; margin: 0 auto; }
@media (min-width: 700px) { .wty-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.wty-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .35rem; text-align: center; text-decoration: none; color: #003366; background: #fff; border-radius: 12px; padding: .8rem .5rem; min-height: 150px; border: 2px solid #00A8F3; }
.wty-logo { width: 100%; height: 96px; background: #fff; border-radius: 8px; display: grid; place-items: center; overflow: hidden; }
.wty-logo img, .wty-logo svg { max-width: 92%; max-height: 80px; width: auto; height: auto; object-fit: contain; object-position: center center; }
.wty-logo svg, .wty-svg-fb { display: none !important; }
.wty-svg-fb { display: grid; place-items: center; width: 100%; height: 100%; }
.wty-name { font-weight: 800; font-size: .95rem; color: #003366; }
.wty-go { font-size: .8rem; color: #00A8F3; }
