/* ============================================================
   About Us page — AUTOK (extends style.css tokens)
   ============================================================ */

.ab-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--brand); background: var(--brand-50);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.ab-eyebrow + h1 { margin-top: 0; }

/* Facade banner */
.ab-banner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.ab-banner img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.ab-banner-cap {
  position: absolute; left: 40px; bottom: 24px; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.ab-banner-cap span { display: block; font-size: 14px; opacity: .92; }
.ab-banner-cap strong { font-size: 20px; font-weight: 800; }

/* Tinted section */
.ab-tint { background: linear-gradient(180deg, #fff, var(--bg)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* Section headers */
.ab-sec-head { max-width: 820px; margin: 0 0 28px; }
.ab-sec-head h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin: 0 0 10px; letter-spacing: -.01em; }
.ab-sec-sub { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }
.ab-sec-sub strong { color: var(--ink); }

/* Stats strip */
.ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.ab-stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); text-align: center; }
.ab-stat .n { font-size: 30px; font-weight: 800; color: var(--brand); }
.ab-stat .l { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* Category grid */
.ab-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ab-cat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); transition: .18s; }
.ab-cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ab-cat-ic { font-size: 30px; margin-bottom: 12px; }
.ab-cat h3 { margin: 0 0 6px; font-size: 16px; font-weight: 700; }
.ab-cat p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* Brand wall */
.ab-wall-title { font-size: 15px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin: 30px 0 14px; }
.ab-brand-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.ab-brand {
  display: flex; align-items: center; gap: 10px; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px;
  font-weight: 700; font-size: 15px; box-shadow: var(--shadow); transition: .15s;
}
.ab-brand:hover { border-color: var(--bc, var(--brand)); transform: translateY(-2px); }
.ab-mono {
  width: 30px; height: 30px; flex: none; border-radius: 8px; background: var(--bc, var(--brand));
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px;
}

/* Quality / transparency */
.ab-qual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ab-qual { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.ab-check { font-size: 26px; margin-bottom: 8px; }
.ab-qual h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.ab-qual p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.6; }
.ab-qual p strong { color: var(--ink); }

/* Export map */
.ab-map { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.ab-map-svg svg { width: 100%; height: auto; }
.ab-regions { list-style: none; margin: 0; padding: 0; }
.ab-regions li { padding: 12px 0; border-bottom: 1px dashed var(--line); font-size: 14px; color: var(--muted); line-height: 1.5; }
.ab-regions li:last-child { border-bottom: 0; }
.ab-regions li span { display: block; font-weight: 700; color: var(--ink); font-size: 15px; margin-bottom: 2px; }

/* Export chart */
.ab-chart-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.ab-chart { position: relative; padding: 10px 6px 0; }
.ab-target { position: absolute; left: 6px; right: 6px; top: 83.3%; border-top: 2px dashed var(--accent); }
.ab-target span { position: absolute; right: 0; top: -22px; font-size: 11px; font-weight: 700; color: var(--accent); background: #fff7ed; padding: 2px 8px; border-radius: 6px; }
.ab-bars { display: flex; align-items: flex-end; gap: 8px; height: 250px; }
.ab-bar { flex: 1; display: flex; flex-direction: column; align-items: center; }
.ab-val { font-size: 11px; font-weight: 700; color: var(--brand); margin-bottom: 6px; }
.ab-col { height: 200px; width: 100%; display: flex; align-items: flex-end; justify-content: center; }
.ab-fill { width: 62%; max-width: 34px; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--brand-600), var(--brand)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.ab-mo { font-size: 11px; color: var(--muted); margin-top: 8px; }
.ab-chart-note { text-align: center; font-size: 12px; color: var(--muted); margin: 14px 0 0; }

/* Service grid */
.ab-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ab-svc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.ab-svc-n { width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; margin-bottom: 12px; }
.ab-svc h3 { margin: 0 0 6px; font-size: 16px; font-weight: 700; }
.ab-svc p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

/* Why AUTOK */
.ab-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ab-why-item { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius-sm); padding: 18px 20px; box-shadow: var(--shadow); }
.ab-why-item strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.ab-why-item span { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* Visit */
.ab-visit { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.ab-visit-info { display: flex; flex-direction: column; gap: 16px; }
.ab-vrow { display: flex; gap: 14px; align-items: flex-start; }
.ab-vic { font-size: 22px; flex: none; }
.ab-vrow strong { font-size: 15px; }
.ab-vrow div { font-size: 15px; color: var(--ink); line-height: 1.5; }
.ab-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; background: var(--brand); color: #fff; font-weight: 700; font-size: 15px; padding: 13px 22px; border-radius: var(--radius-sm); transition: .15s; margin-top: 6px; }
.ab-cta:hover { background: var(--brand-600); transform: translateY(-1px); }
.ab-cta-ghost { background: #fff; color: var(--brand); border: 1px solid var(--brand); }
.ab-cta-ghost:hover { background: var(--brand-50); }
.ab-visit-map { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.ab-visit-map svg { width: 100%; height: auto; }

/* Testimonials */
.ab-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ab-quote { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.ab-quote blockquote { margin: 0 0 14px; font-size: 15px; line-height: 1.6; color: #334155; }
.ab-quote figcaption { font-size: 14px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.ab-flag { font-size: 18px; }

/* Mission */
.ab-mission { max-width: 820px; margin: 0 auto; text-align: center; background: linear-gradient(135deg, var(--brand), var(--brand-600)); color: #fff; border-radius: 20px; padding: 40px 32px; box-shadow: var(--shadow-lg); }
.ab-mission-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.18); padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.ab-mission p { font-size: clamp(18px, 2.4vw, 24px); font-weight: 700; line-height: 1.4; margin: 0 0 22px; }
.ab-mission .ab-cta { background: #fff; color: var(--brand); }
.ab-mission .ab-cta:hover { background: #f1f5f9; }

/* SEO keyword cloud */
.ab-seo { text-align: center; }
.ab-seo-h { font-size: 18px; font-weight: 700; color: var(--muted); margin: 0 0 18px; }
.ab-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ab-tags span { font-size: 13px; font-weight: 600; color: var(--brand); background: var(--brand-50); border: 1px solid #dbe4ff; padding: 8px 14px; border-radius: 999px; }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .ab-stats { grid-template-columns: repeat(2, 1fr); }
  .ab-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-qual-grid, .ab-svc-grid, .ab-quotes { grid-template-columns: repeat(2, 1fr); }
  .ab-why { grid-template-columns: repeat(2, 1fr); }
  .ab-map, .ab-visit { grid-template-columns: 1fr; }
  .ab-banner img { height: 260px; }
}
@media (max-width: 760px) {
  .ab-stats, .ab-cat-grid, .ab-qual-grid, .ab-svc-grid, .ab-quotes, .ab-why { grid-template-columns: 1fr; }
  .ab-banner { padding: 0 18px; }
  .ab-banner img { height: 200px; }
  .ab-banner-cap { left: 24px; bottom: 16px; }
  .ab-banner-cap strong { font-size: 16px; }
  .ab-bars { gap: 4px; height: 220px; }
  .ab-col { height: 170px; }
  .wrap { padding: 0 18px; }
}
