/* ============================================================
   /company — overview hub page
   Hero matches the /ai · /network pattern exactly: rely on
   globals.css for base reset + tokens + main>section padding +
   .eyebrow/.lede/.h-display type. This file only adds what's
   actually local to /company.
   ============================================================ */

/* ============== HERO (1) — minimal override over globals ============== */
.s-hero { text-align: center; padding-bottom: 56px; }
.s-hero-inner { max-width: 1040px; margin: 0 auto; }
.s-hero .eyebrow { display: inline-block; margin-bottom: 28px; }
.s-hero h1 { margin-bottom: 24px; }
.s-hero .h-display em { font-style: normal; color: var(--accent); }
.s-hero .lede { max-width: 820px; margin: 0 auto 36px; }
.cta-row {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* KPI strip inside hero */
.kpi-strip {
  max-width: 1180px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.kpi-cell {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  border-right: 1px solid var(--line);
}
.kpi-cell:last-child { border-right: 0; }
.kpi-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.kpi-val {
  font-family: var(--ff-mono);
  font-size: 22px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.kpi-val .accent { color: var(--accent); }

/* ============== SHARED — local helpers ============== */
.co-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--inner-pad);
}
.co-section-head {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.co-section-head .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
}
.co-section-head .h-section-sm {
  margin-bottom: 16px;
}
.co-section-head .lede {
  max-width: 720px;
  margin: 0 auto;
}
.co-link {
  color: var(--accent);
  font-weight: 500;
}
.co-link:hover { color: var(--accent-hover); }
.acc { color: var(--accent); font-style: normal; }

/* ============== STORY (2) ============== */
.co-story-section {
  background: var(--paper-2);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.co-story-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--inner-pad);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}
.co-story-grid header .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
}
.co-story-body p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 20px;
}
.co-story-body p:last-child { margin-bottom: 0; }
.co-story-body strong { color: var(--ink); }
.co-pullquote {
  margin-top: 32px !important;
  padding-top: 24px;
  border-top: 1px dashed var(--line);
  font-family: var(--ff-mono);
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* ============== NAV CARDS (3) ============== */
.co-cards-section {
  background: var(--paper);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.co-nav-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--inner-pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.co-nav-card {
  padding: 28px 24px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  transition: background 0.2s ease;
}
.co-nav-card:last-child { border-right: 0; }
.co-nav-card:hover { background: var(--paper-2); }
.co-card-h {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 10px;
}
.co-nav-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 18px;
}
.co-card-cta {
  margin-top: auto;
  font-family: var(--ff-mono);
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ============== STATUS — dark surface (4) ============== */
.co-status-section {
  background: var(--ink);
  color: #fff;
  padding: 96px 0;
}
.co-status-section .eyebrow { color: var(--accent); }
.co-status-section .h-section-sm { color: #fff; }
.co-status-section .h-section-sm em { color: var(--accent); font-style: normal; }
.co-status-section .lede { color: rgba(255, 255, 255, 0.65); }
.co-status-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--inner-pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.co-status-card {
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.co-status-card:last-child { border-right: 0; }
.co-status-num {
  font-family: var(--ff-mono);
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.co-status-section .co-card-h {
  font-size: 22px;
  color: #fff;
  margin-bottom: 12px;
}
.co-status-card p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.co-pill {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--ff-mono);
}
.co-pill-shipped { border-left: 2px solid var(--green-on-dark); }
.co-pill-progress { border-left: 2px solid var(--accent); }
.co-pill-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--green-on-dark);
  text-transform: uppercase;
}
.co-pill-progress .co-pill-label { color: var(--accent); }
.co-pill-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}
.co-status-foot {
  max-width: 880px;
  margin: 48px auto 0;
  padding: 0 var(--inner-pad);
  text-align: center;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.co-status-section .co-link { color: var(--accent); }

/* ============== GROUP CARD (6) ============== */
.co-group-section {
  background: var(--paper);
  padding: 80px 0 96px;
  border-bottom: 1px solid var(--line);
}
.co-group-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: background 0.2s ease;
}
.co-group-card:hover { background: var(--paper-2); }
.co-group-card .co-card-h .co-ext {
  font-size: 14px;
  color: var(--accent);
  margin-left: 4px;
  vertical-align: super;
}
.co-group-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.co-group-card .co-card-cta {
  flex: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
  .co-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .co-nav-card { border-bottom: 1px solid var(--line); }
  .co-nav-card:nth-child(2n) { border-right: 0; }
  .co-nav-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 980px) {
  .co-story-grid { grid-template-columns: 1fr; gap: 28px; }
  .co-status-grid { grid-template-columns: 1fr; }
  .co-status-card { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .co-status-card:last-child { border-bottom: 0; }
  .co-group-card { flex-direction: column; align-items: stretch; }
  .co-group-card .co-card-cta { text-align: left; }
}

@media (max-width: 768px) {
  .s-hero { padding: 80px var(--inner-pad) 48px; }
  .s-hero .h-display { font-size: 36px; }
  .kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .kpi-cell:nth-child(2n) { border-right: 0; }
  .kpi-cell { border-bottom: 1px solid var(--line); }
  .kpi-cell:nth-last-child(-n+1) { border-bottom: 0; }
  .co-nav-grid { grid-template-columns: 1fr; }
  .co-nav-card { border-right: 0; }
  .co-status-card { grid-template-columns: 1fr; gap: 12px; padding: 28px 22px; }
  .co-story-section, .co-cards-section, .co-status-section, .co-group-section {
    padding: 64px 0;
  }
  .co-section-head { margin-bottom: 40px; }
}

@media (max-width: 720px) {
  .s-hero .cta-row { flex-direction: column; align-items: stretch; width: 100%; gap: 12px; }
  .s-hero .cta-row > .btn { width: 100%; justify-content: center; }
  .kpi-strip { grid-template-columns: 1fr; }
  .kpi-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .kpi-cell:last-child { border-bottom: 0; }
}
