/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');
@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;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #10251f;
  --forest: #173c32;
  --green: #28614e;
  --lime: #d9f15f;
  --cream: #f5f2e9;
  --paper: #fff;
  --muted: #67716d;
  --line: #dfe4df;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans",sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.shell {
  width: min(1180px,calc(100% - 48px));
  margin: auto;
}
.topbar {
  background: var(--ink);
  color: #d6dedb;
  font-size: 12px;
  letter-spacing: .04em;
}
.topbar-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar a {
  color: #fff;
  font-weight: 700;
}
.site-header {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid rgba(16,37,31,.08);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand img {
  width: 142px;
  height: auto;
}
nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
nav a {
  font-size: 13px;
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--lime);
  color: var(--ink);
  padding: 17px 22px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .2s;
}
.button:hover {
  background: #e7fb86;
  transform: translateY(-2px);
}
.button span,.arrow-link span {
  font-size: 19px;
  line-height: 1;
}
.button-small {
  padding: 13px 17px;
  font-size: 12px;
}
.hero {
  min-height: 720px;
  position: relative;
  color: #fff;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url('/roof-install.jpg') center 44%/cover no-repeat;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(8,25,20,.96) 0%,rgba(8,25,20,.77) 52%,rgba(8,25,20,.18) 82%),linear-gradient(0deg,rgba(8,25,20,.38),transparent);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  align-items: end;
  gap: 80px;
  padding: 90px 0;
}
.eyebrow {
  margin: 0 0 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light {
  color: var(--lime);
}
h1,h2,h3 {
  font-family: "Oswald",sans-serif;
  margin: 0;
  text-transform: uppercase;
  line-height: .98;
  letter-spacing: -.02em;
}
h1 {
  font-size: clamp(55px,6.8vw,88px);
  max-width: 850px;
}
h1 em {
  font-style: normal;
  color: var(--lime);
}
.hero-lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
  color: #e0e8e5;
  margin: 28px 0 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.6);
  padding-bottom: 4px;
}
.trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
  font-size: 13px;
  color: #d6dedb;
}
.hero-card {
  background: rgba(255,255,255,.97);
  color: var(--ink);
  padding: 32px;
  border-top: 5px solid var(--lime);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.card-kicker {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .11em;
  margin: 0 0 18px;
  color: var(--green);
}
.hero-card h2 {
  font-size: 34px;
  margin-bottom: 17px;
}
.hero-card>p:not(.card-kicker) {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}
.card-call {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
  font: 600 27px "Oswald";
  color: var(--green);
}
.card-call small {
  font: 700 10px "DM Sans";
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 4px;
}
.proof-strip {
  background: var(--cream);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 30px 0;
}
.proof-grid div {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
  border-right: 1px solid #d7d7cd;
}
.proof-grid div:first-child {
  padding-left: 0;
}
.proof-grid div:last-child {
  border: 0;
}
.proof-grid strong {
  text-transform: uppercase;
  font: 600 19px "Oswald";
}
.proof-grid span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.section {
  padding: 110px 0;
}
h2 {
  font-size: clamp(42px,5vw,66px);
}
.lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  margin: 25px 0;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--lime);
  padding-bottom: 7px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.section-heading>p,.section-heading>div>p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 22px;
}
.service-section {
  background: #fff;
}
.service-heading {
  margin-bottom: 48px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  grid-column: span 2;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 410px;
  display: flex;
  flex-direction: column;
}
.service-card:nth-child(4),.service-card:nth-child(5) {
  grid-column: span 3;
}
.service-top {
  display: flex;
  justify-content: space-between;
  color: var(--green);
  font: 600 12px "Oswald";
  text-transform: uppercase;
  letter-spacing: .1em;
}
.service-top small {
  font: 700 10px "DM Sans";
  color: var(--muted);
}
.service-card h3 {
  font-size: 38px;
  margin: 45px 0 17px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 20px;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}
.service-card li:before {
  content: "✓";
  color: var(--green);
  margin-right: 8px;
}
.service-card>a {
  margin-top: auto;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.service-card>a span {
  color: var(--green);
  font-size: 17px;
  margin-left: 8px;
}
.dark-band {
  background: var(--forest);
  color: #fff;
  padding: 100px 0;
}
.dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.photo-stack {
  position: relative;
}
.main-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.experience-badge {
  position: absolute;
  right: -35px;
  bottom: 35px;
  background: var(--lime);
  color: var(--ink);
  padding: 23px 28px;
  display: flex;
  flex-direction: column;
}
.experience-badge strong {
  font: 600 23px "Oswald";
  text-transform: uppercase;
}
.experience-badge span {
  font-size: 12px;
}
.dark-copy>p:not(.eyebrow) {
  color: #c9d6d2;
  line-height: 1.75;
  font-size: 16px;
  margin: 25px 0;
}
.reason-list {
  margin-top: 35px;
}
.reason-list>div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 20px 0;
}
.reason-list>div>span {
  color: var(--lime);
  font: 600 12px "Oswald";
}
.reason-list p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.reason-list strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.two-col {
  display: grid;
  grid-template-columns: .8fr 1.35fr;
  gap: 90px;
}
.signs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sign-card {
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sign-number {
  color: var(--green);
  font: 600 13px "Oswald";
  letter-spacing: .1em;
}
.sign-card h3 {
  font-size: 27px;
  margin: 35px 0 15px;
}
.sign-card p,.step p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: var(--forest);
}
.process {
  background: var(--cream);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #d4d8d2;
}
.step {
  padding: 32px 28px 0 0;
  border-right: 1px solid #d4d8d2;
  min-height: 255px;
}
.step:not(:first-child) {
  padding-left: 28px;
}
.step:last-child {
  border: 0;
}
.step>span {
  font: 600 13px "Oswald";
  color: var(--green);
}
.step h3 {
  font-size: 28px;
  margin: 55px 0 16px;
}
.project-proof {
  background: var(--ink);
  color: #fff;
}
.project-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  min-height: 680px;
}
.project-image {
  margin-left: calc((100vw - min(1180px,calc(100vw - 48px)))/-2);
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-copy {
  padding: 100px 0 100px 90px;
  align-self: center;
}
.project-copy>p:not(.eyebrow) {
  color: #b9c6c2;
  line-height: 1.75;
}
.check-list {
  list-style: none;
  margin: 28px 0 32px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.check-list li {
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 16px;
  font-size: 14px;
}
.check-list span {
  color: var(--lime);
  margin-right: 12px;
}
.real-work {
  background: #fff;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-auto-rows: 235px;
  gap: 14px;
}
.gallery-item {
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img {
  transform: scale(1.025);
}
.gallery-item-1 {
  grid-column: span 7;
  grid-row: span 2;
}
.gallery-item-2 {
  grid-column: span 5;
}
.gallery-item-3 {
  grid-column: span 5;
}
.gallery-item-4,.gallery-item-5,.gallery-item-6 {
  grid-column: span 4;
}
.reviews {
  background: var(--ink);
  color: #fff;
}
.review-heading {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 55px;
}
.rating-lockup {
  display: flex;
  align-items: center;
  gap: 22px;
}
.rating-lockup>strong {
  font: 600 76px "Oswald";
  line-height: 1;
}
.rating-lockup>span {
  color: var(--lime);
  font-size: 21px;
  letter-spacing: .06em;
}
.rating-lockup small {
  display: block;
  color: #b9c6c2;
  font: 600 11px "DM Sans";
  letter-spacing: .04em;
  margin-top: 8px;
}
.review-heading h2 {
  font-size: clamp(38px,4.6vw,62px);
}
.review-link {
  color: #fff;
  margin-top: 25px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.review-card {
  margin: 0;
  background: #fff;
  color: var(--ink);
  padding: 34px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
}
.stars {
  color: #ad8500;
  letter-spacing: .08em;
  font-size: 15px;
}
.review-card>p {
  font: 500 18px/1.65 "DM Sans";
  margin: 24px 0;
}
.review-card footer {
  margin-top: auto;
  background: none;
  color: var(--ink);
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.review-card footer strong {
  font-size: 13px;
}
.review-card footer span {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.area-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
  align-items: start;
}
.area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.area-list span {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}
.faq {
  background: var(--cream);
}
.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.2fr;
  gap: 95px;
}
.accordion details {
  border-top: 1px solid #d1d7d2;
  padding: 22px 0;
}
.accordion details:last-child {
  border-bottom: 1px solid #d1d7d2;
}
.accordion summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary span {
  color: var(--green);
  font-size: 24px;
  line-height: .8;
}
.accordion details[open] summary span {
  transform: rotate(45deg);
}
.accordion details p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
  padding-right: 45px;
}
.estimate {
  background: var(--green);
  color: #fff;
  padding: 85px 0;
}
.estimate-grid {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: center;
}
.estimate h2 {
  max-width: 760px;
}
.estimate p:not(.eyebrow) {
  color: #d6e0dc;
  max-width: 650px;
  line-height: 1.7;
}
.estimate-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.button-light {
  background: #fff;
}
.phone-link {
  display: flex;
  flex-direction: column;
  font: 600 25px "Oswald";
}
.phone-link small {
  font: 500 11px "DM Sans";
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #c5d3ce;
  margin-bottom: 4px;
}
footer {
  background: var(--ink);
  color: #fff;
  padding: 65px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .55fr .7fr 1fr;
  gap: 55px;
  padding-bottom: 48px;
}
.footer-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}
.footer-grid p,.footer-grid span,.footer-grid a {
  font-size: 13px;
  line-height: 1.7;
  color: #b8c4c0;
}
.footer-brand p {
  max-width: 320px;
}
.footer-grid>div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-grid strong {
  font: 600 15px "Oswald";
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #fff;
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 22px;
  color: #84928d;
  font-size: 11px;
}
.mobile-cta {
  display: none;
}
@media (max-width:980px) {
  nav {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    display: none;
  }
  .hero {
    min-height: 690px;
  }
  .hero-overlay {
    background: rgba(8,25,20,.8);
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .proof-grid div:nth-child(2) {
    border: 0;
  }
  .section-heading,.two-col,.dark-grid,.faq-grid,.estimate-grid,.area-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .service-card {
    grid-column: span 3;
  }
  .service-card:nth-child(5) {
    grid-column: span 6;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step:nth-child(2) {
    border: 0;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-image {
    margin-left: 0;
    height: 560px;
  }
  .project-copy {
    padding: 75px 0;
  }
  .review-heading {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    min-height: 250px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width:600px) {
  .shell {
    width: min(100% - 32px,1180px);
  }
  .topbar-inner span {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }
  .nav {
    height: 70px;
  }
  .brand img {
    width: 116px;
  }
  .button-small {
    padding: 11px;
    font-size: 10px;
  }
  .button-small span {
    display: none;
  }
  .hero {
    min-height: 720px;
  }
  .hero-grid {
    padding: 72px 0 105px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .trust-row {
    gap: 11px;
    flex-direction: column;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-grid div {
    padding: 0 15px;
  }
  .section {
    padding: 78px 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card,.service-card:nth-child(4),.service-card:nth-child(5) {
    grid-column: auto;
    min-height: 360px;
  }
  .dark-band {
    padding: 78px 0;
  }
  .dark-grid {
    gap: 65px;
  }
  .main-photo {
    height: 390px;
  }
  .experience-badge {
    right: -8px;
    bottom: -30px;
  }
  .two-col {
    gap: 45px;
  }
  .signs-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step,.step:not(:first-child) {
    border-right: 0;
    border-bottom: 1px solid #d4d8d2;
    padding: 28px 0;
    min-height: 0;
  }
  .step h3 {
    margin: 25px 0 12px;
  }
  .project-image {
    height: 420px;
  }
  .project-copy {
    padding: 70px 0;
  }
  .area-list {
    grid-template-columns: 1fr 1fr;
  }
  .area-list span {
    padding: 16px 12px;
  }
  .project-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
  .gallery-item-1,.gallery-item-2,.gallery-item-3,.gallery-item-4,.gallery-item-5,.gallery-item-6 {
    grid-column: auto;
    grid-row: auto;
  }
  .rating-lockup>strong {
    font-size: 62px;
  }
  .faq-grid {
    gap: 42px;
  }
  .estimate {
    padding: 70px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: auto;
  }
  footer {
    padding-bottom: 75px;
  }
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -8px 25px rgba(0,0,0,.15);
  }
  .mobile-cta a {
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background: #fff;
    color: var(--ink);
  }
  .mobile-cta a:last-child {
    background: var(--lime);
  }
}
