/* ==============================
   COMPANY — HERO
============================== */
.co-hero {
  padding: 300px 20px 300px;
  text-align: center;
}

.co-hero-heading {
  font-size: 64px;
  font-weight: 400;
  color: #0014ff;
  letter-spacing: -1.92px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.co-hero-body {
  width: 999px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.co-hero-body p {
  margin-bottom: 1.4em;
}

.co-hero-body p:last-child {
  margin-bottom: 0;
}

/* ==============================
   COMPANY — SHARED SECTION
============================== */
.co-section {
  padding: 0 20px;
  margin-bottom: 120px;
}

.co-divider {
  height: 2px;
  background: #000;
  width: 100%;
}

.co-divider--bottom {
  margin-top: 62px;
}

.co-section-title {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.96px;
  line-height: 1.14;
  width: 371px;
  flex-shrink: 0;
}

.hidden { display: none !important; }

.co-section-sub {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-top: 12px;
  max-width: 340px;
}

/* ==============================
   COMPANY — SERVICES
============================== */
.co-services-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
}

.co-services-right {
  flex: 1;
  padding-top: 6px;
}

.co-services-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.svc-tab {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.svc-tab.active,
.svc-tab:hover {
  opacity: 1;
  color: #0014ff;
}

.co-services-desc {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  width: 780px;
}

/* ==============================
   COMPANY — BUILT DIFFERENT
============================== */
.co-built-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
  align-items: flex-start;
}

.co-built-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 430px;
  flex-shrink: 0;
  padding-top: 10px;
}

.bd-item {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.bd-item.active,
.bd-item:hover {
  opacity: 1;
  color: #0014ff;
}

.co-built-desc {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  flex: 1;
  padding-top: 10px;
}

/* ==============================
   COMPANY — TEAM
============================== */
.co-team-grid {
  display: grid;
  grid-template-columns: 693px 693px;
  gap: 14px;
  padding: 40px 0 0;
}

.co-team-photo-wrap {
  width: 100%;
  height: 404px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}

.co-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.co-team-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 4px;
}

.co-team-role {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 16px;
}

.co-team-bio {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  width: 658px;
  margin-bottom: 12px;
}

.co-team-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.co-team-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  line-height: 1.4;
}

.co-team-link:hover {
  color: #0014ff;
}

/* ==============================
   COMPANY — CLIENTS
============================== */
.co-clients-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
  align-items: flex-start;
}

.co-clients-right {
  flex: 1;
}

.co-clients-filters {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.cl-filter {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.cl-filter.active,
.cl-filter:hover {
  opacity: 1;
  color: #0014ff;
}

.co-clients-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.co-clients-list li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 1.7;
  transition: opacity 0.25s;
}

.co-client-item.dimmed {
  opacity: 0.2;
}

/* ==============================
   COMPANY — TELL US EVERYTHING
============================== */
.co-tell {
  padding: 60px 20px 80px;
  text-align: center;
}

.co-tell-heading {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.8px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.co-tell-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

/* ==============================
   MOBILE (≤ 767px) — Figma node 211:2 (402px frame)
============================== */
@media (max-width: 767px) {
  /* ── HERO ── */
  .co-hero {
    padding: 77px 20px 89px;
  }
  .co-hero-heading {
    font-size: 34px;
    letter-spacing: -0.7px;
    line-height: 1.15;
    margin-bottom: 12px;
    text-wrap: balance;
  }
  .co-hero-body {
    width: 320px;
    max-width: 100%;
    font-size: 8px;
    line-height: 1.4;
  }

  /* ── SECTIONS ── */
  .co-section { padding: 0 11px; margin-bottom: 0; }
  .co-divider { height: 1px; }
  .co-divider--bottom { margin-top: 46px; }
  .co-section-title {
    font-size: 18px;
    letter-spacing: -0.2px;
    width: auto;
    margin-top: 6px;
  }
  .co-section-sub {
    font-size: 8px;
    margin-top: 4px;
    max-width: 100%;
  }

  /* ── SERVICES: tabs column left, description right ── */
  .co-services-inner {
    flex-direction: column;
    gap: 0;
    padding: 0 0 50px;
  }
  .co-services-right {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 10px;
    padding-top: 16px;
  }
  .co-services-tabs {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 0;
  }
  .svc-tab { font-size: 7px; }
  .co-services-desc {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    font-size: 10px;
    line-height: 1.4;
  }

  /* ── BUILT DIFFERENT: items column left, description right ── */
  .co-built-inner {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 16px;
    gap: 0 16px;
    padding: 0 0 50px;
  }
  .co-built-inner > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 16px;
  }
  .co-built-list {
    grid-column: 1;
    width: 140px;
    gap: 5px;
    padding-top: 0;
  }
  .bd-item { font-size: 7px; white-space: normal; }
  .co-built-desc {
    grid-column: 2;
    font-size: 10px;
    line-height: 1.4;
    padding-top: 0;
  }

  /* ── TEAM: landscape photo, stacked, tight ── */
  .co-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px 0 30px;
  }
  .co-team-photo-wrap {
    height: 222px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .co-team-name { font-size: 12px; margin-bottom: 2px; }
  .co-team-role { font-size: 10px; margin-bottom: 8px; }
  .co-team-bio {
    width: auto;
    font-size: 8px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .co-team-link { font-size: 9px; }

  /* ── CLIENTS: single-line scrollable filters, compact list ── */
  .co-clients-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .co-clients-right {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .co-clients-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 14px;
    margin: 10px 0 14px;
    padding-bottom: 4px;
  }
  .co-clients-filters::-webkit-scrollbar { display: none; }
  .cl-filter { font-size: 7px; }
  .co-clients-list li {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 1.45;
  }

  /* ── CONTACT: title + buttons only (no fields, per design) ── */
  .contact-section { margin: 69px 11px 67px; padding: 0; }
  .contact-heading { margin-bottom: 10px; }
  /* no form here — just a CTA to the home page form */
  .btn-center { margin-top: 20px; }
}
