:root {
  --charcoal: #4c5557;
  --charcoal-dark: #333a3c;
  --headline: #4f5658;
  --body: #34383a;
  --muted: #777d7f;
  --rule: #d8d9d6;
  --soft: #f2f3f2;
  --paper: #ffffff;
  --bronze: #75591f;
  --gold: #d5ae5f;
  --max: 980px;
  font-family: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "Graystroke";
  src:
    url("https://static.wixstatic.com/ufonts/40d3f7_c56fde991530458db52391690fae8b99/woff2/file.woff2") format("woff2"),
    url("https://static.wixstatic.com/ufonts/40d3f7_c56fde991530458db52391690fae8b99/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/40d3f7_c56fde991530458db52391690fae8b99/ttf/file.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--paper);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.top-strip {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px 18px;
  color: #e7e1d3;
  background: var(--bronze);
  font-size: clamp(0.92rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.top-strip a,
.site-footer a {
  text-decoration: none;
}

.top-strip a:hover,
.site-footer a:hover {
  color: #ffffff;
}

.nav-row {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 5vw, 78px);
  background: var(--charcoal);
}

.brand,
.site-nav a,
.book-pill,
.text-link {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f4f4f1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand img {
  width: 48px;
  height: 48px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 58px);
  color: #dbdddb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--gold);
}

.book-pill {
  justify-self: end;
  min-width: 106px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  color: var(--gold);
  background: #efefeb;
  border: 2px solid #efdfc2;
  border-radius: 20px 0 0 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.home-main {
  position: relative;
  isolation: isolate;
  background: var(--paper);
}

.hero-scroll {
  --hero-height: 645px;
  --hero-drift: 340px;
  position: relative;
  z-index: 0;
  min-height: calc(var(--hero-height) + var(--hero-drift));
  margin-bottom: calc(var(--hero-drift) * -1);
  overflow: clip;
  background: #e8eaea;
}

.hero-background {
  position: sticky;
  top: 110px;
  z-index: 0;
  min-height: var(--hero-height);
  background:
    linear-gradient(rgba(238, 239, 238, 0.28), rgba(238, 239, 238, 0.32)),
    url("https://static.wixstatic.com/media/ea71bb_27587be15bf449e3933a012334862e16~mv2_d_3973_2235_s_2.jpg/v1/fill/w_1600,h_900,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ea71bb_27587be15bf449e3933a012334862e16~mv2_d_3973_2235_s_2.jpg") center / cover no-repeat;
  will-change: transform;
}

.hero {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  min-height: var(--hero-height);
  display: grid;
  place-items: center;
  padding: 72px 24px 54px;
  pointer-events: none;
}

.hero-copy {
  width: min(94vw, 780px);
  align-self: start;
  margin-top: 8px;
  text-align: center;
  color: var(--headline);
  transform: translateY(calc(-22px + var(--hero-copy-drop, 0px)));
  will-change: transform;
}

.hero-copy h1 {
  margin: 0 0 -8px;
  padding-top: 0.1em;
  color: var(--headline);
  font-family: "Graystroke", Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: clamp(4.35rem, 11.4vw, 7.6rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  transform: none;
}

.hero-copy p {
  margin: 10px 0 6px;
  color: var(--headline);
  font-size: clamp(1.15rem, 2.8vw, 1.72rem);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.dealer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 8px 0 6px;
}

.dealer-logos img:first-child {
  width: 72px;
}

.dealer-logos img:last-child {
  width: 178px;
}

.hero-copy strong,
.hero-copy small {
  display: block;
  color: var(--headline);
  font-weight: 700;
}

.hero-copy small {
  margin-top: 6px;
  font-size: 0.78rem;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 74px 24px;
}

.home-main > section:not(.hero-scroll) {
  position: relative;
  z-index: 2;
}

.services-home {
  position: relative;
  z-index: 2;
  background: var(--paper);
}

.services-home::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: var(--paper);
  box-shadow: 0 -28px 42px rgba(52, 58, 60, 0.12);
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  text-align: center;
}

h1,
h2,
h3 {
  color: var(--headline);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.section > h2,
.services-home > h2 {
  margin: 0 0 42px;
  font-size: clamp(2.3rem, 5vw, 3.7rem);
  text-align: center;
}

.icon-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.icon-services article {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.service-icon {
  position: relative;
  width: 70px;
  height: 70px;
  border: 3px solid #a4aaab;
  opacity: 0.9;
}

.service-icon.condenser::before,
.service-icon.fan::before,
.service-icon.toolbox::before,
.service-icon.document::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 3px solid #a4aaab;
}

.service-icon.condenser::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 29px;
  border-top: 3px solid #a4aaab;
  box-shadow: 0 10px 0 #a4aaab, 0 -10px 0 #a4aaab;
}

.service-icon.fan {
  border-radius: 50%;
}

.service-icon.fan::before {
  border-radius: 50%;
}

.service-icon.fan::after {
  content: "";
  position: absolute;
  inset: 25px;
  border-radius: 50%;
  background: #a4aaab;
  box-shadow: 0 -18px 0 -4px #a4aaab, 18px 0 0 -4px #a4aaab, 0 18px 0 -4px #a4aaab, -18px 0 0 -4px #a4aaab;
}

.service-icon.toolbox {
  height: 54px;
  margin-top: 12px;
  border-radius: 4px;
}

.service-icon.toolbox::before {
  inset: -16px 18px auto;
  height: 18px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.service-icon.document {
  border-radius: 2px;
}

.service-icon.document::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 24px;
  border-top: 3px solid #a4aaab;
  box-shadow: 0 11px 0 #a4aaab, 0 22px 0 #a4aaab;
}

.icon-services h3 {
  min-height: 54px;
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.1;
}

.text-link {
  display: table;
  margin: 44px auto 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  border-bottom: 1px solid currentColor;
}

.quote-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 350px;
  background: #d6d1cc;
}

.quote-media {
  background: url("https://static.wixstatic.com/media/11062b_62f0356712544a87b392417662c4658df000.jpg/v1/fill/w_800,h_450,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_62f0356712544a87b392417662c4658df000.jpg") center / cover no-repeat;
  filter: grayscale(0.45);
}

.quote-copy {
  display: grid;
  align-content: center;
  padding: 48px clamp(28px, 6vw, 82px);
  color: #f8f8f6;
  background: #b8b2ad;
}

.quote-copy h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.quote-copy p,
.quote-copy a {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 490px);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

.split h2 {
  margin: 0 0 26px;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
}

.split p,
.about-page p,
.offer-copy li,
.service-list p {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.75;
}

.split p {
  margin: 0 0 18px;
}

.split img,
.equipment img,
.about-page img {
  border: 1px solid var(--rule);
}

.testimonial-band {
  padding: 82px 24px 92px;
  text-align: center;
  background: #f4f5f4;
  border-top: 1px solid var(--rule);
}

.testimonial-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.testimonial-band h2,
.testimonials-page h2 {
  margin: 0 0 38px;
  color: var(--headline);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  text-align: center;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.review-card {
  min-height: 330px;
  display: grid;
  align-content: start;
  padding: 28px 26px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #d7d9d7;
  box-shadow: 0 12px 32px rgba(52, 58, 60, 0.08);
}

.stars {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 0 0 18px;
  color: var(--headline);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.28;
}

.review-card p {
  margin: 0 0 24px;
  color: var(--body);
  font-size: 0.96rem;
  line-height: 1.7;
}

.review-card cite {
  margin-top: auto;
  color: var(--headline);
  font-style: normal;
  font-weight: 700;
}

.review-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lead-capture {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
  margin: 0 auto;
  padding: 76px 24px;
  border-top: 1px solid var(--rule);
}

.lead-copy .section-kicker {
  text-align: left;
}

.lead-copy h2 {
  margin: 0 0 20px;
  color: var(--headline);
  font-size: clamp(2.1rem, 5vw, 3.45rem);
  line-height: 1.08;
}

.lead-copy p:last-child {
  max-width: 420px;
  margin: 0;
  color: var(--body);
  line-height: 1.7;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 30px;
  background: #f4f5f4;
  border: 1px solid var(--rule);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--headline);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form .field-wide,
.lead-form .form-status,
.lead-form button {
  grid-column: 1 / -1;
}

.lead-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--body);
  background: #ffffff;
  border: 1px solid #c7cac8;
  border-radius: 0;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 1.4em;
  margin: -2px 0 0;
  color: var(--body);
  font-size: 0.88rem;
  line-height: 1.5;
}

.form-status.is-success {
  color: #245c36;
}

.form-status.is-error {
  color: #8a2f2a;
}

.lead-form button {
  min-height: 46px;
  color: #ffffff;
  background: var(--charcoal);
  border: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.page-hero {
  min-height: 270px;
  display: grid;
  place-items: center;
  padding: 68px 24px;
  background:
    linear-gradient(rgba(239, 240, 239, 0.76), rgba(239, 240, 239, 0.78)),
    url("https://static.wixstatic.com/media/ea71bb_27587be15bf449e3933a012334862e16~mv2_d_3973_2235_s_2.jpg/v1/fill/w_1600,h_900,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ea71bb_27587be15bf449e3933a012334862e16~mv2_d_3973_2235_s_2.jpg") center 38% / cover no-repeat;
}

.about-hero,
.testimonial-hero {
  background:
    linear-gradient(rgba(239, 240, 239, 0.8), rgba(239, 240, 239, 0.82)),
    url("https://static.wixstatic.com/media/11062b_3eee62c5ec47486c8d8e1d455995559df000.jpg/v1/fill/w_1600,h_900,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_3eee62c5ec47486c8d8e1d455995559df000.jpg") center / cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  color: var(--headline);
  font-size: clamp(3rem, 8vw, 5.2rem);
  text-align: center;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.service-list article {
  min-height: 255px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px 32px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.service-list h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.05;
}

.service-list p {
  margin: 0;
}

.offer-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 410px);
  gap: 58px;
  margin-top: 70px;
}

.offer-copy h2 {
  margin: 0 0 14px;
  font-size: 1.78rem;
}

.offer-copy h2:not(:first-child) {
  margin-top: 34px;
}

.offer-copy ul {
  margin: 0;
  padding-left: 20px;
}

.equipment {
  display: grid;
  gap: 24px;
}

.about-intro,
.about-story,
.team-row {
  display: grid;
  gap: 42px;
  align-items: start;
}

.about-intro {
  grid-template-columns: 1fr minmax(270px, 380px);
}

.about-story {
  grid-template-columns: minmax(150px, 220px) 1fr;
}

.about-page p {
  margin: 0 0 20px;
}

.logo-break {
  display: grid;
  place-items: center;
  margin: 46px 0;
  padding: 30px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.logo-break img {
  width: min(410px, 80vw);
  border: 0;
}

.team-row {
  grid-template-columns: 1fr minmax(250px, 360px);
  margin-top: 54px;
}

.team-row h2 {
  margin: 18px 0 0;
  font-size: 1.55rem;
  line-height: 1.28;
}

.testimonials-page {
  max-width: var(--max);
}

.site-footer {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 54px 24px 38px;
  color: #eef0ef;
  text-align: center;
  background:
    linear-gradient(rgba(29, 35, 37, 0.78), rgba(29, 35, 37, 0.88)),
    url("https://static.wixstatic.com/media/11062b_3eee62c5ec47486c8d8e1d455995559df000.jpg/v1/fill/w_1600,h_900,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_3eee62c5ec47486c8d8e1d455995559df000.jpg") center / 125% auto repeat-x;
  animation: storm-roll 34s linear infinite;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 78% 62%, rgba(255, 255, 255, 0.08), transparent 30%);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer img {
  width: 74px;
}

.site-footer h2 {
  margin: 2px 0 8px;
  color: #ffffff;
  font-size: 1.55rem;
}

.site-footer p {
  margin: 0;
}

.site-footer strong {
  color: var(--gold);
  font-size: 0.82rem;
}

.site-footer small {
  margin-top: 12px;
  color: #d6d8d6;
}

@keyframes storm-roll {
  from {
    background-position: 0 center;
  }

  to {
    background-position: 1600px center;
  }
}

@media (max-width: 900px) {
  .nav-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 14px 18px 18px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .book-pill {
    justify-self: center;
    border-radius: 20px;
  }

  .hero-copy {
    margin-top: 70px;
  }

  .hero-scroll {
    --hero-drift: 250px;
  }

  .hero-background {
    top: 174px;
  }

  .icon-services {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .quote-section,
  .split,
  .lead-capture,
  .offer-layout,
  .about-intro,
  .about-story,
  .team-row {
    grid-template-columns: 1fr;
  }

  .about-story > img {
    width: 220px;
  }
}

@media (max-width: 620px) {
  .top-strip {
    min-height: 42px;
    font-size: 0.82rem;
  }

  .brand {
    font-size: 1.08rem;
  }

  .hero-scroll {
    --hero-height: 570px;
    --hero-drift: 190px;
  }

  .hero-background {
    min-height: var(--hero-height);
    top: 176px;
  }

  .hero {
    min-height: var(--hero-height);
  }

  .hero-copy h1 {
    font-size: 4rem;
  }

  .hero-copy p {
    letter-spacing: 0.06em;
  }

  .dealer-logos {
    flex-direction: column;
    gap: 8px;
  }

  .icon-services,
  .service-list {
    grid-template-columns: 1fr;
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .section {
    padding: 56px 18px;
  }

  .quote-copy {
    padding: 42px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll {
    min-height: auto;
    margin-bottom: 0;
  }

  .hero-background,
  .hero {
    position: relative;
    top: auto;
  }

  .hero {
    inset: auto;
  }
}
