/**
 * From the Desk of the CEO — section furniture.
 *
 * Two small pieces that live outside the Technology Vision landing: the
 * foreword band above the News & Research feed, and the masthead badge plus
 * signature applied to a published letter. Both are written to sit inside the
 * theme's existing light and dark treatments rather than force a canvas colour,
 * so they inherit whatever the surrounding page already uses.
 */

.kimbodo-ceo-foreword {
  --kcd-green: #67d600;

  position: relative;
  margin: 0 0 42px;
  padding: 26px 0 30px;
  border-top: 1px solid rgba(128, 128, 128, .22);
  border-bottom: 1px solid rgba(128, 128, 128, .22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kimbodo-ceo-foreword__rule {
  position: absolute;
  top: -1px;
  left: 0;
  width: 96px;
  height: 3px;
  background: var(--kcd-green);
}

.kimbodo-ceo-foreword__eyebrow {
  margin: 0 0 14px !important;
  color: var(--kcd-green);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kimbodo-ceo-foreword__title {
  margin: 0 !important;
  max-width: 760px;
  font-size: clamp(22px, 2.6vw, 31px) !important;
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 900;
}

.kimbodo-ceo-foreword__title a {
  color: inherit;
  text-decoration: none;
}

.kimbodo-ceo-foreword__title a:hover {
  color: var(--kcd-green);
}

.kimbodo-ceo-foreword__excerpt {
  max-width: 720px;
  margin: 14px 0 0 !important;
  font-size: 15px;
  line-height: 1.72;
  opacity: .82;
}

.kimbodo-ceo-foreword__meta {
  margin: 16px 0 0 !important;
  font-size: 12px;
  letter-spacing: .04em;
  opacity: .7;
}

.kimbodo-ceo-foreword__author {
  font-weight: 850;
  opacity: 1;
}

.kimbodo-ceo-foreword__sep {
  margin: 0 8px;
}

.kimbodo-ceo-foreword__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 22px 0 0 !important;
}

.kimbodo-ceo-foreword__cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 22px;
  border: 1px solid var(--kcd-green);
  border-radius: 4px;
  background: var(--kcd-green);
  color: #071006 !important;
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.kimbodo-ceo-foreword__cta:hover {
  background: transparent;
  color: var(--kcd-green) !important;
}

.kimbodo-ceo-foreword__link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(128, 128, 128, .4);
}

.kimbodo-ceo-foreword__link:hover {
  color: var(--kcd-green);
  border-bottom-color: var(--kcd-green);
}

@media (max-width: 600px) {
  .kimbodo-ceo-foreword {
    margin-bottom: 30px;
  }

  .kimbodo-ceo-foreword__actions {
    gap: 14px;
  }
}

/* ------------------------------------------------- A published letter */

.kimbodo-ceo-badge {
  --kcd-green: #67d600;

  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(128, 128, 128, .22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kimbodo-ceo-badge__mark {
  flex: 0 0 auto;
  width: 26px;
  height: 3px;
  background: var(--kcd-green);
}

.kimbodo-ceo-badge__text {
  color: var(--kcd-green);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kimbodo-ceo-signature {
  --kcd-green: #67d600;

  margin: 40px 0 0;
  padding: 26px 0 0 22px;
  border-top: 1px solid rgba(128, 128, 128, .22);
  border-left: 3px solid var(--kcd-green);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kimbodo-ceo-signature__name {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.kimbodo-ceo-signature__role {
  margin: 4px 0 0 !important;
  font-size: 13px;
  opacity: .72;
}

.kimbodo-ceo-signature__link {
  margin: 16px 0 0 !important;
  font-size: 13px;
  font-weight: 800;
}

.kimbodo-ceo-signature__link a {
  color: var(--kcd-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(103, 214, 0, .45);
}

.kimbodo-ceo-signature__link a:hover {
  border-bottom-color: var(--kcd-green);
}
