/*
Theme Name: Leigraaf Motoren
Theme URI: https://leigraafmotoren.nl
Author: Leigraaf Motoren
Description: Exclusieve motorhandel op afspraak — premium dark theme met rood-zwart kleurschema.
Version: 1.0
License: Proprietary
Text Domain: leigraaf-motoren
*/

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

:root {
  --red:   #cc1118;
  --red2:  #a8000a;
  --black: #080808;
  --bg:    #0f0f0f;
  --bg2:   #161616;
  --bg3:   #1e1e1e;
  --line:  rgba(255,255,255,0.07);
  --muted: #666;
  --dim:   rgba(255,255,255,0.5);
  --text:  #f2f2f2;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--black);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px; height: 68px;
  background: rgba(8,8,8,0.88);
  backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}

.logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.logo-mark {
  width: 32px; height: 32px;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  border-radius: 2px; flex-shrink: 0;
}
.logo-mark svg { width: 16px; height: 16px; }
.logo-text {
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--white);
}

.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--muted);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--white); }

.nav-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  text-decoration: none; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 10px 20px; border-radius: 2px;
  transition: background .2s;
}
.nav-btn:hover { background: var(--red2); }

/* ─── HERO ─── */
.hero {
  position: relative; height: 100vh; min-height: 640px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero-img {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(8,8,8,.25) 0%,
      rgba(8,8,8,.15) 40%,
      rgba(8,8,8,.85) 100%),
    url('https://static.wixstatic.com/media/b86f21_70dd8752f0814e27a3fe5353032fcc7f~mv2.jpg/v1/fill/w_1920,h_1080,al_c,q_85/b86f21_70dd8752f0814e27a3fe5353032fcc7f~mv2.jpg')
    center/cover no-repeat;
}
.hero-redline {
  position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--red); z-index: 1;
}

.hero-body {
  position: relative; z-index: 2;
  padding: 0 52px 72px;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px;
}
.hero-copy { max-width: 680px; }

.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--red); margin-bottom: 20px;
}
.hero-tag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--red);
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.03em; color: var(--white);
  margin-bottom: 28px;
}

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

.btn-solid {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  text-decoration: none; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.04em; padding: 13px 24px; border-radius: 2px;
  transition: background .2s, transform .15s;
}
.btn-solid:hover { background: var(--red2); transform: translateY(-1px); }
.btn-solid svg { transition: transform .2s; }
.btn-solid:hover svg { transform: translateX(3px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.07); color: var(--white);
  text-decoration: none; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.04em; padding: 13px 24px; border-radius: 2px;
  border: 1px solid rgba(255,255,255,.14);
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }

.hero-stats { display: flex; gap: 1px; flex-shrink: 0; align-self: flex-end; }
.hstat {
  background: rgba(12,12,12,.82); backdrop-filter: blur(10px);
  border: 1px solid var(--line); padding: 18px 28px; text-align: center;
}
.hstat-n { font-size: 1.7rem; font-weight: 800; color: var(--white); line-height: 1; }
.hstat-n span { color: var(--red); }
.hstat-l { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 5px; }

/* ─── USP BAR ─── */
.usp {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
}
.usp-cell {
  padding: 28px 32px; border-right: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px;
  background: var(--bg);
}
.usp-cell:last-child { border-right: none; }
.usp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.usp-t { font-size: 0.8rem; font-weight: 600; color: var(--white); }
.usp-s { font-size: 0.72rem; color: var(--muted); margin-top: 1px; }

/* ─── SECTION WRAPPER ─── */
.wrap { padding: 96px 52px; }
.wrap-sm { padding: 64px 52px; }

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.eyebrow::before { content:''; width:20px; height:1px; background:var(--red); }

h2.section-h {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800; letter-spacing: -0.025em;
  color: var(--white); line-height: 1.1;
}

/* ─── COLLECTIE ─── */
.collectie { background: var(--bg); }
.col-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 48px; gap: 24px; flex-wrap: wrap;
}
.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--dim);
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.link-arrow:hover { color: var(--white); }
.link-arrow svg { transition: transform .2s; }
.link-arrow:hover svg { transform: translateX(4px); }

.grid-3 {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: var(--line);
}

/* card */
.card {
  background: var(--bg2); text-decoration: none; color: inherit;
  display: block; position: relative;
}
.card-img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.25,.46,.45,.94);
  display: block;
}
.card:hover .card-img img { transform: scale(1.06); }
.card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.7) 100%);
}
.card-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: var(--white);
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 1px;
}
.card-body { padding: 22px 24px 24px; }
.card-brand {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--red); margin-bottom: 5px;
}
.card-name { font-size: 0.97rem; font-weight: 700; color: var(--white); line-height: 1.35; margin-bottom: 14px; }
.card-meta { display: flex; gap: 18px; margin-bottom: 18px; }
.card-meta-item { display: flex; align-items: center; gap: 5px; font-size: 0.72rem; color: var(--muted); }
.card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--line);
}
.card-price { font-size: 1.15rem; font-weight: 800; color: var(--white); }
.card-fin { font-size: 0.65rem; color: var(--muted); margin-top: 2px; }
.card-cta {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
}
.card:hover .card-cta { background: var(--red); border-color: var(--red); }

/* ─── OVER ONS ─── */
.about { display: grid; grid-template-columns: 1fr 1fr; background: var(--black); }
.about-img-side { position: relative; min-height: 560px; overflow: hidden; }
.about-img-side img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.75); }
.about-img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(204,17,24,.15), transparent); }
.about-score {
  position: absolute; bottom: 28px; right: 28px;
  background: rgba(8,8,8,.85); backdrop-filter: blur(10px);
  border: 1px solid var(--line); padding: 16px 20px; text-align: center;
}
.about-score .num { font-size: 2rem; font-weight: 900; color: var(--white); line-height: 1; }
.about-score .stars { color: #f59e0b; font-size: 0.9rem; letter-spacing: 2px; margin-top: 3px; }
.about-score .lbl { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.about-copy { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--bg); }
.about-copy p { font-size: 0.92rem; color: rgba(255,255,255,.55); line-height: 1.8; margin-top: 20px; margin-bottom: 32px; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.about-list li { display: flex; align-items: center; gap: 12px; font-size: 0.85rem; color: rgba(255,255,255,.7); font-weight: 500; }
.about-list li::before { content: ''; flex-shrink: 0; width: 16px; height: 1px; background: var(--red); }

/* ─── CONTACT ─── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; background: var(--bg2); }
.contact-left { padding: 80px 56px; border-right: 1px solid var(--line); background: var(--bg3); }
.contact-right { padding: 80px 56px; }
.contact-left h2 { margin-top: 14px; margin-bottom: 16px; }
.contact-left p { font-size: 0.88rem; color: var(--muted); line-height: 1.75; margin-bottom: 36px; }
.cinfo { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.cinfo-icon {
  width: 38px; height: 38px; border-radius: 3px;
  background: rgba(204,17,24,.1); border: 1px solid rgba(204,17,24,.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cinfo-lbl { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.cinfo-val { font-size: 0.9rem; font-weight: 600; color: var(--white); margin-top: 2px; }

/* form */
.form-g { margin-bottom: 16px; }
label { display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
input, select, textarea {
  width: 100%; background: rgba(255,255,255,.04);
  border: 1px solid var(--line); border-radius: 2px;
  color: var(--white); font-family: 'Inter', sans-serif;
  font-size: 0.88rem; padding: 11px 14px; outline: none;
  transition: border-color .2s;
}
input::placeholder, textarea::placeholder { color: var(--muted); }
input:focus, select:focus, textarea:focus { border-color: rgba(204,17,24,.5); }
select option { background: #1e1e1e; }
textarea { resize: vertical; min-height: 96px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit {
  width: 100%; background: var(--red); color: var(--white);
  border: none; font-family: 'Inter', sans-serif;
  font-size: 0.82rem; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; padding: 14px; border-radius: 2px;
  cursor: pointer; margin-top: 8px; transition: background .2s;
}
.form-submit:hover { background: var(--red2); }

/* ─── FOOTER ─── */
footer { background: var(--black); border-top: 1px solid var(--line); padding: 56px 52px 32px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.foot-brand p { font-size: 0.8rem; color: var(--muted); line-height: 1.7; margin-top: 14px; max-width: 280px; }
.socials { display: flex; gap: 8px; margin-top: 20px; }
.soc {
  width: 34px; height: 34px; border-radius: 3px;
  border: 1px solid var(--line); background: transparent;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: border-color .2s, background .2s;
}
.soc:hover { border-color: var(--red); background: rgba(204,17,24,.08); }
.foot-col h4 { font-size: 0.65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 9px; }
.foot-col a { text-decoration: none; font-size: 0.82rem; color: var(--muted); transition: color .2s; }
.foot-col a:hover { color: var(--white); }
.foot-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 0.74rem; color: var(--muted);
}
.rdw { display: flex; align-items: center; gap: 7px; background: var(--bg3); border: 1px solid var(--line); padding: 5px 12px; border-radius: 2px; font-size: 0.7rem; color: var(--muted); }
.rdw-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  nav, .wrap, .wrap-sm, .hero-body, footer { padding-left: 28px; padding-right: 28px; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .usp { grid-template-columns: repeat(2,1fr); }
  .about { grid-template-columns: 1fr; }
  .about-img-side { min-height: 360px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-left { border-right: none; border-bottom: 1px solid var(--line); }
  .contact-left, .contact-right { padding: 52px 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { display: none; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .usp { grid-template-columns: 1fr; }
  .about-copy { padding: 48px 24px; }
  .foot-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.4rem; }
}
