@font-face {
  font-family: "EFCO Brookshire";
  src: url("assets/fonts/EFCO-Brookshire.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --ink: #1a2234;
  --muted: #6f7b8c;
  --paper: #f7f8fa;
  --white: #ffffff;
  --blue: #1056c0;
  --blue-dark: #0a3a8c;
  --blue-deep: #061e52;
  --blue-ink: #0d2d66;
  --gold: #f5c518;
  --gold-dark: #e8b400;
  --red: #e5263b;
  --charcoal: #0b0f1a;
  --line: rgba(16, 33, 51, 0.13);
  --shadow: 0 18px 48px rgba(6, 30, 82, 0.16);
  --soft-shadow: 0 10px 30px rgba(6, 30, 82, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 10px 18px;
  background: rgba(6, 30, 82, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand strong {
  display: block;
}

.brand strong {
  color: var(--white);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.nav-toggle {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.15rem;
}

.site-nav {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 70px;
  display: none;
  padding: 12px;
  background: rgba(6, 30, 82, 0.99);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
  gap: 0;
}

.site-nav a {
  padding: 14px 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.site-nav a.active {
  color: var(--gold);
}

.site-nav a:last-child {
  border-bottom: 0;
}

.site-nav .nav-call,
.site-nav .nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  margin-top: 10px;
  min-height: 52px;
  padding: 14px 18px;
}

.site-nav .nav-call {
  color: #071524;
  background: var(--gold);
  border-radius: 6px;
}

.site-nav .nav-social {
  color: #071524;
  background: var(--gold);
  border: 0;
  border-radius: 6px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  display: grid;
  align-items: start;
  align-content: center;
  gap: 26px;
  padding: 52px 18px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 4, 14, 0.58), rgba(0, 8, 24, 0.44)),
    linear-gradient(180deg, rgba(0, 5, 18, 0.38), rgba(0, 5, 18, 0.50)),
    url("assets/hero-blueprint-bg.png") center / cover no-repeat;
}

.hero::before,
.hero::after {
  display: none;
}

.hero::before {
  display: none;
}

.page-hero {
  padding: 96px 18px 64px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 18%, rgba(245, 197, 24, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(6, 30, 82, 0.94), rgba(6, 30, 82, 0.76)),
    url("assets/shop-hero.jpg") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.15rem, 10vw, 4.4rem);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.06rem;
}

.page-hero .button {
  margin-top: 8px;
}

.about-hero {
  background:
    linear-gradient(180deg, rgba(3, 25, 48, 0.64), rgba(3, 25, 48, 0.94)),
    url("assets/german-car-small.png") right bottom / min(76vw, 540px) auto no-repeat,
    var(--blue-dark);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--gold);
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.7rem, 12vw, 5.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.hero-title {
  margin-bottom: 0;
  color: var(--white);
  font-family: "EFCO Brookshire", "DM Serif Display", Georgia, serif;
  font-size: clamp(3.1rem, 15vw, 6.3rem);
  line-height: 0.9;
  text-shadow: 0 4px 22px rgba(0, 22, 64, 0.36);
}

.hero-title span {
  display: block;
}

.hero-title span:first-child::first-letter {
  font-size: 1.3em;
  line-height: 0.9;
}

.hero-title span:last-child {
  margin-top: 0;
  font-size: 0.44em;
  letter-spacing: 0.1em;
}

h2 {
  margin-bottom: 14px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.8rem, 7vw, 3.1rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 700;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.04rem;
  text-shadow: 0 2px 16px rgba(0, 10, 28, 0.72);
}

.hero-schematic {
  display: none;
}

.hero-schematic img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-actions {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
}

.button,
.call-strip a,
.sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.call-strip a:hover,
.sticky-call:hover,
.map-link:hover,
.social-links a:hover,
.nav-call:hover,
.nav-social:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.button-primary,
.call-strip a,
.sticky-call {
  color: #071524;
  background: var(--gold);
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.quick-trust {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.quick-trust i {
  color: var(--gold);
}

.quick-trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.call-strip {
  display: grid;
  gap: 14px;
  padding: 20px 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
}

.call-strip p {
  margin: 0;
  font-weight: 800;
}

.cta-section {
  background: var(--white);
  padding-top: 36px;
}

.schedule-card {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 18%, rgba(245, 197, 24, 0.14), transparent 28%),
    linear-gradient(135deg, var(--blue-deep), var(--blue));
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.schedule-card p {
  margin: 0;
  font-weight: 800;
}

.schedule-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 18px;
  color: #071524;
  background: var(--gold);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.section,
.split-section,
.contact-section {
  padding: 72px 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.service-grid {
  display: grid;
  gap: 14px;
}

.service-grid article {
  min-height: 185px;
  padding: 24px 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--soft-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-grid article:hover,
.service-list article:hover,
.credential-card:hover,
.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 86, 192, 0.24);
  box-shadow: 0 18px 44px rgba(6, 30, 82, 0.13);
}

.service-grid i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--blue);
  background: #eaf2ff;
  border-radius: 9px;
  font-size: 1.75rem;
}

.service-grid p,
.contact-section p,
.proof-list span,
.service-list p,
.about-grid p,
.credential-card p,
.owner-card p {
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--soft-shadow);
}

.service-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue);
  background: #eaf2ff;
  border-radius: 8px;
  font-size: 1.6rem;
  margin-top: 4px;
}

.service-list h2 {
  margin-bottom: 8px;
  font-size: clamp(1.28rem, 5vw, 1.9rem);
}

.work-section {
  display: grid;
  gap: 28px;
  padding: 72px 18px;
  background:
    linear-gradient(180deg, rgba(247, 248, 250, 0.86), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 14% 14%, rgba(16, 86, 192, 0.1), transparent 24%);
}

.work-photo,
.photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.work-photo {
  aspect-ratio: 4 / 3;
}

.work-photo img,
.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-copy {
  align-self: center;
}

.work-copy p {
  color: var(--muted);
}

.work-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.work-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(6, 30, 82, 0.08);
}

.specialty-section {
  display: grid;
  gap: 34px;
  padding: 72px 18px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 14%, rgba(245, 197, 24, 0.14), transparent 24%),
    linear-gradient(135deg, var(--blue-deep), #0b2b68);
}

.specialty-section .eyebrow {
  color: var(--gold);
  letter-spacing: 0.16em;
}

.specialty-copy {
  max-width: 620px;
}

.specialty-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.specialty-copy strong {
  color: var(--white);
}

.specialty-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  padding: 16px 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  font-weight: 700;
}

.specialty-note i {
  color: var(--gold);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brand-grid div {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.brand-grid img {
  max-width: 82px;
  max-height: 76px;
  object-fit: contain;
  opacity: 0.95;
  filter: grayscale(1) brightness(0) invert(1);
}

.all-makes-tile {
  gap: 10px;
  color: var(--gold);
  text-transform: uppercase;
}

.all-makes-tile i {
  font-size: 1.7rem;
}

.all-makes-tile span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.split-section {
  display: grid;
  gap: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 95% 90%, rgba(245, 197, 24, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(6, 30, 82, 0.98), rgba(10, 58, 140, 0.9)),
    url("assets/german-car-small.png") right bottom / min(52vw, 520px) auto no-repeat;
}

.split-section .eyebrow {
  color: #d8ecff;
}

.ase-badge {
  width: 82px;
  height: auto;
  margin-top: 12px;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.proof-list i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 1.35rem;
}

.proof-list p {
  margin: 0;
}

.proof-list strong,
.proof-list span {
  display: block;
}

.proof-list span {
  color: rgba(255, 255, 255, 0.72);
}

.vehicles {
  background:
    linear-gradient(180deg, rgba(247, 248, 250, 0.88), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 12% 12%, rgba(16, 86, 192, 0.1), transparent 22%);
}

.owner-section {
  background: var(--white);
}

.owner-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(234, 242, 255, 0.88), rgba(255, 255, 255, 1)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.owner-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(16, 86, 192, 0.18);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(6, 30, 82, 0.08);
  font-size: 1.55rem;
}

.owner-card-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 34% center;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(6, 30, 82, 0.14);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--blue-deep);
}

.owner-values {
  background: var(--paper);
}

.photo-story {
  background: var(--white);
}

.photo-story .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.photo-grid {
  display: grid;
  gap: 18px;
}

.photo-card {
  margin: 0;
  background: var(--white);
}

.photo-card img {
  aspect-ratio: 4 / 3;
}

.photo-card.tall img {
  aspect-ratio: 3 / 4;
}

.home-gallery,
.service-proof {
  padding: 72px 18px;
}

.home-gallery {
  display: grid;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(247, 248, 250, 0.92), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 86% 18%, rgba(16, 86, 192, 0.1), transparent 26%);
}

.service-proof {
  background: var(--paper);
}

.service-proof .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.service-photo-grid {
  display: grid;
  gap: 16px;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vehicle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-tags span {
  padding: 10px 12px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(6, 30, 82, 0.05);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  gap: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 197, 24, 0.16), transparent 28%),
    linear-gradient(135deg, var(--blue-deep), #0b2b68);
}

.contact-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 900;
  text-decoration: none;
}

.contact-card p {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-card p a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.contact-card p a:hover {
  color: var(--gold);
}

.contact-card i {
  color: var(--gold);
  width: 20px;
}

.contact-section .eyebrow {
  color: var(--gold);
}

.contact-section > div > p {
  color: rgba(255, 255, 255, 0.78);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.social-links a,
.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 14px;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.map-link {
  margin-top: 10px;
  color: #071524;
  background: var(--gold);
}

.map-link i,
.social-links i {
  color: currentColor;
}

.map-embed {
  width: 100%;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.about-grid {
  display: grid;
  gap: 24px;
}

.credential-card {
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 14%, rgba(245, 197, 24, 0.16), transparent 28%),
    linear-gradient(145deg, #082d66, var(--blue-deep));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(6, 30, 82, 0.2);
}

.credential-card img {
  width: 100%;
  height: auto;
}

.credential-card .owner-profile-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 34% center;
  border-bottom: 3px solid var(--gold);
}

.credential-body {
  padding: 20px;
}

.credential-kicker {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-card h3 {
  color: var(--white);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.credential-card p {
  color: rgba(255, 255, 255, 0.78);
}

.credential-badges {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.credential-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}

.credential-badges i {
  color: var(--gold);
}

.sticky-call {
  position: fixed;
  z-index: 30;
  left: 14px;
  right: 14px;
  bottom: 14px;
  box-shadow: 0 12px 28px rgba(7, 55, 99, 0.26);
}

.site-footer {
  padding: 42px 18px 92px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  background: var(--blue-deep);
}

.site-footer img {
  width: 44px;
  height: auto;
  margin-bottom: 12px;
  opacity: 0.66;
}

.site-footer p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.8;
}

.site-footer strong {
  color: rgba(255, 255, 255, 0.7);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.on {
  opacity: 1;
  transform: none;
}

@media (min-width: 680px) {
  .hero-actions,
  .call-strip,
  .schedule-card {
    display: flex;
    align-items: center;
  }

  .call-strip,
  .schedule-card {
    justify-content: space-between;
  }

  .hero-actions {
    justify-content: flex-start;
    gap: 14px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .site-header {
    padding: 11px 42px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0;
    border-bottom: 0;
  }

  .site-nav a:hover {
    color: var(--gold);
  }

  .site-nav .nav-call {
    margin-top: 0;
    padding: 10px 16px;
  }

  .site-nav .nav-social {
    margin-top: 0;
    padding: 10px 16px;
  }

  .hero,
  .page-hero,
  .section,
  .work-section,
  .specialty-section,
  .home-gallery,
  .service-proof,
  .split-section,
  .contact-section,
  .call-strip,
  .site-footer {
    padding-left: max(42px, calc((100vw - 1180px) / 2));
    padding-right: max(42px, calc((100vw - 1180px) / 2));
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
    min-height: 560px;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .hero::before {
    background-size: min(54vw, 720px) auto;
    background-position: right 5% center;
    opacity: 0.95;
    filter: brightness(0.78) contrast(1.08);
  }

  .hero-content {
    max-width: 660px;
    align-self: center;
    gap: 18px;
  }

  .hero-schematic {
    display: none;
  }

  .quick-trust {
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .split-section,
  .contact-section {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .contact-section {
    grid-template-columns: 0.8fr 0.72fr 1fr;
  }

  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-section {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }

  .work-photo {
    aspect-ratio: 5 / 4;
  }

  .work-thumbs {
    grid-template-columns: repeat(3, 132px);
  }

  .specialty-section {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-grid {
    grid-template-columns: 1fr 360px;
    align-items: start;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .home-gallery {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: stretch;
  }

  .home-gallery .large {
    grid-row: span 2;
  }

  .home-gallery .large img {
    height: 100%;
    aspect-ratio: auto;
  }

  .service-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .owner-card {
    grid-template-columns: 320px 1fr;
    align-items: center;
    padding: 34px;
  }

  .owner-card-photo {
    aspect-ratio: 4 / 3;
  }

  .sticky-call {
    left: auto;
    right: 24px;
    width: auto;
    min-width: 172px;
  }

  .site-footer {
    padding-bottom: 42px;
  }
}

