:root {
  --red: #e11916;
  --red-dark: #b90f0c;
  --ink: #08090b;
  --muted: #6d747d;
  --line: #e7e9ec;
  --soft: #f6f7f8;
  --card: #ffffff;
  --shadow: 0 18px 50px rgba(12, 14, 18, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: min(1120px, calc(100% - 32px));
  height: 56px;
  margin: 14px auto 0;
  padding: 0 12px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.78;
  font-weight: 950;
  letter-spacing: 0;
}

.brand span {
  font-size: 30px;
}

.brand small {
  align-self: flex-end;
  font-size: 8px;
  letter-spacing: 0.05em;
}
.brand-img { height: 100px; width: auto; object-fit: contain; }
.footer-logo { height: 32px; width: auto; object-fit: contain; }
  letter-spacing: 1.4px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #31363c;
  font-size: 13px;
  font-weight: 650;
}

.btn {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(225, 25, 22, 0.22);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: #d8dce0;
}

.btn.compact {
  min-height: 36px;
}

.btn.mini {
  min-height: 32px;
  padding: 0 12px;
  font-size: 11px;
}

.section-pad {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.hero {
  min-height: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.hero h1 {
  margin: 0;
  white-space: pre-line;
  font-size: clamp(52px, 7vw, 78px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h1::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  border-radius: 999px;
  background: var(--red);
}

.hero p {
  max-width: 570px;
  color: #424950;
  font-size: 17px;
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 26px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-row p {
  max-width: 310px;
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 31px;
  height: 31px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #cfd4da, #2b3036);
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.orbit-wrap,
.mini-orbit {
  position: relative;
  aspect-ratio: 1;
  width: min(430px, 100%);
  margin: 0 auto;
}

.orbit-ring,
.orbit-wrap::before,
.orbit-wrap::after,
.mini-orbit::before,
.mini-orbit::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px dashed #ccd0d5;
  border-radius: 50%;
}

.orbit-wrap::before,
.mini-orbit::before {
  inset: 0;
  border-style: solid;
  border-color: #e4e6e9;
}

.orbit-wrap::after,
.mini-orbit::after {
  inset: 25%;
  border-color: #e0e3e6;
}

.orbit-center {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2f3338, #07080a 60%);
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.orbit-center.small {
  width: 78px;
  height: 78px;
  color: #fff;
  border: 2px solid var(--red);
  font-size: 22px;
}

.orbit-node {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 4;
  transform: rotate(var(--angle)) translate(165px) rotate(calc(var(--angle) * -1)) translate(-50%, -50%);
}

.orbit-node span {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1.16fr;
  min-height: 310px;
  background: #0b0e12;
  color: #fff;
}

.intro-copy {
  padding: 52px max(44px, calc((100vw - 1120px) / 2)) 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow.red {
  color: #ff3834;
}

.eyebrow.light-red {
  color: #ffd8d6;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 930;
  letter-spacing: 0;
  white-space: pre-line;
}

h3 {
  margin: 0;
}

.intro-copy p:not(.eyebrow),
.ecosystem-copy p,
.section-head p {
  color: #cbd1d8;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 850;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
}

.text-link.light {
  color: #fff;
}

.building-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(12, 14, 17, 0.05), rgba(12, 14, 17, 0.7)),
    linear-gradient(15deg, transparent 43%, #1d2228 44% 73%, transparent 74%),
    linear-gradient(0deg, #171b20 0 34%, #2f363d 35% 68%, #d5d8db 69%);
}

.building-visual::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 8%;
  bottom: 24%;
  height: 44%;
  background:
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(255, 255, 255, 0.85) 37px 50px, transparent 51px 74px),
    linear-gradient(135deg, #20252b, #090b0e);
  transform: skewY(-10deg);
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.32);
}

.building-visual::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 20%;
  bottom: 16%;
  height: 32px;
  background: #cc1411;
}

.building-sign {
  position: absolute;
  right: 18%;
  top: 26%;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.building-sign span {
  font-size: 12px;
}

.section-head,
.row-head,
.proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.section-head > p {
  color: #515963;
}

.challenge-grid,
.card-grid,
.venture-grid,
.impact-grid,
.people-grid {
  display: grid;
  gap: 16px;
}

.challenge-grid {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 34px;
}

.card-grid {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
}

.info-card {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.card-icon {
  display: block;
  min-height: 32px;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 900;
}

.info-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.info-card p {
  margin: 0;
  color: #5d6670;
  font-size: 13px;
  line-height: 1.48;
}

.dark-section {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1120px) / 2));
  background: radial-gradient(circle at 48% 50%, #20262c 0, #101418 34%, #050607 74%);
  color: #fff;
}

.ecosystem {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.mini-orbit {
  width: min(320px, 100%);
}

.mini-node {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  padding: 10px;
  transform: rotate(var(--angle)) translate(125px) rotate(calc(var(--angle) * -1)) translate(-50%, -50%);
  border: 1px solid #313943;
  border-radius: 50%;
  background: #12171d;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.feature-panel {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid #252b33;
  border-radius: 8px;
  background: linear-gradient(145deg, #151a20, #0d1014);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.feature-panel h3 {
  margin-bottom: 14px;
  color: #ff302c;
  font-size: 24px;
}

.feature-panel p,
.feature-panel li {
  color: #d4d9df;
  font-size: 13px;
  line-height: 1.55;
}

.feature-panel ul {
  padding-left: 18px;
}

.feature-nav {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 8px;
}

.feature-nav button {
  width: 28px;
  height: 28px;
  border: 1px solid #3c444d;
  border-radius: 50%;
  background: transparent;
  color: #fff;
}

.ventures {
  padding-top: 20px;
}

.row-head {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.row-head.small {
  display: block;
}

.venture-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
}

.venture-card {
  min-height: 170px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  color: #fff;
  box-shadow: inset 0 -120px 80px rgba(0, 0, 0, 0.62);
}

.venture-card.meat {
  background-image: linear-gradient(135deg, rgba(74, 6, 5, 0.78), rgba(5, 5, 5, 0.6)), repeating-radial-gradient(circle at 20% 30%, #8d2b25 0 14px, #4d1511 15px 28px);
}

.venture-card.academy {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), rgba(18, 26, 35, 0.82)), linear-gradient(90deg, #2b3035, #d8dbe0);
}

.venture-card.tech {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), rgba(17, 22, 30, 0.8)), repeating-linear-gradient(0deg, #071510 0 12px, #112a20 13px 16px);
}

.venture-card.media {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), rgba(64, 30, 16, 0.7)), radial-gradient(circle at 78% 30%, #a05828, #15100e 52%);
}

.venture-card h3 {
  font-size: 20px;
}

.venture-card p {
  min-height: 64px;
  color: #eceff3;
  font-size: 12px;
  line-height: 1.4;
}

.process {
  padding-top: 0;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.process-line article {
  position: relative;
  padding-top: 34px;
}

.process-line span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.process-line h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.process-line p {
  margin: 0;
  color: #5b646f;
  font-size: 12px;
  line-height: 1.45;
}

.proof {
  grid-template-columns: 1fr 1fr 1fr;
  background: linear-gradient(180deg, #fff, #f7f8fa);
}

.list-stack {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.list-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.list-item h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

.list-item p {
  margin: 0;
  color: #68717b;
  font-size: 12px;
}

.impact-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 26px;
}

.impact-grid article {
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.impact-grid strong {
  color: var(--red);
  font-size: 32px;
}

.impact-grid span {
  color: #5e6670;
  font-size: 12px;
}

.people-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 640px;
  margin: 28px auto 0;
}

.person-card div {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, #e1e4e7 0 28%, transparent 29%),
    linear-gradient(160deg, #2b3036 0%, #1a1e23 100%);
  filter: grayscale(1);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 52px;
  font-weight: 950;
  position: relative;
}

.person-card div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.person-card:nth-child(even) div {
  background:
    radial-gradient(circle at 50% 38%, #eef0f2 0 27%, transparent 28%),
    linear-gradient(160deg, #3a4047 0%, #1a1e23 100%);
}

.person-avatar {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(160deg, #2b3036 0%, #1a1e23 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 52px;
  font-weight: 950;
  position: relative;
}

.person-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.person-card h3 {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.cta-band {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 28px;
  align-items: center;
  padding: 44px max(16px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(225, 25, 22, 0.95), rgba(181, 12, 8, 0.98)),
    repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.1) 27px 28px);
  color: #fff;
}

.cta-options {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.cta-options a {
  min-height: 76px;
  display: grid;
  align-items: center;
  padding: 14px;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr 3fr 1.2fr;
  gap: 38px;
  padding: 52px max(16px, calc((100vw - 1120px) / 2)) 24px;
  background: #070809;
  color: #fff;
}

.footer p,
.footer a {
  color: #b5bdc6;
  font-size: 13px;
}

.footer-brand span {
  color: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.footer-links nav {
  display: grid;
  gap: 8px;
}

.footer-links h3,
.newsletter label {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
}

.newsletter div {
  display: flex;
  border: 1px solid #2b3036;
  border-radius: 6px;
  overflow: hidden;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  padding: 0 12px;
  border: 0;
  background: #101317;
  color: #fff;
}

.newsletter button {
  width: 42px;
  border: 0;
  background: var(--red);
  color: #fff;
}

.copyright {
  grid-column: 1 / -1;
  border-top: 1px solid #20252a;
  padding-top: 20px;
}

.cms-shortcut {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.cms-body {
  background: var(--soft);
}

.cms-header {
  min-height: 84px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.cms-header p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cms-brand {
  color: var(--ink);
}

.cms-brand .kat-mark {
  width: 38px;
  height: 38px;
  font-size: 40px;
}

.cms-brand strong {
  font-size: 13px;
}

.cms-brand small {
  color: #6d747d;
}

.cms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.file-button {
  position: relative;
  overflow: hidden;
}

.file-button input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cms-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
}

.cms-sidebar,
.cms-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cms-sidebar {
  padding: 10px;
  align-self: start;
}

.cms-sidebar button {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.cms-sidebar button.active {
  background: var(--ink);
  color: #fff;
}

.cms-panel {
  padding: 20px;
}

#cms-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cms-field,
.cms-repeat {
  display: grid;
  gap: 8px;
}

.cms-field.full,
.cms-repeat.full {
  grid-column: 1 / -1;
}

.cms-field span,
.cms-repeat > span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-repeat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cms-repeat-head span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-add,
.cms-remove {
  min-height: 32px;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.cms-add {
  padding: 0 12px;
}

.cms-remove {
  grid-column: 1 / -1;
  color: var(--red);
}

.cms-image-row {
  display: grid;
  grid-template-columns: 1fr auto 110px;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafbfc;
}

.cms-image-row input {
  width: 100%;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}

.cms-upload {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.cms-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cms-image-preview {
  min-height: 68px;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.cms-image-preview.empty {
  display: grid;
  place-items: center;
  color: #8a949e;
  background: #fff;
  font-size: 12px;
}

.cms-field input,
.cms-field textarea,
.cms-card-editor input,
.cms-card-editor textarea,
.cms-mini-grid input {
  width: 100%;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}

.cms-field textarea,
.cms-card-editor textarea {
  min-height: 110px;
  resize: vertical;
}

.cms-field small {
  color: #7a838d;
  font-size: 12px;
}

.cms-field textarea[data-json] {
  min-height: 520px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
}

.cms-card-editor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafbfc;
}

.cms-card-editor textarea {
  grid-column: 1 / -1;
}

.compact-editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.cms-status {
  min-height: 22px;
  margin-bottom: 12px;
  color: var(--red);
  font-weight: 800;
}

.detail-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 68px;
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.detail-nav a.active {
  color: var(--red);
}

.pd-hero {
  min-height: 390px;
  display: grid;
  align-items: center;
  padding: 70px max(24px, calc((100vw - 1240px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 4, 6, 0.94), rgba(3, 4, 6, 0.68) 45%, rgba(3, 4, 6, 0.18)),
    repeating-linear-gradient(90deg, rgba(150, 30, 24, 0.68) 0 18px, rgba(95, 23, 20, 0.58) 19px 34px, rgba(28, 34, 39, 0.38) 35px 70px),
    radial-gradient(circle at 82% 30%, #cfd5d9 0 8%, transparent 9%),
    linear-gradient(135deg, #151b20, #5f2b25 45%, #111418);
  background-blend-mode: normal, soft-light, normal, normal;
}

.pd-hero-copy {
  max-width: 610px;
}

.breadcrumb {
  margin: 0 0 32px;
  color: #d7dde4;
  font-size: 13px;
  font-weight: 750;
}

.breadcrumb span {
  padding: 0 10px;
}

.pd-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

.pd-hero h1::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  border-radius: 999px;
  background: var(--red);
}

.pd-hero p:not(.breadcrumb) {
  max-width: 580px;
  color: #eef2f5;
  font-size: 17px;
  line-height: 1.65;
}

.pd-about,
.pd-products,
.pd-tech,
.pd-case,
.pd-solutions {
  width: min(1240px, calc(100% - 48px));
}

.pd-about,
.pd-products,
.pd-tech,
.pd-case {
  display: grid;
  grid-template-columns: 0.78fr 1.45fr;
  gap: 58px;
  align-items: center;
}

.pd-section-copy p:not(.eyebrow),
.pd-chain-copy p,
.pd-cta p {
  color: #4f5863;
  line-height: 1.65;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 44px;
  align-items: center;
}

.flow-steps article {
  position: relative;
  min-height: 102px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 16px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.flow-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -30px;
  color: var(--red);
  font-weight: 900;
}

.flow-steps span {
  font-size: 32px;
}

.flow-steps strong {
  font-size: 12px;
  line-height: 1.25;
}

.pd-solutions {
  border-top: 1px solid var(--line);
}

.pd-card-grid,
.product-row,
.chain-map,
.ecosystem-row,
.case-stats {
  display: grid;
  gap: 14px;
}

.pd-card-grid {
  margin-top: 20px;
}

.pd-card-grid.six,
.product-row {
  grid-template-columns: repeat(6, 1fr);
}

.pd-card-grid article {
  min-height: 154px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.pd-card-grid span {
  color: var(--red);
  font-size: 28px;
  font-weight: 950;
}

.pd-card-grid h3 {
  margin: 14px 0 8px;
  font-size: 17px;
}

.pd-card-grid p,
.product-row p {
  margin: 0;
  color: #68717b;
  font-size: 13px;
  line-height: 1.45;
}

.product-row article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-row h3,
.product-row p {
  padding-inline: 12px;
}

.product-row h3 {
  margin: 13px 0 6px;
  font-size: 15px;
}

.product-row p {
  padding-bottom: 16px;
}

.product-img {
  height: 118px;
  background: #eee;
}

.product-img.chicken {
  background: radial-gradient(circle at 45% 52%, #f5d7d2 0 24%, transparent 25%), radial-gradient(circle at 65% 48%, #f0b9b1 0 18%, transparent 19%), linear-gradient(135deg, #fff, #e9edf0);
}

.product-img.beef {
  background: repeating-radial-gradient(circle at 35% 45%, #9b2d2a 0 18px, #f2d0ca 19px 23px, #581513 24px 36px);
}

.product-img.lamb {
  background: repeating-linear-gradient(115deg, #9e2a26 0 20px, #f4d5d0 21px 26px, #6d1715 27px 48px);
}

.product-img.frozen {
  background: radial-gradient(circle at 55% 45%, #e7866f 0 26%, transparent 27%), linear-gradient(135deg, #eff7fb, #bcd6e4);
}

.product-img.processed {
  background: repeating-linear-gradient(35deg, #b15b3d 0 20px, #f2cfbd 21px 28px, #68301e 29px 50px);
}

.product-img.cut {
  background: repeating-radial-gradient(circle at 42% 48%, #8d332a 0 18px, #f2c6be 19px 23px, #461915 24px 38px);
}

.pd-chain,
.pd-ecosystem {
  width: 100%;
  max-width: none;
  padding: 62px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 50px;
  align-items: center;
  background: radial-gradient(circle at 70% 45%, #20272e 0, #0f1419 42%, #050607 100%);
}

.pd-chain-copy h2,
.pd-ecosystem h2 {
  color: #fff;
}

.pd-chain-copy p {
  color: #d0d6dc;
}

.chain-map {
  min-height: 245px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.chain-map article {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px dashed #66717c;
  border-radius: 8px;
  background: linear-gradient(145deg, #1a2026, #0b0e11);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 850;
}

.chain-map article:nth-child(5) {
  grid-column: 2 / 3;
}

.pd-tech {
  grid-template-columns: 0.68fr 1.32fr;
}

.check-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 750;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
}

.dashboard-mock {
  position: relative;
  min-height: 410px;
  display: grid;
  grid-template-columns: 160px 1fr;
  overflow: hidden;
  border: 2px solid #151a20;
  border-radius: 18px 18px 0 0;
  background: #f5f6f8;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.dashboard-mock aside {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px 22px;
  background: #101419;
  color: #fff;
}

.dashboard-mock aside strong {
  margin-bottom: 18px;
}

.dashboard-mock aside span {
  color: #aeb6bf;
  font-size: 12px;
}

.dash-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 24px;
}

.dash-top {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dash-top span,
.chart-card {
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  color: #68717b;
  font-size: 12px;
}

.dash-top strong {
  color: var(--ink);
  font-size: 24px;
}

.chart-card {
  min-height: 110px;
}

.line-chart {
  background: linear-gradient(180deg, transparent 0 74%, rgba(225, 25, 22, 0.08) 75%), linear-gradient(135deg, transparent 0 18%, #e11916 19% 21%, transparent 22% 38%, #e11916 39% 41%, transparent 42%);
}

.map-chart {
  background: radial-gradient(circle at 28% 45%, #e11916 0 4px, transparent 5px), radial-gradient(circle at 56% 54%, #e11916 0 4px, transparent 5px), radial-gradient(circle at 70% 38%, #e11916 0 4px, transparent 5px), linear-gradient(135deg, #fff, #e4e8ec);
}

.bar-chart {
  grid-column: 1 / -1;
  background: repeating-linear-gradient(90deg, #e11916 0 18px, transparent 19px 40px, #7f9ebc 41px 58px, transparent 59px 82px), #fff;
}

.phone-mock {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 155px;
  min-height: 245px;
  padding: 22px 15px;
  border: 5px solid #11161c;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.phone-mock strong,
.phone-mock span {
  display: block;
  font-size: 11px;
}

.phone-mock span {
  width: fit-content;
  margin: 12px 0;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #167a38;
  font-weight: 900;
}

.phone-mock div {
  height: 118px;
  border-radius: 8px;
  background: radial-gradient(circle at 38% 55%, var(--red) 0 5px, transparent 6px), linear-gradient(135deg, #f7f8f9, #d9dee4);
}

.pd-case {
  grid-template-columns: 0.75fr 1.05fr 0.65fr;
  align-items: stretch;
}

.case-stats {
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
}

.case-stats strong {
  display: block;
  color: var(--red);
  font-size: 28px;
}

.case-stats span {
  color: #5e6670;
  font-size: 12px;
}

.case-photo {
  min-height: 265px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(16, 22, 27, 0.25), rgba(16, 22, 27, 0.25)),
    repeating-linear-gradient(90deg, #cfd8dd 0 30px, #f1c2b9 31px 54px, #9b3a32 55px 62px, #233039 63px 110px);
  box-shadow: var(--shadow);
}

.pd-case blockquote {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pd-case blockquote::before {
  content: "“";
  display: block;
  color: var(--red);
  font-size: 64px;
  line-height: 0.7;
  font-weight: 950;
}

.pd-case blockquote p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.pd-case blockquote footer {
  display: grid;
  gap: 2px;
  color: #65707a;
  font-size: 12px;
}

.pd-case blockquote strong {
  color: var(--ink);
}

.ecosystem-row {
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.ecosystem-row article {
  min-height: 165px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: center;
}

.ecosystem-row article.active {
  color: var(--red);
}

.ecosystem-row span {
  color: #5d6670;
  font-size: 12px;
}

.pd-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 42px max(24px, calc((100vw - 1240px) / 2));
  background: linear-gradient(135deg, #e11916, #b90f0c);
  color: #fff;
}

.pd-cta p {
  margin: 10px 0 0;
  color: #ffe0de;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
}

.page-main {
  background: #fff;
}

.page-hero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 58px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.page-hero.center {
  display: block;
  max-width: 790px;
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.page-hero p {
  color: #4f5863;
  font-size: 17px;
  line-height: 1.65;
}

.hero-photo,
.page-visual {
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-photo.office {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.12)),
    linear-gradient(15deg, transparent 35%, #1d2228 36% 72%, transparent 73%),
    repeating-linear-gradient(90deg, #cfd6dc 0 48px, #20252b 49px 90px);
}

.hero-photo.dashboard {
  background:
    linear-gradient(135deg, rgba(8, 9, 11, 0.95), rgba(8, 9, 11, 0.5)),
    repeating-linear-gradient(0deg, #26313a 0 2px, transparent 3px 18px),
    repeating-linear-gradient(90deg, #1b2229 0 2px, transparent 3px 34px);
}

.page-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.page-tabs a,
.page-tabs button {
  min-height: 34px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-tabs .active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 30px 0 54px;
}

.timeline article {
  position: relative;
  padding-top: 22px;
  border-top: 2px solid var(--line);
}

.timeline article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.timeline strong,
.metric-grid strong {
  display: block;
  color: var(--red);
  font-size: 28px;
}

.timeline span,
.metric-grid span {
  color: #5d6670;
  font-size: 12px;
}

.icon-row,
.leader-grid,
.culture-grid,
.job-list,
.case-page-grid,
.insight-grid,
.investor-grid,
.doc-grid,
.case-grid {
  display: grid;
  gap: 18px;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.investor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.investor-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.case-image {
  min-height: 180px;
  border-radius: 7px;
  background: radial-gradient(circle at 50% 34%, #f2f3f4 0 13%, transparent 14%), linear-gradient(135deg, #11161b, #9aa2aa);
}

.case-content {
  padding: 18px;
}

.case-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.icon-row {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 26px;
}

.icon-row article,
.simple-card,
.job-card,
.case-card,
.insight-card,
.investor-card,
.doc-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
}

.icon-row article {
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
}

.icon-row span {
  font-size: 26px;
}

.icon-row strong {
  font-size: 12px;
}

.leader-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.leader-card {
  text-align: center;
}

.leader-card div,
.culture-card div,
.insight-media,
.case-media {
  min-height: 150px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 34%, #f2f3f4 0 13%, transparent 14%),
    linear-gradient(135deg, #11161b, #9aa2aa);
  filter: grayscale(1);
}

.leader-card h3 {
  margin: 14px 0 4px;
  font-size: 15px;
}

.leader-card p,
.culture-card p,
.job-card p,
.case-card p,
.insight-card p,
.investor-card p,
.doc-card p {
  color: #606a74;
  font-size: 13px;
  line-height: 1.5;
}

.culture-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.culture-card div {
  filter: none;
  background: linear-gradient(135deg, #1a2026, #d7dde2);
}

.culture-card h3,
.culture-card p,
.leader-card p,
.leader-card h3 {
  padding-inline: 10px;
}

.dark-feature {
  width: 100%;
  max-width: none;
  padding: 62px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: center;
  background: radial-gradient(circle at 75% 50%, #20272e, #07090b 65%);
  color: #fff;
}

.dark-feature p,
.dark-feature li {
  color: #cfd6dd;
}

.solution-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.solution-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.solution-list span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #3b444d;
  border-radius: 50%;
  color: #fff;
}

.dashboard-panel {
  min-height: 330px;
  border: 1px solid #27313a;
  border-radius: 10px;
  background:
    linear-gradient(90deg, #11161c 0 24%, transparent 24%),
    repeating-linear-gradient(0deg, rgba(225, 25, 22, 0.18) 0 2px, transparent 3px 52px),
    linear-gradient(135deg, #151b22, #060708);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.venture-page-grid {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.venture-large {
  min-height: 335px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  color: #fff;
  box-shadow: inset 0 -150px 120px rgba(0, 0, 0, 0.75);
}

.venture-large h3 {
  font-size: 24px;
}

.venture-large p {
  max-width: 420px;
  color: #eef2f5;
}

.case-page-grid {
  grid-template-columns: 1fr;
}

.case-row {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 12px;
}

.case-row .case-media {
  min-height: 220px;
}

.case-row > div:last-child {
  padding: 22px;
}

.insight-grid {
  grid-template-columns: repeat(3, 1fr);
}

.insight-card,
.case-card,
.job-card,
.investor-card,
.doc-card {
  padding: 18px;
}

.insight-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: center;
}

.job-metrics,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.job-list {
  grid-template-columns: 1fr;
}

.job-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.contact-layout {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 76px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.contact-form,
.contact-side {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  color: #4f5863;
  font-size: 12px;
  font-weight: 850;
}

.form-grid label.full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  border: 1px solid #dbe0e5;
  border-radius: 6px;
  padding: 13px;
  background: #fff;
}

.form-grid textarea {
  min-height: 130px;
}

.map-box {
  min-height: 190px;
  margin-top: 20px;
  border-radius: 8px;
  background: radial-gradient(circle at 65% 48%, var(--red) 0 7px, transparent 8px), linear-gradient(135deg, #f4f6f8, #d7dee5);
}

.ecosystem-map-page {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto 80px;
  aspect-ratio: 1.65;
  position: relative;
}

.map-hub {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0a0c0f;
  color: #fff;
  font-weight: 950;
  z-index: 2;
}

.map-node {
  position: absolute;
  width: 128px;
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.map-node.n1 { top: 3%; left: 43%; }
.map-node.n2 { top: 29%; right: 5%; }
.map-node.n3 { bottom: 5%; right: 21%; }
.map-node.n4 { bottom: 5%; left: 21%; }
.map-node.n5 { top: 29%; left: 5%; }

.ecosystem-map-page::before,
.ecosystem-map-page::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px dashed #d2d7dd;
  border-radius: 50%;
}

.investor-grid {
  grid-template-columns: repeat(3, 1fr);
}

.investor-card strong {
  display: block;
  color: var(--red);
  font-size: 30px;
}

.chart-visual {
  min-height: 250px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 20%, #e11916 21% 22%, transparent 23% 38%, #4e8dd1 39% 40%, transparent 41%),
    repeating-linear-gradient(0deg, #151b22 0 1px, transparent 2px 38px),
    #090c10;
}

.doc-grid {
  grid-template-columns: repeat(4, 1fr);
}

.new-template {
  background: #fff;
}

main > section:not(.kat-hero) {
  /* spacing handled per-section */
}

.kat-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 76px;
  padding: 0 max(30px, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #000;
  color: #fff;
}

.kat-header.with-hero {
  position: absolute;
  background: transparent;
}

.kat-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
}

.kat-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 48px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.kat-brand strong,
.kat-brand small {
  display: block;
  letter-spacing: 0;
}

.kat-brand strong {
  font-size: 15px;
  font-weight: 950;
}

.kat-brand small {
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 2.2px;
}

.kat-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.kat-nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
  padding: 8px 0;
}

.kat-nav a:hover,
.kat-nav a.active {
  color: #fff;
}

.kat-nav a.active {
  border-bottom: 2px solid var(--red);
}

.kat-header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-dot {
  font-size: 12px;
  font-weight: 850;
}

.kat-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) 1.28fr;
  align-items: stretch;
  overflow: hidden;
  background: #020304;
  color: #fff;
}

.kat-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #020304 0 35%, rgba(2, 3, 4, 0.7) 52%, rgba(2, 3, 4, 0.35) 100%);
  pointer-events: none;
}

.kat-hero-copy {
  position: relative;
  z-index: 2;
  padding: 150px 0 52px max(36px, calc((100vw - 1320px) / 2));
  max-width: 620px;
}

.kat-hero h1 {
  margin: 0;
  white-space: pre-line;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
}

.kat-hero h1 span {
  color: var(--red);
}

.kat-hero p {
  max-width: 520px;
  color: #d7dce1;
  font-size: 17px;
  line-height: 1.65;
}

.btn-dark-outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.hero-panels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-width: 0;
}

.hero-panels .panel {
  min-height: 720px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  filter: saturate(0.85);
}

.hero-panels .supply {
  background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.75)), repeating-linear-gradient(90deg, #b74b3e 0 18px, #2c3033 19px 55px);
}

.hero-panels .tech {
  background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.72)), repeating-linear-gradient(0deg, #0c211b 0 8px, #20343c 9px 20px);
}

.hero-panels .people {
  background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.72)), radial-gradient(circle at 35% 38%, #c89b77, transparent 22%), radial-gradient(circle at 65% 45%, #76523b, transparent 20%), #2b2420;
}

.hero-panels .media {
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.72)), radial-gradient(circle at 55% 35%, #b7783e, transparent 18%), #21160f;
}

.hero-panels .logistics {
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.72)), repeating-linear-gradient(90deg, #333a3f 0 40px, #101417 41px 74px);
}

.hero-metrics {
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

.hero-metrics article {
  min-width: 130px;
  display: grid;
  grid-template-columns: 42px auto;
  column-gap: 12px;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-metrics article:last-child {
  border-right: 0;
}

.hero-metrics span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
}

.hero-metrics strong {
  font-size: 30px;
}

.hero-metrics small {
  color: #c5ccd3;
  font-size: 12px;
}

.section-copy {
  max-width: 430px;
}

.section-copy p:not(.eyebrow) {
  color: #59636e;
  line-height: 1.65;
}

.red-link {
  color: var(--red);
}

.kat-ecosystem {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-map {
  position: relative;
  min-height: 500px;
}

.map-world {
  position: absolute;
  inset: 9% 2%;
  opacity: 0.38;
  background:
    radial-gradient(circle, #d9dde2 1.4px, transparent 1.7px) 0 0 / 13px 13px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 75%);
}

.kat-map-center {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--red);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  z-index: 2;
  text-align: center;
}

.kat-map-center span {
  color: var(--red);
  font-size: 70px;
  font-weight: 950;
  line-height: 0.9;
}

.kat-map-center strong {
  font-size: 14px;
}

.kat-map-center small,
.kat-map-node span {
  color: #5f6973;
  font-size: 11px;
}

.kat-map::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px dashed rgba(225, 25, 22, 0.55);
  border-radius: 50%;
}

.kat-map-node {
  position: absolute;
  z-index: 3;
  width: 178px;
  min-height: 104px;
  display: grid;
  gap: 6px;
  align-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.kat-map-node::before {
  content: "K";
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
}

.kat-map-node strong {
  font-size: 13px;
  text-transform: uppercase;
}

.kat-map-node.node-1 { top: 0; left: 44%; }
.kat-map-node.node-2 { top: 20%; right: 7%; }
.kat-map-node.node-3 { top: 54%; right: 11%; }
.kat-map-node.node-4 { bottom: 0; left: 43%; }
.kat-map-node.node-5 { top: 54%; left: 8%; }
.kat-map-node.node-6 { top: 20%; left: 9%; }

.kat-section {
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-venture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.kat-venture-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  position: relative;
  box-shadow: inset 0 -120px 80px rgba(0, 0, 0, 0.6);
}

.kat-venture-card.meat { background: linear-gradient(135deg, rgba(0,0,0,.32), rgba(0,0,0,.7)), repeating-linear-gradient(90deg, #b04d40 0 20px, #e3ddd4 21px 42px); }
.kat-venture-card.academy { background: linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.72)), radial-gradient(circle at 45% 35%, #b98258, transparent 25%), #20252b; }
.kat-venture-card.tech { background: linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.76)), repeating-linear-gradient(0deg, #0d2d2b 0 7px, #162936 8px 20px); }
.kat-venture-card.media { background: linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.76)), radial-gradient(circle at 45% 40%, #53606a, transparent 26%), #111; }
.kat-venture-card.coffee { background: linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.76)), radial-gradient(circle at 55% 35%, #b9824e, transparent 26%), #21160f; }
.kat-venture-card.event { background: linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.76)), radial-gradient(circle at 52% 22%, #8c56d8, transparent 28%), #120d1f; }

.kat-venture-card span {
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.65);
  margin-bottom: auto;
}

.kat-venture-card h3 {
  margin: 4px 0;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.kat-venture-card p {
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.kat-venture-card a {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.kat-venture-card a:hover {
  background: rgba(255,255,255,0.3);
}

.kat-demos {
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 30px;
}

.demo-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
}

.demo-browser {
  flex-shrink: 0;
  background: #f5f6f8;
  border-bottom: 1px solid var(--line);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #e8eaed;
  border-bottom: 1px solid #d8dbde;
}

.browser-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.browser-dot.red { background: #ff5f57; }
.browser-dot.yellow { background: #febc2e; }
.browser-dot.green { background: #28c840; }

.browser-url {
  flex: 1;
  margin-left: 12px;
  padding: 6px 14px;
  border-radius: 6px;
  background: #fff;
  color: #68717b;
  font-size: 11px;
  font-weight: 600;
  font-family: monospace;
}

.browser-content {
  padding: 20px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-mockup {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  height: 240px;
}

/* Kontruksi Admin Mockup */
.konstruksi-mockup {
  width: 100%;
  max-width: 420px;
  height: 240px;
  display: grid;
  grid-template-columns: 160px 1fr;
  background: #f0f2f5;
  border-radius: 6px;
  overflow: hidden;
}

.konstruksi-mockup .mockup-sidebar {
  background: #101419;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.konstruksi-mockup .mockup-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--red);
}

.konstruksi-mockup .mockup-nav {
  height: 24px;
  border-radius: 4px;
  background: rgba(255,255,255,.08);
}

.konstruksi-mockup .mockup-main {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.konstruksi-mockup .mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.konstruksi-mockup .mockup-title {
  width: 120px;
  height: 18px;
  border-radius: 4px;
  background: #2a2e33;
}

.konstruksi-mockup .mockup-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d8dbe0;
}

.konstruksi-mockup .mockup-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.konstruksi-mockup .stat-box {
  height: 50px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e2e5e9;
}

.konstruksi-mockup .mockup-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #e2e5e9;
}

.konstruksi-mockup .table-row {
  height: 14px;
  border-radius: 3px;
  background: #f0f2f5;
}

.konstruksi-mockup .table-row.header {
  background: #2a2e33;
  margin-bottom: 2px;
}

/* AyamBu Business Mockup */
.ayambu-mockup {
  width: 100%;
  max-width: 420px;
  height: 240px;
  background: linear-gradient(135deg, #fafbfc, #e8eaed);
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}

.ayambu-mockup .mockup-header-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border-bottom: 1px solid #e2e5e9;
}

.ayambu-mockup .mockup-logo-small {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--red);
}

.ayambu-mockup .mockup-menu {
  height: 12px;
  width: 45px;
  border-radius: 3px;
  background: #d8dbe0;
}

.ayambu-mockup .mockup-cart {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  margin-left: auto;
}

.ayambu-mockup .mockup-hero {
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ayambu-mockup .hero-text {
  height: 36px;
  width: 70%;
  border-radius: 5px;
  background: linear-gradient(90deg, #2a2e33 0%, #2a2e33 60%, transparent 100%);
}

.ayambu-mockup .hero-btn {
  height: 28px;
  width: 90px;
  border-radius: 5px;
  background: var(--red);
}

.ayambu-mockup .mockup-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 14px;
}

.ayambu-mockup .product-card {
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #e2e5e9;
}

.ayambu-mockup .product-img {
  height: 44px;
  border-radius: 4px;
}

.ayambu-mockup .chicken-product { background: radial-gradient(circle at 40% 50%, #f5d7d2 0 40%, #e9c4b8 100%); }
.ayambu-mockup .beef-product { background: radial-gradient(circle at 50% 50%, #c97b6b 0 40%, #a65d4e 100%); }
.ayambu-mockup .processed-product { background: linear-gradient(135deg, #d4a574 0%, #b8865a 100%); }

.ayambu-mockup .product-name {
  height: 8px;
  width: 80%;
  border-radius: 3px;
  background: #d8dbe0;
}

.ayambu-mockup .product-price {
  height: 8px;
  width: 50%;
  border-radius: 3px;
  background: #2a2e33;
}

.ayambu-mockup .mockup-stats-bar {
  display: flex;
  justify-content: space-around;
  padding: 12px 14px;
  margin: 10px 14px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e2e5e9;
}

.ayambu-mockup .stat-item {
  width: 50px;
  height: 20px;
  border-radius: 4px;
  background: #f0f2f5;
}

.demo-info {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.demo-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff0f1;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.demo-info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 950;
  color: var(--ink);
}

.demo-info p {
  margin: 0 0 16px;
  color: #68717b;
  font-size: 13px;
  line-height: 1.55;
  flex: 1;
}

.demo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.demo-features span {
  padding: 5px 12px;
  border-radius: 6px;
  background: var(--soft);
  color: #5f6973;
  font-size: 11px;
  font-weight: 750;
}

.demo-info .btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.kat-impact {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-impact-grid,
.kat-value-grid,
.kat-insight-grid,
.kat-cta-options {
  display: grid;
  gap: 18px;
}

.kat-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 18px;
}

.kat-impact-card {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.04);
}

.kat-impact-card strong {
  display: block;
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.kat-impact-card span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 850;
}

.kat-impact-card p {
  margin: 22px 0 0;
  color: #6b747e;
  font-size: 12px;
  line-height: 1.45;
}

.kat-values {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}

.kat-value-grid article,
.kat-value-card {
  min-height: 180px;
  padding: 25px 18px;
  border-radius: 12px;
  text-align: center;
}

.kat-value-grid article:nth-child(1),
.kat-value-card:nth-child(1) { background: #fff0f1; }
.kat-value-grid article:nth-child(2),
.kat-value-card:nth-child(2) { background: #fff4ec; }
.kat-value-grid article:nth-child(3),
.kat-value-card:nth-child(3) { background: #eef5ff; }
.kat-value-grid article:nth-child(4),
.kat-value-card:nth-child(4) { background: #edf8f5; }
.kat-value-grid article:nth-child(5),
.kat-value-card:nth-child(5) { background: #eef8ef; }

.kat-value-card .card-icon {
  min-height: auto;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 28px;
}

.kat-value-card h3 {
  margin-bottom: 9px;
  font-size: 16px;
}

.kat-value-card p {
  margin: 0;
  color: #5f6973;
  font-size: 12px;
  line-height: 1.45;
}

.kat-insights {
  display: grid;
  grid-template-columns: 0.33fr 1fr;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.kat-insight-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  align-items: stretch;
}

.kat-insight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.kat-insight-card div {
  height: 160px;
  background: linear-gradient(135deg, #1c2228, #d6dde3);
  flex-shrink: 0;
}

.kat-insight-card:nth-child(2) div { background: repeating-linear-gradient(90deg, #20262b 0 36px, #a66b42 37px 64px); }
.kat-insight-card:nth-child(3) div { background: radial-gradient(circle at 50% 38%, #c28d68, transparent 24%), #272b30; }
.kat-insight-card:nth-child(4) div { background: radial-gradient(circle at 52% 40%, #9a7657, transparent 25%), #201914; }

.kat-insight-card small,
.kat-insight-card h3,
.kat-insight-card p,
.kat-insight-card a {
  margin-inline: 16px;
}

.kat-insight-card small {
  display: block;
  margin-top: 14px;
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.kat-insight-card h3 {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ink);
  flex: 1;
}

.kat-insight-card p {
  color: #67717b;
  font-size: 12px;
  margin-bottom: 14px;
}

.kat-insight-card a {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  align-self: flex-start;
}

.kat-cta {
  width: min(1320px, calc(100% - 24px));
  margin: 30px auto 0;
  padding: 42px 56px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 40px;
  align-items: center;
  border-radius: 22px 22px 0 0;
  background: radial-gradient(circle at 95% 20%, #151a20, #050607 55%);
  color: #fff;
}

.kat-cta h2 {
  font-size: clamp(42px, 5vw, 58px);
}

.kat-cta h2::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--red);
}

.kat-cta p {
  color: #c7cdd3;
}

.kat-cta-options {
  grid-template-columns: repeat(4, 1fr);
}

.kat-cta-options a {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border-left: 1px solid #30363d;
  color: #fff;
}

.kat-cta-options strong {
  font-size: 14px;
}

.kat-cta-options span {
  color: #aeb6bf;
  font-size: 12px;
  line-height: 1.4;
}

.kat-footer {
  width: min(1320px, calc(100% - 24px));
  margin: 0 auto 12px;
  padding: 44px 56px 24px;
  display: grid;
  grid-template-columns: 1.3fr 2fr 1.1fr;
  gap: 42px;
  border-top: 1px solid #242a30;
  border-radius: 0 0 22px 22px;
  background: #050607;
  color: #fff;
}

.kat-footer p,
.kat-footer a {
  color: #aeb6bf;
}

.footer-intro p {
  max-width: 310px;
  font-size: 13px;
  line-height: 1.55;
}

.kat-footer .footer-links {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .kat-header {
    height: auto;
    padding: 18px 20px;
  }

  .kat-nav {
    display: none;
  }

  .kat-hero {
    grid-template-columns: 1fr;
  }

  .kat-ecosystem,
  .kat-impact,
  .kat-values,
  .kat-insights,
  .kat-cta,
  .kat-footer,
  .kat-demos,
  .kat-section {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 50px 0;
  }

  .kat-hero-copy {
    padding: 130px 24px 46px;
  }

  .hero-panels {
    position: absolute;
    inset: 0;
    opacity: 0.55;
  }

  .kat-venture-grid,
  .kat-impact-grid,
  .kat-value-grid,
  .kat-insight-grid,
  .kat-cta-options,
  .kat-footer .footer-links,
  .kat-footer,
  .kat-demo-grid,
  .kat-venture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero,
  .split-band,
  .ecosystem,
  .proof,
  .cta-band,
  .footer,
  .cms-shell {
    grid-template-columns: 1fr;
  }

  .challenge-grid,
  .card-grid,
  .venture-grid,
  .people-grid,
  .footer-links,
  .cta-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-about,
  .pd-products,
  .pd-tech,
  .pd-case,
  .pd-chain,
  .pd-ecosystem,
  .pd-cta,
  .page-hero,
  .dark-feature,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .flow-steps,
  .product-row,
  .pd-card-grid.six,
  .ecosystem-row,
  .icon-row,
  .leader-grid,
  .culture-grid,
  .insight-grid,
  .investor-grid,
  .doc-grid,
  .venture-page-grid,
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .investor-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .investor-benefits {
    grid-template-columns: 1fr;
  }

  .flow-steps article::after {
    display: none;
  }

  .chain-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .chain-map article:nth-child(5) {
    grid-column: auto;
  }

  .orbit-node {
    transform: rotate(var(--angle)) translate(132px) rotate(calc(var(--angle) * -1)) translate(-50%, -50%);
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 8px;
    width: calc(100% - 16px);
  }

  .kat-header-tools .lang-dot {
    display: none;
  }

  .kat-brand span:last-child {
    display: none;
  }

  .kat-hero {
    min-height: 690px;
  }

  .kat-hero h1 {
    font-size: 45px;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 14px;
  }

  .hero-metrics article {
    border-right: 0;
  }

  .kat-map {
    min-height: 760px;
  }

  .kat-map::before {
    inset: 28%;
  }

  .kat-map-node {
    width: 150px;
  }

  .kat-map-node.node-1 { top: 0; left: 50%; transform: translateX(-50%); }
  .kat-map-node.node-2 { top: 17%; right: 0; }
  .kat-map-node.node-3 { top: 42%; right: 0; }
  .kat-map-node.node-4 { bottom: 0; left: 50%; transform: translateX(-50%); }
  .kat-map-node.node-5 { top: 42%; left: 0; }
  .kat-map-node.node-6 { top: 17%; left: 0; }

  .kat-venture-grid,
  .kat-impact-grid,
  .kat-value-grid,
  .kat-insight-grid,
  .kat-cta-options,
  .kat-footer .footer-links,
  .kat-footer,
  .kat-demo-grid {
    grid-template-columns: 1fr;
  }

  .kat-section,
  .kat-ecosystem,
  .kat-demos,
  .kat-impact,
  .kat-values,
  .kat-insights,
  .kat-cta,
  .kat-footer {
    width: calc(100% - 32px);
    padding: 40px 0;
  }

  .hero {
    gap: 32px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .section-head,
  .row-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .challenge-grid,
  .card-grid,
  .venture-grid,
  .people-grid,
  .footer-links,
  .cta-options,
  .process-line,
  #cms-form {
    grid-template-columns: 1fr;
  }

  .orbit-wrap {
    width: 300px;
  }

  .orbit-node {
    transform: rotate(var(--angle)) translate(112px) rotate(calc(var(--angle) * -1)) translate(-50%, -50%);
  }

  .orbit-node span {
    width: 78px;
    height: 78px;
    font-size: 10px;
  }

  .cms-header,
  .cms-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-header {
    padding: 12px 16px;
  }

  .pd-hero {
    min-height: 470px;
  }

  .flow-steps,
  .product-row,
  .pd-card-grid.six,
  .ecosystem-row,
  .case-stats,
  .dash-top,
  .icon-row,
  .leader-grid,
  .culture-grid,
  .insight-grid,
  .investor-grid,
  .doc-grid,
  .venture-page-grid,
  .job-metrics,
  .metric-grid,
  .form-grid,
  .case-grid,
  .investor-stats,
  .investor-benefits {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .pd-about,
  .pd-products,
  .pd-tech,
  .pd-case,
  .pd-solutions,
  .contact-layout {
    width: calc(100% - 32px);
  }

  .insight-card.featured,
  .case-row,
  .job-card {
    grid-template-columns: 1fr;
  }

  .insight-card.featured {
    grid-column: auto;
  }

  .ecosystem-map-page {
    aspect-ratio: 0.75;
  }

  .map-node {
    width: 104px;
    min-height: 74px;
  }

  .dashboard-mock {
    grid-template-columns: 1fr;
  }

  .dashboard-mock aside {
    display: none;
  }

  .dash-main {
    grid-template-columns: 1fr;
  }

  .bar-chart {
    grid-column: auto;
  }

  .phone-mock {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 24px 24px;
  }
}

/* ===== Ventures Page ===== */
.venture-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.venture-cat {
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4f5863;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}

.venture-cat:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.venture-cat.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.venture-page-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 70px;
}

.venture-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.venture-full-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 26px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 -160px 100px rgba(0, 0, 0, 0.72);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.venture-full-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 -160px 100px rgba(0, 0, 0, 0.72), 0 18px 40px rgba(0, 0, 0, 0.18);
}

.venture-full-card.meat {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.7)),
    repeating-linear-gradient(90deg, #b04d40 0 20px, #e3ddd4 21px 42px);
}

.venture-full-card.tech {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.76)),
    repeating-linear-gradient(0deg, #0d2d2b 0 7px, #162936 8px 20px);
}

.venture-full-card.academy {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 45% 35%, #b98258, transparent 25%),
    #20252b;
}

.venture-full-card.media {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 45% 40%, #53606a, transparent 26%),
    #111;
}

.venture-full-card.coffee {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 55% 35%, #b9824e, transparent 26%),
    #21160f;
}

.venture-full-card.event {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 52% 22%, #8c56d8, transparent 28%),
    #120d1f;
}

.venture-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.venture-card-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.venture-full-card h3 {
  margin: 4px 0 0;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
}

.venture-full-card p {
  margin: 0;
  color: #eef2f5;
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 92%;
}

.venture-full-card .btn {
  align-self: flex-start;
  margin-top: 10px;
  min-height: 36px;
  padding: 0 16px;
  font-size: 12px;
}

@media (max-width: 980px) {
  .venture-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .venture-cards-grid {
    grid-template-columns: 1fr;
  }

  .venture-categories {
    gap: 6px;
  }

  .venture-cat {
    padding: 8px 14px;
    font-size: 12px;
  }

  .venture-full-card {
    min-height: 300px;
    padding: 22px;
  }

  .venture-full-card h3 {
    font-size: 22px;
  }
}

/* ===== CMS Admin ===== */
.cms-shell-body {
  background: var(--soft);
}

.cms-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.cms-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 950;
  letter-spacing: 0;
}
.cms-brand strong { font-size: 22px; }
.cms-brand span {
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--muted);
  text-transform: uppercase;
}

.cms-topnav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.cms-main {
  width: min(1080px, calc(100% - 32px));
  margin: 30px auto 80px;
}

.cms-flash {
  padding: 12px 16px;
  margin-bottom: 18px;
  border: 1px solid #b7e3c4;
  background: #e9f8ee;
  color: #1f6f3a;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.cms-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.cms-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cms-head h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}

.cms-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.cms-actions {
  display: flex;
  gap: 8px;
}

.cms-table {
  width: 100%;
  border-collapse: collapse;
}

.cms-table th,
.cms-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.cms-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--muted);
  font-weight: 800;
}

.cms-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.cms-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.cms-pill.on { background: #e9f8ee; color: #1f6f3a; }
.cms-pill.off { background: #f1f3f5; color: var(--muted); }

.cms-form .form-row {
  margin-bottom: 18px;
}

.cms-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

/* ===== Investor Page ===== */
.investor-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 520px;
  background: #020304;
  color: #fff;
}

.investor-hero__inner {
  padding: 100px 0 60px max(48px, calc((100vw - 1200px) / 2));
}

.investor-hero__inner .eyebrow {
  color: var(--red);
}

.investor-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
  white-space: pre-line;
}

.investor-hero__sub {
  max-width: 480px;
  color: #b0b8c1;
  font-size: 17px;
  line-height: 1.65;
}

.investor-hero__right {
  height: 100%;
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
}

.investor-hero__graphic {
  position: relative;
  width: 280px;
  height: 280px;
  display: grid;
  place-items: center;
}

.investor-hero__ring {
  position: absolute;
  border-radius: 50%;
}

.investor-hero__ring--1 {
  inset: 0;
  border: 1px solid rgba(225, 25, 22, 0.25);
}

.investor-hero__ring--2 {
  inset: -30px;
  border: 1px dashed rgba(225, 25, 22, 0.15);
}

.investor-hero__ring--3 {
  inset: -62px;
  border: 1px dashed rgba(225, 25, 22, 0.08);
}

.investor-hero__mark {
  font-size: 96px;
  font-weight: 950;
  color: var(--red);
  z-index: 2;
  position: relative;
}

/* Stats */
.investor-stats-section {
  padding: 48px max(24px, calc((100vw - 1200px) / 2));
  background: #f7f8fa;
  border-bottom: 1px solid #e7e9ec;
}

.investor-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.investor-stat {
  text-align: center;
  padding: 24px 20px;
  position: relative;
}

.investor-stat + .investor-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e0e3e8;
}

.investor-stat strong {
  display: block;
  color: var(--red);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 950;
  line-height: 1;
}

.investor-stat span {
  display: block;
  margin-top: 6px;
  color: #6b7480;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Benefits */
.investor-benefits-section {
  padding: 80px max(24px, calc((100vw - 1200px) / 2));
  background: #fff;
}

.investor-benefits-section__head {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 52px;
}

.investor-benefits-section__head .eyebrow {
  color: var(--red);
  margin-bottom: 10px;
}

.investor-benefits-section__head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 930;
  letter-spacing: 0;
  line-height: 1.05;
}

.investor-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.investor-benefit-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 26px;
  border: 1px solid #e7e9ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.investor-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.investor-benefit-card--1 { border-left: 4px solid #e11916; }
.investor-benefit-card--2 { border-left: 4px solid #e87c1e; }
.investor-benefit-card--3 { border-left: 4px solid #3b6fd4; }
.investor-benefit-card--4 { border-left: 4px solid #1a8a5a; }

.investor-benefit-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f7f8fa;
  display: grid;
  place-items: center;
}

.investor-benefit-card__icon span {
  font-size: 20px;
  font-weight: 900;
}

.investor-benefit-card__body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.investor-benefit-card__body p {
  margin: 0;
  color: #6b7480;
  font-size: 13px;
  line-height: 1.6;
}

/* Navbar logo */
.kat-mark {
  width: 58px !important;
  height: 58px !important;
  font-size: 60px !important;
}

/* Responsive */
@media (max-width: 980px) {
  .investor-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .investor-hero__inner {
    padding: 90px 32px 48px;
  }

  .investor-hero__right {
    display: none;
  }

  .investor-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .investor-stat + .investor-stat::before {
    display: none;
  }

  .investor-stat:nth-child(2)::before {
    display: block;
  }

  .investor-stat:nth-child(3)::before {
    display: block;
  }

  .investor-benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .investor-benefits-section {
    padding: 60px 16px;
  }

  .investor-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===== Discover Page ===== */
.discover-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 540px;
  background: #020304;
  color: #fff;
}

.discover-hero__inner {
  padding: 100px 0 60px max(48px, calc((100vw - 1200px) / 2));
}

.discover-hero__inner .eyebrow {
  color: var(--red);
}

.discover-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(44px, 5.5vw, 68px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
  white-space: pre-line;
}

.discover-hero__sub {
  max-width: 480px;
  color: #b0b8c1;
  font-size: 17px;
  line-height: 1.65;
}

.discover-hero__visual {
  height: 100%;
  min-height: 540px;
  background:
    linear-gradient(160deg, rgba(225, 25, 22, 0.08) 0%, transparent 50%),
    repeating-linear-gradient(90deg, #1a1f24 0 2px, transparent 3px 60px),
    linear-gradient(180deg, #0d1014 0%, #161a1f 100%);
  position: relative;
  overflow: hidden;
}

.discover-hero__visual::after {
  content: "K";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: clamp(200px, 30vw, 420px);
  font-weight: 950;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
}

/* Story */
.discover-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #0b0e12;
  color: #fff;
  min-height: 460px;
}

.discover-story__copy {
  padding: 60px max(48px, calc((100vw - 1200px) / 2)) 60px;
}

.discover-story__copy .eyebrow {
  color: var(--red);
}

.discover-story__copy h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.05;
  font-weight: 930;
  letter-spacing: 0;
  white-space: pre-line;
}

.discover-story__copy p {
  color: #9aa3ad;
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
}

.discover-story__copy p + p {
  margin-top: 12px;
}

.discover-story__visual {
  height: 100%;
  min-height: 460px;
  display: grid;
  place-items: center;
  position: relative;
}

.discover-story__graphic {
  position: relative;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
}

.discover-story__mark {
  font-size: 90px;
  font-weight: 950;
  color: var(--red);
  z-index: 2;
  position: relative;
}

.discover-story__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(225, 25, 22, 0.3);
}

.discover-story__ring--1 {
  inset: 0;
  border-color: rgba(225, 25, 22, 0.2);
}

.discover-story__ring--2 {
  inset: -28px;
  border-color: rgba(225, 25, 22, 0.12);
  border-style: dashed;
}

.discover-story__ring--3 {
  inset: -58px;
  border-color: rgba(225, 25, 22, 0.06);
  border-style: dashed;
}

/* Generic section */
.discover-section {
  padding: 80px max(24px, calc((100vw - 1200px) / 2));
  max-width: 100%;
}

.discover-section--alt {
  background: #f7f8fa;
}

.discover-section__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.discover-section__head .eyebrow {
  color: var(--red);
}

.discover-section__head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 930;
  letter-spacing: 0;
  white-space: pre-line;
}

.discover-section__head > p {
  color: #6b7480;
  font-size: 15px;
  line-height: 1.7;
  padding-top: 36px;
}

/* Leaders */
.discover-leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.leader-card {
  background: #fff;
  border: 1px solid #e7e9ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.leader-card__img,
.leader-card__avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: linear-gradient(160deg, #1c2228 0%, #0d1014 100%);
  filter: none;
  color: #fff;
  font-size: 72px;
  font-weight: 950;
}

.leader-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
  border-radius: 0;
}

.leader-card__avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(225,25,22,0.15) 0%, transparent 50%);
}

.leader-card__body {
  padding: 20px 22px 22px;
  text-align: center;
}

.leader-card__body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}

.leader-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Values */
.discover-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.discover-value-card {
  background: #fff;
  border: 1px solid #e7e9ec;
  border-radius: 14px;
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.discover-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.discover-value-card:nth-child(1) { border-top: 3px solid #e11916; }
.discover-value-card:nth-child(2) { border-top: 3px solid #e87c1e; }
.discover-value-card:nth-child(3) { border-top: 3px solid #3b6fd4; }
.discover-value-card:nth-child(4) { border-top: 3px solid #1a8a5a; }
.discover-value-card:nth-child(5) { border-top: 3px solid #6aad3c; }

.discover-value-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f7f8fa;
  display: grid;
  place-items: center;
}

.discover-value-card__icon span {
  font-size: 22px;
  font-weight: 900;
}

.discover-value-card__text h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
}

.discover-value-card__text p {
  margin: 0;
  color: #6b7480;
  font-size: 12px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 980px) {
  .discover-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .discover-hero__inner {
    padding: 90px 32px 48px;
  }

  .discover-hero__visual {
    display: none;
  }

  .discover-story {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .discover-story__copy {
    padding: 60px 32px;
  }

  .discover-story__visual {
    min-height: 260px;
  }

  .discover-section__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .discover-section__head > p {
    padding-top: 0;
  }

  .discover-leaders {
    grid-template-columns: repeat(2, 1fr);
  }

  .discover-values {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .discover-section {
    padding: 60px 16px;
  }

  .discover-leaders {
    grid-template-columns: 1fr;
  }

  .discover-values {
    grid-template-columns: repeat(2, 1fr);
  }
}


.cms-form input[type="text"],
.cms-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  background: #fff;
  transition: border-color 0.15s;
}

.cms-form input[type="text"]:focus,
.cms-form textarea:focus {
  outline: none;
  border-color: var(--ink);
}

.cms-form small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.cms-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cms-form .form-row.inline label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.cms-form .form-actions {
  display: flex;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

@media (max-width: 720px) {
  .cms-form .form-grid {
    grid-template-columns: 1fr;
  }
}

