/* Vertex HVAC Solutions Group — replace colors and business details here when needed. */
:root {
  --navy: #0b2332;
  --navy-deep: #081e2b;
  --navy-soft: #153242;
  --orange: #fbaa61;
  --orange-dark: #914718;
  --blue: #008cff;
  --cream: #f7f8f5;
  --white: #fff;
  --ink: #132c3a;
  --vx-muted: #64717a;
  --line: #e3e7e5;
  --vx-radius: 12px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --header: 121px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}
h1,
h2 {
  font-weight: 750;
  letter-spacing: -2px;
  line-height: 1.17;
}
h2 {
  font-size: clamp(34px, 3.25vw, 47px);
}
h3 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
p {
  color: var(--vx-muted);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
.icon {
  width: 22px;
  height: 22px;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a,
button {
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
button:active,
.btn:active {
  transform: scale(0.97);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}
.section {
  padding: 99px 0;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: #556d69;
}
.eyebrow > span:not(.status-dot) {
  display: block;
  width: 24px;
  height: 2px;
  background: #739183;
}
.eyebrow.light {
  color: #c7d5d6;
}
.eyebrow.light > span:not(.status-dot) {
  background: var(--orange);
}
.btn {
  min-height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 7px;
  line-height: 1.5;
  white-space: nowrap;
}
.btn .icon {
  width: 18px;
  height: 18px;
}
.btn-primary {
  background: var(--orange);
  color: var(--navy-deep);
  box-shadow: 0 4px 18px #00000008;
}
.btn-primary:hover {
  background: #ffc18b;
  box-shadow: 0 7px 22px #fbaa6120;
}
.btn-outline {
  color: #fff;
  border: 1px solid #ffffff62;
  background: #ffffff05;
}
.btn-outline:hover {
  background: #ffffff15;
}
.btn-outline .icon,
.btn-dark .icon {
  order: 2;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
}
.btn-dark:hover {
  background: #214354;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 13px;
  background: transparent;
  padding: 0;
}
.text-link:hover {
  color: var(--orange-dark);
}
.text-link .icon {
  width: 19px;
  height: 19px;
  transition: transform 0.2s var(--ease);
}
.text-link:hover .icon {
  transform: translate(3px, -2px);
}
.status-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #fbaa6113;
}
.skip-link {
  position: fixed;
  z-index: 500;
  top: 5px;
  left: 10px;
  transform: translateY(-160%);
  background: #fff;
  padding: 10px 20px;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  transform: translateY(0);
}
/* Fixed navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 0 #122e3910;
}
.utility-bar {
  background: var(--navy-deep);
  color: #cbd7da;
}
.utility-inner {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.1px;
}
.utility-inner > span,
.utility-inner > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.utility-inner .icon {
  width: 12px;
  height: 12px;
}
.utility-inner > a {
  color: #fff;
  font-weight: 600;
}
.utility-arrow {
  margin-left: 8px;
}
.nav-wrap {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  width: 216px;
  flex-shrink: 0;
}
.brand-logo {
  width: 216px;
  height: 78px;
  object-fit: contain;
}
.nav-wrap nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.nav-link {
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
  position: relative;
  padding: 33px 0;
}
.nav-link:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}
.nav-link.active:after,
.nav-link:hover:after {
  transform: scaleX(1);
}
.nav-call {
  background: var(--navy);
  color: #fff;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 650;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px 15px;
  white-space: nowrap;
}
.nav-call:hover {
  background: #254958;
}
.nav-call .icon {
  width: 15px;
  height: 15px;
}
.menu-toggle {
  display: none;
}
/* Editorial split hero */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  isolation: isolate;
}
.hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 42%;
  overflow: hidden;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-position: 65% 45%;
  filter: brightness(0.85) saturate(0.75);
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      var(--navy) 0%,
      #0b2332c2 12%,
      #0b23323d 35%,
      #0b233200 70%
    ),
    linear-gradient(0deg, var(--navy) 0%, #0b233200 45%);
}
.hero-pattern {
  position: absolute;
  z-index: -1;
  width: 58%;
  inset: 0 auto 0 0;
  opacity: 0.07;
  background-image:
    linear-gradient(#acc5c9 1px, transparent 1px),
    linear-gradient(90deg, #acc5c9 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000, transparent);
}
.hero-inner {
  padding-top: 77px;
  padding-bottom: 76px;
  position: relative;
  min-height: 564px;
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 625px;
}
.hero-copy .eyebrow {
  margin-bottom: 23px;
  font-size: 10px;
  letter-spacing: 2.2px;
}
.hero h1 {
  font-size: clamp(44px, 4.7vw, 66px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -2.7px;
}
.hero h1 span {
  color: #ffb575;
}
.hero-copy > p {
  color: #c3ced1;
  max-width: 440px;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 23px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.hero-note {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
  color: #b9c9cf;
  margin-top: 21px;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  color: var(--orange);
}
.comfort-note {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 22px;
  background: #193443bd;
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff30;
  border-radius: 10px;
  box-shadow: 0 10px 25px #00000015;
}
.comfort-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #ffffff10;
  color: #ffb575;
}
.comfort-note strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.comfort-note div > span {
  font-size: 10px;
  color: #c7d4d9;
  display: block;
  margin-top: 2px;
}
.hero-bottom {
  border-top: 1px solid #ffffff19;
  background: #0b2332a1;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 30px;
}
.trust-row > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  font-weight: 500;
  color: #d5dfe1;
}
.trust-row .icon {
  width: 21px;
  height: 21px;
  color: #e7b68d;
}
.trust-row > span:not(:last-child):after {
  content: "";
  height: 18px;
  width: 1px;
  background: #ffffff25;
  position: relative;
  left: 40px;
}
/* Services */
.services-section {
  background: var(--cream);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 40px;
}
.section-intro {
  width: 330px;
  flex-shrink: 0;
  padding-bottom: 5px;
}
.section-intro p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--vx-radius);
  overflow: hidden;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px #17372b0b;
}
.service-photo {
  height: 165px;
  position: relative;
}
.service-photo img {
  height: 100%;
  width: 100%;
  object-position: center;
  transition: transform 0.35s var(--ease);
  filter: saturate(0.68);
}
.service-card:hover .service-photo img {
  transform: scale(1.035);
}
.service-icon {
  position: absolute;
  bottom: -20px;
  left: 22px;
  width: 43px;
  height: 43px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 8px #00000008;
  display: grid;
  place-items: center;
  color: #577768;
}
.service-copy {
  padding: 32px 22px 22px;
}
.service-copy h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.service-copy p {
  font-size: 12px;
  line-height: 1.8;
  min-height: 65px;
}
.service-copy .text-link {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid #edf0ec;
  font-size: 11px;
}
.service-copy .text-link .icon {
  width: 17px;
  height: 17px;
}
.compact-card {
  padding: 22px;
  position: relative;
}
.small-service-icon {
  display: grid;
  place-items: center;
  background: #f2f5f1;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  color: #5a7a6b;
  margin-bottom: 20px;
}
.compact-card .service-copy {
  padding: 0;
}
.compact-card .service-copy h3 {
  font-size: 16px;
}
.compact-card:last-child {
  background: #fdf2e8;
  border-color: #f0d7c0;
}
.compact-card:last-child .small-service-icon {
  background: #f9dfc9;
  color: #8e4e21;
}
.compact-card:last-child .text-link {
  border-color: #efd7c2;
}
.service-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  font-size: 12px;
}
.service-help > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #687570;
}
.service-help .icon {
  width: 18px;
  height: 18px;
}
.service-help > a {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}
/* Local about section */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-visual {
  position: relative;
  padding: 0 28px 38px 0;
  min-width: 0;
}
.about-photo {
  width: 100%;
  height: 505px;
  border-radius: 12px;
  object-position: 42% center;
  filter: saturate(0.7);
}
.about-stamp {
  position: absolute;
  bottom: 4px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: var(--orange);
  border: 7px solid #fff;
  border-radius: 12px;
  padding: 25px 26px 21px;
  width: 210px;
}
.about-stamp > .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.about-stamp > span:not(.stamp-bottom) {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
}
.about-stamp .stamp-bottom {
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 1px;
  margin-top: 18px;
}
.photo-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 8px;
  letter-spacing: 1.8px;
  color: #5f746c;
  writing-mode: initial;
  max-width: 220px;
}
.about-copy h2 {
  font-size: clamp(34px, 3vw, 43px);
}
.about-copy .lead {
  font-size: 16px;
  color: #335146;
  font-weight: 550;
  margin-top: 22px;
  margin-bottom: 16px;
}
.about-copy > p:not(.lead) {
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.about-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 10px;
  margin: 23px 0 27px;
}
.about-checks span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 650;
}
.about-checks .icon {
  width: 15px;
  height: 15px;
  color: #5c7e67;
}
.about-copy .btn {
  font-size: 12px;
}
/* Trust and urgent action */
.why-section {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.why-section:after {
  content: "";
  width: 450px;
  height: 450px;
  border: 1px solid #ffffff07;
  border-radius: 50%;
  position: absolute;
  right: -200px;
  top: -170px;
  box-shadow:
    0 0 0 70px #ffffff03,
    0 0 0 140px #ffffff02;
  pointer-events: none;
}
.why-section .section-top {
  margin-bottom: 45px;
}
.why-intro {
  color: #b3c4c9;
  font-size: 13px;
  line-height: 1.8;
  padding-bottom: 6px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-card {
  border: 1px solid #ffffff21;
  border-radius: 10px;
  background: #ffffff03;
  padding: 25px 23px;
  position: relative;
}
.why-icon {
  display: grid;
  place-items: center;
  color: var(--orange);
  width: 45px;
  height: 45px;
  background: #ffffff07;
  border-radius: 9px;
  margin-bottom: 27px;
}
.why-icon .icon {
  width: 24px;
  height: 24px;
}
.why-number {
  position: absolute;
  top: 31px;
  right: 23px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  color: #7e96a1;
}
.why-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  max-width: 210px;
}
.why-card p {
  font-size: 12px;
  line-height: 1.8;
  color: #b5c6cc;
}
.emergency-banner {
  background: var(--orange);
  padding: 37px 0;
}
.emergency-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.emergency-symbol {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 1px solid #0b233229;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.emergency-symbol .icon {
  width: 29px;
  height: 29px;
}
.emergency-inner .eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 7px;
  color: #5c3d28;
}
.emergency-inner h2 {
  font-size: 26px;
  letter-spacing: -1px;
}
.emergency-inner p {
  font-size: 12px;
  margin-top: 7px;
  color: #5c442f;
}
.emergency-inner > .btn {
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr;
  gap: 90px;
}
.faq-intro > p {
  font-size: 14px;
  max-width: 295px;
  line-height: 1.8;
  margin-top: 23px;
}
.question-card {
  background: var(--cream);
  border-radius: 10px;
  padding: 25px;
  margin-top: 32px;
  max-width: 320px;
  border: 1px solid #e8ebe6;
}
.question-card > .icon {
  color: #5b7d68;
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
}
.question-card h3 {
  font-size: 14px;
  letter-spacing: -0.2px;
}
.question-card p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child {
  border-top: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  gap: 18px;
  align-items: center;
  list-style: none;
  padding: 23px 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-num {
  font-family: "DM Sans", sans-serif;
  align-self: flex-start;
  font-size: 10px;
  color: #5e7067;
  margin-top: 3px;
}
.faq-item summary > span:nth-child(2) {
  flex: 1;
}
.faq-item summary > .icon {
  width: 17px;
  height: 17px;
  color: #476456;
  transition: transform 0.2s var(--ease);
}
.faq-item[open] summary > .icon {
  transform: rotate(45deg);
}
.faq-item[open] summary {
  padding-bottom: 13px;
}
.faq-answer {
  padding: 0 35px 23px;
}
.faq-answer p {
  font-size: 12px;
  line-height: 1.9;
}
/* Service map */
.area-section {
  background: var(--cream);
}
.area-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 80px;
  align-items: center;
}
.area-copy > p {
  font-size: 13px;
  margin: 23px 0;
  line-height: 1.9;
}
.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}
.area-list li {
  font-size: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.area-list .icon {
  width: 14px;
  height: 14px;
  color: #6b8975;
}
.area-copy .area-note {
  font-size: 11px;
  margin-top: 24px;
  margin-bottom: 0;
}
.area-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 650;
  color: var(--ink);
}
.map-panel {
  border: 1px solid #dbe2dc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 40px #17372b07;
}
#map-root {
  height: 385px;
  background: #e9eee5;
  position: relative;
}
.map-loading {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 60%, #cad4c34a, transparent 40%),
    repeating-linear-gradient(
      22deg,
      transparent 0,
      transparent 52px,
      #cbd4c3 54px,
      transparent 56px
    ),
    repeating-linear-gradient(
      114deg,
      transparent 0,
      transparent 97px,
      #ffffffc9 99px,
      transparent 103px
    );
}
.map-loading > span {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--orange);
  margin-bottom: 17px;
}
.map-loading strong {
  font-size: 14px;
}
.map-loading p {
  font-size: 11px;
  margin: 6px 0 17px;
}
.map-loading .text-link {
  font-size: 11px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 5px;
}
.map-address {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 23px;
}
.map-address > .icon {
  color: #65846e;
  width: 23px;
  height: 23px;
}
.map-address strong {
  font-size: 12px;
  display: block;
}
.map-address span {
  display: block;
  color: var(--vx-muted);
  font-size: 10px;
  margin-top: 2px;
}
.map-address > a {
  margin-left: auto;
  border-radius: 7px;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: var(--cream);
}
.map-address > a .icon {
  width: 17px;
  height: 17px;
}
.map-canvas {
  width: 100%;
  height: 385px !important;
}
.map-error {
  padding: 30px;
  text-align: center;
}
/* Service-request form */
.contact-section {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-section:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -320px;
  width: 650px;
  height: 650px;
  border: 1px solid #ffffff08;
  border-radius: 50%;
  box-shadow:
    0 0 0 50px #ffffff02,
    0 0 0 100px #ffffff02;
  pointer-events: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  position: relative;
  align-items: start;
}
.contact-copy {
  padding-top: 15px;
}
.contact-copy h2 {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -1.8px;
}
.contact-copy > p {
  font-size: 14px;
  line-height: 1.9;
  color: #bdcdd1;
  margin: 23px 0 35px;
  max-width: 350px;
}
.contact-phone {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 29px;
}
.contact-phone > .icon {
  width: 43px;
  height: 43px;
  border: 1px solid #ffffff2a;
  padding: 10px;
  border-radius: 9px;
  color: var(--orange);
}
.contact-phone span {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #bccbd1;
  display: block;
  margin-bottom: 5px;
}
.contact-phone strong {
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -0.6px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-top: 24px;
}
.contact-detail > .icon {
  width: 22px;
  height: 22px;
  color: #c49b78;
  margin-left: 10px;
  margin-right: 11px;
}
.contact-detail strong {
  font-size: 12px;
  display: block;
  font-weight: 550;
  margin-bottom: 6px;
}
.contact-detail address,
.contact-detail div > span {
  font-style: normal;
  font-size: 11px;
  color: #b4c7cd;
  line-height: 1.9;
  display: block;
}
.urgent-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  margin-top: 33px;
  border-top: 1px solid #ffffff20;
  font-size: 10px;
  color: #c7d2d6;
  max-width: 385px;
}
.contact-form-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  color: var(--ink);
  box-shadow: 0 20px 40px #0000001a;
}
.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 10px;
}
.form-heading h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.form-heading > span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #5e7067;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
form > label,
.form-row > label {
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-bottom: 17px;
}
label > span:not(.consent-label span) {
  color: #976348;
}
input:not([type="checkbox"]),
textarea {
  display: block;
  width: 100%;
  border: 1px solid #e1e5e3;
  border-radius: 6px;
  padding: 11px 13px;
  margin-top: 7px;
  background: #fafbf9;
  color: var(--ink);
  font-size: 12px;
  transition: border-color 0.2s var(--ease);
}
input:not([type="checkbox"]) {
  height: 44px;
}
input::placeholder,
textarea::placeholder {
  color: #8a948f;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #719782;
  box-shadow: 0 0 0 3px #71978215;
}
textarea {
  resize: vertical;
  min-height: 102px;
  max-height: 300px;
}
form > .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 4px;
  margin-bottom: 20px;
  color: #69736e;
}
.consent-label input {
  flex-shrink: 0;
  appearance: auto;
  width: 15px;
  height: 15px;
  margin: 3px 0 0;
  accent-color: var(--navy);
  cursor: pointer;
}
.consent-label > span {
  color: #69736e !important;
}
.form-submit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  font-size: 12px;
}
.form-footnote {
  font-size: 9px;
  text-align: center;
  color: #5e7067;
  margin-top: 12px;
  line-height: 1.7;
}
.form-status:empty {
  display: none;
}
.form-status {
  margin-top: 15px;
  border-radius: 7px;
  padding: 13px;
  font-size: 12px;
  line-height: 1.7;
  background: #edf5ee;
  color: #2e5d3e;
}
.form-status.error {
  background: #fff0ea;
  color: #8c341c;
}
.honeypot {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Footer */
.site-footer {
  padding: 37px 0 25px;
  background: #fff;
}
.footer-main {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 27px;
}
.footer-brand {
  width: 200px;
  flex-shrink: 0;
}
.footer-brand img {
  width: 200px;
  height: 74px;
  object-fit: contain;
}
.footer-main > p {
  font-size: 12px;
  color: #5e7067;
  line-height: 1.7;
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.footer-main > a:not(.footer-brand) {
  font-weight: 650;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-main > a:nth-last-child(2) {
  margin-left: auto;
}
.footer-main .icon {
  width: 17px;
  height: 17px;
}
.footer-main .back-top {
  font-size: 10px !important;
  font-weight: 500 !important;
}
.back-top .icon {
  transform: rotate(-90deg);
}
.footer-rule {
  height: 1px;
  background: var(--line);
}
.disclaimer {
  font-size: 9px;
  line-height: 1.9;
  margin: 22px 0 25px;
  color: #5e7067;
}
.footer-bottom {
  font-size: 9px;
  color: #5e7067;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-dot {
  margin: 0 10px;
}
.mobile-call {
  display: none;
}
@media (min-width: 1500px) {
  .wrap {
    width: min(1320px, calc(100% - 140px));
  }
  .hero-inner {
    min-height: 615px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .nav-link {
    font-size: 12px;
  }
  .nav-call {
    font-size: 12px;
  }
  .service-photo {
    height: 180px;
  }
}
@media (max-width: 1190px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav-wrap {
    gap: 16px;
  }
  .brand,
  .brand-logo {
    width: 185px;
  }
  .nav-wrap nav {
    gap: 16px;
  }
  .nav-link {
    font-size: 10px;
  }
  .nav-call {
    padding: 12px 10px;
    font-size: 10px;
  }
  .nav-call .icon {
    width: 13px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .comfort-note {
    right: 0;
    padding: 14px;
    max-width: 285px;
  }
  .comfort-note strong {
    font-size: 11px;
  }
  .comfort-note div > span {
    font-size: 9px;
  }
  .trust-row > span:not(:last-child):after {
    left: 12px;
  }
  .trust-row > span {
    font-size: 11px;
  }
  .section {
    padding: 80px 0;
  }
  .about-grid {
    gap: 50px;
  }
  .contact-grid {
    gap: 60px;
  }
  .faq-grid {
    gap: 55px;
  }
  .area-grid {
    gap: 50px;
  }
  .services-grid {
    gap: 15px;
  }
  .service-copy {
    padding-left: 17px;
    padding-right: 17px;
  }
  .service-copy h3 {
    font-size: 15px;
  }
  .service-copy p {
    font-size: 11px;
  }
  .compact-card {
    padding: 19px;
  }
  .compact-card .service-copy h3 {
    font-size: 14px;
  }
  .why-grid {
    gap: 14px;
  }
  .why-card {
    padding: 22px 17px;
  }
  .why-card h3 {
    font-size: 14px;
  }
  .why-card p {
    font-size: 11px;
  }
  .contact-copy h2 {
    font-size: 38px;
  }
  .contact-form-card {
    padding: 27px;
  }
  .footer-main {
    gap: 25px;
  }
  .footer-main > p {
    padding-left: 22px;
  }
}
@media (max-width: 980px) {
  :root {
    --header: 108px;
  }
  .utility-inner {
    height: 30px;
    font-size: 9px;
  }
  .nav-wrap {
    height: 78px;
  }
  .brand,
  .brand-logo {
    width: 195px;
  }
  .brand-logo {
    height: 70px;
  }
  .nav-wrap nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 108px;
    background: #fff;
    box-shadow: 0 20px 30px #0b233220;
    padding: 12px 32px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .nav-link {
    font-size: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-link:after {
    bottom: 0;
    max-width: 40px;
  }
  .nav-call {
    margin-left: auto;
    padding: 12px 16px;
    font-size: 11px;
  }
  .menu-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: transparent;
    padding: 8px;
  }
  .menu-toggle > span {
    height: 2px;
    background: var(--navy);
    width: 23px;
    transition: transform 0.2s var(--ease);
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero-inner {
    min-height: 570px;
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-visual {
    left: 30%;
  }
  .hero-visual:after {
    background:
      linear-gradient(90deg, var(--navy), #0b2332b3 45%, #0b23322e),
      linear-gradient(0deg, var(--navy), transparent 70%);
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 390px;
  }
  .comfort-note {
    display: none;
  }
  .trust-row {
    gap: 10px;
  }
  .trust-row > span {
    font-size: 9px;
    gap: 6px;
  }
  .trust-row .icon {
    width: 17px;
    height: 17px;
  }
  .trust-row > span:not(:last-child):after {
    display: none;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .service-photo {
    height: 210px;
  }
  .service-copy h3 {
    font-size: 20px;
  }
  .service-copy p {
    font-size: 13px;
    min-height: 45px;
  }
  .service-copy {
    padding: 32px 24px 24px;
  }
  .service-copy .text-link {
    font-size: 12px;
  }
  .compact-card {
    padding: 24px;
  }
  .compact-card .service-copy h3 {
    font-size: 18px;
  }
  .section-top {
    gap: 40px;
  }
  .section-intro {
    width: 285px;
  }
  .about-grid {
    gap: 40px;
  }
  .about-photo {
    height: 480px;
  }
  .about-visual {
    padding-right: 15px;
  }
  .about-stamp {
    width: 185px;
    padding: 19px;
  }
  .about-stamp > span:not(.stamp-bottom) {
    font-size: 23px;
  }
  .photo-caption {
    font-size: 7px;
    max-width: 145px;
  }
  .about-checks {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .why-card {
    padding: 27px;
  }
  .why-card h3 {
    font-size: 18px;
  }
  .why-card p {
    font-size: 13px;
  }
  .why-intro {
    max-width: 280px;
  }
  .emergency-symbol {
    display: none;
  }
  .emergency-inner h2 {
    font-size: 22px;
  }
  .emergency-inner .btn {
    font-size: 11px;
    min-height: 48px;
    padding: 13px 17px;
  }
  .faq-grid {
    gap: 40px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .faq-item summary {
    font-size: 12px;
    gap: 12px;
  }
  .faq-answer {
    padding-left: 26px;
    padding-right: 15px;
  }
  .area-grid {
    gap: 35px;
    grid-template-columns: 1fr 1.2fr;
  }
  .area-list {
    gap: 10px;
  }
  .area-list li {
    font-size: 10px;
  }
  .map-address {
    padding: 17px;
  }
  .map-address strong {
    font-size: 10px;
  }
  .map-address span {
    font-size: 8px;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 33px;
  }
  .contact-form-card {
    padding: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-heading > span {
    display: none;
  }
  .contact-copy > p {
    font-size: 13px;
  }
  .contact-phone strong {
    font-size: 23px;
  }
  .footer-main > p {
    display: none;
  }
  .footer-main .back-top {
    margin-left: auto;
  }
  .footer-main > a:nth-last-child(2) {
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  :root {
    --header: 99px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding: 62px 0;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.6px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
  .utility-inner {
    height: 27px;
    justify-content: center;
    font-size: 9px;
  }
  .utility-inner > span {
    display: none;
  }
  .utility-arrow {
    display: none;
  }
  .nav-wrap {
    height: 72px;
    gap: 9px;
  }
  .brand,
  .brand-logo {
    width: 173px;
  }
  .brand-logo {
    height: 64px;
  }
  .nav-call {
    width: 35px;
    height: 35px;
    justify-content: center;
    padding: 0;
    margin-left: auto;
    border-radius: 6px;
  }
  .nav-call > span {
    display: none;
  }
  .nav-call .icon {
    width: 16px;
    height: 16px;
  }
  .menu-toggle {
    width: 33px;
    padding: 5px;
  }
  .nav-wrap nav {
    top: 99px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-inner {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 155px;
    align-items: flex-start;
  }
  .hero h1 {
    font-size: clamp(37px, 8.8vw, 59px);
    line-height: 1.16;
    letter-spacing: -1.8px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
  }
  .hero-visual {
    left: 0;
    top: 135px;
  }
  .hero-photo {
    object-position: 66% bottom;
    filter: brightness(0.55) saturate(0.7);
  }
  .hero-visual:after {
    background:
      linear-gradient(
        180deg,
        var(--navy) 0%,
        #0b2332bd 17%,
        #0b233250 80%,
        var(--navy) 100%
      ),
      linear-gradient(90deg, #0b2332b3, #0b23320d);
  }
  .hero-copy > p {
    font-size: 13px;
    line-height: 1.85;
    max-width: 325px;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 9px;
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .hero-actions .btn {
    font-size: 11px;
    padding: 13px 15px;
    min-height: 47px;
    gap: 8px;
  }
  .hero-actions .icon {
    width: 15px;
    height: 15px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 19px;
    gap: 6px;
  }
  .hero-note .icon {
    width: 12px;
    height: 12px;
  }
  .hero-bottom {
    background: #0b2332;
    border-top: 1px solid #ffffff20;
  }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    padding-top: 21px;
    padding-bottom: 21px;
    min-height: 102px;
  }
  .trust-row > span {
    font-size: 10px;
    gap: 8px;
  }
  .section-top {
    display: block;
    margin-bottom: 29px;
  }
  .section-intro {
    width: auto;
    max-width: 370px;
    margin-top: 23px;
  }
  .section-intro p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .section-intro .text-link {
    font-size: 12px;
  }
  .services-grid {
    gap: 14px;
  }
  .service-photo {
    height: 145px;
  }
  .service-copy {
    padding: 29px 15px 18px;
  }
  .service-copy h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    min-height: 24px;
  }
  .service-copy p {
    font-size: 11px;
    line-height: 1.8;
    min-height: 80px;
  }
  .service-copy .text-link {
    font-size: 10px;
    gap: 5px;
    margin-top: 14px;
    padding-top: 12px;
  }
  .service-copy .text-link .icon {
    width: 15px;
    height: 15px;
  }
  .service-icon {
    left: 15px;
    width: 37px;
    height: 37px;
    bottom: -18px;
  }
  .service-icon .icon {
    width: 20px;
    height: 20px;
  }
  .compact-card {
    padding: 18px 15px;
  }
  .compact-card .service-copy h3 {
    font-size: 15px;
    min-height: 44px;
  }
  .compact-card .service-copy p {
    min-height: 80px;
  }
  .small-service-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 16px;
  }
  .small-service-icon .icon {
    width: 20px;
    height: 20px;
  }
  .service-help {
    flex-direction: column;
    gap: 11px;
    font-size: 11px;
    text-align: center;
    margin-top: 24px;
  }
  .service-help > span {
    align-items: flex-start;
    gap: 8px;
    max-width: 320px;
  }
  .service-help > span .icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-visual {
    padding: 0 22px 36px 0;
  }
  .about-photo {
    height: 390px;
    object-position: 50% 35%;
  }
  .about-stamp {
    width: 181px;
    padding: 17px 20px;
  }
  .about-stamp > .icon {
    margin-bottom: 10px;
    width: 26px;
  }
  .about-stamp > span:not(.stamp-bottom) {
    font-size: 23px;
  }
  .about-stamp .stamp-bottom {
    font-size: 7px;
    margin-top: 14px;
  }
  .photo-caption {
    font-size: 7px;
    max-width: 145px;
    line-height: 1.8;
  }
  .about-copy h2 {
    font-size: 35px;
  }
  .about-copy .lead {
    font-size: 15px;
  }
  .about-copy > p:not(.lead) {
    font-size: 13px;
  }
  .about-checks {
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
  }
  .about-checks span {
    font-size: 10px;
  }
  .about-copy .btn {
    font-size: 11px;
  }
  .why-section .section-top {
    margin-bottom: 28px;
  }
  .why-intro {
    font-size: 12px;
    margin-top: 24px;
    max-width: none;
  }
  .why-grid {
    gap: 14px;
  }
  .why-card {
    padding: 21px 17px;
  }
  .why-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
  }
  .why-icon .icon {
    width: 21px;
    height: 21px;
  }
  .why-number {
    font-size: 10px;
    top: 29px;
    right: 17px;
  }
  .why-card h3 {
    font-size: 15px;
    letter-spacing: -0.3px;
    min-height: 42px;
  }
  .why-card p {
    font-size: 11px;
  }
  .emergency-banner {
    padding: 30px 0;
  }
  .emergency-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .emergency-inner > .btn {
    margin-left: 0;
  }
  .emergency-inner h2 {
    font-size: 24px;
    line-height: 1.35;
    max-width: 300px;
  }
  .emergency-inner p {
    font-size: 11px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .faq-intro > p {
    font-size: 13px;
    max-width: none;
    margin-top: 20px;
  }
  .question-card {
    display: none;
  }
  .faq-item summary {
    font-size: 12px;
    padding: 20px 0;
    gap: 12px;
  }
  .faq-answer {
    padding-left: 26px;
    padding-right: 20px;
  }
  .faq-answer p {
    font-size: 12px;
  }
  .area-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .area-copy > p {
    font-size: 13px;
    max-width: 440px;
    margin-top: 21px;
  }
  .area-list {
    gap: 13px 22px;
  }
  .area-list li {
    font-size: 12px;
  }
  .area-copy .area-note {
    font-size: 11px;
  }
  #map-root,
  .map-canvas {
    height: 320px !important;
  }
  .map-address strong {
    font-size: 11px;
  }
  .map-address span {
    font-size: 9px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: 37px;
    letter-spacing: -1.7px;
  }
  .contact-copy > p {
    font-size: 13px;
    max-width: 380px;
  }
  .contact-phone strong {
    font-size: 27px;
  }
  .urgent-note {
    margin-top: 27px;
    padding-top: 23px;
    max-width: none;
    font-size: 10px;
  }
  .contact-form-card {
    padding: 25px 22px;
  }
  .form-heading h3 {
    font-size: 23px;
  }
  .form-heading > span {
    display: block;
    font-size: 6px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  form > label,
  .form-row > label {
    font-size: 11px;
  }
  input:not([type="checkbox"]),
  textarea {
    font-size: 16px;
    padding: 11px;
  }
  input:not([type="checkbox"]) {
    height: 45px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 12px;
  }
  form > .consent-label {
    font-size: 9px;
    line-height: 1.8;
    gap: 10px;
  }
  .form-footnote {
    font-size: 9px;
  }
  .site-footer {
    padding: 26px 0 94px;
  }
  .footer-main {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    padding-bottom: 21px;
  }
  .footer-brand,
  .footer-brand img {
    width: 180px;
  }
  .footer-brand img {
    height: 67px;
  }
  .footer-main > a:nth-last-child(2) {
    margin-left: 0;
    font-size: 12px;
  }
  .footer-main .back-top {
    grid-column: 2;
    grid-row: 1;
    font-size: 9px !important;
  }
  .footer-main > a:nth-last-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-bottom {
    display: block;
    font-size: 8px;
    line-height: 1.9;
  }
  .footer-bottom > span {
    display: block;
  }
  .disclaimer {
    font-size: 9px;
    line-height: 1.9;
  }
  .mobile-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    z-index: 101;
    bottom: 14px;
    left: 20px;
    right: 20px;
    background: var(--orange);
    box-shadow: 0 6px 28px #0b233233;
    min-height: 51px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 750;
    padding: 12px;
  }
  .mobile-call .icon {
    width: 17px;
    height: 17px;
  }
  .mobile-call > span {
    font-size: 9px;
    font-weight: 500;
    margin-left: 6px;
    padding-left: 14px;
    border-left: 1px solid #0b233235;
  }
  .mobile-call {
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding: 12px;
  }
  .services-grid {
    gap: 10px;
  }
  .service-copy {
    padding-left: 12px;
    padding-right: 12px;
  }
  .service-copy h3 {
    font-size: 14px;
  }
  .service-copy p {
    min-height: 95px;
  }
  .compact-card {
    padding-left: 12px;
    padding-right: 12px;
  }
  .compact-card .service-copy h3 {
    font-size: 14px;
  }
  .compact-card .service-copy p {
    min-height: 95px;
  }
  .why-card {
    padding: 18px 14px;
  }
  .why-card h3 {
    font-size: 14px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-heading > span {
    display: none;
  }
  .about-checks {
    grid-template-columns: 1fr;
  }
  .contact-copy h2 {
    font-size: 33px;
  }
  .about-stamp {
    width: 166px;
  }
  .about-stamp > span:not(.stamp-bottom) {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .service-card:hover,
  .service-card:hover .service-photo img {
    transform: none;
  }
}
@media print {
  .site-header,
  .mobile-call,
  .hero-actions,
  .contact-form-card,
  .map-panel,
  .back-top {
    display: none;
  }
  .section {
    padding: 25px 0;
  }
  .hero {
    color: #000;
    background: #fff;
  }
  .hero h1 span {
    color: #333;
  }
  .hero-visual,
  .hero-pattern {
    display: none;
  }
  .hero-inner {
    min-height: 0;
    padding: 20px 0;
  }
  .wrap {
    width: 100%;
  }
  .why-section,
  .contact-section {
    background: #fff;
    color: #000;
  }
  .why-card p,
  .contact-copy p {
    color: #333;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section {
    break-inside: avoid;
  }
  .disclaimer {
    font-size: 9px;
  }
  .site-footer {
    padding-bottom: 0;
  }
}

/* Credential-free map and location controls. */
.google-map-frame {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.65);
}
.map-pin-caption {
  font-size: 10px;
  color: #5e7067;
  margin: 15px 20px 9px;
}
.map-locations {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0 20px 17px;
  border-bottom: 1px solid #e3e7e5;
}
.map-locations button {
  border: 1px solid #dfe5df;
  border-radius: 5px;
  background: #f7f8f5;
  color: #40564b;
  font-size: 10px;
  font-weight: 550;
  padding: 6px 9px;
  min-height: 30px;
}
.map-locations button:hover {
  background: #e9efea;
}
.map-locations button[aria-pressed="true"] {
  background: #0b2332;
  color: #fff;
  border-color: #0b2332;
}
@media (max-width: 700px) {
  .map-locations {
    padding-left: 16px;
    padding-right: 16px;
  }
  .map-pin-caption {
    margin-left: 16px;
    margin-right: 16px;
  }
  .map-locations button {
    font-size: 10px;
    min-height: 33px;
  }
}

/* User-supplied photo refresh: ten unique photo placements, no repeated imagery. */
.about-photo {
  object-position: center 30%;
}
.service-card.is-emergency {
  background: #fdf2e8;
  border-color: #f0d7c0;
}
.service-card.is-emergency .service-icon {
  background: #f9dfc9;
  color: #8e4e21;
}
.service-card.is-emergency .text-link {
  border-color: #efd7c2;
}
.footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
}
.footer-wordmark strong {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 2px;
  font-weight: 800;
  color: #183c55;
}
.footer-wordmark > span {
  font-size: 8px;
  letter-spacing: 2.3px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 6px;
  color: #475c6a;
}
@media (max-width: 700px) {
  .footer-wordmark {
    min-height: 67px;
  }
  .footer-wordmark strong {
    font-size: 27px;
  }
  .footer-wordmark > span {
    font-size: 7px;
  }
}
