/* ============================================================
   Customers page
============================================================ */

.nav-links a.active { color: var(--ink); font-weight: 500; }

.kicker.cust { background: rgba(var(--ink-rgb),0.05); border-color: var(--line); color: var(--ink-mid); }
.kicker .dot.cust { background: var(--ink); box-shadow: 0 0 0 3px rgba(var(--ink-rgb),0.18); }
.hero-cust .display { font-size: clamp(48px, 7.6vw, 100px); line-height: 0.96; }
.section-head.center-head { margin-left: auto; margin-right: auto; text-align: center; max-width: 760px; }

/* hero strip (reused from careers) */
.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 56px);
  padding: 48px 0 0;
  margin-top: 60px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}
.hero-strip span { display: inline-flex; align-items: center; gap: 8px; }
.hero-strip b {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* ============================================================
   AUTHORITY CARD
============================================================ */
.auth-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: var(--shadow);
}
.ac-h { display: flex; flex-direction: column; gap: 4px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ac-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.ac-h h3 {
  margin: 0;
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 600;
  letter-spacing: -0.022em;
}
.ac-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ac-stats > div { display: flex; flex-direction: column; gap: 2px; }
.ac-stats b {
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.022em;
  line-height: 1;
}
.ac-stats span { font-size: 12.5px; color: var(--muted); }
.ac-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.ac-li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-mid); }

/* ============================================================
   BIG STATS GRID
============================================================ */
.big-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px) clamp(40px, 6vw, 100px);
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
@media (max-width: 820px){ .big-stats { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 520px){ .big-stats { grid-template-columns: 1fr; } }
.bs { display: flex; flex-direction: column; gap: 8px; }
.bs b {
  font-weight: 500;
  font-size: clamp(48px, 6vw, 80px);
  letter-spacing: -0.045em;
  line-height: 0.95;
}
.bs span { font-size: 14px; color: var(--muted); max-width: 280px; line-height: 1.45; }

/* ============================================================
   CASE STUDIES
============================================================ */
.case-brand {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 0;
  background: var(--ink);
  color: var(--bg);
  padding: 2px 14px 4px;
  border-radius: 8px;
  margin-right: 6px;
}
.case-brand.serif { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
.cs-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}
.cs-grid.reversed { grid-template-columns: 1.4fr 1fr; }
@media (max-width: 920px){
  .cs-grid, .cs-grid.reversed { grid-template-columns: 1fr; }
}

.cs-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cs-stat {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cs-stat b {
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -0.025em;
  line-height: 1;
}
.cs-stat span { font-size: 12px; color: var(--muted); margin-top: 2px; line-height: 1.4; }

.cs-body { padding: 36px 36px 34px; }
.cs-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.cs-body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-mid);
  margin: 0 0 16px;
}
.cs-quote {
  margin: 28px 0 0;
  padding: 24px 28px;
  background: var(--bg-alt);
  border-radius: 14px;
  border-left: 3px solid var(--ink);
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.cs-quote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
  color: var(--muted);
}

/* ============================================================
   QUOTE WALL
============================================================ */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 920px){ .quote-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .quote-grid { grid-template-columns: 1fr; } }
.qc-small {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.qc-small:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.qc-small.feat { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.qc-small.feat .qcs-meta b { color: var(--bg); }
.qc-small.feat .qcs-meta span { color: rgba(30,30,42,0.65); }
.qc-small.feat .qcs-avatar { background: rgba(30,30,42,0.10); color: var(--bg); }

.qcs-text {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--ink);
  position: relative;
}
.qc-small.feat .qcs-text { color: var(--bg); }
.qcs-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.qc-small.feat .qcs-meta { border-color: rgba(30,30,42,0.12); }
.qcs-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}
.qcs-meta > div { display: flex; flex-direction: column; line-height: 1.25; }
.qcs-meta b { font-weight: 600; font-size: 13.5px; }
.qcs-meta span { font-size: 11.5px; color: var(--muted); }

/* ============================================================
   INDUSTRIES
============================================================ */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 920px){ .ind-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .ind-grid { grid-template-columns: 1fr; } }
.ind {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ind:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.ind-i {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}
.ind-i::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--ink), var(--ink-mid));
  clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 90% 100%, 10% 100%, 0% 30%);
}
.ind-i[data-ic="out"]::before { clip-path: polygon(20% 0%, 80% 0%, 95% 30%, 90% 100%, 10% 100%, 5% 30%); }
.ind-i[data-ic="bike"]::before { background: linear-gradient(135deg, #6B8C56, #8FB377); clip-path: polygon(20% 50%, 50% 20%, 80% 50%, 80% 80%, 20% 80%); }
.ind-i[data-ic="home"]::before { background: linear-gradient(135deg, #8C6A3E, #B08A55); clip-path: polygon(15% 50%, 50% 15%, 85% 50%, 85% 90%, 15% 90%); }
.ind-i[data-ic="fashion"]::before { background: linear-gradient(135deg, #3A4A5A, #5E7287); clip-path: polygon(30% 0%, 70% 0%, 100% 25%, 85% 100%, 15% 100%, 0% 25%); }

.ind h4 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ind p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* ============================================================
   LOGO WALL
============================================================ */
.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
  padding: 50px 0 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 40px;
}
@media (max-width: 820px){ .logo-wall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px){ .logo-wall { grid-template-columns: repeat(2, 1fr); } }
.lw {
  font-family: var(--f-sans);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-align: center;
  opacity: 0.7;
  transition: opacity .25s ease;
}
.lw:hover { opacity: 1; }
.lw.serif { font-family: var(--f-serif); font-style: italic; font-weight: 400; font-size: 22px; }
.lw.mono  { font-family: var(--f-mono);  font-weight: 500; font-size: 14.5px; letter-spacing: 0.06em; }

/* ============================================================
   BUILDER NOTE (dark)
============================================================ */
.builder-note {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.bn-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}
.builder-note .section-lead {
  margin: 24px auto 32px;
  color: rgba(255,255,255,0.72);
  max-width: 640px;
}
.bn-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-ghost-dark {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}
.btn-ghost-dark:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.4);
}

.foot-cols a.on { color: #fff; }

/* ── White mode (html[data-theme="light"]) overrides ── */
/* .qc-small.feat sits on var(--ink), which is dark again in light mode —
   restore the white-on-dark internals from the original light theme.
   (color: var(--bg) rules adapt on their own and need no override.) */
html[data-theme="light"] .qc-small.feat .qcs-meta span { color: rgba(255,255,255,0.6); }
html[data-theme="light"] .qc-small.feat .qcs-avatar { background: rgba(255,255,255,0.10); }
html[data-theme="light"] .qc-small.feat .qcs-meta { border-color: rgba(255,255,255,0.10); }
/* Industry icon gradients: the endpoints were brightened for the dark bg —
   restore the original deeper values tuned for white. */
html[data-theme="light"] .ind-i[data-ic="bike"]::before { background: linear-gradient(135deg, #4A6A3A, #6B8C56); }
html[data-theme="light"] .ind-i[data-ic="home"]::before { background: linear-gradient(135deg, #6A4A2C, #8C6A3E); }
html[data-theme="light"] .ind-i[data-ic="fashion"]::before { background: linear-gradient(135deg, #1E2A33, #3A4A5A); }
