/* ===== Infographic styles for Work + Process ===== */

.info-page {
  background: #050505;
  --info-c1: #6ee7ff;
  --info-c2: #b78cff;
  --info-c3: #ff7ad9;
  --info-c4: #ffb86b;
  --info-c5: #c8ff6b;
}

.info-page.work-page { --info-c1: #6ee7ff; --info-c2: #b78cff; --info-c3: #ff7ad9; }
.info-page.process-page { --info-c1: #b78cff; --info-c2: #6ee7ff; --info-c3: #ff7ad9; }

.info-h1 mark { background: linear-gradient(135deg, color-mix(in srgb, var(--info-c1) 30%, transparent), color-mix(in srgb, var(--info-c2) 30%, transparent)); }
.info-block h2 u { border-bottom-color: var(--info-c1); }
.case-headline-num .sub, .info-strip-num .sym, .info-strip-num .pct, .info-strip-num .x { color: var(--info-c1); }
.case-bars span.hi { background: var(--info-c1); box-shadow: 0 0 12px color-mix(in srgb, var(--info-c1) 50%, transparent); }
.phase-bar .seg .pct { background: linear-gradient(90deg, var(--info-c1), var(--info-c2)); }
.output-cell .big em { color: var(--info-c1); }
.timeline-row .delivs li::before { color: var(--info-c1); }
.case-deliverables li::before { color: var(--info-c1); }
.info-cta h2 mark { background: linear-gradient(135deg, color-mix(in srgb, var(--info-c1) 35%, transparent), color-mix(in srgb, var(--info-c3) 35%, transparent)); }

.info-header {
  background:
    radial-gradient(ellipse 70% 90% at 90% 20%, color-mix(in srgb, var(--info-c1) 28%, transparent), transparent 60%),
    radial-gradient(ellipse 60% 80% at 5% 130%, color-mix(in srgb, var(--info-c2) 22%, transparent), transparent 60%);
}
.info-strip {
  background:
    radial-gradient(ellipse 70% 100% at 10% 80%, color-mix(in srgb, var(--info-c2) 24%, transparent), transparent 60%),
    radial-gradient(ellipse 60% 80% at 95% 30%, color-mix(in srgb, var(--info-c3) 20%, transparent), transparent 60%);
}
.info-block {
  position: relative;
  isolation: isolate;
}
.info-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 65% at var(--bx, 88%) var(--by, 18%), color-mix(in srgb, var(--bc, var(--info-c1)) 18%, transparent), transparent 60%),
    radial-gradient(ellipse 45% 60% at var(--bx2, 8%) var(--by2, 95%), color-mix(in srgb, var(--bc2, var(--info-c2)) 14%, transparent), transparent 60%);
}
.info-block:nth-of-type(odd) { --bx: 88%; --by: 15%; --bx2: 5%; --by2: 100%; --bc: var(--info-c1); --bc2: var(--info-c3); }
.info-block:nth-of-type(even) { --bx: 8%; --by: 22%; --bx2: 92%; --by2: 85%; --bc: var(--info-c2); --bc2: var(--info-c1); }

.info-quote {
  background:
    radial-gradient(ellipse 70% 90% at 80% 50%, color-mix(in srgb, var(--info-c3) 22%, transparent), transparent 60%),
    radial-gradient(ellipse 50% 70% at 10% 30%, color-mix(in srgb, var(--info-c1) 14%, transparent), transparent 60%);
}
.info-quote q::before { color: var(--info-c1); }
.info-cta {
  background:
    radial-gradient(ellipse 65% 80% at 20% 60%, color-mix(in srgb, var(--info-c1) 26%, transparent), transparent 60%),
    radial-gradient(ellipse 55% 70% at 90% 25%, color-mix(in srgb, var(--info-c3) 22%, transparent), transparent 60%);
}

.case-dashboard { box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 40px 80px -40px color-mix(in srgb, var(--info-c1) 25%, transparent); }
.case-headline-num { background: linear-gradient(135deg, rgba(255,255,255,0.97), color-mix(in srgb, var(--info-c1) 70%, white)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.info-strip-num { background: linear-gradient(135deg, rgba(255,255,255,0.97), color-mix(in srgb, var(--info-c1) 60%, white)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.output-cell .big { background: linear-gradient(135deg, rgba(255,255,255,0.97), color-mix(in srgb, var(--info-c2) 65%, white)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Color-tinted typography */
.info-h1 mark {
  background: transparent;
  color: var(--info-c1);
  -webkit-text-fill-color: var(--info-c1);
  padding: 0;
  border-radius: 0;
  text-shadow: 0 0 24px color-mix(in srgb, var(--info-c1) 40%, transparent);
}

.info-cta h2 mark {
  background: transparent;
  color: var(--info-c1);
  -webkit-text-fill-color: var(--info-c1);
  text-shadow: 0 0 24px color-mix(in srgb, var(--info-c1) 40%, transparent);
}

.info-block h2 u {
  text-decoration: none;
  border-bottom: 0;
  background: linear-gradient(135deg, var(--info-c1), var(--info-c3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  padding-bottom: 4px;
}

.info-block h2 u::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 4px;
  background: linear-gradient(90deg, var(--info-c1), var(--info-c3));
  border-radius: 2px;
}

.info-eyebrow { color: color-mix(in srgb, var(--info-c1) 65%, white); }
.info-eyebrow::before { background: linear-gradient(90deg, var(--info-c1), transparent); }

.case-headline .lab,
.line-chart-head .cell {
  color: color-mix(in srgb, var(--info-c1) 50%, rgba(255,255,255,0.55));
}

.info-meta b {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-meta .dot {
  background: var(--info-c1);
  box-shadow: 0 0 12px var(--info-c1);
}

.info-strip-side .label {
  color: color-mix(in srgb, var(--info-c2) 60%, white);
}
.info-strip-side .more {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border-bottom-color: color-mix(in srgb, var(--info-c1) 60%, transparent);
}

.case-tagrow .num {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.case-name {
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 60%, color-mix(in srgb, var(--info-c2) 65%, white));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.timeline-row h4 {
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 50%, color-mix(in srgb, var(--info-c1) 65%, white));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.phase-bar .seg .nm {
  color: color-mix(in srgb, var(--info-c1) 30%, white);
}

.timeline-week b {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-quote .cite b {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-cta h2 mark {
  background: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, var(--info-c1), var(--info-c2), var(--info-c3));
  -webkit-background-clip: text;
  background-clip: text;
}

.info-cta h2 .arrow {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-cta-actions .btn.primary {
  background: linear-gradient(135deg, var(--info-c1), var(--info-c3));
  border: 0;
  color: #050505;
}
.info-cta-actions .btn.primary:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--info-c1) 80%, white), color-mix(in srgb, var(--info-c3) 80%, white));
  color: #050505;
}

/* Line chart (SVG) */
.line-chart {
  width: 100%;
  height: 320px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.02);
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.line-chart-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.line-chart-head .cell {
  padding: 16px 20px;
  border-right: 1px solid rgba(255,255,255,0.07);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.line-chart-head .cell:last-child { border-right: 0; }
.line-chart-head .cell b {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin-top: 4px;
  text-transform: none;
}
.line-chart-head .cell b em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.7em;
  color: var(--info-c1);
  margin-left: 0.1em;
}
.line-chart svg { display: block; }


.info-page .info-nav {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Page header — minimal, mono-driven */
.info-header {
  padding: 56px var(--gutter) 40px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.info-header-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.info-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}

.info-meta .dot {
  width: 6px; height: 6px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
}

.info-meta b {
  color: rgba(255,255,255,0.95);
  font-weight: 500;
}

.info-h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: rgba(255,255,255,0.97);
  text-wrap: balance;
  max-width: 18ch;
  margin: 0;
}

.info-h1 mark {
  background: transparent;
  color: var(--info-c1);
  padding: 0;
  border-radius: 0;
  text-shadow: 0 0 24px color-mix(in srgb, var(--info-c1) 40%, transparent);
}

.info-sub {
  font-size: 17px;
  max-width: 64ch;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

/* Headline strip — giant number across full width */
.info-strip {
  padding: 80px var(--gutter);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.info-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: end;
}

.info-strip-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(120px, 18vw, 260px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: rgba(255,255,255,0.97);
}

.info-strip-num .pct,
.info-strip-num .x,
.info-strip-num .sym {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.42em;
  vertical-align: 0.6em;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.65);
  margin-left: 0.05em;
}

.info-strip-side {
  max-width: 320px;
  padding-bottom: 24px;
}

.info-strip-side .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}

.info-strip-side h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.015em;
  margin: 0 0 16px;
}

.info-strip-side p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0 0 20px;
}

.info-strip-side .more {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.85);
  padding-bottom: 4px;
}

/* Section labels (eyebrow) inside info pages */
.info-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.info-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.45);
}

/* Block headlines */
.info-block {
  padding: 80px var(--gutter);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.info-block-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.info-block h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.35;
  letter-spacing: -0.025em;
  color: rgba(255,255,255,0.97);
  margin: 0 0 56px;
  text-wrap: balance;
  max-width: 24ch;
}

.info-block h2 u {
  text-decoration: none;
  border-bottom: 6px solid rgba(255,255,255,0.85);
  padding-bottom: 2px;
}

/* ===== Case dashboard module (Work) ===== */
.case-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.02);
  margin-bottom: 32px;
}

.case-left {
  padding: 40px 36px;
  border-right: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.case-tagrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.case-tagrow .vert {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.2);
}

.case-tagrow .num {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

.case-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: rgba(255,255,255,0.97);
  margin: 0;
}

.case-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
  max-width: 48ch;
}

.case-deliverables {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.case-deliverables .lab {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 12px;
}

.case-deliverables ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.case-deliverables li {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.02em;
}

.case-deliverables li::before {
  content: "›";
  color: rgba(255,255,255,0.4);
  margin-right: 10px;
}

/* Right side — metrics dashboard */
.case-right {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.case-headline {
  padding: 40px 36px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.case-headline-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 120px;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: rgba(255,255,255,0.97);
}

.case-headline-num .sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.4em;
  color: rgba(255,255,255,0.6);
  letter-spacing: -0.02em;
  margin-left: 0.04em;
  vertical-align: 0.55em;
}

.case-headline .lab {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.case-metric {
  padding: 24px 24px;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.case-metric:last-child { border-right: 0; }

.case-metric .v {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.95);
  margin-bottom: 8px;
}

.case-metric .v em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.6em;
  color: rgba(255,255,255,0.6);
  margin-left: 0.08em;
}

.case-metric .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1.4;
}

.case-chart {
  padding: 28px 36px 32px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-height: 140px;
}

.case-chart .lab {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: flex;
  justify-content: space-between;
}

.case-chart .lab span:last-child {
  color: rgba(255,255,255,0.7);
}

.case-bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  align-items: end;
  height: 64px;
}

.case-bars span {
  background: rgba(255,255,255,0.18);
  border-radius: 1px;
  transition: background 0.3s;
}

.case-bars span.hi {
  background: rgba(255,255,255,0.85);
}

.case-bars span.lo {
  background: rgba(255,255,255,0.08);
}

.case-chart .axis {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.05em;
}

.case-chart .axis span {
  text-align: center;
}

/* ===== Process infographic ===== */
.timeline-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
}

.timeline-week {
  padding: 28px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255,255,255,0.02);
}

.timeline-week b {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
  display: block;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
  margin-bottom: 4px;
}

.timeline-row {
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: grid;
  grid-template-columns: 240px 1fr 200px;
  gap: 32px;
  align-items: start;
}

.timeline-grid > .timeline-week:nth-last-child(2),
.timeline-grid > .timeline-row:last-child {
  border-bottom: 0;
}

.timeline-row .ph-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}

.timeline-row h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.95);
  margin: 0 0 6px;
}

.timeline-row .summary {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

.timeline-row .delivs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.timeline-row .delivs li {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.timeline-row .delivs li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.4);
}

.timeline-row .meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.timeline-row .meta-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}

.timeline-row .meta-row:last-child { border-bottom: 0; }

.timeline-row .meta-row b {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

/* Phase progress bar header */
.phase-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 56px;
  position: relative;
}

.phase-bar .seg {
  padding: 24px 24px 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
}

.phase-bar .seg:last-child { border-right: 0; }

.phase-bar .seg .num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}

.phase-bar .seg .nm {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.phase-bar .seg .dur {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
}

.phase-bar .seg .pct {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255,255,255,0.85);
}

/* Outputs grid (Process) */
.outputs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
}

.output-cell {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.output-cell:last-child { border-right: 0; }

.output-cell .n {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 24px;
}

.output-cell .big {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.95);
  margin-bottom: 12px;
}

.output-cell .big em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.5em;
  color: rgba(255,255,255,0.6);
  margin-left: 0.1em;
}

.output-cell .lab {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* Quote module */
.info-quote {
  padding: 80px var(--gutter);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.info-quote-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 64px;
  align-items: end;
}

.info-quote q {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: rgba(255,255,255,0.92);
  quotes: "\201C" "\201D";
  display: block;
  text-wrap: pretty;
}

.info-quote .cite {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.info-quote .cite b {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.95);
  text-transform: none;
  font-weight: 500;
  margin-bottom: 4px;
}

/* CTA strip */
.info-cta {
  padding: 100px var(--gutter);
}

.info-cta-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: end;
}

.info-cta h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: rgba(255,255,255,0.97);
  margin: 0;
  text-wrap: balance;
  max-width: 16ch;
}

.info-cta h2 .arrow {
  display: inline-block;
  margin-left: 0.2em;
  transform: translateY(-0.05em);
}

.info-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  padding-bottom: 16px;
}

.info-cta-actions .btn {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}

.info-cta-actions .btn.primary {
  background: rgba(255,255,255,0.95);
  color: #050505;
  border-color: rgba(255,255,255,0.95);
}

.info-cta-actions .btn:hover {
  background: rgba(255,255,255,0.85);
  color: #050505;
  border-color: rgba(255,255,255,0.85);
}

@media (max-width: 980px) {
  .info-strip-inner { grid-template-columns: 1fr; }
  .case-dashboard { grid-template-columns: 1fr; }
  .case-left { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .timeline-row { grid-template-columns: 1fr; gap: 16px; }
  .phase-bar { grid-template-columns: 1fr 1fr; }
  .phase-bar .seg:nth-child(2) { border-right: 0; }
  .outputs-grid { grid-template-columns: 1fr 1fr; }
  .output-cell:nth-child(2) { border-right: 0; }
  .info-quote-inner, .info-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .info-cta-actions { align-items: flex-start; }
}

/* ===== Work roster infographic ===== */

.wr-c1 { --wc: var(--info-c1); }
.wr-c2 { --wc: var(--info-c2); }
.wr-c3 { --wc: var(--info-c3); }

.work-roster {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.wr-legend {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px var(--gutter) 24px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.wr-legend-cols {
  display: grid;
  grid-template-columns: 120px 260px 1fr;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-top: 24px;
  padding-bottom: 8px;
}

.wr-row {
  display: grid;
  grid-template-columns: 120px 260px 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  box-shadow: inset 3px 0 0 var(--wc, rgba(255,255,255,0.1));
  background: rgba(255,255,255,0.01);
  transition: background 0.2s;
}

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

.wr-row:hover { background: rgba(255,255,255,0.025); }

/* Left column — number */
.wr-num {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 5vw, 80px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--wc, rgba(255,255,255,0.12));
  opacity: 0.25;
  border-right: 1px solid rgba(255,255,255,0.07);
}

/* Middle column — logo */
.wr-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 32px;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.wr-logo-col img {
  max-width: 160px;
  max-height: 56px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.wr-row:hover .wr-logo-col img { opacity: 1; }

.wr-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.wr-cats span {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--wc) 60%, rgba(255,255,255,0.5));
  border: 1px solid color-mix(in srgb, var(--wc) 30%, rgba(255,255,255,0.1));
  padding: 3px 9px;
  border-radius: 100px;
}

/* Right column — content */
.wr-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 40px 48px;
}

.wr-head {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 28px;
}

.wr-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}

.wr-name a {
  color: rgba(255,255,255,0.97);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 60%, color-mix(in srgb, var(--wc) 70%, white));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 0.2s;
}

.wr-name a:hover { opacity: 0.8; }

.wr-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.58);
  line-height: 1.65;
  max-width: 60ch;
  margin: 0;
}

/* Highlights / services grid */
.wr-items-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--wc) 55%, rgba(255,255,255,0.35));
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wr-items-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.07);
}

.wr-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}

.wr-item {
  background: #050505;
  padding: 14px 18px 14px 32px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  position: relative;
}

.wr-item::before {
  content: "›";
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--wc, rgba(255,255,255,0.3));
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .wr-legend-cols { grid-template-columns: 1fr; }
  .wr-legend-cols span:not(:first-child) { display: none; }
  .wr-row { grid-template-columns: 48px 1fr; grid-template-rows: auto auto; }
  .wr-logo-col { grid-column: 2; grid-row: 1; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.07); flex-direction: row; justify-content: flex-start; padding: 24px; gap: 16px; }
  .wr-main { grid-column: 1 / -1; grid-row: 2; padding: 28px 24px; }
  .wr-num { font-size: 32px; padding-top: 24px; grid-row: 1; }
  .wr-items-grid { grid-template-columns: 1fr; }
}

/* ===== Process page: steps + benefits ===== */

.proc-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: 2rem 0 0;
}

.proc-benefit {
  padding: 24px 28px 28px;
  border-right: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.proc-benefit b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  margin-bottom: 10px;
}

.proc-benefit b::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--info-c1);
  box-shadow: 0 0 8px var(--info-c1);
  flex-shrink: 0;
}

.proc-benefit span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.42);
}

/* Step cards grid */
.proc-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 2.5rem;
}

.proc-step {
  background: #090909;
  padding: 36px 32px 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.proc-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--info-c1), transparent 70%);
}

.proc-step-wide {
  grid-column: span 2;
}

.proc-step-ghost {
  font-family: var(--font-display, serif);
  font-weight: 400;
  font-size: clamp(72px, 9vw, 104px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--info-c1);
  opacity: 0.07;
  position: absolute;
  top: 8px;
  right: 20px;
  user-select: none;
  pointer-events: none;
}

.proc-step h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.92);
  margin: 0;
  position: relative;
}

.proc-step p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.44);
  margin: 0;
  position: relative;
}

@media (max-width: 720px) {
  .proc-steps { grid-template-columns: 1fr; }
  .proc-step-wide { grid-column: span 1; }
  .proc-benefits { grid-template-columns: 1fr; }
}

/* ===== Services page ===== */

.info-page.services-page { --info-c1: #6ee7ff; --info-c2: #b78cff; --info-c3: #ff7ad9; }

.svc-map {
  padding: 64px var(--gutter);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.svc-map-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.svc-map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
}

.svc-map-cell {
  background: #090909;
  padding: 28px 24px 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-map-cell::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mc), transparent 70%);
}

.svc-map-cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, color-mix(in srgb, var(--mc) 8%, transparent), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.svc-map-cell:hover { background: rgba(255,255,255,0.025); }
.svc-map-cell:hover::after { opacity: 1; }

.svc-map-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mc);
  opacity: 0.7;
}

.svc-map-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.svc-map-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.88);
  line-height: 1.3;
  margin-top: auto;
  padding-top: 8px;
}

@media (max-width: 900px) {
  .svc-map-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .svc-map-grid { grid-template-columns: 1fr; }
}

/* ===== Line chart (in-section) ===== */

.svc-linechart {
  width: 100%;
  height: 130px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.svc-linechart svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== Bar chart background ===== */

.svc-intro-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
  padding: 40px 40px 36px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
}

.svc-intro-wrap > *:not([aria-hidden]) {
  position: relative;
  z-index: 1;
}

.svc-bar-chart-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 0;
  opacity: 0.6;
  pointer-events: none;
  overflow: hidden;
}

.svc-linechart-bg {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  overflow: hidden;
}

.svc-linechart-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== Bar chart (in-section) ===== */

.svc-bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 140px;
  max-width: 600px;
  padding: 16px 16px 0;
  border: 1px solid rgba(255,255,255,0.07);
  border-bottom: 2px solid color-mix(in srgb, var(--info-c1) 35%, transparent);
  border-radius: 8px 8px 0 0;
  background: rgba(255,255,255,0.02);
  margin-bottom: 2.5rem;
}

.svc-bar {
  flex: 1;
  height: var(--h);
  background: var(--info-c1);
  border-radius: 2px 2px 0 0;
}

.svc-bar:nth-child(1) { opacity: 0.15; }
.svc-bar:nth-child(2) { opacity: 0.24; }
.svc-bar:nth-child(3) { opacity: 0.35; }
.svc-bar:nth-child(4) { opacity: 0.46; }
.svc-bar:nth-child(5) { opacity: 0.58; }
.svc-bar:nth-child(6) { opacity: 0.72; }
.svc-bar:nth-child(7) { opacity: 0.88; box-shadow: 0 0 18px color-mix(in srgb, var(--info-c1) 55%, transparent); }
.svc-bar-hi           { opacity: 0.3; box-shadow: none; }

/* ===== Fine Tuning: technique strip ===== */

.svc-tech-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 2.5rem;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
}

.svc-tech-badge {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--info-c1);
  padding: 5px 14px;
  border: 1px solid color-mix(in srgb, var(--info-c1) 30%, transparent);
  border-radius: 100px;
  background: color-mix(in srgb, var(--info-c1) 6%, transparent);
}

.svc-tech-sep {
  color: rgba(255,255,255,0.2);
  font-size: 14px;
  user-select: none;
}

/* ===== AI Pen Testing: attack surface grid ===== */

.svc-attack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.svc-attack-cell {
  background: #090909;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: background 0.2s;
}

.svc-attack-cell:hover {
  background: color-mix(in srgb, var(--info-c1) 5%, #090909);
}

.svc-attack-cell::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--info-c1) 20%, transparent), transparent 60%);
}

.svc-attack-icon {
  font-size: 16px;
  color: var(--info-c1);
  opacity: 0.55;
  flex-shrink: 0;
  line-height: 1;
}

.svc-attack-name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.svc-attack-shield {
  grid-column: span 3;
  background: color-mix(in srgb, var(--info-c1) 6%, #090909);
  border-top: 1px solid color-mix(in srgb, var(--info-c1) 18%, transparent);
}

.svc-attack-shield .svc-attack-icon {
  opacity: 1;
  font-size: 18px;
}

.svc-attack-shield .svc-attack-name {
  color: color-mix(in srgb, var(--info-c1) 80%, white);
  font-size: 12px;
}

@media (max-width: 640px) {
  .svc-attack-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-attack-shield { grid-column: span 2; }
}

/* ===== MCP: architecture diagram ===== */

.svc-arch {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.svc-arch-col {
  flex: 1;
}

.svc-arch-box {
  height: 100%;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.svc-arch-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
}

.svc-arch-agent::before { background: linear-gradient(90deg, var(--info-c1), transparent 70%); }
.svc-arch-server::before { background: linear-gradient(90deg, var(--info-c2), transparent 70%); }
.svc-arch-tools::before { background: linear-gradient(90deg, var(--info-c3), transparent 70%); }

.svc-arch-agent { background: color-mix(in srgb, var(--info-c1) 5%, #090909); }
.svc-arch-server { background: color-mix(in srgb, var(--info-c2) 5%, #090909); }
.svc-arch-tools { background: color-mix(in srgb, var(--info-c3) 5%, #090909); }

.svc-arch-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.svc-arch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.svc-arch-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  padding-left: 14px;
  position: relative;
}

.svc-arch-agent .svc-arch-list li::before { content: '›'; position: absolute; left: 0; color: var(--info-c1); }
.svc-arch-server .svc-arch-list li::before { content: '›'; position: absolute; left: 0; color: var(--info-c2); }
.svc-arch-tools .svc-arch-list li::before { content: '›'; position: absolute; left: 0; color: var(--info-c3); }

.svc-arch-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex-shrink: 0;
  gap: 6px;
  background: rgba(255,255,255,0.015);
  border-left: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
}

.svc-arch-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.12), transparent);
}

.svc-arch-proto {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@media (max-width: 720px) {
  .svc-arch { flex-direction: column; }
  .svc-arch-connector { flex-direction: row; width: 100%; height: 36px; border-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .svc-arch-line { flex: 1; width: auto; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.12), transparent); }
  .svc-arch-proto { writing-mode: horizontal-tb; }
}

/* ===== RAG: pipeline flow ===== */

.svc-pipeline {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
  overflow-x: auto;
}

.svc-pipeline-stage {
  flex: 1;
  min-width: 100px;
  padding: 20px 18px;
  background: color-mix(in srgb, var(--info-c1) 4%, #090909);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: background 0.2s;
}

.svc-pipeline-stage:hover {
  background: color-mix(in srgb, var(--info-c1) 10%, #090909);
}

.svc-pipeline-stage::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--info-c1), transparent 80%);
}

.svc-pipeline-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.92);
  line-height: 1.1;
}

.svc-pipeline-sub {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--info-c1) 55%, rgba(255,255,255,0.35));
  line-height: 1.4;
}

.svc-pipeline-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  flex-shrink: 0;
  font-size: 16px;
  color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.015);
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 900px) {
  .svc-pipeline { flex-wrap: wrap; overflow-x: visible; }
  .svc-pipeline-stage { min-width: calc(33% - 2px); }
  .svc-pipeline-arrow { display: none; }
}

@media (max-width: 540px) {
  .svc-pipeline-stage { min-width: calc(50% - 1px); }
}

/* ===== Products page ===== */

.info-page.products-page { --info-c1: #ff7ad9; --info-c2: #b78cff; --info-c3: #6ee7ff; }

.prod-stat-hero {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.prod-stat-hero-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(64px, 9vw, 112px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--info-c1);
  text-shadow: 0 0 48px color-mix(in srgb, var(--info-c1) 35%, transparent);
}

.prod-stat-hero-num span {
  font-size: 0.45em;
  opacity: 0.7;
}

.prod-stat-hero-label {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  max-width: 32ch;
  line-height: 1.6;
}

.prod-stat-hero-label em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 13px;
  opacity: 0.6;
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.04em;
}

.prod-dataset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.prod-dataset-cell {
  background: #090909;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.prod-dataset-cell::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--info-c1), transparent 60%);
  opacity: 0.5;
}

.prod-dataset-cell-wide {
  grid-column: span 3;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.prod-dataset-val {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.9);
  line-height: 1;
}

.prod-dataset-val span {
  font-size: 0.55em;
  opacity: 0.5;
}

.prod-dataset-lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== CrocoTiger product header ===== */
.ct-product-header {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 3rem;
}

.ct-product-text {
  flex: 1;
  min-width: 0;
}

.ct-product-text h2 {
  margin-bottom: 1.5rem;
}

/* Shield frame */
.ct-shield-frame {
  flex-shrink: 0;
  width: 240px;
  height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Outer decorative circle */
.ct-shield-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(200,255,107,0.18);
}

/* Corner tick marks */
.ct-shield-frame::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px dashed rgba(200,255,107,0.10);
  animation: ct-spin 30s linear infinite;
}

@keyframes ct-spin { to { transform: rotate(360deg); } }

/* Expanding rings */
.ct-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200,255,107,0.28);
  pointer-events: none;
}

.ct-ring-1 { inset: 15%;  animation: ct-pulse 4s 0.0s ease-out infinite; }
.ct-ring-2 { inset: -8%;  animation: ct-pulse 4s 1.3s ease-out infinite; }
.ct-ring-3 { inset: -32%; animation: ct-pulse 4s 2.6s ease-out infinite; }

@keyframes ct-pulse {
  0%   { opacity: 0; transform: scale(0.82); }
  18%  { opacity: 0.5; }
  100% { opacity: 0; transform: scale(1.10); }
}

/* Shield image */
.ct-shield-frame img {
  width: 112px;
  height: auto;
  position: relative;
  z-index: 2;
  mix-blend-mode: screen;
  animation: ct-float 5s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.ct-shield-frame img:hover { transform: scale(1.07); }

@keyframes ct-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

@media (max-width: 900px) {
  .ct-product-header { flex-direction: column; gap: 3rem; }
  .ct-shield-frame { width: 180px; height: 180px; }
  .ct-shield-frame img { width: 84px; }
}

/* Install snippet */
.prod-install {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 0.5rem;
}

.prod-install-label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--info-c1);
  opacity: 0.7;
}

.prod-install code {
  font-family: var(--font-mono, monospace);
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}

/* Two-column detail block */
.prod-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
}

.prod-detail-block {
  background: #090909;
  padding: 32px;
}

.prod-detail-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prod-detail-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  padding-left: 1.25rem;
  position: relative;
}

.prod-detail-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--info-c1);
  font-size: 11px;
  top: 2px;
}

.prod-detail-list li b {
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}

.prod-detail-list li code {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  color: var(--info-c1);
  opacity: 0.8;
}

.prod-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.25rem;
}

.prod-format {
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* sim_LAR metrics */
.prod-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
}

.prod-metric {
  background: #090909;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.prod-metric::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--info-c1), transparent 60%);
}

.prod-metric-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 88px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--info-c1);
  text-shadow: 0 0 40px color-mix(in srgb, var(--info-c1) 30%, transparent);
}

.prod-metric-num span {
  font-size: 0.5em;
  opacity: 0.6;
}

.prod-metric-lbl {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

.prod-metric-lbl em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.04em;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .prod-dataset-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-dataset-cell-wide { grid-column: span 2; }
  .prod-metrics { grid-template-columns: 1fr; }
  .prod-two-col { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .prod-dataset-grid { grid-template-columns: 1fr; }
  .prod-dataset-cell-wide { grid-column: span 1; flex-direction: column; gap: 6px; }
  .prod-stat-hero { flex-direction: column; gap: 1rem; padding: 2rem; }
}

/* ===== Process page: engagement flow (infographic) ===== */

.engage-flow {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  overflow: hidden;
}

.engage-phase {
  background: rgba(255,255,255,0.02);
  border-top: 3px solid var(--pc, var(--info-c1));
  padding: 32px 22px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.25s;
}

.engage-phase:hover {
  background: color-mix(in srgb, var(--pc, var(--info-c1)) 5%, rgba(255,255,255,0.02));
}

.engage-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.015);
  border-left: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
}

.engage-phase-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.engage-phase-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc, var(--info-c1));
}

.engage-phase-name {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 40%, color-mix(in srgb, var(--pc, var(--info-c1)) 60%, white));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.engage-phase-desc {
  font-size: 12.5px;
  color: rgba(255,255,255,0.38);
  line-height: 1.65;
  margin: 0;
}

.engage-delivs {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: auto;
}

.engage-delivs li {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.engage-delivs li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--pc, var(--info-c1));
}

.engage-phase-ghost {
  position: absolute;
  right: -12px;
  bottom: -24px;
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--pc, var(--info-c1));
  opacity: 0.06;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .engage-flow {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.07);
  }
  .engage-arrow { display: none; }
}

@media (max-width: 560px) {
  .engage-flow { grid-template-columns: 1fr; }
}

/* ===== Process page: infographic step grid ===== */

.infographic-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2.5rem;
}

.infographic-step {
  background: #090909;
  padding: 32px 24px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.2s;
}

.infographic-step:hover {
  background: color-mix(in srgb, var(--sc, var(--info-c1)) 5%, #090909);
}

.infographic-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sc, var(--info-c1)), transparent 65%);
}

.infographic-step-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc, var(--info-c1));
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.infographic-step-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--sc, var(--info-c1)) 25%, transparent), transparent);
}

.infographic-step h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.25;
}

.infographic-step p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.44);
  margin: 0;
}

.infographic-step-ghost {
  position: absolute;
  right: -10px;
  bottom: -18px;
  font-family: var(--font-display);
  font-size: clamp(80px, 9vw, 100px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--sc, var(--info-c1));
  opacity: 0.05;
  user-select: none;
  pointer-events: none;
}

.infographic-step-span2 {
  grid-column: span 2;
}

@media (max-width: 960px) {
  .infographic-steps { grid-template-columns: repeat(2, 1fr); }
  .infographic-step-span2 { grid-column: span 2; }
}

@media (max-width: 560px) {
  .infographic-steps { grid-template-columns: 1fr; border-radius: 6px; }
  .infographic-step-span2 { grid-column: span 1; }
}
