:root {
  --ink: #171616;
  --aqua: #08a6a6;
  --aqua2: #087d7d;
  --coral: #f06449;
  --yellow: #ffd43b;
  --cream: #fff5d9;
  --paper: #fffaf0;
  --blue: #4f6bd8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.topline {
  height: 32px;
  background: var(--ink);
  color: #fff;
  padding: 0 max(22px, calc((100% - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.topline a {
  color: var(--yellow);
  text-decoration: none;
}
header {
  height: 100px;
  padding: 0 max(22px, calc((100% - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cream);
  border-bottom: 8px solid var(--aqua);
  position: sticky;
  top: 0;
  z-index: 20;
}
.logo {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.logo-shape {
  width: 62px;
  height: 62px;
  background: var(--coral);
  border: 4px solid var(--ink);
  display: grid;
  place-items: center;
  font:
    900 22px Arial,
    sans-serif;
  box-shadow: 6px 6px 0 var(--yellow);
  transform: rotate(-3deg);
}
.logo strong {
  font:
    900 20px/1 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
}
.logo small {
  display: block;
  color: var(--aqua2);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
}
nav {
  display: flex;
  gap: 23px;
  align-items: center;
}
nav a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}
.header-call {
  background: var(--coral);
  border: 3px solid var(--ink);
  padding: 11px 17px;
  box-shadow: 4px 4px 0 var(--yellow);
}
.hero {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    #fff5d9fa 0,
    #fff5d9e9 36%,
    #fff5d945 61%,
    transparent
  );
}
.hero-panel {
  position: relative;
  z-index: 2;
  width: min(600px, 45%);
  margin-right: max(30px, calc((100% - 1200px) / 2));
  padding: 35px 0;
}
.signal,
.mini {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 900;
  color: var(--aqua2);
  margin: 0;
}
.signal:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 10px;
  background: var(--yellow);
  margin-right: 8px;
}
.hero h1 {
  font:
    900 clamp(43px, 5.7vw, 76px) / 0.9 "Arial Black",
    Impact,
    sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 16px 0 22px;
}
.hero-panel > p:not(.signal) {
  font-size: 18px;
}
.big-call {
  display: inline-flex;
  flex-direction: column;
  background: var(--aqua);
  color: #fff;
  border: 4px solid var(--ink);
  padding: 14px 22px;
  text-decoration: none;
  box-shadow: 8px 8px 0 var(--coral);
  margin-top: 12px;
}
.big-call small {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}
.big-call strong {
  font:
    900 26px "Arial Black",
    Impact,
    sans-serif;
}
.chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.chips span {
  background: #fff;
  border: 2px solid var(--ink);
  padding: 6px 9px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}
.burst {
  position: absolute;
  z-index: 3;
  left: 4%;
  top: 9%;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--yellow);
  border: 4px solid var(--ink);
  font:
    900 15px/1.05 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  clip-path: polygon(
    50% 0,
    61% 19%,
    80% 5%,
    80% 27%,
    100% 24%,
    88% 43%,
    100% 56%,
    79% 57%,
    81% 79%,
    61% 69%,
    50% 100%,
    39% 70%,
    19% 83%,
    21% 59%,
    0 55%,
    13% 41%,
    0 25%,
    22% 27%,
    20% 5%,
    39% 20%
  );
  transform: rotate(-8deg);
}
.ticker {
  display: flex;
  justify-content: center;
  gap: 0;
  background: var(--aqua);
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  overflow: hidden;
}
.ticker span {
  padding: 13px 28px;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  border-right: 2px solid #ffffff88;
  white-space: nowrap;
}
.service-zone {
  padding: 90px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 55px;
  background-image: linear-gradient(90deg, transparent 49%, #08a6a610 50%);
}
.intro {
  position: sticky;
  top: 150px;
  height: max-content;
}
.service-zone h2,
.diagnostic h2,
.answers h2,
.desert-note h2 {
  font:
    900 clamp(37px, 4.8vw, 60px) / 0.96 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 12px 0 20px;
}
.intro > p:last-child {
  font-size: 17px;
}
.service-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.service {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 170px;
  padding: 25px;
  border: 4px solid var(--ink);
  text-decoration: none;
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform 0.15s;
}
.service:hover {
  transform: translate(-3px, -3px);
}
.service > span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.service h3 {
  font:
    900 26px/1.05 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  margin: 4px 0;
}
.service p {
  margin: 7px 0;
}
.service > b {
  font-size: 42px;
}
.repair {
  background: var(--yellow);
}
.drain {
  background: var(--aqua);
  color: var(--ink);
}
.heater {
  background: var(--coral);
}
.diagnostic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--cream);
  border-top: 8px solid var(--coral);
  border-bottom: 8px solid var(--aqua);
  padding: 80px max(24px, calc((100% - 1180px) / 2));
  gap: 55px;
  align-items: center;
}
.number-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 3px solid var(--ink);
}
.number-grid article {
  padding: 18px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.number-grid article:nth-child(even) {
  border-right: 0;
}
.number-grid article:nth-child(n + 3) {
  border-bottom: 0;
}
.number-grid b {
  font:
    900 32px "Arial Black",
    Impact,
    sans-serif;
  color: var(--coral);
  float: left;
  margin-right: 12px;
}
.number-grid span {
  font-weight: 900;
  text-transform: uppercase;
}
.number-grid p {
  font-size: 13px;
  margin: 5px 0;
}
.diagnostic figure {
  margin: 0;
  border: 4px solid var(--ink);
  background: #fff;
  padding: 10px;
  box-shadow: 12px 12px 0 var(--yellow);
  transform: rotate(1.5deg);
}
.diagnostic figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.diagnostic figcaption {
  padding: 10px 4px 2px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.desert-note {
  background: var(--blue);
  color: #fff;
  padding: 65px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px;
}
.desert-note > span {
  width: 170px;
  height: 170px;
  background: var(--yellow);
  color: var(--ink);
  border: 4px solid var(--ink);
  display: grid;
  place-items: center;
  text-align: center;
  font:
    900 25px/1 "Arial Black",
    Impact,
    sans-serif;
  transform: rotate(-3deg);
  box-shadow: 9px 9px 0 var(--coral);
}
.desert-note h2 {
  margin-top: 0;
}
.desert-note p {
  font-size: 18px;
  max-width: 760px;
}
.answers {
  padding: 90px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 55px;
}
.answers > div:first-child > a {
  color: var(--aqua2);
  font-weight: 900;
}
.answer-list details {
  border-top: 3px solid var(--ink);
  padding: 19px 4px;
}
.answer-list details:last-child {
  border-bottom: 3px solid var(--ink);
}
summary {
  font:
    900 18px "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.end-call {
  background: var(--yellow);
  border-top: 5px solid var(--ink);
  padding: 65px max(24px, calc((100% - 1180px) / 2));
  text-align: center;
}
.end-call p {
  text-transform: uppercase;
  font-weight: 900;
}
.end-call h2 {
  font:
    900 clamp(44px, 7vw, 88px) / 0.9 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  margin: 8px;
}
.end-call a {
  display: inline-flex;
  flex-direction: column;
  background: var(--coral);
  border: 4px solid var(--ink);
  box-shadow: 8px 8px 0 var(--aqua);
  padding: 14px 28px;
  text-decoration: none;
  margin-top: 22px;
}
.end-call a span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}
.end-call a strong {
  font:
    900 28px "Arial Black",
    Impact,
    sans-serif;
}
footer {
  background: var(--ink);
  color: #fff;
  padding: 45px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer a {
  text-decoration: none;
}
.footer-logo {
  font:
    900 20px "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
}
.mobile-call {
  display: none;
}
.service-hero {
  background: var(--cream);
  padding: 70px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 50px;
  align-items: center;
  border-bottom: 8px solid var(--aqua);
}
.service-hero h1 {
  font:
    900 clamp(44px, 6vw, 72px) / 0.92 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 12px 0 20px;
}
.service-hero > div > p:not(.mini) {
  font-size: 18px;
}
.service-hero figure {
  margin: 0;
  border: 4px solid var(--ink);
  padding: 10px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--coral);
  transform: rotate(1deg);
}
.service-hero figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service-hero figcaption {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 9px 2px 0;
}
.guide {
  padding: 80px max(24px, calc((100% - 1100px) / 2));
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
}
.guide h2 {
  font:
    900 38px/1 "Arial Black",
    Impact,
    sans-serif;
  text-transform: uppercase;
}
.guide-list {
  list-style: none;
  padding: 0;
  border: 4px solid var(--ink);
}
.guide-list li {
  padding: 14px 17px;
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}
.guide-list li:last-child {
  border: 0;
}
.call-box {
  height: max-content;
  background: var(--aqua);
  color: #fff;
  border: 4px solid var(--ink);
  box-shadow: 9px 9px 0 var(--yellow);
  padding: 26px;
}
.call-box h2 {
  margin-top: 5px;
}
.call-box ul {
  padding-left: 20px;
}
.call-box .big-call {
  background: var(--coral);
  color: var(--ink);
  box-shadow: 5px 5px 0 #fff;
}
.related {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 3px solid var(--ink);
  margin-top: 35px;
  padding-top: 20px;
}
.related a {
  font-weight: 900;
  color: var(--aqua2);
}
@media (max-width: 850px) {
  body {
    padding-bottom: 68px;
  }
  .topline {
    display: none;
  }
  header {
    height: 78px;
    padding: 0 14px;
  }
  .logo-shape {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .logo strong {
    font-size: 15px;
  }
  .logo small,
  nav > a:not(.header-call) {
    display: none;
  }
  .header-call {
    padding: 8px 10px;
  }
  .hero {
    min-height: 690px;
    align-items: flex-end;
  }
  .hero > img {
    object-position: 32% center;
  }
  .hero:after {
    background: linear-gradient(
      0deg,
      #fff5d9fc 0,
      #fff5d9e8 53%,
      #fff5d920 85%
    );
  }
  .hero-panel {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 210px 0 38px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero-panel > p:not(.signal) {
    font-size: 16px;
  }
  .burst {
    width: 82px;
    height: 82px;
    top: 17px;
    left: auto;
    right: 13px;
    font-size: 11px;
  }
  .ticker {
    justify-content: flex-start;
    overflow: auto;
  }
  .service-zone,
  .diagnostic,
  .answers,
  .service-hero,
  .guide {
    grid-template-columns: 1fr;
    padding: 65px 18px;
  }
  .intro {
    position: static;
  }
  .service {
    grid-template-columns: 1fr auto;
    padding: 20px;
  }
  .service > span {
    grid-column: 1/-1;
  }
  .service h3 {
    font-size: 22px;
  }
  .diagnostic {
    gap: 38px;
  }
  .number-grid {
    grid-template-columns: 1fr;
  }
  .number-grid article,
  .number-grid article:nth-child(even) {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
  .number-grid article:last-child {
    border-bottom: 0;
  }
  .desert-note {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }
  .desert-note > span {
    width: 130px;
    height: 130px;
  }
  .end-call {
    padding: 60px 20px;
  }
  .end-call a strong {
    font-size: 23px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  .service-hero h1 {
    font-size: 43px;
  }
  .mobile-call {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: var(--yellow);
    border-top: 4px solid var(--ink);
    padding: 7px 12px;
  }
  .mobile-call a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
  .mobile-call span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .mobile-call strong {
    font:
      900 20px "Arial Black",
      Impact,
      sans-serif;
  }
}
