/* Project Vanish — production build
   Style source: Hector's SmashingLogo business cards.
   Strict monochrome (black/white), angular techno type, speed-line motif.
   Sections alternate dark/light like the black + white card pair. */

:root {
  --black: #0a0a0a;
  --white: #f5f5f3;
  --gray: #8a8a8a;
  --gray-light: #b5b5b0;
  --line-dark: #262626;
  --line-light: #d9d9d5;
  --hero-bg: #0a0a0a; /* used by the car SVG window/hub cutouts */
  --font-display: "Michroma", sans-serif;
  --font-body: "Rajdhani", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

body {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  background: var(--black);
  color: var(--white);
}

a { color: inherit; }

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* ---------- skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--white);
  color: var(--black);
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.skip-link:focus { left: 0; }

/* ---------- draft ribbon ---------- */
.draft-ribbon {
  background: var(--white);
  color: var(--black);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-bottom: 1px solid var(--line-light);
}

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 24px;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-dark);
}

.brand { text-decoration: none; }

.brand-word {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.site-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  transition: color 0.15s;
}

.site-nav a:hover { color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.site-nav + .header-actions { margin-left: 0; }

/* hamburger — mobile only */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 8px;
  background: none;
  border: 1px solid var(--line-dark);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border: 1px solid var(--white);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.btn-small { padding: 8px 16px; font-size: 0.75rem; }

.btn-solid { background: var(--white); color: var(--black); }
.btn-solid:hover { background: transparent; color: var(--white); }

.btn-ghost { background: transparent; color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--black); }

/* light sections invert the button palette */
.section-light .btn { border-color: var(--black); }
.section-light .btn-solid { background: var(--black); color: var(--white); }
.section-light .btn-solid:hover { background: transparent; color: var(--black); }

/* ---------- hero ---------- */
.hero {
  background: var(--black);
  padding: 64px 24px 72px;
  text-align: center;
}

.hero-inner { max-width: 900px; margin: 0 auto; }

.hero-logo {
  width: min(430px, 82%);
  height: auto;
  margin-bottom: 18px;
}

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

.brand-car {
  height: 22px;
  width: auto;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 4.6vw, 3rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 12px 0 20px;
}

.tagline-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.tagline-lockup .rule {
  flex: 0 1 90px;
  height: 1px;
  background: var(--gray);
}

.tagline {
  font-weight: 600;
  font-size: clamp(0.7rem, 1.8vw, 0.95rem);
  letter-spacing: 0.32em;
  color: var(--gray);
  white-space: nowrap;
}

.hero-sub {
  max-width: 600px;
  margin: 0 auto 32px;
  color: var(--gray-light);
  font-size: 1.2rem;
  font-weight: 500;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-badge {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: var(--gray);
}

/* trust bar */
.trust-bar {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.trust-bar li {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-right: 1px solid var(--line-dark);
}

.trust-bar li:last-child { border-right: none; }

/* ---------- sections ---------- */
.section { padding: 80px 24px; }
.section-inner { max-width: 1020px; margin: 0 auto; }

.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--white); color: var(--black); }

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* speed-line accent under section titles */
.section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 14px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.section-sub {
  color: #555;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.section-sub-dark { color: var(--gray); }

/* ---------- services ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.card {
  border: 1px solid var(--line-light);
  padding: 26px 24px;
  background: #fff;
}

.card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card p { color: #444; font-size: 1.05rem; }

/* ---------- how it works ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 36px;
  margin-top: 44px;
}

.step-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.6rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--gray);
  display: block;
  margin-bottom: 12px;
}

.step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.step p { color: var(--gray-light); }

/* ---------- why us ---------- */
.why-list {
  list-style: none;
  margin-top: 32px;
  display: grid;
  gap: 18px;
}

.why-list li {
  padding-left: 28px;
  position: relative;
  font-size: 1.1rem;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 4px;
  background: var(--black);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

/* ---------- team / about ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.team-card {
  border: 1px solid var(--line-dark);
  padding: 30px 26px;
}

.team-photo {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.2rem;
  border: 1px solid var(--gray);
  margin-bottom: 18px;
}

.team-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-role {
  color: var(--gray);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin: 4px 0 12px;
}

.team-card p:last-child { color: var(--gray-light); }

/* ---------- reviews ---------- */
.reviews-empty {
  max-width: 640px;
  font-size: 1.2rem;
  color: #444;
  margin: 24px 0 28px;
}

/* ---------- faq ---------- */
.faq-list { margin-top: 32px; }

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gray);
  flex-shrink: 0;
  line-height: 1;
}

.faq-list details[open] summary::after { content: "–"; }

.faq-list details p {
  padding: 0 4px 22px;
  color: var(--gray-light);
  max-width: 760px;
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
}

.area-tags {
  margin-top: 16px;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.contact-line { margin: 10px 0 0; font-size: 1.15rem; }
.contact-line:first-of-type { margin-top: 22px; }
.contact-label { color: #555; font-weight: 600; margin-right: 6px; }

/* ---------- quote form ---------- */
.quote-form { display: grid; gap: 8px; }

.quote-form label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 10px;
}

.quote-form input,
.quote-form textarea {
  font-family: var(--font-body);
  font-size: 1.05rem;
  padding: 12px 14px;
  background: #fff;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 0;
}

.quote-form input:focus-visible,
.quote-form textarea:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

.quote-form .btn { margin-top: 16px; justify-self: start; }

.form-success {
  border: 1px solid var(--black);
  padding: 14px 16px;
  font-size: 1.1rem;
}

/* honeypot — hidden from humans, visible to bots */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--black);
  border-top: 1px solid var(--line-dark);
  text-align: center;
  padding: 32px 24px;
  font-size: 0.95rem;
  color: var(--gray);
}

.footer-tease {
  margin-top: 6px;
  font-style: italic;
  font-size: 0.85rem;
  color: #555;
}

/* ---------- sticky mobile CTA ---------- */
.mobile-cta { display: none; }

/* ---------- Michroma display-face normalization ----------
   Michroma ships a single 400 weight; synthetic bold smudges it. Every
   element on the display face renders at its true weight, and tracking is
   eased because the face is already wide. */
.brand-word,
.btn,
.hero-title,
.section-title,
.card h3,
.step-num,
.step h3,
.team-photo,
.team-card h3,
.faq-list summary,
.quote-form label,
.mobile-cta a {
  font-weight: 400;
}

.brand-word { letter-spacing: 0.08em; }
.btn { letter-spacing: 0.06em; }

/* ---------- responsive ---------- */
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; }

  .nav-toggle { display: flex; }

  .site-nav {
    display: none;
    flex-direction: column;
    gap: 0;
    order: 10;
    flex-basis: 100%;
    border-top: 1px solid var(--line-dark);
    margin-top: 12px;
  }

  .site-nav.open { display: flex; }

  .site-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line-dark);
  }

  .section { padding: 60px 20px; }
  .tagline { letter-spacing: 0.18em; white-space: normal; }

  .trust-bar li {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid var(--line-dark);
    text-align: center;
    padding: 12px 8px;
  }

  .trust-bar li:nth-last-child(-n+2) { border-bottom: none; }

  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    border-top: 1px solid var(--line-dark);
  }

  .mobile-cta a {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    padding: 16px 8px;
  }

  .mobile-cta-call { background: var(--white); color: var(--black); }
  .mobile-cta-wa { background: var(--black); color: var(--white); }

  body { padding-bottom: 54px; } /* keep footer clear of the fixed bar */
}
