.soft-hero { position: relative; overflow: hidden; }
.hero-copy h1 {
  margin-top: 1rem;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 700;
  line-height: .92;
}
.hero-copy > p:last-of-type {
  margin-top: 1.35rem;
  max-width: 640px;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.85;
}
.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 12px solid #fff;
  border-radius: 42px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.hero-video, .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image { display: none; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(31,42,37,.34), transparent 45%);
}
.hero-note {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  padding: 1rem 1.2rem;
  backdrop-filter: blur(14px);
}
.hero-note strong { display: block; color: var(--ink); font-size: 2.4rem; font-weight: 800; line-height: 1; }
.hero-note span { color: var(--soft); font-size: .86rem; }
.search-wrap { position: relative; z-index: 2; margin-top: -1.5rem; }
.search-card {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr)) auto;
  gap: .9rem;
  align-items: end;
  border: 1px solid rgba(31,42,37,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
  padding: 1rem;
  backdrop-filter: blur(18px);
}
.search-card h2 { margin-top: .25rem; color: var(--ink); font-family: var(--font-body); font-size: 1.2rem; font-weight: 900; }
.search-card label, #contact label { display: grid; gap: .45rem; }
.search-card label span, #contact label span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.search-actions { display: flex; gap: .5rem; }
.soft-section { padding: 5rem 0; }
.section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}
.section-row > p { max-width: 520px; color: var(--soft); line-height: 1.8; }
.category-grid, .trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-card, .trust-card, .contact-row, .mini-stat {
  border: 1px solid rgba(31,42,37,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.category-card {
  min-height: 150px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 1.35rem;
  color: var(--ink);
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease;
}
.category-card:hover, .trust-card:hover { transform: translateY(-4px); border-color: rgba(122,169,155,.42); }
.category-card svg { width: 1.45rem; height: 1.45rem; color: var(--sage-dark); }
.inventory-section { background: rgba(255,255,255,.34); }
.car-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
.car-item { display: block; }
.car-item.hidden-item { display: none; }
.show-all .car-item.hidden-item { display: block; animation: reveal .45s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.car-card {
  overflow: hidden;
  border: 1px solid rgba(31,42,37,.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}
.car-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(58,50,41,.14); }
.car-image-wrap { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--paper-2); }
.car-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.car-card:hover .car-image-wrap img { transform: scale(1.045); }
.car-badge, .favorite-btn { position: absolute; z-index: 2; }
.car-badge {
  left: 1rem;
  top: 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  padding: .42rem .72rem;
  backdrop-filter: blur(12px);
}
.favorite-btn {
  right: 1rem;
  top: 1rem;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
}
.car-body { padding: 1.15rem; }
.car-heading { display: flex; justify-content: space-between; gap: 1rem; }
.car-heading h3 { color: var(--ink); font-size: 1.05rem; font-weight: 900; line-height: 1.3; }
.car-heading p { margin-top: .25rem; color: var(--muted); font-size: .88rem; }
.car-heading strong { color: var(--sage-dark); font-size: 1.08rem; white-space: nowrap; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1rem; }
.spec-grid span { display: flex; align-items: center; gap: .45rem; min-width: 0; color: var(--soft); font-size: .84rem; }
.spec-grid svg { width: 1rem; height: 1rem; flex: none; color: var(--sage-dark); }
.trust-card { padding: 1.4rem; transition: transform .22s ease, border-color .22s ease; }
.trust-card svg { color: var(--sage-dark); width: 1.9rem; height: 1.9rem; }
.trust-card h3 { margin-top: 1rem; color: var(--ink); font-size: 1.05rem; font-weight: 900; }
.trust-card p { margin-top: .55rem; color: var(--soft); line-height: 1.75; }
.about-media { position: relative; overflow: hidden; border: 12px solid #fff; border-radius: 42px; min-height: 34rem; box-shadow: var(--shadow); }
.about-media img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; }
.about-float {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  max-width: 14rem;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  padding: 1.1rem;
  backdrop-filter: blur(14px);
}
.about-float strong { display: block; color: var(--ink); font-size: 2.3rem; font-weight: 900; line-height: 1; }
.about-float span { color: var(--soft); font-size: .88rem; }
.mini-stat { padding: 1rem; }
.mini-stat strong { display: block; color: var(--sage-dark); font-size: 1.45rem; font-weight: 900; }
.mini-stat span { color: var(--muted); font-size: .82rem; }
.contact-row { display: flex; gap: 1rem; padding: 1rem; }
.contact-row > svg {
  flex: none;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 18px;
  background: rgba(122,169,155,.14);
  color: var(--sage-dark);
  padding: .7rem;
}
.contact-row h4 { color: var(--ink); font-weight: 900; }
.contact-row p, .contact-row small { color: var(--soft); line-height: 1.7; }

@media (max-width: 1100px) {
  .search-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-card > div:first-child, .search-actions { grid-column: 1 / -1; }
  .category-grid, .trust-grid, .car-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .hero-video { display: none; }
  .hero-image { display: block; }
  .hero-visual { min-height: 360px; border-radius: 30px; border-width: 8px; }
  .section-row { display: block; }
  .section-row > p { margin-top: 1rem; }
}
@media (max-width: 640px) {
  .search-card, .category-grid, .trust-grid, .car-grid { grid-template-columns: 1fr; }
  .soft-section { padding: 3.5rem 0; }
}
