@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(https://fonts.cdnfonts.com/s/103621/Geist-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  color: #fff
}

::selection {
  background: #b87333;
  color: #0a0a0a
}

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

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

/* ============================================
   DESIGN TOKENS
   ============================================ */
.max-w {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.text-copper {
  color: #b87333
}

.text-muted {
  color: #888
}

.text-gray {
  color: #aaa
}

/* ============================================
   NAVIGATION
   ============================================ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(10, 10, 10, .85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  height: 72px;
  display: flex;
  align-items: center
}

nav .max-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.nav-links {
  display: none;
  align-items: center;
  gap: 24px
}

.nav-links a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  transition: color .2s
}

.nav-links a:hover {
  color: #b87333
}

.nav-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all .3s
}

.nav-btn:hover {
  background: #b87333;
  color: #0a0a0a;
  border-color: #b87333
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px
}

.logo-wrap img {
  height: 32px;
  width: auto;
  object-fit: contain
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 4px
}

.mobile-menu-btn span {
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all .3s;
  border-radius: 1px
}

@media(min-width:768px) {
  .mobile-menu-btn {
    display: none
  }
  .nav-links {
    display: flex
  }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  height: calc(100vh - 72px);
  margin-top: 72px;
  width: 100%;
  overflow: hidden;
  background: #000
}

@media(max-width:767px) {
  .hero {
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .85) 40%, transparent 70%)
}

@media(max-width:767px) {
  .hero-overlay {
    display: none
  }

  .hero-grid {
    display: none
  }
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .06;
  background-image: linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px), linear-gradient(70deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0
}

.hero-bg picture,
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  opacity: .6
}

@media(max-width:767px) {
  .hero-bg {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 16 / 9
  }

  .hero-bg picture,
  .hero-bg img {
    position: static;
    height: 100%;
    object-position: right;
    opacity: 1
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

@media(max-width:767px) {
  .hero-content {
    position: static;
    height: auto;
    display: block;
    padding: 48px 0 64px
  }
}

.hero-content .max-w {
  width: 100%
}

.hero-text {
  max-width: 640px
}

@media(max-width:767px) {
  .hero-text {
    max-width: 100%;
    padding: 0 24px
  }
}

.hero-label {
  color: #b87333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 11px;
  margin-bottom: 16px;
  display: block
}

.hero-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.03em;
  line-height: .92;
  margin-bottom: 20px
}

.hero-desc {
  color: #aaa;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 32px;
  font-weight: 300
}

@media(max-width:767px) {
  .hero-desc {
    max-width: 100%
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.hero-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #b87333;
  z-index: 2
}

@media(max-width:767px) {
  .hero-bar {
    position: relative;
    bottom: auto
  }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-outline {
  padding: 14px 36px;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-outline:hover {
  background: #b87333;
  border-color: #b87333;
  color: #0a0a0a
}

.btn-ghost {
  padding: 14px 36px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: color .3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-ghost:hover {
  color: #b87333
}

.btn-copper {
  padding: 12px 24px;
  background: #b87333;
  border: none;
  color: #0a0a0a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-copper:hover {
  background: #d4873f
}

/* ============================================
   SECTIONS
   ============================================ */
.section {
  padding: 96px 0;
  scroll-margin-top: 72px
}

.bg-black {
  background: #0a0a0a
}

.bg-dark {
  background: #111
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px
}

.section-label {
  color: #b87333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: .95
}

.section-desc {
  color: #888;
  font-size: 14px;
  max-width: 400px;
  font-weight: 300;
  line-height: 1.5
}

@media(min-width:768px) {
  .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between
  }
  .section-desc {
    text-align: right
  }
}

/* ============================================
   VEHICLE GRID
   ============================================ */
.grid-cars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08)
}

@media(min-width:768px) {
  .grid-cars {
    grid-template-columns: repeat(2, 1fr)
  }
}

.car-card {
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  transition: all .5s;
  border: 1px solid rgba(255, 255, 255, .04);
  overflow: hidden;
  cursor: pointer
}

.car-card:hover {
  border-color: rgba(184, 115, 51, .3)
}

.car-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #111
}

.car-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all .7s
}

.car-card:hover .car-img-wrap img {
  filter: grayscale(0);
  transform: scale(1.08)
}

.car-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #b87333;
  color: #0a0a0a;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 10px;
  letter-spacing: .05em
}

.car-img-prev,
.car-img-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s, background .3s
}

.car-img-prev { left: 8px }
.car-img-next { right: 8px }

.car-img-wrap:hover .car-img-prev,
.car-img-wrap:hover .car-img-next {
  opacity: 1
}

.car-img-prev:hover,
.car-img-next:hover {
  background: #b87333;
  color: #0a0a0a
}

.car-img-count {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
  letter-spacing: .05em
}

.car-img-placeholder {
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  color:#444;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.car-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.car-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  transition: color .3s
}

.car-card:hover .car-name {
  color: #b87333
}

.car-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin-bottom: 20px;
  font-size: 11px
}

.car-specs .spec {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #888
}

.car-specs .spec-label {
  color: rgba(255, 255, 255, .2);
  font-weight: 700;
  text-transform: uppercase;
  width: 48px;
  flex-shrink: 0
}

.car-specs .spec-value {
  color: #fff;
  font-weight: 500
}

.car-tagline {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 20px;
  border-left: 2px solid #b87333;
  padding-left: 12px;
  line-height: 1.4
}

.car-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.car-price-label {
  display: block;
  font-size: 9px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 4px
}

.car-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em
}

.car-actions {
  display: flex;
  gap: 8px
}

.car-btn {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  background: 0 0;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none
}

.car-btn:hover {
  border-color: #b87333;
  color: #b87333
}

.car-btn svg {
  width: 18px;
  height: 18px
}

.car-btn-as24 {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  background: 0 0;
  cursor: pointer;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none
}

.car-btn-as24:hover {
  border-color: #b87333;
  color: #b87333
}

/* ============================================
   CAROUSEL MODAL
   ============================================ */
.carousel-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.carousel-overlay.active {
  opacity: 1;
  visibility: visible
}

.carousel-modal {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px
}

.carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-shrink: 0
}

.carousel-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #fff
}

.carousel-close {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
  opacity: .6;
  transition: opacity .3s
}

.carousel-close:hover {
  opacity: 1
}

.carousel-viewport {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0
}

.carousel-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform .4s ease;
  align-items: center
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px
}

.carousel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  z-index: 2;
  font-size: 20px
}

.carousel-btn:hover {
  background: #b87333;
  border-color: #b87333;
  color: #0a0a0a
}

.carousel-prev {
  left: 8px
}

.carousel-next {
  right: 8px
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 0;
  flex-shrink: 0
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  border: none;
  cursor: pointer;
  transition: all .3s;
  padding: 0
}

.carousel-dot.active {
  background: #b87333;
  width: 24px;
  border-radius: 4px
}

.carousel-counter {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  margin-left: 16px
}

@media(max-width:767px) {
  .carousel-slide {
    padding: 0 12px
  }
  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 16px
  }
  .carousel-prev {
    left: 4px
  }
  .carousel-next {
    right: 4px
  }
}

/* ============================================
   REVIEWS
   ============================================ */
.reviews {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #111
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px
}

@media(min-width:1024px) {
  .reviews-grid {
    grid-template-columns: 1fr 1fr
  }
}

.reviews-left {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px
}

.stars svg {
  width: 18px;
  height: 18px;
  fill: #b87333;
  color: #b87333
}

.stars span {
  margin-left: 12px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.02em
}

.reviews-title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  line-height: 1.1
}

.reviews-text {
  color: #aaa;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  font-weight: 300
}

.reviews-box {
  padding: 16px 20px;
  background: #0a0a0a;
  border-left: 4px solid #b87333;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .4);
  font-weight: 700;
  line-height: 1.4
}

.reviews-box strong {
  color: #fff;
  font-weight: 700
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-form {
  background: #0a0a0a;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .08);
  scroll-margin-top: 72px
}

@media(min-width:768px) {
  .contact-form {
    padding: 48px
  }
}

.contact-form h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 32px
}

.contact-form h3 span {
  color: #b87333
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px
}

@media(min-width:768px) {
  .form-grid {
    grid-template-columns: 1fr 1fr
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.form-group label {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .15em;
  color: #666
}

.form-group input,
.form-group textarea {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  outline: 0;
  transition: border .3s;
  font-family: inherit;
  border-radius: 0
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #b87333
}

.form-group textarea {
  resize: vertical;
  min-height: 100px
}

.form-submit {
  width: 100%;
  padding: 16px;
  background: #fff;
  color: #0a0a0a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  border: none;
  cursor: pointer;
  transition: all .3s;
  font-family: inherit
}

.form-submit:hover {
  background: #b87333
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: #000;
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

@media(min-width:768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.footer-brand .mark {
  width: 24px;
  height: 24px;
  background: #b87333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  color: #0a0a0a;
  flex-shrink: 0
}

.footer-brand span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-size: 16px
}

.footer-brand span em {
  font-style: normal;
  color: #b87333
}

.footer-about {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 300px
}

.footer-links h4 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  margin-bottom: 12px
}

.footer-links a {
  display: block;
  color: #888;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 0;
  transition: color .3s
}

.footer-links a:hover {
  color: #b87333
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

@media(min-width:768px) {
  .footer-right {
    align-items: flex-end
  }
}

.footer-social {
  display: flex;
  gap: 8px
}

.footer-social a {
  padding: 12px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  transition: all .3s;
  display: flex;
  text-decoration: none
}

.footer-social a:hover {
  color: #b87333
}

.footer-social svg {
  width: 18px;
  height: 18px
}

.footer-copy {
  color: #666;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em
}

/* ============================================
   PAGE HEADER (for subpages)
   ============================================ */
.page-header {
  margin-top: 72px;
  padding: 80px 0 48px;
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.page-header .max-w {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.page-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em
}

.page-header p {
  color: #888;
  font-size: 14px;
  font-weight: 300
}

/* ============================================
   CONTENT PAGES (legal, services)
   ============================================ */
.content-section {
  padding: 64px 0
}

.content-section h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  margin-top: 40px;
  color: #b87333
}

.content-section h2:first-child {
  margin-top: 0
}

.content-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 32px;
  text-transform: uppercase;
  letter-spacing: -.01em
}

.content-section p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 300
}

.content-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px
}

.content-section ul li {
  color: #aaa;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  padding-left: 16px;
  position: relative
}

.content-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #b87333;
  border-radius: 50%
}

.content-section a {
  color: #b87333;
  text-decoration: underline
}

.content-section a:hover {
  color: #d4873f
}

/* ============================================
   SERVICE CARDS
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08)
}

@media(min-width:640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.service-card {
  background: #0d0d0d;
  padding: 40px 32px;
  border: 1px solid rgba(255, 255, 255, .04);
  transition: all .5s
}

.service-card:hover {
  border-color: rgba(184, 115, 51, .3)
}

.service-icon {
  width: 48px;
  height: 48px;
  background: rgba(184, 115, 51, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #b87333
}

.service-icon svg {
  width: 24px;
  height: 24px
}

.service-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  transition: color .3s
}

.service-card:hover h3 {
  color: #b87333
}

.service-card p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300
}

/* ============================================
   ACCORDION (for AGB)
   ============================================ */
.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.accordion-header {
  width: 100%;
  padding: 20px 0;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit
}

.accordion-header:hover {
  color: #b87333
}

.accordion-header .icon {
  transition: transform .3s;
  font-size: 12px;
  color: #888
}

.accordion-header.active .icon {
  transform: rotate(45deg);
  color: #b87333
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.accordion-body.open {
  max-height: 500px
}

.accordion-body p {
  padding-bottom: 20px
}

/* ============================================
   MOBILE OVERLAY
   ============================================ */
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  z-index: 45;
  background: #111;
  padding: 80px 32px 32px;
  transform: translateX(100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.mobile-drawer.active {
  transform: translateX(0)
}

.mobile-drawer a {
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-decoration: none;
  padding: 8px 0;
  transition: color .2s
}

.mobile-drawer a:hover {
  color: #b87333
}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-state {
  grid-column: 1 / -1;
  padding: 64px;
  text-align: center;
  color: #666;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6
}

/* ============================================
   UTILITIES
   ============================================ */
.mt-auto {
  margin-top: auto
}

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

@media(max-width:767px) {
  .hero-title,
  .section-title,
  .reviews-title,
  .contact-form h3,
  .page-header h1 {
    font-weight: 700
  }

  .hero-label,
  .section-label,
  .car-name,
  .stars span,
  .form-group label,
  .footer-brand span,
  .footer-links h4,
  .content-section h2 {
    font-weight: 600
  }

  .form-submit {
    font-weight: 700
  }
}

#scroll-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 99;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b87333;
  color: #0a0a0a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  transform: translateY(12px)
}

#scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

#scroll-top:hover {
  background: #d4873f;
  transform: translateY(-2px)
}

#scroll-top.visible:hover {
  transform: translateY(-2px)
}

@media(max-width:767px) {
  #scroll-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px
  }
}
