/* =========================================================================
   InnoProSol — design tokens + components.
   Design system copied from the approved prototype (Nocturne), see
   .agent/docs/plan.md "Rebuild" section for the exact source values.
   ========================================================================= */

/* ---- Design tokens --------------------------------------------------- */
:root {
  --color-bg: #161826;
  --color-surface: #232532;
  --color-surface-2: #1f212e;
  --color-text: #e9e9ed;
  --color-divider: rgba(233, 233, 237, 0.16);

  --color-accent: #fb5000;
  --color-accent-100: #fff5f0;
  --color-accent-200: #fee7dc;
  --color-accent-300: #FDE402;
  --color-accent-400: #fdb391;
  --color-accent-600: #c94203;
  --color-accent-700: #933306;
  --color-accent-800: #672709;
  --color-accent-900: #3c1b0c;

  --color-teal: #36c0d0;
  --color-teal-bright: #4fd3e3;
  --color-signal: #e2555c;

  --t4: rgba(233, 233, 237, .04);   --t6: rgba(233, 233, 237, .06);
  --t8: rgba(233, 233, 237, .08);   --t10: rgba(233, 233, 237, .10);
  --t13: rgba(233, 233, 237, .13);  --t14: rgba(233, 233, 237, .14);
  --t20: rgba(233, 233, 237, .20);  --t22: rgba(233, 233, 237, .22);
  --t26: rgba(233, 233, 237, .26);  --t30: rgba(233, 233, 237, .30);
  --t34: rgba(233, 233, 237, .34);  --t40: rgba(233, 233, 237, .40);
  --t45: rgba(233, 233, 237, .45);  --t50: rgba(233, 233, 237, .50);
  --t52: rgba(233, 233, 237, .52);  --t55: rgba(233, 233, 237, .55);
  --t58: rgba(233, 233, 237, .58);  --t60: rgba(233, 233, 237, .60);
  --t62: rgba(233, 233, 237, .62);  --t64: rgba(233, 233, 237, .64);
  --t66: rgba(233, 233, 237, .66);  --t68: rgba(233, 233, 237, .68);
  --t70: rgba(233, 233, 237, .70);  --t72: rgba(233, 233, 237, .72);
  --t78: rgba(233, 233, 237, .78);

  --bg-88: rgba(22, 24, 38, .88);
  --bg-55: rgba(22, 24, 38, .55);
  --surface-70: #1f212e;
  --surface-60: #20222f;

  --btn-border: rgba(233, 233, 237, .55);
  --btn-tint: rgba(233, 233, 237, .09);
  --btn-tint-strong: rgba(233, 233, 237, .16);
  --btn-hover: #dedbf0;
  --btn-active: #cfcae6;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);
  --shadow-md: 0 1px 2px rgba(0, 0, 0, .25), 0 8px 20px rgba(0, 0, 0, .35);
  --shadow-lg: 0 2px 4px rgba(0, 0, 0, .3), 0 24px 48px rgba(0, 0, 0, .5);

  --container-max: 1280px;
  --gutter: clamp(18px, 4vw, 52px);
  --section-y: clamp(44px, 6vw, 90px);
  --radius-card: 14px;
  --radius-control: 8px;
  --radius-pill: 999px;
}

:root[data-theme="light"] {
  --color-bg: #ffffff;
  --color-surface: #f7f7fb;
  --color-surface-2: #f6f6fa;
  --color-text: #1c1d2a;
  --color-divider: rgba(28, 29, 42, .14);

  --color-accent-100: #3c1b0c;
  --color-accent-200: #672709;
  --color-accent-300: #7186B5;
  --color-accent-400: #c94203;
  --color-accent-600: #fdb391;
  --color-accent-700: #fed2be;
  --color-accent-800: #fee7dc;
  --color-accent-900: #fff5f0;

  --color-teal: #12636e;
  --color-teal-bright: #0f7f8e;
  --color-signal: #c13f47;

  --t4: rgba(28, 29, 42, .04);   --t6: rgba(28, 29, 42, .06);
  --t8: rgba(28, 29, 42, .08);   --t10: rgba(28, 29, 42, .10);
  --t13: rgba(28, 29, 42, .13);  --t14: rgba(28, 29, 42, .14);
  --t20: rgba(28, 29, 42, .20);  --t22: rgba(28, 29, 42, .22);
  --t26: rgba(28, 29, 42, .26);  --t30: rgba(28, 29, 42, .30);
  --t34: rgba(28, 29, 42, .34);  --t40: rgba(28, 29, 42, .40);
  --t45: rgba(28, 29, 42, .60);  --t50: rgba(28, 29, 42, .65);
  --t52: rgba(28, 29, 42, .67);  --t55: rgba(28, 29, 42, .70);
  --t58: rgba(28, 29, 42, .72);  --t60: rgba(28, 29, 42, .74);
  --t62: rgba(28, 29, 42, .76);  --t64: rgba(28, 29, 42, .78);
  --t66: rgba(28, 29, 42, .80);  --t68: rgba(28, 29, 42, .82);
  --t70: rgba(28, 29, 42, .84);  --t72: rgba(28, 29, 42, .86);
  --t78: rgba(28, 29, 42, .90);

  --bg-88: rgba(255, 255, 255, .90);
  --bg-55: rgba(255, 255, 255, .70);
  --surface-70: #f6f6fa;
  --surface-60: #f9f9fc;

  --btn-border: rgba(28, 29, 42, .55);
  --btn-tint: rgba(28, 29, 42, .08);
  --btn-tint-strong: rgba(28, 29, 42, .14);
  --btn-hover: #2a2942;
  --btn-active: #383457;

  --shadow-sm: 0 1px 2px rgba(28, 29, 42, .08);
  --shadow-md: 0 1px 2px rgba(28, 29, 42, .06), 0 8px 20px rgba(28, 29, 42, .10);
  --shadow-lg: 0 2px 4px rgba(28, 29, 42, .08), 0 24px 48px rgba(28, 29, 42, .16);
}

/* ---- Reset / base ------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  transition: background .25s ease, color .25s ease;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Manrope', 'Inter', system-ui, sans-serif; font-weight: 500; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }
a { color: var(--color-accent-300); text-decoration: none; }
a:hover { color: var(--color-accent-400); }
button { font-family: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
::selection { background: rgba(251, 80, 0, .32); }
hr.hr { border: 0; border-top: 1px solid var(--color-divider); margin: 0; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 999; background: var(--color-text);
  color: var(--color-bg); padding: 10px 16px; border-radius: 8px; font-weight: 600;
  transition: top .15s ease;
}
.skip-link:focus { top: 12px; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ---- Layout ------------------------------------------------------------ */
/* No horizontal padding here by design: every .container is nested inside a .section/.hero
   (which already supply --gutter padding) except the three header/topbar/footer usages below,
   which declare their own --gutter padding directly since they combine both classes on one
   element rather than nesting. */
.container { max-width: var(--container-max); margin: 0 auto; }
.section { padding: var(--section-y) var(--gutter); }
.section--tight { padding-top: clamp(24px, 3vw, 48px); }
.section--bordered { border-top: 1px solid var(--color-divider); }
.section--surface { background: linear-gradient(180deg, color-mix(in srgb, var(--color-surface) 55%, transparent), transparent); }
.section__eyebrow { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent-300); margin: 0 0 14px; }
.section__heading { font-size: clamp(27.5px, 3.63vw, 42.5px); line-height: 1.1; margin: 0 0 16px; max-width: calc(var(--container-max) * .5); }
.section__lede { max-width: 66ch; color: var(--t66); margin: 0 0 30px; }
.section__head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.section__head--center { text-align: center; margin-bottom: 8px; }
.section__head--center .section__heading { margin-left: auto; margin-right: auto; }
.hl { color: var(--color-teal-bright); }
.hl2 { color: var(--color-accent-300); }
.crumbs { font-size: 14px; color: var(--t45); margin-bottom: 24px; }
.crumbs a { color: var(--t55); }
.crumbs a:hover { color: var(--color-accent-300); }

/* ---- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-size: 15px; padding: 12px 22px; border-radius: var(--radius-control);
  cursor: pointer; white-space: nowrap; border: 1.5px solid transparent; transition: background .18s, border-color .18s, color .18s, box-shadow .18s;
}
.btn-sm { font-size: 14px; padding: 9px 16px; }
.btn-primary { background: var(--color-text); border-color: var(--color-text); color: var(--color-bg); font-weight: 700; box-shadow: 0 2px 14px -6px var(--t45); }
.btn-primary:hover { background: var(--btn-hover); border-color: var(--btn-hover); color: var(--color-bg); box-shadow: 0 6px 22px -8px rgba(251, 80, 0, .7); }
.btn-primary:active { background: var(--btn-active); }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.btn-secondary { background: transparent; border-color: var(--btn-border); color: var(--color-text); font-weight: 600; }
.btn-secondary:hover { background: var(--btn-tint); border-color: var(--color-text); color: var(--color-text); }
.btn-secondary:active { background: var(--btn-tint-strong); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--color-accent-300); font-weight: 600; padding: 8px 10px; }
.btn-ghost:hover { color: var(--color-accent-400); }
.btn-nav { width: 38px; height: 38px; padding: 0; border-radius: var(--radius-control); border: 1px solid var(--color-divider); background: transparent; color: var(--color-text); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.btn-nav:hover { border-color: var(--color-accent-600); }

/* ---- Tags / chips -------------------------------------------------------- */
.tag { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: var(--radius-pill); font-size: 14px; white-space: nowrap; }
.tag--outline { border: 1px solid var(--color-divider); color: var(--t70); }
.tag--muted { border: 1px solid var(--color-divider); color: var(--t70); }
.tag--accent { border: 1px solid var(--color-accent-800); background: color-mix(in srgb, var(--color-accent) 10%, transparent); color: var(--color-accent-100); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }

.icon { display: inline-block; vertical-align: -0.15em; }

/* ---- Top bar + header ----------------------------------------------------- */
.pc-topbar { position: relative; border-bottom: 1px solid var(--color-divider); background: color-mix(in srgb, var(--color-surface) 55%, transparent); font-size: 13px; padding: 0 var(--gutter); }
.pc-topbar::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: linear-gradient(90deg, var(--color-teal), var(--color-accent) 60%, transparent); opacity: .6; }
.pc-topbar__inner { display: flex; align-items: center; gap: 18px; padding: 8px 0; color: var(--t55); letter-spacing: .01em; }
.pc-topbar__location { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.pc-topbar__location .icon { color: var(--color-teal); }
.pc-topbar__contacts { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.pc-topbar__contacts a { display: inline-flex; align-items: center; gap: 6px; color: var(--t55); transition: color .15s ease; }
.pc-topbar__contacts a .icon { color: var(--t45); transition: color .15s ease; }
.pc-topbar__contacts a:hover { color: var(--color-accent-300); }
.pc-topbar__contacts a:hover .icon { color: var(--color-accent-300); }
.pc-topbar__contacts a:not(:last-child) { padding-right: 16px; border-right: 1px solid var(--color-divider); }

.pc-header { position: sticky; top: 0; z-index: 60; box-shadow: 0 6px 24px -18px rgba(0, 0, 0, .9); backdrop-filter: blur(14px); background: var(--bg-88); border-bottom: 1px solid var(--color-divider); padding: 0 var(--gutter); }
.pc-header__inner { display: flex; align-items: center; gap: 28px; padding: 13px 0; }
.pc-logo { flex: none; display: flex; align-items: center; transition: opacity .15s ease; }
.pc-logo:hover { opacity: .85; }
.pc-logo img { height: 48px; width: auto; }
.pc-logo__img--light, :root[data-theme="light"] .pc-logo__img--dark { display: none; }
:root[data-theme="light"] .pc-logo__img--light { display: block; }
.pc-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.pc-nav__link {
  position: relative; background: transparent; border: 0; padding: 9px 11px; border-radius: var(--radius-control);
  font-size: 14px; color: var(--t72); white-space: nowrap;
  transition: background .18s ease, color .18s ease;
}
.pc-nav__link:hover { background: var(--t8); color: var(--color-text); }
.pc-nav__link.is-active { color: var(--color-accent-200); font-weight: 600; }
.pc-nav__link.is-active::after {
  content: ''; position: absolute; left: 11px; right: 11px; bottom: 3px; height: 2px; border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--color-teal), var(--color-accent));
}
.pc-header__actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 36px; height: 36px; flex: none; display: grid; place-items: center; background: transparent; border: 1px solid var(--color-divider); border-radius: 9px; color: var(--color-text); cursor: pointer; font-size: 16px }
.theme-toggle:hover { border-color: var(--color-accent-600); }
.theme-toggle__icon::before { content: '\263D'; }
:root[data-theme="light"] .theme-toggle__icon::before { content: '\2600'; }
.pc-burger { display: none; margin-left: auto; width: 38px; height: 38px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--color-divider); border-radius: 8px; color: var(--color-text); cursor: pointer; }
.pc-burger span { display: block; width: 16px; height: 1.5px; background: currentColor; box-shadow: 0 5px 0 currentColor, 0 -5px 0 currentColor; }
.pc-header__progress { position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: linear-gradient(90deg, var(--color-teal), var(--color-accent)); border-radius: 0 999px 999px 0; pointer-events: none; }

.pc-mobile-menu { display: none; border-top: 1px solid var(--color-divider); padding: 8px 0 22px; flex-direction: column; background: var(--color-bg); }
.pc-mobile-menu.is-open { display: flex; }
.pc-mobile-menu nav { display: flex; flex-direction: column; }
.pc-mobile-menu__link { display: flex; align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--color-divider); text-align: left; padding: 15px 2px; font-size: 16px; font-family: 'Manrope', sans-serif; color: var(--color-text); transition: color .15s ease, background .15s ease; }
.pc-mobile-menu__link:active { background: var(--t8); }
.pc-mobile-menu__link.is-active { color: var(--color-accent-200); font-weight: 600; box-shadow: inset 3px 0 0 var(--color-accent); padding-left: 10px; }
.pc-mobile-menu__theme { display: flex; align-items: center; gap: 10px; margin-top: 6px; padding: 11px 2px; background: transparent; border: 0; border-top: 1px solid var(--color-divider); color: var(--color-text); font-size: 15px; cursor: pointer; text-align: left; width: 100%; }
.pc-mobile-menu__cta { margin-top: 10px; font-size: 15px; padding: 11px; width: 100%; }
.pc-mobile-menu__contacts { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--color-divider); font-size: 14px; color: var(--t55); }
.pc-mobile-menu__contacts a { display: inline-flex; align-items: center; gap: 7px; color: var(--t55); }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px, 7vw, 104px) var(--gutter) clamp(40px, 5vw, 72px); overflow: hidden; }
/* The decorative gradient orb belongs only to the two-column Home/About layout — .hero--split,
   added alongside .hero on those two pages' <section> — not the single-column secondary-page
   heroes (.hero__inner: Product Engineering, Services, Approach, Team, Careers, Contact). */
.hero--split::before { content: ''; position: absolute; top: -160px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(251, 80, 0, .20), transparent 62%); pointer-events: none; }
.hero__grid { position: relative; max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__inner { position: relative; max-width: var(--container-max); margin: 0 auto; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent-300); border: 1px solid var(--color-accent-800); border-radius: var(--radius-pill); padding: 6px 12px; margin-bottom: 26px; }
.hero__eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); animation: pcPulse 2.4s ease-in-out infinite; }
/* Single-column secondary-page default (Product Engineering's own spec — every other
   .hero__inner page overrides font-size/max-width inline only where its copy differs). */
.hero h1 { font-size: clamp(32px, 4.4vw, 54px); line-height: 1.06; letter-spacing: -.035em; margin-bottom: 22px; max-width: 24ch; }
.hero__lede { font-size: 17.5px; color: var(--t68); max-width: 70ch; margin-bottom: 32px; }
/* Home's two-column hero runs noticeably larger/wider than the single-column default above. */
.hero--split h1 { font-size: clamp(40.5px, 5.76vw, 70.5px); line-height: 1.04; max-width: calc(var(--container-max) * .5); }
.hero--split .hero__lede { font-size: clamp(16px, 1.39vw, 19px); max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 44px); margin-top: clamp(34px, 4vw, 52px); padding-top: 26px; border-top: 1px solid var(--color-divider); }
.hero__stat-value { font-family: 'Manrope', sans-serif; font-size: 27.5px; font-weight: 600; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: var(--color-accent-300); }
.hero__stat-label { font-size: 14px; color: var(--t52); }

@keyframes pcPulse { 0%, 100% { opacity: .35; transform: scale(1); } 50% { opacity: 1; transform: scale(1.35); } }
@keyframes pcMarquee { to { transform: translateX(-50%); } }

/* ---- lv-panel: shared "device preview card" language --------------------- */
.lv-panel { border: 1px solid var(--color-divider); border-radius: 16px; background: linear-gradient(165deg, var(--color-surface), var(--surface-70)); padding: clamp(20px, 2.4vw, 30px); box-shadow: var(--shadow-md); }
.lv-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; flex-wrap: wrap; }
.lv-panel__title { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--t55); }
.lv-panel__status { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-accent-300); }
.lv-panel__status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); animation: pcPulse 1.8s ease-in-out infinite; }

/* ---- Idea -> Outcome flow card --------------------------------------------
   Tighter padding/gaps than the shared .lv-panel/.lv-panel__head defaults —
   this panel has to hold four full stage-pictures, so it's scoped separately
   to keep the card's total height close to the hero's left-column text. */
/* min-width: 0 on the panel and the swiper row is load-bearing: without it, the swiper's
   non-wrapping flex row reports its full (un-shrunk) content width as its intrinsic min-content,
   which a CSS Grid item's default min-width:auto lets bubble all the way up through
   .flow-panel__grid to .hero__grid, blowing the whole hero grid wider than the viewport below the
   860px stacking breakpoint even though every element visually renders inside its bounds. */
.flow-panel { padding: clamp(16px, 1.8vw, 22px); min-width: 0; }
.flow-panel .lv-panel__head { margin-bottom: 14px; }
.flow-panel__heading { font-size: 20.5px; margin-bottom: 8px; }
.flow-panel__lede { font-size: 14px; line-height: 1.5; color: var(--t60); max-width: 62ch; margin-bottom: 16px; }
/* Stacked "for a thumb" layout (3m/3am) is now the one layout at every width, not just mobile:
   stage rail as a 2x2 pill grid, one picture panel underneath — see flow-panel__grid below. */
.flow-panel__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.flow-panel__footer { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--color-divider); display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 14px; }
.flow-panel__footer > span:first-child { color: var(--color-accent-300); font-weight: 500; }
.flow-panel__status { color: var(--t55); }

/* ---- Idea -> Outcome: stage rail as a one-at-a-time Swiper strip ----------
   < 01 | 02 Strategize & Bifurcate | 03 > — only the centered/active slide
   shows its title; neighbours peek as bare numbers. Swiper is vendored
   locally (assets/library/swiper, loaded via $page['lifecycleSwiper']), and
   its own stylesheet already lays .swiper-wrapper out as a flex row before
   JS runs, so :not(.swiper-initialized) below is the genuine no-JS state,
   not a JS-simulated one — every stage stays reachable (scroll-snap) and
   readable (full label shown) without JavaScript. */
.flow-swiper-row { display: flex; align-items: center; gap: 8px; min-width: 0; }
.flow-swiper__nav { flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--color-divider); background: transparent; color: var(--t60); display: grid; place-items: center; cursor: pointer; transition: all .2s; }
.flow-swiper__nav:hover { border-color: var(--color-teal); color: var(--color-teal); }
.flow-swiper__nav.swiper-button-disabled { opacity: .35; cursor: default; pointer-events: none; }

.flow.swiper { position: relative; flex: 1; min-width: 0; overflow: hidden; padding: 4px 0; }
.flow .swiper-wrapper { align-items: center; }
.flow .swiper-slide { width: auto; flex-shrink: 0; }
.flow__item { display: flex; gap: 10px; align-items: center; padding: 8px 16px; border-radius: 10px; cursor: pointer; text-align: left; color: var(--color-text); background: transparent; border: 1px solid var(--color-divider); transition: all .2s; white-space: nowrap; }
.flow__item.is-active { border-color: var(--color-teal); background: rgba(54, 192, 208, .12); box-shadow: 0 0 24px -8px rgba(54, 192, 208, .55); }
.flow__dot { width: 26px; height: 26px; flex: none; border-radius: 8px; display: grid; place-items: center; font-size: 13px; font-family: 'Manrope', sans-serif; font-variant-numeric: tabular-nums; border: 1px solid var(--color-divider); color: var(--t55); }
.flow__item.is-active .flow__dot { border-color: var(--color-teal); color: var(--color-teal); }
.flow__label { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px; }
/* Collapse neighbouring slides to just their number once Swiper has taken over. */
.flow.swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .flow__item { padding: 6px; border-color: transparent; background: transparent; box-shadow: none; opacity: .55; }
.flow.swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .flow__label { display: none; }
/* No-JS fallback: a plain scroll-snap row of full pills, all reachable. */
.flow.swiper:not(.swiper-initialized) { overflow-x: auto; scroll-snap-type: x mandatory; }
.flow.swiper:not(.swiper-initialized) .swiper-wrapper { display: flex; gap: 8px; }
.flow.swiper:not(.swiper-initialized) .swiper-slide { scroll-snap-align: start; }

/* ---- Idea -> Outcome: each stage's own picture ----------------------------
   All four panes share one grid cell (same technique as .hero__slides) so the
   container's height is set by the tallest pane's content and never changes
   as stages switch — panes are always laid out (display: flex), just hidden
   via opacity/visibility, so the sizing math includes the inactive ones too. */
.flow-picture { position: relative; display: grid; }
.flow-picture__pane { grid-area: 1 / 1; display: flex; flex-direction: column; border: 1px solid var(--color-divider); border-radius: 12px; background: var(--t4); padding: 15px 18px; min-height: 200px; opacity: 0; visibility: hidden; pointer-events: none; }
.flow-picture__pane.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.flow-picture__eyebrow { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--t55); margin-bottom: 8px; }
.flow-picture__note { font-size: 13.5px; line-height: 1.4; color: var(--t55); margin-top: auto; padding-top: 8px; }

.flow-picture__quotes { list-style: none; margin: 0 0 8px; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.flow-picture__quotes li { font-size: 14px; color: var(--color-text); background: var(--t8); border: 1px solid var(--color-divider); border-radius: 10px; padding: 6px 12px; }

.flow-picture__lanes { list-style: none; margin: 0 0 10px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.flow-picture__lanes li { border-left: 2px solid var(--color-signal); padding: 4px 0 4px 12px; display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.flow-picture__lanes strong { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 14.5px; flex: none; }
.flow-picture__lanes span { font-size: 13px; color: var(--t60); }
.flow-picture__lanes span::before { content: '\2014\00a0'; }

.flow-picture__product { border: 1px solid var(--color-divider); border-radius: 10px; padding: 12px 14px; margin-bottom: 10px; }
.flow-picture__product-head { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px; margin-bottom: 10px; }
.flow-picture__product-head span { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 12.5px; color: var(--t55); margin-left: 8px; }
.flow-picture__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.flow-picture__chips span { font-size: 12.5px; padding: 5px 12px; border-radius: var(--radius-pill); border: 1px solid var(--color-divider); color: var(--t68); background: var(--t6); }
.flow-picture__chips--ready { margin-bottom: 10px; }
.flow-picture__chips--ready span { color: var(--color-text); }

.flow-picture__metrics { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.flow-picture__metric-head { display: flex; align-items: center; justify-content: space-between; font-size: 14px; margin-bottom: 5px; }
.flow-picture__metric-head strong { color: var(--color-teal-bright); font-variant-numeric: tabular-nums; }
.flow-picture__bar { height: 6px; border-radius: var(--radius-pill); background: var(--t10); overflow: hidden; }
.flow-picture__bar span { display: block; height: 100%; background: var(--color-teal); border-radius: var(--radius-pill); }

.flow-picture__mark { display: inline-block; width: 3px; height: 12px; background: var(--color-signal); margin-right: 8px; border-radius: 2px; vertical-align: -1px; }

/* ---- Idea -> Outcome: 4-segment progress bar (shown at every width) ------------------------- */
.flow-progress { display: flex; gap: 6px; margin-bottom: 18px; }
.flow-progress__seg { flex: 1; height: 4px; border-radius: var(--radius-pill); background: var(--t10); }
.flow-progress__seg.is-active { background: var(--color-teal); }

.hero__legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--color-divider); }
.hero__legend a { font-size: 14px; color: var(--t62); }
.hero__legend a.is-active { color: var(--color-accent-300); }

/* ---- Our Origin: "4f" plate — origin card, journey line, 3 rotating practices --------------- */
.origin-plate__grid { display: grid; grid-template-columns: 214px 1fr; gap: 28px; align-items: center; margin-bottom: 20px; }

.origin-plate__card { border-left: 2px solid var(--color-signal); border-top: 1px solid var(--color-divider); border-right: 1px solid var(--color-divider); border-bottom: 1px solid var(--color-divider); border-radius: 12px; background: var(--t4); padding: 16px 18px; }
.origin-plate__card-name { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 17px; margin-bottom: 8px; }
.origin-plate__dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--color-signal); margin-right: 8px; vertical-align: 1px; }
.origin-plate__card-region { font-size: 14px; color: var(--t62); margin-bottom: 4px; }
.origin-plate__card-coords { font-size: 12.5px; color: var(--t45); font-variant-numeric: tabular-nums; }

.origin-plate__journey { display: flex; align-items: center; gap: 14px; }
.origin-plate__journey-label { flex: none; font-size: 13px; color: var(--t55); max-width: 110px; }
.origin-plate__journey-label--end { text-align: right; color: var(--t62); }
.origin-plate__track { position: relative; flex: 1; height: 2px; background: var(--color-divider); }
.origin-plate__track-block { position: absolute; top: 50%; left: 0; width: 12px; height: 12px; margin-top: -6px; border-radius: 3px; background: var(--color-teal); box-shadow: 0 0 12px -2px rgba(54, 192, 208, .8); animation: originJourney 3.6s ease-in-out infinite; }
.origin-plate__track-end { position: absolute; top: 50%; right: -1px; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; border: 2px solid var(--color-teal); background: var(--color-bg); }
@keyframes originJourney { 0% { left: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { left: calc(100% - 12px); opacity: 0; } }

.origin-plate__practice-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--color-divider); border-radius: 12px; background: var(--t4); padding: 16px 20px; margin-bottom: 20px; }
.origin-plate__practice-panes { position: relative; display: grid; flex: 1; min-width: 0; }
.origin-plate__practice-pane { grid-area: 1 / 1; display: flex; gap: 12px; opacity: 0; visibility: hidden; transition: opacity .3s; }
.origin-plate__practice-pane.is-active { opacity: 1; visibility: visible; }
.origin-plate__practice-mark { flex: none; width: 3px; height: 34px; background: var(--color-signal); border-radius: 2px; margin-top: 2px; }
.origin-plate__practice-title { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15.5px; margin-bottom: 3px; }
.origin-plate__practice-body { font-size: 13.5px; color: var(--t60); }
.origin-plate__dots { flex: none; display: flex; gap: 6px; }
.origin-plate__dot-btn { width: 7px; height: 7px; border-radius: 50%; border: none; background: var(--t10); cursor: pointer; padding: 0; }
.origin-plate__dot-btn.is-active { background: var(--color-teal); }

.origin-plate__footer { font-size: 14px; color: var(--t62); line-height: 1.6; }

/* ---- Pillars --------------------------------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar { text-align: left; background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: var(--radius-card); padding: 26px; cursor: pointer; color: var(--color-text); display: flex; flex-direction: column; gap: 10px; transition: border-color .2s, transform .2s; }
.pillar:hover { border-color: var(--color-accent-600); transform: translateY(-3px); }
.pillar__kicker { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent-300); }
.pillar__title { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 21.5px; letter-spacing: -.02em; line-height: 1.2; }
.pillar__body { font-size: 14px; line-height: 1.55; color: var(--t62); }
.pillar__cta { margin-top: 6px; font-size: 14px; color: var(--color-accent-300); }

/* ---- Approach risk curve --------------------------------------------------- */
.risk-curve__head { align-items: flex-start; margin-bottom: 26px; }
.risk-curve__note { font-size: 14px; line-height: 1.55; color: var(--t60); margin-top: 6px; }

.risk-curve { border: 1px solid var(--color-divider); border-radius: var(--radius-card); background: var(--color-surface); padding: 18px; overflow: hidden; }
.risk-curve__chart { position: relative; height: 120px; cursor: ew-resize; -webkit-user-select: none; user-select: none; touch-action: pan-y; border-radius: 10px; overflow: hidden; }
.risk-curve__highlight { position: absolute; top: 0; bottom: 0; width: 12.5%; background: color-mix(in srgb, var(--color-accent) 16%, transparent); transition: left .35s ease, width .35s ease; pointer-events: none; }
.risk-curve__svg { position: relative; display: block; width: 100%; height: 100%; }
.risk-curve__line { stroke: var(--color-accent); stroke-width: 2.5px; vector-effect: non-scaling-stroke; }
.risk-curve__cursor { position: absolute; top: 0; bottom: 0; width: 2px; background: var(--color-accent); transition: left .35s ease; pointer-events: none; }
.risk-curve__ticks { display: flex; justify-content: space-between; gap: 4px; padding: 12px 0 2px; }
.risk-curve__tick { flex: 1; background: transparent; border: 0; padding: 4px 2px; font-size: 14px; color: var(--t55); cursor: pointer; text-align: center; }
.risk-curve__tick.is-active { color: var(--color-accent-200); font-weight: 600; }
.risk-curve__tick-dot, .risk-curve__tick-num { display: none; }

.risk-curve__legend { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 14px 0 0; font-size: 14px; color: var(--t55); }
.risk-curve__legend span { display: flex; align-items: center; gap: 8px; }
.risk-curve__swatch { width: 13px; height: 13px; border-radius: 4px; display: inline-block; }
.risk-curve__swatch--thinking { background: color-mix(in srgb, var(--color-accent) 30%, transparent); border: 1px solid var(--color-accent-600); }
.risk-curve__swatch--building { background: var(--t8); border: 1px solid var(--color-divider); }
.risk-curve__status { margin-left: auto; color: var(--t50); }

.risk-curve__detail { margin-top: 16px; border: 1px solid var(--color-divider); border-radius: var(--radius-card); background: var(--bg-55); padding: 22px; }
.risk-curve__detail-panel { display: none; gap: 24px; flex-wrap: wrap; justify-content: space-between; }
.risk-curve__detail-panel.is-active { display: flex; }
.risk-curve__detail-main { display: flex; gap: 16px; align-items: center; flex: 1 1 320px; }
.risk-curve__detail-num { flex: none; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 25.5px; color: var(--color-accent-300); }
.risk-curve__detail-main h3 { font-size: 20.5px; margin: 0 0 8px; }
.risk-curve__detail-main p { max-width: 56ch; color: var(--t68); margin: 0; }
.risk-curve__detail-helps { flex: 1 1 280px; max-width: 360px; }
.risk-curve__detail-label { display: block; font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--color-accent-300); margin-bottom: 8px; }
.risk-curve__detail-helps p { font-size: 14px; line-height: 1.6; color: var(--t62); margin: 0; }

/* ---- Complexity -> Clarity --------------------------------------------------- */
.clarity__body { position: relative; min-height: 220px; }
.clarity__scattered { position: relative; min-height: 340px; }
.clarity__chip { position: absolute; display: inline-block; padding: 6px 12px; border-radius: var(--radius-pill); font-size: 14px; white-space: nowrap; border: 1px solid var(--color-divider); color: var(--t68); background: var(--t6); animation: clarity-float var(--dur, 7s) ease-in-out var(--delay, 0s) infinite; }
@keyframes clarity-float {
  0%, 100% { transform: translate(0, 0) rotate(var(--rot, 0deg)); }
  50% { transform: translate(var(--dx, 6px), var(--dy, 6px)) rotate(var(--rot, 0deg)); }
}
@media (prefers-reduced-motion: reduce) {
  .clarity__chip { animation: none; transform: rotate(var(--rot, 0deg)); }
}
.clarity__organized { display: flex; flex-direction: column; gap: 4px; }
.clarity__group { display: grid; grid-template-columns: 30px auto 1fr; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--color-divider); }
.clarity__group .tag-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}
.clarity__group .tag-row::-webkit-scrollbar { display: none; }
.clarity__group .tag-row .tag { flex: 0 0 auto; white-space: nowrap; }
.clarity__group-num { width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--color-accent-700); display: grid; place-items: center; font-size: 14px; color: var(--color-accent-300); font-variant-numeric: tabular-nums; }
.clarity__group-name { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 16px; white-space: nowrap; }
.clarity__footer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--color-divider); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.clarity__caption { font-size: 14px; color: var(--t62); }

/* ---- Lifecycle component ----------------------------------------------------- */
.lifecycle__rail { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; overflow-x: auto; padding-bottom: 4px; }
.lifecycle--compact .lifecycle__rail { flex-wrap: nowrap; }
.lifecycle__tab { background: transparent; border: 1px solid var(--color-divider); border-radius: var(--radius-pill); padding: 9px 14px; font-size: 14px; color: var(--t70); cursor: pointer; white-space: nowrap; font-family: 'Inter', sans-serif; }
.lifecycle__tab-num { opacity: .6; font-variant-numeric: tabular-nums; margin-right: 6px; }
.lifecycle__tab.is-active { border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 16%, transparent); color: var(--color-accent-100); }
.lifecycle__panels { border: 1px solid var(--color-divider); border-radius: 16px; background: var(--color-surface); padding: clamp(20px, 2.6vw, 34px); box-shadow: var(--shadow-sm); }
.lifecycle__panel { display: none; }
.lifecycle__panel.is-active { display: block; }
.lifecycle__stage-count { font-size: 14px; color: var(--color-accent-300); font-variant-numeric: tabular-nums; }
.lifecycle__panel h3 { font-size: clamp(23.5px, 2.56vw, 32px); margin: 10px 0 12px; }
.lifecycle__panel p { color: var(--t70); max-width: 60ch; }
.lifecycle__bar { margin-top: 24px; height: 4px; border-radius: var(--radius-pill); background: var(--t10); overflow: hidden; }
.lifecycle__bar-fill { height: 100%; width: var(--pc-progress, 10%); background: var(--color-accent); border-radius: var(--radius-pill); }
.lifecycle__facets.swiper { margin: 26px 0; padding-bottom: 30px; }
.lifecycle__facets .swiper-wrapper { align-items: stretch; }
.lifecycle__facet { height: 100%; box-sizing: border-box; border: 1px solid var(--color-divider); border-radius: 10px; padding: 16px; background: var(--bg-55); }
.lifecycle__facet strong { display: block; font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 15px; margin-bottom: 6px; color: var(--color-accent-200); }
.lifecycle__facet span { font-size: 14px; line-height: 1.5; color: var(--t60); }
.lifecycle__facets .swiper-pagination-bullet { background: var(--t20); opacity: 1; }
.lifecycle__facets .swiper-pagination-bullet-active { background: var(--color-accent); }
.lifecycle__deliverables { border-top: 1px solid var(--color-divider); padding-top: 18px; }
.lifecycle__deliverables-label { display: block; font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--t55); margin-bottom: 12px; }

/* ---- Approach path component -------------------------------------------------- */
.approach-path__rail-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.approach-path__rail-controls { display: flex; align-items: center; gap: 10px; }
.approach-path__rail-nav { display: flex; gap: 8px; }
.approach-path__rail { position: relative; display: flex; justify-content: space-between; gap: 6px; overflow-x: auto; padding: 4px 4px 12px; margin-bottom: 16px; }
.approach-path__rail::before { content: ''; position: absolute; left: 26px; right: 26px; top: 28px; height: 1px; background: var(--color-divider); z-index: 0; }
.approach-path__dot { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; background: transparent; border: 0; padding: 6px; cursor: pointer; color: var(--t55); flex: none; }
.approach-path__dot-icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--color-divider); background: var(--color-bg); display: grid; place-items: center; }
.approach-path__dot .icon { color: inherit; }
.approach-path__dot span { font-size: 14px; white-space: nowrap; }
.approach-path__dot.is-active { color: var(--color-accent-200); }
.approach-path__dot.is-active .approach-path__dot-icon { border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 14%, transparent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-accent) 12%, transparent); }
.approach-path__body { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(20px, 3vw, 44px); align-items: start; }
.approach-path__list { display: flex; flex-direction: column; position: sticky; top: 96px; max-height: calc(100vh - 96px - 24px); overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.approach-path__list::-webkit-scrollbar { display: none; }
.approach-path__item { display: flex; align-items: center; gap: 16px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--color-divider); padding: 20px 4px; cursor: pointer; color: var(--color-text); width: 100%; }
.approach-path__marker { width: 40px; height: 40px; flex: none; border-radius: 12px; border: 1px solid var(--color-divider); display: grid; place-items: center; font-family: 'Manrope', sans-serif; font-size: 16px; color: var(--t55); }
.approach-path__item.is-active .approach-path__marker { border-color: var(--color-accent); color: var(--color-accent-200); background: color-mix(in srgb, var(--color-accent) 14%, transparent); }
.approach-path__item-copy { display: flex; flex-direction: column; gap: 6px; text-align: left; flex: 1; }
.approach-path__item-name { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: clamp(19px, 2.35vw, 25.5px); letter-spacing: -.02em; }
.approach-path__item-desc { font-size: 14px; color: var(--t60); }
.approach-path__item-icon { color: var(--t30); flex: none; }
.approach-path__item.is-active .approach-path__item-icon { color: var(--color-accent-300); }
.approach-path__detail { position: sticky; top: 96px; border: 1px solid var(--color-divider); border-radius: 16px; background: linear-gradient(170deg, var(--color-surface), var(--surface-60)); padding: clamp(22px, 2.6vw, 30px); box-shadow: var(--shadow-sm); }
.approach-path__panel { display: none; }
.approach-path__panel.is-active { display: block; }
.approach-path__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.approach-path__panel-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; border: 1px solid var(--color-accent-700); background: color-mix(in srgb, var(--color-accent) 14%, transparent); color: var(--color-accent-100); box-shadow: 0 0 26px -10px rgba(251, 80, 0, .8); }
.approach-path__panel-num { font-family: 'Manrope', sans-serif; font-size: 36.5px; font-weight: 600; color: var(--t13); font-variant-numeric: tabular-nums; }
.approach-path__panel h3 { font-size: clamp(23.5px, 2.56vw, 30px); margin-bottom: 12px; }
.approach-path__panel > p { font-size: 15.5px; line-height: 1.6; color: var(--t68); margin-bottom: 24px; }
.approach-path__io { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 24px; padding: 16px; border: 1px solid var(--color-divider); border-radius: 12px; background: var(--bg-55); }
.approach-path__io-label { display: block; text-align: center; font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--t50); margin-bottom: 8px; }
.approach-path__io .tag-row { justify-content: center; }
.approach-path__io-arrow { text-align: center; color: var(--color-accent-300); font-size: 14px }
.approach-path__helps { font-size: 14px; line-height: 1.55; color: var(--t68); margin-bottom: 24px; }
.approach-path__helps strong { display: block; font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--color-accent-300); margin-bottom: 10px; font-weight: 500; }
.approach-path__progress { height: 4px; border-radius: var(--radius-pill); background: var(--t10); overflow: hidden; margin-bottom: 10px; }
.approach-path__progress-fill { height: 100%; width: var(--pc-progress, 10%); background: var(--color-accent); }
.approach-path__progress-labels { display: flex; justify-content: space-between; font-size: 14px; color: var(--t50); }

/* ---- Carousel / film strip (replaces Swiper) ---------------------------------- */
.film { display: flex; align-items: stretch; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 4px 4px 16px; scrollbar-width: none; -ms-overflow-style: none; }
.film > * { scroll-snap-align: start; flex: 0 0 min(85vw, 300px); }
.film::-webkit-scrollbar { display: none; }
.film-nav { display: flex; gap: 8px; }
.film-dots { display: flex; gap: 6px; align-items: center; }
.film-dots__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--t20); border: 0; padding: 0; cursor: pointer; }
.film-dots__dot.is-active { background: var(--color-accent); width: 18px; border-radius: 4px; }

.card { display: flex; flex-direction: column; gap: 12px; padding: 24px; border-radius: var(--radius-card); border: 1px solid var(--color-divider); background: var(--color-surface); color: var(--color-text); height: 100%; }
a.card, button.card { text-align: left; cursor: pointer; transition: border-color .2s, transform .2s; width: 100%; }
a.card:hover, button.card:hover { border-color: var(--color-accent-600); transform: translateY(-3px); }
.card-icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; border: 1px solid var(--color-accent-800); background: color-mix(in srgb, var(--color-accent) 10%, transparent); color: var(--color-accent-200); flex: none; }
.card-title { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 17.5px; letter-spacing: -.015em; line-height: 1.25; }
.card-body { font-size: 14px; line-height: 1.55; color: var(--t60); }

/* ---- Services x lifecycle matrix ----------------------------------------------- */
.matrix { margin-top: 24px; border: 1px solid var(--color-divider); border-radius: var(--radius-card); background: var(--color-surface); padding: 20px 22px; overflow-x: auto; }
.matrix__table { min-width: 660px; width: 100%; border-collapse: collapse; }
.matrix__table th { font-weight: 400; font-size: 14px; color: var(--t55); text-align: center; padding-bottom: 10px; writing-mode: vertical-rl; transform: rotate(180deg); height: 90px; cursor: default; transition: color .15s, font-weight .15s; }
.matrix__table th[scope="col"]:focus-visible { outline-offset: 4px; }
.matrix__table th[scope="row"], .matrix__table td:first-child { writing-mode: horizontal-tb; transform: none; text-align: left; font-size: 14px; font-weight: 400; color: var(--t62); padding: 0 12px 0 0; cursor: default; transition: color .15s, font-weight .15s; }
.matrix__row-label { display: block; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.matrix__table td { text-align: center; border-top: 1px solid var(--color-divider); padding: 10px 4px; height: 26px; transition: background .15s; }
.matrix__table tbody tr { cursor: default; transition: background .15s; }
.matrix__table tbody tr:hover, .matrix__table tbody tr:focus-within { background: var(--t4); }
.matrix__dot { display: inline-block; border-radius: 50%; background: var(--t14); width: 3px; height: 3px; transition: opacity .15s, transform .15s; }
.matrix__dot--primary { width: 13px; height: 13px; background: var(--color-accent); }
.matrix__dot--supporting { width: 7px; height: 7px; background: color-mix(in srgb, var(--color-accent) 55%, transparent); }

/* Hover/tap highlight (assets/scripts/matrix.js toggles .is-hovering / .is-active) */
.matrix__table.is-hovering td .matrix__dot { opacity: .3; }
.matrix__table.is-hovering td.is-active .matrix__dot { opacity: 1; transform: scale(1.25); }
.matrix__table.is-hovering td.is-active { background: color-mix(in srgb, var(--color-accent) 8%, transparent); }
.matrix__table th[scope="row"].is-active .matrix__row-label,
.matrix__table th[scope="col"].is-active { color: var(--color-accent-200); font-weight: 600; }

.matrix__legend { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--color-divider); font-size: 14px; color: var(--t50); }
.matrix__legend span { display: flex; align-items: center; gap: 7px; }
.matrix__legend-hint { margin-left: auto; }

/* ---- Marquee -------------------------------------------------------------------- */
.marquee { padding: clamp(30px, 4vw, 56px) 0; overflow: hidden; }
.marquee__track { display: flex; width: max-content; gap: 28px; align-items: center; animation: pcMarquee 40s linear infinite; padding-left: var(--gutter); }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__tile { flex: none; display: grid; place-items: center; padding: 13px 20px; border: 1px solid var(--color-divider); border-radius: 12px; background: var(--color-surface); font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--t70); white-space: nowrap; }

/* ---- Map / delivery-reach zoom widget -------------------------------------------- */
.map-widget__frame { position: relative; width: 100%; overflow: hidden; border-radius: 12px; border: 1px solid var(--color-divider); background: var(--bg-55); aspect-ratio: 800 / 436; }
.map-widget__image { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .5s ease; }
.map-widget__image.is-active { opacity: 1; }
.map-locator { display: block; width: 100%; height: 100%; }
.map-locator__pulse { animation: pcPulse 2.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.map-widget__levels { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; }
.map-widget__level { width: 26px; height: 6px; border-radius: 999px; border: 0; padding: 0; background: var(--t14); cursor: pointer; }
.map-widget__level.is-active { background: var(--color-accent); }
.map-widget__footer { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--color-divider); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 14px }
.map-widget__name { color: var(--color-accent-200); }
.map-widget__caption { color: var(--t55); }

/* ---- FAQ accordion ---------------------------------------------------------------- */
.faq { }
.faq__item { border-bottom: 1px solid var(--color-divider); }
.faq__question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: transparent; border: 0; padding: 18px 0; color: var(--color-text); cursor: pointer; font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 17px }
/* A text "+" glyph never sits dead-center in its box (font metrics put its ink center off from
   the em-box center, by an amount that varies per font/weight) — drawn with two CSS bars instead,
   so the collapse/expand icon is pixel-centered regardless of typeface. */
.faq__icon { position: relative; width: 22px; height: 22px; border-radius: 7px; border: 1px solid var(--color-divider); color: var(--t60); flex: none; transition: transform .2s, border-color .2s, color .2s; }
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; top: 50%; left: 50%; background: currentColor; transform: translate(-50%, -50%); }
.faq__icon::before { width: 10px; height: 1.5px; }
.faq__icon::after { width: 1.5px; height: 10px; }
.faq__item.is-open .faq__icon { transform: rotate(45deg); border-color: var(--color-accent); color: var(--color-accent-100); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq__item.is-open .faq__answer { max-height: 400px; }
.faq__answer p { padding-bottom: 18px; color: var(--t66); max-width: 70ch; }

/* ---- Services full accordion (Services page) --------------------------------------- */
.services-list { border-top: 1px solid var(--color-divider); }
.services-list__item { border-bottom: 1px solid var(--color-divider); }
.services-list__head { width: 100%; display: flex; align-items: center; gap: 16px; text-align: left; background: transparent; border: 0; padding: 22px 0; color: var(--color-text); cursor: pointer; }
.services-list__meta { flex: 1; }
/* Same pixel-centered CSS plus as .faq__icon — see the comment there. */
.services-list__icon { position: relative; flex: none; width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--color-divider); color: var(--t60); transition: transform .22s, border-color .22s, color .22s; }
.services-list__icon::before, .services-list__icon::after { content: ''; position: absolute; top: 50%; left: 50%; background: currentColor; transform: translate(-50%, -50%); }
.services-list__icon::before { width: 11px; height: 1.5px; }
.services-list__icon::after { width: 1.5px; height: 11px; }
.services-list__item.is-open .services-list__icon { transform: rotate(45deg); border-color: var(--color-accent); color: var(--color-accent-100); }
.services-list__num { font-size: 14px; color: var(--color-accent-400); font-variant-numeric: tabular-nums; flex: none; width: 30px; }
.services-list__title { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: clamp(18px, 1.92vw, 22.5px); letter-spacing: -.02em; display: block; }
.services-list__blurb { font-size: 14px; line-height: 1.5; color: var(--t58); max-width: 78ch; display: block; margin-top: 5px; }
.services-list__body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.services-list__item.is-open .services-list__body { max-height: 900px; }
.services-list__detail { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; padding: 0 0 26px 46px; }
.services-list__detail > div { border: 1px solid var(--color-divider); border-radius: var(--radius-card); background: var(--color-surface); padding: 18px 20px; }
.services-list__detail-label { font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--color-accent-300); margin-bottom: 8px; }
.services-list__detail p { font-size: 14px; line-height: 1.6; color: var(--t68); }
.services-list__cta { padding: 0 0 26px 46px; }

/* ---- Services swiper (Services page "12 services in 1 lifecycle") ------------------ */
.services-swiper { overflow: hidden; }
.services-swiper .swiper-slide { height: auto; } /* re-pinned to a shared px height by services-swiper.js */

.services-card { height: 100%; display: flex; flex-direction: column; border: 1px solid var(--color-divider); border-radius: var(--radius-card); background: var(--color-surface); padding: clamp(20px, 2vw, 26px); }
.services-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.services-card__icon { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--color-accent-800); background: color-mix(in srgb, var(--color-accent) 10%, transparent); color: var(--color-accent-200); }
.services-card__badge { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--t55); border: 1px solid var(--color-divider); border-radius: 999px; padding: 5px 10px; white-space: nowrap; }
.services-card__title { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 19px; letter-spacing: -.01em; line-height: 1.25; margin: 0 0 10px; }
.services-card__blurb { font-size: 14px; line-height: 1.55; color: var(--t58); margin: 0 0 18px; }

.services-card__accordion { border-top: 1px solid var(--color-divider); margin-bottom: 18px; }
.services-card__row { border-bottom: 1px solid var(--color-divider); }
.services-card__row-head { width: 100%; display: flex; align-items: center; gap: 10px; text-align: left; background: transparent; border: 0; padding: 13px 0; color: var(--color-text); cursor: pointer; font-size: 14px; }
.services-card__row-icon { flex: none; color: var(--color-accent-300); display: grid; place-items: center; }
.services-card__row-label { flex: 1; }
.services-card__row.is-open .services-list__icon { transform: rotate(45deg); border-color: var(--color-accent); color: var(--color-accent-100); }
.services-card__row-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.services-card__row.is-open .services-card__row-body { max-height: 300px; }
.services-card__row-body p { font-size: 13.5px; line-height: 1.6; color: var(--t68); margin: 0 0 16px; }

.services-card__cta { margin-top: auto; }
.services-card__cta .btn { width: 100%; text-align: center; }

.services-swiper-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.services-swiper-controls .swiper-pagination { position: static; display: flex; align-items: center; gap: 7px; }
.services-swiper-controls .swiper-pagination-bullet { width: 7px; height: 7px; border-radius: 50%; background: var(--color-divider); opacity: 1; margin: 0; transition: background .2s, width .2s, border-radius .2s; }
.services-swiper-controls .swiper-pagination-bullet-active { background: var(--color-accent); width: 18px; border-radius: 4px; }
.services-swiper-arrows { display: flex; gap: 10px; flex: none; }
.services-swiper-arrow { width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1px solid var(--color-divider); background: transparent; color: var(--t60); display: grid; place-items: center; cursor: pointer; transition: border-color .2s, color .2s; }
.services-swiper-arrow:hover { border-color: var(--color-accent-600); color: var(--color-accent-200); }
.services-swiper-arrow.swiper-button-disabled { opacity: .4; cursor: default; }

/* ---- Forms ------------------------------------------------------------------------- */
.pc-field { display: flex; flex-direction: column; gap: 6px; }
.pc-field--wide { grid-column: 1 / -1; }
.pc-field__label { font-size: 14px; color: var(--t60); }
.pc-input { font: inherit; font-size: 15px; padding: 11px 13px; border-radius: var(--radius-control); border: 1px solid var(--color-divider); background: var(--color-bg); color: var(--color-text); width: 100%; }
.pc-input:focus { border-color: var(--color-accent); }
input.pc-input.is-invalid, input.pc-input.is-valid { padding-right: 38px; background-repeat: no-repeat; background-position: right 12px center; background-size: 16px 16px; }
input.pc-input.is-invalid { border-color: var(--color-signal); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='none' stroke='%23e2555c' stroke-width='1.4'/%3E%3Cline x1='8' y1='4.6' x2='8' y2='8.8' stroke='%23e2555c' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='11.2' r='.9' fill='%23e2555c'/%3E%3C/svg%3E"); }
:root[data-theme="light"] input.pc-input.is-invalid { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='none' stroke='%23c13f47' stroke-width='1.4'/%3E%3Cline x1='8' y1='4.6' x2='8' y2='8.8' stroke='%23c13f47' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='11.2' r='.9' fill='%23c13f47'/%3E%3C/svg%3E"); }
input.pc-input.is-valid { border-color: #34d399; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.3 6.4 11.2 12.5 4.9' fill='none' stroke='%2334d399' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.pc-field__error { display: block; margin-top: 5px; font-size: 14px; color: var(--color-signal); }
.pc-field__valid-feedback { display: none; margin-top: 5px; font-size: 14px; color: #34d399; }
.pc-field.is-valid .pc-field__valid-feedback { display: block; }
textarea.pc-input { resize: vertical; }
.pc-input--file { padding: 9px 13px; }
.pc-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pc-form__card { border: 1px solid var(--color-divider); border-radius: 16px; background: var(--color-surface); padding: clamp(22px, 2.6vw, 34px); box-shadow: var(--shadow-sm); }
.pc-form__steps { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 12px; margin-bottom: 18px; border-bottom: 1px solid var(--color-divider); }
.pc-form__steps-tab { display: inline-flex; align-items: center; gap: 9px; flex: none; white-space: nowrap; padding: 10px 14px; border-radius: 10px; font-size: 15px; font-family: 'Manrope', sans-serif; font-weight: 500; border: 1px solid var(--color-divider); color: var(--t60); }
.pc-form__steps-tab.is-active { border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 16%, transparent); color: var(--color-accent-100); }
.pc-form__steps-dot { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; font-size: 14px; background: var(--t10); }
.pc-form__steps-tab.is-active .pc-form__steps-dot { background: var(--color-accent); color: var(--color-bg); }
.pc-form__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 6px; }
.pc-form__step-title { font-size: 20.5px }
.pc-form__step-count { font-size: 14px; color: var(--t52); font-variant-numeric: tabular-nums; white-space: nowrap; }
.pc-form__progress { height: 3px; border-radius: var(--radius-pill); background: var(--t10); margin: 14px 0 24px; overflow: hidden; }
.pc-form__progress-bar { height: 100%; width: var(--pc-progress, 25%); background: var(--color-accent); }
.pc-form__step { border: 0; margin: 0; padding: 0; display: none; }
.pc-form__step.is-active { display: block; }
.pc-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pc-form__nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }
.pc-form__back { background: transparent; border: 1px solid var(--color-divider); border-radius: var(--radius-control); padding: 10px 16px; color: var(--t70); font-size: 14px; cursor: pointer; }
.pc-form__back:disabled { opacity: .4; cursor: not-allowed; }
.pc-form__status { margin: 14px 0 0; font-size: 14px; color: var(--t60); min-height: 1.2em; }
.pc-form__status.is-error { color: var(--color-signal); }
.pc-form__status.is-success { color: var(--color-teal-bright); }
.pc-cta__heading { font-size: clamp(25.5px, 3.41vw, 40.5px); line-height: 1.1; margin-bottom: 28px; }
.pc-cta__contacts { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 18px; font-size: 14px; color: var(--t55); }
.pc-cta__contacts > * { display: inline-flex; align-items: center; gap: 7px; }
.pc-cta__contacts .icon { color: var(--color-teal); }

/* ---- Footer -------------------------------------------------------------------------- */
.pc-footer { position: relative; border-top: 1px solid var(--color-divider); padding: clamp(40px, 4.5vw, 68px) var(--gutter) 26px; background: color-mix(in srgb, var(--color-surface) 45%, transparent); overflow: hidden; }
.pc-footer::before { content: ''; position: absolute; top: -1px; left: calc(-1 * var(--gutter)); right: calc(-1 * var(--gutter)); height: 1px; background: linear-gradient(90deg, transparent, var(--color-teal), var(--color-accent), transparent); opacity: .6; pointer-events: none; }
.pc-footer__top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr) minmax(0, 1fr); align-items: start; gap: clamp(22px, 3vw, 44px); position: relative; }
.pc-footer__logo { height: 56px; width: auto; margin-bottom: 14px; }
.pc-footer__about p { font-size: 14px; line-height: 1.6; color: var(--t62); max-width: 34ch; }
.pc-footer__heading { font-size: 14px; letter-spacing: .13em; text-transform: uppercase; color: var(--t50); margin-bottom: 14px; }
.pc-footer__col { display: flex; flex-direction: column; gap: 8px; }
.pc-footer__col a { color: var(--t70); font-size: 14px }
.pc-footer__col a:hover { color: var(--color-accent-300); }
.pc-footer__address { display: flex; gap: 9px; font-size: 14px; line-height: 1.6; color: var(--t58); margin-bottom: 6px; }
.pc-footer__address .icon { flex: none; margin-top: 2px; color: var(--color-teal); }
.pc-footer__contact a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px }
.pc-footer__hiring { margin-top: 8px; align-self: flex-start; }
.pc-footer__bottom { margin-top: 30px; padding: 22px 0 0; border-top: 1px solid var(--color-divider); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; font-size: 14px; color: var(--t45); }
.pc-footer__legal { display: flex; gap: 18px; align-items: center; }
.pc-footer__cookie-settings { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; text-decoration: none; }
.pc-footer__cookie-settings:hover { color: var(--color-text); text-decoration: underline; }
.pc-back-to-top {
  position: fixed; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); z-index: 70;
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--bg-88); backdrop-filter: blur(8px); border: 1px solid var(--color-divider);
  color: var(--color-text); cursor: pointer; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s, border-color .18s ease;
}
.pc-back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.pc-back-to-top:hover { border-color: var(--color-teal); color: var(--color-teal-bright); }

/* ---- Generic content blocks used across inner pages ------------------------------------ */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
.grid-2:has(.map-widget) { align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 12px; }
.grid-auto--lg { grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
/* Services page "Technology follows the problem" grid: a fixed 4/3/2/1 column count per
   breakpoint (desktop/tablet-landscape/tablet-portrait/mobile), rather than auto-fit's variable
   column count. The tablet-portrait (2-col) and mobile (1-col) tiers are inherited from the
   shared .grid-auto rules in responsive.css (≤860px / ≤640px) — only the two wider tiers are
   set here. */
.grid-auto--tech { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) {
  .grid-auto--tech { grid-template-columns: repeat(3, 1fr); }
}
.info-card { border: 1px solid var(--color-divider); border-radius: 12px; padding: 20px; background: var(--color-surface); display: flex; flex-direction: column; gap: 9px; }
.info-card__icon { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; border: 1px solid var(--color-accent-800); background: color-mix(in srgb, var(--color-accent) 10%, transparent); color: var(--color-accent-200); }
.info-card__title { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 16.5px }
.info-card__body { font-size: 14px; line-height: 1.5; color: var(--t60); }
.stat-row { display: flex; flex-wrap: wrap; gap: 10px; }
.stat-block { flex: 1; min-width: 130px; border: 1px solid var(--color-divider); border-radius: 12px; padding: 18px; background: var(--color-surface); }
.stat-block__value { font-family: 'Manrope', sans-serif; font-size: 25.5px; font-weight: 600; letter-spacing: -.03em; color: var(--color-accent-200); }
.stat-block__label { font-size: 14px; color: var(--t55); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: var(--radius-pill); border: 1px solid var(--color-divider); font-size: 14px; color: var(--t72); }
.pill .icon { color: var(--color-accent-300); }

/* ---- Discipline -> phase reach widget (Team, About, Home) ----------------- */
/* touch-action left at its default (auto) so touch/pen input scrolls this natively via its own
   overflow-x — discipline-reach.js's drag-to-scroll only engages for mouse input; a `pan-y`
   restriction here previously blocked the browser's native horizontal touch-pan on this element,
   leaving touch users no way to scroll it (and no way off the moved=true state it could trigger
   in the mouse-only drag handler either, which made a tap register as a drag and swallowed the
   click — see discipline-reach.js). */
.discipline-chips { display: flex; flex-wrap: nowrap; gap: 8px; margin-bottom: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.discipline-chips:active { cursor: grabbing; }
.discipline-chips::-webkit-scrollbar { display: none; }
.discipline-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--radius-pill); border: 1px solid var(--color-divider); background: transparent; font-size: 14px; color: var(--t72); cursor: pointer; transition: all .2s; flex: 0 0 auto; white-space: nowrap; }
.discipline-chip svg { flex: none; color: var(--color-accent-300); }
.discipline-chip.is-active { border-color: var(--color-teal); background: rgba(54, 192, 208, .12); color: var(--color-text); box-shadow: 0 0 24px -8px rgba(54, 192, 208, .55); }
.discipline-chip.is-active svg { color: var(--color-teal); }

.discipline-panel__pane { display: none; }
.discipline-panel__pane.is-active { display: block; }
.discipline-panel { border: 1px solid var(--color-divider); border-radius: 12px; background: var(--t4); padding: 20px 22px; }
.discipline-panel__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.discipline-panel__name { font-size: 18px; margin: 0; }
.discipline-panel__badge { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--t55); white-space: nowrap; }
.discipline-panel__blurb { font-size: 14px; color: var(--t60); margin: 0 0 18px; }

.discipline-phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.discipline-phase { border: 1px solid var(--color-divider); border-radius: 10px; padding: 12px 14px; }
.discipline-phase__name { display: block; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 14px; color: var(--t55); }
.discipline-phase__state { display: block; font-size: 12.5px; color: var(--t45); margin-top: 4px; }
.discipline-phase.is-reach { border-color: var(--color-teal); }
.discipline-phase.is-reach .discipline-phase__name { color: var(--color-text); }
.discipline-phase.is-reach .discipline-phase__state { color: var(--color-teal-bright); }
.discipline-phase.is-owns { border-color: var(--color-teal); border-top: 2px solid var(--color-signal); }
.discipline-phase.is-owns .discipline-phase__name { color: var(--color-text); }
.discipline-phase.is-owns .discipline-phase__state { color: var(--color-signal); }

.discipline-reach__footer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--color-divider); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; color: var(--t55); }
.engagement-card { border: 1px solid var(--color-divider); border-radius: var(--radius-card); padding: 26px; background: var(--color-surface); }
.engagement-card--highlight { border-color: var(--color-accent-800); background: linear-gradient(160deg, color-mix(in srgb, var(--color-accent-900) 60%, transparent), transparent); }
.engagement-card h3 { font-size: 20.5px; margin-bottom: 8px; }
.engagement-card p { font-size: 14px; color: var(--t64); margin-bottom: 18px; }
/* 2 cards per row down to the 640px mobile breakpoint (see responsive.css), 1 below it. */
.entry-points { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; gap: 8px; align-content: start; }
.entry-point { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--color-divider); border-radius: 12px; background: var(--color-surface); }
.entry-point__icon { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--color-accent-800); background: color-mix(in srgb, var(--color-accent) 10%, transparent); color: var(--color-accent-200); }
.entry-point__stage { display: block; font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 15.5px }
.entry-point__body { display: block; font-size: 14px; color: var(--t58); }
.founder-card { border: 1px solid var(--color-divider); border-radius: var(--radius-card); padding: 26px; background: var(--color-surface); display: flex; flex-direction: column; gap: 14px; }
.founder-card__name { font-size: 19px; margin-bottom: 4px; }
.founder-card__role { font-size: 14px; color: var(--color-accent-300); }
.founder-card__head { font-size: 14px; color: var(--t50); }
.founder-card__bio { font-size: 14px; line-height: 1.6; color: var(--t66); }
.image-note { border: 1px dashed var(--t22); border-radius: 16px; min-height: 260px; display: grid; place-items: center; text-align: center; padding: 26px; }
.image-note__eyebrow { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--t50); margin-bottom: 8px; }
.image-note__label { font-family: 'Manrope', sans-serif; font-size: 17px; color: var(--t72); }

/* Principle cards */
.principle-card { border: 1px solid var(--color-divider); border-radius: 12px; background: var(--color-surface); display: flex; flex-direction: column; height: 100%; overflow: hidden; }
.principle-card__figure { aspect-ratio: 16/10; border-bottom: 1px solid var(--color-divider); display: grid; place-items: center; background: radial-gradient(circle at 35% 25%, color-mix(in srgb, var(--color-accent-900) 75%, transparent), transparent 72%); color: var(--color-accent-300); font-size: 32px }
.principle-card__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.principle-card__num { font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--color-accent-400); font-variant-numeric: tabular-nums; }
.principle-card__title { font-size: 17.5px }
.principle-card__body p { font-size: 14px; line-height: 1.55; color: var(--t62); }

/* Legal pages */
.prose h2 { font-size: 23.5px; margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--t70); line-height: 1.7; margin-bottom: 12px; }
.prose ul { padding-left: 22px; }
.prose .pc-cookie-table { width: 100%; margin-bottom: 24px; border-collapse: collapse; font-size: 14px; color: var(--t70); }
.prose .pc-cookie-table th, .prose .pc-cookie-table td { padding: 10px 14px; border: 1px solid var(--color-divider); text-align: left; vertical-align: top; }
.prose .pc-cookie-table th { color: var(--color-text); background: var(--bg-55); font-weight: 600; }
.prose .pc-cookie-table code { white-space: nowrap; }

/* Careers points */
.careers-point { border: 1px solid var(--color-divider); border-radius: var(--radius-card); padding: 26px; background: var(--color-surface); display: flex; flex-direction: column; gap: 10px; }
.careers-point__num { width: 30px; height: 30px; border-radius: 9px; border: 1px solid var(--color-accent-700); display: grid; place-items: center; font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--color-accent-300); }

/* Cookie consent banner + settings dialog */
.pc-cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 16px var(--gutter);
  background: var(--bg-88); backdrop-filter: blur(14px); border-top: 1px solid var(--color-divider);
  box-shadow: 0 -6px 24px -18px rgba(0, 0, 0, .9);
}
.pc-cookie[hidden] { display: none; }
.pc-cookie__inner { max-width: var(--container-max); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.pc-cookie__text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--t70); max-width: 640px; }
.pc-cookie__text a { color: var(--color-accent-300); }
.pc-cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: none; }

.pc-cookie-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: var(--gutter); }
.pc-cookie-modal[hidden] { display: none; }
.pc-cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 10, 16, .6); backdrop-filter: blur(2px); }
.pc-cookie-modal__panel {
  position: relative; width: 100%; max-width: 480px; max-height: min(600px, 86vh); overflow-y: auto;
  background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lg); padding: 24px;
}
.pc-cookie-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.pc-cookie-modal__header h2 { font-size: 19px; margin: 0; }
.pc-cookie-modal__close { background: none; border: 0; padding: 6px; margin: -6px; color: var(--t60); cursor: pointer; border-radius: var(--radius-control); }
.pc-cookie-modal__close:hover { color: var(--color-text); background: var(--t8); }
.pc-cookie-modal__category { border: 1px solid var(--color-divider); border-radius: 12px; padding: 16px; background: var(--bg-55); }
.pc-cookie-modal__category-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 600; margin-bottom: 8px; }
.pc-cookie-modal__category-head span:first-child { display: inline-flex; align-items: center; gap: 8px; color: var(--color-text); }
.pc-cookie-modal__category p { font-size: 13.5px; line-height: 1.6; color: var(--t62); margin: 0; }
.pc-cookie-modal__toggle { flex: none; width: 38px; height: 22px; border-radius: var(--radius-pill); background: var(--color-teal); position: relative; opacity: .7; border: 0; padding: 0; cursor: default; }
.pc-cookie-modal__toggle span { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--color-bg); transition: left .15s ease, right .15s ease; }
button.pc-cookie-modal__toggle { cursor: pointer; opacity: 1; background: var(--t14); transition: background .15s ease; }
button.pc-cookie-modal__toggle span { right: auto; left: 2px; }
button.pc-cookie-modal__toggle[aria-checked="true"] { background: var(--color-teal); }
button.pc-cookie-modal__toggle[aria-checked="true"] span { left: auto; right: 2px; }
.pc-cookie-modal__note { font-size: 13.5px; line-height: 1.6; color: var(--t58); margin: 16px 0 0; }
.pc-cookie-modal__note a { color: var(--color-accent-300); }
.pc-cookie-modal__footer { margin-top: 20px; display: flex; justify-content: flex-end; }

@media (max-width: 640px) {
  .pc-cookie__inner { flex-direction: column; align-items: stretch; }
  .pc-cookie__actions { justify-content: flex-end; }
}
