/*
Theme Name: Vaden Catalogue
Theme URI: https://vadencatalogue.com
Description: One-page brand microsite for Vaden Otomotiv — official Vaden domain pointing to the full catalogue at vadenoriginal.com.
Author: Vaden
Template: twentytwentyfive
Version: 1.4.0
Text Domain: vadencatalogue
*/

:root {
  --vc-red: #d61f26;
  --vc-red-dark: #b4262d;
  --vc-ink: #1f1f1f;
  --vc-ink-2: #15161a;
  --vc-gray: #6b7075;
  --vc-light: #f4f5f7;
  --vc-line: #e4e6ea;
  --vc-white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif !important;
  color: var(--vc-ink);
  background: var(--vc-white);
  margin: 0;
}

.vc-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- header ---------- */
.vc-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--vc-white);
  border-bottom: 1px solid var(--vc-line);
}
.vc-header-in {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}
.vc-logo img { height: 40px; width: auto; display: block; }
.vc-nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.vc-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--vc-ink);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.vc-nav a:hover { color: var(--vc-red); border-bottom-color: var(--vc-red); }
.vc-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
}
.vc-lang a { color: var(--vc-gray); text-decoration: none; }
.vc-lang a:hover { color: var(--vc-ink); }
.vc-lang a.is-active { color: var(--vc-red); }
.vc-lang span { color: var(--vc-line); }

/* ---------- buttons ---------- */
.vc-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 16px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}
.vc-btn-red { background: var(--vc-red); color: #fff !important; }
.vc-btn-red:hover { background: var(--vc-red-dark); }
.vc-btn-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff !important; }
.vc-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.vc-btn-dark { border: 1px solid var(--vc-ink); color: var(--vc-ink) !important; }
.vc-btn-dark:hover { background: var(--vc-ink); color: #fff !important; }
.vc-btn-sm { padding: 11px 18px; font-size: 13px; }

/* ---------- hero ---------- */
.vc-hero {
  background:
    linear-gradient(90deg, rgba(13,14,17,.97) 0%, rgba(13,14,17,.88) 40%, rgba(13,14,17,.42) 75%, rgba(13,14,17,.30) 100%),
    url('assets/vaden-parts-hero.jpg') right center / cover no-repeat,
    #0d0e11;
  color: #fff;
  padding: 120px 0 100px;
}
@media (max-width: 900px) {
  .vc-hero {
    background:
      linear-gradient(rgba(13,14,17,.90), rgba(13,14,17,.90)),
      url('assets/vaden-parts-hero.jpg') center / cover no-repeat,
      #0d0e11;
  }
}
.vc-kicker {
  color: var(--vc-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.vc-hero h1 {
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 22px;
  color: #fff;
}
.vc-hero h1 span { color: var(--vc-red); }
.vc-lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  max-width: 640px;
  margin: 0 0 36px;
}
.vc-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- notice ---------- */
.vc-notice { background: var(--vc-red); color: #fff; padding: 14px 0; }
.vc-notice p { margin: 0; font-size: 14.5px; line-height: 1.5; }
.vc-notice a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ---------- stats ---------- */
.vc-stats { background: var(--vc-light); padding: 44px 0; }
.vc-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}
.vc-stats-grid strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--vc-ink);
  letter-spacing: -.01em;
}
.vc-stats-grid span { font-size: 13px; color: var(--vc-gray); }

/* ---------- sections ---------- */
.vc-section { padding: 90px 0; }
.vc-section-dark { background: var(--vc-ink-2); color: #fff; }
.vc-section-light { background: var(--vc-light); }
.vc-h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 14px;
}
.vc-section-dark .vc-h2 { color: #fff; }
.vc-sub {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--vc-gray);
  max-width: 720px;
  margin: 0 0 48px;
}
.vc-section-dark .vc-sub, .vc-section-dark p { color: rgba(255,255,255,.75); }

/* ---------- product cards ---------- */
.vc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.vc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vc-line);
  border-top: 3px solid var(--vc-red);
  border-radius: 6px;
  padding: 22px 20px 18px;
  text-decoration: none;
  color: var(--vc-ink);
  transition: transform .18s, box-shadow .18s;
}
.vc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(20,22,26,.12); }
.vc-card h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 8px; color: var(--vc-ink); }
.vc-card p { font-size: 13px; line-height: 1.6; color: var(--vc-gray); margin: 0 0 16px; }
.vc-count {
  align-self: flex-start;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--vc-red);
  background: rgba(214,31,38,.08);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.vc-more {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--vc-red);
  letter-spacing: .02em;
}
.vc-card:hover .vc-more { text-decoration: underline; }

/* ---------- about ---------- */
.vc-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}
.vc-about-grid p { font-size: 15.5px; line-height: 1.75; margin: 0 0 18px; }
.vc-checklist { list-style: none; margin: 0; padding: 0; }
.vc-checklist li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14.5px;
  color: rgba(255,255,255,.85);
}
.vc-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--vc-red);
  clip-path: none;
}
.vc-checklist li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 21px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ---------- about photo ---------- */
.vc-about-photo {
  margin: 56px 0 0;
}
.vc-about-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.vc-about-photo figcaption {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
}

/* ---------- catalogue cta ---------- */
.vc-cat-box {
  background: #fff;
  border: 1px solid var(--vc-line);
  border-left: 5px solid var(--vc-red);
  border-radius: 6px;
  padding: 48px;
  display: grid;
  grid-template-columns: auto 1.4fr auto;
  gap: 44px;
  align-items: center;
}
.vc-cat-cover {
  width: 210px;
  height: auto;
  border-radius: 6px;
}
.vc-cat-box .vc-h2 { margin-bottom: 10px; }
.vc-cat-box p { color: var(--vc-gray); font-size: 15.5px; line-height: 1.7; margin: 0; }

/* ---------- contact ---------- */
.vc-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}
.vc-loc {
  background: #fff;
  border: 1px solid var(--vc-line);
  border-radius: 6px;
  padding: 26px 24px;
}
.vc-loc h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--vc-red);
  margin: 0 0 10px;
}
.vc-loc p { font-size: 14px; line-height: 1.65; color: var(--vc-ink); margin: 0; }
.vc-contact-row {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  font-size: 15.5px;
  font-weight: 600;
}
.vc-contact-row a { color: var(--vc-ink); text-decoration: none; }
.vc-contact-row a:hover { color: var(--vc-red); }
.vc-contact-row span { color: var(--vc-red); margin-right: 8px; }

/* ---------- footer ---------- */
.vc-footer {
  background: #101114;
  color: rgba(255,255,255,.65);
  padding: 54px 0 34px;
  font-size: 13.5px;
}
.vc-footer-in {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.vc-footer-brand strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 6px;
}
.vc-footer a { color: rgba(255,255,255,.8); text-decoration: none; }
.vc-footer a:hover { color: #fff; text-decoration: underline; }
.vc-footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.vc-footer-legal {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .vc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .vc-stats-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .vc-grid { grid-template-columns: repeat(2, 1fr); }
  .vc-about-grid { grid-template-columns: 1fr; gap: 34px; }
  .vc-cat-box { grid-template-columns: 1fr; padding: 34px 28px; justify-items: start; }
  .vc-cat-cover { width: 180px; }
  .vc-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .vc-hero { padding: 70px 0 60px; }
  .vc-section { padding: 64px 0; }
  .vc-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vc-grid { grid-template-columns: 1fr; }
  .vc-header-in { gap: 14px; }
  .vc-nav { gap: 16px; }
  .vc-header .vc-btn-sm { display: none; }
}
