/* ============================================================
   Kapernikov homepage hi-fi (Direction B)
   Scoped under .homepage-hifi to avoid clashing with site CSS.
   ============================================================ */

.homepage-hifi {
  --k-red: #DC452D;
  --k-red-dark: #B03520;
  --k-red-tint: #F0A090;
  --k-ink: #1A1A1A;
  --k-body: #4A4A48;
  --k-muted: #8A8783;
  --k-rule: #E4E1D9;
  --k-bg: #FFFFFF;
  --k-bg-soft: #ECEAE4;
  --k-bg-events: #FFF6E9;
  --usp-green: #2DBEA0;
  --usp-orange: #F0A030;
  --usp-red: #DD3217;

  --ff-head: "Agenda", Arial, Helvetica, sans-serif;
  --ff-body: "Agenda", Arial, Helvetica, sans-serif;

  --r-card: 4px;
  --r-pill: 999px;
  --shadow-card: 0 6px 22px rgba(20,20,20,.06);

  font-family: var(--ff-body);
  color: var(--k-body);
  font-size: 14px;
  line-height: 1.55;
  background: #fff;

  max-width: 1300px;
  width: 95vw;
  margin: 0 auto;
}

.homepage-hifi *,
.homepage-hifi *::before,
.homepage-hifi *::after { box-sizing: border-box; }

.homepage-hifi img { display: block; max-width: 100%; }

/* ---------------- Hard reset (override global style.css) -- */
.homepage-hifi h1,
.homepage-hifi h2,
.homepage-hifi h3,
.homepage-hifi h4,
.homepage-hifi h5,
.homepage-hifi h6,
.homepage-hifi p,
.homepage-hifi span,
.homepage-hifi li,
.homepage-hifi a,
.homepage-hifi div {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: left;
  margin: 0;
}
.homepage-hifi p { margin: 0; }
.homepage-hifi ul, .homepage-hifi ol { margin: 0; padding: 0; list-style: none; }
.homepage-hifi a { text-decoration: none; }

/* ---------------- Type primitives -------------------------- */
.homepage-hifi .h-display {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  color: var(--k-ink);
  letter-spacing: -.005em;
  margin: 0;
}
.homepage-hifi .h-section {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.12;
  color: var(--k-ink);
  margin: 0;
}
.homepage-hifi .h-card {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  color: var(--k-ink);
  margin: 0;
}
.homepage-hifi .eyebrow {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--k-red);
}
.homepage-hifi .lede {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--k-body);
}

/* ---------------- Pill buttons ----------------------------- */
.homepage-hifi .btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: var(--r-pill);
  background: var(--k-red);
  color: #fff;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  transition: filter .15s ease;
}
.homepage-hifi .btn-pill:hover { filter: brightness(.92); color: #fff; }
.homepage-hifi .btn-pill.green { background: var(--usp-green); }
.homepage-hifi .btn-pill.orange { background: var(--usp-orange); }
.homepage-hifi .btn-pill.ghost {
  background: transparent;
  color: var(--k-ink);
  border: 1.5px solid var(--k-ink);
}
.homepage-hifi .btn-pill.ghost:hover { color: var(--k-ink); }
.homepage-hifi .arrow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--k-red);
  color: #fff;
  flex-shrink: 0;
  margin-right: 2px;
}
.homepage-hifi .arrow-badge svg { width: 16px; height: 16px; display: block; }

/* ---------------- Hero ------------------------------------- */
.homepage-hifi .k-hero {
  padding: 96px 64px 110px;
  background: #fff;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: center;
}
.homepage-hifi .k-hero .col-text .eyebrow { margin-bottom: 18px; display: block; }
.homepage-hifi .k-hero .rule {
  width: 96px; height: 5px; background: var(--k-red); margin: 0 0 24px;
}
.homepage-hifi .k-hero .h-display {
  font-size: 78px;
  line-height: 1.02;
  letter-spacing: -.015em;
  margin-top: 14px;
}
.homepage-hifi .k-hero .h-display .accent { color: var(--k-red); }
.homepage-hifi .k-hero .lede { margin-top: 22px; max-width: 48ch; }
.homepage-hifi .k-hero .ctas {
  margin-top: 32px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.homepage-hifi .ill {
  background: repeating-linear-gradient(135deg,#ECEAE4 0 8px,#F4F1EA 8px 16px);
  border-radius: 4px;
  color: #9a978c;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.homepage-hifi .ill.tall { aspect-ratio: 1/1.05; min-height: 380px; }
.homepage-hifi .ill img { max-width: 100%; height: auto; }
.homepage-hifi .k-hero .col-illo .hero-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------- Proof bar -------------------------------- */
.homepage-hifi .k-proof {
  background: #fff;
  padding: 36px 64px;
  border-top: 1px solid var(--k-rule);
  border-bottom: 1px solid var(--k-rule);
}
.homepage-hifi .k-proof .lab {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--k-muted);
  text-align: center;
  margin-bottom: 18px;
}
.homepage-hifi .k-proof .row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
  align-items: center;
}
.homepage-hifi .k-proof .logo {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.homepage-hifi .k-proof .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .75;
  transition: filter .2s ease, opacity .2s ease;
}
.homepage-hifi .k-proof .logo:hover img { filter: none; opacity: 1; }
/* Per-logo height tuning — normalize visual weight despite differing aspects */
.homepage-hifi .k-proof .l-infrabel img { height: 26px; }
.homepage-hifi .k-proof .l-delijn   img { height: 46px; }
.homepage-hifi .k-proof .l-prorail  img { height: 22px; }
.homepage-hifi .k-proof .l-bluec    img { height: 44px; }
.homepage-hifi .k-proof .l-geoxyz   img { height: 22px; }
.homepage-hifi .k-proof .l-umicore  img { height: 28px; }
.homepage-hifi .k-proof .l-argon    img { height: 32px; }
.homepage-hifi .sec-card .proof .l-marlinks img { height: 20px; }

/* ---------------- USP grid (Direction B) ------------------- */
.homepage-hifi .k-usp {
  background: #fff;
  padding: 96px 64px 96px;
  border-top: 1px solid var(--k-rule);
  border-bottom: 1px solid var(--k-rule);
}
.homepage-hifi .k-usp .k-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--k-rule);
}
.homepage-hifi .usp-card {
  background: #fff;
  padding: 8px 36px 32px;
  display: flex;
  flex-direction: column;
}
.homepage-hifi .usp-card .topnum {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--k-red);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.homepage-hifi .usp-card .topnum::before {
  content: "";
  width: 42px;
  height: 4px;
  background: var(--usp-green);
}
.homepage-hifi .usp-card:nth-child(2) .topnum::before { background: var(--usp-orange); }
.homepage-hifi .usp-card:nth-child(3) .topnum::before { background: var(--k-red); }
.homepage-hifi .usp-card .h-card { margin: 0 0 14px; text-align: left; }
.homepage-hifi .usp-card .lede { flex: 1; }
.homepage-hifi .usp-card .cta-wrap { margin-top: 24px; text-align: left; }
.homepage-hifi .usp-card .usp-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--ff-body);
  font-size: 15px;
  line-height: 1.45;
  color: var(--k-body);
}
.homepage-hifi .usp-card .usp-list li {
  position: relative;
  padding-left: 18px;
}
.homepage-hifi .usp-card .usp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: var(--k-red);
  border-radius: 50%;
}

/* ---------------- Sectors ---------------------------------- */
.homepage-hifi .k-sectors {
  background: #fff;
  padding: 100px 64px;
}
.homepage-hifi .k-sectors .head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
}
.homepage-hifi .k-sectors .head .rule {
  width: 96px; height: 5px; background: var(--k-red); margin-bottom: 18px;
}
.homepage-hifi .k-sectors .head h2 {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  margin: 0;
  letter-spacing: -.01em;
  color: var(--k-ink);
}
.homepage-hifi .k-sectors .head .meta {
  font-size: 14px;
  color: var(--k-muted);
  max-width: 32ch;
  text-align: right;
}
.homepage-hifi .k-sectors .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--k-rule);
  border: 1px solid var(--k-rule);
}
.homepage-hifi .sec-card {
  background: #fff;
  padding: 44px 40px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  min-height: 520px;
}
.homepage-hifi .sec-card .top {
  display: flex; align-items: center; gap: 16px;
}
.homepage-hifi .sec-card .num {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .18em;
  color: var(--k-red);
}
.homepage-hifi .sec-card .num::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  background: var(--k-red);
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-3px);
}
.homepage-hifi .sec-card h3 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 44px;
  margin: 6px 0 0;
  letter-spacing: -.01em;
  line-height: 1.02;
  color: var(--k-ink);
}
.homepage-hifi .sec-card .vis {
  height: 260px;
  background: #F4F1EA;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.homepage-hifi .sec-card .vis.rail {
  background: #fff;
}
.homepage-hifi .sec-card .vis.sea {
  background: #c8d5d0;
}
.homepage-hifi .sec-card .vis.sea .sec-img {
  object-position: center 55%;
}
.homepage-hifi .sec-card .vis .sec-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homepage-hifi .sec-card .vis .corner {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7d7a70;
  background: #fff;
  padding: 4px 10px;
  border-radius: 99px;
}
.homepage-hifi .sec-card .vis .lab {
  position: absolute; bottom: 16px; right: 16px;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7d7a70;
}
.homepage-hifi .sec-card .body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--k-body);
}
.homepage-hifi .sec-card .proof {
  display: flex; gap: 18px; flex-wrap: wrap; align-items: center;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  color: #6b685e;
}
.homepage-hifi .sec-card .proof-ext {
  margin-left: auto;
  font-family: var(--ff-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--k-red);
  text-decoration: none;
}
.homepage-hifi .sec-card .proof-ext:hover { text-decoration: underline; }
.homepage-hifi .sec-card .proof-ext .ext-arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-left: 2px;
}
.homepage-hifi .sec-card .proof span {
  display: inline-flex; align-items: center; gap: 6px;
}
.homepage-hifi .sec-card .proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--k-red);
  border-radius: 50%;
}
.homepage-hifi .sec-card .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.homepage-hifi .sec-card .foot a.link {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--k-ink);
  text-decoration: none;
  border-bottom: 1.5px solid var(--k-red);
  padding-bottom: 2px;
}

/* ---------------- Featured case ---------------------------- */
.homepage-hifi .k-case {
  background: var(--k-bg-soft);
  padding: 100px 64px;
  position: relative;
}
.homepage-hifi .k-case .wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}
.homepage-hifi .k-case .lab {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--k-red);
  margin-bottom: 16px;
}
.homepage-hifi .k-case .rule {
  width: 96px; height: 5px; background: var(--k-red); margin-bottom: 22px;
}
.homepage-hifi .k-case h2 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 52px;
  line-height: 1.04;
  margin: 0 0 22px;
  letter-spacing: -.01em;
  color: var(--k-ink);
}
.homepage-hifi .k-case .quote {
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: var(--k-ink);
  margin: 0 0 22px;
  border-left: 4px solid var(--k-red);
  padding-left: 18px;
}
.homepage-hifi .k-case .source {
  font-size: 13px;
  color: var(--k-muted);
  font-family: var(--ff-body);
}
.homepage-hifi .k-case .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.homepage-hifi .k-case .stat {
  background: #fff;
  padding: 18px 16px;
  border-radius: 4px;
}
.homepage-hifi .k-case .stat .n {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 38px;
  color: var(--k-red);
  line-height: 1;
}
.homepage-hifi .k-case .stat .l {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--k-muted);
  margin-top: 6px;
}
.homepage-hifi .k-case .ctas {
  margin-top: 32px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.homepage-hifi .k-case .vis {
  background: #fff;
  border-radius: 4px;
  height: 520px;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle at 70% 30%,#fff 0%,#fff 30%,#f0ebde 100%);
}
.homepage-hifi .k-case .vis .map {
  position: absolute; inset: 36px;
  border: 1px solid #e0dac8;
  border-radius: 4px;
  background:
    repeating-linear-gradient(90deg,transparent 0 88px,#e0dac8 88px 89px),
    repeating-linear-gradient(180deg,transparent 0 60px,#e0dac8 60px 61px);
}
.homepage-hifi .k-case .vis .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--k-red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(186,36,21,.15);
}
.homepage-hifi .k-case .vis .nodelab {
  position: absolute;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .1em;
  color: #7d7a70;
  background: #fff;
  padding: 2px 8px;
  border-radius: 99px;
}
.homepage-hifi .k-case .vis .stamp {
  position: absolute;
  top: 18px; left: 18px;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7d7a70;
  background: #fff;
  padding: 5px 12px;
  border-radius: 99px;
}
.homepage-hifi .k-case .vis .stamp.r { left: auto; right: 18px; }

/* ---------------- Events ----------------------------------- */
.homepage-hifi .k-events {
  background: var(--k-bg-events);
  padding: 56px 64px 64px;
}
.homepage-hifi .k-events .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.homepage-hifi .k-events .head h2 { margin: 0; }
.homepage-hifi .k-events .head .meta {
  color: var(--k-muted);
  font-family: var(--ff-body);
  font-size: 13px;
}
.homepage-hifi .k-events .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.homepage-hifi .ev-card {
  background: #fff;
  border-radius: var(--r-card);
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: stretch;
  box-shadow: var(--shadow-card);
}
.homepage-hifi .ev-card .body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.homepage-hifi .ev-card .body .cta-mini {
  margin-top: auto;
  align-self: flex-start;
}
.homepage-hifi .ev-card .date {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-height: 64px;
  padding: 8px 0;
  background: var(--k-bg-soft);
  border-radius: 6px;
}
.homepage-hifi .ev-card .date .d {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: var(--k-ink);
}
.homepage-hifi .ev-card .date .m {
  font-family: var(--ff-head);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--k-muted);
  margin-top: 4px;
  text-transform: uppercase;
}
.homepage-hifi .ev-card .body h4 {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--k-ink);
  margin: 6px 0 6px;
  line-height: 1.25;
}
.homepage-hifi .ev-card .body .meta {
  font-size: 12px;
  color: var(--k-muted);
  margin-bottom: 10px;
}
.homepage-hifi .ev-card .stamp {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  color: #fff;
}
.homepage-hifi .ev-card .stamp.hosted { background: var(--k-red); }
.homepage-hifi .ev-card .stamp.speaking { background: var(--usp-orange); }
.homepage-hifi .ev-card .stamp.hosting { background: var(--usp-green); }
.homepage-hifi .ev-card .cta-mini {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 12px;
  color: var(--k-ink);
  text-decoration: none;
  border-bottom: 1.5px solid var(--k-red);
}
.homepage-hifi .ev-card .cta-mini .ext-arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  color: var(--k-red);
  vertical-align: middle;
  margin-left: 2px;
}
.homepage-hifi .k-events .foot { margin-top: 24px; text-align: center; }
.homepage-hifi .k-events .foot a {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--k-ink);
  text-decoration: none;
  margin: 0 14px;
  border-bottom: 1.5px solid var(--k-red);
}

/* ---------------- Niche micro-sites ------------------------ */
.homepage-hifi .k-micro {
  background: #fff;
  padding: 84px 64px;
  border-top: 1px solid var(--k-rule);
  border-bottom: 1px solid var(--k-rule);
}
.homepage-hifi .k-micro .head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.homepage-hifi .k-micro .head .rule {
  width: 96px; height: 5px; background: var(--k-red); margin-bottom: 18px;
}
.homepage-hifi .k-micro .head h2 {
  margin: 0;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--k-ink);
}
.homepage-hifi .k-micro .head .note {
  font-size: 13px;
  color: var(--k-muted);
  max-width: 38ch;
}
.homepage-hifi .k-micro .k-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--k-rule);
  border: 1px solid var(--k-rule);
}
.homepage-hifi .mc {
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
}
.homepage-hifi .mc.live::before {
  content: "Live";
  align-self: flex-start;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--k-red);
  padding: 4px 10px;
  border-radius: 99px;
}
.homepage-hifi .mc.planned::before {
  content: "Planned";
  align-self: flex-start;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7d7a70;
  background: #ECEAE4;
  padding: 4px 10px;
  border-radius: 99px;
}
.homepage-hifi .mc .domain {
  font-family: "JetBrains Mono", "Menlo", monospace;
  font-size: 14px;
  color: var(--k-ink);
  letter-spacing: -.01em;
  font-weight: 600;
}
.homepage-hifi .mc .domain::before {
  content: "↗ ";
  color: var(--k-red);
  font-family: var(--ff-head);
}
.homepage-hifi .mc h3 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 24px;
  margin: 4px 0 0;
  line-height: 1.15;
  letter-spacing: -.005em;
  color: var(--k-ink);
}
.homepage-hifi .mc p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--k-body);
  flex: 1;
}
.homepage-hifi .mc .meta {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--k-muted);
}

/* ---------------- Articles --------------------------------- */
.homepage-hifi .k-articles {
  background: #fff;
  padding: 96px 64px;
}
.homepage-hifi .k-articles .head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.homepage-hifi .k-articles .head .rule {
  width: 96px; height: 5px; background: var(--k-red); margin-bottom: 18px;
}
.homepage-hifi .k-articles .head h2 {
  margin: 0;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--k-ink);
}
.homepage-hifi .k-articles .head a.all {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--k-ink);
  text-decoration: none;
  border-bottom: 1.5px solid var(--k-red);
  padding-bottom: 2px;
}
.homepage-hifi .k-articles .k-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.homepage-hifi .art {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}
.homepage-hifi .art .img {
  aspect-ratio: 4/3;
  background: #F4F1EA;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.homepage-hifi .art .img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.homepage-hifi .art .img.fit-contain img {
  object-fit: contain;
}
.homepage-hifi .art .img .pl {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #a09c90;
}
.homepage-hifi .art .tag {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--k-red);
}
.homepage-hifi .art h4 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -.005em;
  color: var(--k-ink);
}
.homepage-hifi .art .meta {
  font-family: var(--ff-body);
  font-size: 12px;
  color: var(--k-muted);
}

/* ---------------- Join us ---------------------------------- */
.homepage-hifi .k-join {
  padding: 120px 64px;
  background: linear-gradient(135deg,#1A1A1A 0%,#2A2520 50%,#5A322B 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.homepage-hifi .k-join::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 30%,rgba(186,36,21,.25) 0%,transparent 60%);
  pointer-events: none;
}
.homepage-hifi .k-join .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.homepage-hifi .k-join .rule {
  width: 96px; height: 5px; background: var(--k-red); margin-bottom: 22px;
}
.homepage-hifi .k-join .eyebrow { color: #FFB31B; }
.homepage-hifi .k-join h2 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -.01em;
  margin: 8px 0 22px;
  color: #fff;
}
.homepage-hifi .k-join .lede {
  font-size: 17px;
  color: #e8e4d8;
  max-width: 48ch;
}
.homepage-hifi .k-join .ctas {
  margin-top: 30px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.homepage-hifi .k-join .ctas .btn-pill.ghost {
  color: #fff;
  border-color: #fff;
}
.homepage-hifi .k-join .ctas .btn-pill.ghost:hover { color: #fff; }
.homepage-hifi .k-join .perks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.homepage-hifi .k-join .perk {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  padding: 22px 24px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}
.homepage-hifi .k-join .perk .n {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .16em;
  color: #FFB31B;
}
.homepage-hifi .k-join .perk h5 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  color: #fff;
  letter-spacing: -.005em;
}
.homepage-hifi .k-join .perk p {
  margin: 6px 0 0;
  color: #cfc8b3;
  font-size: 14px;
  line-height: 1.5;
}

/* ---------------- Mobile ----------------------------------- */
@media (max-width: 900px) {
  .homepage-hifi .k-hero {
    padding: 28px 18px 36px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .homepage-hifi .k-hero .h-display { font-size: 38px; line-height: 1.04; }
  .homepage-hifi .k-hero .lede { font-size: 14.5px; }
  .homepage-hifi .ill.tall { aspect-ratio: 4/3; min-height: 200px; }

  .homepage-hifi .k-proof { padding: 24px 18px; }
  .homepage-hifi .k-proof .row { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  .homepage-hifi .k-usp { padding: 36px 18px; }
  .homepage-hifi .k-usp .k-grid { grid-template-columns: 1fr; gap: 1px; }
  .homepage-hifi .usp-card { padding: 24px 22px; }

  .homepage-hifi .k-sectors { padding: 48px 18px; }
  .homepage-hifi .k-sectors .head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .homepage-hifi .k-sectors .head h2 { font-size: 36px; }
  .homepage-hifi .k-sectors .head .meta { text-align: left; max-width: none; }
  .homepage-hifi .k-sectors .row { grid-template-columns: 1fr; }
  .homepage-hifi .sec-card { min-height: auto; padding: 28px 22px; }
  .homepage-hifi .sec-card h3 { font-size: 30px; }
  .homepage-hifi .sec-card .vis { height: 140px; }

  .homepage-hifi .k-case { padding: 48px 18px; }
  .homepage-hifi .k-case .wrap { grid-template-columns: 1fr; gap: 28px; }
  .homepage-hifi .k-case h2 { font-size: 32px; }
  .homepage-hifi .k-case .vis { height: 260px; }
  .homepage-hifi .k-case .stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .homepage-hifi .k-case .stat .n { font-size: 26px; }

  .homepage-hifi .k-events { padding: 36px 18px; }
  .homepage-hifi .k-events .row { grid-template-columns: 1fr; gap: 12px; }
  .homepage-hifi .k-events .head { flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 18px; }
  .homepage-hifi .k-events .head h2 { font-size: 26px; }

  .homepage-hifi .k-micro { padding: 44px 18px; }
  .homepage-hifi .k-micro .head h2 { font-size: 30px; }
  .homepage-hifi .k-micro .k-grid { grid-template-columns: 1fr; }

  .homepage-hifi .k-articles { padding: 44px 18px; }
  .homepage-hifi .k-articles .head h2 { font-size: 30px; }
  .homepage-hifi .k-articles .k-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .homepage-hifi .art h4 { font-size: 15px; }

  .homepage-hifi .k-join { padding: 56px 18px; }
  .homepage-hifi .k-join .wrap { grid-template-columns: 1fr; gap: 28px; }
  .homepage-hifi .k-join h2 { font-size: 38px; }
}
