:root {
  --blue-950: #071724;
  --blue-900: #092236;
  --blue-800: #0c304b;
  --blue-600: #0d5c83;
  --blue-400: #2bb4dc;
  --white: #ffffff;
  --grey-50: #f7fafc;
  --grey-100: #edf3f6;
  --grey-300: #b9c8d1;
  --grey-500: #7f929d;
  --grey-700: #3f5360;
  --shadow: 0 18px 50px rgba(7, 23, 36, 0.12);
  --soft-border: 1px solid rgba(9, 34, 54, 0.1);
}

* {
  box-sizing: border-box;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--blue-950);
  background:
    linear-gradient(180deg, var(--white) 0%, var(--white) 32rem, var(--grey-50) 32rem, var(--white) 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue-900);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  padding: clamp(1.35rem, 3vw, 2.3rem) clamp(1rem, 5vw, 4rem) 1.4rem;
  background: var(--white);
  border-bottom: var(--soft-border);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(39rem, 92vw);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: clamp(8.75rem, 24vw, 15.5rem);
  object-fit: contain;
}

.site-kicker {
  margin: 0;
  color: var(--grey-700);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.site-location {
  margin: -0.55rem 0 0;
  color: var(--blue-800);
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
}

.site-offering {
  margin: -0.35rem 0 0.15rem;
  color: var(--blue-950);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.brand-fallback {
  color: var(--blue-950);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.header-actions a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(13, 92, 131, 0.24);
  border-radius: 999px;
  color: var(--blue-900);
  background: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-actions a:hover,
.button:hover,
.brand-card:hover {
  transform: translateY(-2px);
  border-color: rgba(43, 180, 220, 0.65);
  background: rgba(43, 180, 220, 0.1);
}

.brand-card-static,
.brand-card-static:hover {
  cursor: default;
  transform: none;
  border-color: rgba(9, 34, 54, 0.1);
  background: var(--white);
}

.button-primary {
  color: var(--white);
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.button-primary:hover {
  color: var(--blue-900);
  background: rgba(43, 180, 220, 0.1);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(78rem, calc(100% - 2rem));
  min-height: auto;
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4.4rem) 0 clamp(2.6rem, 6vw, 5rem);
}

.eyebrow,
.panel-label {
  margin: 0 0 0.6rem;
  color: var(--blue-600);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.9rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.65rem;
  color: var(--blue-950);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  color: var(--blue-800);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-weight: 700;
}

.hero-copy {
  max-width: 46rem;
  color: var(--grey-700);
  font-size: 1.05rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-photo {
  position: relative;
  margin: 0;
}

.hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0.95rem;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-photo figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 23, 36, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.services-section,
.contact-section,
.brands-section,
.coming-soon {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.services-section,
.contact-section,
.brands-section {
  border-top: var(--soft-border);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.42fr) minmax(0, 0.58fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.7rem;
}

.section-heading-centered {
  display: block;
  max-width: 44rem;
  margin-right: auto;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  margin-left: auto;
  text-align: center;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--grey-700);
}

.feature-services {
  display: grid;
  gap: clamp(2rem, 5vw, 3.75rem);
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.feature-service {
  display: grid;
  grid-template-columns: minmax(16rem, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(1.35rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(0.85rem, 2vw, 1.15rem);
  border: var(--soft-border);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 23, 36, 0.08);
}

.feature-service-reverse {
  grid-template-columns: minmax(0, 0.54fr) minmax(16rem, 0.46fr);
}

.feature-service-reverse img {
  order: 2;
}

.feature-service img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.75rem;
  object-fit: cover;
}

.feature-service p {
  color: var(--grey-700);
  font-size: 1.08rem;
}

.feature-service p:last-child {
  margin-bottom: 0;
  max-width: 32rem;
}

.feature-label {
  display: inline-block;
  margin-bottom: 1.1rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.22rem solid var(--blue-400);
  color: var(--blue-900) !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  line-height: 0.95;
  font-weight: 900;
}

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

.service-list li {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  align-items: center;
  padding: 1.2rem 0;
  border-top: var(--soft-border);
  text-align: center;
}

.service-list li:last-child {
  border-bottom: var(--soft-border);
}

.service-list strong {
  color: var(--blue-900);
  font-size: 1.05rem;
  font-weight: 900;
}

.service-list span {
  max-width: 54rem;
  color: var(--grey-700);
}

.contact-feature {
  display: grid;
  width: min(58rem, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(15rem, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(0.8rem, 2vw, 1.5rem);
  align-items: stretch;
  padding: 0.55rem;
  border: var(--soft-border);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 23, 36, 0.07);
}

.map-preview {
  position: relative;
  display: block;
  min-height: 14rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--grey-100);
  text-decoration: none;
}

.map-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  border: 0;
  pointer-events: none;
}

.map-preview span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 23, 36, 0.82);
  font-size: 0.86rem;
  font-weight: 900;
}

.contact-card {
  align-self: center;
  padding: 0.45rem 0.55rem;
}

.contact-card p {
  color: var(--grey-700);
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 0.55rem 0 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 0.66fr);
  gap: 0.6rem;
  padding: 0.42rem 0;
  border-top: var(--soft-border);
}

.contact-list div:last-child {
  border-bottom: var(--soft-border);
}

.contact-list dt {
  color: var(--blue-900);
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
  color: var(--grey-700);
  overflow-wrap: anywhere;
}

.contact-list a {
  color: var(--blue-600);
  font-weight: 800;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-separator,
.footer-separator {
  color: var(--grey-500);
  font-weight: 700;
}

.dealer-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.dealer-categories article {
  padding: 1rem 0;
  border-top: var(--soft-border);
  border-bottom: var(--soft-border);
}

.dealer-categories h3 {
  margin-bottom: 0.85rem;
  color: var(--blue-900);
  font-size: 1rem;
  line-height: 1.25;
}

.dealer-categories ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  color: var(--grey-700);
  list-style: none;
}

.dealer-categories li {
  font-size: 0.95rem;
  line-height: 1.35;
}

.dealer-categories a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.dealer-categories a:hover,
.dealer-categories a:focus-visible {
  color: var(--blue-600);
  border-bottom-color: currentColor;
}

.carousel-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.3rem 0;
}

.carousel-shell::before,
.carousel-shell::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(8rem, 18vw);
  content: "";
  pointer-events: none;
}

.carousel-shell::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), transparent);
}

.carousel-shell::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), transparent);
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 0.9rem;
  animation: brand-scroll 34s linear infinite;
}

.carousel-shell:hover .carousel-track,
.carousel-shell:focus-within .carousel-track {
  animation-play-state: paused;
}

.brand-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(10rem, 30vw, 14rem);
  min-height: 6.5rem;
  padding: 1rem;
  border: var(--soft-border);
  border-radius: 0.8rem;
  color: var(--blue-900);
  background: var(--white);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(7, 23, 36, 0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.brand-card img {
  display: block;
  width: 100%;
  max-width: 11rem;
  max-height: 4.7rem;
  object-fit: contain;
}

.coming-soon {
  width: min(42rem, calc(100% - 2rem));
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
  padding: clamp(1.3rem, 3vw, 2rem) 1.25rem;
  border: var(--soft-border);
  border-radius: 0.9rem;
  background: var(--blue-900);
  color: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.coming-soon p {
  max-width: 34rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--grey-100);
  font-size: 1rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 4rem);
  color: var(--grey-700);
  background: var(--grey-50);
  border-top: 1px solid rgba(9, 34, 54, 0.1);
}

.site-footer p {
  margin: 0;
}

@keyframes brand-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.45rem));
  }
}

@media (max-width: 1060px) {
  .site-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .brand {
    width: min(34rem, 90vw);
  }

  .brand-logo {
    max-height: clamp(7.5rem, 22vw, 12rem);
  }

  .hero {
    width: min(100% - 2rem, 64rem);
    grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 1.08fr);
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .services-section,
  .contact-section,
  .brands-section,
  .coming-soon {
    width: min(100% - 2rem, 64rem);
  }

  .feature-service,
  .feature-service-reverse,
  .contact-feature {
    gap: clamp(1.2rem, 3vw, 2rem);
  }
}

@media (max-width: 780px) {
  body {
    background:
      linear-gradient(180deg, var(--white) 0%, var(--white) 24rem, var(--grey-50) 24rem, var(--white) 100%);
  }

  .site-header {
    gap: 0.75rem;
    padding: 1.1rem 0.85rem 1.2rem;
  }

  .brand {
    width: min(25rem, 92vw);
  }

  .brand-logo {
    max-height: clamp(6.5rem, 34vw, 9.5rem);
  }

  .site-kicker,
  .site-location {
    max-width: 28rem;
  }

  .site-kicker {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .site-location {
    margin-top: -0.35rem;
    font-size: 0.92rem;
  }

  .site-offering {
    margin-top: -0.2rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
    max-width: 26rem;
  }

  .header-actions a {
    flex: 1;
    min-width: 8rem;
    min-height: 3rem;
  }

  .hero,
  .section-heading,
  .contact-feature,
  .feature-service,
  .feature-service-reverse {
    grid-template-columns: 1fr;
  }

  .feature-service-reverse img {
    order: 0;
  }

  .hero {
    width: min(100% - 1.25rem, 36rem);
    min-height: auto;
    padding: 2rem 0 2.75rem;
  }

  .hero-content {
    text-align: center;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.45rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  h3 {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .hero-subtitle {
    font-size: clamp(1.08rem, 5vw, 1.35rem);
  }

  .hero-copy,
  .section-heading p,
  .feature-service p,
  .contact-card p,
  .coming-soon p {
    font-size: 1rem;
  }

  .hero-buttons {
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
  }

  .hero-photo img {
    aspect-ratio: 4 / 3;
    border-radius: 0.75rem;
  }

  .hero-photo,
  .feature-service img {
    width: min(100%, 20rem);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-photo img,
  .feature-service img {
    max-height: 14rem;
  }

  .hero-photo figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    max-width: calc(100% - 1.4rem);
    white-space: normal;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .hero-buttons .button {
    flex: 1 1 10rem;
    min-height: 3rem;
  }

  .services-section,
  .contact-section,
  .brands-section {
    width: min(100% - 1.25rem, 36rem);
    padding: 2.8rem 0;
  }

  .section-heading {
    gap: 0.65rem;
    margin-bottom: 1.35rem;
    text-align: center;
  }

  .dealer-categories {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
  }

  .feature-services {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .feature-service,
  .contact-feature {
    padding: 0.55rem;
    border-radius: 0.85rem;
  }

  .feature-service img {
    aspect-ratio: 16 / 11;
    border-radius: 0.65rem;
  }

  .feature-service > div,
  .contact-card {
    padding: 0.4rem 0.25rem 0.55rem;
  }

  .service-list li {
    padding: 1rem 0;
  }

  .service-list span {
    max-width: 28rem;
  }

  .map-preview,
  .map-preview iframe {
    min-height: 13rem;
  }

  .map-preview span {
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100% - 1.5rem);
    text-align: center;
  }

  .contact-list {
    margin-top: 0.55rem;
  }

  .contact-list div {
    padding: 0.48rem 0;
  }

  .carousel-shell {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    width: calc(100% + 1.25rem);
  }

  .carousel-shell::before,
  .carousel-shell::after {
    width: 3rem;
  }

  .brand-card {
    width: 10.5rem;
    min-height: 5.75rem;
    padding: 0.8rem;
  }

  .brand-card img {
    max-width: 9rem;
    max-height: 4rem;
  }

  .coming-soon {
    width: min(100% - 1.25rem, 36rem);
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .site-footer {
    padding: 1.2rem 0.85rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .brand {
    width: min(21rem, 94vw);
  }

  .brand-logo {
    max-height: clamp(5.75rem, 38vw, 7.75rem);
  }

  .header-actions {
    gap: 0.45rem;
  }

  .header-actions a,
  .button {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .hero {
    width: calc(100% - 1rem);
  }

  .hero-buttons .button {
    flex-basis: calc(50% - 0.3rem);
  }

  .services-section,
  .contact-section,
  .brands-section,
  .coming-soon {
    width: calc(100% - 1rem);
  }

  .feature-service,
  .contact-feature {
    padding: 0.55rem;
  }

  .map-preview,
  .map-preview iframe {
    min-height: 16rem;
  }

  .hero-photo,
  .feature-service img {
    width: min(100%, 17rem);
  }

  .hero-photo img,
  .feature-service img {
    max-height: 11.5rem;
  }

  .brand-card {
    width: 9.25rem;
    min-height: 5.35rem;
    font-size: 0.92rem;
  }

  .dealer-categories {
    grid-template-columns: 1fr;
  }

  .dealer-categories article {
    padding: 1.15rem 0;
  }

  .dealer-categories h3 {
    margin-bottom: 0.75rem;
  }

  .dealer-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .dealer-categories li {
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .dealer-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 2.45rem;
    padding: 0.58rem 0.82rem;
    border: 1px solid rgba(13, 92, 131, 0.16);
    border-radius: 999px;
    background: rgba(13, 92, 131, 0.045);
    color: var(--blue-800);
    font-weight: 700;
  }

  .dealer-categories a:hover,
  .dealer-categories a:focus-visible {
    border-color: rgba(13, 92, 131, 0.42);
    background: rgba(43, 180, 220, 0.12);
    color: var(--blue-900);
  }

  .carousel-track {
    gap: 0.65rem;
  }

  @keyframes brand-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-50% - 0.325rem));
    }
  }
}

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

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