@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700;800;900&family=Barlow:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --orange: #f26522;
  --orange-dark: #d94e10;
  --orange-soft: #fff1e9;
  --ink: #141414;
  --ink-soft: #292929;
  --gray: #686868;
  --line: #dedbd7;
  --paper: #ffffff;
  --warm: #f8f3ee;
  --cool: #f3f4f5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  overflow-x: hidden;
}

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

a,
button,
input,
select,
textarea {
  font: inherit;
}

a,
button {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

button {
  cursor: pointer;
}

/* Shared review styles */

.heritage-page {
  background: #fff;
  color: var(--ink);
  font-family: Barlow, Arial, sans-serif;
  min-width: 320px;
}

.heritage-header {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 190px minmax(260px, 1fr) auto;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 126px;
  padding: 15px 32px;
}

.heritage-logo {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: flex-start;
}

.heritage-logo img {
  height: 92px;
  object-fit: contain;
  object-position: left center;
  width: 180px;
}

.heritage-header-note {
  border-left: 1px solid #e4e1dd;
  display: grid;
  gap: 4px;
  justify-self: end;
  padding-left: 28px;
}

.heritage-header-note span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.heritage-header-note strong {
  font-size: 15px;
  font-weight: 600;
}

.heritage-contact {
  align-items: stretch;
  display: flex;
}

.heritage-phone {
  align-items: center;
  background: #f0f0ef;
  color: var(--ink);
  display: grid;
  font-size: 19px;
  font-weight: 600;
  justify-items: center;
  min-width: 172px;
  padding: 14px 20px;
  text-decoration: none;
}

.heritage-phone span {
  color: #6b6b6b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.heritage-header-cta {
  align-items: center;
  background: var(--orange);
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-width: 154px;
  padding: 20px 22px;
  text-decoration: none;
}

.heritage-header-cta:hover,
.heritage-primary-cta:hover,
.heritage-booking-actions a:hover,
.heritage-expertise-copy > a:hover,
.heritage-problem-copy > a:hover,
.heritage-owner-copy > a:hover,
.heritage-warranty-section a:hover,
.heritage-area-section > a:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.heritage-hero {
  background: url('images/projects/20221121_145341.webp') center 36% / cover no-repeat;
  min-height: 720px;
  position: relative;
}

.heritage-hero-shade {
  background: linear-gradient(90deg, rgba(6, 6, 6, .94) 0%, rgba(6, 6, 6, .84) 48%, rgba(6, 6, 6, .58) 72%, rgba(6, 6, 6, .45) 100%);
  inset: 0;
  position: absolute;
}

.heritage-hero-inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 720px;
  padding: 54px 32px 96px;
  position: relative;
  z-index: 1;
}

.heritage-hero-copy {
  color: #fff;
  max-width: 700px;
}

.heritage-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.heritage-proof-row span {
  background: #fff;
  border-radius: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  padding: 13px 16px;
}

.heritage-proof-row span::before {
  color: var(--orange);
  content: '✓';
  font-weight: 900;
  margin-right: 8px;
}

.heritage-ribbon {
  background: var(--orange);
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .025em;
  margin: 0 0 24px;
  padding: 9px 13px;
}

.heritage-hero-copy h1 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .96;
  margin: 0;
}

.heritage-hero-copy h2 {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 400;
  line-height: 1.2;
  margin: 16px 0 14px;
  max-width: 670px;
}

.heritage-hero-intro {
  color: #e5e5e5;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 640px;
}

.heritage-hero-checks {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 28px;
  padding: 0;
}

.heritage-hero-checks li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  padding-left: 31px;
  position: relative;
}

.heritage-hero-checks li::before {
  color: var(--orange);
  content: '✓';
  font-size: 19px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -2px;
}

.heritage-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.heritage-primary-cta,
.heritage-secondary-cta {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 53px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.heritage-primary-cta {
  background: var(--orange);
  color: #fff;
}

.heritage-secondary-cta {
  border: 1px solid rgba(255, 255, 255, .72);
  color: #fff;
}

.heritage-secondary-cta:hover {
  background: #fff;
  color: var(--ink);
}

.heritage-lead-form {
  align-self: start;
  background: #fff;
  border-top: 7px solid var(--orange);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding: 22px 24px 20px;
}

.heritage-form-kicker {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  margin: 0;
  text-transform: uppercase;
}

.heritage-lead-form h2 {
  color: var(--ink);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.heritage-lead-form > p:not(.heritage-form-kicker) {
  color: #666;
  font-size: 14px;
  line-height: 1.45;
  margin: -2px 0 2px;
}

.heritage-lead-form label {
  color: #2e2e2e;
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.heritage-lead-form input,
.heritage-lead-form select,
.heritage-lead-form textarea {
  background: #f7f7f6;
  border: 1px solid #d9d9d6;
  border-radius: 0;
  color: var(--ink);
  font-size: 15px;
  min-height: 41px;
  outline: none;
  padding: 11px 12px;
  text-transform: none;
  width: 100%;
}

.heritage-lead-form input:focus,
.heritage-lead-form select:focus,
.heritage-lead-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, .12);
}

.heritage-form-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.heritage-lead-form button {
  background: var(--orange);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  min-height: 48px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.heritage-lead-form button:hover {
  background: var(--orange-dark);
}

.heritage-lead-form small {
  color: #737373;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

.heritage-booking-band {
  align-items: center;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .13);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: -54px auto 0;
  max-width: 1180px;
  min-height: 128px;
  padding: 26px 34px;
  position: relative;
  z-index: 3;
}

.heritage-booking-band p,
.heritage-section-heading > p,
.heritage-expertise-copy > p:first-child,
.heritage-problem-copy > p:first-child,
.heritage-owner-copy > p:first-child,
.heritage-warranty-section > div > p:first-child {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .07em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.heritage-booking-band h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 5px;
}

.heritage-booking-band span {
  color: #777;
  font-size: 12px;
}

.heritage-booking-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.heritage-booking-actions a {
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.heritage-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 92px 24px;
}

.heritage-section-heading {
  margin-bottom: 36px;
}

.heritage-centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  text-align: center;
}

.heritage-section-heading h2 {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.03;
  margin: 0 0 12px;
}

.heritage-section-heading > span {
  color: #656565;
  display: block;
  font-size: 16px;
  line-height: 1.55;
}

.heritage-proof-section {
  padding-top: 82px;
}

.heritage-proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.heritage-proof-grid article {
  background: #f8f8f7;
  border-bottom: 4px solid var(--orange);
  min-height: 185px;
  padding: 24px;
}

.heritage-proof-grid article > span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.heritage-proof-grid h3 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.05;
  margin: 18px 0 9px;
}

.heritage-proof-grid p {
  color: #646464;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.heritage-expertise-section {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 1fr 1fr;
  padding-top: 58px;
}

.heritage-expertise-copy h2,
.heritage-problem-copy h2,
.heritage-owner-copy h2,
.heritage-warranty-section h2 {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: clamp(35px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.02;
  margin: 0 0 20px;
}

.heritage-expertise-copy > p:not(:first-child),
.heritage-owner-copy > p:not(:first-child),
.heritage-warranty-section > div > p:not(:first-child) {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 15px;
}

.heritage-expertise-copy > strong,
.heritage-warranty-section > div > strong {
  border-left: 4px solid var(--orange);
  display: block;
  font-size: 17px;
  line-height: 1.45;
  margin: 24px 0;
  padding-left: 18px;
}

.heritage-expertise-copy > a,
.heritage-problem-copy > a,
.heritage-owner-copy > a,
.heritage-warranty-section a,
.heritage-area-section > a {
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 49px;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.heritage-expertise-image {
  min-height: 500px;
  position: relative;
}

.heritage-expertise-image img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.heritage-expertise-image > div {
  align-items: center;
  background: var(--orange);
  bottom: -22px;
  color: #fff;
  display: flex;
  gap: 14px;
  left: -24px;
  max-width: 260px;
  padding: 18px 22px;
  position: absolute;
}

.heritage-expertise-image > div strong {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 44px;
  line-height: .9;
}

.heritage-expertise-image > div span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.heritage-services-section {
  background: var(--warm);
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
}

.heritage-service-grid {
  display: grid;
  gap: 20px;
}

.heritage-service-grid-expanded {
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1180px;
}

.heritage-service-grid > article {
  background: #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, .07);
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 330px;
  overflow: hidden;
}

.heritage-service-image {
  min-height: 100%;
  position: relative;
}

.heritage-service-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.heritage-service-image > span {
  align-items: center;
  background: var(--orange);
  color: #fff;
  display: flex;
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.heritage-service-body {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 23px;
}

.heritage-service-body h3 {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 25px;
  line-height: 1.03;
  margin: 0 0 11px;
}

.heritage-service-body p {
  color: #505050;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 13px;
}

.heritage-service-body ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.heritage-service-body li {
  color: #303030;
  font-size: 13px;
  line-height: 1.35;
  padding-left: 18px;
  position: relative;
}

.heritage-service-body li::before {
  color: var(--orange);
  content: '•';
  font-size: 20px;
  left: 2px;
  line-height: 12px;
  position: absolute;
  top: 2px;
}

.heritage-service-body a {
  border-bottom: 2px solid var(--orange);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  margin-top: auto;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}

.heritage-service-body a:hover {
  color: var(--orange);
}

.heritage-scope-note {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: .9fr 1.1fr;
  margin: 28px auto 0;
  max-width: 1180px;
  padding: 30px 34px;
}

.heritage-scope-note > div p {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 5px;
}

.heritage-scope-note h3 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 25px;
  line-height: 1.05;
  margin: 0;
}

.heritage-scope-note > p {
  color: #d5d5d5;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.heritage-quality-section {
  background: linear-gradient(rgba(12, 12, 12, .92), rgba(12, 12, 12, .92)), url('images/projects/20221216_094731.webp') center / cover;
  color: #fff;
  padding: 92px 24px;
}

.heritage-quality-inner {
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
}

.heritage-quality-inner > p {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 8px;
}

.heritage-quality-inner > h2 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 54px);
  line-height: 1;
  margin: 0 0 10px;
}

.heritage-quality-inner > span {
  color: #d3d3d3;
  display: block;
  font-size: 16px;
}

.heritage-quality-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
}

.heritage-quality-grid article {
  border: 1px solid rgba(255, 255, 255, .24);
  min-height: 170px;
  padding: 24px 18px;
  text-align: left;
}

.heritage-quality-grid strong {
  color: var(--orange);
  display: block;
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 19px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.heritage-quality-grid p {
  color: #dedede;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.heritage-process-section {
  text-align: center;
}

.heritage-process-grid {
  display: grid;
  gap: 14px;
}

.heritage-process-five {
  grid-template-columns: repeat(5, 1fr);
}

.heritage-process-grid article {
  background: #f7f7f6;
  min-height: 220px;
  padding: 25px 19px;
  text-align: left;
}

.heritage-process-grid article > strong {
  color: var(--orange);
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 30px;
}

.heritage-process-grid h3 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 23px;
  margin: 14px 0 9px;
}

.heritage-process-grid p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.heritage-process-close {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 18px;
}

.heritage-outline-cta {
  border: 2px solid var(--orange);
  color: var(--orange);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 48px;
  align-items: center;
  padding: 0 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.heritage-outline-cta:hover {
  background: var(--orange);
  color: #fff;
}

.heritage-problem-section {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: .95fr 1.05fr;
  padding-bottom: 100px;
  padding-top: 20px;
}

.heritage-problem-image {
  min-height: 580px;
  position: relative;
}

.heritage-problem-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.heritage-problem-image > div {
  background: var(--orange);
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 2px;
  left: 0;
  padding: 18px 22px;
  position: absolute;
  right: 0;
}

.heritage-problem-image strong {
  font-size: 13px;
  letter-spacing: .08em;
}

.heritage-problem-image span {
  font-size: 14px;
}

.heritage-problem-copy {
  background: var(--warm);
  padding: 55px 54px;
}

.heritage-problem-copy > span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 22px;
}

.heritage-problem-copy ul {
  display: grid;
  gap: 9px 22px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0 0 27px;
  padding: 0;
}

.heritage-problem-copy li {
  font-size: 14px;
  line-height: 1.35;
  padding-left: 22px;
  position: relative;
}

.heritage-problem-copy li::before {
  color: var(--orange);
  content: '✓';
  font-weight: 900;
  left: 0;
  position: absolute;
}

.before-after-section {
  padding: 92px 24px 98px;
}

.before-after-shell {
  margin: 0 auto;
  max-width: 1180px;
}

.before-after-heading {
  margin: 0 auto 43px;
  max-width: 850px;
  text-align: center;
}

.before-after-heading > p {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.before-after-heading h2 {
  font-size: clamp(41px, 5vw, 58px);
  letter-spacing: -.04em;
  line-height: .98;
  margin: 0 0 17px;
}

.before-after-heading > span {
  color: #686868;
  display: block;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 760px;
}

.before-after-grid,
.before-after-context-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.before-after-card {
  background: #fff;
  overflow: hidden;
}

.before-after-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.before-after-pair figure {
  background: #191919;
  height: 285px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.before-after-pair figure + figure {
  border-left: 4px solid #fff;
}

.before-after-card-portrait .before-after-pair figure {
  height: 360px;
}

.before-after-pair img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.before-after-card:hover .before-after-pair img {
  transform: scale(1.022);
}

.before-after-pair figcaption {
  background: rgba(14, 14, 14, .9);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  left: 13px;
  letter-spacing: .08em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
}

.before-after-pair figure:last-child figcaption {
  background: var(--orange);
}

.before-after-copy {
  padding: 24px 26px 28px;
}

.before-after-copy > p {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 7px;
}

.before-after-copy h3 {
  font-size: 25px;
  line-height: 1.08;
  margin: 0 0 9px;
}

.before-after-copy > span {
  color: #676767;
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.before-after-context-heading {
  align-items: end;
  border-top: 1px solid #d8d3cd;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  margin: 48px 0 19px;
  padding-top: 24px;
}

.before-after-context-heading strong {
  color: var(--orange);
  flex-shrink: 0;
  font-size: 11px;
  letter-spacing: .1em;
}

.before-after-context-heading span {
  color: #747474;
  font-size: 13px;
  line-height: 1.5;
  max-width: 620px;
  text-align: right;
}

.before-after-context-card .before-after-pair figure {
  height: 330px;
}

.before-after-context-card.before-after-card-portrait .before-after-pair figure {
  height: 390px;
}

.before-after-cta {
  align-items: center;
  background: #171717;
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 28px 31px;
}

.before-after-cta > div {
  display: grid;
  gap: 5px;
}

.before-after-cta strong {
  font-size: 19px;
  line-height: 1.25;
}

.before-after-cta span {
  color: #c6c6c6;
  font-size: 13px;
  line-height: 1.5;
}

.before-after-cta > a {
  flex-shrink: 0;
}

.heritage-before-after {
  background: var(--warm);
}

.heritage-before-after .before-after-heading h2,
.heritage-before-after .before-after-copy h3 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-weight: 800;
}

.heritage-before-after .before-after-card {
  border-top: 5px solid var(--orange);
  box-shadow: 0 12px 34px rgba(30, 24, 18, .09);
}

.heritage-owner-section {
  align-items: center;
  background: var(--orange-soft);
  display: grid;
  gap: 55px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 92px;
  max-width: 1180px;
  padding: 60px;
}

.heritage-owner-video {
  min-height: 410px;
  overflow: hidden;
  position: relative;
}

.heritage-owner-video::after {
  background: linear-gradient(transparent, rgba(0, 0, 0, .82));
  content: '';
  inset: 0;
  position: absolute;
}

.heritage-owner-video img {
  height: 410px;
  object-fit: cover;
  width: 100%;
}

.heritage-owner-video .owner-video-play {
  align-items: center;
  background: var(--orange);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 23px;
  font-style: normal;
  height: 68px;
  justify-content: center;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 68px;
  z-index: 2;
}

.heritage-owner-video > div {
  bottom: 20px;
  color: #fff;
  display: grid;
  gap: 3px;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 2;
}

.heritage-owner-video > div strong {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: 21px;
}

.heritage-owner-video > div span {
  color: #ddd;
  font-size: 12px;
}

.heritage-warranty-section {
  align-items: center;
  border: 1px solid #e5a47f;
  display: grid;
  gap: 40px;
  grid-template-columns: .85fr 1.15fr;
  margin-bottom: 92px;
  padding: 25px;
}

.heritage-warranty-section > img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.heritage-warranty-section > div {
  padding: 20px 24px 20px 0;
}

.heritage-area-section {
  background: linear-gradient(rgba(255, 244, 237, .96), rgba(255, 244, 237, .96)), url('images/projects/20221216_094731.webp') center / cover;
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
  text-align: center;
}

.heritage-area-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px auto 28px;
  max-width: 1180px;
}

.heritage-area-grid span {
  align-items: center;
  background: var(--orange);
  border: 1px solid var(--orange-dark);
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 49px;
  padding: 10px;
}

.heritage-faq-section {
  max-width: 980px;
}

.heritage-faq-list {
  display: grid;
  gap: 7px;
}

.heritage-faq-list details {
  border: 1px solid var(--orange);
}

.heritage-faq-list summary {
  align-items: center;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 50px;
  padding: 12px 17px;
}

.heritage-faq-list summary::-webkit-details-marker {
  display: none;
}

.heritage-faq-list summary span {
  font-size: 20px;
  margin-left: 18px;
}

.heritage-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.heritage-faq-list details p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 18px 20px 21px;
}

.heritage-final-section {
  align-items: center;
  background: linear-gradient(90deg, rgba(8, 8, 8, .96), rgba(8, 8, 8, .76)), url('images/projects/20221201_133052.webp') center / cover;
  display: grid;
  gap: 62px;
  grid-template-columns: 1fr minmax(360px, 470px);
  padding: 85px max(32px, calc((100vw - 1180px) / 2));
}

.heritage-final-copy {
  color: #fff;
}

.heritage-final-copy > p {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 10px;
}

.heritage-final-copy h2 {
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 18px;
}

.heritage-final-copy > span {
  color: #ddd;
  display: block;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 650px;
}

.heritage-final-copy > a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.heritage-form-compact {
  box-shadow: none;
}

.heritage-footer {
  background: #1d1d1d;
  color: #fff;
  display: grid;
  gap: 35px;
  grid-template-columns: 1.3fr .7fr .8fr;
  padding: 55px max(32px, calc((100vw - 1180px) / 2)) 30px;
}

.heritage-footer-brand img {
  background: #fff;
  height: 105px;
  object-fit: contain;
  padding: 5px;
  width: 160px;
}

.heritage-footer-brand p {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 0;
  max-width: 410px;
}

.heritage-footer > div:not(.heritage-footer-brand) {
  align-content: start;
  display: grid;
  gap: 9px;
}

.heritage-footer > div strong {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.heritage-footer a,
.heritage-footer span {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.heritage-footer > small {
  border-top: 1px solid #3d3d3d;
  color: #999;
  font-size: 10px;
  grid-column: 1 / -1;
  line-height: 1.55;
  padding-top: 18px;
}

/* Selected LA Chimney Services design */

.air-page {
  --air-deep: #171717;
  --air-deeper: #0b0b0b;
  --air-accent: var(--orange);
  --air-bright: #ff8a4f;
  background: #fff;
  color: var(--ink);
  font-family: Outfit, Arial, sans-serif;
  min-width: 320px;
}

.air-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.air-topbar {
  background: var(--air-deep);
  color: #fff;
  min-height: 44px;
}

.air-topbar-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto auto 1fr;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 44px;
  padding: 7px 32px;
}

.air-topbar-inner > span,
.air-topbar-inner > strong {
  font-size: 12px;
  font-weight: 500;
}

.air-topbar-inner > strong {
  border-left: 1px solid #414141;
  padding-left: 22px;
}

.air-topbar-inner > div {
  display: flex;
  gap: 38px;
  justify-self: end;
}

.air-topbar-inner a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.air-topbar-inner b {
  color: var(--air-bright);
}

.air-header {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 25px;
  grid-template-columns: 190px 1fr auto;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 124px;
  padding: 16px 32px;
}

.air-logo img {
  height: 90px;
  object-fit: contain;
  object-position: left center;
  width: 180px;
}

.air-header-copy {
  display: grid;
  gap: 3px;
  justify-self: center;
  text-align: center;
}

.air-header-copy span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.air-header-copy strong {
  font-size: 15px;
  font-weight: 600;
}

.air-header-actions {
  display: flex;
  gap: 12px;
}

.air-header-actions a,
.air-hero-actions a,
.air-button {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  text-decoration: none;
}

.air-call {
  border: 1px solid #c9c9c9;
  color: var(--ink);
}

.air-schedule,
.air-button {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
}

.air-header-actions a:hover,
.air-button:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: #fff;
  transform: translateY(-1px);
}

.air-hero {
  background: url('images/projects/20221216_094731.webp') center 54% / cover no-repeat;
  color: #fff;
  min-height: 680px;
  position: relative;
}

.air-hero-background {
  background: linear-gradient(90deg, rgba(9, 9, 9, .94), rgba(20, 20, 20, .82) 52%, rgba(242, 101, 34, .36));
  inset: 0;
  position: absolute;
}

.air-hero-inner {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 680px;
  padding: 52px 32px;
  position: relative;
  z-index: 1;
}

.air-hero-copy > p {
  color: var(--air-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 15px;
}

.air-hero-copy h1 {
  font-size: clamp(50px, 5.4vw, 70px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0 0 16px;
  max-width: 680px;
}

.air-hero-copy h2 {
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 16px;
  max-width: 650px;
}

.air-hero-copy > span {
  color: #ededed;
  display: block;
  font-size: 16px;
  line-height: 1.65;
  max-width: 660px;
}

.air-hero-copy ul {
  display: grid;
  gap: 8px 26px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 22px 0 26px;
  padding: 0;
}

.air-hero-copy li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  position: relative;
}

.air-hero-copy li::before {
  color: var(--air-bright);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
}

.air-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.air-hero-actions a:first-child {
  background: #fff;
  color: var(--ink);
}

.air-hero-actions a:last-child {
  background: var(--orange);
  color: #fff;
}

.air-hero-actions a:hover {
  background: var(--orange-dark);
  color: #fff;
}

.air-hero-copy > small {
  color: #cfcfcf;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 13px;
}

.air-lead-form {
  align-self: start;
  background: rgba(17, 17, 17, .9);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .25);
  display: grid;
  gap: 7px;
  padding: 21px 27px 19px;
}

.air-lead-form > p {
  color: var(--air-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
  text-align: center;
}

.air-lead-form h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0 0 5px;
  text-align: center;
}

.air-lead-form label {
  color: #fff;
  display: grid;
  font-size: 10px;
  font-weight: 600;
  gap: 5px;
}

.air-lead-form input,
.air-lead-form select {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  color: var(--ink);
  font-size: 13px;
  min-height: 38px;
  outline: none;
  padding: 9px 11px;
  width: 100%;
}

.air-lead-form input:focus,
.air-lead-form select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, .2);
}

.air-lead-form button {
  background: var(--orange);
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 18px;
}

.air-lead-form button:hover {
  background: var(--orange-dark);
}

.air-lead-form > small {
  color: #ccc;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}

.air-about {
  padding: 78px 24px 86px;
}

.air-section-heading {
  margin-bottom: 38px;
}

.air-centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
}

.air-kicker {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.air-section-heading h2,
.air-quality-copy h2,
.air-process-copy h2,
.air-problem-copy h2,
.air-owner-copy h2,
.air-area-section h2 {
  font-size: clamp(37px, 4.3vw, 50px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04;
  margin: 0 0 14px;
}

.air-section-heading > span {
  color: #686868;
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.air-proof-strip {
  background: linear-gradient(90deg, var(--orange-dark), var(--orange));
  border-radius: 7px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}

.air-proof-strip article {
  min-height: 165px;
  padding: 24px 19px;
  text-align: center;
}

.air-proof-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.air-proof-strip i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--orange);
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  margin: 0 auto 13px;
  width: 36px;
}

.air-proof-strip strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.air-proof-strip span {
  color: #ffede4;
  display: block;
  font-size: 11px;
  line-height: 1.45;
}

.air-services-section {
  background: var(--cool);
  padding: 86px 24px 92px;
}

.air-services-grid {
  display: grid;
  gap: 24px;
}

.air-services-grid-ten {
  grid-template-columns: repeat(3, 1fr);
}

.air-services-grid-ten > article:last-child {
  grid-column: 2;
}

.air-services-grid > article {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 9px 25px rgba(0, 0, 0, .065);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.air-card-image {
  height: 215px;
  overflow: hidden;
}

.air-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.air-services-grid article:hover .air-card-image img {
  transform: scale(1.035);
}

.air-services-grid article > h3 {
  background: var(--orange);
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  min-height: 55px;
  padding: 16px 18px;
  text-align: center;
}

.air-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px 22px 23px;
}

.air-card-body p {
  color: #565656;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 13px;
  text-align: center;
}

.air-card-body ul {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.air-card-body li {
  color: #343434;
  font-size: 12px;
  padding-left: 18px;
  position: relative;
}

.air-card-body li::before {
  color: var(--orange);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
}

.air-card-body a {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  margin-top: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.air-card-body a:hover {
  color: var(--orange-dark);
}

.air-scope-note {
  align-items: center;
  background: var(--air-deep);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: .45fr 1fr;
  margin-top: 26px;
  padding: 26px 30px;
}

.air-scope-note strong {
  color: var(--air-bright);
  font-size: 18px;
  line-height: 1.2;
}

.air-scope-note span {
  color: #d2d2d2;
  font-size: 13px;
  line-height: 1.55;
}

.air-quality-section {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: .92fr 1.08fr;
  padding: 95px 24px;
}

.air-quality-visual {
  min-height: 640px;
  position: relative;
}

.air-quality-visual img {
  border-radius: 10px;
  height: 640px;
  object-fit: cover;
  width: 100%;
}

.air-quality-visual > div {
  align-items: center;
  background: var(--orange);
  border-radius: 8px;
  bottom: 24px;
  color: #fff;
  display: flex;
  gap: 14px;
  padding: 19px 22px;
  position: absolute;
  right: -24px;
}

.air-quality-visual strong {
  font-size: 45px;
  line-height: .9;
}

.air-quality-visual span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  max-width: 120px;
  text-transform: uppercase;
}

.air-quality-copy > p:not(.air-kicker),
.air-problem-copy > p:not(.air-kicker),
.air-owner-copy > p:not(.air-kicker),
.air-area-section > div > p:not(.air-kicker) {
  color: #595959;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.air-quality-points {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.air-quality-points article {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
}

.air-quality-points i {
  align-items: center;
  background: var(--orange-soft);
  border-radius: 50%;
  color: var(--orange);
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.air-quality-points h3 {
  font-size: 16px;
  margin: 1px 0 4px;
}

.air-quality-points p {
  color: #636363;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.air-process-section {
  background: var(--air-deep);
  color: #fff;
  padding: 92px 24px;
}

.air-process-shell {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr 1fr;
}

.air-process-image {
  min-height: 580px;
  position: relative;
}

.air-process-image img {
  border-radius: 12px;
  height: 580px;
  object-fit: cover;
  width: 100%;
}

.air-process-image > div {
  background: var(--orange);
  border-radius: 8px;
  bottom: 24px;
  display: grid;
  gap: 3px;
  left: 24px;
  padding: 17px 20px;
  position: absolute;
  right: 24px;
}

.air-process-image span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.air-process-image strong {
  font-size: 16px;
}

.air-process-copy .air-kicker {
  color: var(--air-bright);
}

.air-process-copy h2 {
  color: #fff;
}

.air-process-copy ol {
  display: grid;
  gap: 19px;
  list-style: none;
  margin: 28px 0 24px;
  padding: 0;
}

.air-process-copy li {
  align-items: flex-start;
  display: grid;
  gap: 17px;
  grid-template-columns: 48px 1fr;
}

.air-process-copy li > strong {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--orange);
  display: flex;
  font-size: 14px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.air-process-copy h3 {
  font-size: 16px;
  margin: 1px 0 4px;
}

.air-process-copy li p {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.air-process-close {
  border-left: 3px solid var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  padding-left: 15px;
}

.air-button-light {
  background: var(--orange);
  color: #fff;
}

.air-problem-section {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: 1fr 1fr;
  padding: 95px 24px;
}

.air-problem-copy ul {
  display: grid;
  gap: 9px 20px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 23px 0 29px;
  padding: 0;
}

.air-problem-copy li {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}

.air-problem-copy li::before {
  color: var(--orange);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
}

.air-problem-image {
  min-height: 570px;
  position: relative;
}

.air-problem-image img {
  border-radius: 12px;
  height: 570px;
  object-fit: cover;
  width: 100%;
}

.air-problem-image > div {
  background: rgba(18, 18, 18, .92);
  border-left: 5px solid var(--orange);
  bottom: 24px;
  color: #fff;
  display: grid;
  gap: 3px;
  left: 24px;
  padding: 18px 20px;
  position: absolute;
  right: 24px;
}

.air-problem-image strong {
  color: var(--air-bright);
  font-size: 12px;
}

.air-problem-image span {
  font-size: 14px;
}

.air-before-after {
  background: var(--cool);
}

.air-before-after .before-after-heading h2,
.air-before-after .before-after-copy h3 {
  font-family: Outfit, Arial, sans-serif;
  font-weight: 700;
}

.air-before-after .before-after-card {
  border-radius: 12px;
  box-shadow: 0 15px 42px rgba(0, 0, 0, .09);
}

.air-before-after .before-after-pair {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.air-before-after .before-after-cta {
  border-radius: 10px;
}

.air-owner-section {
  align-items: center;
  display: grid;
  gap: 66px;
  grid-template-columns: 1fr 1fr;
  padding: 96px 24px;
}

.air-owner-video {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.air-owner-video::after {
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, .85));
  content: '';
  inset: 0;
  position: absolute;
}

.air-owner-video img {
  border-radius: 12px;
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.air-owner-video .owner-video-play {
  align-items: center;
  background: var(--orange);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 23px;
  font-style: normal;
  height: 70px;
  justify-content: center;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 2;
}

.air-owner-video > span {
  bottom: 21px;
  color: #fff;
  font-size: 12px;
  left: 22px;
  position: absolute;
  z-index: 2;
}

.air-warranty-section {
  background: linear-gradient(90deg, var(--orange-dark), var(--orange));
  color: #fff;
  padding: 82px 24px;
  text-align: center;
}

.air-warranty-section > div {
  max-width: 830px;
}

.air-warranty-section .air-kicker {
  color: #fff2eb;
}

.air-warranty-section h2 {
  font-size: clamp(38px, 4.6vw, 52px);
  letter-spacing: -.035em;
  line-height: 1.03;
  margin: 0 0 14px;
}

.air-warranty-section p:not(.air-kicker) {
  color: #fff4ee;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 auto 17px;
}

.air-warranty-section strong {
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}

.air-warranty-section .air-button {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

.air-faq-section {
  background: linear-gradient(rgba(12, 12, 12, .94), rgba(12, 12, 12, .94)), url('images/projects/20221201_133052.webp') center / cover;
  color: #fff;
  padding: 92px 24px;
}

.air-faq-section .air-section-heading h2 {
  color: #fff;
}

.air-faq-section .air-section-heading > span {
  color: #cfcfcf;
}

.air-faq-list {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
}

.air-faq-list details {
  background: #fff;
  border-radius: 4px;
  color: var(--ink);
  overflow: hidden;
}

.air-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  list-style: none;
  min-height: 50px;
  padding: 13px 17px;
}

.air-faq-list summary::-webkit-details-marker {
  display: none;
}

.air-faq-list summary span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  height: 25px;
  justify-content: center;
  margin-left: 18px;
  width: 25px;
}

.air-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.air-faq-list details p {
  border-top: 1px solid #eee;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 18px;
}

.air-faq-button {
  display: flex;
  margin: 28px auto 0;
  width: fit-content;
}

.air-area-section {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: .9fr 1.1fr;
  padding: 96px 24px;
}

.air-area-section ul {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 22px 0 28px;
  padding: 0;
}

.air-area-section li {
  font-size: 13px;
  padding-left: 18px;
  position: relative;
}

.air-area-section li::before {
  color: var(--orange);
  content: '●';
  font-size: 8px;
  left: 0;
  position: absolute;
  top: 5px;
}

.air-area-visual {
  min-height: 530px;
  position: relative;
}

.air-area-visual img {
  border-radius: 12px;
  height: 530px;
  object-fit: cover;
  width: 100%;
}

.air-area-visual span {
  background: var(--orange);
  border-radius: 24px;
  bottom: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  padding: 12px 20px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.air-final-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.air-final-image {
  min-height: 680px;
  position: relative;
}

.air-final-image::after {
  background: linear-gradient(transparent 35%, rgba(0, 0, 0, .9));
  content: '';
  inset: 0;
  position: absolute;
}

.air-final-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.air-final-image > div {
  bottom: 48px;
  color: #fff;
  left: max(40px, calc((100vw - 1180px) / 2));
  max-width: 520px;
  position: absolute;
  right: 40px;
  z-index: 2;
}

.air-final-image p {
  color: var(--air-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  margin: 0 0 9px;
}

.air-final-image h2 {
  font-size: clamp(37px, 4vw, 49px);
  letter-spacing: -.04em;
  line-height: 1.03;
  margin: 0 0 13px;
}

.air-final-image span {
  color: #ddd;
  font-size: 15px;
  line-height: 1.5;
}

.air-lead-form-bottom {
  background: var(--orange);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  justify-content: center;
  min-height: 680px;
  padding: 60px max(55px, calc((100vw - 1180px) / 2));
}

.air-lead-form-bottom > p {
  color: #fff0e8;
}

.air-lead-form-bottom h2 {
  font-size: 38px;
}

.air-lead-form-bottom button {
  background: var(--air-deep);
}

.air-lead-form-bottom button:hover {
  background: #000;
}

.air-lead-form-bottom > small {
  color: #ffe5d7;
}

.air-footer {
  background: var(--air-deep);
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.2fr .7fr .8fr .8fr;
  padding: 60px max(32px, calc((100vw - 1180px) / 2)) 28px;
}

.air-footer-brand img {
  background: #fff;
  height: 96px;
  object-fit: contain;
  padding: 4px;
  width: 150px;
}

.air-footer-brand p {
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1.55;
  margin: 13px 0 0;
  max-width: 360px;
}

.air-footer > div:not(.air-footer-brand) {
  align-content: start;
  display: grid;
  gap: 8px;
}

.air-footer strong {
  color: var(--air-bright);
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.air-footer a,
.air-footer span {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.air-footer > small {
  border-top: 1px solid #3a3a3a;
  color: #8f8f8f;
  font-size: 9px;
  grid-column: 1 / -1;
  line-height: 1.55;
  padding-top: 17px;
}

@media (max-width: 1100px) {
  .heritage-header-note,
  .air-header-copy {
    display: none;
  }

  .heritage-header,
  .air-header {
    grid-template-columns: 190px 1fr;
  }

  .heritage-contact,
  .air-header-actions {
    justify-self: end;
  }

  .heritage-hero-inner,
  .air-hero-inner {
    gap: 34px;
    grid-template-columns: 1fr 400px;
  }

  .heritage-service-grid-expanded {
    grid-template-columns: 1fr;
    max-width: 850px;
  }

  .heritage-service-grid > article {
    grid-template-columns: 36% 64%;
  }

  .heritage-quality-grid,
  .air-proof-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .heritage-quality-grid article:nth-child(4),
  .air-proof-strip article:nth-child(4) {
    grid-column: 1 / 2;
  }

  .heritage-quality-grid article:nth-child(5),
  .air-proof-strip article:nth-child(5) {
    grid-column: 2 / 3;
  }

  .heritage-process-five {
    grid-template-columns: repeat(3, 1fr);
  }

  .air-services-grid-ten {
    grid-template-columns: 1fr 1fr;
  }

  .air-services-grid-ten > article:last-child {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .heritage-header,
  .air-header {
    min-height: 102px;
    padding: 12px 20px;
  }

  .heritage-logo,
  .heritage-logo img,
  .air-logo img {
    height: 76px;
    width: 150px;
  }

  .heritage-phone,
  .air-call {
    display: none !important;
  }

  .heritage-hero-inner,
  .air-hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    padding-top: 55px;
  }

  .heritage-hero-copy,
  .air-hero-copy {
    max-width: 740px;
  }

  .heritage-lead-form,
  .air-lead-form {
    max-width: 620px;
    width: 100%;
  }

  .heritage-booking-band {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heritage-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heritage-expertise-section,
  .heritage-problem-section,
  .heritage-owner-section,
  .heritage-warranty-section,
  .heritage-final-section,
  .air-quality-section,
  .air-process-shell,
  .air-problem-section,
  .air-owner-section,
  .air-area-section,
  .air-final-section {
    grid-template-columns: 1fr;
  }

  .heritage-expertise-image,
  .heritage-expertise-image img,
  .heritage-problem-image,
  .air-quality-visual,
  .air-quality-visual img,
  .air-process-image,
  .air-process-image img,
  .air-problem-image,
  .air-problem-image img,
  .air-area-visual,
  .air-area-visual img {
    min-height: 470px;
    height: 470px;
  }

  .heritage-quality-grid,
  .heritage-process-five,
  .air-proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .before-after-grid,
  .before-after-context-grid {
    grid-template-columns: 1fr;
  }

  .heritage-quality-grid article:nth-child(4),
  .heritage-quality-grid article:nth-child(5),
  .air-proof-strip article:nth-child(4),
  .air-proof-strip article:nth-child(5) {
    grid-column: auto;
  }

  .heritage-quality-grid article:last-child,
  .air-proof-strip article:last-child {
    grid-column: 1 / -1;
  }

  .heritage-owner-section {
    margin-left: 20px;
    margin-right: 20px;
    padding: 42px;
  }

  .heritage-warranty-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heritage-warranty-section > div {
    padding: 10px 12px 20px;
  }

  .heritage-area-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heritage-footer,
  .air-footer {
    grid-template-columns: 1fr 1fr;
  }

  .air-topbar-inner {
    grid-template-columns: 1fr auto;
  }

  .air-topbar-inner > strong {
    display: none;
  }

  .air-services-grid-ten {
    grid-template-columns: 1fr 1fr;
  }

  .air-final-image,
  .air-lead-form-bottom {
    min-height: 580px;
  }

  .air-final-image > div {
    left: 34px;
  }

  .heritage-service-body a,
  .air-card-body a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .heritage-header,
  .air-header {
    grid-template-columns: 1fr auto;
  }

  .heritage-logo,
  .heritage-logo img,
  .air-logo img {
    height: 66px;
    width: 130px;
  }

  .heritage-header-cta,
  .air-schedule {
    min-width: 0;
    padding: 14px 16px;
  }

  .air-topbar-inner {
    display: flex;
    justify-content: center;
    min-height: 42px;
    padding: 7px 16px;
  }

  .air-topbar-inner > span {
    text-align: center;
  }

  .air-topbar-inner > div {
    display: none;
  }

  .heritage-hero-inner,
  .air-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heritage-hero-copy h1,
  .air-hero-copy h1 {
    font-size: 46px;
  }

  .heritage-proof-row {
    display: grid;
  }

  .heritage-proof-row span {
    width: fit-content;
  }

  .heritage-hero-actions,
  .air-hero-actions,
  .heritage-booking-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .heritage-hero-copy {
    display: flex;
    flex-direction: column;
  }

  .heritage-hero-actions {
    order: 1;
  }

  .heritage-hero-checks {
    order: 2;
  }

  .heritage-primary-cta,
  .heritage-secondary-cta,
  .heritage-booking-actions a,
  .air-hero-actions a {
    width: 100%;
  }

  .heritage-form-row,
  .air-hero-copy ul,
  .heritage-proof-grid,
  .heritage-quality-grid,
  .heritage-process-five,
  .heritage-problem-copy ul,
  .heritage-gallery,
  .heritage-area-grid,
  .air-proof-strip,
  .air-services-grid-ten,
  .air-problem-copy ul,
  .air-project-grid,
  .air-area-section ul {
    grid-template-columns: 1fr;
  }

  .heritage-quality-grid article:last-child,
  .air-proof-strip article:last-child {
    grid-column: auto;
  }

  .heritage-section,
  .heritage-services-section,
  .before-after-section,
  .air-about,
  .air-services-section,
  .air-quality-section,
  .air-process-section,
  .air-problem-section,
  .air-projects-section,
  .air-owner-section,
  .air-faq-section,
  .air-area-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heritage-service-grid > article {
    grid-template-columns: 1fr;
  }

  .heritage-service-image {
    min-height: 235px;
  }

  .heritage-service-body {
    min-height: 290px;
  }

  .heritage-service-body a,
  .air-card-body a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }

  .heritage-scope-note,
  .air-scope-note {
    grid-template-columns: 1fr;
  }

  .heritage-problem-copy {
    padding: 40px 26px;
  }

  .heritage-owner-section {
    margin-left: 0;
    margin-right: 0;
    padding: 44px 20px;
  }

  .heritage-owner-video,
  .heritage-owner-video img {
    min-height: 380px;
    height: 380px;
  }

  .heritage-warranty-section {
    margin-left: 18px;
    margin-right: 18px;
    padding: 14px;
  }

  .heritage-warranty-section > img {
    height: 280px;
  }

  .heritage-final-section {
    gap: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heritage-footer,
  .air-footer {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .air-proof-strip {
    border-radius: 7px;
  }

  .air-proof-strip article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .air-card-image {
    height: 240px;
  }

  .air-quality-visual > div {
    right: 14px;
  }

  .air-lead-form-bottom {
    border-radius: 0;
    max-width: none;
    padding: 52px 22px;
  }

  .air-final-image > div {
    bottom: 38px;
    left: 22px;
    right: 22px;
  }

  .before-after-section {
    padding-bottom: 72px;
    padding-top: 70px;
  }

  .before-after-heading {
    margin-bottom: 32px;
  }

  .before-after-heading h2 {
    font-size: 42px;
  }

  .before-after-heading > span {
    font-size: 14px;
  }

  .before-after-pair figure {
    height: 225px;
  }

  .before-after-card-portrait .before-after-pair figure,
  .before-after-context-card.before-after-card-portrait .before-after-pair figure {
    height: 310px;
  }

  .before-after-context-card .before-after-pair figure {
    height: 245px;
  }

  .before-after-copy {
    padding: 22px 21px 25px;
  }

  .before-after-copy h3 {
    font-size: 23px;
  }

  .before-after-context-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .before-after-context-heading span {
    text-align: left;
  }

  .before-after-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 25px 22px;
  }

  .before-after-cta > a {
    width: 100%;
  }
}
