@font-face {
  font-family: "Bebas Auto";
  src: url("assets/fonts/oswald-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed Auto";
  src: url("assets/fonts/oswald-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --primary: #c8a062;
  --accent: #b78e55;
  --dark: #151717;
  --text: #171717;
  --background: #f8f3ed;
  --surface: #f4ede5;
  --muted: #55514c;
  --border: #e8dfd5;
  --paper: #f8f3ed;
  --heading: "Bebas Auto", "Arial Narrow", sans-serif;
  --body: "Roboto Condensed Auto", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--background);
  font-family: var(--body);
  font-size: 11px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-container {
  position: relative;
  width: 760px;
  height: 100%;
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.header-inner {
  display: flex;
  align-items: flex-start;
}

.brand {
  position: absolute;
  top: 17px;
  left: -1px;
  display: block;
  width: 126px;
  height: 37px;
  color: var(--text);
}

.brand-logo {
  width: 126px;
  height: 37px;
  object-fit: fill;
}

.brand-mark {
  width: 29px;
  height: 35px;
  flex: none;
  color: var(--primary);
}

.brand-copy {
  display: block;
  padding-top: 3px;
  white-space: nowrap;
}

.brand-copy strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.brand-copy small {
  display: block;
  margin-top: 5px;
  color: #34312e;
  font-size: 6.2px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .075em;
}

.desktop-nav {
  position: absolute;
  top: 28px;
  left: 238px;
  display: flex;
  align-items: center;
  gap: 29px;
  font-family: var(--heading);
  font-size: 9.5px;
  line-height: 1;
}

.desktop-nav a {
  transition: color .18s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--accent);
}

.header-phone {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 207px;
  min-width: 207px;
  height: 62px;
  padding: 19px 16px 0 34px;
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
  color: #f8f3ed;
  background: #111313;
}

.header-phone > svg {
  width: 18px;
  height: 21px;
  flex: none;
}

.header-phone > span {
  display: block;
  white-space: nowrap;
}

.header-phone strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
}

.header-phone small {
  display: block;
  margin-top: 5px;
  color: #cfceca;
  font-size: 6.8px;
  line-height: 1;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

main {
  width: 100%;
}

main > section {
  position: relative;
  width: 100%;
}

.hero {
  height: 659px;
  overflow: hidden;
  background: var(--background);
}

.hero-art {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 864px;
  height: 659px;
  max-width: none;
  object-fit: fill;
  transform: translateX(-50%);
  user-select: none;
}

.hero-calm {
  position: absolute;
  z-index: 1;
  inset: 0 auto auto 0;
  width: 420px;
  height: 500px;
  background: linear-gradient(90deg, var(--background) 0 52%, rgba(248, 243, 237, .96) 65%, rgba(248, 243, 237, .5) 82%, transparent 100%);
  pointer-events: none;
}

.hero-content {
  z-index: 3;
}

.hero-copy {
  position: absolute;
  inset: 0;
  opacity: 1;
  animation: hero-copy-in .58s cubic-bezier(.22, .7, .2, 1) both;
}

.hero h1 {
  position: absolute;
  top: 107px;
  left: 0;
  width: 455px;
  height: 164px;
  margin: 0;
  font-family: var(--heading);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 span {
  position: absolute;
  left: 0;
  display: block;
  width: max-content;
  max-width: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-image: url("assets/distress-mask.svg");
  mask-image: url("assets/distress-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero h1 span:first-child {
  top: 0;
  font-size: 84px;
  background-color: var(--text);
  background-image: none;
}

.hero h1 span:last-child {
  top: 91px;
  font-size: 74px;
  letter-spacing: .004em;
  background-color: var(--accent);
  background-image: none;
}

.hero-lead {
  position: absolute;
  top: 281px;
  left: 1px;
  margin: 0;
  color: #34312f;
  font-size: 10.5px;
  line-height: 1.65;
}

.hero-lead span,
.hero-proof span,
.process-box p span,
.reviews-grid p span,
.cta-content p span,
.cta-content h2 span {
  display: block;
}

.hero-actions {
  position: absolute;
  top: 330px;
  left: 0;
  display: flex;
  gap: 9px;
}

.button {
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  border: 0;
  border-radius: 1px;
  padding: 0 8px;
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.035);
  box-shadow: 0 6px 18px rgba(57, 40, 20, .12);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
.menu-toggle:focus-visible,
.dialog-close:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.button-primary {
  width: 142px;
  color: #181510;
  background: var(--primary);
}

.button-secondary {
  width: 146px;
  border: 1px solid #c9ae88;
  color: #27221d;
  background: rgba(248, 243, 237, .8);
}

.hero-proof {
  position: absolute;
  top: 388px;
  left: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 25px;
}

.hero-proof img {
  width: 69px;
  height: 25px;
  border-radius: 13px;
  object-fit: cover;
}

.hero-proof p {
  margin: 0;
  font-size: 8px;
  line-height: 1.32;
}

.hero-proof strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 8.2px;
  font-weight: 700;
}

.garage-slogan {
  position: absolute;
  z-index: 4;
  top: 119px;
  left: calc(50% + 275px);
  margin: 0;
  color: #181817;
  font-family: var(--heading);
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: .02em;
  transform: rotate(-9deg);
  transform-origin: left center;
}

.garage-slogan span {
  display: block;
}

.clipboard-list {
  position: absolute;
  z-index: 4;
  top: 260px;
  left: calc(50% + 141px);
  margin: 0;
  padding: 0;
  color: #eee6d8;
  font-size: 11px;
  line-height: 1.55;
  list-style: none;
  transform: rotate(7.5deg);
}

.clipboard-list li::before {
  content: "✓";
  display: inline-block;
  width: 14px;
  color: #91aa42;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.hero-note {
  position: absolute;
  z-index: 8;
  top: 408px;
  left: calc(50% + 245px);
  width: 147px;
  height: 151px;
  padding: 27px 14px 12px 17px;
  color: #5c5852;
  background:
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(94, 118, 133, .13) 20px 21px),
    #f3eee3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  transform: rotate(4.7deg);
}

.hero-note::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  width: 32px;
  height: 5px;
  border-radius: 50%;
  background: rgba(96, 83, 65, .12);
  box-shadow: 73px 0 rgba(96, 83, 65, .1);
}

.hero-note p {
  margin: 0 0 10px;
  font-size: 8.8px;
  font-style: italic;
  line-height: 1.45;
}

.hero-note p:nth-child(2) {
  color: var(--accent);
}

.note-signature {
  position: absolute;
  right: 28px;
  bottom: 10px;
  width: 54px;
  height: 22px;
  border-bottom: 2px solid currentColor;
  border-radius: 50%;
  color: #393733;
  font-size: 0;
  transform: rotate(-10deg) skewX(-22deg);
}

.note-signature::before,
.note-signature::after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
}

.note-signature::before {
  right: 2px;
  width: 44px;
  transform: rotate(-14deg);
}

.note-signature::after {
  right: 9px;
  width: 31px;
  transform: rotate(16deg);
}

.hero-features {
  position: absolute;
  z-index: 6;
  top: 464px;
  left: 0;
  width: 100%;
  height: 195px;
  overflow: hidden;
  clip-path: polygon(0 6%, 4% 12%, 9% 8%, 14% 15%, 20% 10%, 26% 14%, 33% 9%, 40% 13%, 47% 10%, 54% 15%, 61% 11%, 69% 16%, 76% 10%, 83% 14%, 90% 11%, 96% 15%, 100% 9%, 100% 100%, 0 100%);
  background: var(--dark);
}

.feature-grid {
  position: absolute;
  top: 77px;
  left: 50%;
  display: grid;
  grid-template-columns: 160px 171px 165px 264px;
  height: 79px;
  color: #f4efe7;
  transform: translateX(-50%);
}

.feature-grid article {
  position: relative;
  height: 76px;
}

.feature-grid article + article {
  border-left: 1px solid rgba(239, 231, 216, .25);
}

.feature-grid article > svg {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  color: var(--primary);
}

.feature-grid article > div {
  position: absolute;
  top: 2px;
}

.feature-grid article:nth-child(1) > svg { left: 4px; }
.feature-grid article:nth-child(1) > div { left: 52px; width: 101px; }
.feature-grid article:nth-child(2) > svg { left: 20px; }
.feature-grid article:nth-child(2) > div { left: 65px; width: 98px; }
.feature-grid article:nth-child(3) > svg { left: 20px; }
.feature-grid article:nth-child(3) > div { left: 66px; width: 91px; }
.feature-grid article:nth-child(4) > svg { left: 17px; }
.feature-grid article:nth-child(4) > div { left: 60px; width: 116px; }

.feature-grid h2 {
  margin: 0;
  font-family: var(--body);
  font-size: 9.3px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.feature-grid p {
  margin: 14px 0 0;
  color: #d1cdc6;
  font-size: 8px;
  line-height: 1.52;
}

.section-title {
  margin: 0;
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
}

.process-section {
  height: 251px;
}

.process-section .section-title {
  position: absolute;
  top: 28px;
  left: 0;
}

.process-box {
  position: absolute;
  top: 69px;
  left: -1px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 762px;
  height: 153px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 7px;
  list-style: none;
}

.process-box::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 75px;
  right: 75px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #9d9a95 0 3px, transparent 3px 6px);
}

.process-box li {
  position: relative;
  padding-top: 53px;
  text-align: center;
}

.process-box li + li::after {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 19px;
  left: 0;
  width: 1px;
  background: var(--border);
}

.step-number {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 50%;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #f8f3ed;
  background: var(--primary);
  font-family: var(--heading);
  font-size: 14px;
  line-height: 1;
  transform: translateX(-50%);
}

.process-box h3 {
  margin: 0;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.process-box p {
  margin: 13px 0 0;
  color: #403d3a;
  font-size: 9.2px;
  line-height: 1.72;
}

.categories-section {
  height: 235px;
}

.categories-section .section-title {
  position: absolute;
  top: 6px;
  left: 0;
}

.category-grid {
  position: absolute;
  top: 55px;
  left: -1px;
  display: grid;
  grid-template-columns: 142px 142px 143px 144px 144px;
  gap: 11px;
  width: 759px;
  height: 155px;
}

.category-grid article {
  position: relative;
  height: 155px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  transition: transform .18s ease, border-color .18s ease;
}

.category-grid article:hover {
  border-color: #d2b78f;
  transform: translateY(-2px);
}

.category-grid img {
  position: absolute;
  max-width: none;
  object-fit: fill;
}

.category-grid article:nth-child(1) img { top: 17px; left: -5px; width: 145px; height: 95px; }
.category-grid article:nth-child(2) img { top: 18px; left: -4px; width: 148px; height: 100px; }
.category-grid article:nth-child(3) img { top: 21px; left: -2px; width: 148px; height: 96px; }
.category-grid article:nth-child(4) img { top: 13px; left: 0; width: 136px; height: 105px; }
.category-grid article:nth-child(5) img { top: 17px; left: 7px; width: 136px; height: 101px; }

.category-grid h3 {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  margin: 0;
  text-align: center;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.trust-section {
  height: 246px;
}

.trust-layout {
  display: grid;
  grid-template-columns: 368px 1fr;
  gap: 41px;
  padding-top: 14px;
}

.trust-image {
  width: 368px;
  height: 213px;
  border-radius: 4px;
  object-fit: fill;
}

.trust-copy {
  position: relative;
  padding-top: 12px;
}

.trust-copy ul {
  display: grid;
  gap: 10px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.trust-copy li {
  display: flex;
  align-items: center;
  min-height: 19px;
  color: #3d3935;
  font-size: 10.2px;
}

.trust-copy li svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  flex: none;
  color: var(--primary);
}

.reviews-section {
  height: 199px;
}

.reviews-section .section-title {
  position: absolute;
  top: 10px;
  left: 0;
}

.reviews-grid {
  position: absolute;
  top: 57px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 178px);
  gap: 11px;
  width: 745px;
  height: 125px;
}

.reviews-grid article {
  position: relative;
  height: 125px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 14px 15px;
  background: #f5eee6;
}

.reviews-grid header {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
}

.reviews-grid header img {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-grid header strong {
  position: relative;
  z-index: 2;
  max-width: 85px;
  font-family: Arial, sans-serif;
  font-size: 8.2px;
  font-weight: 700;
  line-height: 1.25;
}

.stars {
  position: absolute;
  top: 48px;
  left: 60px;
  color: #d59e16;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
}

.reviews-grid p {
  margin: 10px 0 0;
  color: #3f3b37;
  font-size: 8.6px;
  line-height: 1.55;
}

.quote-mark {
  position: absolute;
  z-index: 1;
  top: 21px;
  right: 12px;
  color: rgba(196, 184, 169, .29);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.cta-section {
  height: 231px;
  overflow: hidden;
  background: var(--dark);
}

.cta-art {
  position: absolute;
  z-index: 0;
  inset: 0 auto auto 50%;
  width: 864px;
  height: 231px;
  max-width: none;
  object-fit: fill;
  transform: translateX(-50%);
}

.cta-content {
  z-index: 2;
  color: #f7f2ec;
}

.cta-content h2 {
  position: absolute;
  top: 51px;
  left: 9px;
  margin: 0;
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.cta-content p {
  position: absolute;
  top: 127px;
  left: 9px;
  margin: 0;
  color: #d1cdc6;
  font-size: 9.5px;
  line-height: 1.45;
}

.cta-content .button {
  position: absolute;
  top: 168px;
  left: 8px;
  width: 145px;
  min-height: 38px;
}

.lead-dialog {
  width: min(430px, calc(100% - 30px));
  margin: auto;
  border: 0;
  border-radius: 13px;
  padding: 30px;
  color: var(--text);
  background: var(--background);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.lead-dialog::backdrop {
  background: rgba(16, 17, 17, .72);
  backdrop-filter: blur(3px);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  background: transparent;
}

.dialog-close svg {
  width: 22px;
  height: 22px;
}

.lead-dialog form {
  display: grid;
  gap: 13px;
}

.dialog-kicker {
  color: var(--accent);
  font-family: var(--heading);
  font-size: 13px;
  letter-spacing: .06em;
}

.lead-dialog h2 {
  margin: 0;
  padding-right: 30px;
  font-family: var(--heading);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.lead-dialog p {
  margin: -3px 0 5px;
  color: var(--muted);
  font-size: 12px;
}

.lead-dialog label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
}

.lead-dialog input,
.lead-dialog textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, .55);
  outline: none;
  resize: vertical;
}

.lead-dialog input:focus,
.lead-dialog textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(183, 142, 85, .15);
}

.lead-dialog .button {
  width: 100%;
  min-height: 44px;
}

.lead-dialog small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 22px;
  max-width: calc(100% - 28px);
  border-radius: 5px;
  padding: 12px 18px;
  color: #f8f3ed;
  background: var(--dark);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 25px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast.error {
  background: #7b2924;
}

@keyframes hero-copy-in {
  from { opacity: .01; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 864px) {
  .header-phone {
    right: calc(50% - 432px);
  }

  .hero::after {
    content: "";
    position: absolute;
    z-index: 7;
    top: 0;
    left: 50%;
    width: 864px;
    height: 659px;
    background: url("assets/production/hero-note-overlay-retina-v1.png") 0 0 / 864px 659px no-repeat;
    pointer-events: none;
    transform: translateX(-50%);
  }

  .desktop-nav {
    top: 32px;
    left: 237px;
    gap: 39px;
  }

  .hero-calm {
    display: none;
  }

  .hero-features {
    top: 0;
    height: 659px;
    overflow: visible;
    clip-path: none;
    background: transparent;
    pointer-events: none;
  }

  .feature-grid {
    top: 541px;
    pointer-events: auto;
  }

  .feature-grid article + article {
    border-left: 0;
  }

  .feature-grid article > svg {
    visibility: hidden;
  }

  .garage-slogan,
  .clipboard-list,
  .hero-note {
    display: none;
  }

  .button-secondary {
    background: var(--background);
  }

  .hero h1 span:first-child {
    top: 10px;
    left: -2px;
    transform: scale(.993, 1.08);
    transform-origin: 0 0;
    -webkit-text-stroke: .12px var(--text);
  }

  .hero h1 span:last-child {
    top: 96px;
    left: -1px;
    font-size: 72.8px;
    transform: scaleY(1.11);
    transform-origin: 0 0;
    -webkit-text-stroke: .12px var(--accent);
  }

  .hero-lead {
    top: 283px;
    left: 0;
    line-height: 1.52;
    transform: scaleX(1.13);
    transform-origin: 0 0;
  }

  .hero-actions {
    top: 329px;
  }

  .hero-proof {
    top: 387px;
    left: -1px;
  }

  .process-section .section-title {
    top: 29px;
  }

  .process-box p {
    transform: scaleX(1.13);
    transform-origin: 50% 0;
  }

  .categories-section .section-title {
    top: 10px;
    transform: scaleY(1.08);
    transform-origin: 0 0;
  }

  .trust-layout {
    gap: 39px;
  }

  .trust-copy {
    padding-top: 13px;
  }

  .trust-copy ul {
    margin-top: 14px;
  }

  .trust-copy li {
    width: 86.9565%;
    transform: scaleX(1.15);
    transform-origin: 0 50%;
  }

  .trust-copy li svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .reviews-section .section-title {
    top: 11px;
  }

  .reviews-grid article {
    padding-top: 12px;
  }

  .reviews-grid header strong {
    top: -7px;
    font-size: 8.6px;
  }

  .stars {
    top: 34px;
    font-size: 10px;
    letter-spacing: 1.3px;
  }

  .reviews-grid p {
    margin-top: 11px;
    font-size: 9px;
    line-height: 1.65;
    transform: scaleX(1.2);
    transform-origin: 0 0;
  }

  .cta-content h2 {
    top: 55px;
    left: 9px;
  }

  .cta-content p {
    top: 128px;
    left: 8px;
    transform: scaleX(1.13);
    transform-origin: 0 0;
  }
}

@media (max-width: 863px) {
  .page-container {
    width: calc(100% - 40px);
  }

  .desktop-nav {
    left: 205px;
    gap: 20px;
  }

  .header-phone {
    width: 198px;
    padding-left: 30px;
  }

  .hero-art,
  .cta-art {
    left: 50%;
  }

  .hero-art {
    height: 650px;
    content: url("assets/production/hero-responsive-retina-ultrahd-v1.webp");
  }

  .garage-slogan,
  .clipboard-list,
  .hero-note {
    display: none;
  }

  .process-box,
  .category-grid,
  .reviews-grid {
    left: 0;
    width: 100%;
  }

  .process-box {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .process-box li {
    scroll-snap-align: start;
  }

  .category-grid {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .category-grid article {
    scroll-snap-align: start;
  }

  .reviews-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reviews-grid article {
    scroll-snap-align: start;
  }

  .trust-layout {
    grid-template-columns: minmax(330px, 368px) 1fr;
    gap: 28px;
  }

  .trust-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 863px) {
  .clipboard-list {
    top: 260px;
    left: calc(50% + 141px);
    display: block;
  }

  .categories-section {
    height: 398px;
  }

  .category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .category-grid article {
    grid-column: span 2;
  }

  .category-grid article:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .category-grid article:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .category-grid img {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .reviews-section {
    height: 342px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .page-container {
    width: calc(100% - 32px);
  }

  .site-header {
    height: 68px;
  }

  .brand {
    top: 14px;
    left: 0;
    width: 92px;
    height: 27px;
  }

  .brand-logo {
    width: 92px;
    height: 27px;
  }

  .desktop-nav,
  .header-phone {
    display: none;
  }

  .menu-toggle {
    position: absolute;
    z-index: 34;
    top: 12px;
    right: 14px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(23, 23, 23, .16);
    border-radius: 50%;
    color: var(--text);
    background: rgba(248, 243, 237, .9);
  }

  .menu-toggle svg {
    width: 24px;
    height: 24px;
  }

  .menu-toggle .close-icon {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] .close-icon {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    z-index: 32;
    top: 0;
    right: 0;
    display: grid;
    align-content: start;
    gap: 4px;
    width: min(320px, 88vw);
    height: 100dvh;
    padding: 82px 24px 24px;
    color: #f8f3ed;
    background: var(--dark);
    box-shadow: -16px 0 40px rgba(0, 0, 0, .24);
    transform: translateX(105%);
    transition: transform .24s ease;
  }

  .mobile-nav.open {
    transform: translateX(0);
  }

  .mobile-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-family: var(--heading);
    font-size: 22px;
  }

  .mobile-nav .mobile-phone {
    margin-top: 18px;
    color: var(--primary);
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    height: 1050px;
  }

  .hero-art {
    top: 42px;
    left: 28%;
    width: 864px;
    height: 650px;
  }

  .hero-calm {
    width: 100%;
    height: 540px;
    background: linear-gradient(90deg, var(--background) 0 36%, rgba(248, 243, 237, .92) 62%, rgba(248, 243, 237, .12) 92%, transparent 100%);
  }

  .hero h1 {
    top: 94px;
    width: 100%;
    height: 126px;
  }

  .hero h1 span:first-child {
    font-size: clamp(52px, 14vw, 70px);
  }

  .hero h1 span:last-child {
    top: 66px;
    font-size: clamp(45px, 12vw, 59px);
  }

  .hero-lead {
    top: 232px;
    font-size: 13px;
  }

  .hero-actions {
    top: 290px;
    display: grid;
    width: min(310px, 100%);
  }

  .button,
  .button-primary,
  .button-secondary {
    width: 100%;
    min-height: 46px;
  }

  .hero-proof {
    top: 401px;
  }

  .garage-slogan,
  .clipboard-list,
  .hero-note {
    display: none;
  }

  .hero-features {
    top: auto;
    bottom: 0;
    height: 448px;
    clip-path: polygon(0 8%, 8% 5%, 19% 8%, 31% 4%, 43% 8%, 55% 5%, 67% 8%, 79% 4%, 91% 8%, 100% 5%, 100% 100%, 0 100%);
  }

  .feature-grid {
    top: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: calc(100% - 32px);
    height: auto;
  }

  .feature-grid article {
    min-height: 170px;
    border: 0 !important;
    padding: 0 13px 20px 55px;
  }

  .feature-grid article:nth-child(even) {
    border-left: 1px solid rgba(239, 231, 216, .22) !important;
  }

  .feature-grid article:nth-child(n + 3) {
    padding-top: 24px;
    border-top: 1px solid rgba(239, 231, 216, .22) !important;
  }

  .feature-grid article > svg {
    top: 0 !important;
    left: 5px !important;
    width: 41px;
    height: 41px;
  }

  .feature-grid article:nth-child(n + 3) > svg {
    top: 24px !important;
  }

  .feature-grid article > div {
    position: static;
    width: auto !important;
  }

  .feature-grid h2 {
    font-size: 15px;
  }

  .feature-grid p {
    margin-top: 12px;
    font-size: 11px;
  }

  .section-title {
    font-size: 32px;
    line-height: 1;
  }

  .process-section,
  .categories-section,
  .trust-section,
  .reviews-section {
    height: auto;
  }

  .process-section {
    padding: 44px 0 54px;
  }

  .process-section .section-title,
  .categories-section .section-title,
  .reviews-section .section-title {
    position: static;
  }

  .process-box {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 24px;
    overflow: visible;
    border-radius: 10px;
  }

  .process-box::before {
    top: 36px;
    bottom: 36px;
    left: 36px;
    width: 1px;
    height: auto;
    background: repeating-linear-gradient(0deg, #9d9a95 0 3px, transparent 3px 6px);
  }

  .process-box li {
    min-height: 130px;
    padding: 28px 18px 24px 78px;
    text-align: left;
  }

  .process-box li + li::after {
    top: 0;
    right: 18px;
    bottom: auto;
    left: 78px;
    width: auto;
    height: 1px;
  }

  .step-number {
    top: 26px;
    left: 36px;
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .process-box h3 {
    font-size: 17px;
  }

  .process-box p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .process-box p span {
    display: inline;
  }

  .process-box p span + span::before {
    content: " ";
  }

  .categories-section {
    padding: 0 0 54px;
  }

  .category-grid {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    height: auto;
    margin-top: 24px;
    overflow: visible;
  }

  .category-grid article {
    height: 170px;
  }

  .category-grid img {
    top: 17px !important;
    left: 50% !important;
    width: auto !important;
    height: 105px !important;
    transform: translateX(-50%);
  }

  /* Keep the original category cutouts at or below their native 1x size. */
  .category-grid article:nth-child(1) img { height: 95px !important; }
  .category-grid article:nth-child(2) img { height: 100px !important; }
  .category-grid article:nth-child(3) img { height: 96px !important; }
  .category-grid article:nth-child(4) img { height: 105px !important; }
  .category-grid article:nth-child(5) img { height: 101px !important; }

  .category-grid h3 {
    bottom: 16px;
    font-size: 17px;
  }

  .category-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 12px) / 2);
    justify-self: center;
  }

  .trust-section {
    padding-bottom: 54px;
  }

  .trust-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 0;
  }

  .trust-image {
    width: 100%;
    height: auto;
    aspect-ratio: 368 / 213;
  }

  .trust-copy {
    padding-top: 0;
  }

  .trust-copy ul {
    gap: 12px;
    margin-top: 22px;
  }

  .trust-copy li {
    font-size: 13px;
  }

  .trust-copy li svg {
    width: 20px;
    height: 20px;
  }

  .reviews-section {
    padding-bottom: 54px;
  }

  .reviews-grid {
    position: static;
    display: grid;
    grid-auto-columns: min(82vw, 300px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    width: calc(100vw - 16px);
    height: auto;
    margin-top: 24px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reviews-grid article {
    height: 170px;
    padding: 18px;
  }

  .reviews-grid header strong {
    max-width: 150px;
    font-size: 11px;
  }

  .stars {
    top: 55px;
    left: 68px;
    font-size: 11px;
  }

  .reviews-grid p {
    margin-top: 15px;
    font-size: 12px;
  }

  .cta-section {
    height: 420px;
  }

  .cta-art {
    left: 58%;
    width: 1570px;
    height: 420px;
    object-fit: fill;
  }

  .cta-content h2 {
    top: 75px;
    left: 0;
    max-width: 330px;
    font-size: 38px;
  }

  .cta-content p {
    top: 180px;
    left: 0;
    font-size: 13px;
  }

  .cta-content .button {
    top: 245px;
    left: 0;
    width: min(260px, 100%);
    min-height: 46px;
  }

  .lead-dialog {
    width: calc(100% - 24px);
    padding: 26px 20px 22px;
  }

  .lead-dialog h2 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .hero h1 span:first-child {
    font-size: 52px;
  }

  .hero h1 span:last-child {
    top: 61px;
    font-size: 45px;
  }

  .hero-lead {
    top: 221px;
    max-width: 280px;
  }

  .hero-actions {
    top: 282px;
  }

  .hero-proof {
    top: 397px;
  }

  .reviews-grid {
    grid-auto-columns: calc(100vw - 48px);
  }

  .cta-content h2 {
    top: 70px;
    max-width: 100%;
    font-size: 32px;
    line-height: 1.06;
  }

  .cta-content p {
    top: 155px;
  }

  .cta-content .button {
    top: 210px;
  }

  .lead-dialog {
    max-height: calc(100dvh - 16px);
    overflow-y: auto;
  }
}

@media (max-width: 350px) {
  .hero {
    height: 1080px;
  }

  .hero-features {
    height: 480px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
  }

  .feature-grid article {
    min-height: 96px;
    padding: 0 8px 14px 54px;
    border: 0 !important;
  }

  .feature-grid article:nth-child(even),
  .feature-grid article:nth-child(n + 3) {
    padding-top: 14px;
    border-top: 1px solid rgba(239, 231, 216, .2) !important;
    border-left: 0 !important;
  }

  .feature-grid article:nth-child(n + 3) > svg,
  .feature-grid article:nth-child(even) > svg {
    top: 14px !important;
  }

  .feature-grid h2 {
    font-size: 12px;
  }

  .feature-grid p {
    margin-top: 7px;
    font-size: 10px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-grid article,
  .category-grid article:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    height: 190px;
  }

  .category-grid img {
    height: 125px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
