@font-face {
  font-family: Archivo;
  src: url("../../fonts/archivo-latin-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--ink-950);
  color: var(--steel-100);
  font: 1rem/1.65 var(--font-sans);
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}
h1,
h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.02;
}
h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.65rem);
}
h3 {
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}
::selection {
  background: var(--candy-red);
  color: white;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(calc(100% - 96px), var(--container-max));
  margin-inline: auto;
}
.section {
  padding-block: var(--section-space);
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--steel-300);
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.red-dash {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: var(--candy-red);
}
.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  background: #fff;
  color: #111;
  padding: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  background: var(--ink-950);
  border-bottom: 1px solid var(--ink-700);
  position: relative;
  z-index: 5;
}
.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brand {
  flex-shrink: 0;
  padding: 12px 0;
}
.brand img {
  width: 160px;
  filter: brightness(0) invert(1);
}
.desktop-nav {
  display: flex;
  gap: 1.8rem;
  margin-left: auto;
  font-size: 0.83rem;
}
.desktop-nav a:hover,
.text-link:hover {
  color: var(--candy-text);
}
.header-phone {
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 54px;
  padding: 14px 23px;
  font-size: 0.83rem;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  line-height: 1.5;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
.button span {
  font-size: 1.25rem;
  line-height: 1;
}
.button-red {
  background: var(--candy-red);
  color: white;
}
.button-red:hover {
  background: var(--color-primary-hover);
}
.button-outline {
  border-color: #ffffff60;
  background: #0d0e1030;
  color: #fff;
}
.button-outline:hover {
  background: #ffffff12;
  border-color: #fff;
}
.button-light {
  background: #fff;
  color: var(--ink-950);
}
.button-light:hover {
  background: #e4e5e7;
}
.header-quote {
  min-height: 44px;
  padding: 10px 17px;
  gap: 1.3rem;
}
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 730px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #171416;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media picture,
.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.hero-media video {
  opacity: 0;
  transition: opacity 0.3s;
}
.hero-media video.is-playing {
  opacity: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(13, 14, 16, 0.96) 0%,
      rgba(13, 14, 16, 0.83) 36%,
      rgba(13, 14, 16, 0.32) 73%,
      rgba(13, 14, 16, 0.28)
    ),
    linear-gradient(0deg, rgba(13, 14, 16, 0.85), transparent 35%);
}
.hero-content {
  padding-block: 70px 84px;
}
.hero h1 {
  font-size: clamp(3.3rem, 6.7vw, 6rem);
  max-width: 920px;
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.hero h1 > span {
  color: var(--candy-text);
}
.hero-description {
  color: #d4d6da;
  font-size: 1.03rem;
  line-height: 1.7;
  margin-top: 1.7rem;
  max-width: 440px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 2rem;
}
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 2.4rem;
}
.rating-number {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.rating-number > span {
  font-size: 1.3rem;
  color: var(--candy-text);
  margin-left: 6px;
}
.hero-rating strong {
  font-size: 0.79rem;
  display: block;
  font-weight: 400;
}
.hero-rating small {
  font-size: 0.67rem;
  color: var(--steel-300);
}
.hero-caption {
  position: absolute;
  bottom: 24px;
  right: max(48px, calc((100% - 1280px) / 2));
  left: max(48px, calc((100% - 1280px) / 2));
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  color: #c7cbd0;
}
.proof-strip {
  border-bottom: 1px solid var(--ink-700);
  background: var(--ink-900);
}
.proof-inner {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.78rem;
  color: var(--steel-300);
}
.proof-inner p:first-child {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--steel-100);
  padding-right: 3rem;
  border-right: 1px solid var(--ink-700);
}
.proof-inner p:not(:first-child)::before {
  content: "+";
  color: var(--candy-text);
  margin-right: 12px;
}
.proof-inner a {
  display: flex;
  gap: 30px;
  align-items: center;
  min-height: 44px;
  color: var(--steel-100);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 5rem;
  margin-bottom: 3rem;
}
.section-heading > p,
.section-heading > div > p:not(.eyebrow) {
  max-width: 430px;
  color: var(--steel-300);
  font-size: 1rem;
}
.section-heading > div > p + p {
  margin-top: 1rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink-700);
  border: 1px solid var(--ink-700);
}
.service-card {
  min-height: 285px;
  padding: 32px;
  background: var(--ink-900);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}
.service-card:hover {
  background: var(--ink-800);
}
.service-index {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: var(--steel-500);
  margin-bottom: 26px;
}
.service-card h3 {
  font-size: 1.65rem;
}
.service-card p {
  color: var(--steel-300);
  font-size: 0.86rem;
  line-height: 1.65;
  max-width: 290px;
  margin-block: 16px 28px;
}
.service-link {
  font-size: 0.72rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: auto;
  z-index: 1;
}
.service-link > span {
  font-size: 1.2rem;
  color: var(--candy-text);
}
.service-feature {
  grid-row: span 2;
  background: linear-gradient(145deg, #321618, #191214 65%);
  min-height: 572px;
}
.service-feature h3 {
  font-size: 2.6rem;
  position: relative;
  z-index: 1;
}
.service-feature p {
  z-index: 1;
}
.service-feature .service-index {
  color: #f29d97;
}
.paint-swatch {
  position: absolute;
  right: -90px;
  bottom: 70px;
  width: 400px;
  height: 210px;
  transform: rotate(-30deg);
  border-radius: 60% 25% 40% 15%;
  background: linear-gradient(
    175deg,
    #ffb3a4 0%,
    #c6372b 3%,
    #9f130c 10%,
    #f23522 35%,
    #7e0907 65%,
    #280807 90%
  );
  box-shadow:
    0 35px 65px #0009,
    inset 0 -5px 12px #1b0000;
  pointer-events: none;
}
.finish-section {
  background: var(--ink-900);
  padding-block: var(--section-space);
}
.finish-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.process-image {
  position: relative;
}
.process-image img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(0.7);
}
.process-image figcaption {
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--steel-300);
}
.process-image figcaption span {
  font-size: 0.6rem;
  letter-spacing: 0;
  color: var(--steel-500);
}
.finish-copy h2 span {
  color: var(--candy-text);
}
.finish-copy > p:not(.eyebrow) {
  color: var(--steel-300);
  margin-top: 1.7rem;
  font-size: 0.95rem;
}
.finish-copy blockquote {
  font-size: 1.1rem;
  border-left: 2px solid var(--candy-red);
  padding-left: 22px;
  margin-top: 2rem;
}
.finish-copy cite {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: var(--steel-500);
  margin-top: 12px;
}
.text-link {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  min-height: 44px;
  margin-top: 1.5rem;
}
.text-link span {
  color: var(--candy-text);
  font-size: 1.3rem;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  border-top: 1px solid var(--ink-700);
}
.steps li {
  padding-top: 24px;
}
.steps li > span {
  color: var(--candy-text);
  font-size: 0.8rem;
  font-weight: 700;
}
.steps h3 {
  margin-top: 23px;
  font-size: 1.3rem;
}
.steps p {
  color: var(--steel-300);
  font-size: 0.88rem;
  margin-top: 14px;
  max-width: 320px;
}
.work-section + .section {
  border-top: 1px solid var(--ink-700);
}
.work-follow {
  justify-self: end;
  color: var(--candy-text);
}
.work-feature {
  display: grid;
  grid-template-columns: minmax(0, 480px) 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 3rem;
}
.work-feature-copy h3 {
  font-size: 1.65rem;
}
.work-feature-copy > p:not(.eyebrow) {
  color: var(--steel-300);
  font-size: 0.95rem;
  max-width: 430px;
  margin-top: 1.2rem;
}
.work-feature-copy > p.compare-hint {
  color: var(--steel-500);
  font-size: 0.75rem;
}
.compare {
  --pos: 50%;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--ink-700);
  background: var(--ink-800);
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
}
.compare img {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-before {
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.compare-tag {
  position: absolute;
  top: 14px;
  padding: 6px 9px;
  background: #0d0e10b0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-100);
  pointer-events: none;
}
.compare-tag-before {
  left: 14px;
}
.compare-tag-after {
  right: 14px;
}
.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  margin-left: -1px;
  background: #fff;
  pointer-events: none;
}
.compare-handle::after {
  content: "◀▶";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--candy-red);
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 10px #0008;
}
.compare:has(.compare-range:focus-visible) .compare-handle::after {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.compare-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.work-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.work-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--ink-700);
  background: var(--ink-800);
}
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.work-card:hover img {
  transform: scale(1.03);
}
.work-card::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #0d0e10d0);
}
.work-card span {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 1;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-100);
}
.reviews-section {
  background: var(--ink-900);
}
.review-score {
  justify-self: end;
  text-align: right;
}
.review-score strong {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
  display: block;
}
.review-score strong span {
  color: var(--candy-text);
  font-size: 2.5rem;
  margin-left: 8px;
}
.review-score > span {
  display: block;
  font-size: 0.85rem;
}
.review-score small {
  font-size: 0.65rem;
  color: var(--steel-500);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  border: 1px solid var(--ink-700);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.stars {
  color: var(--candy-text);
  font-size: 0.86rem;
  letter-spacing: 0.15em;
}
.review-card blockquote {
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 25px;
}
.review-card figcaption {
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 30px;
  margin-top: auto;
}
.review-card figcaption span {
  display: block;
  font-weight: 400;
  color: var(--steel-500);
  font-size: 0.7rem;
  margin-top: 5px;
}
.contact-section {
  background: #b70703;
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 6rem;
  align-items: center;
}
.contact-section .eyebrow {
  color: #ffe0db;
}
.contact-section h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}
.contact-section p:not(.eyebrow) {
  margin-top: 24px;
  color: #ffe0db;
  font-size: 0.96rem;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.visit-card {
  border-left: 1px solid #ffffff50;
  padding-left: 3rem;
}
.visit-card h3 {
  font-size: 1.5rem;
}
.visit-card address {
  font-size: 0.88rem;
  font-style: normal;
  margin-top: 20px;
}
.visit-card dl {
  font-size: 0.85rem;
  margin-top: 25px;
}
.visit-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 5px;
}
.visit-card dd {
  margin: 0;
}
.visit-card .text-link span {
  color: #fff;
}
.site-footer {
  padding-top: 3rem;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  align-items: start;
  gap: 2rem;
  padding-bottom: 3rem;
  font-size: 0.8rem;
}
.footer-main .brand {
  padding-top: 0;
}
.footer-main p {
  font-size: 0.95rem;
}
.footer-main p span {
  font-size: 0.78rem;
  color: var(--steel-500);
}
.footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 25px;
}
.footer-main > div a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-bottom {
  border-top: 1px solid var(--ink-700);
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--steel-500);
  font-size: 0.7rem;
}
.footer-bottom a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.mobile-actions {
  display: none;
}
@media (min-width: 1440px) {
  .hero {
    min-height: 790px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 24px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-phone {
    display: none;
  }
  .hero {
    min-height: 710px;
  }
  .hero-caption {
    right: 24px;
    left: 24px;
  }
  .finish-grid {
    gap: 3rem;
  }
  .contact-grid {
    gap: 3rem;
  }
  .proof-inner {
    gap: 20px;
  }
  .proof-inner p:first-child {
    padding-right: 20px;
  }
  .proof-inner a {
    display: none;
  }
  .service-card {
    padding: 25px;
  }
  .section-heading {
    gap: 3rem;
  }
  .work-grid {
    gap: 14px;
  }
  .work-feature {
    grid-template-columns: minmax(0, 400px) 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 78px;
    gap: 16px;
  }
  .brand img {
    width: 132px;
  }
  .desktop-nav,
  .header-quote {
    display: none;
  }
  .header-phone {
    display: block;
    margin-left: auto;
    font-size: 0.72rem;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    list-style: none;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 0.73rem;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    font-size: 1.5rem;
  }
  .mobile-menu nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ink-900);
    padding: 15px 20px 22px;
    border-bottom: 1px solid var(--ink-700);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mobile-menu nav a {
    padding: 12px;
    min-height: 44px;
  }
  .hero {
    min-height: 760px;
    align-items: flex-start;
  }
  .hero::after {
    background:
      linear-gradient(90deg, #0d0e10c9, #0d0e1050),
      linear-gradient(0deg, #0d0e10 0%, #0d0e1090 48%, #0d0e1060 100%);
  }
  .hero-content {
    padding-block: 48px 95px;
  }
  .hero .eyebrow {
    font-size: 0.57rem;
    letter-spacing: 0.09em;
    gap: 9px;
    margin-bottom: 27px;
  }
  .red-dash {
    width: 18px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 10.8vw, 5rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }
  .hero-description {
    font-size: 0.94rem;
    max-width: 340px;
    margin-top: 24px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 25px;
    max-width: 420px;
  }
  .hero-actions .button {
    min-height: 54px;
  }
  .hero-rating {
    margin-top: 28px;
    gap: 14px;
  }
  .hero-rating small {
    font-size: 0.61rem;
  }
  .hero-caption {
    bottom: 17px;
    left: 20px;
    right: 20px;
    justify-content: space-between;
    font-size: 0.51rem;
    gap: 10px;
  }
  .proof-inner {
    min-height: auto;
    padding-block: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
    font-size: 0.68rem;
  }
  .proof-inner p:first-child {
    font-size: 0.86rem;
    border: 0;
    padding: 0;
  }
  .proof-inner p:not(:first-child)::before {
    margin-right: 7px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 30px;
  }
  .eyebrow {
    font-size: 0.64rem;
    margin-bottom: 20px;
  }
  .section-heading > p {
    font-size: 0.93rem;
  }
  .work-follow {
    justify-self: start;
    margin-top: 0;
  }
  .work-feature {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 2rem;
  }
  .work-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .work-card span {
    inset: auto 12px 12px;
    font-size: 0.58rem;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card {
    padding: 22px 18px;
    min-height: 295px;
  }
  .service-card h3 {
    font-size: 1.3rem;
  }
  .service-card p {
    font-size: 0.8rem;
  }
  .service-index {
    font-size: 0.59rem;
  }
  .service-link {
    font-size: 0.63rem;
    gap: 8px;
  }
  .service-feature {
    grid-column: span 2;
    grid-row: auto;
    min-height: 350px;
  }
  .service-feature h3 {
    font-size: 2.1rem;
  }
  .service-feature p {
    max-width: 240px;
  }
  .paint-swatch {
    right: -170px;
    bottom: 55px;
    width: 360px;
    height: 160px;
    opacity: 0.7;
  }
  .service-feature .service-link {
    max-width: 240px;
  }
  .finish-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .process-image img {
    height: 350px;
  }
  .process-image figcaption {
    font-size: 0.51rem;
  }
  .process-image figcaption span {
    font-size: 0.5rem;
  }
  .finish-copy h2 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }
  .steps li {
    padding-block: 26px;
    border-bottom: 1px solid var(--ink-700);
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 8px 15px;
  }
  .steps h3 {
    margin: 0;
  }
  .steps p {
    grid-column: 2;
    margin: 0;
    max-width: none;
  }
  .review-score {
    text-align: left;
    justify-self: start;
  }
  .review-score strong {
    font-size: 3rem;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .review-card {
    padding: 26px;
  }
  .review-card blockquote {
    margin-top: 16px;
    font-size: 0.99rem;
  }
  .review-card figcaption {
    padding-top: 20px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact-actions {
    flex-direction: column;
  }
  .visit-card {
    padding: 30px 0 0;
    border: 0;
    border-top: 1px solid #ffffff50;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer-main > div {
    justify-content: flex-start;
    gap: 0 25px;
  }
  .footer-main > div a:last-child {
    flex-basis: 100%;
  }
  .footer-bottom {
    padding-bottom: 95px;
    align-items: center;
  }
  .mobile-actions {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: var(--ink-950);
    border-top: 1px solid var(--ink-700);
    gap: 8px;
  }
  .mobile-actions a {
    padding: 12px;
    font-size: 0.8rem;
    text-align: center;
    min-height: 46px;
  }
  .mobile-actions a:last-child {
    background: var(--candy-red);
    font-weight: 700;
  }
}
@media (max-width: 374px) {
  .header-phone {
    display: none;
  }
  .mobile-menu {
    margin-left: auto;
  }
  .hero {
    min-height: 760px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-feature {
    grid-column: auto;
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 240px;
  }
  .service-feature {
    min-height: 350px;
  }
  .hero .eyebrow {
    letter-spacing: 0.02em;
    font-size: 0.54rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .work-card:hover img {
    transform: none;
  }
}
