/*
 * Aurora Furnace Cleaning — approved site cascade.
 *
 * Sections, in order:
 *   1. Self-hosted fonts (Montserrat, Open Sans, Material Symbols Outlined).
 *   2. The approved site's compiled stylesheet, captured from the preview
 *      (reference/live-compiled.css), including the Leaflet map styles.
 *   3. Ported inline styles (the pipeline strips style="" attributes).
 *   4. The WordPress / Elementor transport layer.
 */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* /app/globals.css */
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
:root {
  --night: #050706;
  --graphite: #0d1210;
  --equipment: #161d1a;
  --snow: #f4f7f4;
  --steel: #9aa8a1;
  --rule: #2b3732;
  --green: #37ca8c;
  --teal: #159f8e;
  --violet: #7552b8;
  --max: 1280px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--night);
}
body {
  margin: 0;
  background: var(--night);
  color: var(--snow);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}
.shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  background: var(--green);
  color: var(--night);
  padding: 12px 18px;
  font-weight: 800;
}
.skip-link:focus {
  top: 16px;
}
.announcement {
  min-height: 34px;
  padding: 7px 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  background: var(--green);
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 11px/1.2 Montserrat, sans-serif;
}
.announcement i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--night);
}
.site-header {
  height: 98px;
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 0 max(24px, calc((100vw - var(--max))/2));
  background: rgba(5,7,6,.96);
  border-bottom: 1px solid var(--rule);
}
.brand {
  display: inline-flex;
  width: 185px;
  align-items: center;
}
.brand img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  object-position: left center;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
}
.desktop-nav a {
  position: relative;
  color: #cbd3cf;
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 11px/1 Montserrat, sans-serif;
  padding-block: 42px;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--green);
  left: 0;
  right: 100%;
  bottom: 29px;
  transition: right .2s ease;
}
.desktop-nav a:hover, .desktop-nav a.active {
  color: white;
}
.desktop-nav a:hover::after, .desktop-nav a.active::after {
  right: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-phone {
  white-space: nowrap;
  font: 800 14px Montserrat, sans-serif;
}
.header-phone small {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-right: 4px;
}
.button {
  min-height: 52px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 900 12px/1 Montserrat, sans-serif;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--green);
  color: var(--night);
}
.button.primary:hover, .button.light:hover {
  background: white;
}
.button.secondary {
  border-color: #67736d;
  color: white;
  background: transparent;
}
.button.secondary:hover {
  border-color: var(--green);
  color: var(--green);
}
.button.light {
  background: white;
  color: var(--night);
}
.button.compact {
  min-height: 45px;
  padding: 13px 18px;
  font-size: 10px;
}
.menu-toggle, .mobile-nav, .mobile-actions {
  display: none;
}
h1, h2, h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}
h1 {
  font-size: clamp(56px, 7.1vw, 112px);
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(43px, 5.2vw, 76px);
  font-weight: 900;
  text-transform: uppercase;
}
h3 {
  font-size: 25px;
  font-weight: 800;
}
h1 em, h2 em {
  color: var(--green);
  font-style: normal;
}
p {
  color: #bac4bf;
}
.eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .18em;
  font: 900 11px/1 Montserrat, sans-serif;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--green);
}
.section {
  padding-block: clamp(88px, 10vw, 150px);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr);
  gap: 80px;
  align-items: end;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule);
}
.section-heading p {
  font-size: 18px;
  margin: 0 0 5px;
}
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.text-link {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 12px Montserrat, sans-serif;
}
.home-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 75% 14%, rgba(21,159,142,.17), transparent 31%), var(--graphite);
  border-bottom: 1px solid var(--rule);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
}
.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  position: relative;
}
.hero-copy {
  padding: 86px 70px 82px 0;
  align-self: center;
}
.hero-copy > p {
  max-width: 650px;
  margin: 28px 0;
  font-size: 19px;
}
.offer-card {
  max-width: 650px;
  display: grid;
  grid-template-columns: .72fr 1fr;
  border: 1px solid #627069;
  background: rgba(5,7,6,.65);
}
.offer-card > div {
  padding: 25px 30px;
  border-right: 1px solid #627069;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 10px;
  align-items: center;
}
.offer-card small {
  grid-column: 1/-1;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font: 800 10px Montserrat, sans-serif;
}
.offer-card strong {
  font: 900 68px/.95 Montserrat, sans-serif;
  color: white;
  letter-spacing: -.08em;
}
.offer-card sup {
  font-size: 30px;
}
.offer-card > div span {
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 9px Montserrat, sans-serif;
}
.offer-card ul {
  padding: 22px 26px;
  margin: 0;
  list-style: none;
  display: grid;
  align-content: center;
  gap: 7px;
}
.offer-card li {
  color: #e5ebe8;
  font-size: 13px;
}
.offer-card li::before {
  content: "+";
  color: var(--green);
  margin-right: 9px;
  font-weight: 900;
}
.hero-copy .hero-actions {
  margin-top: 25px;
}
.hero-photo {
  min-height: 680px;
  position: relative;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,18,16,.4), transparent 30%), linear-gradient(0deg, rgba(5,7,6,.7), transparent 35%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.hero-photo > span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  max-width: 260px;
  padding: 12px 15px;
  background: var(--green);
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 900 10px Montserrat, sans-serif;
}
.proof-strip {
  padding: 23px 0;
  background: var(--night);
  border-bottom: 1px solid var(--rule);
}
.proof-strip .shell {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.proof-strip span {
  color: #cad2ce;
  text-transform: uppercase;
  letter-spacing: .11em;
  font: 700 10px Montserrat, sans-serif;
}
.proof-strip span::before {
  content: "•";
  color: var(--green);
  margin-right: 10px;
}
.services-intro {
  background: var(--night);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-card {
  min-height: 390px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.service-card:first-child {
  border-left: 1px solid var(--rule);
}
.service-card > span, .service-row article > span {
  color: var(--green);
  font: 800 11px Montserrat, sans-serif;
  letter-spacing: .12em;
}
.service-card h3 {
  margin-top: 38px;
  font-size: 30px;
}
.service-card p {
  font-size: 14px;
}
.service-card strong {
  margin-top: auto;
  font: 900 42px Montserrat, sans-serif;
  letter-spacing: -.05em;
}
.service-card small {
  color: var(--steel);
  text-transform: uppercase;
  font: 700 9px Montserrat, sans-serif;
  letter-spacing: .11em;
}
.service-card a, .service-row a {
  margin-top: 25px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .11em;
  font: 800 10px Montserrat, sans-serif;
}
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-row article {
  padding: 30px 38px;
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.service-row article:first-child {
  border-left: 1px solid var(--rule);
}
.service-row h3 {
  font-size: 22px;
}
.service-row p {
  margin: 8px 0 0;
  font-size: 13px;
}
.service-row a {
  margin: 0;
}
.dark {
  background: var(--graphite);
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}
.feature-split h2, .ac-offer h2 {
  margin-bottom: 25px;
}
.image-stack {
  position: relative;
  height: 630px;
}
.image-stack::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  width: 34%;
  height: 38%;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
}
.image-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-stack span, .before-photo span, .about-photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 16px;
  background: var(--green);
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 900 9px Montserrat, sans-serif;
}
.big-copy {
  color: white;
  font: 700 22px Montserrat, sans-serif;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 28px;
}
.check-list li {
  border-bottom: 1px solid var(--rule);
  padding-bottom: 11px;
  color: #d9dfdc;
}
.check-list li::before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
  font-weight: 900;
}
.question-section {
  background: #101512;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 0;
  margin-top: 60px;
}
.before-photo {
  height: 590px;
  position: relative;
  overflow: hidden;
}
.before-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.issue-list {
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.issue-list span {
  padding: 25px 30px;
  border-bottom: 1px solid var(--rule);
  color: white;
  text-transform: uppercase;
  font: 800 15px Montserrat, sans-serif;
}
.issue-list span:last-child {
  border-bottom: 0;
}
.issue-list span::before {
  content: "+";
  color: var(--green);
  margin-right: 14px;
}
.ac-offer {
  overflow: hidden;
  background: var(--night);
}
.price-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 34px 0;
  border: 1px solid var(--rule);
}
.price-pair span {
  padding: 20px;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 9px Montserrat, sans-serif;
}
.price-pair span + span {
  border-left: 1px solid var(--rule);
}
.price-pair strong {
  display: block;
  color: white;
  font: 900 43px Montserrat, sans-serif;
  letter-spacing: -.06em;
}
.ac-graphic {
  min-height: 480px;
  position: relative;
  display: grid;
  place-content: center;
  gap: 12px;
  border: 1px solid var(--rule);
  background: radial-gradient(circle, rgba(55,202,140,.22), transparent 15%), repeating-radial-gradient(circle, transparent 0 35px, rgba(55,202,140,.14) 36px 37px), #0c1210;
  transform: rotate(2deg);
}
.ac-graphic span {
  min-width: 230px;
  padding: 17px;
  text-align: center;
  background: var(--equipment);
  border: 1px solid var(--green);
  text-transform: uppercase;
  font: 900 12px Montserrat, sans-serif;
  letter-spacing: .12em;
}
.ac-graphic i {
  color: var(--green);
  font: 900 32px Montserrat, sans-serif;
  text-align: center;
}
.area-teaser {
  background: var(--green);
  color: var(--night);
  text-align: center;
}
.area-teaser .shell {
  max-width: 900px;
}
.area-teaser .eyebrow, .area-teaser h2, .area-teaser p {
  color: var(--night);
}
.area-teaser .eyebrow::before {
  background: var(--night);
}
.area-teaser p {
  font-size: 18px;
}
.area-chips {
  margin: 38px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.area-chips span {
  padding: 10px 15px;
  border: 1px solid rgba(5,7,6,.45);
  text-transform: uppercase;
  font: 800 11px Montserrat, sans-serif;
  letter-spacing: .1em;
}
.area-teaser .secondary {
  color: var(--night);
  border-color: var(--night);
}
.page-hero {
  overflow: hidden;
  background: radial-gradient(circle at 82% 40%, rgba(55,202,140,.14), transparent 23%), var(--graphite);
  border-bottom: 1px solid var(--rule);
}
.page-hero-grid {
  min-height: 590px;
  padding-block: 84px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 80px;
  align-items: center;
}
.page-hero h1 {
  font-size: clamp(53px, 6.7vw, 98px);
}
.page-hero p {
  max-width: 680px;
  font-size: 19px;
}
.page-hero .hero-actions {
  margin-top: 30px;
}
.hero-stamp {
  width: min(330px, 85%);
  aspect-ratio: 1;
  margin: auto;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  transform: rotate(7deg);
}
.hero-stamp span, .hero-stamp small {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .2em;
  font: 900 11px Montserrat, sans-serif;
}
.hero-stamp strong {
  font: 900 49px/.9 Montserrat, sans-serif;
  text-transform: uppercase;
}
.service-catalog {
  padding-top: 0;
}
.service-detail {
  scroll-margin-top: 25px;
  min-height: 540px;
  padding: 75px 0;
  display: grid;
  grid-template-columns: 90px 1.2fr .55fr;
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid var(--rule);
}
.service-index {
  align-self: stretch;
  padding-top: 9px;
  border-right: 1px solid var(--rule);
  color: var(--green);
  font: 800 13px Montserrat, sans-serif;
}
.service-detail h2 {
  font-size: clamp(42px, 5vw, 72px);
}
.service-detail-copy > p {
  max-width: 700px;
  font-size: 17px;
}
.service-price {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--rule);
  background: var(--graphite);
}
.service-price small {
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 9px Montserrat, sans-serif;
}
.service-price strong {
  margin: 16px 0 5px;
  color: var(--green);
  font: 900 clamp(44px, 5vw, 68px)/1 Montserrat, sans-serif;
  letter-spacing: -.07em;
}
.service-price span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 10px Montserrat, sans-serif;
}
.truck-feature {
  background: var(--equipment);
}
.truck-feature img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid var(--rule);
}
.about-photo {
  height: 440px;
  position: relative;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.about-story {
  background: var(--night);
}
.story-copy {
  border-left: 1px solid var(--rule);
  padding-left: 60px;
}
.story-copy p {
  font-size: 18px;
  margin: 0 0 25px;
}
.values {
  background: var(--green);
  color: var(--night);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.value-grid article {
  min-height: 220px;
  padding: 35px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(5,7,6,.28);
}
.value-grid article:first-child {
  border-left: 1px solid rgba(5,7,6,.28);
}
.value-grid strong {
  font: 900 70px/.9 Montserrat, sans-serif;
  letter-spacing: -.08em;
}
.value-grid span {
  max-width: 180px;
  margin-top: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 10px/1.45 Montserrat, sans-serif;
}
.principles {
  background: var(--graphite);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.principle-grid article {
  min-height: 280px;
  padding: 45px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.principle-grid h3 {
  margin-bottom: 23px;
}
.radius-map {
  height: 420px;
  position: relative;
  display: grid;
  place-content: center;
  border-left: 1px solid var(--rule);
}
.map-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(55,202,140,.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ring-one {
  width: 100px;
  height: 100px;
  background: rgba(55,202,140,.08);
}
.ring-two {
  width: 230px;
  height: 230px;
}
.ring-three {
  width: 380px;
  height: 380px;
}
.radius-map strong {
  z-index: 2;
  color: var(--green);
  font: 900 28px Montserrat, sans-serif;
}
.radius-map > span {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: var(--steel);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 9px Montserrat, sans-serif;
}
.areas-list {
  background: var(--night);
}
.areas-head {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}
.areas-head p {
  font-size: 17px;
}
.area-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.area-cards article {
  min-height: 235px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.area-cards article > span {
  color: var(--green);
  font: 800 10px Montserrat, sans-serif;
}
.area-cards h3 {
  margin-top: 33px;
}
.area-cards a {
  margin-top: auto;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 9px Montserrat, sans-serif;
}
.commercial-band {
  background: var(--equipment);
}
.distance-type {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: end;
}
.distance-type strong {
  color: var(--green);
  font: 900 clamp(110px, 14vw, 190px)/.72 Montserrat, sans-serif;
  letter-spacing: -.1em;
}
.distance-type > span {
  font: 900 42px Montserrat, sans-serif;
}
.distance-type small {
  grid-column: 1/-1;
  padding-top: 25px;
  color: var(--steel);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
  font: 800 10px Montserrat, sans-serif;
}
.contact-card {
  padding: 34px;
  border: 1px solid var(--green);
  background: rgba(55,202,140,.06);
}
.contact-card span, .contact-card small {
  display: block;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 10px Montserrat, sans-serif;
}
.contact-card a {
  display: block;
  margin: 18px 0;
  color: var(--green);
  font: 900 clamp(27px, 3vw, 42px) Montserrat, sans-serif;
  letter-spacing: -.05em;
}
.contact-section {
  background: var(--night);
}
.contact-grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
  align-items: start;
}
.contact-grid aside {
  position: sticky;
  top: 30px;
}
.contact-lines {
  margin-top: 40px;
  border-top: 1px solid var(--rule);
}
.contact-lines div {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.contact-lines small {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 9px Montserrat, sans-serif;
}
.contact-lines a {
  overflow-wrap: anywhere;
}
.contact-lines p {
  margin: 0;
}
.emergency-note {
  margin-top: 30px;
  padding: 24px;
  border-left: 3px solid var(--green);
  background: var(--equipment);
}
.emergency-note p {
  margin-bottom: 0;
  font-size: 13px;
}
.quote-form, .form-success {
  padding: clamp(28px, 5vw, 65px);
  border: 1px solid var(--rule);
  background: var(--graphite);
}
.form-heading {
  margin-bottom: 38px;
}
.form-heading h2, .form-success h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.quote-form label, .quote-form legend {
  display: block;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 10px Montserrat, sans-serif;
}
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  margin-top: 9px;
  padding: 14px 15px;
  border: 1px solid #45534c;
  border-radius: 0;
  background: var(--night);
  color: white;
  outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(55,202,140,.12);
}
.quote-form fieldset {
  padding: 0;
  margin: 12px 0 28px;
  border: 0;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.check-grid label {
  min-height: 44px;
  margin: 0;
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--rule);
}
.check-grid input {
  width: auto;
  margin: 0;
  accent-color: var(--green);
}
.quote-form > small {
  display: block;
  margin-top: 16px;
  color: var(--steel);
}
.form-success {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.form-success > span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .13em;
  font: 900 10px Montserrat, sans-serif;
}
.form-success a {
  color: var(--green);
  font-weight: 800;
}
.final-cta {
  padding-block: 85px;
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: var(--night);
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -100px;
  top: -230px;
  border: 55px solid rgba(5,7,6,.1);
  border-radius: 50%;
}
.final-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}
.final-cta h2, .final-cta .eyebrow, .final-cta p {
  color: var(--night);
}
.final-cta .eyebrow::before {
  background: var(--night);
}
.final-cta p {
  max-width: 690px;
}
.final-cta .primary {
  background: var(--night);
  color: white;
}
.final-cta .secondary {
  border-color: var(--night);
  color: var(--night);
}
.site-footer {
  padding-top: 80px;
  background: #030403;
  border-top: 1px solid var(--rule);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .7fr);
  gap: 60px;
  padding-bottom: 60px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-brand {
  margin-bottom: 15px;
  width: 150px;
}
.footer-grid p {
  margin: 0 0 10px;
  font-size: 13px;
}
.footer-grid a {
  color: #c6ceca;
  font-size: 12px;
}
.footer-grid a:hover {
  color: var(--green);
}
.footer-label {
  margin-bottom: 10px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .15em;
  font: 900 10px Montserrat, sans-serif;
}
.footer-bottom {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--rule);
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 9px Montserrat, sans-serif;
}
@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 170px 1fr auto;
    gap: 20px;
  }
  .brand {
    width: 160px;
  }
  .header-phone {
    display: none;
  }
  .desktop-nav {
    gap: 17px;
  }
  .desktop-nav a {
    font-size: 9px;
  }
  .hero-grid {
    grid-template-columns: 1fr .85fr;
  }
  .hero-copy {
    padding-right: 35px;
  }
  .service-card {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  body {
    padding-bottom: 60px;
  }
  .shell {
    width: min(calc(100% - 36px), var(--max));
  }
  .announcement {
    white-space: nowrap;
    overflow: hidden;
    justify-content: flex-start;
  }
  .announcement span:nth-of-type(2), .announcement span:nth-of-type(3), .announcement i {
    display: none;
  }
  .site-header {
    height: 80px;
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }
  .brand {
    width: 140px;
  }
  .desktop-nav, .header-actions > .button {
    display: none;
  }
  .header-actions {
    grid-column: 2;
  }
  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0 12px;
    display: grid;
    align-content: center;
    gap: 7px;
    border: 1px solid var(--rule);
    background: transparent;
  }
  .menu-toggle span {
    height: 2px;
    background: white;
    transition: transform .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 79px;
    padding: 20px 18px 30px;
    background: rgba(5,7,6,.99);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
  }
  .mobile-nav > a:not(.button) {
    padding: 15px 4px;
    border-bottom: 1px solid var(--rule);
    text-transform: uppercase;
    letter-spacing: .12em;
    font: 900 12px Montserrat, sans-serif;
  }
  .mobile-nav .button {
    margin-top: 18px;
  }
  .mobile-actions {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -8px 25px rgba(0,0,0,.35);
  }
  .mobile-actions a {
    display: grid;
    place-content: center;
    background: var(--equipment);
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 900 11px Montserrat, sans-serif;
  }
  .mobile-actions a + a {
    background: var(--green);
    color: var(--night);
  }
  .hero-grid, .page-hero-grid, .split-grid, .section-heading, .final-cta-inner, .contact-grid, .areas-head {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero-copy {
    padding: 72px 0 46px;
  }
  .hero-photo {
    min-height: 560px;
    clip-path: none;
    margin-inline: -18px;
  }
  .page-hero-grid {
    min-height: auto;
    gap: 45px;
    padding-block: 70px;
  }
  .page-hero-grid > :nth-child(2) {
    order: -1;
  }
  .hero-stamp {
    width: 230px;
  }
  .section-heading {
    gap: 20px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card, .service-card:first-child {
    min-height: 300px;
    border-left: 1px solid var(--rule);
  }
  .service-row {
    grid-template-columns: 1fr;
  }
  .service-row article, .service-row article:first-child {
    border-left: 1px solid var(--rule);
  }
  .split-grid {
    gap: 55px;
  }
  .image-stack {
    height: 520px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .before-photo {
    height: 460px;
  }
  .issue-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .issue-list span {
    border-right: 1px solid var(--rule);
  }
  .value-grid, .area-cards {
    grid-template-columns: 1fr 1fr;
  }
  .value-grid article:nth-child(3) {
    border-left: 1px solid rgba(5,7,6,.28);
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .service-detail {
    grid-template-columns: 55px 1fr;
    gap: 35px;
  }
  .service-price {
    grid-column: 2;
    min-height: 190px;
  }
  .radius-map {
    border-left: 0;
  }
  .contact-grid aside {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }
  .section {
    padding-block: 78px;
  }
  h1 {
    font-size: clamp(46px, 14.8vw, 68px);
  }
  h2 {
    font-size: clamp(38px, 11.5vw, 56px);
  }
  .hero-copy {
    padding-top: 62px;
  }
  .offer-card {
    grid-template-columns: 1fr;
  }
  .offer-card > div {
    border-right: 0;
    border-bottom: 1px solid #627069;
  }
  .hero-photo {
    min-height: 440px;
  }
  .proof-strip .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .service-row article {
    grid-template-columns: 38px 1fr;
  }
  .service-row article a {
    grid-column: 2;
  }
  .image-stack {
    height: 430px;
  }
  .check-list, .price-pair, .field-grid, .check-grid {
    grid-template-columns: 1fr;
  }
  .price-pair span + span {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }
  .before-photo {
    height: 360px;
  }
  .issue-list {
    grid-template-columns: 1fr;
  }
  .ac-graphic {
    min-height: 380px;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 60px 0;
  }
  .service-index {
    min-height: 30px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .service-price {
    grid-column: 1;
  }
  .about-photo {
    height: 330px;
  }
  .story-copy {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 35px 0 0;
  }
  .value-grid, .area-cards {
    grid-template-columns: 1fr;
  }
  .value-grid article, .value-grid article:nth-child(3) {
    min-height: 175px;
    border-left: 1px solid rgba(5,7,6,.28);
  }
  .area-cards article {
    min-height: 190px;
  }
  .ring-three {
    width: 320px;
    height: 320px;
  }
  .radius-map {
    height: 350px;
  }
  .quote-form, .form-success {
    margin-inline: -4px;
  }
  .final-cta-inner {
    gap: 30px;
  }
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .cta-actions .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    min-height: 95px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.stitch-home {
  --st-night: #070808;
  --st-graphite: #111615;
  --st-equipment: #19221f;
  --st-rule: #34433e;
  --st-snow: #efeeeb;
  --st-steel: #a7b3af;
  --st-green: #35b77a;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--st-night);
  color: var(--st-snow);
  font-family: "Open Sans", sans-serif;
}
.stitch-home *, .stitch-home *::before, .stitch-home *::after {
  box-sizing: border-box;
}
.stitch-home h1, .stitch-home h2, .stitch-home h3, .stitch-home h4, .stitch-home p, .stitch-home figure {
  margin: 0;
}
.stitch-home h1, .stitch-home h2, .stitch-home h3, .stitch-home h4 {
  text-wrap: initial;
}
.stitch-skip {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  background: var(--st-green);
  color: var(--st-night);
  font-weight: 800;
}
.stitch-skip:focus {
  top: 16px;
}
.stitch-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  background: var(--st-green);
  color: var(--st-night);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  max-width: 1280px;
  min-height: 144px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--st-night);
  border-bottom: 1px solid var(--st-rule);
}
.stitch-logo {
  display: block;
  width: 180px;
  flex: 0 0 180px;
}
.stitch-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.stitch-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.stitch-links a {
  color: var(--st-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.stitch-links a:hover, .stitch-links a.active {
  color: var(--st-green);
}
.stitch-links a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--st-green);
  letter-spacing: .1em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.stitch-nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.stitch-nav-cta a:first-child {
  color: var(--st-steel);
  letter-spacing: .06em;
  white-space: nowrap;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.stitch-nav-cta a:last-child {
  padding: 12px 24px;
  background: var(--st-green);
  color: var(--st-night);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.stitch-menu-button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 44px;
  height: 44px;
  display: block;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid var(--st-rule);
  background: transparent;
  color: var(--st-snow);
}
.stitch-menu-button .material-symbols-outlined {
  display: none;
}
.stitch-menu-button::before, .stitch-menu-button::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--st-snow);
  transition: transform .2s ease, top .2s ease;
}
.stitch-menu-button::before {
  top: 16px;
}
.stitch-menu-button::after {
  top: 25px;
}
.stitch-menu-button[aria-expanded="true"]::before {
  top: 20px;
  transform: rotate(45deg);
}
.stitch-menu-button[aria-expanded="true"]::after {
  top: 20px;
  transform: rotate(-45deg);
}
.stitch-mobile-menu {
  display: none;
}
@media (min-width: 768px) {
  .stitch-menu-button {
    display: none;
  }
}
.stitch-hero {
  width: 100%;
  max-width: 1280px;
  min-height: 819px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid var(--st-rule);
}
.stitch-hero-copy {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stitch-airline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  opacity: .3;
  background: linear-gradient(180deg, transparent, #2f9678, transparent);
}
.stitch-kicker {
  width: max-content;
  display: inline-block;
  margin-bottom: 24px;
  padding: 4px 12px;
  background: var(--st-equipment);
  border: 1px solid var(--st-rule);
  color: var(--st-steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/24px "Open Sans", sans-serif;
}
.stitch-hero h1 {
  margin-bottom: 32px;
  color: var(--st-snow);
  text-transform: uppercase;
  letter-spacing: -.02em;
  font: 900 112px/.95 Montserrat, sans-serif;
}
.stitch-hero h1 em {
  display: block;
  color: var(--st-green);
  font-style: normal;
}
.stitch-hero-copy > p {
  max-width: 448px;
  margin-bottom: 40px;
  color: var(--st-steel);
  font: 400 20px/1.5 "Open Sans", sans-serif;
}
.stitch-price-card {
  width: max-content;
  margin-bottom: 32px;
  padding: 24px;
  transform: rotate(-1deg);
  background: var(--st-green);
  color: var(--st-night);
  box-shadow: 0 10px 15px rgba(0,0,0,.5);
}
.stitch-price-card small {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-price-card strong {
  display: flex;
  align-items: baseline;
  letter-spacing: -.07em;
  font: 900 104px/1 Montserrat, sans-serif;
}
.stitch-price-card sup {
  position: static;
  margin-right: 4px;
  vertical-align: baseline;
  font-size: 36px;
  letter-spacing: 0;
}
.stitch-price-card ul {
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.stitch-price-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stitch-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.stitch-price-card li .material-symbols-outlined, .stitch-price-card li .stitch-symbol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.stitch-hero-actions {
  width: 100%;
  display: flex;
  gap: 16px;
}
.stitch-hero-actions a {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 16px 32px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-hero-actions a:first-child {
  background: var(--st-snow);
  color: var(--st-night);
}
.stitch-hero-actions a:last-child {
  border: 1px solid var(--st-rule);
  color: var(--st-snow);
}
.stitch-hero-image {
  position: relative;
  width: 50%;
  min-height: 819px;
  border-left: 1px solid var(--st-rule);
}
.stitch-hero-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stitch-service-tag {
  position: absolute;
  right: 32px;
  bottom: 32px;
  max-width: 320px;
  padding: 16px;
  background: var(--st-equipment);
  border: 1px solid var(--st-rule);
}
.stitch-service-tag > span {
  display: block;
  margin-bottom: 8px;
  color: var(--st-steel);
  font-size: 14px;
}
.stitch-service-tag strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--st-snow);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-service-tag i {
  width: 8px;
  height: 8px;
  background: var(--st-green);
  border-radius: 50%;
}
.stitch-trust {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--st-graphite);
  border-bottom: 1px solid var(--st-rule);
  color: var(--st-steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-trust > div {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.stitch-trust .material-symbols-outlined, .stitch-trust .stitch-symbol {
  color: var(--st-green);
  font-size: 20px;
}
.stitch-trust > i {
  width: 1px;
  height: 24px;
  background: var(--st-rule);
}
.stitch-evidence {
  max-width: 1280px;
  margin: 0 auto;
  padding: 128px 80px;
  border-bottom: 1px solid var(--st-rule);
}
.stitch-evidence-copy {
  max-width: 832px;
  margin-bottom: 64px;
}
.stitch-evidence h2, .stitch-capabilities h2 {
  color: var(--st-snow);
  letter-spacing: 0;
  font: 800 56px/1.1 Montserrat, sans-serif;
}
.stitch-evidence h2 {
  margin-bottom: 24px;
  line-height: 1.25;
}
.stitch-evidence h2 em {
  color: var(--st-green);
  font-style: italic;
}
.stitch-evidence-copy p {
  max-width: 672px;
  color: var(--st-steel);
  font: 400 20px/1.5 "Open Sans", sans-serif;
}
.stitch-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border: 1px solid var(--st-rule);
  background: var(--st-equipment);
}
.stitch-before-after figure {
  position: relative;
  aspect-ratio: 16/9;
}
.stitch-before-after figure:first-child {
  border-right: 1px solid var(--st-rule);
}
.stitch-before-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stitch-before-after figcaption {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  background: var(--st-night);
  border: 1px solid var(--st-rule);
  color: var(--st-green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-before-after figcaption.before {
  color: #ffb4ab;
}
.stitch-capabilities {
  max-width: 1280px;
  margin: 0 auto;
  padding: 128px 0;
  border-bottom: 1px solid var(--st-rule);
}
.stitch-capabilities-heading {
  padding: 0 80px;
  margin-bottom: 48px;
}
.stitch-capabilities-heading .stitch-kicker {
  margin-bottom: 24px;
}
.stitch-capabilities-heading h2 {
  max-width: 900px;
}
.stitch-service-rows {
  border-top: 1px solid var(--st-rule);
}
.stitch-service {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  border-bottom: 1px solid var(--st-rule);
  transition: background .2s ease;
}
.stitch-service:hover, .stitch-service-split article:hover {
  background: var(--st-graphite);
}
.stitch-service-copy {
  grid-column: span 4;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stitch-service-copy h3, .stitch-service-split h3 {
  margin-bottom: 8px;
  color: var(--st-snow);
  text-transform: uppercase;
  letter-spacing: -.025em;
  font: 700 30px/1.2 Montserrat, sans-serif;
}
.stitch-service-copy p, .stitch-service-split p {
  margin-bottom: 24px;
  color: var(--st-steel);
  font-size: 16px;
}
.stitch-service-copy a, .stitch-service-split a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--st-green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-service-copy a .material-symbols-outlined, .stitch-service-copy a .stitch-symbol {
  font-size: 14px;
}
.stitch-furnace-visual {
  position: relative;
  min-height: 237px;
  grid-column: span 8;
  padding: 48px;
  display: flex;
  align-items: center;
}
.stitch-furnace-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
  transition: opacity .2s ease;
}
.stitch-service:hover .stitch-furnace-visual > img {
  opacity: .4;
}
.stitch-furnace-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7,8,8,.6);
}
.stitch-furnace-visual > div {
  position: relative;
  z-index: 2;
}
.stitch-furnace-visual strong {
  width: max-content;
  display: block;
  padding: 8px 16px;
  transform: rotate(-2deg);
  background: var(--st-green);
  color: var(--st-night);
  font: 700 24px/1.2 Montserrat, sans-serif;
}
.stitch-furnace-visual span {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-ac-message {
  position: relative;
  min-height: 229px;
  grid-column: span 8;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #121413;
}
.stitch-ac-message > div:last-child {
  position: relative;
  z-index: 2;
  text-align: right;
}
.stitch-ac-airline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  opacity: .2;
  background: linear-gradient(90deg, transparent, #2f9678, transparent);
}
.stitch-ac-message h4 {
  margin-bottom: 4px;
  color: var(--st-snow);
  font: 700 20px/1.2 "Open Sans", sans-serif;
}
.stitch-ac-message p {
  max-width: 384px;
  color: var(--st-steel);
}
.stitch-service.ac .stitch-service-copy {
  border-left: 1px solid var(--st-rule);
}
.stitch-ac-price {
  margin-bottom: 24px;
  color: var(--st-green);
  font: 400 36px/1 Montserrat, sans-serif;
}
.stitch-service.ac .stitch-service-copy a {
  color: var(--st-snow);
}
.stitch-service-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-bottom: 1px solid var(--st-rule);
}
.stitch-service-split article {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  padding: 48px;
  transition: background .2s ease;
}
.stitch-service-split article:first-child {
  border-right: 1px solid var(--st-rule);
}
.stitch-service-split article > .material-symbols-outlined, .stitch-service-split article > .stitch-symbol {
  position: absolute;
  right: -40px;
  bottom: -40px;
  color: var(--st-rule);
  opacity: .2;
  font-size: 150px;
}
.stitch-service-split h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
}
.stitch-service-split p {
  position: relative;
  z-index: 2;
}
.stitch-service-split a {
  position: relative;
  z-index: 2;
  color: var(--st-snow);
}
.stitch-footer {
  width: 100%;
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 64px 0 16px;
  border-top: 1px solid var(--st-rule);
  background: var(--st-night);
  line-height: 1.5;
}
.stitch-footer-grid {
  margin-bottom: 48px;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.stitch-footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stitch-footer-about > a {
  width: 192px;
  margin-bottom: 4px;
}
.stitch-footer-about img {
  width: 100%;
  height: auto;
}
.stitch-footer-about p {
  max-width: 320px;
  color: var(--st-steel);
  font-size: 14px;
  line-height: 20px;
}
.stitch-footer-grid strong {
  width: max-content;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--st-rule);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 13px/1.2 "Open Sans", sans-serif;
}
.stitch-footer-grid > div:not(:first-child) a {
  color: var(--st-steel);
  text-transform: uppercase;
  font-size: 12px;
  transition: color .2s ease;
}
.stitch-footer-grid > div:not(:first-child) a:hover {
  color: var(--st-snow);
}
.stitch-footer-bottom {
  padding: 32px 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--st-rule);
}
.stitch-footer-bottom p {
  color: var(--st-steel);
  font-size: 12px;
  line-height: 16px;
}
.stitch-footer-bottom i {
  width: 64px;
  height: 1px;
  opacity: .5;
  background: linear-gradient(90deg, transparent, #2f9678, transparent);
}
@media (max-width: 1180px) {
  .stitch-nav {
    padding-inline: 40px;
    gap: 20px;
  }
  .stitch-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .stitch-links {
    gap: 18px;
  }
  .stitch-nav-cta a:first-child {
    display: none;
  }
  .stitch-hero-copy {
    padding-inline: 50px;
  }
  .stitch-hero h1 {
    font-size: 88px;
  }
  .stitch-trust {
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .stitch-announcement {
    min-height: 36px;
    gap: 8px;
    font-size: 9px;
  }
  .stitch-announcement i, .stitch-announcement span:nth-of-type(2) {
    display: none;
  }
  .stitch-nav {
    min-height: 90px;
    padding: 12px 20px;
  }
  .stitch-logo {
    width: 122px;
    flex-basis: 122px;
  }
  .stitch-links, .stitch-nav-cta {
    display: none;
  }
  .stitch-mobile-menu {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.99);
    border-bottom: 1px solid var(--st-rule);
  }
  .stitch-mobile-menu a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--st-rule);
    text-transform: uppercase;
    letter-spacing: .12em;
    font: 700 12px/1.2 "Open Sans", sans-serif;
  }
  .stitch-mobile-menu .quote {
    margin-top: 16px;
    background: var(--st-green);
    color: var(--st-night);
    text-align: center;
  }
  .stitch-hero {
    min-height: 0;
    flex-direction: column;
  }
  .stitch-hero-copy {
    width: 100%;
    padding: 64px 20px;
  }
  .stitch-airline {
    display: none;
  }
  .stitch-hero h1 {
    font-size: 58px;
    line-height: 1;
  }
  .stitch-hero-copy > p {
    font-size: 17px;
  }
  .stitch-price-card strong {
    font-size: 84px;
  }
  .stitch-price-card sup {
    font-size: 30px;
  }
  .stitch-hero-actions {
    flex-direction: column;
  }
  .stitch-hero-actions a {
    width: 100%;
  }
  .stitch-hero-image {
    width: 100%;
    min-height: 520px;
    border-top: 1px solid var(--st-rule);
    border-left: 0;
  }
  .stitch-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7,8,8,.8), transparent 50%);
  }
  .stitch-service-tag {
    display: none;
  }
  .stitch-trust {
    padding: 28px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    font-size: 10px;
  }
  .stitch-trust > i {
    display: none;
  }
  .stitch-trust > div {
    white-space: normal;
  }
  .stitch-evidence {
    padding: 80px 20px;
  }
  .stitch-evidence h2, .stitch-capabilities h2 {
    font-size: 42px;
  }
  .stitch-evidence-copy {
    margin-bottom: 48px;
  }
  .stitch-evidence-copy p {
    font-size: 17px;
  }
  .stitch-before-after {
    grid-template-columns: 1fr;
  }
  .stitch-before-after figure:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--st-rule);
  }
  .stitch-capabilities {
    padding: 80px 0;
  }
  .stitch-capabilities-heading {
    padding: 0 20px;
  }
  .stitch-service {
    grid-template-columns: 1fr;
  }
  .stitch-service-copy, .stitch-furnace-visual, .stitch-ac-message {
    grid-column: 1;
    padding: 32px 20px;
  }
  .stitch-furnace-visual {
    min-height: 230px;
  }
  .stitch-service.ac .stitch-service-copy {
    grid-row: 1;
    border-left: 0;
    border-bottom: 1px solid var(--st-rule);
  }
  .stitch-ac-message {
    grid-row: 2;
    min-height: 220px;
    justify-content: flex-start;
  }
  .stitch-ac-message > div:last-child {
    text-align: left;
  }
  .stitch-service-split {
    grid-template-columns: 1fr;
  }
  .stitch-service-split article {
    min-height: 230px;
    padding: 32px 20px;
  }
  .stitch-service-split article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--st-rule);
  }
  .stitch-footer {
    margin-top: 80px;
  }
  .stitch-footer-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stitch-footer-bottom {
    min-height: auto;
    margin: 0;
    padding: 32px 20px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.stitch-services {
  --ss-night: #070808;
  --ss-graphite: #111615;
  --ss-equipment: #19221f;
  --ss-rule: #34433e;
  --ss-snow: #efeeeb;
  --ss-steel: #a7b3af;
  --ss-green: #35b77a;
  --ss-error: #ffb4ab;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--ss-night);
  color: var(--ss-snow);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
.stitch-services *, .stitch-services *::before, .stitch-services *::after {
  box-sizing: border-box;
}
.stitch-services h1, .stitch-services h2, .stitch-services h3, .stitch-services p, .stitch-services figure {
  margin: 0;
  text-wrap: initial;
}
.stitch-services h1, .stitch-services h2, .stitch-services h3 {
  text-transform: none;
}
.ss-skip {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  background: var(--ss-green);
  color: var(--ss-night);
  font-weight: 800;
}
.ss-skip:focus {
  top: 16px;
}
.ss-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: var(--ss-night);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-nav-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ss-logo {
  width: 180px;
  flex: 0 0 180px;
  transition: opacity .2s ease;
}
.ss-logo:hover {
  opacity: .8;
}
.ss-logo img {
  width: 100%;
  height: auto;
}
.ss-nav-links {
  display: flex;
  gap: 32px;
}
.ss-nav-links a {
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.ss-nav-links a:hover, .ss-nav-links a.active {
  color: var(--ss-green);
}
.ss-nav-links a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--ss-green);
  letter-spacing: .1em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.ss-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ss-header-actions > a:first-child {
  color: var(--ss-snow);
  font: 700 13px/15.6px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.ss-header-actions > a:first-child:hover {
  color: var(--ss-green);
}
.ss-header-actions > a:last-child {
  min-height: 39.6px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ss-green);
  color: var(--ss-night);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.ss-header-actions .material-symbols-outlined {
  font-size: 14px;
}
.ss-menu-button, .ss-mobile-menu {
  display: none;
}
.ss-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 128px 80px 64px;
  overflow: hidden;
  border-bottom: 1px solid var(--ss-rule);
}
.ss-hero-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: .1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(53,183,122,.2), transparent);
}
.ss-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.65fr) minmax(300px,.75fr);
  gap: 64px;
  align-items: end;
}
.ss-hero-content {
  min-width: 0;
}
.ss-kicker {
  width: max-content;
  display: inline-block;
  margin-bottom: 24px;
  padding: 4px 12px;
  border: 1px solid var(--ss-rule);
  color: var(--ss-steel);
  text-transform: uppercase;
  font: 400 13px/24px "Open Sans", sans-serif;
}
.ss-hero h1 {
  max-width: 896px;
  margin-bottom: 24px;
  color: var(--ss-snow);
  letter-spacing: 0;
  font: 900 84px/1 Montserrat, sans-serif;
}
.ss-hero p {
  max-width: 672px;
  padding-left: 24px;
  border-left: 2px solid var(--ss-green);
  color: var(--ss-steel);
  font: 400 20px/30px "Open Sans", sans-serif;
}
.ss-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ss-hero-actions a, .ss-service-button, .ss-decision-actions a {
  min-height: 48px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ss-rule);
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 12px/16px "Open Sans", sans-serif;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.ss-hero-actions a:first-child, .ss-service-button, .ss-decision-actions a:first-child {
  background: var(--ss-green);
  border-color: var(--ss-green);
  color: var(--ss-night);
}
.ss-hero-actions a:hover, .ss-service-button:hover, .ss-decision-actions a:hover {
  background: var(--ss-snow);
  border-color: var(--ss-snow);
  color: var(--ss-night);
}
.ss-service-directory {
  min-width: 0;
  border-top: 1px solid var(--ss-rule);
  border-left: 1px solid var(--ss-rule);
}
.ss-service-directory > span {
  display: block;
  padding: 12px 16px;
  border-right: 1px solid var(--ss-rule);
  border-bottom: 1px solid var(--ss-rule);
  color: var(--ss-steel);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.ss-service-directory a {
  min-height: 52px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-right: 1px solid var(--ss-rule);
  border-bottom: 1px solid var(--ss-rule);
  color: var(--ss-snow);
  transition: background .2s ease, color .2s ease;
}
.ss-service-directory a:hover {
  background: var(--ss-equipment);
  color: var(--ss-green);
}
.ss-service-directory strong {
  font: 700 13px/18px "Open Sans", sans-serif;
}
.ss-service-directory small {
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 11px/14px "Open Sans", sans-serif;
}
.ss-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 16px;
}
.ss-furnace, .ss-duct, .ss-ac, .ss-dryer, .ss-repair {
  scroll-margin-top: 96px;
}
.ss-furnace {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-graphite);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-furnace-grid {
  align-items: center;
}
.ss-furnace-copy {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ss-furnace h2, .ss-duct h2, .ss-ac h2 {
  margin-bottom: 16px;
  color: var(--ss-snow);
  letter-spacing: 0;
  font: 800 56px/1.1 Montserrat, sans-serif;
}
.ss-furnace-copy > p, .ss-ac-copy > p {
  max-width: 448px;
  margin-bottom: 32px;
  color: var(--ss-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.ss-price-sticker {
  width: 100%;
  max-width: 448px;
  margin-bottom: 32px;
  padding: 24px;
  transform: rotate(-1deg);
  background: var(--ss-green);
  color: var(--ss-night);
  box-shadow: 8px 8px 0 #121413;
}
.ss-price-sticker strong {
  display: block;
  margin-bottom: 8px;
  letter-spacing: -.06em;
  font: 900 104px/1 Montserrat, sans-serif;
}
.ss-price-sticker span {
  display: block;
  padding-top: 8px;
  border-top: 1px solid var(--ss-night);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 900 13px/15.6px "Open Sans", sans-serif;
}
.ss-price-sticker ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}
.ss-price-sticker li {
  position: relative;
  padding-left: 18px;
  font: 700 13px/18px "Open Sans", sans-serif;
}
.ss-price-sticker li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.ss-book-secondary {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ss-night);
  border: 1px solid var(--ss-rule);
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 13px/15.6px "Open Sans", sans-serif;
  transition: background .2s ease;
}
.ss-book-secondary:hover {
  background: #343535;
}
.ss-book-secondary .material-symbols-outlined {
  color: var(--ss-green);
}
.ss-photo-placeholder {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ss-equipment);
  border: 1px solid var(--ss-rule);
  color: var(--ss-steel);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 13px/15.6px "Open Sans", sans-serif;
}
.ss-photo-placeholder img {
  object-fit: cover;
}
.ss-furnace-photo {
  height: 480px;
  grid-column: span 7;
}
.ss-furnace-photo > small {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ss-night);
  border: 1px solid var(--ss-rule);
  color: var(--ss-steel);
  font-size: 12px;
}
.ss-furnace-photo > small i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ss-green);
}
.ss-duct {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-night);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-duct-heading {
  grid-column: span 12;
  margin-bottom: 48px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--ss-rule);
}
.ss-duct .ss-grid, .ss-duct-heading, .ss-duct-card, .ss-duct-bundle {
  min-width: 0;
}
.ss-duct-heading h2 {
  margin: 0;
}
.ss-duct-heading > .material-symbols-outlined {
  color: var(--ss-rule);
  font-size: 60px;
}
.ss-duct-card, .ss-duct-bundle {
  min-height: 236px;
  grid-column: span 4;
  padding: 32px;
  border: 1px solid var(--ss-rule);
}
.ss-duct-card {
  background: var(--ss-equipment);
}
.ss-duct-card > .material-symbols-outlined {
  display: block;
  margin-bottom: 16px;
  color: var(--ss-green);
  font-size: 30px;
}
.ss-duct-card h3 {
  margin-bottom: 16px;
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 13px/15.6px "Open Sans", sans-serif;
}
.ss-duct-card p {
  color: var(--ss-steel);
  font: 400 14px/20px "Open Sans", sans-serif;
}
.ss-duct-bundle {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ss-snow);
  transition: background .2s ease;
}
.ss-duct-bundle:hover {
  background: #343535;
}
.ss-duct-bundle strong {
  max-width: 280px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font: 400 30px/36px Montserrat, sans-serif;
}
.ss-duct-bundle > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 13px/15.6px "Open Sans", sans-serif;
}
.ss-ac {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-graphite);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-ac-frame {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: center;
  gap: 16px;
  border: 1px solid var(--ss-rule);
}
.ss-ac-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#2f9678,var(--ss-green));
}
.ss-ac-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ss-ac-copy > p {
  margin-bottom: 24px;
}
.ss-ac-copy > a {
  width: max-content;
  display: block;
  padding: 16px 32px;
  background: var(--ss-green);
  color: var(--ss-night);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.ss-ac-photo {
  width: 100%;
  height: 380px;
}
.ss-ac-price {
  margin: -4px 0 20px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  text-align: left;
}
.ss-ac-price > strong {
  color: var(--ss-snow);
  letter-spacing: -.06em;
  font: 900 82px/1 Montserrat, sans-serif;
}
.ss-ac-price > span {
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.ss-dryer {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-night);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-dryer-copy {
  grid-column: span 5;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--ss-rule);
}
.ss-dryer-copy > .material-symbols-outlined {
  margin-bottom: 16px;
  color: var(--ss-error);
  font-size: 36px;
}
.ss-dryer h2 {
  margin-bottom: 16px;
  color: var(--ss-snow);
  letter-spacing: 0;
  font: 400 30px/36px Montserrat, sans-serif;
}
.ss-dryer-copy p {
  margin-bottom: 24px;
  color: var(--ss-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.ss-dryer-photos {
  grid-column: span 7;
  padding-left: 32px;
  display: flex;
  gap: 16px;
}
.ss-dryer-photos > div {
  width: 50%;
  height: 256px;
}
.ss-dryer-photos small {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background: var(--ss-night);
  border-right: 1px solid var(--ss-rule);
  border-bottom: 1px solid var(--ss-rule);
  color: var(--ss-snow);
  font-size: 12px;
}
.ss-dryer-photos .after small {
  background: var(--ss-green);
  border-color: var(--ss-night);
  color: var(--ss-night);
}
.ss-dryer-photos span {
  padding: 16px;
  font-size: 12px;
}
.ss-repair {
  position: relative;
  width: 100%;
  padding: 64px 80px;
  overflow: hidden;
  background: var(--ss-equipment);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-repair-pattern {
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: repeating-linear-gradient(45deg,#34433e 0,#34433e 1px,transparent 1px,transparent 10px);
}
.ss-repair-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ss-repair-content > span {
  margin-bottom: 32px;
  padding: 8px 16px;
  background: var(--ss-error);
  color: var(--ss-night);
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--ss-night);
  font: 900 13px/15.6px "Open Sans", sans-serif;
}
.ss-repair h2 {
  margin-bottom: 24px;
  color: var(--ss-snow);
  letter-spacing: 0;
  font: 800 56px/1.1 Montserrat, sans-serif;
}
.ss-repair p {
  max-width: 672px;
  margin-bottom: 40px;
  color: var(--ss-steel);
  font: 400 20px/30px "Open Sans", sans-serif;
}
.ss-repair-actions {
  width: 100%;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.ss-repair-actions > a {
  min-height: 52px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ss-green);
  border: 1px solid var(--ss-green);
  color: var(--ss-night);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 12px/16px "Open Sans", sans-serif;
  transition: background .2s ease, color .2s ease;
}
.ss-repair-actions > a:last-child {
  background: transparent;
  border-color: var(--ss-rule);
  color: var(--ss-snow);
}
.ss-repair-actions > a:hover {
  background: var(--ss-snow);
  border-color: var(--ss-snow);
  color: var(--ss-night);
}
.ss-decision {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-night);
  border-bottom: 1px solid var(--ss-rule);
}
.ss-decision-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 48px;
  background: var(--ss-graphite);
  border: 1px solid var(--ss-rule);
}
.ss-decision-inner > div:first-child > span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.ss-decision h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--ss-snow);
  font: 800 42px/1.08 Montserrat, sans-serif;
}
.ss-decision p {
  max-width: 640px;
  color: var(--ss-steel);
  font: 400 17px/27px "Open Sans", sans-serif;
}
.ss-decision-actions {
  display: flex;
  gap: 12px;
}
.ss-price-addons {
  margin: -16px 0 24px;
  color: var(--ss-steel);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 12px/18px "Open Sans", sans-serif;
}
.ss-dryer-prices {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
}
.ss-dryer-prices > div {
  padding: 12px 20px;
  background: var(--ss-equipment);
  border: 1px solid var(--ss-rule);
}
.ss-dryer-prices strong {
  display: block;
  color: var(--ss-snow);
  letter-spacing: -.03em;
  font: 900 28px/1.1 Montserrat, sans-serif;
}
.ss-dryer-prices span {
  display: block;
  margin-top: 4px;
  color: var(--ss-steel);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 11px/13px "Open Sans", sans-serif;
}
.ss-pricing {
  width: 100%;
  padding: 64px 80px;
  background: var(--ss-graphite);
  border-bottom: 1px solid var(--ss-rule);
  scroll-margin-top: 96px;
}
.ss-pricing-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.ss-pricing-heading {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ss-rule);
}
.ss-pricing-heading > span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.ss-pricing-heading h2 {
  margin-bottom: 16px;
  color: var(--ss-snow);
  letter-spacing: 0;
  font: 800 56px/1.1 Montserrat, sans-serif;
}
.ss-pricing-heading p {
  max-width: 640px;
  color: var(--ss-steel);
  font: 400 17px/27px "Open Sans", sans-serif;
}
.ss-pricing-columns {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 48px;
}
.ss-pricing-group h3 {
  margin-bottom: 24px;
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 13px/15.6px "Open Sans", sans-serif;
}
.ss-pricing-group article {
  margin-bottom: 16px;
  padding: 24px;
  background: var(--ss-equipment);
  border: 1px solid var(--ss-rule);
}
.ss-pricing-group article:last-child {
  margin-bottom: 0;
}
.ss-pricing-group header {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.ss-pricing-group header strong {
  color: var(--ss-snow);
  font: 700 17px/24px Montserrat, sans-serif;
}
.ss-pricing-group header em {
  color: var(--ss-green);
  font: 900 26px/1 Montserrat, sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.ss-pricing-group article p {
  color: var(--ss-steel);
  font: 400 14px/21px "Open Sans", sans-serif;
}
.ss-pricing-group article a {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ss-green);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 12px/16px "Open Sans", sans-serif;
}
.ss-pricing-group article a:hover {
  color: var(--ss-snow);
}
.ss-pricing-group article a .material-symbols-outlined {
  font-size: 16px;
}
.ss-pricing-photo-card {
  padding: 0 !important;
  overflow: hidden;
  display: grid;
  grid-template-columns: 210px minmax(0,1fr);
  align-items: stretch;
}
.ss-pricing-photo {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 210px;
}
.ss-pricing-photo img {
  object-fit: cover;
}
.ss-pricing-photo-card > div:last-child {
  padding: 24px;
}
@media (max-width: 599px) {
  .ss-pricing-photo-card {
    grid-template-columns: minmax(0,1fr);
  }
  .ss-pricing-photo {
    height: 230px;
    min-height: 0;
  }
}
.ss-pricing-addons {
  margin-top: 48px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--ss-night);
  border: 1px solid var(--ss-rule);
}
.ss-pricing-addons > span {
  margin-right: auto;
  color: var(--ss-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 13px/18px "Open Sans", sans-serif;
}
.ss-pricing-addons > div strong {
  display: block;
  color: var(--ss-green);
  font: 900 28px/1.1 Montserrat, sans-serif;
}
.ss-pricing-addons > div small {
  display: block;
  margin-top: 4px;
  color: var(--ss-steel);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 11px/13px "Open Sans", sans-serif;
}
@media (max-width: 1023px) {
  .ss-pricing {
    padding: 64px 20px;
  }
  .ss-pricing-heading h2 {
    font-size: 42px;
  }
  .ss-pricing-columns {
    grid-template-columns: minmax(0,1fr);
    gap: 40px;
  }
  .ss-pricing-addons {
    padding: 24px 20px;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
  .ss-pricing-addons > span {
    width: 100%;
    margin-right: 0;
  }
}
.stitch-services a:focus-visible, .stitch-services button:focus-visible {
  outline: 3px solid var(--ss-snow);
  outline-offset: 3px;
}
.ss-footer {
  width: 100%;
  padding: 64px 0 16px;
  background: var(--ss-night);
  border-top: 1px solid var(--ss-rule);
}
.ss-footer-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.ss-footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ss-footer-about > a {
  width: 140px;
  margin-bottom: 12px;
}
.ss-footer-about img {
  width: 100%;
  height: auto;
}
.ss-footer-about p {
  max-width: 320px;
  color: var(--ss-steel);
  text-transform: uppercase;
  font: 400 12px/19.2px "Open Sans", sans-serif;
}
.ss-footer-grid > div:not(:first-child) a {
  width: max-content;
  color: var(--ss-steel);
  text-transform: uppercase;
  font: 400 12px/18px "Open Sans", sans-serif;
}
.ss-footer-grid > div:not(:first-child) a:hover {
  color: var(--ss-snow);
}
.ss-footer-grid > div:not(:first-child) a.active {
  color: var(--ss-green);
}
.ss-footer-grid strong {
  width: max-content;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ss-rule);
  color: var(--ss-snow);
  text-transform: uppercase;
  font: 400 13px/19.5px "Open Sans", sans-serif;
}
@media (max-width: 1100px) {
  .ss-nav-wrap {
    padding-inline: 40px;
  }
  .ss-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .ss-nav-links {
    gap: 18px;
  }
  .ss-header-actions > a:first-child {
    display: none;
  }
  .ss-hero h1 {
    font-size: 72px;
  }
  .ss-hero-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ss-service-directory {
    max-width: 672px;
  }
}
@media (max-width: 767px) {
  .ss-nav-wrap {
    min-height: 106px;
    padding: 12px 20px;
  }
  .ss-logo {
    width: 100px;
    flex-basis: 100px;
  }
  .ss-nav-links, .ss-header-actions {
    display: none;
  }
  .ss-menu-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    display: block;
    transform: translateY(-50%);
    border: 1px solid var(--ss-rule);
    background: transparent;
  }
  .ss-menu-button::before, .ss-menu-button::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: var(--ss-snow);
    transition: transform .2s ease, top .2s ease;
  }
  .ss-menu-button::before {
    top: 15px;
  }
  .ss-menu-button::after {
    top: 24px;
  }
  .ss-menu-button[aria-expanded="true"]::before {
    top: 20px;
    transform: rotate(45deg);
  }
  .ss-menu-button[aria-expanded="true"]::after {
    top: 20px;
    transform: rotate(-45deg);
  }
  .ss-mobile-menu {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.99);
    border-bottom: 1px solid var(--ss-rule);
  }
  .ss-mobile-menu a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--ss-rule);
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 12px/18px "Open Sans", sans-serif;
  }
  .ss-mobile-menu .quote {
    margin-top: 16px;
    background: var(--ss-green);
    color: var(--ss-night);
    text-align: center;
  }
  .ss-hero {
    padding: 80px 20px 56px;
  }
  .ss-hero-layout {
    gap: 40px;
  }
  .ss-hero h1 {
    font-size: 52px;
  }
  .ss-hero p {
    font-size: 17px;
    line-height: 27px;
  }
  .ss-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ss-hero-actions a {
    width: 100%;
  }
  .ss-service-directory {
    width: 100%;
  }
  .ss-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .ss-furnace, .ss-duct, .ss-ac, .ss-dryer, .ss-repair, .ss-decision {
    padding: 64px 20px;
  }
  .ss-furnace-copy, .ss-furnace-photo, .ss-duct-heading, .ss-duct-card, .ss-duct-bundle, .ss-dryer-copy, .ss-dryer-photos {
    grid-column: 1;
  }
  .ss-furnace-copy {
    min-width: 0;
    order: 1;
  }
  .ss-furnace-photo {
    order: 2;
    height: 280px;
    margin-top: 32px;
  }
  .ss-furnace h2, .ss-duct h2, .ss-ac h2, .ss-repair h2 {
    font-size: 42px;
  }
  .ss-price-sticker strong, .ss-ac-price > strong {
    font-size: 78px;
  }
  .ss-book-secondary, .ss-ac-copy > a, .ss-service-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .ss-duct-heading {
    margin-bottom: 32px;
  }
  .ss-duct-heading h2 {
    overflow-wrap: anywhere;
  }
  .ss-duct-heading > .material-symbols-outlined {
    display: none;
  }
  .ss-duct-card, .ss-duct-bundle {
    min-height: 220px;
  }
  .ss-ac-frame {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
  .ss-ac-price {
    align-items: baseline;
    text-align: left;
  }
  .ss-ac-photo {
    height: 320px;
    margin-top: 32px;
  }
  .ss-dryer-copy {
    padding: 0 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--ss-rule);
  }
  .ss-dryer-photos {
    padding: 16px 0 0;
  }
  .ss-dryer-photos > div {
    height: 220px;
  }
  .ss-repair p {
    font-size: 17px;
    line-height: 27px;
  }
  .ss-repair-actions {
    grid-template-columns: 1fr;
  }
  .ss-decision-inner {
    padding: 32px 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ss-decision h2 {
    font-size: 36px;
  }
  .ss-decision-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ss-decision-actions a {
    width: 100%;
  }
  .ss-footer-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.stitch-about {
  --sa-night: #070808;
  --sa-graphite: #111615;
  --sa-equipment: #19221f;
  --sa-rule: #34433e;
  --sa-snow: #efeeeb;
  --sa-steel: #a7b3af;
  --sa-outline: #879489;
  --sa-green: #35b77a;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--sa-night);
  color: var(--sa-snow);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
.stitch-about *, .stitch-about *::before, .stitch-about *::after {
  box-sizing: border-box;
}
.stitch-about h1, .stitch-about h2, .stitch-about h3, .stitch-about h4, .stitch-about p, .stitch-about figure {
  margin: 0;
  text-wrap: initial;
}
.sa-skip {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  background: var(--sa-green);
  color: var(--sa-night);
  font-weight: 800;
}
.sa-skip:focus {
  top: 16px;
}
.sa-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: var(--sa-night);
  border-bottom: 1px solid var(--sa-rule);
}
.sa-nav-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sa-logo {
  width: 180px;
  flex: 0 0 180px;
  transition: color .2s ease;
}
.sa-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sa-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.sa-nav-links a {
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sa-nav-links a:hover {
  color: var(--sa-green);
}
.sa-nav-links a.active {
  padding-bottom: 4px;
  transform: scale(.95);
  border-bottom: 2px solid var(--sa-green);
  color: var(--sa-green);
  opacity: .8;
  text-transform: none;
  letter-spacing: 0;
  font: 700 16px/24px "Open Sans", sans-serif;
}
.sa-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sa-header-actions > a:first-child {
  color: var(--sa-snow);
  font: 400 16px/24px "Open Sans", sans-serif;
}
.sa-header-actions > a:last-child {
  padding: 12px 24px;
  background: var(--sa-green);
  color: var(--sa-night);
  text-transform: uppercase;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: background .2s ease;
}
.sa-header-actions > a:last-child:hover {
  background: var(--sa-snow);
}
.sa-menu-button, .sa-mobile-menu {
  display: none;
}
.sa-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 128px 80px 64px;
  overflow: hidden;
}
.sa-hero-grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  align-items: end;
  gap: 16px;
}
.sa-hero-copy {
  z-index: 2;
  min-width: 0;
  grid-column: span 8;
}
.sa-local-tag {
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sa-night);
  border: 1px solid var(--sa-rule);
}
.sa-local-tag i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sa-green);
}
.sa-local-tag span {
  color: var(--sa-steel);
  text-transform: uppercase;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.sa-hero h1 {
  margin-bottom: 32px;
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: -.02em;
  font: 900 clamp(88px, 6.7vw, 96px)/.95 Montserrat, sans-serif;
}
.sa-hero h1 span {
  color: var(--sa-outline);
}
.sa-hero p {
  max-width: 672px;
  color: var(--sa-steel);
  font: 400 20px/30px "Open Sans", sans-serif;
}
.sa-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sa-hero-actions a {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sa-rule);
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 12px/18px Montserrat, sans-serif;
  transition: background .2s ease,border-color .2s ease,color .2s ease;
}
.sa-hero-actions a:first-child {
  border-color: var(--sa-green);
  background: var(--sa-green);
  color: var(--sa-night);
}
.sa-hero-actions a:first-child:hover {
  border-color: var(--sa-snow);
  background: var(--sa-snow);
}
.sa-hero-actions a:last-child:hover {
  border-color: var(--sa-green);
  color: var(--sa-green);
}
.sa-hero-facts {
  min-width: 0;
  grid-column: span 4;
  align-self: end;
  background: var(--sa-graphite);
  border: 1px solid var(--sa-rule);
}
.sa-hero-facts > span {
  padding: 14px 18px;
  display: block;
  border-bottom: 1px solid var(--sa-rule);
  color: var(--sa-green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 11px/16px Montserrat, sans-serif;
}
.sa-hero-facts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sa-hero-facts li {
  min-height: 48px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(52,67,62,.72);
  color: var(--sa-steel);
  text-transform: uppercase;
  letter-spacing: .04em;
  font: 600 12px/18px "Open Sans", sans-serif;
}
.sa-hero-facts li:last-child {
  border-bottom: 0;
}
.sa-hero-facts li i {
  width: 6px;
  height: 6px;
  margin-right: 12px;
  flex: 0 0 6px;
  background: var(--sa-green);
}
.sa-hero-actions a:focus-visible, .sa-audience-cta:focus-visible, .sa-all-copy > a:focus-visible, .sa-cta a:focus-visible {
  outline: 2px solid var(--sa-green);
  outline-offset: 4px;
}
.sa-story {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  background: var(--sa-graphite);
  border-top: 1px solid var(--sa-rule);
  border-bottom: 1px solid var(--sa-rule);
}
.sa-story-copy {
  min-height: 600px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--sa-rule);
}
.sa-story h2, .sa-audiences h2, .sa-all-in-one h2, .sa-cta h2 {
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: 0;
  font: 800 56px/1.1 Montserrat, sans-serif;
}
.sa-story h2 {
  margin-bottom: 24px;
}
.sa-story-copy > p {
  margin-bottom: 32px;
  color: var(--sa-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sa-stats {
  margin-top: auto;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 32px;
  border-top: 1px solid var(--sa-rule);
}
.sa-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sa-green);
  font: 400 36px/40px Montserrat, sans-serif;
}
.sa-stats span {
  color: var(--sa-steel);
  text-transform: uppercase;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.sa-truck {
  position: relative;
  height: 600px;
}
.sa-truck img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.sa-audiences {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 80px;
}
.sa-section-heading {
  margin-bottom: 48px;
}
.sa-section-heading h2 {
  margin-bottom: 16px;
}
.sa-section-heading i {
  display: block;
  width: 96px;
  height: 4px;
  background: var(--sa-green);
}
.sa-audience-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border: 1px solid var(--sa-rule);
  background: var(--sa-equipment);
}
.sa-audience-grid article {
  min-width: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--sa-rule);
  transition: background .2s ease;
}
.sa-audience-grid article:last-child {
  border-right: 0;
}
.sa-audience-grid article:hover {
  background: var(--sa-graphite);
}
.sa-work-code {
  min-height: 48px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--sa-rule);
}
.sa-work-code .material-symbols-outlined {
  width: 24px;
  overflow: hidden;
  color: var(--sa-green);
  font: 400 24px/24px "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
}
.sa-work-code h3 {
  margin: 0;
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: .04em;
  font: 700 18px/24px Montserrat, sans-serif;
}
.sa-audience-grid p {
  margin-bottom: 24px;
  color: var(--sa-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sa-audience-grid ul {
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}
.sa-audience-grid li {
  display: flex;
  align-items: center;
  color: var(--sa-steel);
  text-transform: uppercase;
  font: 600 14px/20px "Open Sans", sans-serif;
}
.sa-audience-grid li i {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: var(--sa-green);
}
.sa-audience-cta {
  width: max-content;
  min-height: 44px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sa-green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 12px/18px Montserrat, sans-serif;
}
.sa-audience-cta:hover {
  color: var(--sa-snow);
}
.sa-audience-cta .material-symbols-outlined {
  font-size: 16px;
}
.sa-all-in-one {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--sa-graphite);
  border-top: 1px solid var(--sa-rule);
  border-bottom: 1px solid var(--sa-rule);
}
.sa-dot-pattern {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: radial-gradient(var(--sa-snow) 1px,transparent 1px);
  background-size: 24px 24px;
}
.sa-all-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 80px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.sa-all-copy {
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sa-all-copy > span {
  width: max-content;
  margin-bottom: 24px;
  padding: 4px 12px;
  background: var(--sa-equipment);
  border: 1px solid var(--sa-rule);
  color: var(--sa-green);
  text-transform: uppercase;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.sa-all-copy h2 {
  margin-bottom: 24px;
  line-height: 1.25;
}
.sa-all-copy p {
  margin-bottom: 32px;
  color: var(--sa-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sa-all-copy > a {
  width: max-content;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid var(--sa-rule);
  color: var(--sa-snow);
  text-transform: uppercase;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease,border .2s ease;
}
.sa-all-copy > a:hover {
  color: var(--sa-green);
  border-color: var(--sa-green);
}
.sa-all-copy > a .material-symbols-outlined {
  margin-left: 8px;
  font-size: 14px;
}
.sa-technician {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--sa-rule);
}
.sa-technician img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-technician > i {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: .5;
}
.sa-technician > i:first-of-type {
  top: 16px;
  left: 16px;
  border-top: 1px solid var(--sa-green);
  border-left: 1px solid var(--sa-green);
}
.sa-technician > i:last-of-type {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid var(--sa-green);
  border-bottom: 1px solid var(--sa-green);
}
.sa-cta {
  width: 100%;
  padding: 128px 80px;
  text-align: center;
  background: var(--sa-night);
  border-bottom: 1px solid var(--sa-rule);
}
.sa-cta h2 {
  margin-bottom: 24px;
}
.sa-cta p {
  max-width: 672px;
  margin: 0 auto 40px;
  color: var(--sa-steel);
  font: 400 20px/30px "Open Sans", sans-serif;
}
.sa-cta > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.sa-cta a {
  padding: 20px 40px;
  color: var(--sa-snow);
  text-transform: uppercase;
  font: 400 16px/24px "Open Sans", sans-serif;
}
.sa-cta a:first-child {
  background: var(--sa-green);
  color: var(--sa-night);
}
.sa-cta a:last-child {
  background: transparent;
  border: 1px solid var(--sa-rule);
}
.sa-footer {
  width: 100%;
  padding: 64px 0 16px;
  background: var(--sa-night);
  border-top: 1px solid var(--sa-rule);
}
.sa-footer-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.sa-footer-grid > div {
  display: flex;
  flex-direction: column;
}
.sa-footer-about > a {
  width: 192px;
  margin-bottom: 24px;
}
.sa-footer-about img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sa-footer-about p {
  max-width: 320px;
  color: var(--sa-steel);
  text-transform: uppercase;
  font: 400 12px/19.2px "Open Sans", sans-serif;
}
.sa-footer-grid strong {
  width: max-content;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--sa-rule);
  color: var(--sa-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 16px/24px "Open Sans", sans-serif;
}
.sa-footer-grid > div:not(:first-child) a {
  width: max-content;
  margin-bottom: 8px;
  color: var(--sa-steel);
  text-transform: uppercase;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.sa-footer-grid > div:not(:first-child) a:hover {
  color: var(--sa-snow);
}
.sa-footer-grid > div:not(:first-child) a.active {
  color: var(--sa-green);
}
@media (max-width: 1200px) {
  .sa-hero-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sa-hero-copy, .sa-hero-facts {
    grid-column: 1;
  }
  .sa-hero-facts {
    width: 100%;
    max-width: 672px;
    margin-top: 48px;
  }
}
@media (max-width: 1100px) {
  .sa-nav-wrap {
    padding-inline: 40px;
  }
  .sa-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .sa-nav-links {
    gap: 18px;
  }
  .sa-header-actions > a:first-child {
    display: none;
  }
  .sa-hero h1 {
    font-size: 88px;
  }
  .sa-story-copy {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .sa-nav-wrap {
    min-height: 106px;
    padding: 12px 20px;
  }
  .sa-logo {
    width: 100px;
    flex-basis: 100px;
  }
  .sa-nav-links, .sa-header-actions {
    display: none;
  }
  .sa-menu-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    display: block;
    transform: translateY(-50%);
    border: 1px solid var(--sa-rule);
    background: transparent;
  }
  .sa-menu-button::before, .sa-menu-button::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: var(--sa-snow);
    transition: transform .2s ease,top .2s ease;
  }
  .sa-menu-button::before {
    top: 15px;
  }
  .sa-menu-button::after {
    top: 24px;
  }
  .sa-menu-button[aria-expanded="true"]::before {
    top: 20px;
    transform: rotate(45deg);
  }
  .sa-menu-button[aria-expanded="true"]::after {
    top: 20px;
    transform: rotate(-45deg);
  }
  .sa-mobile-menu {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.99);
    border-bottom: 1px solid var(--sa-rule);
  }
  .sa-mobile-menu a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--sa-rule);
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 12px/18px "Open Sans", sans-serif;
  }
  .sa-mobile-menu .quote {
    margin-top: 16px;
    background: var(--sa-green);
    color: var(--sa-night);
    text-align: center;
  }
  .sa-hero {
    padding: 80px 20px 56px;
  }
  .sa-hero-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sa-hero-copy, .sa-hero-facts {
    grid-column: 1;
  }
  .sa-hero h1 {
    font-size: 48px;
    line-height: 1;
  }
  .sa-hero p {
    font-size: 17px;
    line-height: 27px;
  }
  .sa-hero-actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .sa-hero-actions a {
    width: 100%;
  }
  .sa-hero-facts {
    max-width: none;
    margin-top: 32px;
  }
  .sa-local-tag span {
    min-width: 0;
    white-space: normal;
  }
  .sa-story {
    grid-template-columns: 1fr;
  }
  .sa-story-copy {
    min-height: 0;
    padding: 64px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--sa-rule);
  }
  .sa-story h2, .sa-audiences h2, .sa-all-in-one h2, .sa-cta h2 {
    font-size: 42px;
  }
  .sa-stats {
    margin-top: 16px;
  }
  .sa-truck {
    height: 400px;
  }
  .sa-audiences {
    padding: 64px 20px;
  }
  .sa-audience-grid {
    grid-template-columns: 1fr;
  }
  .sa-audience-grid article {
    min-height: 0;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--sa-rule);
  }
  .sa-audience-grid article:last-child {
    border-bottom: 0;
  }
  .sa-work-code {
    margin-bottom: 18px;
  }
  .sa-audience-grid p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .sa-audience-grid ul {
    gap: 10px;
  }
  .sa-audience-grid li {
    font-size: 13px;
    line-height: 19px;
  }
  .sa-audience-cta {
    margin-top: 16px;
  }
  .sa-all-grid {
    padding: 64px 20px;
    grid-template-columns: 1fr;
  }
  .sa-all-copy {
    order: 1;
    padding-right: 0;
  }
  .sa-technician {
    order: 2;
    margin-top: 40px;
  }
  .sa-cta {
    padding: 80px 20px;
  }
  .sa-cta > div {
    flex-direction: column;
  }
  .sa-cta a {
    width: 100%;
  }
  .sa-footer-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.stitch-areas {
  --sra-night: #070808;
  --sra-graphite: #111615;
  --sra-equipment: #19221f;
  --sra-rule: #34433e;
  --sra-snow: #efeeeb;
  --sra-steel: #a7b3af;
  --sra-green: #35b77a;
  --sra-teal: #2f9678;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  background: var(--sra-night);
  color: var(--sra-snow);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.stitch-areas *, .stitch-areas *::before, .stitch-areas *::after {
  box-sizing: border-box;
}
.stitch-areas h1, .stitch-areas h2, .stitch-areas h3, .stitch-areas h4, .stitch-areas p, .stitch-areas figure {
  margin: 0;
  text-wrap: initial;
}
.stitch-areas .material-symbols-outlined {
  display: inline-block;
  direction: ltr;
  white-space: nowrap;
  word-wrap: normal;
  text-transform: none;
  letter-spacing: normal;
  font: 400 24px/1 "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.sra-skip {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  background: var(--sra-green);
  color: var(--sra-night);
  font-weight: 800;
}
.sra-skip:focus {
  top: 16px;
}
.sra-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: var(--sra-night);
  border-bottom: 1px solid var(--sra-rule);
}
.sra-nav-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sra-logo {
  width: 180px;
  flex: 0 0 180px;
}
.sra-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sra-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sra-nav-links a {
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sra-nav-links a:hover {
  color: var(--sra-green);
}
.sra-nav-links a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--sra-green);
  color: var(--sra-green);
  font-weight: 700;
}
.sra-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sra-header-actions > a:first-child {
  display: flex;
  align-items: center;
  color: var(--sra-snow);
  white-space: nowrap;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sra-header-actions > a:first-child:hover {
  color: var(--sra-green);
}
.sra-header-actions > a:first-child .material-symbols-outlined {
  margin-right: 4px;
  font-size: 18px;
}
.sra-header-actions > a:last-child {
  padding: 12px 24px;
  background: var(--sra-green);
  color: var(--sra-night);
  text-transform: uppercase;
  text-align: center;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: opacity .2s ease;
}
.sra-header-actions > a:last-child:hover {
  opacity: .9;
}
.sra-menu-button, .sra-mobile-menu {
  display: none;
}
.sra-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.sra-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 80px 64px;
}
.sra-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 16px;
  align-items: stretch;
}
.sra-hero-copy {
  grid-column: span 7;
  min-width: 0;
  padding: 56px 16px 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sra-eyebrow, .sra-section-label, .sra-sector-heading > span {
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 5px 10px;
  display: block;
  color: var(--sra-steel);
  border: 1px solid var(--sra-rule);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 12px/14px "Open Sans", sans-serif;
}
.sra-hero h1 {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: -.05em;
  font: 900 clamp(62px,5vw,76px)/.98 Montserrat, sans-serif;
}
.sra-hero p {
  max-width: 640px;
  color: var(--sra-steel);
  font: 400 18px/29px "Open Sans", sans-serif;
}
.sra-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sra-hero-actions a {
  min-height: 50px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sra-night);
  background: var(--sra-green);
  border: 1px solid var(--sra-green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 800 12px/18px "Open Sans", sans-serif;
  transition: background .2s ease,color .2s ease,border-color .2s ease;
}
.sra-hero-actions a:hover {
  background: var(--sra-snow);
  border-color: var(--sra-snow);
}
.sra-hero-actions a:last-child {
  color: var(--sra-snow);
  background: transparent;
  border-color: var(--sra-rule);
}
.sra-hero-actions a:last-child:hover {
  color: var(--sra-green);
  border-color: var(--sra-green);
}
.sra-hero-visual {
  position: relative;
  grid-column: span 5;
  min-width: 0;
  height: 580px;
  min-height: 0;
  overflow: hidden;
  background: var(--sra-equipment);
  border: 1px solid var(--sra-rule);
}
.sra-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(7,8,8,.02) 45%,rgba(7,8,8,.88) 100%);
  pointer-events: none;
}
.sra-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 72%;
}
.sra-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px 16px;
  color: var(--sra-snow);
  background: rgba(7,8,8,.88);
  border: 1px solid var(--sra-rule);
  text-transform: uppercase;
  letter-spacing: .07em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.sra-hero-visual figcaption span {
  margin-inline: 7px;
  color: var(--sra-green);
}
.sra-sectors {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 80px 80px;
}
.sra-sector-heading {
  max-width: 800px;
  margin-bottom: 32px;
}
.sra-sector-heading > span {
  margin-bottom: 16px;
}
.sra-sector-heading > h2 {
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: -.03em;
  font: 800 44px/1.08 Montserrat, sans-serif;
}
.sra-sector-row {
  padding: 48px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--sra-rule);
  border-bottom: 1px solid var(--sra-rule);
}
.sra-sector-fragment {
  min-width: 0;
  flex: 1;
  display: contents;
}
.sra-sector-fragment article {
  min-width: 0;
  flex: 1;
  padding-left: 16px;
  border-left: 2px solid transparent;
  transition: border-color .2s ease;
}
.sra-sector-fragment article:hover {
  border-left-color: var(--sra-green);
}
.sra-sector-fragment > i {
  width: 1px;
  flex: 0 0 1px;
  background: var(--sra-rule);
}
.sra-sector-fragment h3 {
  margin-bottom: 8px;
  color: var(--sra-steel);
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.sra-sector-fragment strong {
  display: block;
  color: var(--sra-snow);
  font: 700 32px/48px Montserrat, sans-serif;
}
.sra-sector-fragment p {
  margin-top: 16px;
  color: var(--sra-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sra-coverage {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 80px;
}
.sra-coverage-grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 16px;
  background: var(--sra-graphite);
  border: 1px solid var(--sra-rule);
}
.sra-area-list {
  grid-column: span 5;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--sra-rule);
}
.sra-section-label {
  margin-bottom: 18px;
  color: var(--sra-green);
}
.sra-area-list h2 {
  margin-bottom: 32px;
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: 0;
  font: 800 56px/61.6px Montserrat, sans-serif;
}
.sra-area-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--sra-snow);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sra-area-list li {
  display: flex;
  align-items: center;
}
.sra-area-list li + li {
  margin-top: 16px;
}
.sra-area-list li .material-symbols-outlined {
  margin-right: 12px;
  color: var(--sra-green);
}
.sra-distance-note {
  margin-top: 48px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  background: var(--sra-equipment);
  border: 1px solid var(--sra-rule);
}
.sra-distance-note .material-symbols-outlined {
  margin: 4px 16px 0 0;
  color: var(--sra-steel);
}
.sra-distance-note p {
  color: var(--sra-steel);
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.sra-map-frame {
  position: relative;
  grid-column: span 7;
  min-height: 700px;
  display: flex;
  background: var(--sra-equipment);
}
.sra-map-panel {
  width: 100%;
  min-height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg,#17211e 0%,#101614 100%);
  border: 1px solid var(--sra-rule);
  overflow: hidden;
}
.sra-map-heading {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--sra-rule);
}
.sra-map-heading span {
  color: var(--sra-green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 11px/14px "Open Sans", sans-serif;
}
.sra-map-heading strong {
  color: var(--sra-snow);
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .04em;
  font: 800 15px/19px Montserrat, sans-serif;
}
.sra-map-canvas {
  position: relative;
  min-height: 520px;
  flex: 1;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(52,67,62,.78);
  background: rgba(7,8,8,.3);
}
.sra-map-canvas svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sra-map-grid-lines {
  color: rgba(167,179,175,.09);
}
.sra-map-boundary {
  fill: rgba(53,183,122,.035);
  stroke: rgba(53,183,122,.34);
  stroke-width: 2;
  stroke-dasharray: 8 9;
}
.sra-map-ring {
  fill: none;
  stroke: rgba(167,179,175,.22);
  stroke-width: 2;
}
.sra-map-river {
  fill: none;
  stroke: url(#service-map-river);
  stroke-width: 8;
  opacity: .36;
}
.sra-map-routes path {
  fill: none;
  stroke: rgba(53,183,122,.34);
  stroke-width: 2;
  stroke-dasharray: 5 6;
}
.sra-map-label {
  position: absolute;
  z-index: 2;
  min-width: max-content;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translate(-50%,-50%);
  color: var(--sra-snow);
  background: rgba(7,8,8,.9);
  border: 1px solid var(--sra-rule);
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
}
.sra-map-label i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--sra-green);
  box-shadow: 0 0 0 3px rgba(53,183,122,.14);
}
.sra-map-label strong {
  text-transform: uppercase;
  letter-spacing: .05em;
  font: 800 10px/12px "Open Sans", sans-serif;
}
.sra-map-label--edmonton {
  left: 50%;
  top: 54%;
  padding: 9px 12px;
  border-color: var(--sra-green);
}
.sra-map-label--edmonton strong {
  font-size: 12px;
}
.sra-map-label--st-albert {
  left: 36.7%;
  top: 30.8%;
}
.sra-map-label--spruce-grove {
  left: 18%;
  top: 52%;
}
.sra-map-label--sherwood-park {
  left: 72.5%;
  top: 55%;
}
.sra-map-label--fort-saskatchewan {
  left: 70%;
  top: 21%;
}
.sra-map-label--beaumont {
  left: 62.5%;
  top: 78%;
}
.sra-map-label--leduc {
  left: 38.3%;
  top: 86%;
}
.sra-cta {
  width: 100%;
  margin-top: 64px;
  padding: 64px 0;
  background: var(--sra-equipment);
  border-top: 1px solid var(--sra-rule);
  border-bottom: 1px solid var(--sra-rule);
}
.sra-cta-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.sra-cta h2 {
  max-width: 680px;
  margin-bottom: 16px;
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: 0;
  font: 800 44px/1.18 Montserrat, sans-serif;
}
.sra-cta p {
  max-width: 640px;
  color: var(--sra-steel);
  font: 400 17px/27.2px "Open Sans", sans-serif;
}
.sra-cta-actions {
  width: auto;
  display: flex;
  gap: 16px;
}
.sra-cta-actions a {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  color: var(--sra-night);
  background: var(--sra-green);
  border: 1px solid transparent;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: color .3s ease,border-color .3s ease,background .3s ease;
}
.sra-cta-actions a:hover {
  background: var(--sra-snow);
}
.sra-cta-actions a:last-child {
  color: var(--sra-snow);
  background: transparent;
  border-color: var(--sra-rule);
}
.sra-cta-actions a:last-child:hover {
  color: var(--sra-green);
  border-color: var(--sra-green);
}
.sra-cta-actions .material-symbols-outlined {
  margin-right: 8px;
  font-size: 20px;
}
.sra-footer {
  width: 100%;
  margin-top: auto;
  padding: 64px 0 16px;
  background: var(--sra-night);
  border-top: 1px solid var(--sra-rule);
}
.sra-footer-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.sra-footer-grid > div {
  display: flex;
  flex-direction: column;
}
.sra-footer-about > a {
  width: 140px;
  margin-bottom: 16px;
}
.sra-footer-about img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sra-footer-about p {
  max-width: 320px;
  color: var(--sra-steel);
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 13px/21.125px "Open Sans", sans-serif;
}
.sra-footer-grid strong {
  margin-bottom: 20px;
  color: var(--sra-snow);
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 13px/15.6px "Open Sans", sans-serif;
}
.sra-footer-grid > div:not(:first-child) a {
  width: max-content;
  color: var(--sra-steel);
  text-transform: uppercase;
  font: 400 16px/24px "Open Sans", sans-serif;
}
.sra-footer-grid > div:not(:first-child) a + a {
  margin-top: 12px;
}
.sra-footer-grid > div:not(:first-child) a:hover {
  color: var(--sra-snow);
}
.sra-footer-grid > div:not(:first-child) a.active {
  color: var(--sra-green);
}
@media (max-width: 1100px) {
  .sra-nav-wrap {
    padding-inline: 40px;
  }
  .sra-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .sra-nav-links {
    gap: 16px;
  }
  .sra-header-actions > a:first-child {
    display: none;
  }
  .sra-hero {
    padding-inline: 40px;
  }
  .sra-hero-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sra-hero-copy, .sra-hero-visual {
    grid-column: 1;
  }
  .sra-hero-copy {
    padding: 24px 0 0;
  }
  .sra-hero-visual {
    height: 480px;
    min-height: 0;
    margin-top: 32px;
  }
  .sra-hero-visual img {
    object-position: 50% 50%;
  }
  .sra-hero h1 {
    font-size: 72px;
  }
  .sra-coverage, .sra-sectors {
    padding-inline: 40px;
  }
  .sra-coverage-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sra-area-list, .sra-map-frame {
    grid-column: 1;
  }
  .sra-area-list {
    padding: 40px;
    border-right: 0;
    border-bottom: 1px solid var(--sra-rule);
  }
  .sra-map-frame {
    min-height: 620px;
  }
  .sra-cta-inner {
    padding-inline: 40px;
  }
  .sra-cta-inner {
    align-items: flex-start;
  }
  .sra-cta-actions {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sra-nav-wrap {
    min-height: 106px;
    padding: 12px 20px;
  }
  .sra-logo {
    width: 100px;
    flex-basis: 100px;
  }
  .sra-nav-links, .sra-header-actions {
    display: none;
  }
  .sra-menu-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    display: block;
    transform: translateY(-50%);
    border: 1px solid var(--sra-rule);
    background: transparent;
  }
  .sra-menu-button span {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: var(--sra-snow);
    transition: transform .2s ease,top .2s ease;
  }
  .sra-menu-button span:first-child {
    top: 15px;
  }
  .sra-menu-button span:last-child {
    top: 24px;
  }
  .sra-menu-button[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }
  .sra-menu-button[aria-expanded="true"] span:last-child {
    top: 20px;
    transform: rotate(-45deg);
  }
  .sra-mobile-menu {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.99);
    border-bottom: 1px solid var(--sra-rule);
  }
  .sra-mobile-menu a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--sra-rule);
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 12px/18px "Open Sans", sans-serif;
  }
  .sra-mobile-menu .quote {
    margin-top: 16px;
    background: var(--sra-green);
    color: var(--sra-night);
    text-align: center;
  }
  .sra-hero {
    padding: 56px 20px 48px;
  }
  .sra-hero-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sra-hero-copy, .sra-hero-visual {
    grid-column: 1;
    min-width: 0;
  }
  .sra-hero-copy {
    padding: 0;
  }
  .sra-hero h1 {
    font-size: clamp(42px,12.3vw,48px);
    line-height: 1;
  }
  .sra-hero p {
    font-size: 17px;
    line-height: 27.2px;
  }
  .sra-hero-actions {
    display: grid;
    grid-template-columns: minmax(0,1fr);
  }
  .sra-hero-actions a {
    width: 100%;
  }
  .sra-hero-visual {
    height: 380px;
    min-height: 0;
    margin-top: 32px;
  }
  .sra-hero-visual img {
    object-position: 50% 72%;
  }
  .sra-hero-visual figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 12px;
  }
  .sra-sectors {
    padding: 48px 20px;
  }
  .sra-sector-heading > h2 {
    font-size: 36px;
  }
  .sra-sector-row {
    padding: 32px 0;
    flex-direction: column;
  }
  .sra-sector-fragment {
    display: contents;
  }
  .sra-sector-fragment > i {
    display: none;
  }
  .sra-sector-fragment article {
    width: 100%;
    padding: 0 0 28px 16px;
    border-left-color: var(--sra-rule);
    border-bottom: 1px solid var(--sra-rule);
  }
  .sra-sector-fragment:last-child article {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sra-coverage {
    padding: 48px 20px;
  }
  .sra-coverage-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .sra-area-list {
    grid-column: 1;
    padding: 40px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--sra-rule);
  }
  .sra-area-list h2 {
    font-size: 42px;
    line-height: 1.1;
  }
  .sra-map-frame {
    grid-column: 1;
    min-height: 430px;
  }
  .sra-map-panel {
    padding: 16px;
  }
  .sra-map-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .sra-map-heading strong {
    text-align: left;
  }
  .sra-map-canvas {
    min-height: 360px;
    margin-top: 16px;
  }
  .sra-map-label {
    padding: 5px 6px;
    gap: 5px;
  }
  .sra-map-label i {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
  }
  .sra-map-label strong {
    font-size: 10px;
    line-height: 12px;
  }
  .sra-map-label--edmonton {
    padding: 7px 9px;
  }
  .sra-map-label--edmonton strong {
    font-size: 11px;
  }
  .sra-map-label--edmonton {
    top: 47%;
  }
  .sra-map-label--spruce-grove {
    left: 21%;
    top: 58%;
  }
  .sra-map-label--fort-saskatchewan {
    left: 68%;
    top: 20%;
  }
  .sra-map-label--sherwood-park {
    left: 69%;
    top: 61%;
  }
  .sra-map-label--beaumont {
    left: 64%;
  }
  .sra-cta {
    margin-top: 48px;
  }
  .sra-cta-inner {
    padding: 0 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .sra-cta h2 {
    font-size: 38px;
  }
  .sra-cta-actions {
    width: 100%;
  }
  .sra-cta-actions a {
    width: 100%;
  }
  .sra-footer-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.stitch-contact {
  --sc-night: #070808;
  --sc-graphite: #111615;
  --sc-equipment: #19221f;
  --sc-rule: #34433e;
  --sc-snow: #efeeeb;
  --sc-steel: #a7b3af;
  --sc-green: #35b77a;
  --sc-teal: #2f9678;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  background: var(--sc-night);
  color: var(--sc-snow);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.stitch-contact *, .stitch-contact *::before, .stitch-contact *::after {
  box-sizing: border-box;
}
.stitch-contact h1, .stitch-contact h2, .stitch-contact h3, .stitch-contact p, .stitch-contact figure {
  margin: 0;
  text-wrap: initial;
}
.stitch-contact button, .stitch-contact input, .stitch-contact select, .stitch-contact textarea {
  font: inherit;
}
.stitch-contact .material-symbols-outlined {
  display: inline-block;
  direction: ltr;
  white-space: nowrap;
  word-wrap: normal;
  text-transform: none;
  letter-spacing: normal;
  font: 400 24px/1 "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.sc-skip {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  background: var(--sc-green);
  color: var(--sc-night);
  font-weight: 800;
}
.sc-skip:focus {
  top: 16px;
}
.sc-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: var(--sc-night);
  border-bottom: 1px solid var(--sc-rule);
}
.sc-nav-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 112px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sc-logo {
  width: 180px;
  flex: 0 0 180px;
}
.sc-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sc-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sc-nav-links a {
  color: var(--sc-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  font: 400 13px/20px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sc-nav-links a:hover {
  color: var(--sc-green);
}
.sc-nav-links a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--sc-green);
  color: var(--sc-green);
  font-weight: 700;
}
.sc-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sc-header-actions > a:first-child {
  color: var(--sc-steel);
  white-space: nowrap;
  font: 400 13px/20px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sc-header-actions > a:first-child:hover {
  color: var(--sc-snow);
}
.sc-header-actions > a:last-child {
  min-height: 48px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sc-green);
  color: var(--sc-night);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .08em;
  font: 700 12px/18px "Open Sans", sans-serif;
  transition: background .2s ease;
}
.sc-header-actions > a:last-child:hover {
  background: var(--sc-snow);
}
.sc-menu-button, .sc-mobile-menu {
  display: none;
}
.sc-main {
  flex: 1 0 auto;
  padding: 64px 0 128px;
}
.sc-airflow {
  width: 100%;
  height: 1px;
  margin-bottom: 64px;
  opacity: .5;
  background: linear-gradient(90deg,transparent,var(--sc-teal),var(--sc-green),transparent);
}
.sc-canvas {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
.sc-layout {
  display: grid;
  grid-template-columns: minmax(0,5fr) minmax(0,7fr);
  gap: 96px;
}
.sc-context {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-context h1 {
  margin-bottom: 32px;
  color: var(--sc-snow);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  letter-spacing: -.02em;
  font: 900 84px/.95 Montserrat, sans-serif;
}
.sc-lead {
  margin-bottom: 48px !important;
  color: var(--sc-steel);
  font: 400 20px/30px "Open Sans", sans-serif;
}
.sc-technician-photo {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
  border: 1px solid var(--sc-rule);
}
.sc-technician-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: 50% 50%;
}
.sc-dispatch {
  position: relative;
  padding: 32px;
  background: var(--sc-graphite);
  border: 1px solid var(--sc-rule);
}
.sc-block-label {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 4px 8px;
  transform: translateY(-50%);
  background: var(--sc-rule);
  color: var(--sc-snow);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 10px/12px "Open Sans", sans-serif;
}
.sc-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sc-contact-row > .material-symbols-outlined {
  margin-top: 4px;
  color: var(--sc-green);
  font-size: 21px;
}
.sc-contact-row div {
  min-width: 0;
}
.sc-contact-row small {
  margin-bottom: 4px;
  display: block;
  color: var(--sc-steel);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 11px/13px "Open Sans", sans-serif;
}
.sc-contact-row a, .sc-contact-row p {
  display: block;
  color: var(--sc-snow);
  overflow-wrap: anywhere;
  font: 400 18px/27px "Open Sans", sans-serif;
}
.sc-contact-row a:hover {
  color: var(--sc-green);
}
.sc-dispatch > i {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  display: block;
  background: var(--sc-rule);
}
.sc-urgent {
  margin-top: 48px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--sc-green);
  border-left: 4px solid var(--sc-snow);
  color: var(--sc-night);
  transition: background .2s ease;
}
.sc-urgent:hover {
  background: var(--sc-snow);
}
.sc-urgent > .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--sc-night);
  font-size: 36px;
  font-variation-settings: "FILL" 1;
}
.sc-urgent span {
  display: flex;
  flex-direction: column;
}
.sc-urgent small {
  margin-bottom: 4px;
  color: var(--sc-night);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 900 12px/15px "Open Sans", sans-serif;
}
.sc-urgent strong {
  color: var(--sc-night);
  font: 700 17px/27px "Open Sans", sans-serif;
}
.sc-form-column {
  min-width: 0;
}
.sc-form {
  padding: 48px;
  background: #121413;
  border: 1px solid var(--sc-rule);
}
.sc-form-title {
  padding-bottom: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--sc-rule);
}
.sc-form-title h2 {
  color: var(--sc-snow);
  text-transform: uppercase;
  letter-spacing: -.025em;
  font: 400 30px/36px Montserrat, sans-serif;
}
.sc-form-title > span {
  padding: 4px 8px;
  color: var(--sc-steel);
  border: 1px solid var(--sc-rule);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .12em;
  font: 700 10px/12px "Open Sans", sans-serif;
}
.sc-form-fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sc-two-fields {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.sc-form label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--sc-steel);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 11px/14px "Open Sans", sans-serif;
}
.sc-form input:not([type="checkbox"]), .sc-form select, .sc-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  background: var(--sc-equipment);
  border: 1px solid var(--sc-rule);
  border-radius: 0;
  color: var(--sc-snow);
  text-transform: none;
  letter-spacing: 0;
  font: 400 16px/24px "Open Sans", sans-serif;
  transition: border-color .15s ease,box-shadow .15s ease;
}
.sc-form input:not([type="checkbox"]), .sc-form select {
  height: 56px;
}
.sc-form textarea {
  min-height: 128px;
  resize: vertical;
}
.sc-form input::placeholder, .sc-form textarea::placeholder {
  color: #56615d;
}
.sc-form input:focus, .sc-form select:focus, .sc-form textarea:focus {
  outline: 0;
  border-color: var(--sc-green);
  box-shadow: 0 0 0 1px var(--sc-green);
}
.sc-form select {
  appearance: auto;
  color-scheme: dark;
}
.sc-rule {
  width: 100%;
  height: 1px;
  display: block;
  background: var(--sc-rule);
}
.sc-symptoms {
  margin: 0;
  padding: 24px;
  background: var(--sc-graphite);
  border: 1px solid var(--sc-rule);
}
.sc-symptoms legend {
  width: 100%;
  padding: 0 0 10px;
  color: var(--sc-snow);
  border-bottom: 1px solid var(--sc-rule);
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 11px/14px "Open Sans", sans-serif;
}
.sc-symptoms > div {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.sc-symptoms label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.sc-symptoms label span {
  color: var(--sc-steel);
  text-transform: none;
  letter-spacing: 0;
  font: 400 14px/20px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.sc-symptoms label:hover span {
  color: var(--sc-snow);
}
.sc-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  padding: 0;
  display: grid;
  place-content: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--sc-rule);
  border-radius: 0;
  color: currentColor;
}
.sc-form input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: var(--sc-green);
  transition: transform .12s ease-in-out;
}
.sc-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.sc-submit {
  padding-top: 16px;
  border-top: 1px solid var(--sc-rule);
}
.sc-submit button, .sc-success > button {
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  background: var(--sc-green);
  border: 0;
  color: var(--sc-night);
  text-transform: uppercase;
  letter-spacing: .14em;
  font: 800 12px/16px "Open Sans", sans-serif;
  transition: background .2s ease;
}
.sc-submit button:hover, .sc-success > button:hover {
  background: var(--sc-snow);
}
.sc-submit .material-symbols-outlined, .sc-success button .material-symbols-outlined {
  font-size: 20px;
}
.sc-success {
  min-height: 575px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sc-success > .material-symbols-outlined {
  margin-bottom: 24px;
  color: var(--sc-green);
  font-size: 64px;
}
.sc-success h3 {
  max-width: 480px;
  color: var(--sc-snow);
  text-transform: uppercase;
  font: 800 42px/46px Montserrat, sans-serif;
}
.sc-success p {
  max-width: 520px;
  margin: 24px 0 32px;
  color: var(--sc-steel);
  font: 400 17px/27px "Open Sans", sans-serif;
}
.sc-success p a {
  color: var(--sc-green);
  font-weight: 700;
}
.sc-footer {
  width: 100%;
  margin-top: auto;
  padding: 64px 0 16px;
  background: var(--sc-night);
  border-top: 1px solid var(--sc-rule);
}
.sc-footer-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.sc-footer-grid > div {
  display: flex;
  flex-direction: column;
}
.sc-footer-about > a {
  width: 192px;
  margin-bottom: 24px;
}
.sc-footer-about img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sc-footer-about p {
  max-width: 320px;
  color: var(--sc-steel);
  text-transform: uppercase;
  font: 400 12px/19px "Open Sans", sans-serif;
}
.sc-footer-grid strong {
  width: max-content;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--sc-rule);
  color: var(--sc-snow);
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 400 16px/24px "Open Sans", sans-serif;
}
.sc-footer-grid > div:not(:first-child) a {
  width: max-content;
  margin-bottom: 8px;
  color: var(--sc-steel);
  text-transform: uppercase;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.sc-footer-grid > div:not(:first-child) a:hover {
  color: var(--sc-snow);
}
.sc-footer-grid > div:not(:first-child) a.active {
  color: var(--sc-green);
}
@media (max-width: 1100px) {
  .sc-nav-wrap {
    padding-inline: 40px;
  }
  .sc-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .sc-nav-links {
    gap: 18px;
  }
  .sc-header-actions > a:first-child {
    display: none;
  }
  .sc-canvas {
    padding-inline: 40px;
  }
  .sc-layout {
    gap: 48px;
  }
  .sc-context h1 {
    font-size: 64px;
  }
  .sc-form {
    padding: 36px;
  }
}
@media (max-width: 850px) {
  .sc-nav-wrap {
    min-height: 106px;
    padding: 12px 20px;
  }
  .sc-logo {
    width: 100px;
    flex-basis: 100px;
  }
  .sc-nav-links, .sc-header-actions {
    display: none;
  }
  .sc-menu-button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    display: block;
    transform: translateY(-50%);
    border: 1px solid var(--sc-rule);
    background: transparent;
  }
  .sc-menu-button span {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: var(--sc-snow);
    transition: transform .2s ease,top .2s ease;
  }
  .sc-menu-button span:first-child {
    top: 15px;
  }
  .sc-menu-button span:last-child {
    top: 24px;
  }
  .sc-menu-button[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }
  .sc-menu-button[aria-expanded="true"] span:last-child {
    top: 20px;
    transform: rotate(-45deg);
  }
  .sc-mobile-menu {
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.99);
    border-bottom: 1px solid var(--sc-rule);
  }
  .sc-mobile-menu a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--sc-rule);
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 12px/18px "Open Sans", sans-serif;
  }
  .sc-mobile-menu .quote {
    margin-top: 16px;
    background: var(--sc-green);
    color: var(--sc-night);
    text-align: center;
  }
  .sc-main {
    padding: 56px 0 80px;
  }
  .sc-airflow {
    margin-bottom: 56px;
  }
  .sc-canvas {
    padding-inline: 20px;
  }
  .sc-layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .sc-context, .sc-form-column {
    grid-column: auto;
  }
  .sc-context h1 {
    font-size: clamp(48px,14vw,68px);
    line-height: .98;
  }
  .sc-lead {
    font-size: 17px;
    line-height: 27px;
  }
  .sc-technician-photo img {
    max-height: 680px;
  }
  .sc-footer-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .sc-dispatch, .sc-form {
    padding: 24px;
  }
  .sc-two-fields, .sc-symptoms > div {
    grid-template-columns: 1fr;
  }
  .sc-form-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .sc-form-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .sc-urgent {
    align-items: flex-start;
    gap: 16px;
  }
  .sc-urgent strong {
    font-size: 15px;
    line-height: 23px;
  }
  .sc-contact-row a, .sc-contact-row p {
    font-size: 16px;
    line-height: 24px;
  }
  .sc-success h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
.aurora-announcement {
  width: 100%;
  min-height: 32px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #35b77a;
  color: #070808;
  text-transform: uppercase;
  letter-spacing: .11em;
  font: 800 10px/14px Montserrat, sans-serif;
}
.aurora-announcement i {
  font-style: normal;
}
.aurora-global-header {
  position: sticky;
  z-index: 180;
  top: 0;
  width: 100%;
  background: rgba(7,8,8,.98);
  border-bottom: 1px solid #34433e;
}
.aurora-global-nav {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 108px;
  margin: 0 auto;
  padding: 14px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.aurora-global-logo {
  width: 170px;
  flex: 0 0 170px;
}
.aurora-global-logo img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  object-position: left center;
}
.aurora-global-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.aurora-global-links a {
  padding: 6px 0;
  color: #efeeeb;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .1em;
  font: 600 12px/18px "Open Sans", sans-serif;
  transition: color .2s ease,border-color .2s ease;
}
.aurora-global-links a:hover, .aurora-global-links a.active {
  color: #35b77a;
  border-color: #35b77a;
}
.aurora-global-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.aurora-global-actions > a:first-child {
  color: #a7b3af;
  white-space: nowrap;
  font: 600 12px/18px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.aurora-global-actions > a:first-child:hover {
  color: #efeeeb;
}
.aurora-global-actions > a:last-child {
  min-height: 48px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35b77a;
  color: #070808;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .08em;
  font: 800 11px/16px "Open Sans", sans-serif;
  transition: background .2s ease;
}
.aurora-global-actions > a:last-child:hover {
  background: #efeeeb;
}
.aurora-global-menu, .aurora-global-mobile-menu {
  display: none;
}
.aurora-global-footer {
  width: 100%;
  padding: 64px 0 0;
  background: #070808;
  border-top: 1px solid #34433e;
  color: #efeeeb;
  font-family: "Open Sans", sans-serif;
}
.aurora-global-footer-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 56px;
  display: grid;
  grid-template-columns: 1.35fr .75fr .9fr 1.15fr;
  gap: 42px;
}
.aurora-global-footer-grid > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aurora-footer-about > a:first-child {
  width: 158px;
  margin-bottom: 18px;
}
.aurora-footer-about img {
  width: 100%;
  height: auto;
}
.aurora-footer-about > p {
  max-width: 290px;
  margin: 0 0 20px;
  color: #a7b3af;
  text-transform: uppercase;
  letter-spacing: .04em;
  font: 600 11px/17px "Open Sans", sans-serif;
}
.aurora-global-footer-grid > div:not(:first-child) > strong {
  margin-bottom: 18px;
  padding-bottom: 8px;
  color: #efeeeb;
  border-bottom: 1px solid #34433e;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 13px/16px "Open Sans", sans-serif;
}
.aurora-global-footer-grid > div:not(:first-child) > a {
  max-width: 100%;
  margin-bottom: 10px;
  color: #a7b3af;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  font: 400 11px/16px "Open Sans", sans-serif;
  transition: color .2s ease;
}
.aurora-global-footer-grid > div:not(:first-child) > a:hover {
  color: #35b77a;
}
.aurora-rating-link {
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  background: #111615;
  border: 1px solid #34433e;
}
.aurora-rating-link > strong {
  grid-row: span 2;
  color: #efeeeb;
  font: 900 30px/34px Montserrat, sans-serif;
}
.aurora-rating-link > span {
  color: #35b77a;
  letter-spacing: .08em;
  font: 700 11px/14px "Open Sans", sans-serif;
}
.aurora-rating-link > small {
  color: #a7b3af;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 9px/11px "Open Sans", sans-serif;
}
.aurora-footer-contact > p {
  margin: 6px 0 18px;
  color: #a7b3af;
  font: 400 13px/21px "Open Sans", sans-serif;
}
.aurora-footer-contact > a[href^="mailto:"] {
  text-transform: none;
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
}
.aurora-footer-contact > span {
  padding: 6px 9px;
  color: #35b77a;
  border: 1px solid #34433e;
  text-transform: uppercase;
  letter-spacing: .09em;
  font: 700 9px/12px "Open Sans", sans-serif;
}
.aurora-footer-hours {
  color: #efeeeb !important;
}
.aurora-footer-newsletter {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #34433e;
}
.aurora-footer-newsletter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.aurora-footer-newsletter label {
  color: #a7b3af;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.aurora-footer-newsletter form > div {
  display: flex;
  gap: 8px;
}
.aurora-footer-newsletter input {
  min-width: 220px;
  padding: 10px 12px;
  background: #111615;
  border: 1px solid #34433e;
  color: #efeeeb;
  font: 400 13px/18px "Open Sans", sans-serif;
}
.aurora-footer-newsletter input::placeholder {
  color: #7f8b86;
}
.aurora-footer-newsletter button {
  padding: 10px 18px;
  background: #35b77a;
  border: 0;
  color: #070808;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 11px/16px "Open Sans", sans-serif;
  cursor: pointer;
  transition: background .2s ease;
}
.aurora-footer-newsletter button:hover {
  background: #efeeeb;
}
.aurora-footer-newsletter > p {
  color: #35b77a;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 11px/16px "Open Sans", sans-serif;
}
.aurora-footer-bottom {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #34433e;
  color: #7f8b86;
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 600 9px/13px "Open Sans", sans-serif;
}
.aurora-footer-bottom a {
  color: #35b77a;
}
.aurora-mobile-actions {
  display: none;
}
.stitch-social-proof {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 80px 0;
  background: #070808;
}
.stitch-proof-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  border: 1px solid #24332e;
}
.stitch-proof-grid > *, .stitch-review-carousel, .stitch-review-viewport {
  min-width: 0;
}
.stitch-proof-images {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  background: #111615;
  border-right: 1px solid #24332e;
}
.stitch-proof-images figure {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}
.stitch-proof-images figure + figure {
  border-left: 1px solid #24332e;
}
.stitch-proof-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stitch-proof-images figure:first-child img {
  object-position: 54% 48%;
}
.stitch-proof-images figure:last-child img {
  object-position: 66% center;
}
.stitch-proof-images figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: rgba(7,8,8,.88);
  color: #efeeeb;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 700 9px/13px "Open Sans", sans-serif;
}
.stitch-review-panel {
  padding: 52px;
  background: #111615;
}
.stitch-rating {
  margin: 20px 0 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.stitch-rating > strong {
  color: #efeeeb;
  letter-spacing: -.07em;
  font: 900 78px/.85 Montserrat, sans-serif;
}
.stitch-rating > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stitch-rating > div > span {
  color: #35b77a;
  letter-spacing: .12em;
  font: 700 17px/20px "Open Sans", sans-serif;
}
.stitch-rating a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #a7b3af;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 10px/14px "Open Sans", sans-serif;
}
.stitch-rating a:hover {
  color: #35b77a;
}
.stitch-rating a .material-symbols-outlined, .stitch-rating a .stitch-symbol {
  font-size: 13px;
}
.stitch-review-panel h2 {
  max-width: 610px;
  color: #efeeeb;
  text-transform: uppercase;
  letter-spacing: -.04em;
  font: 800 43px/47px Montserrat, sans-serif;
}
.stitch-review-carousel {
  position: relative;
  margin-top: 34px;
  padding: 0 54px 30px;
}
.stitch-review-viewport {
  overflow: hidden;
  background: #090d0c;
  border: 1px solid #34433e;
  box-shadow: inset 0 3px 0 #35b77a;
}
.stitch-review-track {
  display: flex;
  transition: transform .58s cubic-bezier(.22,.8,.25,1);
  will-change: transform;
}
.stitch-review-card {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 260px;
  padding: 28px 30px 30px;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  background: linear-gradient(145deg,#111615 0%,#0a0e0d 100%);
}
.stitch-review-card > header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.stitch-review-avatar {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #35b77a;
  color: #070808;
  letter-spacing: -.03em;
  font: 900 14px/18px Montserrat, sans-serif;
}
.stitch-review-person {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stitch-review-person strong {
  color: #efeeeb;
  text-transform: none;
  letter-spacing: 0;
  font: 700 14px/19px "Open Sans", sans-serif;
}
.stitch-review-person span {
  color: #7f8b86;
  font: 600 10px/14px "Open Sans", sans-serif;
}
.stitch-google-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a7b3af;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .07em;
  font: 700 9px/12px "Open Sans", sans-serif;
}
.stitch-google-label b {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111615;
  color: #35b77a;
  border: 1px solid #34433e;
  font: 900 13px/16px Montserrat, sans-serif;
}
.stitch-review-stars {
  margin: 22px 0 14px;
  color: #35b77a;
  letter-spacing: .12em;
  font: 700 16px/20px "Open Sans", sans-serif;
}
.stitch-review-card blockquote {
  margin: 0;
}
.stitch-review-card blockquote p {
  max-width: 540px;
  margin: 0;
  color: #efeeeb;
  font: 600 22px/31px "Open Sans", sans-serif;
}
.stitch-review-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 36px);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090d0c;
  color: #efeeeb;
  border: 1px solid #34433e;
  font: 600 22px/22px "Open Sans", sans-serif;
  transition: background .2s ease,color .2s ease,border-color .2s ease;
}
.stitch-review-arrow.previous {
  left: 0;
}
.stitch-review-arrow.next {
  right: 0;
}
.stitch-review-arrow:hover, .stitch-review-arrow:focus-visible {
  background: #35b77a;
  color: #070808;
  border-color: #35b77a;
  outline: none;
}
.stitch-review-pagination {
  position: absolute;
  left: 50%;
  bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.stitch-review-pagination button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #52605b;
  border: 0;
  border-radius: 50%;
  transition: width .2s ease,background .2s ease,border-radius .2s ease;
}
.stitch-review-pagination button.active {
  width: 24px;
  background: #35b77a;
  border-radius: 5px;
}
.stitch-review-pagination button:focus-visible {
  outline: 2px solid #efeeeb;
  outline-offset: 4px;
}
.stitch-review-count {
  position: absolute;
  right: 54px;
  bottom: 0;
  color: #7f8b86;
  letter-spacing: .1em;
  font: 700 8px/12px "Open Sans", sans-serif;
}
.stitch-credentials {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border: 1px solid #24332e;
  border-top: 0;
}
.stitch-credentials > div {
  min-height: 96px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 4px 12px;
}
.stitch-credentials > div + div {
  border-left: 1px solid #24332e;
}
.stitch-credentials .material-symbols-outlined, .stitch-credentials .stitch-symbol {
  grid-row: span 2;
  min-width: 28px;
  color: #35b77a;
  font-size: 23px;
}
.stitch-credentials .stitch-symbol-wide {
  font-size: 15px;
  letter-spacing: -.04em;
}
.stitch-credentials span {
  color: #efeeeb;
  text-transform: uppercase;
  letter-spacing: .07em;
  font: 700 10px/14px "Open Sans", sans-serif;
}
.stitch-credentials small {
  color: #7f8b86;
  text-transform: uppercase;
  letter-spacing: .05em;
  font: 600 8px/10px "Open Sans", sans-serif;
}
.stitch-closing-cta {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  background: #111615;
  border: 1px solid #24332e;
  border-bottom: 0;
}
.stitch-closing-copy {
  padding: 72px 80px;
}
.stitch-closing-copy h2 {
  max-width: 720px;
  margin: 20px 0 22px;
  color: #efeeeb;
  text-transform: uppercase;
  letter-spacing: -.045em;
  font: 900 52px/55px Montserrat, sans-serif;
}
.stitch-closing-copy p {
  max-width: 650px;
  margin: 0 0 30px;
  color: #a7b3af;
  font: 400 17px/27px "Open Sans", sans-serif;
}
.stitch-closing-copy .stitch-process-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: #efeeeb;
  text-transform: uppercase;
  letter-spacing: .06em;
  font: 700 10px/15px "Open Sans", sans-serif;
}
.stitch-process-line i {
  color: #35b77a;
  font-style: normal;
}
.stitch-closing-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.stitch-closing-copy > div a {
  min-height: 52px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 10px/14px "Open Sans", sans-serif;
}
.stitch-closing-copy > div a:first-child {
  background: #35b77a;
  color: #070808;
}
.stitch-closing-copy > div a:last-child {
  color: #efeeeb;
  border: 1px solid #34433e;
}
.stitch-closing-price {
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #35b77a;
  color: #070808;
  text-align: center;
}
.stitch-closing-price small, .stitch-closing-price span {
  text-transform: uppercase;
  letter-spacing: .1em;
  font: 800 10px/14px "Open Sans", sans-serif;
}
.stitch-closing-price strong {
  margin: 8px 0 4px;
  letter-spacing: -.08em;
  font: 900 104px/.9 Montserrat, sans-serif;
}
.stitch-closing-price sup {
  font-size: 44px;
}
.sc-mobile-jump {
  display: none;
}
@media (max-width: 1100px) {
  .aurora-global-nav {
    padding-inline: 40px;
  }
  .aurora-global-logo {
    width: 145px;
    flex-basis: 145px;
  }
  .aurora-global-links {
    gap: 18px;
  }
  .aurora-global-actions > a:first-child {
    display: none;
  }
  .aurora-global-footer-grid {
    padding-inline: 40px;
    gap: 26px;
  }
  .aurora-footer-newsletter {
    width: calc(100% - 80px);
  }
  .aurora-footer-bottom {
    width: calc(100% - 80px);
  }
  .stitch-social-proof {
    padding-inline: 40px;
  }
  .stitch-proof-images figure {
    min-height: 500px;
  }
  .stitch-review-panel {
    padding: 40px;
  }
  .stitch-closing-cta {
    grid-template-columns: minmax(0,1fr) 310px;
  }
  .stitch-closing-copy {
    padding: 64px 50px;
  }
}
@media (max-width: 850px) {
  body {
    padding-bottom: 64px;
  }
  .aurora-announcement {
    min-height: 36px;
    padding: 6px 10px;
    flex-wrap: wrap;
    gap: 2px 8px;
    font-size: 8px;
    line-height: 10px;
  }
  .aurora-global-nav {
    min-height: 94px;
    padding: 10px 20px;
  }
  .aurora-global-logo {
    width: 104px;
    flex-basis: 104px;
  }
  .aurora-global-links, .aurora-global-actions {
    display: none;
  }
  .aurora-global-menu {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    display: block;
    transform: translateY(-50%);
    border: 1px solid #34433e;
    background: transparent;
  }
  .aurora-global-menu span {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: #efeeeb;
    transition: transform .2s ease,top .2s ease;
  }
  .aurora-global-menu span:first-child {
    top: 15px;
  }
  .aurora-global-menu span:last-child {
    top: 24px;
  }
  .aurora-global-menu[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }
  .aurora-global-menu[aria-expanded="true"] span:last-child {
    top: 20px;
    transform: rotate(-45deg);
  }
  .aurora-global-mobile-menu {
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 24px;
    background: rgba(7,8,8,.995);
    border-bottom: 1px solid #34433e;
  }
  .aurora-global-mobile-menu a {
    padding: 13px 2px;
    color: #efeeeb;
    border-bottom: 1px solid #34433e;
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 11px/17px "Open Sans", sans-serif;
  }
  .aurora-global-mobile-menu a.active {
    color: #35b77a;
  }
  .aurora-global-mobile-menu .quote {
    margin-top: 14px;
    background: #35b77a;
    color: #070808;
    text-align: center;
  }
  .aurora-global-footer {
    padding-top: 54px;
  }
  .aurora-global-footer-grid {
    padding: 0 20px 48px;
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }
  .aurora-footer-about, .aurora-footer-contact {
    grid-column: span 2;
  }
  .aurora-footer-newsletter {
    width: calc(100% - 40px);
  }
  .aurora-footer-newsletter input {
    min-width: 0;
    flex: 1;
  }
  .aurora-footer-newsletter form > div {
    width: 100%;
  }
  .aurora-footer-bottom {
    width: calc(100% - 40px);
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .aurora-mobile-actions {
    position: fixed;
    z-index: 210;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 64px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: #070808;
    box-shadow: 0 -1px 0 #34433e;
  }
  .aurora-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efeeeb;
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 800 11px/14px "Open Sans", sans-serif;
  }
  .aurora-mobile-actions a:first-child {
    border-right: 1px solid #34433e;
  }
  .aurora-mobile-actions a:last-child {
    background: #35b77a;
    color: #070808;
  }
  .stitch-social-proof {
    padding: 72px 20px 0;
  }
  .stitch-proof-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .stitch-proof-images, .stitch-review-panel {
    width: 100%;
    max-width: 100%;
  }
  .stitch-proof-images {
    border-right: 0;
    border-bottom: 1px solid #24332e;
  }
  .stitch-proof-images figure {
    min-height: 430px;
  }
  .stitch-review-panel {
    padding: 36px 28px;
  }
  .stitch-review-panel h2 {
    font-size: 37px;
    line-height: 41px;
  }
  .stitch-review-card {
    min-height: 270px;
  }
  .stitch-credentials {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .stitch-credentials > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #24332e;
  }
  .stitch-credentials > div:nth-child(4) {
    border-top: 1px solid #24332e;
  }
  .stitch-closing-cta {
    grid-template-columns: 1fr;
  }
  .stitch-closing-copy {
    padding: 60px 28px;
  }
  .stitch-closing-copy h2 {
    font-size: 42px;
    line-height: 44px;
  }
  .stitch-closing-copy > div {
    flex-direction: column;
  }
  .stitch-closing-copy > div a {
    width: 100%;
  }
  .stitch-closing-price {
    min-height: 280px;
  }
  .sc-mobile-jump {
    width: 100%;
    min-height: 52px;
    margin: -20px 0 34px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #35b77a;
    color: #070808;
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 800 11px/14px "Open Sans", sans-serif;
  }
  .sc-mobile-jump .material-symbols-outlined {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .aurora-announcement i {
    display: none;
  }
  .aurora-announcement span {
    margin-inline: 3px;
  }
  .aurora-global-footer-grid {
    grid-template-columns: 1fr;
  }
  .aurora-footer-about, .aurora-footer-contact {
    grid-column: 1;
  }
  .stitch-social-proof {
    padding-top: 56px;
  }
  .stitch-proof-images {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .stitch-proof-images figure, .stitch-proof-images figure + figure {
    min-height: 240px;
  }
  .stitch-proof-images figure + figure {
    border-top: 0;
    border-left: 1px solid #24332e;
  }
  .stitch-proof-images figcaption {
    min-height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 8px;
    line-height: 11px;
  }
  .stitch-review-panel {
    padding: 28px 20px;
  }
  .stitch-review-panel h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .stitch-rating {
    margin: 16px 0 22px;
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }
  .stitch-rating > strong {
    font-size: 58px;
  }
  .stitch-rating > div > span {
    font-size: 14px;
  }
  .stitch-rating a {
    font-size: 9px;
  }
  .stitch-review-carousel {
    padding: 0 0 56px;
  }
  .stitch-review-card {
    min-height: 250px;
    padding: 20px;
  }
  .stitch-review-card > header {
    grid-template-columns: auto 1fr;
  }
  .stitch-google-label {
    grid-column: 2;
  }
  .stitch-review-card blockquote p {
    font-size: 19px;
    line-height: 28px;
  }
  .stitch-review-arrow {
    top: auto;
    bottom: 0;
  }
  .stitch-review-arrow.previous {
    left: 0;
  }
  .stitch-review-arrow.next {
    right: 0;
  }
  .stitch-review-pagination {
    bottom: 17px;
  }
  .stitch-review-count {
    display: none;
  }
  .stitch-credentials {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .stitch-credentials > div {
    min-height: 88px;
    padding: 14px 12px;
    gap: 3px 8px;
  }
  .stitch-credentials > div + div {
    border-top: 0;
    border-left: 1px solid #24332e;
  }
  .stitch-credentials > div:nth-child(3) {
    border-top: 1px solid #24332e;
    border-left: 0;
  }
  .stitch-credentials > div:nth-child(4) {
    border-top: 1px solid #24332e;
  }
  .stitch-credentials .material-symbols-outlined, .stitch-credentials .stitch-symbol {
    min-width: 22px;
    font-size: 19px;
  }
  .stitch-credentials span {
    font-size: 9px;
    line-height: 12px;
  }
  .stitch-credentials small {
    font-size: 7px;
    line-height: 9px;
  }
  .stitch-closing-copy .stitch-process-line {
    align-items: flex-start;
    flex-direction: column;
  }
  .stitch-process-line i {
    transform: rotate(90deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .stitch-review-track {
    transition: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}

/* /node_modules/leaflet/dist/leaflet.css */
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../images/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../images/leaflet/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(../images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}


/* ============================================================================
 * Ported inline styles.
 *
 * The approved site's framework injected these as style="" attributes on its
 * image elements; the exact-markup pipeline strips inline styles, so the same
 * declarations live here, scoped to the slots that carried them.
 * ========================================================================= */

.sa-truck img,
.sa-technician img,
.ss-photo-placeholder > img,
.ss-pricing-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-furnace-photo > img { object-position: center 42%; }
.ss-ac-photo > img { object-position: center 38%; }
.ss-dryer-photos > div:first-child img { object-position: center 45%; }
.ss-dryer-photos > div:last-child img { object-position: center 55%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(1) article:nth-of-type(1) .ss-pricing-photo img { object-position: center 40%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(1) article:nth-of-type(2) .ss-pricing-photo img { object-position: center 45%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(1) article:nth-of-type(3) .ss-pricing-photo img { object-position: center 55%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(2) article:nth-of-type(1) .ss-pricing-photo img { object-position: center 45%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(2) article:nth-of-type(2) .ss-pricing-photo img { object-position: center 68%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(2) article:nth-of-type(3) .ss-pricing-photo img { object-position: center 45%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(2) article:nth-of-type(4) .ss-pricing-photo img { object-position: center 55%; }
.ss-pricing-columns > .ss-pricing-group:nth-child(2) article:nth-of-type(5) .ss-pricing-photo img { object-position: center 62%; }

/* ============================================================================
 * WordPress and Elementor transport layer.
 *
 * The approved markup renders inside Elementor documents. These rules make the
 * Elementor wrappers structurally invisible so the captured design is the only
 * cascade that matters. Scoped to the theme body class on purpose.
 * ========================================================================= */

body.aurora-furnace-preview-theme .stitch-home,
body.aurora-furnace-preview-theme .stitch-services,
body.aurora-furnace-preview-theme .stitch-about,
body.aurora-furnace-preview-theme .stitch-areas,
body.aurora-furnace-preview-theme .stitch-contact {
  width: 100%;
  max-width: none;
}

body.aurora-furnace-preview-theme .elementor,
body.aurora-furnace-preview-theme .elementor > .e-con,
body.aurora-furnace-preview-theme .elementor > .elementor-section,
body.aurora-furnace-preview-theme .elementor .elementor-widget-html,
body.aurora-furnace-preview-theme .elementor .elementor-widget-html > .elementor-widget-container,
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-section,
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-section > .elementor-widget-container {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

body.aurora-furnace-preview-theme .elementor > .e-con,
body.aurora-furnace-preview-theme .elementor > .elementor-section {
  --container-max-width: none;
  --content-width: 100%;
  --display: block;
  --gap: 0;
  display: block;
}

body.aurora-furnace-preview-theme .elementor .elementor-widget-html,
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-section {
  --widgets-spacing: 0;
}

body.aurora-furnace-preview-theme .elementor .elementor-widget-html > .elementor-widget-container > main {
  width: 100%;
  max-width: none;
}

body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main > .e-con-inner,
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main > .aurora-furnace-exact-section,
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-section > .elementor-widget-container {
  display: contents !important;
}

/* The approved cascade styles these two pages' <main> element directly; the
 * transport resets above must not win over the captured design. Values are
 * copied verbatim from the captured stylesheet (.sra-main, .sc-main). */
body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main.sra-main {
  display: flex !important;
  flex: 1 0 auto;
  flex-direction: column;
}

body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main.sc-main {
  flex: 1 0 auto;
  padding: 64px 0 128px !important;
}

@media (max-width: 850px) {
  body.aurora-furnace-preview-theme .elementor .aurora-furnace-exact-main.sc-main {
    padding: 56px 0 80px !important;
  }
}

body.aurora-furnace-preview-theme .stitch-home img,
body.aurora-furnace-preview-theme .stitch-services img,
body.aurora-furnace-preview-theme .stitch-about img,
body.aurora-furnace-preview-theme .stitch-areas img,
body.aurora-furnace-preview-theme .stitch-contact img,
body.aurora-furnace-preview-theme .stitch-home svg,
body.aurora-furnace-preview-theme .stitch-services svg,
body.aurora-furnace-preview-theme .stitch-about svg,
body.aurora-furnace-preview-theme .stitch-areas svg,
body.aurora-furnace-preview-theme .stitch-contact svg {
  vertical-align: middle;
}
