:root {
  --background: #090909;
  --background-soft: #111111;
  --secondary: #171717;
  --card: #141414;
  --card-hover: #191919;
  --foreground: #fafafa;
  --muted: #a3a3a3;
  --border: #27272a;
  --primary: #d4a017;
  --primary-soft: rgba(212, 160, 23, 0.12);
  --primary-glow: rgba(212, 160, 23, 0.2);
  --success: #25d366;
  --success-soft: rgba(37, 211, 102, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

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

a:hover,
a:focus {
  color: var(--primary);
}

img {
  max-width: 100%;
  height: auto;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(9, 9, 9, 0.95)),
    var(--background);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 212px;
}

.brand img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
}

.brand-title {
  display: block;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand-subtitle {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  color: rgba(250, 250, 250, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.nav-menu a:hover,
.nav-menu .current-menu-item a {
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-contact-strip {
  width: 100%;
  margin: 0;
  padding: 7px 0 9px;
  border-top: 1px solid rgba(212, 160, 23, 0.12);
  background:
    linear-gradient(90deg, rgba(212, 160, 23, 0.14), rgba(212, 160, 23, 0.055) 44%, rgba(255, 255, 255, 0.018)),
    rgba(9, 9, 9, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.header-contact-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  color: rgba(250, 250, 250, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.header-contact-link,
.header-hours {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  padding: 6px 11px;
  white-space: nowrap;
}

.header-contact-link {
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.header-contact-link:hover,
.header-contact-link:focus {
  border-color: rgba(212, 160, 23, 0.45);
  background: var(--primary-soft);
  color: var(--foreground);
}

.header-phone {
  color: #f4d06f;
}

.header-phone .header-contact-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-whatsapp {
  color: var(--success);
  border-color: rgba(37, 211, 102, 0.2);
  background: var(--success-soft);
}

.header-whatsapp svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.header-whatsapp:hover,
.header-whatsapp:focus {
  border-color: rgba(37, 211, 102, 0.5);
  background: rgba(37, 211, 102, 0.2);
  color: #7ef5a7;
}

.header-hours {
  color: rgba(250, 250, 250, 0.78);
}

.header-hours::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.header-hours-label {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 28%, rgba(212, 160, 23, 0.12), transparent 28rem),
    radial-gradient(circle at 0% 76%, rgba(212, 160, 23, 0.1), transparent 20rem),
    linear-gradient(135deg, var(--background) 0%, var(--background) 52%, rgba(23, 23, 23, 0.74) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--secondary);
  letter-spacing: 0;
  text-transform: none;
}

.pill::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--primary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z'/%3E%3C/svg%3E") center / contain no-repeat;
}

h1,
h2,
h3 {
  color: var(--foreground);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.35rem);
  max-width: 760px;
}

h1 .accent,
h2 .accent {
  display: block;
  color: var(--primary);
  margin-top: 8px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  font-size: 1.22rem;
}

p {
  margin: 0 0 18px;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.14rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button,
.wp-block-button__link,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: var(--primary);
  color: #121212;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  transform: translateY(-1px);
  background: #e6b229;
  border-color: #e6b229;
  color: #121212;
}

.button.secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--foreground);
  border-color: var(--border);
}

.button.secondary:hover,
.button.secondary:focus {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--foreground);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon,
.service-card .icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  background: var(--secondary);
}

.stat-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: var(--primary);
  mask: var(--stat-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9L18 10l-2-4H8l-2 4-2.5 1.1C2.7 11.3 2 12.1 2 13v3c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E")) center / contain no-repeat;
}

.stat:nth-child(2) {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
}

.stat:nth-child(3) {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v6l4 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

.stat strong {
  display: block;
  color: var(--foreground);
  font-size: 1.5rem;
  line-height: 1.1;
}

.stat span {
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}

.hero-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 160, 23, 0.22) 0%, rgba(212, 160, 23, 0.14) 34%, rgba(212, 160, 23, 0.06) 56%, transparent 74%),
    radial-gradient(circle at 50% 50%, rgba(212, 160, 23, 0.16), transparent 66%);
  filter: blur(18px);
  opacity: 0.92;
}

.hero-logo-wrap img {
  position: relative;
  z-index: 1;
  width: min(500px, 90%);
  filter:
    drop-shadow(0 22px 38px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 18px rgba(212, 160, 23, 0.18));
}

.section {
  padding: 96px 0;
  border-bottom: 1px solid rgba(39, 39, 42, 0.72);
}

.section.alt {
  background: rgba(23, 23, 23, 0.34);
}

.section-header {
  max-width: 740px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-header p:not(.eyebrow) {
  color: var(--muted);
}

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

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

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

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

.card,
.service-card,
.car-card,
.testimonial-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.service-card:hover,
.car-card:hover,
.testimonial-card:hover {
  border-color: rgba(212, 160, 23, 0.55);
  background: var(--card-hover);
  transform: translateY(-2px);
}

.service-card .icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--primary-soft);
}

.service-card .icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--primary);
  -webkit-mask: var(--service-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z'/%3E%3C/svg%3E")) center / contain no-repeat;
  mask: var(--service-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z'/%3E%3C/svg%3E")) center / contain no-repeat;
}

.icon-maintenance { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.1-3.1a6 6 0 0 1-8.5 7.4L6 20l-3-3 6.4-6.3a6 6 0 0 1 7.4-8.5z'/%3E%3C/svg%3E"); }
.icon-service { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22 12 18 12 15 21 9 3 6 12 2 12'/%3E%3C/svg%3E"); }
.icon-fluids { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2s6 6.5 6 11a6 6 0 0 1-12 0c0-4.5 6-11 6-11z'/%3E%3Cpath d='M9 14c.6 1.4 1.6 2 3 2'/%3E%3C/svg%3E"); }
.icon-mot { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 7h6M9 12l2 2 4-4M9 17h6'/%3E%3C/svg%3E"); }
.icon-diagnostics { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4M7 10h3l2-3 2 6 2-3h1'/%3E%3C/svg%3E"); }
.icon-wiring { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7z'/%3E%3C/svg%3E"); }
.icon-brakes { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M4 12H2m20 0h-2M12 4V2m0 20v-2'/%3E%3C/svg%3E"); }
.icon-brake-fluid { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M12 12v8M8 16h8M6 20h12'/%3E%3C/svg%3E"); }
.icon-clutch { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 5V2M12 22v-3M5 12H2M22 12h-3M7 7 5 5M19 19l-2-2M17 7l2-2M5 19l2-2'/%3E%3C/svg%3E"); }
.icon-tyres { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 3v5m0 8v5m9-9h-5M8 12H3'/%3E%3C/svg%3E"); }
.icon-exhaust { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 15h10l4-4h4v6h-4l-4-4H3z'/%3E%3Cpath d='M5 9c1-2 3-2 4 0M8 6c1-2 3-2 4 0'/%3E%3C/svg%3E"); }
.icon-battery { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='12' rx='2'/%3E%3Cpath d='M7 7V5h3v2M14 7V5h3v2M8 13h3M15 13h3M16.5 11.5v3'/%3E%3C/svg%3E"); }
.icon-oil { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14h10l4-4-6-6-3 3 3 3H4z'/%3E%3Cpath d='M18 14s3 2.5 3 5a3 3 0 0 1-6 0c0-2.5 3-5 3-5z'/%3E%3C/svg%3E"); }
.icon-ac { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20M4.9 4.9l14.2 14.2M2 12h20M4.9 19.1 19.1 4.9'/%3E%3C/svg%3E"); }
.icon-inspection { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='6'/%3E%3Cpath d='m15 15 6 6M8 10l2 2 4-4'/%3E%3C/svg%3E"); }
.icon-suspension { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3h8M12 3v18M8 21h8M9 7h6M9 11h6M9 15h6'/%3E%3C/svg%3E"); }
.icon-transmission { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3M12 19v3M4.9 4.9 7 7M17 17l2.1 2.1M2 12h3M19 12h3M4.9 19.1 7 17M17 7l2.1-2.1'/%3E%3C/svg%3E"); }
.icon-transmission-fluid { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 10c1.3-1 2.7-1 4 0s2.7 1 4 0M8 14c1.3-1 2.7-1 4 0s2.7 1 4 0'/%3E%3C/svg%3E"); }
.icon-chain { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1 1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1-1'/%3E%3C/svg%3E"); }
.icon-belt { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='12' rx='8' ry='5'/%3E%3Cellipse cx='12' cy='12' rx='4' ry='2'/%3E%3Cpath d='M4 12h4M16 12h4'/%3E%3C/svg%3E"); }
.icon-coolant { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14.8V5a2 2 0 0 0-4 0v9.8a4 4 0 1 0 4 0z'/%3E%3Cpath d='M10 9h4M17 8l2-2m-2 6h3m-3 4 2 2'/%3E%3C/svg%3E"); }
.icon-fuel { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21V4a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v17'/%3E%3Cpath d='M5 11h11M16 8h2l3 3v7a2 2 0 0 1-4 0v-3'/%3E%3Cpath d='M4 21h13'/%3E%3C/svg%3E"); }
.icon-sales { --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 14l2-5h14l2 5v5H3z'/%3E%3Ccircle cx='7' cy='19' r='2'/%3E%3Ccircle cx='17' cy='19' r='2'/%3E%3Cpath d='M8 9V6h8v3M14 4l2-2 2 2'/%3E%3C/svg%3E"); }
}

.service-card h3,
.car-card h3 {
  margin-bottom: 12px;
}

.service-card p,
.car-card p,
.testimonial-card p {
  color: var(--muted);
}

.car-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}

.trust-media {
  position: relative;
}

.trust-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: var(--primary-soft);
  transform: rotate(3deg);
}

.trust-logo-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 46px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 160, 23, 0.2) 0%, rgba(212, 160, 23, 0.12) 34%, rgba(212, 160, 23, 0.05) 58%, transparent 76%),
    var(--secondary);
}

.trust-logo-panel::before {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 160, 23, 0.2) 0%, rgba(212, 160, 23, 0.1) 44%, transparent 72%);
  filter: blur(18px);
  opacity: 0.9;
}

.trust-logo-panel img {
  position: relative;
  z-index: 1;
  width: min(390px, 90%);
  filter:
    drop-shadow(0 22px 36px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 16px rgba(212, 160, 23, 0.18));
}

.satisfaction {
  position: absolute;
  right: -20px;
  bottom: -28px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.satisfaction strong {
  display: block;
  color: var(--primary);
  font-size: 2.6rem;
  line-height: 1;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--foreground);
}

.check-item::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--primary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.contact-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border-radius: 12px;
  background: var(--secondary);
}

.contact-mini a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.testimonial-stars {
  color: var(--primary);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  margin-top: 20px;
  border-top: 1px solid var(--border);
}

.avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.meta-list li:last-child {
  border-bottom: 0;
}

.page-hero {
  padding: 126px 0 42px;
  background:
    radial-gradient(circle at 90% 30%, rgba(212, 160, 23, 0.11), transparent 24rem),
    linear-gradient(135deg, var(--background) 0%, var(--background-soft) 100%);
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  max-width: 860px;
  margin-bottom: 0;
}

.page-hero .eyebrow {
  margin-bottom: 10px;
}

.content {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content .grid.three {
  margin-bottom: 44px;
}

.content .grid + .wp-block-buttons,
.content .grid + .wp-block-button,
.content .wp-block-buttons {
  margin-top: 44px;
}

.garage-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.garage-gallery-item {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--card);
  cursor: zoom-in;
  aspect-ratio: 4 / 5;
}

.garage-gallery-item:hover,
.garage-gallery-item:focus-visible {
  border-color: rgba(212, 160, 23, 0.62);
}

.garage-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.garage-gallery-item:hover img,
.garage-gallery-item:focus-visible img {
  transform: scale(1.035);
}

.used-car-filters {
  margin-bottom: 30px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}

.used-car-filters-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.used-car-filters-header h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}

.used-car-filters-header span {
  color: var(--muted);
  font-size: 0.9rem;
}

.used-car-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.used-car-filter-grid label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
}

.used-car-filter-grid label span {
  color: var(--muted);
  font-weight: 700;
}

.used-car-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.used-car-no-results {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card);
  color: var(--muted);
}

.vehicle-detail {
  width: min(1120px, calc(100% - 32px));
}

.vehicle-gallery {
  position: relative;
  margin-bottom: 34px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--secondary);
}

.vehicle-gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 14px 14px 0 0;
}

.vehicle-gallery-track::-webkit-scrollbar {
  display: none;
}

.vehicle-gallery-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.vehicle-gallery-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.vehicle-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vehicle-gallery-button {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.72);
  color: var(--foreground);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.vehicle-gallery-button:hover,
.vehicle-gallery-button:focus-visible {
  background: var(--primary);
  color: #070707;
}

.vehicle-gallery-button.previous {
  left: 18px;
}

.vehicle-gallery-button.next {
  right: 18px;
}

.vehicle-gallery-thumbnails {
  display: grid;
  grid-auto-columns: 92px;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 14px;
  border-top: 1px solid var(--border);
}

.vehicle-gallery-thumbnail {
  display: block;
  width: 92px;
  height: 68px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: var(--card);
  cursor: pointer;
}

.vehicle-gallery-thumbnail:hover,
.vehicle-gallery-thumbnail:focus-visible,
.vehicle-gallery-thumbnail.is-active {
  border-color: var(--primary);
}

.vehicle-gallery-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.vehicle-description,
.vehicle-specs {
  min-width: 0;
}

.vehicle-description h2,
.vehicle-specs h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 14px;
}

.vehicle-specs {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}

.vehicle-specs .meta-list li {
  padding: 8px 0;
}

.vehicle-lightbox-open {
  overflow: hidden;
}

.vehicle-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.94);
}

.vehicle-lightbox-toolbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 44px;
  color: var(--foreground);
}

.vehicle-lightbox-counter {
  margin-right: auto;
  color: var(--muted);
}

.vehicle-lightbox-close,
.vehicle-lightbox-zoom,
.vehicle-lightbox-nav {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--foreground);
  cursor: pointer;
}

.vehicle-lightbox-close,
.vehicle-lightbox-zoom {
  min-height: 40px;
  padding: 0 16px;
}

.vehicle-lightbox-nav {
  align-self: center;
  justify-self: center;
  width: 48px;
  height: 48px;
  font-size: 2.2rem;
  line-height: 1;
}

.vehicle-lightbox-close:hover,
.vehicle-lightbox-close:focus-visible,
.vehicle-lightbox-zoom:hover,
.vehicle-lightbox-zoom:focus-visible,
.vehicle-lightbox-nav:hover,
.vehicle-lightbox-nav:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  color: #070707;
}

.vehicle-lightbox-stage {
  grid-column: 2;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.vehicle-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  transition: transform 0.18s ease;
  cursor: zoom-in;
}

.vehicle-lightbox.is-zoomed .vehicle-lightbox-image {
  transform: scale(2.2);
  cursor: zoom-out;
}

.vehicle-lightbox.is-zoomed .vehicle-lightbox-zoom {
  background: var(--primary);
  border-color: var(--primary);
  color: #070707;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 28px;
}

.contact-details-list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.contact-detail {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(212, 160, 23, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  color: inherit;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.contact-detail:hover,
.contact-detail:focus {
  border-color: rgba(212, 160, 23, 0.34);
  background:
    linear-gradient(135deg, rgba(212, 160, 23, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  color: inherit;
  transform: translateY(-1px);
}

.contact-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 160, 23, 0.22);
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.12);
  color: var(--primary);
}

.contact-detail-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: var(--contact-icon) center / contain no-repeat;
  mask: var(--contact-icon) center / contain no-repeat;
}

.contact-detail-address {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.52 10.18-7.4 11.79a1 1 0 0 1-1.2 0C9.52 20.18 4 14.99 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.contact-detail-phone {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E");
}

.contact-detail-whatsapp {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.14 6.43 2.14 11.88c0 1.74.46 3.44 1.33 4.94L2 22l5.3-1.39a9.9 9.9 0 0 0 4.74 1.21h.01c5.45 0 9.89-4.43 9.89-9.88C21.94 6.45 17.5 2 12.04 2Zm0 18.14h-.01a8.2 8.2 0 0 1-4.18-1.14l-.3-.18-3.14.82.84-3.06-.2-.31a8.14 8.14 0 1 1 6.99 3.87Zm4.47-6.1c-.24-.12-1.45-.71-1.67-.79-.22-.08-.38-.12-.55.12-.16.24-.63.79-.77.95-.14.16-.28.18-.52.06-.24-.12-1.03-.38-1.96-1.21-.72-.64-1.21-1.44-1.35-1.68-.14-.24-.02-.37.1-.49.11-.11.24-.28.37-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.55-1.32-.75-1.8-.2-.48-.4-.41-.55-.42h-.47c-.16 0-.42.06-.65.3-.22.24-.85.83-.85 2.02 0 1.19.87 2.35.99 2.51.12.16 1.71 2.61 4.14 3.66.58.25 1.03.4 1.38.51.58.18 1.11.16 1.53.1.47-.07 1.45-.59 1.65-1.16.2-.57.2-1.05.14-1.16-.06-.1-.22-.16-.46-.28Z'/%3E%3C/svg%3E");
}

.contact-detail-whatsapp .contact-detail-icon {
  border-color: rgba(37, 211, 102, 0.24);
  background: var(--success-soft);
  color: var(--success);
}

.contact-detail-email {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E");
}

.contact-detail strong {
  display: block;
  color: var(--foreground);
  font-size: 0.82rem;
  line-height: 1.25;
}

.contact-detail-value {
  display: block;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.aac-form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0d0d0d;
  color: var(--foreground);
}

textarea {
  min-height: 150px;
}

label {
  color: var(--foreground);
  font-weight: 700;
}

.map-link {
  display: block;
  min-height: 230px;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background:
    linear-gradient(rgba(15, 15, 15, 0.78), rgba(15, 15, 15, 0.78)),
    repeating-linear-gradient(45deg, #1f1a0d 0 12px, #101010 12px 24px);
  color: var(--foreground);
}

.map-embed {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--secondary);
  aspect-ratio: 4 / 3;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.map-actions {
  margin-top: 14px;
}

.site-footer {
  background: #070707;
  color: var(--muted);
  padding: 72px 0 30px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  gap: 36px;
}

.footer-brand img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 999px;
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 154, 76, 0.55);
  border-radius: 999px;
  color: var(--primary);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  color: #070707;
}

.footer-social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-footer h3 {
  font-size: 1rem;
  margin-bottom: 18px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 10px;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .header-actions {
    display: none;
  }

  .header-inner {
    gap: 18px;
  }

  .nav-menu {
    gap: 18px;
  }

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

@media (max-width: 860px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: auto;
    display: grid;
    justify-items: start;
    padding: 12px 0 8px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .header-contact-strip,
  .header-contact-bar {
    width: 100%;
    justify-content: flex-start;
  }

  .header-contact-strip {
    margin-top: 0;
  }

  .header-contact-bar {
    width: min(var(--max), calc(100% - 32px));
  }

  .nav-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .header-contact-bar {
    gap: 7px;
    font-size: 0.78rem;
  }

  .header-contact-link,
  .header-hours {
    min-height: 28px;
    padding: 5px 9px;
  }

  .hero {
    min-height: auto;
    padding-top: 158px;
  }

  .page-hero {
    padding: 158px 0 34px;
  }

  .page-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .hero-grid,
  .grid.two,
  .contact-layout,
  .vehicle-detail-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 42px 0 64px;
  }

  .hero-stats,
  .grid.three {
    grid-template-columns: 1fr;
  }

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

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

  .trust-logo-panel {
    min-height: 320px;
  }

  .satisfaction {
    right: 12px;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: min(var(--max), calc(100% - 24px));
    gap: 10px;
  }

  .header-contact-strip {
    width: 100%;
  }

  .header-contact-bar {
    width: min(var(--max), calc(100% - 24px));
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand-title {
    font-size: 0.98rem;
  }

  .nav-menu {
    gap: 6px 12px;
  }

  .nav-menu a {
    font-size: 0.82rem;
  }

  .header-contact-bar {
    font-size: 0.74rem;
  }

  .header-hours-label {
    display: none;
  }

  .hero {
    padding-top: 176px;
  }

  .page-hero {
    padding-top: 176px;
  }

  .grid.four,
  .check-grid,
  .contact-strip,
  .garage-gallery,
  .used-car-filter-grid {
    grid-template-columns: 1fr;
  }

  .button,
  .wp-block-button__link,
  input[type="submit"] {
    width: 100%;
  }

  .meta-list li {
    display: block;
  }

  .vehicle-gallery-button {
    width: 38px;
    height: 38px;
    font-size: 1.65rem;
  }

  .vehicle-gallery-button.previous {
    left: 10px;
  }

  .vehicle-gallery-button.next {
    right: 10px;
  }

  .vehicle-lightbox {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    padding: 12px;
  }

  .vehicle-lightbox-toolbar {
    flex-wrap: wrap;
  }

  .vehicle-lightbox-close,
  .vehicle-lightbox-zoom {
    min-height: 36px;
    padding: 0 12px;
  }

  .vehicle-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
