:root {
  --ink: #171717;
  --muted: #63615c;
  --paper: #f7f4ee;
  --panel: #fffaf1;
  --line: #d9d0c0;
  --deep: #16211d;
  --copper: #b5532d;
  --moss: #63735f;
  --sky: #d9e8ee;
  --gold: #d99c34;
  --radius: 8px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

.site-prokpi {
  --paper: #f6f6f3;
  --panel: #ffffff;
  --deep: #111111;
  --copper: #ea5a20;
  --gold: #ff9a3c;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 800;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  background: #f7f4ee;
}

.brand-logo-icon {
  width: 42px;
  height: 42px;
}

.brand-logo-wide {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: left center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  background: var(--deep);
  color: var(--paper);
  font-size: 13px;
}

.prokpi-mark {
  background: var(--copper);
  color: #111111;
  border-color: var(--copper);
}

.topbar nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: var(--muted);
}

.topbar-cta {
  justify-self: end;
  border: 1px solid var(--ink);
  padding: 10px 16px;
  font-weight: 800;
}

.preview-switcher {
  position: sticky;
  top: 72px;
  z-index: 19;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.preview-switcher a {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 16px 24px;
  border-right: 1px solid var(--line);
}

.preview-switcher a:last-child {
  border-right: 0;
}

.preview-switcher span {
  font-weight: 900;
}

.preview-switcher small {
  color: var(--muted);
  line-height: 1.35;
}

.ecosystem-lead {
  min-height: calc(100vh - 146px);
  display: grid;
  align-content: center;
}

.ecosystem-lead .section-head p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.ecosystem-lead h1 {
  max-width: 1000px;
  color: var(--ink);
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font-weight: 900;
}

.text-link.light {
  color: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 146px);
  align-items: end;
  overflow: hidden;
  background: var(--deep);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 33, 29, 0.92), rgba(22, 33, 29, 0.38) 58%, rgba(22, 33, 29, 0.08)),
    linear-gradient(0deg, rgba(22, 33, 29, 0.86), rgba(22, 33, 29, 0) 50%);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
}

.generated-hero-art {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(217, 156, 52, 0.34), transparent 16%),
    radial-gradient(circle at 38% 62%, rgba(99, 115, 95, 0.42), transparent 22%),
    linear-gradient(132deg, #16211d 0%, #213228 48%, #f0dcb6 100%);
}

.generated-hero-art.has-image,
.hero-card-visual.has-image,
.card-visual.has-image,
.service-visual.has-image,
.wide-visual.has-image {
  color: transparent;
  background-color: #efe6d6;
  background-position: center;
  background-size: cover;
}

.generated-hero-art.has-image::before,
.generated-hero-art.has-image::after,
.hero-card-visual.has-image::before,
.hero-card-visual.has-image::after,
.card-visual.has-image::before,
.card-visual.has-image::after,
.service-visual.has-image::before,
.service-visual.has-image::after,
.wide-visual.has-image::before,
.wide-visual.has-image::after,
.generated-hero-art.has-image .art-orbit,
.generated-hero-art.has-image .art-card,
.generated-hero-art.has-image .art-path {
  display: none;
}

.define-hero-art.has-image {
  background-image:
    linear-gradient(90deg, rgba(22, 33, 29, 0.94), rgba(22, 33, 29, 0.48) 45%, rgba(22, 33, 29, 0.04) 76%),
    url("../assets/generated-images/web/batch-45-review/definelabs-hero-review.png");
}

.generated-hero-art::before,
.generated-hero-art::after,
.card-visual::before,
.card-visual::after,
.service-visual::before,
.service-visual::after,
.hero-card-visual::before,
.hero-card-visual::after {
  content: "";
  position: absolute;
  display: block;
}

.define-hero-art .art-card {
  position: absolute;
  display: block;
  border: 1px solid rgba(247, 244, 238, 0.38);
  background: rgba(255, 250, 241, 0.22);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.define-hero-art .art-card-main {
  right: 9%;
  bottom: 17%;
  width: min(34vw, 480px);
  aspect-ratio: 1.35;
  transform: rotate(-5deg);
}

.define-hero-art .art-card-small {
  right: 25%;
  bottom: 47%;
  width: min(16vw, 230px);
  aspect-ratio: 1.15;
  transform: rotate(7deg);
}

.define-hero-art .art-orbit {
  position: absolute;
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(247, 244, 238, 0.42);
}

.define-hero-art .art-orbit.one {
  right: 12%;
  top: 15%;
  width: min(30vw, 420px);
  aspect-ratio: 1;
}

.define-hero-art .art-orbit.two {
  right: 28%;
  top: 30%;
  width: min(13vw, 180px);
  aspect-ratio: 1;
}

.define-hero-art .art-path {
  position: absolute;
  right: 8%;
  bottom: 18%;
  width: min(42vw, 600px);
  height: 2px;
  background: linear-gradient(90deg, transparent, #d99c34, transparent);
  transform: rotate(-18deg);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto 9vh;
  color: var(--paper);
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0b35d;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(247, 244, 238, 0.84);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-weight: 900;
}

.button.primary {
  background: var(--paper);
  color: var(--deep);
}

.button.secondary {
  color: var(--paper);
}

.define-hero {
  border-bottom: 10px solid var(--moss);
}

.venture-band {
  background: var(--paper);
}

.prokpi-topbar {
  background: rgba(246, 246, 243, 0.94);
}

.prokpi-cta {
  background: var(--copper);
  border-color: var(--copper);
  color: #111111;
}

.prokpi-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 78px 28px;
  background:
    linear-gradient(90deg, rgba(234, 90, 32, 0.12), rgba(234, 90, 32, 0) 52%),
    #f6f6f3;
}

.prokpi-hero-copy,
.prokpi-card {
  width: min(100%, 640px);
}

.prokpi-hero-copy {
  justify-self: end;
}

.prokpi-hero h1 {
  max-width: 780px;
  color: #111111;
}

.prokpi-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.prokpi-primary {
  background: var(--copper);
  color: #111111;
  border-color: var(--copper);
}

.button.secondary.prokpi-secondary {
  color: #111111;
}

.prokpi-card {
  justify-self: start;
  display: grid;
  gap: 0;
  padding: 28px;
  border-radius: var(--radius);
  background: #111111;
  color: #f6f6f3;
}

.prokpi-visual-panel {
  padding: 18px 22px 26px;
}

.hero-card-visual {
  position: relative;
  min-height: 260px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(246, 246, 243, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 22%, rgba(234, 90, 32, 0.7), transparent 15%),
    linear-gradient(135deg, #222 0%, #111 52%, #39302a 100%);
}

.prokpi-hero-art::before {
  inset: 28px 24px auto auto;
  width: 44%;
  height: 42%;
  border: 1px solid rgba(246, 246, 243, 0.28);
  background:
    linear-gradient(90deg, transparent 22%, rgba(246, 246, 243, 0.14) 22% 24%, transparent 24% 48%, rgba(246, 246, 243, 0.14) 48% 50%, transparent 50%),
    rgba(255, 255, 255, 0.04);
}

.prokpi-hero-art::after {
  left: 26px;
  bottom: 30px;
  width: 64%;
  height: 34%;
  border-top: 2px solid var(--copper);
  border-left: 2px solid rgba(246, 246, 243, 0.24);
  transform: skewX(-14deg);
}

.prokpi-hero-art.has-image {
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.18)),
    url("../assets/generated-images/web/batch-44-review/prokpi-hero-review.png");
}

.prokpi-card h2 {
  margin-bottom: 18px;
  color: #f6f6f3;
  font-size: 28px;
}

.prokpi-card div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(246, 246, 243, 0.16);
}

.prokpi-card strong {
  color: var(--copper);
}

.prokpi-card span {
  font-weight: 850;
}

.route-band {
  background: #ffffff;
}

.context-band {
  background: #171717;
  color: #f6f6f3;
}

.context-band .eyebrow {
  color: #ff9a3c;
}

.context-band .section-head h2 {
  color: #f6f6f3;
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.context-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(246, 246, 243, 0.18);
  border-radius: var(--radius);
}

.context-grid span,
.service-menu .kicker {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-grid p {
  color: rgba(246, 246, 243, 0.72);
  line-height: 1.6;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.route-grid article {
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.route-grid span {
  margin-bottom: 30px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.route-grid a {
  align-self: end;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.booking-utility-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234, 90, 32, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.booking-utility-card::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(234, 90, 32, 0.24);
  border-radius: 50%;
}

.booking-symbol {
  position: relative;
  width: 78px;
  height: 78px;
  margin-bottom: 28px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 22%, rgba(234, 90, 32, 0.42), transparent 23%),
    linear-gradient(135deg, #151515 0%, #27231f 56%, #f3efe7 160%);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.16);
}

.booking-symbol span {
  position: absolute;
  display: block;
}

.call-type-symbol .symbol-core {
  inset: 20px;
  border: 3px solid #ff7138;
  border-radius: 50%;
}

.call-type-symbol .symbol-core::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #f6f6f3;
  transform: translate(-10%, -50%) rotate(-38deg);
  transform-origin: left center;
}

.call-type-symbol .symbol-orbit {
  left: 15px;
  top: 49px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: #7fd7ff;
  transform: rotate(-22deg);
}

.call-type-symbol .symbol-ping {
  right: 12px;
  top: 13px;
  width: 17px;
  height: 17px;
  border-radius: 7px;
  background: #87e092;
  box-shadow: -43px 36px 0 -4px #ff7138;
}

.status-symbol {
  background:
    radial-gradient(circle at 72% 28%, rgba(127, 215, 255, 0.42), transparent 24%),
    linear-gradient(135deg, #151515 0%, #211f1c 58%, #f3efe7 170%);
}

.status-symbol .symbol-core {
  left: 17px;
  top: 20px;
  width: 44px;
  height: 12px;
  border-radius: 999px;
  background: #ff7138;
  box-shadow:
    0 18px 0 -2px rgba(255, 113, 56, 0.56),
    0 36px 0 -4px rgba(246, 246, 243, 0.82);
}

.status-symbol .symbol-orbit {
  left: 24px;
  bottom: 17px;
  width: 35px;
  height: 3px;
  border-radius: 999px;
  background: #7fd7ff;
  transform: rotate(-28deg);
}

.status-symbol .symbol-ping {
  right: 12px;
  top: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #87e092;
  box-shadow:
    -38px 20px 0 -2px #ff7138,
    -22px 44px 0 -3px #7fd7ff;
}

.functional-routes-band {
  background: #f0e7dc;
}

.functional-routes {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.95fr));
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.functional-routes article {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.functional-routes .route-feature {
  grid-row: span 2;
  min-height: 616px;
  background: #111111;
  color: #f6f6f3;
}

.functional-routes span {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.functional-routes p {
  color: var(--muted);
  line-height: 1.55;
}

.functional-routes .route-feature p {
  color: rgba(246, 246, 243, 0.74);
}

.functional-routes a {
  align-self: end;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.functional-routes .route-feature a {
  border-color: rgba(246, 246, 243, 0.22);
}

.define-route-band {
  background: #fffaf1;
}

.route-cleanup-band {
  background: #ffffff;
}

.route-atlas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.route-atlas article {
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.route-atlas-feature {
  grid-column: span 2;
}

.prokpi-route-atlas .route-atlas-feature {
  background: #111111;
  color: #f6f6f3;
  border-color: #111111;
}

.route-atlas span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-atlas p {
  color: var(--muted);
  line-height: 1.55;
}

.prokpi-route-atlas .route-atlas-feature p {
  color: rgba(246, 246, 243, 0.74);
}

.route-atlas a {
  align-self: end;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.prokpi-route-atlas .route-atlas-feature a {
  border-color: rgba(246, 246, 243, 0.22);
}

.route-asset {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: var(--radius);
  background-color: #efe6d6;
  background-position: center;
  background-size: cover;
}

.route-atlas-feature .route-asset {
  aspect-ratio: 16 / 9;
}

.define-route-home.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/definelabs-home-parent-studio.png");
}

.define-route-resources.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/definelabs-membership-resources.png");
}

.define-route-session.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/definelabs-working-session.png");
}

.define-route-evidence.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/definelabs-market-evidence.png");
}

.define-route-handoff.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/definelabs-prokpi-handoff.png");
}

.prokpi-route-home.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-home-product-intelligence.png");
}

.prokpi-route-services.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-services-five-paths.png");
}

.prokpi-route-about.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-about-learning-proof.png");
}

.prokpi-route-contact.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-contact-member-access.png");
}

.prokpi-route-appointments.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-appointments-fit-call.png");
}

.prokpi-route-talent.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-talent-signal-survey.png");
}

.prokpi-route-handbook.has-image {
  background-image: url("../assets/generated-images/web/batch-53-route-assets/prokpi-handbook-lead-magnet.png");
}

.route-symbol {
  position: relative;
  overflow: hidden;
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 72% 24%, rgba(234, 90, 32, 0.36), transparent 23%),
    linear-gradient(135deg, #171717 0%, #2c2926 58%, #f6f6f3 170%);
}

.route-symbol span {
  position: absolute;
  display: block;
  background: #ea5a20;
}

.culture-symbol span:nth-child(1) {
  left: 18px;
  top: 24px;
  width: 52px;
  height: 5px;
  border-radius: 999px;
}

.culture-symbol span:nth-child(2) {
  left: 18px;
  top: 42px;
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #7fd7ff;
}

.culture-symbol span:nth-child(3) {
  left: 18px;
  top: 60px;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #f6f6f3;
}

.archive-symbol span:nth-child(1) {
  left: 20px;
  top: 24px;
  width: 52px;
  height: 42px;
  border: 2px solid #ea5a20;
  border-radius: 4px;
  background: transparent;
}

.archive-symbol span:nth-child(2) {
  left: 28px;
  top: 34px;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #f6f6f3;
}

.archive-symbol span:nth-child(3) {
  left: 28px;
  top: 48px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: #7fd7ff;
}

.card-visual,
.service-visual,
.wide-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: var(--radius);
  background: #efe6d6;
}

.card-visual {
  margin-bottom: 22px;
}

.card-visual {
  aspect-ratio: 4 / 3;
}

.service-visual {
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
}

.wide-visual {
  width: min(var(--max), 100%);
  aspect-ratio: 5 / 3;
  margin: 0 auto 30px;
}

.card-visual::before,
.service-visual::before,
.wide-visual::before {
  inset: 18% 14% auto auto;
  width: 48%;
  height: 36%;
  border: 1px solid rgba(23, 23, 23, 0.12);
  background: rgba(255, 250, 241, 0.54);
  transform: rotate(-5deg);
}

.card-visual::after,
.service-visual::after,
.wide-visual::after {
  left: 14%;
  bottom: 18%;
  width: 58%;
  height: 2px;
  background: currentColor;
  opacity: 0.72;
  transform: rotate(-18deg);
}

.define-access-visual,
.define-resource-visual,
.define-support-visual,
.define-idea-visual,
.define-route-visual {
  color: var(--copper);
  background:
    radial-gradient(circle at 22% 24%, rgba(217, 156, 52, 0.42), transparent 18%),
    radial-gradient(circle at 76% 70%, rgba(99, 115, 95, 0.26), transparent 20%),
    linear-gradient(135deg, #fffaf1 0%, #f0e2c9 100%);
}

.define-access-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/definelabs-membership-access-review.png");
}

.define-resource-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-starter-resources-review.png");
}

.define-resource-visual {
  color: var(--moss);
}

.define-support-visual,
.define-route-visual {
  color: #16211d;
  background:
    radial-gradient(circle at 24% 26%, rgba(181, 83, 45, 0.35), transparent 17%),
    linear-gradient(135deg, #f7f4ee 0%, #d9e8ee 100%);
}

.define-support-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-prokpi-support-routing-review.png");
}

.define-idea-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-share-idea-review.png");
}

.define-route-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-route-to-prokpi-review.png");
}

.define-market-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-market-evidence-review.png");
}

.prokpi-access-visual,
.prokpi-service-visual,
.prokpi-survey-visual,
.prokpi-handbook-visual,
.prokpi-call-type-visual,
.prokpi-fit-call-visual,
.prokpi-secondary-status-visual,
.learning-visual,
.wedge-visual,
.loop-visual,
.talent-visual,
.working-session-visual {
  color: var(--copper);
  background:
    radial-gradient(circle at 18% 18%, rgba(234, 90, 32, 0.48), transparent 17%),
    linear-gradient(135deg, #ffffff 0%, #eee9e1 52%, #171717 160%);
}

.prokpi-access-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/prokpi-member-access-review.png");
}

.prokpi-service-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/prokpi-service-pathways-review.png");
}

.prokpi-survey-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/prokpi-survey-talent-review.png");
}

.prokpi-handbook-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/prokpi-handbook-review.png");
}

.prokpi-fit-call-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/prokpi-fit-call-review.png");
}

.learning-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/prokpi-learning-proof-review.png");
}

.wedge-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/prokpi-market-wedge-review.png");
}

.loop-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-44-review/prokpi-growth-loop-review.png");
}

.talent-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/prokpi-survey-talent-review.png");
}

.working-session-visual.has-image {
  background-image: url("../assets/generated-images/web/batch-45-review/definelabs-share-idea-review.png");
}

.prokpi-fit-call-visual {
  background:
    radial-gradient(circle at 72% 22%, rgba(234, 90, 32, 0.45), transparent 17%),
    linear-gradient(135deg, #ffffff 0%, #f0e7dc 64%, #2b2824 145%);
}

.learning-visual {
  color: #3f735d;
}

.wedge-visual {
  color: var(--copper);
}

.loop-visual {
  color: #d99c34;
}

.talent-visual {
  color: #345a72;
}

.working-session-visual {
  color: #8b4b2c;
}

.service-visual::after {
  left: 12%;
  bottom: 23%;
  width: 68%;
  height: 3px;
}

.proof-band {
  background: #f0e7dc;
}

.sitemap-hero {
  padding-bottom: 36px;
}

.sitemap-hero .section-head p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.sitemap-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-top: 34px;
}

.sitemap-column {
  display: grid;
  gap: 12px;
}

.sitemap-title {
  padding: 0 0 16px;
  border-bottom: 2px solid var(--line);
}

.sitemap-title span,
.sitemap-bridge span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sitemap-title h2 {
  font-size: 36px;
}

.sitemap-node {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.sitemap-node strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.sitemap-node p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.primary-node {
  border-color: var(--moss);
  box-shadow: inset 4px 0 0 var(--moss);
}

.prokpi-node {
  border-color: var(--copper);
  box-shadow: inset 4px 0 0 var(--copper);
}

.sitemap-bridge {
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--deep);
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--paper);
}

.sitemap-bridge strong {
  font-size: 22px;
  line-height: 1.15;
}

.mapping-hero .section-head p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.mapping-hero h1,
.sitemap-hero h1 {
  font-size: clamp(44px, 7vw, 92px);
}

.mapping-section {
  padding-top: 44px;
}

.mapping-table {
  width: min(var(--max), 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.mapping-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr 1.3fr 110px;
  border-top: 1px solid var(--line);
}

.mapping-row:first-child {
  border-top: 0;
}

.mapping-row span {
  padding: 16px;
  border-right: 1px solid var(--line);
  line-height: 1.45;
}

.mapping-row span:last-child {
  border-right: 0;
}

.mapping-head {
  background: var(--deep);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status {
  display: grid;
  place-items: center;
  min-height: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status.draft {
  background: #fff0dc;
}

.status.map {
  background: #e0edf2;
}

.status.review {
  background: #f7e4cc;
}

.status.keep {
  background: #e3eadf;
}

.status.add {
  background: #ede4f4;
}

.status.remove {
  background: #f2d0c4;
}

.status.blocked {
  background: #eed1d1;
}

.band {
  padding: 86px 28px;
}

.section-head,
.split,
.experiment-grid,
.route-grid,
.prokpi,
.flow,
.footer {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-head {
  margin-bottom: 38px;
}

.section-head h2 {
  max-width: 900px;
}

.compact {
  margin-bottom: 28px;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.panel,
.experiment-grid article,
.flow article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.identity-panel {
  min-height: 420px;
  padding: 34px;
}

.identity-panel.accent {
  background: var(--deep);
  color: var(--paper);
  border-color: var(--deep);
}

.identity-panel p:not(.kicker),
.experiment-grid p,
.prokpi-copy p,
.flow p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

.identity-panel.accent p:not(.kicker) {
  color: rgba(247, 244, 238, 0.74);
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.checklist li {
  padding-top: 12px;
  border-top: 1px solid rgba(99, 97, 92, 0.28);
}

.identity-panel.accent .checklist li {
  border-color: rgba(247, 244, 238, 0.22);
}

.lab {
  background: var(--sky);
}

.experiment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.experiment-grid article {
  min-height: 230px;
  padding: 26px;
}

.experiment-grid span {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.prokpi {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 42px;
  align-items: start;
}

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

.stack-list div {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  min-height: 58px;
  border-top: 1px solid var(--line);
  font-weight: 850;
}

.stack-list strong {
  color: var(--copper);
}

.signal-board {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--paper);
}

.signal-board h3 {
  padding: 6px 4px 14px;
  border-bottom: 1px solid rgba(247, 244, 238, 0.22);
}

.signal-board a {
  display: grid;
  gap: 4px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(247, 244, 238, 0.14);
}

.signal-board span {
  font-weight: 900;
}

.signal-board small {
  color: rgba(247, 244, 238, 0.68);
  line-height: 1.45;
}

.service-menu-band {
  background: #ffffff;
}

.service-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.service-menu article {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf1;
}

.service-index {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid var(--deep);
  background: var(--deep);
  color: var(--paper);
  font-weight: 950;
}

.service-menu article > p:not(.kicker) {
  color: var(--muted);
  line-height: 1.55;
}

.service-menu dl {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
}

.service-menu dl div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.service-menu dt {
  margin-bottom: 6px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-menu dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.workflow-band {
  background: #f0e7dc;
}

.store-cleanup-band {
  background: #151515;
  color: #f6f6f3;
}

.store-cleanup-band .section-head h2 {
  max-width: 860px;
}

.cleanup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.cleanup-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(246, 246, 243, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.cleanup-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cleanup-grid p,
.store-note span {
  color: rgba(246, 246, 243, 0.74);
  line-height: 1.55;
}

.store-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 18px auto 0;
  padding: 20px;
  border: 1px solid rgba(246, 246, 243, 0.18);
  border-radius: var(--radius);
  background: rgba(234, 90, 32, 0.12);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.workflow-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  background: var(--copper);
  color: #111111;
  font-weight: 950;
}

.workflow-steps strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.workflow-steps small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.workflow {
  background: #efe6d6;
}

.membership-band {
  background: #ffffff;
}

.membership-band .section-head p:not(.eyebrow),
.collaborate-band .section-head p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.membership-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.membership-grid span {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.membership-grid a {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font-weight: 900;
}

.collaborate-band {
  background: #efe6d6;
}

.collaborate-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.collaborate-panel article {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.collaborate-panel span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collaborate-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.collaborate-actions {
  width: min(var(--max), 100%);
  margin: 24px auto 0;
}

.button.secondary.dark {
  color: var(--deep);
}

.signal-loop-band {
  background: var(--sky);
}

.flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.flow article {
  padding: 26px;
}

.flow span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 950;
}

.footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 40px 28px 54px;
  border-top: 1px solid var(--line);
}

@media (max-width: 820px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar nav {
    display: none;
  }

  .preview-switcher {
    position: static;
    grid-template-columns: 1fr;
  }

  .preview-switcher a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-copy {
    margin-bottom: 56px;
  }

  .split,
  .experiment-grid,
  .route-grid,
  .functional-routes,
  .context-grid,
  .membership-grid,
  .service-menu,
  .route-atlas,
  .workflow-steps,
  .cleanup-grid,
  .prokpi-hero,
  .sitemap-board,
  .prokpi,
  .flow,
  .footer {
    grid-template-columns: 1fr;
  }

  .identity-panel {
    min-height: 0;
  }

  .functional-routes .route-feature {
    grid-row: auto;
    min-height: 0;
  }

  .signal-board {
    position: static;
  }

  .sitemap-bridge {
    min-height: 0;
  }

  .mapping-row,
  .mapping-head {
    grid-template-columns: 1fr;
  }

  .mapping-row span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mapping-row span:last-child {
    border-bottom: 0;
  }

  .mapping-hero h1,
  .sitemap-hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .prokpi-hero {
    min-height: 0;
    padding: 56px 16px;
  }

  .prokpi-hero-copy,
  .prokpi-card {
    justify-self: stretch;
    width: 100%;
  }

  .store-note {
    grid-template-columns: 1fr;
  }

  .collaborate-panel {
    grid-template-columns: 1fr;
  }

  .route-atlas-feature {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .topbar {
    padding: 0 16px;
  }

  .topbar-cta {
    padding: 9px 12px;
  }

  .hero-copy {
    width: calc(100% - 32px);
  }

  .band {
    padding: 60px 16px;
  }

  .identity-panel,
  .experiment-grid article,
  .flow article,
  .service-menu article,
  .cleanup-grid article,
  .context-grid article,
  .functional-routes article,
  .route-atlas article,
  .membership-grid article,
  .workflow-steps li {
    padding: 22px;
  }
}
