:root {
  --charcoal: #171916;
  --charcoal-2: #222620;
  --pine: #2e3a30;
  --paper: #f0ece2;
  --paper-2: #e4ddcf;
  --paper-3: #d6cdbd;
  --white: #fbf8f1;
  --orange: #c95627;
  --orange-dark: #9e3f18;
  --soil: #765441;
  --muted: #5e635d;
  --line: rgba(23, 25, 22, .18);
  --light-line: rgba(255, 255, 255, .18);
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--charcoal);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

main,
section,
header,
footer,
nav,
div,
article,
figure {
  min-width: 0;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--orange);
  color: white;
}

.shell {
  width: min(var(--shell), calc(100% - 56px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-180%);
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--charcoal);
  color: var(--charcoal);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name,
.footer-brand strong,
.contact-action a {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}

h1,
h2,
h3 {
  color: inherit;
  font-weight: 700;
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3.55rem, 6.7vw, 6.6rem);
  line-height: .9;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 4.7vw, 4.65rem);
  line-height: .96;
  letter-spacing: -.012em;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .98;
}

p {
  font-size: 1.04rem;
}

.section-label,
.hero-location {
  margin: 0 0 15px;
  color: var(--orange-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .145em;
  text-transform: uppercase;
}

.light-label {
  color: #ef9a74;
}

.orange-rule {
  display: block;
  width: 72px;
  height: 6px;
  margin-bottom: 24px;
  background: var(--orange);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(23, 25, 22, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: white;
}

.site-header.scrolled {
  box-shadow: 0 8px 26px rgba(0, 0, 0, .2);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  position: relative;
  display: grid;
  gap: 2px;
  padding-left: 16px;
  color: white;
  line-height: 1;
  text-decoration: none;
}

.brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 5px;
  background: var(--orange);
}

.brand-name {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.brand-sub,
.footer-brand span {
  color: rgba(255, 255, 255, .5);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: rgba(255, 255, 255, .7);
  font-size: .79rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
}

.site-nav .nav-call {
  padding: 11px 15px;
  border: 1px solid rgba(201, 86, 39, .9);
  color: white;
  font-weight: 700;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  height: min(810px, calc(100svh - 78px));
  min-height: 650px;
  overflow: hidden;
  background: var(--charcoal);
  border-bottom: 6px solid var(--orange);
  color: white;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 52% 55%;
  filter: saturate(.88) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 13, 11, .9) 0%, rgba(11, 13, 11, .66) 41%, rgba(11, 13, 11, .18) 72%, rgba(11, 13, 11, .08) 100%),
    linear-gradient(0deg, rgba(11, 13, 11, .38) 0%, transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 68px;
}

.hero-copy {
  max-width: 900px;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .72);
}

.hero-location::before {
  content: "";
  width: 44px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--orange);
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1.07rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 1px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-solid {
  background: var(--orange);
  color: white;
}

.button-solid:hover,
.button-solid:focus-visible {
  background: var(--orange-dark);
}

.button-quiet {
  position: relative;
  min-height: auto;
  padding: 8px 25px 8px 0;
  border: 0;
  color: rgba(255, 255, 255, .86);
}

.button-quiet::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
  color: var(--orange);
  font-size: 1.15rem;
}

.service-band {
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.service-band-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-band span {
  position: relative;
  color: #444944;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.service-band span:not(:last-child)::after {
  content: "/";
  position: absolute;
  left: calc(100% + clamp(12px, 2.2vw, 32px));
  color: var(--orange);
}

.intro {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .75fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.intro-heading h2 {
  margin-bottom: 0;
}

.intro-text {
  padding-top: 27px;
}

.intro-text p {
  color: var(--muted);
  font-size: 1.12rem;
}

.intro-text p:first-child {
  color: #3e433e;
  font-size: 1.18rem;
  font-weight: 500;
}

.services {
  background: #f5f1e8;
}

.section-heading {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 3px solid var(--charcoal);
}

.section-heading .section-label {
  padding-top: 9px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.service-stack {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  min-height: 355px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.service-row:nth-child(even) {
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  background: var(--paper-2);
}

.service-row:nth-child(even) .service-photo {
  order: 2;
}

.service-row:nth-child(even) .service-copy {
  order: 1;
}

.service-photo {
  overflow: hidden;
  background: var(--paper-3);
}

.service-photo img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
}

.service-copy {
  position: relative;
  padding: 48px clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  width: 5px;
  height: 48px;
  background: var(--orange);
}

.service-copy h3 {
  max-width: 600px;
}

.service-copy p {
  max-width: 630px;
  color: #525852;
  font-size: 1.06rem;
}

.service-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 28px;
  max-width: 650px;
  margin: 9px 0 0;
  padding-left: 18px;
  color: #555b55;
  font-size: .93rem;
}

.water-section {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  background: var(--pine);
  color: white;
}

.water-photo img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  filter: saturate(.8) contrast(1.05);
}

.water-copy {
  position: relative;
  padding: clamp(60px, 7vw, 110px);
  align-self: center;
}

.water-copy::before {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  margin-bottom: 24px;
  background: var(--orange);
}

.water-copy .section-label {
  margin-bottom: 13px;
}

.water-copy p:not(.section-label) {
  max-width: 570px;
  color: rgba(255, 255, 255, .68);
  font-size: 1.08rem;
}

.inline-link {
  display: inline-block;
  margin-top: 11px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--orange);
  color: var(--charcoal);
  font-size: .81rem;
  font-weight: 700;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.light-link {
  color: white;
}

.work {
  background: #111310;
  color: white;
}

.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--light-line);
}

.work-heading h2 {
  margin-bottom: 0;
}

.work-heading > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: .94rem;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 16px;
}

.work-item {
  margin: 0;
}

.work-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.88) contrast(1.03);
}

.work-item figcaption {
  position: relative;
  margin-top: 12px;
  padding-left: 17px;
  color: rgba(255, 255, 255, .6);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.work-item figcaption::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 9px;
  height: 2px;
  background: var(--orange);
}

.reviews {
  background: var(--paper);
}

.reviews-heading {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(220px, 300px);
  gap: 30px;
  align-items: end;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 3px solid var(--charcoal);
}

.reviews-heading .section-label {
  align-self: start;
  padding-top: 9px;
}

.reviews-heading h2 {
  margin-bottom: 0;
}

.reviews-heading > p:last-child {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: .92rem;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
  border-top: 1px solid var(--line);
}

.review-item {
  min-height: 210px;
  padding: 34px 40px 34px 0;
  border-bottom: 1px solid var(--line);
}

.review-item:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.review-item:nth-child(even) {
  padding-left: 40px;
}

.review-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  padding-right: 0;
  border-right: 0;
}

.review-item:last-child:nth-child(odd) blockquote {
  max-width: 820px;
}

.review-item blockquote {
  margin: 0 0 28px;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.01em;
}

.review-item footer {
  display: grid;
  gap: 2px;
}

.review-item footer strong {
  font-size: .86rem;
}

.review-item footer span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.equipment {
  background: var(--paper-2);
}

.equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(50px, 7vw, 92px);
  align-items: center;
}

.equipment-image-wrap {
  position: relative;
  padding-left: 15px;
}

.equipment-image-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: var(--orange);
}

.equipment-image-wrap img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02);
}

.photo-tag {
  position: absolute;
  left: 15px;
  bottom: 0;
  padding: 9px 12px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, .78);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.equipment-copy > p:not(.section-label) {
  color: #535a53;
  font-size: 1.08rem;
}

.spec-list {
  margin-top: 36px;
  border-top: 3px solid var(--charcoal);
}

.spec-list > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 25px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list span {
  color: #6b716a;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.spec-list strong {
  font-size: .96rem;
  font-weight: 600;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  background: var(--charcoal-2);
  color: white;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05);
}

.about-copy {
  position: relative;
  padding: clamp(70px, 8vw, 120px) clamp(42px, 7vw, 104px);
  align-self: center;
}

.about-copy::after {
  content: "MT";
  position: absolute;
  right: 24px;
  bottom: 0;
  color: rgba(255, 255, 255, .035);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(9rem, 16vw, 16rem);
  font-weight: 800;
  line-height: .72;
  pointer-events: none;
}

.about-copy > * {
  position: relative;
  z-index: 1;
}

.about-copy p:not(.section-label) {
  max-width: 610px;
  color: rgba(255, 255, 255, .65);
  font-size: 1.05rem;
}

.contact {
  padding: 82px 0;
  background: var(--orange);
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 70px;
  align-items: end;
}

.contact-label {
  color: rgba(255, 255, 255, .72);
}

.contact h2 {
  max-width: 690px;
  margin-bottom: 0;
}

.contact-action {
  display: grid;
  gap: 11px;
  justify-items: start;
}

.contact-action a {
  color: white;
  font-size: clamp(2.35rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: .95;
  text-decoration: none;
}

.contact-action .contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-action .contact-methods a {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .65);
  color: white;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-action .contact-methods a:hover,
.contact-action .contact-methods a:focus-visible {
  background: white;
  color: var(--orange-dark);
}

.contact-action span {
  max-width: 360px;
  color: rgba(255, 255, 255, .73);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-footer {
  padding: 36px 0;
  background: #0b0d0b;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.footer-brand {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.footer-brand strong {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-grid > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .35);
  font-size: .72rem;
}

@media (hover: hover) {
  .service-photo img,
  .work-item img,
  .equipment-image-wrap img,
  .about-image img {
    transition: filter .22s ease;
  }

  .service-row:hover .service-photo img,
  .work-item:hover img,
  .equipment-image-wrap:hover img,
  .about:hover .about-image img {
    filter: saturate(1) contrast(1.03);
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(760px, calc(100% - 34px));
  }

  .section {
    padding: 76px 0;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 0;
    background: transparent;
    color: white;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 17px 18px;
    background: var(--charcoal);
    border-top: 1px solid rgba(255, 255, 255, .1);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .site-nav .nav-call {
    margin-top: 12px;
    text-align: center;
  }

  .hero {
    height: min(760px, calc(100svh - 70px));
    min-height: 650px;
  }

  .hero-image {
    object-position: 45% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(10, 12, 10, .88) 0%, rgba(10, 12, 10, .58) 62%, rgba(10, 12, 10, .22) 100%);
  }

  .hero-inner {
    padding-bottom: 48px;
  }

  .service-band-inner {
    min-height: 58px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 9px;
  }

  .service-band span {
    padding: 6px 22px 6px 0;
  }

  .service-band span:not(:last-child)::after {
    left: auto;
    right: 8px;
  }

  .intro-grid,
  .equipment-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .intro-text {
    padding-top: 0;
  }

  .section-heading,
  .reviews-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-heading .section-label,
  .reviews-heading .section-label {
    padding-top: 0;
  }

  .reviews-heading > p:last-child {
    margin-top: 6px;
  }

  .service-row,
  .service-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-row:nth-child(even) .service-photo,
  .service-row:nth-child(even) .service-copy {
    order: initial;
  }

  .service-photo img {
    min-height: 0;
    height: 390px;
  }

  .service-copy {
    padding: 38px 34px 48px;
  }

  .service-copy::before {
    top: 39px;
    width: 4px;
    height: 42px;
  }

  .water-section,
  .about {
    grid-template-columns: 1fr;
  }

  .water-photo img,
  .about-image img {
    min-height: 0;
    height: 480px;
  }

  .water-copy,
  .about-copy {
    padding: 68px max(24px, calc((100vw - min(760px, calc(100vw - 34px))) / 2));
  }

  .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 14px;
  }

  .work-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .equipment-image-wrap img {
    height: 520px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: calc(100% - 24px);
  }

  .section {
    padding: 62px 0;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  h3 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .brand-sub {
    display: none;
  }

  .brand-name {
    font-size: 1.38rem;
  }

  .hero {
    min-height: 620px;
  }

  .hero-inner {
    padding-bottom: 34px;
  }

  .hero-location {
    font-size: .66rem;
  }

  .hero-lead {
    font-size: 1.01rem;
  }

  .hero-actions {
    gap: 12px;
  }

  .button-solid {
    min-width: 145px;
  }

  .service-band-inner {
    gap: 0;
  }

  .service-band span {
    font-size: .67rem;
    padding-right: 19px;
  }

  .service-band span:not(:last-child)::after {
    right: 6px;
  }

  .orange-rule {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .intro-text p,
  .intro-text p:first-child {
    font-size: 1.02rem;
  }

  .service-photo img {
    height: 265px;
  }

  .service-copy {
    padding: 32px 22px 40px;
  }

  .service-copy::before {
    top: 34px;
    height: 34px;
  }

  .service-copy ul {
    grid-template-columns: 1fr;
  }

  .water-photo img,
  .about-image img {
    height: 340px;
  }

  .water-copy,
  .about-copy {
    padding: 52px 18px;
  }

  .work-list,
  .review-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .work-item img {
    aspect-ratio: 4 / 3;
  }

  .review-list {
    gap: 0;
  }

  .review-item,
  .review-item:nth-child(even),
  .review-item:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .review-item blockquote {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }

  .equipment-image-wrap {
    padding-left: 9px;
  }

  .equipment-image-wrap::before {
    width: 5px;
  }

  .equipment-image-wrap img {
    height: 375px;
  }

  .photo-tag {
    left: 9px;
  }

  .spec-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-copy::after {
    right: 8px;
    font-size: 9rem;
  }

  .contact {
    padding: 58px 0;
  }

  .contact-action a {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
