:root {
  --v360-ink: #06101d;
  --v360-navy: #0a192b;
  --v360-panel: #10243a;
  --v360-blue: #0878e8;
  --v360-blue-light: #53adff;
  --v360-green: #38d27f;
  --v360-paper: #f4f7fa;
  --v360-white: #ffffff;
  --v360-text: #d9e4ef;
  --v360-muted: #91a4b8;
  --v360-line: rgba(255, 255, 255, 0.1);
  --v360-dark-line: rgba(6, 16, 29, 0.12);
}

.vehicle360-site,
.vehicle360-site * {
  box-sizing: border-box;
}

.vehicle360-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--v360-ink);
  color: var(--v360-text);
  font-family: "Work Sans", sans-serif;
}

.vehicle360-site a {
  text-decoration: none;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--v360-line);
  background: rgba(6, 16, 29, 0.97);
  box-shadow: 0 14px 40px rgba(2, 8, 16, 0.28);
  backdrop-filter: blur(14px);
}

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

.site-utility-bar {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #030a13;
}

.site-utility-inner {
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  color: #788da2;
  font-size: 10px;
}

.site-utility-inner,
.site-utility-inner p,
.site-utility-inner div,
.site-utility-inner span,
.site-utility-inner a {
  gap: 7px;
}

.site-utility-inner p,
.site-utility-inner div,
.site-utility-inner span,
.site-utility-inner a {
  display: flex;
  align-items: center;
  margin: 0;
}

.site-utility-inner .material-symbols-outlined {
  color: var(--v360-blue-light);
  font-size: 15px;
}

.site-utility-inner a {
  margin-left: 18px;
  color: #a2b5c8;
}

.site-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v360-green);
  box-shadow: 0 0 0 4px rgba(56, 210, 127, 0.1);
}

.site-brand-row {
  background: rgba(9, 23, 39, 0.94);
}

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

.site-brand-lockup {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.site-logo-image,
.site-logo-wrap img {
  width: auto;
  height: 48px;
  max-width: 155px;
  flex: 0 0 auto;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
  padding: 3px;
}

.site-logo-fallback {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--v360-blue);
}

.site-brand-copy {
  min-width: 0;
}

.site-brand-copy strong,
.site-brand-copy small {
  display: block;
}

.site-brand-copy strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-brand-copy small {
  display: none;
  margin-top: 3px;
  color: #8ba0b6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-brand-copy b {
  margin-left: 5px;
  color: var(--v360-blue-light);
}

.site-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.site-header-phone,
.site-header-cta {
  display: none;
}

.site-header-phone {
  align-items: center;
  gap: 9px;
  color: #fff;
}

.site-header-phone > span:first-child {
  color: var(--v360-blue-light);
}

.site-header-phone small,
.site-header-phone strong {
  display: block;
}

.site-header-phone small {
  color: #7f93a8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header-phone strong {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 900;
}

.site-header-cta {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9px;
  background: var(--v360-blue);
  box-shadow: 0 12px 28px rgba(8, 120, 232, 0.24);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 11px 17px;
  text-transform: uppercase;
}

.site-header-cta .material-symbols-outlined {
  font-size: 18px;
}

.site-menu-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--v360-line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
}

.site-nav-row {
  display: none;
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 14, 25, 0.9);
}

.site-nav-inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-primary-menu,
.site-primary-menu .sub-menu,
.site-mobile-menu,
.site-mobile-menu .sub-menu,
.site-footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

.site-primary-menu {
  display: flex;
  align-items: stretch;
  gap: 3px;
}

.site-primary-menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.site-primary-menu > li > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid transparent;
  color: #c7d4e1 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  padding: 0 14px;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease;
}

.site-primary-menu > li.current-menu-item > a,
.site-primary-menu > li.current-menu-ancestor > a,
.site-primary-menu > li:hover > a,
.site-primary-menu > li:focus-within > a {
  border-color: var(--v360-blue-light);
  color: #fff !important;
}

.site-primary-menu > .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.site-primary-menu > li::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 14px;
}

.site-primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 8px;
  width: min(600px, 80vw);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(8, 21, 36, 0.99);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
  opacity: 0;
  padding: 13px;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.site-primary-menu > li:last-child .sub-menu {
  right: 0;
  left: auto;
}

.site-primary-menu > li:hover > .sub-menu,
.site-primary-menu > li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-primary-menu .sub-menu a {
  display: flex !important;
  min-height: 62px !important;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #d6e2ee !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35;
  padding: 12px 14px !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.site-primary-menu .sub-menu a:hover,
.site-primary-menu .sub-menu a:focus {
  border-color: rgba(83, 173, 255, 0.4) !important;
  background: rgba(8, 120, 232, 0.14) !important;
  color: #fff !important;
}

.site-nav-promise {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #7f94a9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav-promise span {
  color: var(--v360-green);
  font-size: 18px;
}

.site-mobile-nav {
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid transparent;
  background: #071321;
  opacity: 0;
  transition: max-height 260ms ease, opacity 180ms ease, border-color 180ms ease;
}

.site-mobile-nav.is-open {
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  border-color: var(--v360-line);
  opacity: 1;
}

.site-mobile-nav > .site-shell {
  padding-block: 12px 20px;
}

.site-mobile-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-mobile-menu > li > a {
  display: flex;
  min-height: 52px;
  align-items: center;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-mobile-menu .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 0 0 13px;
}

.site-mobile-menu .sub-menu a {
  display: flex !important;
  min-height: 52px !important;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #b8c8d7 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  padding: 10px !important;
}

.site-mobile-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.site-mobile-contact a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(83, 173, 255, 0.24);
  border-radius: 9px;
  color: var(--v360-blue-light);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.site-mobile-contact a:last-child {
  border-color: var(--v360-blue);
  background: var(--v360-blue);
  color: #fff;
}

.site-eyebrow,
.site-section-label {
  margin: 0;
  color: var(--v360-blue-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.site-eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--v360-blue-light);
}

.site-button-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-button:hover {
  transform: translateY(-2px);
}

.site-button-primary {
  background: var(--v360-blue);
  box-shadow: 0 15px 32px rgba(8, 120, 232, 0.24);
  color: #fff;
}

.site-button-primary:hover {
  background: #168ff9;
}

.site-button-ghost {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.site-button-dark {
  border: 1px solid rgba(6, 16, 29, 0.16);
  background: #0a192b;
  color: #fff;
}

.site-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--v360-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-section-heading {
  max-width: 780px;
}

.site-section-heading h2,
.home-specialist-copy h2,
.home-contact-panel h2,
.services-workshop-intro h2,
.services-commercial-copy h2,
.services-contact-panel h2,
.contact-hours-card h2,
.contact-faq-layout > div:first-child h2 {
  margin: 11px 0 0;
  color: var(--v360-ink);
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-transform: uppercase;
}

.site-section-heading > p:last-child,
.site-section-split > p,
.site-section-split > div:last-child p {
  margin: 16px 0 0;
  color: #60758b;
  font-size: 15px;
  line-height: 1.65;
}

.site-heading-centred {
  margin-inline: auto;
  text-align: center;
}

.site-section-split {
  display: grid;
  max-width: none;
  gap: 18px;
}

.site-section-split > div:last-child > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--v360-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Home */
.home-redesign {
  background: var(--v360-paper);
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--v360-line);
}

.home-hero-image,
.home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.home-hero-image {
  object-fit: cover;
}

.home-hero-overlay {
  z-index: -1;
  background: linear-gradient(96deg, rgba(3, 9, 17, 0.98) 0%, rgba(5, 16, 29, 0.94) 54%, rgba(5, 16, 29, 0.72) 100%);
}

.home-hero-layout {
  display: grid;
  gap: 34px;
  padding-block: 56px;
}

.home-hero-copy h1,
.services-hero-copy h1,
.contact-hero-copy h1 {
  max-width: 820px;
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(2.45rem, 10vw, 5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-transform: uppercase;
}

.home-hero-copy h1 em,
.services-hero-copy h1 em,
.contact-hero-copy h1 em {
  display: block;
  color: var(--v360-blue-light);
  font-style: inherit;
}

.home-hero-copy > p:not(.site-eyebrow),
.services-hero-copy > p:not(.site-eyebrow),
.contact-hero-copy > p:not(.site-eyebrow) {
  max-width: 680px;
  margin: 21px 0 0;
  color: #c8d5e2;
  font-size: 16px;
  line-height: 1.65;
}

.home-hero-copy .site-button-row,
.services-hero-copy .site-button-row {
  margin-top: 25px;
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  margin-top: 25px;
}

.home-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b4c5d5;
  font-size: 11px;
  font-weight: 800;
}

.home-hero-points b {
  color: var(--v360-green);
  font-size: 18px;
}

.home-hero-panel {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(8, 22, 38, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  padding: 8px;
}

.home-hero-panel > p {
  margin: 0;
  color: #7f94a9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 11px 12px 8px;
  text-transform: uppercase;
}

.home-hero-panel > a {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 11px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  color: #fff;
  padding: 14px 12px;
  transition: background 160ms ease;
}

.home-hero-panel > a:hover {
  background: rgba(8, 120, 232, 0.14);
}

.home-hero-panel > a > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 9px;
  background: rgba(8, 120, 232, 0.15);
  color: var(--v360-blue-light);
}

.home-hero-panel strong,
.home-hero-panel small {
  display: block;
}

.home-hero-panel strong {
  font-size: 13px;
  font-weight: 900;
}

.home-hero-panel small {
  margin-top: 3px;
  color: #8296aa;
  font-size: 10px;
  line-height: 1.35;
}

.home-hero-panel b {
  color: var(--v360-blue-light);
  font-size: 19px;
}

.home-trust-strip {
  background: var(--v360-ink);
}

.home-trust-strip .site-shell {
  display: grid;
}

.home-trust-strip .site-shell > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  border-bottom: 1px solid var(--v360-line);
  padding: 18px 0;
}

.home-trust-strip .site-shell > div:last-child {
  border-bottom: 0;
}

.home-trust-strip .material-symbols-outlined {
  grid-row: span 2;
  color: var(--v360-blue-light);
  font-size: 25px;
}

.home-trust-strip strong,
.home-trust-strip small {
  display: block;
}

.home-trust-strip strong {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.home-trust-strip small {
  margin-top: 3px;
  color: #71869a;
  font-size: 10px;
}

.home-services-section,
.home-specialist-section,
.home-process-section,
.home-brands-section,
.home-contact-section,
.services-featured,
.services-workshop,
.services-commercial,
.services-method,
.services-contact,
.contact-information,
.contact-next-step,
.contact-faq-section {
  padding-block: 76px;
}

.home-service-grid {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.home-service-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  border: 1px solid var(--v360-dark-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 36, 58, 0.06);
  color: var(--v360-ink);
  padding: 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-service-card:hover {
  border-color: rgba(8, 120, 232, 0.35);
  box-shadow: 0 22px 55px rgba(16, 36, 58, 0.12);
  transform: translateY(-4px);
}

.home-service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 11px;
  background: rgba(8, 120, 232, 0.1);
  color: var(--v360-blue);
}

.home-service-card h3 {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-service-card p {
  margin: 10px 0 18px;
  color: #687d92;
  font-size: 13px;
  line-height: 1.58;
}

.home-service-card strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--v360-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-service-card strong span {
  font-size: 18px;
}

.home-specialist-section {
  border-block: 1px solid var(--v360-line);
  background: var(--v360-ink);
}

.home-specialist-layout {
  display: grid;
  gap: 36px;
}

.home-specialist-image {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--v360-line);
  border-radius: 18px;
}

.home-specialist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-specialist-image > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(3, 10, 18, 0.96));
  padding: 60px 20px 19px;
}

.home-specialist-image span,
.home-specialist-image strong {
  display: block;
}

.home-specialist-image span {
  color: var(--v360-blue-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-specialist-image strong {
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.home-specialist-copy {
  align-self: center;
}

.home-specialist-copy h2,
.home-contact-panel h2,
.services-commercial-copy h2,
.services-contact-panel h2 {
  color: #fff;
}

.home-specialist-copy > p:not(.site-section-label),
.services-commercial-copy > p:not(.site-section-label),
.home-contact-panel > div:first-child > p:not(.site-section-label),
.services-contact-panel > div:first-child > p:not(.site-section-label) {
  margin: 18px 0 0;
  color: #96a9bc;
  font-size: 15px;
  line-height: 1.68;
}

.home-specialist-copy ul,
.services-commercial-copy ul {
  display: grid;
  gap: 12px;
  margin: 23px 0 0;
  list-style: none;
  padding: 0;
}

.home-specialist-copy li,
.services-commercial-copy li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d6e1eb;
  font-size: 13px;
  line-height: 1.45;
}

.home-specialist-copy li span,
.services-commercial-copy li span {
  color: var(--v360-green);
  font-size: 19px;
}

.home-specialist-copy .site-button-row,
.services-commercial-copy .site-button-row {
  margin-top: 26px;
}

.home-specialist-copy .site-text-link {
  color: var(--v360-blue-light);
  justify-content: center;
}

.home-process-section {
  background: #fff;
}

.home-process-grid,
.contact-steps-grid {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.home-process-grid article,
.contact-steps-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--v360-dark-line);
  border-radius: 15px;
  background: var(--v360-paper);
  padding: 24px;
}

.home-process-grid article > b,
.contact-steps-grid article > b {
  position: absolute;
  top: -13px;
  right: 10px;
  color: rgba(8, 120, 232, 0.08);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
}

.home-process-grid article > span,
.contact-steps-grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 19px;
  border-radius: 10px;
  background: var(--v360-blue);
  color: #fff;
}

.home-process-grid h3,
.contact-steps-grid h3 {
  margin: 0;
  color: var(--v360-ink);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-process-grid p,
.contact-steps-grid p {
  margin: 9px 0 0;
  color: #687d92;
  font-size: 13px;
  line-height: 1.58;
}

.home-brands-section {
  border-top: 1px solid var(--v360-dark-line);
  background: var(--v360-paper);
}

.home-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 30px;
}

.home-brand-grid > div {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--v360-dark-line);
  border-radius: 12px;
  background: var(--v360-navy);
  padding: 15px;
}

.home-brand-grid img {
  width: 58px;
  height: 38px;
  object-fit: contain;
}

.home-brand-grid span {
  color: #aebfd0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.home-contact-section {
  background: var(--v360-paper);
}

.home-contact-panel,
.services-contact-panel {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(83, 173, 255, 0.25);
  border-radius: 20px;
  background: radial-gradient(circle at 85% 10%, rgba(8, 120, 232, 0.22), transparent 28%), var(--v360-navy);
  padding: 27px;
}

.home-contact-details {
  display: grid;
  gap: 10px;
}

.home-contact-details > a:not(.site-button),
.home-contact-details > p {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 9px;
  margin: 0;
  color: #fff;
}

.home-contact-details .material-symbols-outlined {
  grid-row: span 2;
  color: var(--v360-blue-light);
}

.home-contact-details small,
.home-contact-details strong {
  display: block;
}

.home-contact-details small {
  color: #7d92a7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-contact-details strong {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

/* Services */
.services-redesign,
.contact-redesign {
  background: var(--v360-paper);
  color: var(--v360-ink);
}

.services-hero {
  overflow: hidden;
  background: linear-gradient(130deg, #f7fafc, #eaf1f7);
  padding-block: 54px;
}

.services-hero-layout {
  display: grid;
  gap: 34px;
}

.services-hero-copy h1,
.contact-hero-copy h1 {
  color: var(--v360-ink);
}

.services-hero-copy h1 em,
.contact-hero-copy h1 em {
  color: var(--v360-blue);
}

.services-hero-copy > p:not(.site-eyebrow) {
  color: #5f7489;
}

.services-hero-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 19px;
  box-shadow: 0 25px 65px rgba(18, 42, 66, 0.18);
}

.services-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero-visual > div {
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--v360-line);
  border-radius: 11px;
  background: rgba(6, 16, 29, 0.92);
  color: #fff;
  padding: 13px;
  backdrop-filter: blur(10px);
}

.services-hero-visual > div > span {
  color: var(--v360-blue-light);
}

.services-hero-visual small,
.services-hero-visual strong {
  display: block;
}

.services-hero-visual small {
  color: #8297ab;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-hero-visual strong {
  margin-top: 2px;
  font-size: 11px;
}

.services-category-bar {
  position: sticky;
  top: 72px;
  z-index: 30;
  overflow-x: auto;
  border-block: 1px solid var(--v360-dark-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.services-category-bar .site-shell {
  display: flex;
  gap: 4px;
}

.services-category-bar a {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  color: #5f7489;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0 12px;
  text-transform: uppercase;
}

.services-category-bar a:hover {
  color: var(--v360-blue);
}

.services-featured {
  background: #fff;
}

.services-featured-grid {
  display: grid;
  gap: 14px;
  margin-top: 35px;
}

.services-feature-card {
  overflow: hidden;
  border: 1px solid var(--v360-dark-line);
  border-radius: 16px;
  background: var(--v360-paper);
  color: var(--v360-ink);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.services-feature-card:hover {
  box-shadow: 0 22px 55px rgba(16, 36, 58, 0.14);
  transform: translateY(-4px);
}

.services-feature-image {
  position: relative;
  height: 205px;
  overflow: hidden;
}

.services-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.services-feature-card:hover .services-feature-image img {
  transform: scale(1.035);
}

.services-feature-image > span {
  position: absolute;
  top: 13px;
  left: 13px;
  border-radius: 999px;
  background: rgba(6, 16, 29, 0.9);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.services-feature-copy {
  position: relative;
  padding: 23px;
}

.services-feature-copy > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-top: -46px;
  margin-bottom: 18px;
  border: 4px solid var(--v360-paper);
  border-radius: 11px;
  background: var(--v360-blue);
  color: #fff;
}

.services-feature-copy h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.services-feature-copy p {
  margin: 10px 0 19px;
  color: #697f94;
  font-size: 13px;
  line-height: 1.6;
}

.services-feature-copy > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--v360-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.services-feature-copy > strong b {
  font-size: 18px;
}

.services-workshop {
  border-block: 1px solid var(--v360-dark-line);
  background: var(--v360-paper);
}

.services-workshop-layout {
  display: grid;
  gap: 34px;
}

.services-workshop-intro h2 {
  color: var(--v360-ink);
}

.services-workshop-intro > p:not(.site-section-label) {
  margin: 18px 0 23px;
  color: #64798e;
  font-size: 15px;
  line-height: 1.65;
}

.services-workshop-grid {
  display: grid;
  gap: 10px;
}

.services-workshop-grid article {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid var(--v360-dark-line);
  border-radius: 13px;
  background: #fff;
  padding: 17px;
}

.services-workshop-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: rgba(8, 120, 232, 0.1);
  color: var(--v360-blue);
}

.services-workshop-grid h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.services-workshop-grid p {
  margin: 6px 0 0;
  color: #71869a;
  font-size: 11px;
  line-height: 1.5;
}

.services-commercial {
  background: #fff;
}

.services-commercial-panel {
  display: grid;
  overflow: hidden;
  border-radius: 20px;
  background: var(--v360-navy);
}

.services-commercial-copy {
  padding: 27px;
}

.services-commercial-panel > img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.services-method {
  border-block: 1px solid var(--v360-dark-line);
  background: var(--v360-paper);
}

.services-method-grid {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.services-method-grid article {
  border-top: 3px solid var(--v360-blue);
  background: #fff;
  padding: 22px;
}

.services-method-grid b {
  color: var(--v360-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.services-method-grid h3 {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.services-method-grid p {
  margin: 8px 0 0;
  color: #70859a;
  font-size: 12px;
  line-height: 1.55;
}

.services-contact {
  background: var(--v360-paper);
}

.services-contact-panel > div:last-child {
  display: grid;
  gap: 10px;
}

/* Contact */
.contact-hero {
  background: linear-gradient(115deg, #071321 0%, #0c2137 100%);
  padding-block: 54px 68px;
}

.contact-hero-layout {
  display: grid;
  gap: 36px;
}

.contact-hero-copy h1 {
  color: #fff;
}

.contact-hero-copy > p:not(.site-eyebrow) {
  color: #aebfd0;
}

.contact-direct-grid {
  display: grid;
  gap: 9px;
  margin-top: 27px;
}

.contact-direct-grid > a {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  border: 1px solid var(--v360-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 13px;
}

.contact-direct-grid .material-symbols-outlined {
  grid-row: span 2;
  color: var(--v360-blue-light);
}

.contact-direct-grid small,
.contact-direct-grid strong {
  display: block;
}

.contact-direct-grid small {
  color: #778ca1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-direct-grid strong {
  margin-top: 3px;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.4;
}

.contact-form-card {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  padding: 24px;
}

.contact-form-card h2 {
  margin: 9px 0 0;
  color: var(--v360-ink);
  font-size: 27px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: uppercase;
}

.contact-form-card > p:not(.site-section-label) {
  margin: 10px 0 0;
  color: #6e8397;
  font-size: 12px;
  line-height: 1.55;
}

.contact-form-card form {
  margin-top: 18px;
}

.contact-form-notice {
  margin-top: 16px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 13px;
}

.contact-form-notice.is-success {
  border-color: rgba(56, 210, 127, 0.3);
  background: rgba(56, 210, 127, 0.09);
  color: #17683d;
}

.contact-form-notice.is-error {
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(220, 38, 38, 0.07);
  color: #9b1c1c;
}

.contact-form-grid {
  display: grid;
  gap: 11px;
}

.contact-form-grid label > span {
  display: block;
  margin-bottom: 6px;
  color: #52697f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(6, 16, 29, 0.14);
  border-radius: 9px;
  outline: none;
  background: #f4f7fa;
  color: var(--v360-ink);
  font: inherit;
  font-size: 14px;
  padding: 11px 13px;
}

.contact-form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: var(--v360-blue);
  box-shadow: 0 0 0 3px rgba(8, 120, 232, 0.1);
}

.contact-form-card button {
  display: flex;
  width: 100%;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 13px;
  border: 0;
  border-radius: 9px;
  background: var(--v360-blue);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-privacy {
  margin: 9px 0 0 !important;
  color: #8799aa !important;
  font-size: 9px !important;
  text-align: center;
}

.contact-information {
  background: #fff;
}

.contact-information-grid {
  display: grid;
  gap: 20px;
}

.contact-map-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
}

.contact-map-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-card > div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: 35px 1fr;
  column-gap: 9px;
  border: 1px solid var(--v360-line);
  border-radius: 12px;
  background: rgba(6, 16, 29, 0.94);
  color: #fff;
  padding: 15px;
  backdrop-filter: blur(10px);
}

.contact-map-card > div > span {
  grid-row: span 2;
  color: var(--v360-blue-light);
}

.contact-map-card small,
.contact-map-card strong {
  display: block;
}

.contact-map-card small {
  color: #7c91a6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-map-card strong {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4;
}

.contact-map-card > div > a {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  color: var(--v360-blue-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-map-card > div > a span {
  font-size: 16px;
}

.contact-hours-card {
  border: 1px solid var(--v360-dark-line);
  border-radius: 18px;
  background: var(--v360-paper);
  padding: 26px;
}

.contact-hours-card h2 {
  font-size: 32px;
}

.contact-hours-list {
  margin-top: 23px;
}

.contact-hours-list p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  border-bottom: 1px solid var(--v360-dark-line);
  color: #6c8095;
  font-size: 12px;
  padding: 10px 0;
}

.contact-hours-list strong {
  color: var(--v360-ink);
}

.contact-hours-list .is-highlight span,
.contact-hours-list .is-highlight strong {
  color: var(--v360-blue);
  font-weight: 900;
}

.contact-hours-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 19px 0 0;
  border-left: 3px solid var(--v360-blue);
  background: rgba(8, 120, 232, 0.07);
  color: #657a8f;
  font-size: 11px;
  line-height: 1.5;
  padding: 12px;
}

.contact-hours-note span {
  color: var(--v360-blue);
  font-size: 18px;
}

.contact-next-step {
  border-block: 1px solid var(--v360-dark-line);
  background: var(--v360-paper);
}

.contact-faq-section {
  background: #fff;
}

.contact-faq-layout {
  display: grid;
  gap: 32px;
}

.contact-faq-layout > div:first-child h2 {
  color: var(--v360-ink);
}

.contact-faq-layout > div:first-child > p:not(.site-section-label) {
  margin: 16px 0 0;
  color: #687d92;
  font-size: 14px;
  line-height: 1.62;
}

.contact-faq-layout > div:first-child > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--v360-blue);
  font-size: 17px;
  font-weight: 900;
}

.contact-faq-list {
  display: grid;
  gap: 9px;
}

.contact-faq-list details {
  border: 1px solid var(--v360-dark-line);
  border-radius: 12px;
  background: var(--v360-paper);
  padding: 0 16px;
}

.contact-faq-list summary {
  display: flex;
  min-height: 62px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--v360-ink);
  font-size: 13px;
  font-weight: 900;
}

.contact-faq-list summary::-webkit-details-marker {
  display: none;
}

.contact-faq-list summary b {
  color: var(--v360-blue);
  font-size: 23px;
  transition: transform 160ms ease;
}

.contact-faq-list details[open] summary b {
  transform: rotate(45deg);
}

.contact-faq-list details p {
  margin: -2px 0 17px;
  color: #71869a;
  font-size: 12px;
  line-height: 1.62;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--v360-line);
  background: #030a13;
  color: #8397ab;
  padding-top: 50px;
}

.site-footer-cta {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(83, 173, 255, 0.22);
  border-radius: 17px;
  background: radial-gradient(circle at 85% 10%, rgba(8, 120, 232, 0.19), transparent 30%), #0a192b;
  padding: 24px;
}

.site-footer-cta span,
.site-footer-cta h2 {
  margin: 0;
}

.site-footer-cta > div:first-child > span {
  color: var(--v360-blue-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-cta h2 {
  margin-top: 7px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.site-footer-cta > div:last-child {
  display: grid;
  gap: 8px;
}

.site-footer-call,
.site-footer-book {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 10px 15px;
  text-transform: uppercase;
}

.site-footer-call {
  border: 1px solid rgba(83, 173, 255, 0.3);
  color: var(--v360-blue-light);
}

.site-footer-book {
  background: var(--v360-blue);
  color: #fff;
}

.site-footer-grid {
  display: grid;
  gap: 34px;
  padding-block: 48px;
}

.site-footer-wordmark {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.site-footer-wordmark span {
  color: var(--v360-blue-light);
}

.site-footer-brand > p:not(.site-footer-wordmark) {
  max-width: 360px;
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.site-footer-contact {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.site-footer-contact p,
.site-footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #91a5b9;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer-contact span {
  color: var(--v360-blue-light);
  font-size: 18px;
}

.site-footer-grid h3 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer-menu {
  display: grid;
  gap: 10px;
}

.site-footer-menu a {
  color: #8397ab !important;
  font-size: 11px;
  transition: color 150ms ease;
}

.site-footer-menu a:hover {
  color: var(--v360-blue-light) !important;
}

.site-footer-hours {
  display: grid;
  gap: 9px;
}

.site-footer-hours p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 10px;
  padding-bottom: 8px;
}

.site-footer-hours strong {
  color: #b5c5d4;
}

.site-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #52667a;
  font-size: 9px;
  letter-spacing: 0.05em;
  padding-block: 19px;
  text-align: center;
  text-transform: uppercase;
}

.site-footer-bottom p {
  margin: 0;
}

@media (min-width: 520px) {
  .site-brand-copy small,
  .site-header-cta {
    display: flex;
  }

  .site-button-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .home-trust-strip .site-shell,
  .home-service-grid,
  .home-brand-grid,
  .services-featured-grid,
  .services-workshop-grid,
  .services-method-grid,
  .contact-form-grid,
  .contact-direct-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-trust-strip .site-shell > div:nth-child(odd) {
    border-right: 1px solid var(--v360-line);
    padding-right: 18px;
  }

  .home-trust-strip .site-shell > div:nth-child(even) {
    padding-left: 18px;
  }

  .home-trust-strip .site-shell > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .contact-form-wide {
    grid-column: 1 / -1;
  }

  .site-footer-cta > div:last-child,
  .services-contact-panel > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .site-shell {
    width: min(1180px, calc(100% - 48px));
  }

  .site-utility-bar,
  .site-utility-inner,
  .site-header-phone {
    display: flex;
  }

  .site-brand-inner {
    min-height: 78px;
  }

  .home-hero-layout,
  .services-hero,
  .contact-hero {
    padding-block: 72px;
  }

  .home-services-section,
  .home-specialist-section,
  .home-process-section,
  .home-brands-section,
  .home-contact-section,
  .services-featured,
  .services-workshop,
  .services-commercial,
  .services-method,
  .services-contact,
  .contact-information,
  .contact-next-step,
  .contact-faq-section {
    padding-block: 94px;
  }

  .site-section-split {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: end;
    gap: 55px;
  }

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

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

  .home-contact-panel,
  .services-contact-panel,
  .site-footer-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 36px;
  }

  .home-contact-details,
  .services-contact-panel > div:last-child {
    min-width: 300px;
  }

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

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

  .services-commercial-panel {
    grid-template-columns: 1fr 0.85fr;
    align-items: stretch;
  }

  .services-commercial-copy {
    padding: 44px;
  }

  .services-commercial-panel > img {
    height: 100%;
    min-height: 500px;
  }

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

  .contact-form-card {
    padding: 30px;
  }

  .contact-information-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

  .contact-map-card,
  .contact-hours-card {
    min-height: 520px;
  }

  .site-footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.9fr 0.8fr;
  }

  .site-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .site-menu-toggle,
  .site-mobile-nav {
    display: none;
  }

  .site-nav-row {
    display: block;
  }

  .services-category-bar {
    top: 162px;
  }

  .home-hero-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.72fr);
    align-items: center;
    gap: 52px;
    min-height: 650px;
  }

  .home-trust-strip .site-shell {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-trust-strip .site-shell > div,
  .home-trust-strip .site-shell > div:nth-child(odd),
  .home-trust-strip .site-shell > div:nth-child(even) {
    border-right: 1px solid var(--v360-line);
    border-bottom: 0;
    padding: 22px;
  }

  .home-trust-strip .site-shell > div:first-child {
    padding-left: 0;
  }

  .home-trust-strip .site-shell > div:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .home-specialist-layout {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 70px;
  }

  .home-specialist-image {
    min-height: 540px;
  }

  .services-hero-layout,
  .contact-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    align-items: center;
    gap: 64px;
  }

  .services-hero-visual {
    min-height: 470px;
  }

  .services-workshop-layout {
    grid-template-columns: 0.7fr 1.3fr;
    align-items: start;
    gap: 65px;
  }

  .contact-faq-layout {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 65px;
  }
}

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

@media (max-width: 519px) {
  .site-header-cta {
    display: none;
  }

  .site-brand-copy {
    display: none;
  }

  .site-mobile-menu .sub-menu {
    grid-template-columns: 1fr;
  }

  .services-feature-copy,
  .home-service-card,
  .contact-form-card {
    padding-inline: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vehicle360-site *,
  .vehicle360-site *::before,
  .vehicle360-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
