
    :root {
      --lex-blue: #1b94de;
      --lex-blue-2: #62c6ff;
      --lex-blue-3: #0d5f9c;
      --lex-gray: #6c6c70;
      --ink: #05070b;
      --ink-2: #08101a;
      --ink-3: #0c1724;
      --paper: #f4f8fb;
      --muted: #9fb0bf;
      --muted-2: #c4ced8;
      --line: rgba(255,255,255,.14);
      --line-strong: rgba(255,255,255,.24);
      --glass: rgba(255,255,255,.065);
      --glass-strong: rgba(255,255,255,.105);
      --shadow: 0 30px 90px rgba(0,0,0,.42);
      --max: 1180px;
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 16px;
      --ease: cubic-bezier(.19,1,.22,1);
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      background: var(--ink);
    }

    body {
      margin: 0;
      color: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 18% 0%, rgba(27,148,222,.23), transparent 34rem),
        radial-gradient(circle at 90% 10%, rgba(98,198,255,.13), transparent 32rem),
        linear-gradient(180deg, #04060a 0%, #08101a 43%, #05070b 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.18) 62%, transparent 100%);
      z-index: 0;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .11;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
      z-index: 1;
    }

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

    .site-shell {
      position: relative;
      z-index: 2;
    }

    .progress {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: rgba(255,255,255,.08);
      z-index: 50;
    }

    .progress span {
      display: block;
      height: 100%;
      width: 0;
      background: linear-gradient(90deg, var(--lex-blue), var(--lex-blue-2));
      box-shadow: 0 0 24px rgba(27,148,222,.85);
    }

    main {
      overflow: clip;
    }

    section {
      padding: clamp(78px, 12vw, 150px) clamp(18px, 4vw, 48px);
      position: relative;
    }

    .wrap {
      max-width: var(--max);
      margin: 0 auto;
      position: relative;
    }

    .hero {
      min-height: 100svh;
      display: grid;
      align-items: center;
      padding-top: clamp(28px, 3.5vw, 48px);
      padding-left: max(18px, calc((100vw - var(--max)) * 0.3));
      padding-right: 0;
    }

    .hero-grid {
      max-width: none;
      width: 100%;
      margin: 0;
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
      gap: clamp(34px, 5.2vw, 82px);
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--lex-blue-2);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .17em;
      text-transform: uppercase;
      margin-bottom: 22px;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 1px;
      background: linear-gradient(90deg, var(--lex-blue), transparent);
    }

    h1, h2, h3, p { margin-top: 0; }

    h1 {
      font-size: clamp(54px, 8.8vw, 116px);
      line-height: .93;
      letter-spacing: -.072em;
      margin: 0 0 30px;
      max-width: 980px;
      font-weight: 430;
      text-wrap: balance;
    }

    .hero h1 > span {
      display: block;
      color: rgba(244,248,251,.84);
      font-weight: 430;
    }

    .hero h1 .lex-blue {
      display: inline;
      color: var(--lex-blue);
      font-weight: 430;
      text-shadow: 0 0 34px rgba(27,148,222,.28);
    }

    .hero-content {
      align-self: center;
      max-width: 760px;
    }

    .hero-subtext {
      max-width: 980px;
      margin: 0;
      color: var(--paper);
      font-weight: 430;
      font-size: clamp(49px, 6.84vw, 101px);
      line-height: 1.0;
      letter-spacing: -.072em;
      text-wrap: balance;
    }

    .hero .eyebrow { font-size: 10.8px; }


    .about-lextech {
      padding-top: clamp(60px, 9vw, 110px);
      padding-bottom: clamp(48px, 7vw, 80px);
    }

    .about-lextech-inner {
      display: grid;
      grid-template-columns: 140px minmax(0, 1fr);
      grid-template-rows: auto auto;
      gap: clamp(20px, 3vw, 36px) clamp(32px, 5vw, 72px);
      align-items: start;
    }

    .typewriter-hero {
      grid-column: 2;
      grid-row: 1;
      font-size: clamp(30px, 4.2vw, 52px);
      font-weight: 650;
      line-height: 1.12;
      letter-spacing: -.038em;
      color: var(--paper);
      margin: 0;
      min-height: 1.75em;
      white-space: pre-line;
    }

    .tw-block { grid-column: 2; grid-row: 1; }

    .about-tmark {
      grid-column: 1;
      grid-row: 1;
      align-self: start;
    }

    .about-copy {
      grid-column: 1 / -1;
      grid-row: 2;
    }

    .about-tmark {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .about-tmark img {
      width: 104px;
      height: auto;
      mix-blend-mode: screen;
    }

    .about-copy .eyebrow {
      margin-bottom: 16px;
    }

    .about-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .about-copy p {
      color: rgba(244,248,251,.78);
      font-size: clamp(17px, 1.6vw, 22px);
      line-height: 1.55;
      margin: 0;
    }

    .hero-intro {
      grid-column: 1 / -1;
      margin-top: clamp(60px, 10vw, 130px);
      padding-top: 0;
      display: grid;
      gap: clamp(24px, 3vw, 34px);
      justify-items: center;
      position: relative;
    }

    .hero-intro::before {
      content: none;
    }

    .hero-intro-copy {
      width: 100%;
      text-align: center;
      padding: 0;
      background: none;
      border: none;
      box-shadow: none;
    }

    .hero-intro-copy::before { content: none; }

    .hero-intro-copy p {
      margin: 0;
      padding: 0;
      border-bottom: 0;
      position: relative;
      z-index: 1;
      max-width: 830px;
    }

    .hero-intro-copy p:first-child {
      color: var(--paper);
      font-size: clamp(22px, 2.25vw, 38px);
      line-height: 1.12;
      letter-spacing: -.038em;
      font-weight: 650;
      max-width: 900px;
    }

    .hero-intro-copy p:last-child {
      border-bottom: 0;
    }

    .hero-intro-copy .hero-intro-statement {
      max-width: 920px;
      justify-self: center;
      padding-top: clamp(16px, 2.2vw, 28px);
    }


    .tw-cursor {
      display: inline-block;
      color: var(--lex-blue-2);
      font-weight: 300;
      animation: tw-blink .75s step-end infinite;
      margin-left: 2px;
    }

    @keyframes tw-blink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }

    .hero-intro-copy .hero-actions {
      justify-content: center;
      justify-self: center;
      margin-top: clamp(2px, 1vw, 10px);
    }

    .hero-intro-statement {
      margin: clamp(4px, 1vw, 10px) 0 0;
      color: var(--paper);
      font-size: clamp(28px, 4.1vw, 62px);
      line-height: .96;
      letter-spacing: -.06em;
      font-weight: 520;
      text-align: center;
      text-wrap: balance;
    }

    .hero-intro-statement strong {
      color: var(--lex-blue);
      font-weight: 760;
      text-shadow: 0 0 34px rgba(27,148,222,.28);
    }

    .hero-intro .hero-actions {
      justify-content: center;
      margin-top: 0;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 54px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: -.01em;
      transition: transform .25s var(--ease), border-color .25s ease, background .25s ease;
      border: 1px solid rgba(255,255,255,.18);
    }

    .button:hover { transform: translateY(-2px); }

    .button.primary {
      background: linear-gradient(135deg, var(--lex-blue), #4ec5ff);
      color: #03101a;
      box-shadow: 0 20px 60px rgba(27,148,222,.32);
      border-color: rgba(255,255,255,.1);
    }

    .button.secondary {
      background: rgba(255,255,255,.055);
      color: var(--paper);
    }

    .button span {
      opacity: .72;
      font-weight: 900;
    }

    .hero-visual-wrap {
      position: relative;
      align-self: stretch;
      display: grid;
      min-height: clamp(520px, 72svh, 820px);
    }

    .hero-visual {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      isolation: isolate;
      padding: 0;
      align-self: stretch;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 14%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
      -webkit-mask-composite: source-in;
      mask-image: linear-gradient(to right, transparent 0%, black 14%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
      mask-composite: intersect;
    }

    .hero-visual::before { content: none; }

    .hero-video-shell {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: clamp(520px, 72svh, 820px);
      overflow: hidden;
      border: 0;
      background: none;
    }

    .hero-video-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(3,9,15,.02), rgba(3,9,15,.18)),
        radial-gradient(circle at 14% 12%, rgba(98,198,255,.16), transparent 24rem);
      z-index: 2;
      pointer-events: none;
    }

    .hero-video-shell::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 3;
      pointer-events: none;
      opacity: .16;
      background-image:
        linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: linear-gradient(135deg, rgba(0,0,0,.88), rgba(0,0,0,.08) 76%);
    }
    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(1.04) contrast(1.05) brightness(.9);
      transform: scale(1.014);
      z-index: 1;
    }

    .hero-message-frame {
      position: relative;
      isolation: isolate;
      display: grid;
      place-items: center;
      min-height: 0;
      padding: clamp(12px, 2vw, 18px) 0 0;
      border-radius: 0;
      text-align: center;
      color: var(--text);
      font-size: clamp(20px, 2.1vw, 34px);
      line-height: 1.05;
      letter-spacing: -.035em;
      font-weight: 430;
      background: none;
      border: 0;
      box-shadow: none;
      overflow: visible;
    }

    .hero-message-frame::before {
      content: none;
    }

    .hero-message-frame span {
      display: inline-block;
      text-shadow: 0 0 24px rgba(27,148,222,.14);
    }

    .video-fallback {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 34px;
      color: rgba(244,248,251,.68);
      text-align: center;
      font-size: 14px;
      line-height: 1.45;
      z-index: 4;
      transition: opacity .35s ease, visibility .35s ease;
      background:
        radial-gradient(circle at 50% 42%, rgba(27,148,222,.22), transparent 34%),
        rgba(3,9,15,.58);
    }

    .hero-video-shell.has-video .video-fallback {
      opacity: 0;
      visibility: hidden;
    }

    .orb {
      position: absolute;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      left: 50%;
      top: 48%;
      translate: -50% -50%;
      background:
        radial-gradient(circle at 42% 38%, rgba(255,255,255,.52), transparent 0 9%, rgba(98,198,255,.44) 10%, rgba(27,148,222,.16) 42%, rgba(27,148,222,.03) 65%, transparent 70%),
        conic-gradient(from 210deg, rgba(98,198,255,.18), rgba(255,255,255,.09), rgba(27,148,222,.36), rgba(98,198,255,.18));
      border: 1px solid rgba(98,198,255,.38);
      box-shadow: 0 0 100px rgba(27,148,222,.25), inset 0 0 80px rgba(255,255,255,.08);
      animation: slowPulse 6s ease-in-out infinite;
      z-index: 3;
    }

    .orb::before, .orb::after {
      content: "";
      position: absolute;
      inset: 34px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.2);
    }

    .orb::after {
      inset: 85px;
      border-color: rgba(98,198,255,.35);
      box-shadow: inset 0 0 40px rgba(98,198,255,.08);
    }

    @keyframes slowPulse {
      0%, 100% { transform: scale(1); filter: saturate(1); }
      50% { transform: scale(1.035); filter: saturate(1.2); }
    }

    .lens-label {
      position: absolute;
      left: 50%;
      top: 48%;
      translate: -50% -50%;
      z-index: 4;
      text-align: center;
      width: 220px;
    }

    .lens-label small {
      display: block;
      color: rgba(244,248,251,.6);
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: .2em;
      font-weight: 850;
      margin-bottom: 8px;
    }

    .lens-label b {
      display: block;
      font-size: 34px;
      letter-spacing: -.06em;
      line-height: .92;
    }

    .signal {
      position: absolute;
      z-index: 5;
      border: 1px solid rgba(255,255,255,.17);
      background: rgba(3,9,15,.58);
      box-shadow: 0 18px 58px rgba(0,0,0,.34), inset 0 0 28px rgba(255,255,255,.05);
      backdrop-filter: blur(18px);
      border-radius: 22px;
      padding: 18px;
      width: 210px;
    }

    .signal .kicker {
      color: var(--lex-blue-2);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .16em;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

    .signal p {
      margin: 0;
      color: rgba(244,248,251,.82);
      font-size: 14px;
      line-height: 1.35;
    }

    .signal.one { top: 48px; left: 38px; }
    .signal.two { top: 92px; right: 34px; }
    .signal.three { bottom: 70px; left: 44px; }
    .signal.four { bottom: 46px; right: 44px; }

    .connectors {
      position: absolute;
      inset: 0;
      z-index: 2;
      opacity: .72;
    }

    .connectors line {
      stroke: rgba(98,198,255,.28);
      stroke-width: 1;
      stroke-dasharray: 8 10;
      animation: dash 18s linear infinite;
    }

    @keyframes dash { to { stroke-dashoffset: -240; } }

    .vertical-word {
      position: absolute;
      right: -58px;
      top: 50%;
      translate: 0 -50%;
      rotate: 90deg;
      z-index: 0;
      color: rgba(255,255,255,.045);
      font-size: 76px;
      letter-spacing: -.08em;
      font-weight: 900;
      white-space: nowrap;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(280px, .72fr);
      gap: clamp(28px, 6vw, 76px);
      align-items: end;
      margin-bottom: clamp(34px, 6vw, 70px);
    }

    .section-head.center {
      grid-template-columns: 1fr;
      text-align: center;
      justify-items: center;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .blue-text { color: var(--lex-blue); }

    h2 {
      font-size: clamp(30px, 4.2vw, 52px);
      line-height: 1.05;
      letter-spacing: -.068em;
      font-weight: 650;
      margin-bottom: 0;
      text-wrap: balance;
    }

    .section-head p, .big-copy {
      color: rgba(244,248,251,.73);
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.45;
      margin-bottom: 0;
    }

    #approach .section-head p {
      font-size: clamp(15px, 1.7vw, 19px); line-height: 1.5;
    }

    #approach .eyebrow {
      margin-bottom: 3px;
    }

    #approach {
      padding-top: clamp(39px, 6vw, 75px);
      padding-bottom: clamp(39px, 6vw, 75px);
    }

    .blue { color: var(--lex-blue-2); }

    .force-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(24px, 4vw, 56px);
      align-items: center;
    }

    .force-panel .work-grid {
      grid-column: 1 / -1;
    }

    .force-video-wrap {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%, black 82%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
      -webkit-mask-composite: source-in;
      mask-image: linear-gradient(to right, transparent 0%, black 18%, black 82%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
      mask-composite: intersect;
    }

    .force-video-wrap video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      scale: 1.28;
    }

    .force-card {
      position: relative;
      min-height: 440px;
      border-radius: var(--radius-xl);
      padding: clamp(28px, 4vw, 46px);
      background:
        radial-gradient(circle at 30% 10%, rgba(27,148,222,.26), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .force-card::after {
      content: "FORCE";
      position: absolute;
      left: -14px;
      bottom: -20px;
      color: rgba(255,255,255,.06);
      font-size: clamp(82px, 14vw, 170px);
      line-height: .75;
      letter-spacing: -.11em;
      font-weight: 950;
    }

    .force-card h3 {
      max-width: 580px;
      font-size: clamp(36px, 5vw, 66px);
      line-height: .92;
      letter-spacing: -.058em;
      font-weight: 650;
      margin-bottom: 24px;
    }

    .force-card p {
      color: rgba(244,248,251,.74);
      font-size: 20px;
      line-height: 1.45;
      max-width: 590px;
      margin: 0;
    }

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

    .micro-card {
      padding: 22px 20px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background: rgba(255,255,255,.052);
      min-height: 0;
      position: relative;
      overflow: hidden;
      transition: transform .28s var(--ease), border-color .28s ease, background .28s ease;
    }

    .micro-card:hover {
      transform: translateY(-5px);
      border-color: rgba(98,198,255,.36);
      background: rgba(255,255,255,.075);
    }

    .micro-card .num {
      display: none;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(27,148,222,.16);
      border: 1px solid rgba(98,198,255,.28);
      color: var(--lex-blue-2);
      font-size: 12px;
      font-weight: 900;
      margin-bottom: 28px;
    }

    .micro-card h4 {
      font-size: 21px;
      letter-spacing: -.032em;
      font-weight: 650;
      margin: 0 0 12px;
    }

    .micro-card p {
      color: rgba(244,248,251,.68);
      line-height: 1.45;
      margin: 0;
    }

    .outcomes {
      background: radial-gradient(120% 62% at 50% 50%, rgba(27,148,222,.13), transparent 66%);
    }

    .stat-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .stat-card {
      position: relative;
      min-height: 284px;
      padding: 28px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
      overflow: hidden;
    }

    .stat-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--lex-blue-2), transparent);
      opacity: .68;
    }

    .stat-number {
      font-size: clamp(52px, 6vw, 78px);
      line-height: .9;
      letter-spacing: -.07em;
      font-weight: 900;
      margin-bottom: 24px;
    }

    .stat-card h3 {
      font-size: 18px;
      letter-spacing: -.022em;
      font-weight: 650;
      margin: 0 0 12px;
    }

    .stat-card p {
      color: rgba(244,248,251,.68);
      line-height: 1.45;
      margin: 0;
      font-size: 15px;
    }

    .case-strip {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .case-note {
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.04);
      border-radius: 24px;
      padding: 22px;
      color: rgba(244,248,251,.72);
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .case-note b {
      color: var(--paper);
      min-width: 116px;
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: 11px;
    }

    .troublemaker {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
      gap: clamp(28px, 5vw, 64px);
      align-items: center;
    }



    .troublemaker-inline-logos {
      grid-column: 1 / -1;
      padding: 12px clamp(20px,5vw,72px) 0;
      margin-top: 8px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .logo-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }

    .logo-row-bottom {
      justify-content: center;
    }

    .troublemaker-inline-logos .logo-item {
      padding: 6px 10px;
      flex: 0 0 auto;
    }
    .troublemaker-exec {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: visible;
      padding-top: 48px;
    }

    .exec-figure {
      max-width: 100%;
      max-height: 560px;
      object-fit: contain;
      object-position: bottom center;
      mix-blend-mode: normal;
      filter: drop-shadow(0 0 24px rgba(27,148,222,0.55)) drop-shadow(0 0 56px rgba(98,198,255,0.28));
    }

    .troublemaker-logos {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px 16px;
      align-items: center;
    }

    .logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 10px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
      opacity: 0.72;
      transition: opacity .2s ease, border-color .2s ease;
    }

    .logo-item:hover {
      opacity: 1;
      border-color: rgba(98,198,255,.22);
    }

    .logo-item img {
      max-width: 100%;
      max-height: 28px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .quote-block {
      border-radius: var(--radius-xl);
      border: 1px solid rgba(98,198,255,.26);
      background:
        radial-gradient(circle at 12% 0%, rgba(27,148,222,.28), transparent 36%),
        rgba(255,255,255,.058);
      padding: clamp(30px, 5vw, 54px);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .quote-block::before {
      content: "";
      position: absolute;
      inset: 20px;
      border: 1px solid rgba(255,255,255,.075);
      border-radius: 24px;
      pointer-events: none;
    }

    .quote-block p {
      font-size: clamp(26px, 3.8vw, 48px);
      line-height: .98;
      letter-spacing: -.065em;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .troublemaker-copy {
      color: rgba(244,248,251,.76);
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.5;
    }

    .troublemaker-copy p:last-child { margin-bottom: 0; }
    .troublemaker-copy + .troublemaker-copy { margin-top: 26px; }
    .troublemaker h2 { margin-bottom: 24px; }
    .troublemaker-copy ul { margin-top: 20px !important; }

    /* main approach header on one line */
    #approach .section-head h2 { white-space: normal; margin-top: 4px; line-height: 1.12; }
    #approach .section-head .eyebrow { margin-bottom: 2px; justify-self: start; text-align: left; padding-top: 20px; }
    #approach .section-head { row-gap: 8px; }
    #approach .section-head p { margin-top: 24px; }
    @media (max-width: 560px){ #approach .section-head h2 { white-space: normal; } }

    /* about-section: hexagon "head" flip cards (matches Lextech logo mark) */
    .about-cards { display:grid; grid-template-columns:repeat(4, 1fr); gap:0 28px; margin:12px auto 0; max-width:none; }
    .flip-card { perspective:1200px; aspect-ratio:1 / 1.1547; outline:none; position:relative; }
    .flip-card-inner { position:relative; width:100%; height:100%; transition:transform .6s cubic-bezier(.2,.7,.2,1); transform-style:preserve-3d; }
    .flip-card:hover .flip-card-inner, .flip-card:focus-within .flip-card-inner { transform:rotateY(180deg); }
    .flip-card::after {
      content:""; position:absolute; z-index:-1; pointer-events:none;
      left:50%; bottom:-7%;
      width:66%; height:22%;
      transform:translate(-50%,0) scale(.7);
      background:radial-gradient(ellipse at center,
        rgba(27,148,222,.75) 0%,
        rgba(27,148,222,.38) 34%,
        rgba(27,148,222,.12) 58%,
        rgba(27,148,222,0) 78%);
      border-radius:50%;
      filter:blur(9px);
      opacity:0;
      transition:opacity .5s ease .12s, transform .55s ease .12s;
    }
    .flip-card:hover::after, .flip-card:focus-within::after {
      opacity:.95;
      transform:translate(-50%,0) scale(1);
    }
    .flip-card-front, .flip-card-back {
      position:absolute; inset:0;
      -webkit-backface-visibility:hidden; backface-visibility:hidden;
      -webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      background:#585860;                         /* grey outline (logo head) */
      display:grid; place-items:center; text-align:center;
    }
    .flip-card-front::before, .flip-card-back::before {
      content:""; position:absolute; inset:4px; z-index:0;
      -webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }
    .flip-card-front::before { background:linear-gradient(180deg,#0c1a2b,#081320); }
    .flip-card-back::before  { background:#0a1522; }
    .flip-card-front > *, .flip-card-back > * { position:relative; z-index:1; }
    .flip-card-front { padding:0 16%; }
    .flip-card-front h4 { margin:0; color:var(--paper); font-size:clamp(14px,1.55vw,18px); font-weight:800; line-height:1.16; letter-spacing:-.02em; }
    .flip-card-back { transform:rotateY(180deg); padding:0 12%; }
    .flip-card-back p { margin:0; color:rgba(244,248,251,.9); font-size:14px; line-height:1.4; }
    @media (max-width:900px){ .about-cards{ grid-template-columns:1fr 1fr; gap:36px 28px; max-width:560px; } }
    @media (max-width:480px){ .about-cards{ grid-template-columns:1fr; max-width:320px; } }

    .costs-layout {
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
      gap: 18px;
      align-items: stretch;
    }

    .costs-headline {
      border-radius: var(--radius-xl);
      padding: clamp(34px, 5vw, 56px);
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 82% 0%, rgba(98,198,255,.18), transparent 30%),
        linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
      min-height: 520px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: var(--shadow);
    }

    .costs-headline h2 {
      font-size: clamp(39px, 5.1vw, 73px);
    }

    .costs-headline p {
      color: rgba(244,248,251,.73);
      font-size: 21px;
      line-height: 1.45;
      margin-bottom: 0;
    }

    .cost-stack {
      display: grid;
      gap: 14px;
    }

    .cost-card {
      border: 1px solid var(--line);
      background: rgba(255,255,255,.055);
      border-radius: 26px;
      padding: 28px;
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 24px;
      align-items: center;
      min-height: 158px;
    }

    .cost-icon {
      width: 80px;
      height: 80px;
      border-radius: 24px;
      border: 1px solid rgba(220,50,50,.35);
      background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 22%),
        rgba(200,30,30,.12);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgb(230,60,60);
      font-size: 30px;
      font-weight: 950;
      box-shadow: inset 0 0 38px rgba(200,30,30,.1);
    }

    .cost-icon svg {
      width: 34px;
      height: 34px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .cost-card h3 {
      margin: 0 0 10px;
      font-size: 25px;
      letter-spacing: -.036em;
      font-weight: 650;
    }

    .cost-card p {
      margin: 0;
      color: rgba(244,248,251,.68);
      line-height: 1.45;
    }

    .what-panel {
      margin-top: 18px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(98,198,255,.24);
      background:
        linear-gradient(90deg, rgba(27,148,222,.16), rgba(255,255,255,.055)),
        rgba(255,255,255,.04);
      padding: clamp(30px, 5vw, 54px);
      display: grid;
      grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
      gap: clamp(24px, 4vw, 50px);
      align-items: center;
    }

    .what-panel h3 {
      font-size: clamp(32px, 5vw, 70px);
      line-height: .92;
      letter-spacing: -.058em;
      font-weight: 650;
      margin: 0;
    }

    .what-panel p {
      color: rgba(244,248,251,.76);
      font-size: 20px;
      line-height: 1.45;
      margin: 0;
    }

    .approach-visual {
      display: block;
      position: relative;
      min-height: 700px;
    }

    .approach-copy {
      position: absolute;
      left: 0;
      top: 0;
      width: 43%;
      z-index: 1;
    }

    .approach-copy .rule {
      color: var(--lex-blue-2);
      font-size: clamp(24px, 3vw, 42px);
      line-height: 1.04;
      letter-spacing: -.045em;
      font-weight: 850;
      margin-bottom: 26px;
    }

    .approach-copy p {
      color: rgba(244,248,251,.76);
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 0;
    }

    .human-lens-flow {
      position: absolute;
      inset: 0;
      min-height: unset;
      margin-top: 0;
      overflow: visible;
      z-index: 2;
    }

    .path-lights {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      overflow: visible;
    }

    .flow-kicker {
      display: none;
    }

    .flow-track,
    .flow-node {
      display: none;
    }


    .arc-label {
      position: absolute;
      z-index: 3;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 8px 14px;
      border-radius: 16px;
      text-align: center;
      line-height: 1.5;
      pointer-events: auto;
      transition: transform .25s ease, box-shadow .25s ease, font-size .25s ease, padding .25s ease;
      cursor: default;
    }

    .arc-label-consulting:hover {
      transform: translateX(-50%) scale(1.5);
      z-index: 20;
      box-shadow: 0 0 32px rgba(98,198,255,0.45), 0 8px 28px rgba(0,0,0,0.5);
    }

    .arc-label-consulting {
      left: 43%;
      top: 585px;
      width: 175px;
      transform: translateX(-50%);
      color: rgba(98,198,255,1);
      background: rgba(6,14,26,0.88);
      border: 1px solid rgba(98,198,255,0.55);
      box-shadow: 0 0 18px rgba(98,198,255,0.22), 0 4px 16px rgba(0,0,0,0.4);
    }



    .flow-step {
      position: absolute;
      z-index: 2;
      width: 172px;
      min-height: 172px;
      max-height: 172px;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(6,12,20,.78);
      backdrop-filter: blur(14px);
      box-shadow: 0 18px 54px rgba(0,0,0,.26);
      transform-origin: center bottom;
      transition: transform .32s var(--ease), max-height .38s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
    }

    .flow-step:hover {
      max-height: 380px;
      z-index: 10;
      border-color: rgba(98,198,255,.28);
      background: rgba(8,16,28,.9);
      box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(98,198,255,.12);
    }

    /* Arc: starts nearly horizontal (big Δx, tiny Δy), pivots to nearly vertical (tiny Δx, big Δy) */
    .flow-step.s1 { left: 0;     top: 430px; }
    .flow-step.s2 { left: 16.6%; top: 395px; }
    .flow-step.s3 { left: 33.2%; top: 345px; }
    .flow-step.s4 { left: 49.8%; top: 280px; }
    .flow-step.s5 { left: 66.4%; top: 200px; }
    .flow-step.s6 { left: 83%;   top: 100px; }

    /* Blue theme for Stage 4 & 5 */
    .flow-step.s4,
    .flow-step.s5,
    .flow-step.s6 {
      border-color: rgba(98,198,255,.35);
      box-shadow: 0 18px 54px rgba(0,0,0,.26), 0 0 18px rgba(98,198,255,.15);
    }

    .flow-step.s1:hover,
    .flow-step.s2:hover,
    .flow-step.s3:hover,
    .flow-step.s4:hover,
    .flow-step.s5:hover {
      border-color: rgba(98,198,255,.65);
      box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 36px rgba(98,198,255,.32);
    }

    .flow-step.s4 .flow-icon,
    .flow-step.s5 .flow-icon {
      color: rgba(98,198,255,0.9);
      background: linear-gradient(180deg, rgba(98,198,255,.18), rgba(98,198,255,.08));
      border-color: rgba(98,198,255,.40);
      box-shadow: inset 0 0 24px rgba(255,255,255,.06), 0 0 20px rgba(98,198,255,.20);
    }

    .flow-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      color: var(--lex-blue-2);
      background: linear-gradient(180deg, rgba(27,148,222,.18), rgba(27,148,222,.08));
      border: 1px solid rgba(98,198,255,.24);
      box-shadow: inset 0 0 24px rgba(255,255,255,.06), 0 0 24px rgba(27,148,222,.08);
      margin-top: 2px;
    }

    .flow-icon svg {
      width: 24px;
      height: 24px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .flow-step small {
      display: none;
    }

    .flow-step h4 {
      margin: 0;
      font-size: 22px;
      line-height: 1.05;
      letter-spacing: -.04em;
      font-weight: 650;
      max-width: 100%;
    }

    .flow-step p {
      margin: 0;
      padding: 0 2px 2px;
      color: rgba(244,248,251,.72);
      font-size: 13px;
      line-height: 1.4;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(4px);
      transition: max-height .28s ease, opacity .24s ease, transform .28s ease;
    }

    .flow-step:hover p,
    .flow-step:focus-within p {
      max-height: 300px;
      opacity: 1;
      transform: translateY(0);
    }

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

    #industries.industries {
      padding-left: clamp(8px, 1.5vw, 20px);
      padding-right: clamp(8px, 1.5vw, 20px);
    }

    #industries .section-head {
      grid-template-columns: minmax(0, .85fr) minmax(280px, 1fr);
      gap: clamp(16px, 2.5vw, 36px);
    }

    .industries {
      background:
        radial-gradient(circle at 50% 15%, rgba(27,148,222,.14), transparent 36rem),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.04));
      border-top: 1px solid rgba(255,255,255,.08);
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

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

    .industry-card {
      min-height: 460px;
      padding: 30px;
      border-radius: 32px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 50% 0%, rgba(27,148,222,.18), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform .3s var(--ease), border-color .3s ease;
    }

    .industry-card:hover {
      transform: translateY(-7px);
      border-color: rgba(98,198,255,.34);
    }

    .industry-card::after {
      content: none;
    }

    .industry-figure {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 90%;
      height: 102%;
      object-fit: contain;
      object-position: center bottom;
      pointer-events: none;
      user-select: none;
      opacity: 0.62;
      z-index: 0;
      transform: translateX(22%);
      filter: drop-shadow(0 0 18px rgba(98,198,255,0.55)) drop-shadow(0 0 44px rgba(27,148,222,0.30));
      -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 22%, black 46%);
      mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 22%, black 46%);
    }

    .industry-card > div,
    .industry-card > .risk {
      position: relative;
      z-index: 1;
    }

    .industry-card .sector {
      color: var(--lex-blue-2);
      font-size: 12px;
      letter-spacing: .17em;
      text-transform: uppercase;
      font-weight: 900;
    }

    .industry-card h3 {
      font-size: clamp(29px, 3vw, 42px);
      line-height: .98;
      letter-spacing: -.05em;
      font-weight: 650;
      margin: 24px 0 18px;
    }

    .industry-card p {
      color: rgba(244,248,251,.7);
      line-height: 1.5;
      margin: 0;
      max-width: 340px;
    }

    .industry-card .risk {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-self: flex-start;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.13);
      background: rgba(255,255,255,.05);
      color: rgba(244,248,251,.7);
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .perspective-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 50px;
    }

    .perspective-card {
      border-radius: 30px;
      padding: 30px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.052);
      min-height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .perspective-card .marker {
      color: rgba(98,198,255,.85);
      font-size: 12px;
      letter-spacing: .16em;
      text-transform: uppercase;
      font-weight: 900;
    }

    .perspective-card h3 {
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1;
      letter-spacing: -.05em;
      font-weight: 650;
      margin: 24px 0 20px;
    }

    .perspective-card p {
      color: rgba(244,248,251,.7);
      line-height: 1.5;
      margin: 0;
    }

    .cta-section {
      padding-top: clamp(40px, 6vw, 78px);
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      border-radius: 42px;
      padding: clamp(38px, 7vw, 78px);
      min-height: 520px;
      border: 1px solid rgba(98,198,255,.26);
      background:
        radial-gradient(circle at 72% 28%, rgba(98,198,255,.2), transparent 36%),
        radial-gradient(circle at 14% 88%, rgba(27,148,222,.2), transparent 32%),
        linear-gradient(140deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
      gap: 40px;
      align-items: end;
    }

    .cta-panel::after {
      content: "HUMAN LENS";
      position: absolute;
      right: -34px;
      top: 28px;
      color: rgba(255,255,255,.055);
      font-size: clamp(72px, 13vw, 180px);
      line-height: .8;
      letter-spacing: -.11em;
      font-weight: 950;
      max-width: 900px;
      pointer-events: none;
    }

    .cta-panel h2 {
      max-width: 820px;
      position: relative;
      z-index: 1;
    }

    .cta-panel p {
      max-width: 590px;
      color: rgba(244,248,251,.75);
      font-size: 21px;
      line-height: 1.45;
      margin: 26px 0 0;
      position: relative;
      z-index: 1;
    }

    .contact-form {
      position: relative;
      z-index: 1;
      background: rgba(0,0,0,.22);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 26px;
      padding: 28px;
    }

    .contact-form .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 12px;
    }

    .contact-form .form-group {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 12px;
    }

    .contact-form .form-group:last-of-type { margin-bottom: 0; }

    .contact-form label {
      font-size: 11px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(244,248,251,.48);
      font-weight: 700;
    }

    .contact-form input,
    .contact-form textarea {
      background: rgba(0,0,0,.28);
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 10px;
      padding: 10px 14px;
      color: var(--paper);
      font-size: 15px;
      font-family: inherit;
      outline: none;
      width: 100%;
      box-sizing: border-box;
      transition: border-color .2s ease;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      border-color: rgba(98,198,255,.5);
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: rgba(244,248,251,.22);
    }

    .contact-form textarea {
      resize: none;
      height: 76px;
      line-height: 1.45;
    }

    .contact-form .submit-btn {
      width: 100%;
      margin-top: 16px;
      padding: 14px;
      background: var(--lex-blue);
      color: #fff;
      border: none;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 650;
      font-family: inherit;
      letter-spacing: -.01em;
      cursor: pointer;
      transition: background .2s ease;
    }

    .contact-form .submit-btn:hover {
      background: #2aa8f0;
    }

    .contact-form .submit-btn:disabled {
      opacity: .6;
      cursor: default;
    }

    .contact-form .form-status {
      margin: 14px 0 0;
      font-size: 13.5px;
      line-height: 1.5;
      display: none;
    }

    .contact-form .form-status.is-visible { display: block; }
    .contact-form .form-status.is-success { color: var(--lex-blue-2); }
    .contact-form .form-status.is-error { color: #ff8a8a; }

    footer {
      padding: 36px clamp(18px, 4vw, 48px) 48px;
      color: rgba(244,248,251,.48);
      font-size: 13px;
    }

    .footer-inner {
      max-width: var(--max);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      border-top: 1px solid rgba(255,255,255,.1);
      padding-top: 24px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .8s var(--ease), transform .8s var(--ease);
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1040px) {
      .hero {
        padding-left: clamp(18px, 4vw, 48px);
        padding-right: clamp(18px, 4vw, 48px);
      }

      .hero-grid {
        max-width: var(--max);
        margin: 0 auto;
      }

      .hero-grid,
      .force-panel,
      .troublemaker,
      .costs-layout,
      .what-panel,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .approach-visual { display: block; position: static; min-height: auto; }
      .approach-copy   { position: static; width: auto; }

      .hero-visual-wrap { max-width: 820px; width: 100%; min-height: auto; justify-self: center; }
      .hero-visual { height: auto; border-radius: 42px; border-right: 1px solid var(--line); }
      .hero-video-shell { height: auto; aspect-ratio: 16 / 10; min-height: 0; }
      .hero-intro-copy { max-width: 860px; }
      .stat-grid, .industry-grid, .perspective-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .section-head { grid-template-columns: 1fr; }
      .costs-headline { min-height: 400px; }
      .human-lens-flow { position: relative; inset: unset; min-height: 620px; margin-top: 24px; }
      .flow-step { width: 172px; height: 172px; }
      .flow-step.s1 { left: 0;     top: 300px; }
      .flow-step.s2 { left: 14.8%; top: 278px; }
      .flow-step.s3 { left: 29.6%; top: 240px; }
      .flow-step.s4 { left: 44.4%; top: 185px; }
      .flow-step.s5 { left: 59.2%; top: 115px; }
      .flow-step.s6 { left: 74%;   top: 20px;  }
    }

    @media (max-width: 760px) {
      section { padding-left: 16px; padding-right: 16px; }
      .hero { min-height: auto; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-visual { border-radius: 30px; }
      .hero-video-shell { min-height: 320px; border-radius: inherit; }
      .hero-intro-statement { font-size: clamp(27px, 8vw, 44px); }
      .hero-intro-copy { border-radius: 0; padding: 0; }
      .hero-intro-copy p { padding: 0; }
      .hero-intro .hero-actions { width: 100%; }
      .hero-intro .button { width: 100%; }
      .hero-message-frame { max-width: none; border-radius: 0; min-height: 0; }
      .signal { width: 188px; padding: 15px; }
      .signal.one { left: 16px; top: 28px; }
      .signal.two { right: 16px; top: 138px; }
      .signal.three { left: 16px; bottom: 130px; }
      .signal.four { right: 16px; bottom: 28px; }
      .orb { width: 260px; height: 260px; }
      .lens-label b { font-size: 28px; }
      .work-grid, .stat-grid, .case-strip, .industry-grid, .perspective-grid { grid-template-columns: 1fr; }
      .case-note, .cost-card { grid-template-columns: 1fr; }
      .approach-visual { display: block; position: static; min-height: auto; }
      .approach-copy   { position: static; width: auto; }
      .human-lens-flow { position: relative; inset: unset; min-height: auto; margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
      .path-lights { display: none; }
      .arc-label { display: none; }
      .flow-track { display: none; }
      .flow-step { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; width: 100%; min-height: 0 !important; max-height: none !important; height: auto !important; margin-top: 0; flex-direction: row; align-items: flex-start; gap: 14px; }
      .flow-step .flow-icon { flex-shrink: 0; }
      .flow-step > div { flex: 1; }
      .flow-step p { max-height: none !important; opacity: 1 !important; transform: none !important; margin-top: 6px; }
      .flow-step:hover { max-height: none; transform: none; }
      .footer-inner { flex-direction: column; }
      /* B-variant: persona images below text on mobile */
      .hero-visual-wrap-b { min-height: auto !important; align-self: auto !important; margin-top: 32px; }
      .has-personas { overflow: hidden !important; }
      .hero-personas { transform: none !important; display: flex; flex-direction: row; gap: 8px; align-items: flex-end; justify-content: center; height: 420px; }
      .persona-card { position: relative !important; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; width: 33% !important; height: 100% !important; transform: none !important; flex: 1; }
      .persona-card:nth-child(2) { flex: 1.1; }
      .persona-img { object-position: center top !important; }

    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }
  
    .lextech-blue {
      color: var(--lex-blue);
      font-weight: 700;
    }

    /* ── Hero persona images (B variant) ── */
    .has-personas {
      overflow: visible !important;
      -webkit-mask-image: none !important;
      mask-image: none !important;
    }
    /* Stretch visual column — top aligns naturally with text inside the grid */
    .hero-visual-wrap-b {
      min-height: clamp(480px, 82svh, 980px) !important;
      align-self: center !important;
    }
    .hero-personas {
      position: relative;
      width: 100%;
      height: 100%;
      transform: translateY(clamp(-10px, 5svh, 80px)) translateX(clamp(-90px, -4.2vw, -30px));
    }
    .persona-card {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .persona-card:nth-child(1) {
      left: -20%;
      width: 154%;
    }
    .persona-card:nth-child(2) {
      left: 8%;
      width: 154%;
      z-index: 2;
      transform: translateX(-0.2vw);
    }
    .persona-card:nth-child(3) {
      right: -20%;
      width: 154%;
      transform: translateX(clamp(-140px, -7vw, -60px));
    }
    .persona-img-wrap {
      flex: 1;
      width: 100%;
      min-height: 0;
      filter: drop-shadow(0 0 22px rgba(98,198,255,0.55)) drop-shadow(0 0 8px rgba(98,198,255,0.85));
      transition: none;
    }

    .persona-img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      object-position: center top;
    }
    .persona-card figcaption { display: none; }
    /* Unified hero persona row — same left-to-right order (landscaper, nurse, IT) on ALL screen sizes */
    .hero .hero-personas {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: center !important;
      gap: clamp(5.4px, 1.35vw, 27px) !important;
      transform: none !important;
    }
    .hero .persona-card,
    .hero .persona-card:nth-child(1),
    .hero .persona-card:nth-child(2),
    .hero .persona-card:nth-child(3) {
      position: relative !important;
      top: auto !important; bottom: auto !important; left: auto !important; right: auto !important;
      width: auto !important;
      flex: 1 1 0 !important;
      min-width: 0 !important;
      transform: none !important;
      z-index: auto !important;
      margin: 0 !important;
    }
  
    /* ===== Version B: winding-path 'How we do it' visual (scoped, dark) ===== */
    #approach .approach-visual { position: static !important; min-height: 0 !important; display: block !important; }
    #approach .approach-copy { position: static !important; }
    .path-wrap { max-width: none; width: 100%; margin: clamp(20px,3vw,40px) auto 0; padding: 6px 0; position: relative; }
    .path-canvas { position: relative; width: 100%; aspect-ratio: 16 / 7; overflow: visible; }
    .path-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; }
    .path-svg .road { fill:none; stroke: var(--lex-blue-2); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 2 34; opacity:.85; filter: drop-shadow(0 0 7px rgba(98,198,255,.55)); animation: roadflow 1.1s linear infinite; }
    @keyframes roadflow { to { stroke-dashoffset: -36; } }
    .path-node { position:absolute; transform:translate(-50%,-50%); display:flex; flex-direction:column; align-items:center; z-index:1; }
    .path-node:hover, .path-node.tapped, .path-node.is-pinned { z-index:30; }
    .oa-icon { width: clamp(72px, 7.5vw, 98px); height: clamp(72px, 7.5vw, 98px); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition: transform .3s cubic-bezier(.4,0,.2,1); }
    .oa-icon svg { width: 62%; height: 62%; display:block; }
    .path-node:hover .oa-icon, .path-node.tapped .oa-icon, .path-node.is-pinned .oa-icon { transform: scale(1.08) translateY(-2px); }
    .path-label { margin-top: 12px; font-size: clamp(14px,1.5vw,17px); font-weight:700; color:#F4F8FB; white-space:nowrap; }
    .path-desc { position:absolute; top:50%; width: 200px; font-size: 14px; line-height:1.45; color:#ffffff; opacity:0; transition: opacity .25s ease, transform .25s ease; pointer-events:none; }
    /* lower-left nodes throw text RIGHT into open space */
    .path-node[data-stage="outcome"] .path-desc,
    .path-node[data-stage="uxresearch"] .path-desc,
    .path-node[data-stage="businesscase"] .path-desc { left:100%; margin-left:16px; text-align:left; transform:translateY(-50%) translateX(8px); }
    /* upper-right nodes throw text LEFT into open space */
    .path-node[data-stage="idfriction"] .path-desc,
    .path-node[data-stage="solutiondesign"] .path-desc,
    .path-node[data-stage="problem"] .path-desc { right:100%; margin-right:16px; text-align:right; transform:translateY(-50%) translateX(-8px); }
    .path-node:hover .path-desc, .path-node.tapped .path-desc { opacity:1; transform:translateY(-50%) translateX(0); }
    /* corner nodes: open the hover text INWARD so it never bleeds off the page */
    .path-node[data-stage="problem"] .path-desc{ left:50%; right:auto; top:auto; bottom:100%; width:min(230px,42vw); margin:0 0 10px -46px; text-align:left; transform:translateY(-6px); }
    .path-node[data-stage="businesscase"] .path-desc{ left:auto; right:50%; top:100%; bottom:auto; width:min(230px,42vw); margin:10px -46px 0 0; text-align:right; transform:translateY(6px); }
    .path-node[data-stage="problem"]:hover .path-desc, .path-node[data-stage="problem"].tapped .path-desc,
    .path-node[data-stage="businesscase"]:hover .path-desc, .path-node[data-stage="businesscase"].tapped .path-desc{ transform:translateY(0); }
    /* per-icon subtext tuning */
    .path-node[data-stage="problem"] .path-desc{ left:50%; right:auto; top:auto; bottom:100%; width:150px; margin:0 0 20px 0; text-align:center; transform:translateX(-50%) translateY(-6px); }
    .path-node[data-stage="problem"]:hover .path-desc, .path-node[data-stage="problem"].tapped .path-desc{ transform:translateX(-50%) translateY(0); }
    .path-node[data-stage="businesscase"] .path-desc{ left:50%; right:auto; top:100%; bottom:auto; width:200px; margin:20px 0 0 0; text-align:center; transform:translateX(-50%) translateY(6px); }
    .path-node[data-stage="businesscase"]:hover .path-desc, .path-node[data-stage="businesscase"].tapped .path-desc{ transform:translateX(-50%) translateY(0); }
    .path-node[data-stage="outcome"] .path-desc{ margin-top:20px; }
    .path-node[data-stage="solutiondesign"] .path-desc{ margin-top:-15px; }
    .oa-icon.ic-problem{ background:linear-gradient(145deg,#faece9,rgba(255,255,255,.5)); color:#c0524f; box-shadow:0 12px 26px -8px rgba(192,82,79,.5), inset 0 0 0 1px rgba(192,82,79,.18);}
    .oa-icon.ic-outcome{ background:linear-gradient(145deg,#eaf7f0,rgba(255,255,255,.5)); color:#3f9d6f; box-shadow:0 12px 26px -8px rgba(63,157,111,.46), inset 0 0 0 1px rgba(63,157,111,.18);}
    .oa-icon.ic-research{ background:linear-gradient(145deg,#efebfa,rgba(255,255,255,.5)); color:#8471c9; box-shadow:0 12px 26px -8px rgba(132,113,201,.46), inset 0 0 0 1px rgba(132,113,201,.18);}
    .oa-icon.ic-friction{ background:linear-gradient(145deg,#faf0e4,rgba(255,255,255,.5)); color:#c07830; box-shadow:0 12px 26px -8px rgba(192,120,48,.46), inset 0 0 0 1px rgba(192,120,48,.18);}
    .oa-icon.ic-solution{ background:linear-gradient(145deg,#f0faff,rgba(255,255,255,.5)); color:#0076ba; box-shadow:0 12px 26px -8px rgba(0,118,186,.46), inset 0 0 0 1px rgba(0,118,186,.18);}
    .oa-icon.ic-case{ background:linear-gradient(145deg,#f9f3e6,rgba(255,255,255,.5)); color:#b8964a; box-shadow:0 12px 26px -8px rgba(184,150,74,.46), inset 0 0 0 1px rgba(184,150,74,.18);}
      @media (min-width: 900px){
      #approach .approach-visual{ position: relative !important; }
      #approach .approach-copy{ position: relative !important; z-index: 4; }
      #approach .section-head{ position: relative; z-index: 4; }
      #approach .path-wrap{ margin-top: clamp(18px, 3vw, 44px) !important; position: relative; z-index: 1; }
    }
      /* Ambient AI effects around the approach visual */
    #approach{ position:relative; overflow:hidden; isolation:isolate; background-image:linear-gradient(0deg,#060a12 0, rgba(6,10,18,0) 300px); background-repeat:no-repeat; }
    .approach-fx{ position:absolute; inset:0; z-index:-1; pointer-events:none; overflow:hidden; }
    .approach-fx::before{ content:""; position:absolute; inset:-12%;
      background:
        linear-gradient(rgba(98,198,255,.05) 1px, transparent 1px) 0 0/56px 56px,
        linear-gradient(90deg, rgba(98,198,255,.05) 1px, transparent 1px) 0 0/56px 56px;
      -webkit-mask:radial-gradient(115% 85% at 50% 42%, #000 26%, transparent 80%);
              mask:radial-gradient(115% 85% at 50% 42%, #000 26%, transparent 80%);
      animation:afxGrid 30s linear infinite; }
    @keyframes afxGrid{ to{ background-position:56px 56px, 56px 56px; } }
    .afx-orb{ position:absolute; border-radius:50%; filter:blur(80px); }
    .afx-orb1{ width:min(560px,54vw); height:min(560px,54vw); left:-6%; top:4%;
      background:radial-gradient(circle, rgba(27,148,222,.50), transparent 66%); animation:afxFloat1 20s ease-in-out infinite; }
    .afx-orb2{ width:min(520px,50vw); height:min(520px,50vw); right:-5%; bottom:-12%;
      background:radial-gradient(circle, rgba(98,198,255,.36), transparent 66%); animation:afxFloat2 24s ease-in-out infinite; }
    @keyframes afxFloat1{ 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(46px,32px) scale(1.1);} }
    @keyframes afxFloat2{ 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-42px,-26px) scale(1.09);} }
    .afx-net{ position:absolute; inset:0; width:100%; height:100%; opacity:.9; pointer-events:none; }
    /* ===== Approach visual: mobile = vertical stack, subtext below each icon ===== */
    @media (max-width: 820px){
      #approach{ overflow:visible; }
      #approach .path-wrap{ max-width:100%; margin:20px auto 0; padding:0 14px; }
      #approach .path-canvas{ aspect-ratio:auto; height:auto; display:flex; flex-direction:column; align-items:center; gap:30px; position:relative; padding:16px 0; }
      #approach .path-svg{ display:none; }
      #approach .path-canvas::before{ content:""; position:absolute; left:50%; top:26px; bottom:26px; width:2px; transform:translateX(-50%);
        background:repeating-linear-gradient(to bottom, var(--lex-blue-2) 0 3px, transparent 3px 16px); opacity:.45; }
      #approach .path-node{ position:static !important; transform:none !important; display:flex; flex-direction:column; align-items:center; width:100%; z-index:1; }
      #approach .path-node .oa-icon{ transform:none !important; }
      #approach .path-label{ margin-top:10px; }
      #approach .path-desc{ position:static !important; transform:none !important;
        width:auto !important; max-width:300px !important;
        left:auto !important; right:auto !important; top:auto !important; bottom:auto !important; text-align:center !important;
        opacity:0; max-height:0; margin:0 auto !important; overflow:hidden;
        transition:max-height .38s ease, opacity .3s ease, margin .38s ease; }
      #approach .path-node.tapped .path-desc{ opacity:1; max-height:160px; margin:10px auto 0 !important; }
    }
    /* continue #approach bottom-right lighting into #change-makers */
    #change-makers{ position:relative; isolation:isolate; }

    .about-lextech{ background: radial-gradient(120% 78% at 50% 60%, rgba(27,148,222,.06), transparent 72%); }
    .about-lextech{ position:relative; isolation:isolate; }

    #contact{ background-image:linear-gradient(180deg,#060a12 0, rgba(6,10,18,0) 320px); background-repeat:no-repeat; }
    /* unify approach icons to Lextech blue */
    .oa-icon.ic-problem, .oa-icon.ic-outcome, .oa-icon.ic-research,
    .oa-icon.ic-friction, .oa-icon.ic-solution, .oa-icon.ic-case{
      color:#1b94de;
      background:linear-gradient(145deg, rgba(27,148,222,.22), rgba(27,148,222,.05));
      box-shadow:0 12px 26px -8px rgba(27,148,222,.3), inset 0 0 0 1px rgba(27,148,222,.3);
    }
    /* align the metric row and sub-heading/body rows across result cards */
    #outcomes .stat-number{ min-height:96px; display:flex; flex-direction:column; justify-content:flex-end; }
    #outcomes .stat-card h3{ min-height:2.5em; }
    /* ===== Core Capabilities ===== */
    .cap-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; max-width:900px; margin:0 auto; }
    .cap-card{ display:flex; flex-direction:column; align-items:center; gap:16px; text-align:center;
      padding:36px 22px; border-radius:24px; border:1px solid var(--line); color:var(--paper); text-decoration:none;
      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
      transition:border-color .25s ease, transform .25s ease, background .25s ease; }
    .cap-card:hover{ border-color:rgba(98,198,255,.38); transform:translateY(-4px); background:rgba(98,198,255,.06); }
    .cap-card svg{ width:60px; height:60px; color:#62c6ff; }
    .cap-card h3{ margin:0; font-size:19px; font-weight:650; letter-spacing:-.01em; }
    @media(max-width:620px){ .cap-grid{ grid-template-columns:1fr; } }

    /* ===== Trusted Expertise ===== */
    .exp-tags{ display:flex; flex-wrap:wrap; justify-content:center; gap:12px; max-width:880px; margin:0 auto; }
    .exp-tags .exp-link{ display:inline-flex; align-items:center; gap:10px; padding:11px 20px; border-radius:999px;
      border:1px solid rgba(98,198,255,.28); background:rgba(98,198,255,.06); color:var(--paper);
      text-decoration:none; font-weight:600; font-size:15px; transition:background .2s ease, border-color .2s ease, color .2s ease; }
    .exp-tags .exp-link:hover{ background:rgba(98,198,255,.16); border-color:rgba(98,198,255,.5); color:#fff; }
    .exp-pill{ position:relative; display:inline-flex; }
    .exp-pop{ position:absolute; left:50%; bottom:calc(100% + 12px); transform:translate(calc(-50% + var(--exp-shift,0px)),8px); width:min(292px,86vw); background:linear-gradient(180deg,#0d1c2e,#0a1624); border:1px solid rgba(98,198,255,.32); border-radius:14px; padding:14px 16px 15px; box-shadow:0 26px 54px -20px rgba(0,0,0,.85); text-align:left; text-transform:none; white-space:normal; opacity:0; visibility:hidden; pointer-events:none; transition:opacity .2s ease, transform .22s cubic-bezier(.2,.85,.25,1); z-index:60; }
    .exp-pop::before{ content:""; position:absolute; top:100%; left:0; right:0; height:16px; }
    .exp-pop::after{ content:""; position:absolute; top:100%; left:calc(50% - var(--exp-shift,0px)); transform:translateX(-50%); border:8px solid transparent; border-top-color:#0a1624; }
    .exp-pop-t{ display:block; font-weight:800; font-size:13.5px; letter-spacing:-.005em; color:#8fd4ff; margin-bottom:5px; }
    .exp-pop-d{ display:block; font-weight:400; font-size:12.8px; line-height:1.5; color:#c6d6e4; }
    .exp-pop-more{ display:inline-block; margin-top:11px; font-weight:700; font-size:12.5px; color:#8fd4ff; text-decoration:none; border-bottom:1px solid rgba(143,212,255,.42); padding-bottom:1px; }
    .exp-pop-more:hover{ color:#bfe6ff; border-bottom-color:#bfe6ff; }
    @media (hover:hover){ .exp-pill:hover .exp-pop, .exp-pill:focus-within .exp-pop{ opacity:1; visibility:visible; transform:translate(calc(-50% + var(--exp-shift,0px)),0); pointer-events:auto; } }
    .exp-pill.pop-open .exp-pop{ opacity:1; visibility:visible; transform:translate(calc(-50% + var(--exp-shift,0px)),0); pointer-events:auto; }
    .exp-tags a img{ width:22px; height:22px; object-fit:contain; filter:brightness(0) invert(1); opacity:.88; }
    .exp-tags a svg{ width:21px; height:21px; opacity:.92; }

    /* ===== Footer ===== */
    .site-footer{ border-top:1px solid rgba(255,255,255,.08); padding:clamp(48px,7vw,84px) clamp(18px,4vw,48px) 40px; background:#05070b; }
    .footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:clamp(24px,4vw,56px); }
    .footer-brand p{ color:rgba(244,248,251,.6); font-size:14px; line-height:1.55; margin:16px 0 18px; max-width:340px; }
    .footer-logo{ height:30px; width:auto; }
    .footer-social{ display:flex; gap:16px; }
    .footer-social a{ color:var(--lex-blue-2); font-size:14px; text-decoration:none; }
    .footer-social a:hover{ color:#fff; }
    .footer-col h4{ margin:0 0 14px; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(244,248,251,.5); font-weight:700; }
    .footer-col a{ display:block; color:rgba(244,248,251,.78); text-decoration:none; font-size:14px; line-height:1.4; margin-bottom:10px; }
    .footer-col a:hover{ color:var(--lex-blue-2); }
    .footer-addr{ color:rgba(244,248,251,.5); font-size:13px; line-height:1.5; margin:6px 0 0; }
    .footer-bottom{ margin-top:clamp(32px,5vw,56px); padding-top:22px; border-top:1px solid rgba(255,255,255,.07); color:rgba(244,248,251,.45); font-size:12.5px; }
    @media(max-width:820px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
    @media(max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }
    .wwd-topic{ text-align:center; font-size:clamp(19px,2.3vw,26px); font-weight:700; letter-spacing:-.02em; color:var(--paper); margin:0 0 24px; }
    .wwd-topic-2{ margin-top:clamp(46px,6vw,78px); }
    #what-we-do .section-head{ display:flex; flex-direction:column; align-items:flex-start; width:fit-content; max-width:100%; margin-left:auto; margin-right:auto; row-gap:8px; text-align:left; }
    #what-we-do .section-head .eyebrow{ justify-self:start; text-align:left; margin-bottom:2px; }
    #what-we-do .section-head h2{ margin-top:4px; }
    /* ===== approach: toggle + pattern view + detail panel ===== */
    .approach-toggle{ display:flex; width:fit-content; margin:clamp(16px,2.4vw,26px) auto clamp(4px,1vw,10px); gap:4px; padding:4px; border-radius:999px; border:1px solid rgba(98,198,255,.24); background:rgba(255,255,255,.05); position:relative; z-index:3; }
    .atg-btn{ appearance:none; border:none; background:transparent; color:rgba(244,248,251,.66); font:600 14px Inter,system-ui,sans-serif; padding:9px 22px; border-radius:999px; cursor:pointer; transition:background .2s ease,color .2s ease; }
    .atg-btn.is-active{ background:var(--lex-blue); color:#fff; }
    .atg-btn:hover:not(.is-active){ color:var(--paper); }
    .av-pattern{ display:none; }
    #approach.show-pattern .av-full{ display:none; }
    #approach.show-pattern .av-pattern{ display:block; }
    .pattern-row{ display:flex; align-items:flex-start; justify-content:center; gap:clamp(8px,1.5vw,24px); max-width:1000px; margin:clamp(16px,3vw,42px) auto 0; position:relative; z-index:2; }
    .pattern-step{ flex:1; max-width:270px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:16px; }
    .pattern-step .oa-icon{ width:146px; height:146px; }
    @media (max-width:820px){ .pattern-step .oa-icon{ width:112px; height:112px; } }
    .pattern-step .oa-icon svg{ width:58%; height:58%; }
    .pattern-step h4{ margin:0; font-size:clamp(17px,2vw,22px); font-weight:700; color:var(--paper); letter-spacing:-.01em; }
    .pattern-step p{ margin:0; color:rgba(244,248,251,.74); font-size:15px; line-height:1.5; }
    .pattern-arrow{ align-self:center; margin-top:40px; color:var(--lex-blue-2); font-size:26px; opacity:.65; }
    @media(max-width:760px){ .pattern-row{ flex-direction:column; align-items:center; gap:8px; } .pattern-arrow{ transform:rotate(90deg); margin:2px 0; } .pattern-step{ max-width:340px; } }
    .path-panel{ position:absolute; right:2.5%; bottom:16%; max-width:min(360px,42%); text-align:right; z-index:5; pointer-events:none; }
    .path-panel .pp-eyebrow{ font-size:11px; letter-spacing:.15em; text-transform:uppercase; color:var(--lex-blue-2); font-weight:700; margin-bottom:9px; }
    .path-panel .pp-title{ font-size:clamp(20px,2.3vw,28px); font-weight:700; color:var(--paper); margin:0 0 10px; letter-spacing:-.015em; }
    .path-panel .pp-desc{ font-size:15px; line-height:1.5; color:rgba(244,248,251,.82); margin:0; }
    @media(min-width:821px){ #approach .path-desc{ display:none !important; } }
    @media(max-width:820px){ .path-panel{ display:none; } }
    .pattern-row{ position:relative; }
    .pattern-arrow{ display:none; }
    .pattern-step{ position:relative; z-index:1; }
    .pattern-line{ position:absolute; top:50px; height:5px; z-index:0;
      background-image:radial-gradient(circle, var(--lex-blue-2) 2px, transparent 2.4px);
      background-size:16px 5px; background-repeat:repeat-x; background-position:0 center; opacity:.65;
      filter:drop-shadow(0 0 5px rgba(98,198,255,.5)); animation:patternflow 1.1s linear infinite; }
    @keyframes patternflow{ to { background-position:16px center; } }
    @media(max-width:760px){ .pattern-line{ display:none; } }
    .pattern-step .oa-icon{ cursor:default; }
    .pattern-step:hover .oa-icon{ transform: scale(1.08) translateY(-3px); box-shadow: 0 18px 34px -8px rgba(27,148,222,.6), inset 0 0 0 1px rgba(98,198,255,.4), 0 0 28px rgba(98,198,255,.3); }
    .flip-card-face{ position:absolute; inset:0; -webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); background:#585860; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:0 13%; gap:9px; }
    .flip-card-face::before{ content:""; position:absolute; inset:4px; -webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); background:linear-gradient(180deg,#0c1a2b,#081320); z-index:0; }
    .flip-card-face h4, .flip-card-face p{ position:relative; z-index:1; }
    .flip-card-face h4{ margin:0; color:var(--paper); font-size:clamp(14px,1.5vw,18px); font-weight:800; line-height:1.16; letter-spacing:-.02em; }
    .flip-card-face p{ margin:0; color:rgba(244,248,251,.82); font-size:12.5px; line-height:1.4; }
    @media (max-width:820px){
      .flip-card-face h4{ font-size:17px; line-height:1.18; }
      .flip-card-face p{ font-size:14.5px; line-height:1.42; }
    }
    .cm-lead{ color:rgba(244,248,251,.72); font-size:clamp(16px,1.8vw,20px); line-height:1.55; max-width:60ch; margin:18px 0 0; }
    .cm-voices{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:clamp(28px,4vw,44px) 0; }
    .cm-voice{ border-left:3px solid var(--lex-blue-2); background:rgba(255,255,255,.03); border-radius:0 14px 14px 0; padding:18px 22px; font-size:clamp(16px,1.7vw,19px); font-style:italic; color:var(--paper); }
    .cm-voice:last-child{ grid-column:1 / -1; }
    @media(max-width:720px){ .cm-voices{ grid-template-columns:1fr; } .cm-voice:last-child{ grid-column:auto; } }
    .outcomes-logos{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px 26px; margin-top:clamp(40px,6vw,64px); }
    .outcomes-logos img{ height:26px; width:auto; opacity:.6; filter:brightness(0) invert(1); transition:opacity .2s ease; }
    .outcomes-logos img:hover{ opacity:1; }
    #approach .subtext-full{ display:none; }
    #approach:not(.show-pattern) .subtext-pattern{ display:none; }
    #approach:not(.show-pattern) .subtext-full{ display:block; }
    #approach{ padding-top: clamp(40px, 6vw, 84px); }
    #learn .section-head p{ color:rgba(244,248,251,.7); font-size:clamp(16px,1.8vw,20px); }
    #learn{ padding-bottom: clamp(26px, 4vw, 56px); }
    .results-logos{ display:flex; flex-direction:column; gap:clamp(14px,2.2vw,26px); margin-top:clamp(40px,6vw,64px); }
    .rl-row{ display:flex; flex-wrap:nowrap; align-items:center; gap:clamp(8px,1.6vw,30px); width:100%; }
    .rl-cell{ flex:1 1 0; min-width:0; display:flex; align-items:center; justify-content:center; }
    .rl-row img{ max-width:100%; max-height:clamp(17px,2.3vw,30px); width:auto; height:auto; object-fit:contain; opacity:.6; filter:brightness(0) invert(1); transition:opacity .2s ease; }
    .rl-row img:hover{ opacity:1; }
    .pattern-step p{ opacity:0; transform:translateY(6px); transition:opacity .3s ease, transform .3s ease; }
    .pattern-step:hover p, .pattern-step:focus-within p, .pattern-step.tapped p{ opacity:1; transform:none; }
    .av-pattern{ padding: clamp(26px,4.5vw,60px) 0; }
    #change-makers{ background-image: linear-gradient(180deg, #04070c 0%, rgba(4,7,12,0) 100%); background-repeat:no-repeat; }

    @media (max-width:600px){
      .about-lextech-inner{ grid-template-columns:1fr !important; }
      .about-tmark{ grid-column:1 !important; grid-row:1 !important; justify-content:flex-start !important; }
      .about-tmark img{ width:64px !important; }
      .tw-block{ grid-column:1 !important; grid-row:2 !important; }
      .typewriter-hero{ font-size:clamp(25px,7vw,32px) !important; white-space:normal !important; letter-spacing:-.02em !important; min-height:0 !important; }
      .about-copy{ grid-row:3 !important; }
    }
  .svc-filter{display:flex;gap:9px;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 0 24px}
  .svc-filter-lbl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7f93a9;margin-right:4px}
  .svc-filter button{font:inherit;cursor:pointer;padding:8px 17px;border-radius:999px;border:1px solid rgba(98,198,255,.26);background:rgba(255,255,255,.03);color:#9fb2c8;font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
  .svc-filter button:hover{border-color:rgba(98,198,255,.5);color:#fff;transform:translateY(-1px)}
  .svc-filter button.active{background:#1b94de;border-color:#1b94de;color:#fff}
  .exp-pill{transition:opacity .25s ease,transform .25s ease}
  .exp-pill.hide{display:none}
  .pattern-line{display:none!important}



  /* ===== Lextech "Signal Lock" hero — self-contained, embeddable ===== */
  .lx-embed{position:relative;width:100%;height:100vh;height:100svh;overflow:hidden;background:#04070c;color:#c1e7ff;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}
  .lx-embed *{box-sizing:border-box}
  .lx-stage{position:absolute;top:0;left:0;width:1280px;height:720px;transform-origin:top left;background:radial-gradient(120% 82% at 14% -6%,rgba(27,148,222,.24),transparent 54%),radial-gradient(90% 74% at 106% 46%,rgba(105,196,252,.18),transparent 58%),linear-gradient(158deg,#08131e,#050a12 58%,#03060b)}
  .lx-canvas{position:absolute;inset:0;z-index:1;mix-blend-mode:screen;pointer-events:none}
  .lx-grid{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(105,196,252,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(105,196,252,.055) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:radial-gradient(125% 92% at 50% 104%,#000 22%,transparent 76%);mask-image:radial-gradient(125% 92% at 50% 104%,#000 22%,transparent 76%);opacity:.65}
  .lx-copy{position:absolute;left:clamp(24px,4.5vw,64px);top:clamp(24px,5vh,54px);z-index:6;max-width:min(900px,62vw);pointer-events:none}
  .lx-h1{margin:0;font-weight:400;font-size:clamp(30px,4.4vw,56px);line-height:1.07;letter-spacing:-.01em;color:#f3faff;text-shadow:0 2px 34px rgba(0,0,0,.55)}
  .lx-impact{margin:18px 0 0;font-weight:800;font-size:clamp(27px,3.6vw,48px);line-height:1.04;letter-spacing:-.016em;color:#7cd0ff;text-shadow:0 0 28px rgba(98,198,252,.5),0 0 3px rgba(98,198,255,.55)}
  .lx-people{position:absolute;inset:0;z-index:4}
  .lx-fig{position:absolute;bottom:22px;left:50%;width:238px;height:520px;margin:0;transform-origin:bottom center;cursor:pointer;transition:transform .6s cubic-bezier(.2,.85,.25,1),opacity .5s ease,filter .5s ease}
  .lx-fig img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;filter:drop-shadow(0 22px 34px rgba(0,0,0,.55)) contrast(1.03) saturate(1.04);-webkit-mask-image:linear-gradient(to bottom,#000 80%,transparent 99%);mask-image:linear-gradient(to bottom,#000 80%,transparent 99%)}
  .lx-fx{position:absolute;inset:0;pointer-events:none}
  .lx-floor{display:none}
  .lx-rim{z-index:2;background:radial-gradient(62% 58% at 50% 40%,rgba(125,208,255,.55),rgba(27,148,222,.12) 62%,transparent 78%);mix-blend-mode:screen;opacity:0;transition:opacity .4s ease}
  .lx-focus{position:absolute;left:50%;top:34%;width:300px;height:300px;transform:translate(-50%,-50%) scale(.72);border-radius:50%;border:1px solid rgba(105,196,252,.55);box-shadow:inset 0 0 42px rgba(105,196,252,.22),0 0 26px rgba(105,196,252,.2);opacity:0;transition:opacity .4s ease,transform .55s cubic-bezier(.2,.85,.25,1);z-index:1;pointer-events:none}
  .lx-bracket{position:absolute;width:24px;height:24px;border:2px solid #69c4fc;opacity:0;transition:opacity .3s ease;z-index:6}
  .lx-hud{position:absolute;top:6%;left:calc(100% + 20px);display:flex;flex-direction:column;gap:8px;width:206px;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s cubic-bezier(.2,.85,.25,1);z-index:8;pointer-events:none}
  .lx-tag{font:600 10px/1.2 "Inter",system-ui;letter-spacing:.11em;text-transform:uppercase;color:#8fd4ff;background:rgba(8,24,38,.85);border:1px solid rgba(105,196,252,.34);border-radius:999px;padding:6px 12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);white-space:nowrap;align-self:flex-start}
  .lx-chip{background:linear-gradient(180deg,rgba(11,32,50,.92),rgba(6,17,28,.92));border:1px solid rgba(105,196,252,.22);border-left:2px solid #69c4fc;border-radius:12px;padding:9px 14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);min-width:168px}
  .lx-stat{display:block;font:700 15px/1.3 "Inter",system-ui;color:#eef8ff;letter-spacing:.005em}
  .lx-vign{position:absolute;inset:0;z-index:5;pointer-events:none;background:linear-gradient(to bottom,transparent 66%,rgba(4,7,12,.5) 100%)}
  .lx-fig.is-side{filter:blur(3px) brightness(.6) saturate(.85)}
  .lx-fig.is-side .lx-focus,.lx-fig.is-side .lx-rim,.lx-fig.is-side .lx-bracket,.lx-fig.is-side .lx-hud{opacity:0!important}
  .lx-fig.hud-on .lx-rim{opacity:.5}
  .lx-fig.hud-on .lx-focus{opacity:.9;transform:translate(-50%,-50%) scale(1)}
  .lx-fig.hud-on .lx-bracket{opacity:.85;animation:lx-bracket .45s ease both}
  .lx-fig.hud-on .lx-hud{opacity:1;transform:none}
  .lx-hint{position:absolute;left:50%;transform:translateX(-50%);bottom:clamp(74px,11vh,120px);z-index:8;font:600 11px/1 "Inter",system-ui;letter-spacing:.14em;text-transform:uppercase;color:rgba(143,212,255,.72);opacity:1;transition:opacity .3s ease;pointer-events:none}
  .lx-fig.hud-on ~ .lx-hint,.lx-embed.hud-shown .lx-hint{opacity:0}
  @keyframes lx-bracket{from{opacity:0;transform:scale(.86)}to{opacity:.85;transform:scale(1)}}
  .lx-ctl{position:absolute;z-index:9;top:52%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(8,18,30,.55);border:1px solid rgba(105,196,252,.3);color:#dff1ff;font:300 26px/1 "Inter",system-ui;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s,border-color .2s}
  .lx-ctl:hover{background:rgba(27,148,222,.45);border-color:rgba(105,196,252,.75)}
  .lx-prev{left:20px}.lx-next{right:20px}
  .lx-dots{position:absolute;z-index:9;left:0;right:0;bottom:20px;display:flex;gap:10px;justify-content:center}
  .lx-dot{width:9px;height:9px;border-radius:50%;background:rgba(150,200,240,.32);border:none;padding:0;cursor:pointer;transition:background .25s,width .25s}
  .lx-dot.on{background:#69c4fc;width:26px;border-radius:999px;box-shadow:0 0 10px rgba(105,196,252,.7)}
  @media (max-width:640px){ .lx-h1{font-size:27px;line-height:1.13} .lx-impact{font-size:24px} .lx-ctl{width:42px;height:42px;font-size:22px} .lx-hud{left:auto;right:6px;top:auto;bottom:212px;width:158px}.lx-chip{min-width:0} .lx-hint{bottom:112px} }
  @media (prefers-reduced-motion: reduce){.lx-embed *{animation:none!important}}

/* Signal Lock hero placement — full-bleed */
.hero-lx{padding:0;}
.hero-lx .wrap{max-width:none;width:100%;margin:0;padding:0;}
.hero-lx .lx-embed{border-radius:0 !important;box-shadow:none !important;}



  html, body{ overflow-x:clip; }
  .stat-card{ position:relative; }
  .stat-ic{ display:flex; position:absolute; top:22px; right:24px; align-items:center; justify-content:center; }
  .stat-ic svg{ width:46px; height:46px; stroke:#62c6ff; stroke-width:1.5; fill:none; stroke-linecap:round; stroke-linejoin:round; }
  .stat-ic--fam svg{ width:46px; height:46px; }
    .stat-ic--clock .clk-min, .stat-ic--clock .clk-hr{ transform-box:view-box; transform-origin:12px 12px; }
    .fam-heart{ position:absolute; top:22%; left:50%; margin-left:-6.5px; width:13px; height:13px; opacity:0; pointer-events:none; z-index:3; }
    .fam-heart svg{ width:13px !important; height:13px !important; fill:#62c6ff !important; stroke:none !important; display:block; }
    .fh2{ left:32%; } .fh3{ left:68%; }
    @keyframes clk-spin{ to{ transform:rotate(-360deg); } }
    @keyframes phone-ring{ 0%,4%{ transform:rotate(0); } 7%{ transform:rotate(-10deg); } 10%{ transform:rotate(10deg); } 13%{ transform:rotate(-10deg); } 16%{ transform:rotate(10deg); } 19%{ transform:rotate(-10deg); } 22%{ transform:rotate(10deg); } 25%{ transform:rotate(-10deg); } 28%{ transform:rotate(10deg); } 31%{ transform:rotate(-9deg); } 34%{ transform:rotate(9deg); } 40%{ transform:rotate(0); } 50%,93%{ transform:rotate(23deg) translateY(2px); } 100%{ transform:rotate(0); } }
    @keyframes fam-float{ 0%{ opacity:0; transform:translateY(6px) scale(.4); } 22%{ opacity:.95; } 100%{ opacity:0; transform:translateY(-27px) scale(1); } }
    .stat-card:hover .stat-ic--clock .clk-min{ animation:clk-spin 1.15s linear infinite; }
    .stat-card:hover .stat-ic--clock .clk-hr{ animation:clk-spin 4.3s linear infinite; }
    .stat-card:hover .stat-ic--phone svg{ animation:phone-ring 3.6s linear infinite; }
    .stat-card:hover .fh1{ animation:fam-float 1.9s ease-out infinite; }
    .stat-card:hover .fh2{ animation:fam-float 1.9s ease-out infinite .55s; }
    .stat-card:hover .fh3{ animation:fam-float 1.9s ease-out infinite 1.1s; }
    @media (hover:none){
      .stat-card.play .stat-ic--clock .clk-min{ animation:clk-spin 1.15s linear infinite; }
      .stat-card.play .stat-ic--clock .clk-hr{ animation:clk-spin 4.3s linear infinite; }
      .stat-card.play .stat-ic--phone svg{ animation:phone-ring 3.6s linear infinite; }
      .stat-card.play .fh1{ animation:fam-float 1.9s ease-out infinite; }
      .stat-card.play .fh2{ animation:fam-float 1.9s ease-out infinite .55s; }
      .stat-card.play .fh3{ animation:fam-float 1.9s ease-out infinite 1.1s; }
    }
  @media (max-width:600px){
    .stat-card{ position:relative; }
    .stat-ic{ display:flex; position:absolute; top:16px; right:16px; align-items:center; justify-content:center; }
    .stat-ic svg{ width:58px; height:58px; stroke:#62c6ff; stroke-width:1.5; fill:none; stroke-linecap:round; stroke-linejoin:round; }
    .stat-ic--fam svg{ width:58px; height:58px; }
    .stat-card h3{ padding-right:72px; }
  }
