@font-face {
        font-family: "BigBrick Sans";
        src: url("/assets/fonts/bigbrick-sans-light.ttf") format("truetype");
        font-display: swap;
        font-style: normal;
        font-weight: 300;
      }

      @font-face {
        font-family: "BigBrick Sans";
        src: url("/assets/fonts/bigbrick-sans-regular.ttf") format("truetype");
        font-display: swap;
        font-style: normal;
        font-weight: 400;
      }

      @font-face {
        font-family: "BigBrick Sans";
        src: url("/assets/fonts/bigbrick-sans-bold.ttf") format("truetype");
        font-display: swap;
        font-style: normal;
        font-weight: 700 950;
      }

      @font-face {
        font-family: "Grillmaster SemiWide Extra Bold";
        src: url("/assets/fonts/grillmaster-semiwide-extra-bold.otf") format("opentype");
        font-display: swap;
        font-style: normal;
        font-weight: 900;
      }

      @font-face {
        font-family: "Grillmaster SemiWide Black";
        src: url("/assets/fonts/grillmaster-semiwide-black.otf") format("opentype");
        font-display: swap;
        font-style: normal;
        font-weight: 950;
      }

      :root {
        color-scheme: light;
        --ink: #111216;
        --paper: #f7f8f4;
        --surface: #ffffff;
        --muted: #646873;
        --line: #dfe3e8;
        --blue: #2458ff;
        --green: #0f8f68;
        --amber: #d9891b;
        --rose: #c94665;
        --violet: #6a4cff;
        --radius: 8px;
        --gutter: clamp(18px, 4vw, 64px);
        --font-body: "BigBrick Sans", sans-serif;
        --font-display: "Grillmaster SemiWide Black", "Grillmaster SemiWide Extra Bold", "BigBrick Sans", sans-serif;
      }

      * {
        box-sizing: border-box;
      }

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

      body {
        margin: 0;
        overflow-x: hidden;
        background: var(--paper);
        color: var(--ink);
        font-family: var(--font-body);
        line-height: 1.5;
        letter-spacing: 0;
      }

      img {
        display: block;
        max-width: 100%;
      }

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

      .shell {
        width: min(100%, 1440px);
        margin-inline: auto;
        padding-inline: var(--gutter);
      }

      .site-header {
        position: sticky;
        top: 0;
        z-index: 20;
        display: flex;
        min-height: 66px;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        border-bottom: 1px solid rgba(17, 18, 22, 0.08);
        background: #f4f5f8e6;
        padding-inline: var(--gutter);
        backdrop-filter: blur(16px);
      }

      .brand {
        display: inline-flex;
        align-items: center;
        line-height: 1;
      }

      .brand-logo {
        display: block;
        width: auto;
        height: 34px;
      }

      .nav {
        display: flex;
        align-items: center;
        gap: clamp(12px, 2vw, 30px);
        color: #737984;
        font-size: 16px;
        font-weight: 400;
      }

      .nav a:hover {
        color: var(--ink);
      }

      .eyebrow {
        margin: 0 0 18px;
        color: var(--blue);
        font-size: 0.78rem;
        font-weight: 850;
        letter-spacing: 0;
        text-transform: uppercase;
      }

      .hero-copy {
        position: relative;
        z-index: 3;
        grid-column: 1;
        grid-row: 1;
        max-width: min(100%, 1040px);
        align-self: end;
        padding-top: clamp(20px, 5vh, 68px);
      }

      #top {
        background: #fefefe;
      }

      .hero .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: max-content;
        max-width: 100%;
        min-height: 0;
        margin-bottom: clamp(22px, 3.2vw, 34px);
        padding: 0 0 12px;
        border: 0;
        border-bottom: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #2458ff;
        font-size: clamp(11px, 0.86vw, 13px);
        line-height: 1;
      }

      .hero .eyebrow::before {
        flex: 0 0 auto;
        width: 8px;
        height: 8px;
        margin-right: 0;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--blue), #18bfa4);
        content: "";
        box-shadow: 0 0 0 5px rgba(36, 88, 255, 0.08);
      }

      .hero .eyebrow::after {
        display: none;
        content: none;
      }

      .hero {
        position: relative;
        min-height: calc(100svh - 66px);
        display: grid;
        align-items: start;
        overflow: hidden;
        isolation: isolate;
        padding-block: 0 42px;
      }

      .hero-visual {
        position: relative;
        z-index: 1;
        grid-column: 2;
        grid-row: 1;
        display: grid;
        justify-self: end;
        justify-items: end;
        align-self: end;
        width: min(34vw, 590px);
        min-width: 0;
        margin-right: clamp(-64px, -3.8vw, -44px);
      }

      .hero-cube {
        position: relative;
        z-index: 0;
        width: 100%;
        aspect-ratio: 1;
        cursor: crosshair;
        pointer-events: auto;
      }

      .hero-cube::before {
        position: absolute;
        inset: 12%;
        content: "";
        border-radius: 50%;
        background: radial-gradient(circle, rgba(17, 18, 22, 0.06), transparent 66%);
        filter: blur(22px);
        opacity: 0.5;
      }

      .hero-cube canvas {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
      }

      .hero-grid,
      .metric-strip {
        position: relative;
        z-index: 1;
      }

      .hero-grid {
        display: grid;
        margin-top: 40px;
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.75fr);
        grid-template-rows: auto auto;
        column-gap: clamp(22px, 3.2vw, 48px);
        row-gap: clamp(26px, 3.2vw, 42px);
        align-items: end;
      }

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

      .hero h1 {
        max-width: min(100%, 1040px);
        margin-bottom: clamp(30px, 4vw, 50px);
        color: #111216;
        font-family: var(--font-display);
        font-weight: 950;
        line-height: 0.94;
        -webkit-text-stroke: 0.006em currentColor;
        paint-order: stroke fill;
        text-wrap: balance;
      }

      .hero-copy h1 {
        font-size: clamp(54px, 8.4vw, 130px);
      }

      .hero h1 span {
        display: block;
        white-space: nowrap;
      }

      .hero h1 .type-title__ghost > span,
      .hero h1 .type-title__live .type-title__line {
        white-space: nowrap;
      }

      .hero h1 .type-title__live .type-title__line {
        display: flex;
        align-items: baseline;
        width: max-content;
        max-width: none;
      }

      .hero h1:not(.type-title) > span:nth-child(2),
      .hero h1 .type-title__ghost > span:nth-child(2),
      .hero h1 .type-title__live .type-title__line:nth-child(2) {
        color: #5f6877;
      }

      .hero h1:not(.type-title) > span:nth-child(3),
      .hero h1 .type-title__ghost > span:nth-child(3),
      .hero h1 .type-title__live .type-title__line:nth-child(3) {
        color: #111216;
      }

      .hero-sub {
        position: relative;
        grid-column: 1;
        grid-row: 2;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(10px, 1.3vw, 14px);
        align-items: start;
        max-width: min(100%, 640px);
        margin: 0;
        padding: clamp(18px, 2.2vw, 24px) clamp(18px, 2.4vw, 28px) clamp(20px, 2.4vw, 26px) 0;
        border-top: 1px solid rgba(17, 18, 22, 0.2);
        border-bottom: 0;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(17, 18, 22, 0.025), rgba(17, 18, 22, 0));
        box-shadow: none;
      }

      .hero-sub::before {
        position: absolute;
        left: 0;
        top: -1px;
        width: min(36%, 220px);
        height: 2px;
        border-radius: 999px;
        background: #111216;
        content: "";
      }

      .hero-sub__label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #111216;
        font-size: 0.72rem;
        font-weight: 850;
        line-height: 1.2;
        text-transform: uppercase;
      }

      .hero-sub__label::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #111216;
        content: "";
        box-shadow: 0 0 0 5px rgba(17, 18, 22, 0.06);
      }

      .hero-sub p {
        max-width: 600px;
        margin: 0;
        color: #565a63;
        font-size: clamp(17px, 1.34vw, 21px);
        font-weight: 400;
        line-height: 1.48;
      }

      .hero-panel {
        position: relative;
        z-index: 2;
        grid-column: 2;
        grid-row: 2;
        display: block;
        justify-self: end;
        align-self: start;
        width: min(100%, 680px);
        border-left: 0;
        border-top: 1px solid var(--line);
        margin-top: 0;
        padding-top: 22px;
      }

      .hero-panel p {
        max-width: 640px;
        margin-bottom: 0;
        color: #596170;
        font-size: 1rem;
        line-height: 1.72;
      }

      .cta-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        width: min(100%, 680px);
        margin-top: 28px;
      }

      .cta-row .button {
        flex: 1 1 0;
        min-width: 0;
        font-size: 1rem;
        gap: 0;
      }

      .cta-row .button::after {
        content: none;
      }

      .hero-panel .cta-row {
        justify-content: flex-start;
        margin-top: 24px;
      }

      .button {
        position: relative;
        display: inline-flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        overflow: hidden;
        border: 1px solid rgba(17, 18, 22, 0.88);
        border-radius: 999px;
        padding: 13px clamp(22px, 2vw, 30px);
        background: rgba(255, 255, 255, 0.58);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) inset;
        color: var(--ink);
        font-size: 0.9rem;
        font-weight: 820;
        isolation: isolate;
        white-space: nowrap;
        transition:
          background 260ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 260ms cubic-bezier(0.16, 1, 0.3, 1),
          color 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .button::before {
        position: absolute;
        inset: 1px;
        z-index: -1;
        border-radius: inherit;
        content: "";
        background: linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.32) 48%, transparent 62% 100%);
        opacity: 0;
        transform: translateX(-42%);
        transition:
          opacity 260ms ease,
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .button::after {
        content: "\2192";
        font-size: 0.95em;
        line-height: 1;
        transform: translateX(-2px);
        transition:
          opacity 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .button:hover {
        border-color: var(--ink);
        background: var(--ink);
        box-shadow:
          0 16px 44px rgba(17, 18, 22, 0.16),
          0 1px 0 rgba(255, 255, 255, 0.16) inset;
        color: white;
        transform: translateY(-2px);
      }

      .button:hover::before {
        opacity: 1;
        transform: translateX(36%);
      }

      .button:hover::after {
        transform: translateX(3px);
      }

      .button:active {
        box-shadow: 0 8px 24px rgba(17, 18, 22, 0.12);
        transform: translateY(0) scale(0.985);
      }

      .button:focus-visible {
        outline: 2px solid rgba(36, 88, 255, 0.68);
        outline-offset: 4px;
      }

      .button--primary {
        border-color: var(--ink);
        background: var(--ink);
        box-shadow:
          0 14px 36px rgba(17, 18, 22, 0.13),
          0 1px 0 rgba(255, 255, 255, 0.12) inset;
        color: white;
      }

      .button--primary:hover {
        background: #050609;
        box-shadow:
          0 20px 54px rgba(17, 18, 22, 0.22),
          0 1px 0 rgba(255, 255, 255, 0.18) inset;
      }

      .metric-strip {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 72px;
        border-block: 1px solid var(--line);
      }

      .metric {
        min-height: 124px;
        border-right: 1px solid var(--line);
        padding: 26px 22px;
      }

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

      .metric strong {
        display: block;
        font-size: clamp(28px, 4vw, 54px);
        line-height: 0.9;
      }

      .metric span {
        display: block;
        margin-top: 12px;
        color: var(--muted);
        font-size: 0.8rem;
        font-weight: 750;
        text-transform: uppercase;
      }

      .section {
        padding-block: clamp(88px, 10vw, 158px);
      }

      .section-head {
        display: grid;
        grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.76fr);
        gap: clamp(24px, 4vw, 68px);
        align-items: start;
        margin-bottom: clamp(38px, 5vw, 66px);
        border-top: 1px solid rgba(17, 18, 22, 0.14);
        padding-top: clamp(18px, 2.1vw, 28px);
      }

      .section-head h2 {
        max-width: 880px;
        margin-bottom: clamp(16px, 2vw, 24px);
        color: #151922;
        font-family: var(--font-display);
        font-size: clamp(36px, 5.4vw, 78px);
        font-weight: 950;
        line-height: 0.96;
        text-wrap: balance;
      }

      .section-head p {
        max-width: 680px;
        color: var(--muted);
        font-size: clamp(16px, 1.45vw, 20px);
        line-height: 1.58;
      }

      .section-head > .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        color: #69707b;
        font-size: 0.74rem;
        font-weight: 650;
        line-height: 1.2;
      }

      .section-head > .eyebrow::before {
        width: 24px;
        height: 1px;
        background: currentColor;
        content: "";
        opacity: 0.48;
      }

      .approach {
        background:
          linear-gradient(90deg, rgba(36, 88, 255, 0.07) 0 1px, transparent 1px 100%),
          linear-gradient(180deg, rgba(36, 88, 255, 0.07) 0 1px, transparent 1px 100%),
          #eef2f6;
        background-size: 48px 48px;
      }

      .approach .section-head h2 {
        color: #1d2836;
      }

      .approach .section-head {
        border-top-color: rgba(29, 40, 54, 0.18);
      }

      .approach-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(12px, 1.5vw, 18px);
        border: 0;
        background: transparent;
      }

      .approach-step {
        position: relative;
        min-height: 410px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        border: 1px solid rgba(17, 18, 22, 0.09);
        border-radius: var(--radius);
        padding: clamp(26px, 3vw, 40px);
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
          rgba(255, 255, 255, 0.78);
        box-shadow: 0 14px 52px rgba(17, 18, 22, 0.045);
        transition:
          border-color 280ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .approach-step::before {
        position: absolute;
        top: 26px;
        right: 26px;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(17, 18, 22, 0.12);
        border-radius: 50%;
        content: "";
        background:
          linear-gradient(90deg, transparent 48%, rgba(17, 18, 22, 0.34) 48% 52%, transparent 52%),
          linear-gradient(180deg, transparent 48%, rgba(17, 18, 22, 0.34) 48% 52%, transparent 52%);
        opacity: 0.52;
        transform: rotate(0deg) scale(1);
        transition:
          opacity 280ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .approach-step::after {
        position: absolute;
        inset: 0;
        content: "";
        background: radial-gradient(circle at 82% 12%, rgba(36, 88, 255, 0.12), transparent 34%);
        opacity: 0;
        pointer-events: none;
        transition: opacity 280ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .approach-step:hover {
        border-color: rgba(17, 18, 22, 0.18);
        box-shadow: 0 26px 82px rgba(17, 18, 22, 0.095);
        transform: translateY(-7px);
      }

      .approach-step:hover::before {
        opacity: 0.86;
        transform: rotate(45deg) scale(1.04);
      }

      .approach-step:hover::after {
        opacity: 1;
      }

      .approach-step:nth-child(2) {
        border-color: rgba(17, 18, 22, 0.86);
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%),
          #111216;
        color: white;
        box-shadow: 0 28px 90px rgba(17, 18, 22, 0.16);
      }

      .approach-step:nth-child(2)::before {
        border-color: rgba(255, 255, 255, 0.2);
        background:
          linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.72) 48% 52%, transparent 52%),
          linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.72) 48% 52%, transparent 52%);
      }

      .approach-step:nth-child(2)::after {
        background: radial-gradient(circle at 80% 12%, rgba(116, 214, 165, 0.18), transparent 36%);
      }

      .approach-step:nth-child(2) p,
      .approach-step:nth-child(2) .step-copy {
        color: rgba(255, 255, 255, 0.72);
      }

      .step-number {
        position: relative;
        z-index: 1;
        color: var(--blue);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.03em;
        text-transform: uppercase;
      }

      .approach-step h3 {
        position: relative;
        z-index: 1;
        margin-bottom: 18px;
        font-size: clamp(28px, 3.2vw, 46px);
        line-height: 0.98;
      }

      .approach-step p {
        position: relative;
        z-index: 1;
        color: #3b4250;
      }

      .step-copy {
        color: var(--muted);
        font-size: 0.96rem;
      }

      .products {
        position: relative;
        overflow: hidden;
        background:
          linear-gradient(90deg, rgba(17, 18, 22, 0.035) 1px, transparent 1px),
          linear-gradient(180deg, rgba(17, 18, 22, 0.035) 1px, transparent 1px),
          linear-gradient(180deg, #fbfcfd 0%, #f2f5f7 100%);
        background-size: 72px 72px, 72px 72px, auto;
      }

      .products .section-head {
        position: relative;
        z-index: 2;
      }

      .products .section-head h2 {
        color: #17202b;
      }

      .products .section-head {
        border-top-color: rgba(23, 32, 43, 0.16);
      }

      .product-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: 1fr;
        gap: clamp(22px, 2.4vw, 34px);
        align-items: stretch;
      }

      .product-card {
        position: relative;
        display: flex;
        min-width: 0;
        height: 100%;
        min-height: 0;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(17, 18, 22, 0.075);
        border-radius: var(--radius);
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 251, 252, 0.98)),
          #ffffff;
        box-shadow:
          0 1px 0 rgba(255, 255, 255, 0.96) inset,
          0 10px 32px rgba(17, 18, 22, 0.048);
        isolation: isolate;
        transition:
          border-color 320ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .product-card::before,
      .product-card::after {
        position: absolute;
        content: "";
        pointer-events: none;
      }

      .product-card::before {
        inset: 0;
        z-index: 1;
        background:
          linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, 0.4) 52%, transparent 60%);
        opacity: 0;
        transform: translateX(-26%);
        transition:
          opacity 280ms ease,
          transform 520ms ease;
      }

      .product-card::after {
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;
        height: 2px;
        background: linear-gradient(90deg, #111216 0%, rgba(17, 18, 22, 0.22) 58%, transparent 100%);
        opacity: 0.72;
      }

      .product-card:hover {
        border-color: rgba(17, 18, 22, 0.18);
        box-shadow:
          0 1px 0 rgba(255, 255, 255, 0.96) inset,
          0 22px 62px rgba(17, 18, 22, 0.09);
        transform: translateY(-4px);
      }

      .product-card:hover::before {
        opacity: 1;
        transform: translateX(0);
      }

      .product-shot {
        position: relative;
        display: grid;
        place-items: center;
        aspect-ratio: 16 / 9;
        margin: 16px 16px 0;
        overflow: hidden;
        border: 1px solid rgba(17, 18, 22, 0.07);
        border-radius: 6px;
        background:
          linear-gradient(90deg, rgba(17, 18, 22, 0.035) 1px, transparent 1px),
          linear-gradient(180deg, rgba(17, 18, 22, 0.035) 1px, transparent 1px),
          linear-gradient(180deg, #f8fafc 0%, #edf1f5 100%);
        background-size: 28px 28px, 28px 28px, auto;
        box-shadow: 0 10px 24px rgba(17, 18, 22, 0.05);
      }

      .product-shot::before {
        position: absolute;
        z-index: 2;
        inset: 0;
        content: "";
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 46%),
          linear-gradient(120deg, rgba(17, 18, 22, 0.035), transparent 36%);
        opacity: 0.62;
        pointer-events: none;
      }

      .product-shot::after {
        position: absolute;
        z-index: 3;
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 3px;
        border-radius: 999px;
        content: "";
        background: #111216;
        opacity: 0.32;
        transform: scaleX(0.48);
        transform-origin: right center;
        transition:
          opacity 280ms ease,
          transform 360ms ease;
      }

      .product-shot img {
        position: absolute;
        inset: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        object-fit: contain;
        object-position: center;
        background: white;
        border-radius: 4px;
        transition:
          filter 320ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .product-card:hover .product-shot::after {
        opacity: 0.62;
        transform: scaleX(1);
      }

      .product-card:hover .product-shot img {
        filter: saturate(1.06) contrast(1.02);
        transform: scale(1.02);
      }

      .product-content {
        position: relative;
        z-index: 3;
        display: flex;
        min-width: 0;
        flex: 1;
        flex-direction: column;
        border-top: 1px solid rgba(17, 18, 22, 0.06);
        margin-top: 16px;
        padding: clamp(18px, 2vw, 24px);
        background: linear-gradient(180deg, rgba(247, 249, 251, 0.5), rgba(255, 255, 255, 0));
      }

      .product-kicker {
        display: flex;
        min-width: 0;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 15px;
        color: #747b86;
        font-size: 0.72rem;
        font-weight: 400;
        line-height: 1.25;
        text-transform: none;
      }

      .product-kicker span:last-child {
        min-width: 0;
        overflow: hidden;
        font-weight: 400;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .product-index {
        display: inline-flex;
        width: fit-content;
        min-height: 26px;
        align-items: center;
        border: 1px solid rgba(17, 18, 22, 0.9);
        border-radius: 999px;
        padding: 5px 9px;
        background: #111216;
        color: #ffffff;
        font-size: 0.76rem;
        font-weight: 700;
      }

      .product-index::after {
        display: none;
      }

      .product-card h3 {
        min-width: 0;
        margin: 0 0 10px;
        color: var(--ink);
        font-size: clamp(25px, 1.9vw, 32px);
        font-weight: 860;
        line-height: 1.02;
        text-wrap: balance;
      }

      .product-type {
        width: auto;
        margin: 0 0 13px;
        color: #444c58;
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 1.42;
      }

      .product-content p:not(.product-type) {
        max-width: 100%;
        margin: 0 0 clamp(12px, 1.2vw, 18px);
        color: #5c6370;
        font-size: 0.93rem;
        line-height: 1.62;
      }

      .product-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: auto;
        border-top: 1px solid rgba(17, 18, 22, 0.06);
        padding-top: 18px;
      }

      .product-stats span {
        display: flex;
        min-width: 0;
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #565d68;
        box-shadow: none;
        font-size: 0.72rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        opacity: 0.86;
        transition:
          color 240ms cubic-bezier(0.16, 1, 0.3, 1),
          opacity 240ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .product-stats strong {
        display: block;
        max-width: 100%;
        overflow-wrap: anywhere;
        color: #2b3038;
        font-size: clamp(16px, 1.24vw, 21px);
        font-weight: 760;
        line-height: 1;
      }

      .product-stats small {
        display: block;
        max-width: 100%;
        margin-top: 5px;
        overflow-wrap: anywhere;
        color: #7b838e;
        font-size: 0.66rem;
        font-weight: 400;
        line-height: 1.18;
      }

      .product-card:hover .product-stats span {
        color: #2f343b;
        opacity: 1;
      }

      .product-stats span:hover {
        opacity: 1;
      }

      .growth {
        background:
          radial-gradient(circle at 82% 0%, rgba(116, 214, 165, 0.16), transparent 30%),
          linear-gradient(180deg, #111216, #0d0e12);
        color: white;
      }

      .growth .eyebrow {
        color: #74d6a5;
      }

      .growth .section-head {
        border-top-color: rgba(255, 255, 255, 0.18);
      }

      .growth .section-head h2 {
        color: #f7fbff;
      }

      .growth .section-head p {
        color: rgba(255, 255, 255, 0.68);
      }

      .capability-layout {
        display: grid;
        grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.3fr);
        gap: clamp(28px, 5vw, 70px);
        align-items: stretch;
      }

      .capabilities {
        display: grid;
        gap: 1px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.14);
        box-shadow: 0 28px 96px rgba(0, 0, 0, 0.22);
      }

      .capability {
        position: relative;
        min-height: 178px;
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 30px;
        align-items: center;
        overflow: hidden;
        padding: 32px;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 48%),
          #17191f;
        transition:
          background 280ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .capability::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        content: "";
        background: #74d6a5;
        opacity: 0;
        transform: scaleY(0.3);
        transform-origin: center;
        transition:
          opacity 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .capability:hover {
        background:
          linear-gradient(90deg, rgba(116, 214, 165, 0.08), transparent 56%),
          #1b1d24;
        transform: translateX(5px);
      }

      .capability:hover::after {
        opacity: 1;
        transform: scaleY(1);
      }

      .capability h3 {
        margin-bottom: 0;
        font-size: clamp(24px, 3vw, 38px);
        line-height: 1;
      }

      .capability p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.66);
      }

      .growth-metrics {
        display: grid;
        gap: 12px;
      }

      .growth-metric {
        display: flex;
        min-height: 104px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: var(--radius);
        padding: 22px;
        background:
          linear-gradient(115deg, rgba(116, 214, 165, 0.16), transparent 58%),
          rgba(255, 255, 255, 0.04);
        transition:
          border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
          background 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .growth-metric:hover {
        border-color: rgba(116, 214, 165, 0.38);
        background:
          linear-gradient(115deg, rgba(116, 214, 165, 0.24), transparent 58%),
          rgba(255, 255, 255, 0.065);
        transform: translateY(-4px);
      }

      .growth-metric strong {
        font-size: clamp(30px, 4.2vw, 54px);
        line-height: 0.95;
      }

      .growth-metric span {
        max-width: 130px;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.78rem;
        font-weight: 800;
        text-align: right;
        text-transform: uppercase;
      }

      .contact {
        background:
          linear-gradient(120deg, rgba(36, 88, 255, 0.09), transparent 48%),
          linear-gradient(180deg, #f6f8fa, #eef2f6);
      }

      .contact-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
        gap: clamp(32px, 6vw, 96px);
        align-items: end;
      }

      .contact h2 {
        max-width: 820px;
        margin-bottom: 24px;
        color: #121820;
        font-family: var(--font-display);
        font-size: clamp(48px, 8vw, 120px);
        font-weight: 950;
        line-height: 0.9;
      }

      .contact p {
        max-width: 720px;
        color: var(--muted);
        font-size: 1.1rem;
      }

      .contact-list {
        display: grid;
        gap: 1px;
        overflow: hidden;
        border: 1px solid rgba(17, 18, 22, 0.1);
        border-radius: var(--radius);
        background: rgba(17, 18, 22, 0.1);
        box-shadow: 0 22px 76px rgba(17, 18, 22, 0.07);
      }

      .contact-item {
        position: relative;
        padding: 24px;
        background: rgba(255, 255, 255, 0.88);
        transition:
          background 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .contact-item::after {
        position: absolute;
        top: 24px;
        right: 24px;
        content: "\2192";
        color: rgba(17, 18, 22, 0.35);
        opacity: 0;
        transform: translateX(-6px);
        transition:
          opacity 260ms cubic-bezier(0.16, 1, 0.3, 1),
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .contact-item:hover {
        background: white;
        transform: translateX(4px);
      }

      .contact-item:hover::after {
        opacity: 1;
        transform: translateX(0);
      }

      .contact-item span {
        display: block;
        color: var(--muted);
        font-size: 0.74rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      .contact-item a,
      .contact-item strong {
        display: block;
        margin-top: 8px;
        padding-right: 28px;
        font-size: 1rem;
      }

      .contact-item a {
        transition: color 220ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .contact-item:hover a {
        color: var(--blue);
      }

      .footer {
        border-top: 1px solid var(--line);
        padding-block: 28px;
        color: var(--muted);
        font-size: 0.86rem;
      }

      .type-title {
        position: relative;
        display: block;
      }

      .type-title__ghost {
        display: block;
        visibility: hidden;
        pointer-events: none;
      }

      .type-title__live {
        position: absolute;
        inset: 0;
        display: block;
        color: inherit;
      }

      .type-title__line {
        display: block;
        font-family: inherit;
        color: currentColor;
      }

      .hero h1 .type-title__live .type-title__line {
        color: #111216;
      }

      .hero h1 .type-title__live .type-title__line:nth-child(2) {
        color: #93979f;
      }

      .hero h1:not(.type-title) > span:nth-child(1),
      .hero h1:not(.type-title) > span:nth-child(3),
      .hero h1 .type-title__ghost > span:nth-child(1),
      .hero h1 .type-title__ghost > span:nth-child(3),
      .hero h1 .type-title__live .type-title__line:nth-child(1),
      .hero h1 .type-title__live .type-title__line:nth-child(3) {
        color: #111216;
      }

      .type-title__cursor,
      .hero h1 .type-title__cursor {
        display: inline-block;
        flex: 0 0 auto;
        width: 0.46em;
        height: 0.08em;
        margin-left: 0.08em;
        opacity: 1;
        border-radius: 999px;
        background: currentColor;
        vertical-align: baseline;
        transform: translateY(-0.11em);
        animation: typeCursorBlink 0.78s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
      }

      .type-title.is-complete .type-title__cursor {
        opacity: 0.42;
      }

      @keyframes typeCursorBlink {
        from {
          opacity: 1;
        }

        to {
          opacity: 0.16;
        }
      }

      .reveal {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
        transition:
          opacity 620ms ease,
          transform 620ms ease;
        transition-delay: var(--delay, 0ms);
      }

      .reveal.is-visible {
        opacity: 1;
        transform: none;
      }

      .reveal.is-viewport-ready {
        opacity: 1;
        transform: none;
        transition-delay: 0ms;
        transition-duration: 1ms;
      }

      .hero .reveal {
        opacity: 1;
        transform: none;
      }

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

        .hero-grid,
        .section-head,
        .capability-layout,
        .contact-layout {
          grid-template-columns: 1fr;
        }

        .section-head {
          gap: 14px;
          margin-bottom: 42px;
          padding-top: 20px;
        }

        .section-head h2 {
          max-width: 760px;
          margin-bottom: 16px;
          font-size: clamp(34px, 7vw, 64px);
        }

        .section-head p {
          max-width: 680px;
          font-size: 17px;
        }

        .hero-copy,
        .hero-sub,
        .hero-panel {
          grid-column: auto;
          grid-row: auto;
        }

        .hero-copy {
          align-self: start;
          padding-top: 0;
        }

        .hero-visual {
          grid-column: auto;
          grid-row: auto;
          justify-self: stretch;
          justify-items: center;
          width: 100%;
          margin-right: 0;
          transform: none;
        }

        .hero-panel {
          display: block;
          margin-top: 0;
        }

        .hero-panel .cta-row {
          justify-content: flex-start;
          margin-top: 28px;
        }

        .hero {
          min-height: auto;
          padding-top: 0;
        }

        .hero-cube {
          width: min(100%, 540px);
          opacity: 0.62;
        }

        .hero-panel {
          border-left: 0;
          border-top: 1px solid var(--line);
          padding: 28px 0 0;
        }

        .metric-strip,
        .approach-grid {
          grid-template-columns: 1fr 1fr;
        }

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

        .product-card {
          min-height: 0;
        }

        .capability {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 640px) {
        .site-header {
          min-height: 68px;
        }

        .hero-copy h1 {
          font-size: clamp(42px, 11vw, 52px);
        }

        .hero .eyebrow {
          gap: 9px;
          min-height: 0;
          padding: 0 0 10px;
          border-radius: 0;
          line-height: 1.24;
        }

        .hero .eyebrow::before {
          flex: 0 0 auto;
          width: 7px;
          height: 7px;
          margin-right: 0;
        }

        .hero-sub {
          grid-template-columns: 1fr;
          gap: 12px;
          padding: 18px 0 20px;
          border-radius: 0;
        }

        .hero-sub::before {
          top: -1px;
          width: 48%;
          height: 2px;
        }

        .hero-sub__label {
          font-size: 0.68rem;
        }

        .hero-sub p {
          font-size: 16px;
          line-height: 1.52;
        }

        .section-head {
          gap: 12px;
          margin-bottom: 32px;
          padding-top: 16px;
        }

        .section-head > .eyebrow {
          font-size: 0.68rem;
        }

        .section-head h2 {
          font-size: clamp(32px, 11vw, 48px);
          line-height: 1;
        }

        .section-head p {
          font-size: 16px;
          line-height: 1.52;
        }

        .metric-strip,
        .approach-grid,
        .product-grid {
          grid-template-columns: 1fr;
        }

        .metric,
        .metric:last-child {
          border-right: 0;
          border-bottom: 1px solid var(--line);
        }

        .product-grid {
          gap: 18px;
        }

        .product-card::after {
          top: 0;
          right: 0;
          left: 0;
          height: 2px;
        }

        .product-shot {
          margin: 10px 10px 0;
        }

        .product-content {
          padding: 20px;
        }

        .product-kicker {
          margin-bottom: 14px;
        }

        .product-card h3 {
          font-size: clamp(26px, 9vw, 38px);
          line-height: 1;
        }

        .product-type {
          font-size: 0.82rem;
        }

        .product-stats {
          gap: 10px;
          padding-top: 16px;
        }

        .product-stats span {
          min-height: 0;
          padding: 0;
        }

        .product-stats strong {
          font-size: clamp(16px, 5vw, 22px);
        }

        .button {
          width: 100%;
        }

        .cta-row {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 10px;
          width: 100%;
        }

        .cta-row .button {
          width: 100%;
          min-width: 0;
          padding: 11px 10px;
          font-size: clamp(0.82rem, 3.4vw, 0.94rem);
          gap: 6px;
          white-space: nowrap;
        }

      }

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

        .reveal {
          opacity: 1;
          transform: none;
        }

        .type-title__live {
          position: static;
        }

        .type-title__ghost,
        .type-title__cursor {
          display: none;
        }

        .hero-cube canvas {
          opacity: 0.72;
        }
      }

      .core-engineering-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(18px, 2.4vw, 32px);
        border: 0;
        background: transparent;
      }

      .engineering-card {
        position: relative;
        min-height: 36rem;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(226, 232, 240, 0.92);
        border-radius: 32px;
        background: #fff;
        box-shadow:
          inset 0 2px 4px rgba(255, 255, 255, 1),
          inset 0 -1px 2px rgba(0, 0, 0, 0.02),
          0 20px 40px -10px rgba(99, 102, 241, 0.06),
          0 10px 20px -5px rgba(0, 0, 0, 0.03);
        transition:
          transform 500ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 500ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .engineering-card:hover {
        transform: translateY(-6px);
        box-shadow:
          inset 0 2px 4px rgba(255, 255, 255, 1),
          0 30px 70px -24px rgba(36, 88, 255, 0.2),
          0 14px 28px -18px rgba(0, 0, 0, 0.12);
      }

      .engineering-card__copy {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: clamp(28px, 3vw, 40px);
        pointer-events: none;
      }

      .engineering-card__copy .step-number {
        display: inline-flex;
        margin-bottom: 24px;
        padding: 8px 12px;
        border: 1px solid rgba(226, 232, 240, 0.7);
        border-radius: 999px;
        background: #f8fafc;
        box-shadow:
          inset 0 1px 3px rgba(0, 0, 0, 0.03),
          inset 0 -1px 2px rgba(255, 255, 255, 1);
        color: #4f46e5;
      }

      .engineering-card__copy h3 {
        max-width: 10ch;
        margin-bottom: 12px;
        color: #111216;
        font-size: clamp(29px, 3.4vw, 46px);
        line-height: 0.98;
      }

      .engineering-card__copy p {
        max-width: 34ch;
        color: #5e6676;
        font-size: 0.96rem;
        line-height: 1.6;
      }

      .engineering-card__copy .step-copy {
        color: #7a8290;
        font-size: 0.9rem;
      }

      .engineering-canvas {
        position: absolute;
        inset: 132px 0 0;
        z-index: 1;
        width: 100%;
        height: calc(100% - 132px);
        cursor: move;
      }

      .engineering-card--spatial::before,
      .engineering-card--physics::before,
      .engineering-card--delivery::before {
        position: absolute;
        content: "";
        pointer-events: none;
      }

      .engineering-card--spatial::before {
        top: 44%;
        left: 50%;
        z-index: 0;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(99, 102, 241, 0.1);
        filter: blur(70px);
        transform: translate(-50%, -50%);
      }

      .engineering-card--spatial::after,
      .engineering-card--physics::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 132px;
        content: "";
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.86), transparent);
        pointer-events: none;
      }

      .engineering-card__status {
        position: absolute;
        bottom: 24px;
        left: 32px;
        z-index: 4;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #647085;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .engineering-card__status i {
        position: relative;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #6366f1;
        box-shadow: 0 0 8px rgba(99, 102, 241, 0.65);
      }

      .engineering-card__status i::before {
        position: absolute;
        inset: 0;
        border-radius: inherit;
        content: "";
        background: inherit;
        animation: engineeringPing 1.7s ease-out infinite;
      }

      .engineering-tags {
        position: absolute;
        inset: auto 0 34px;
        z-index: 1;
        height: 218px;
        overflow: hidden;
        cursor: crosshair;
      }

      .engineering-card--physics .engineering-tags {
        z-index: 2;
      }

      .engineering-card--physics::after {
        z-index: 1;
        height: 88px;
      }

      .engineering-tag {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: max-content;
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 999px;
        padding: 10px 14px;
        background: #fff;
        box-shadow:
          0 4px 12px rgba(0, 0, 0, 0.035),
          0 1px 2px rgba(0, 0, 0, 0.025);
        color: #465066;
        font-size: 0.78rem;
        font-weight: 800;
        will-change: transform;
      }

      .engineering-tag::before {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        content: "";
        background:
          radial-gradient(circle at 35% 35%, #fff 0 18%, transparent 19%),
          linear-gradient(135deg, #eef2ff, #dbeafe);
      }

      .engineering-tag:nth-child(2)::before,
      .engineering-tag:nth-child(6)::before {
        background:
          radial-gradient(circle at 35% 35%, #fff 0 18%, transparent 19%),
          linear-gradient(135deg, #f5f3ff, #ddd6fe);
      }

      .engineering-tag:nth-child(3)::before,
      .engineering-tag:nth-child(7)::before {
        background:
          radial-gradient(circle at 35% 35%, #fff 0 18%, transparent 19%),
          linear-gradient(135deg, #ecfdf5, #bbf7d0);
      }

      .engineering-card--delivery {
        justify-content: space-between;
      }

      .delivery-gauge {
        position: relative;
        z-index: 2;
        display: grid;
        width: min(52vw, 210px);
        height: min(52vw, 210px);
        place-items: center;
        margin: 0 auto 28px;
        border-radius: 50%;
        background: #f8fafc;
        box-shadow:
          -4px -4px 12px rgba(255, 255, 255, 1),
          4px 4px 12px rgba(0, 0, 0, 0.03),
          inset -1px -1px 4px rgba(255, 255, 255, 0.9),
          inset 1px 1px 4px rgba(0, 0, 0, 0.02);
      }

      .delivery-gauge svg {
        position: absolute;
        inset: 9%;
        width: 82%;
        height: 82%;
        transform: rotate(-90deg);
        filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.22));
      }

      .delivery-gauge circle {
        fill: none;
        stroke: #e2e8f0;
        stroke-width: 6;
        opacity: 0.5;
      }

      .delivery-gauge__ring {
        stroke: url("#growthRing");
        stroke-dasharray: 276.46;
        stroke-dashoffset: 276.46;
        stroke-linecap: round;
        opacity: 1;
      }

      .delivery-gauge__ring.is-animated {
        transition: stroke-dashoffset 2s cubic-bezier(0.16, 1, 0.3, 1);
        stroke-dashoffset: 0;
      }

      .delivery-gauge div {
        position: relative;
        z-index: 1;
        display: grid;
        width: 116px;
        height: 116px;
        place-items: center;
        align-content: center;
        border-radius: 50%;
        background: #fff;
        box-shadow:
          inset 1px 1px 3px rgba(0, 0, 0, 0.01),
          inset -1px -1px 3px rgba(255, 255, 255, 1),
          0 2px 12px rgba(0, 0, 0, 0.04);
      }

      .delivery-gauge strong {
        color: #111216;
        font-size: 2.5rem;
        line-height: 1;
      }

      .delivery-gauge span {
        margin-top: 6px;
        color: #10b981;
        font-size: 0.64rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .delivery-checks {
        position: relative;
        z-index: 2;
        display: grid;
        gap: 10px;
        padding: 0 clamp(24px, 3vw, 32px) 28px;
      }

      .delivery-checks span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        border: 1px solid rgba(226, 232, 240, 0.72);
        border-radius: 14px;
        padding: 12px 14px;
        background: #fff;
        color: #475569;
        font-size: 0.84rem;
        box-shadow:
          0 1px 3px rgba(0, 0, 0, 0.02),
          inset 0 -1px 2px rgba(0, 0, 0, 0.01);
      }

      .delivery-checks b {
        border-radius: 7px;
        padding: 3px 7px;
        background: #ecfdf5;
        color: #059669;
        font-size: 0.72rem;
      }

      .studio-motion-zone {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid rgba(226, 232, 240, 0.78);
        border-radius: 0;
        background:
          radial-gradient(circle at top, rgba(99, 102, 241, 0.08), rgba(99, 102, 241, 0.02) 28%, transparent 55%),
          linear-gradient(180deg, #f8fafc 0%, #eef2f7 42%, #e8edf5 100%);
        color: #111216;
        box-shadow:
          0 38px 96px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255, 255, 255, 0.72);
      }

      .studio-zone__corner {
        position: absolute;
        z-index: 4;
        width: 7px;
        height: 7px;
        background: rgba(99, 102, 241, 0.72);
      }

      .studio-zone__corner--tl {
        top: -3px;
        left: -3px;
      }

      .studio-zone__corner--tr {
        top: -3px;
        right: -3px;
      }

      .studio-zone__corner--bl {
        bottom: -3px;
        left: -3px;
      }

      .studio-zone__corner--br {
        right: -3px;
        bottom: -3px;
      }

      .studio-zone__bar {
        position: relative;
        z-index: 3;
        display: flex;
        min-height: 74px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        border-bottom: 1px solid rgba(226, 232, 240, 0.74);
        padding: 18px clamp(18px, 3vw, 32px);
        background: rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
      }

      .studio-zone__bar span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #4f46e5;
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.18em;
        text-transform: uppercase;
      }

      .studio-zone__bar i {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #4f46e5;
        box-shadow: 0 0 14px rgba(99, 102, 241, 0.46);
      }

      .studio-zone__pause {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(203, 213, 225, 0.84);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.64);
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
        color: #475569;
        cursor: pointer;
      }

      .studio-zone__matrix {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 260px minmax(0, 1fr) 260px;
        min-height: 680px;
      }

      .studio-zone__stats {
        display: grid;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        background: rgba(255, 255, 255, 0.1);
      }

      .studio-zone__stats--left {
        border-right: 1px solid rgba(226, 232, 240, 0.74);
      }

      .studio-zone__stats--right {
        border-left: 1px solid rgba(226, 232, 240, 0.74);
      }

      .studio-zone__stat {
        position: relative;
        display: flex;
        min-height: 210px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 38px 28px;
        text-align: center;
        transition:
          background 500ms ease,
          backdrop-filter 500ms ease;
      }

      .studio-zone__stat + .studio-zone__stat {
        border-top: 1px solid rgba(226, 232, 240, 0.74);
      }

      .studio-zone__stat::before {
        position: absolute;
        inset: 0;
        content: "";
        background: radial-gradient(circle at 50% 120%, rgba(99, 102, 241, 0.12), transparent 56%);
        opacity: 0;
        transition: opacity 500ms ease;
      }

      .studio-zone__stat:hover {
        background: rgba(255, 255, 255, 0.34);
        backdrop-filter: blur(10px);
      }

      .studio-zone__stat:hover::before {
        opacity: 1;
      }

      .studio-zone__stat strong {
        position: relative;
        z-index: 1;
        color: #111216;
        font-size: clamp(42px, 5vw, 66px);
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
      }

      .studio-zone__stat .countup {
        font-weight: 900;
      }

      .studio-zone__stats--right strong {
        color: #4f46e5;
      }

      .studio-zone__stat > span {
        position: relative;
        z-index: 1;
        max-width: 190px;
        margin-top: 16px;
        color: #647085;
        font-size: 0.98rem;
        line-height: 1.45;
      }

      .studio-zone__center {
        position: relative;
        min-height: 680px;
        overflow: hidden;
      }

      .studio-zone__canvas,
      .studio-zone__overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }

      .studio-zone__canvas {
        z-index: 0;
      }

      .studio-zone__overlay {
        z-index: 1;
        pointer-events: none;
        background:
          radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.14), transparent 40%),
          linear-gradient(to top, rgba(255, 255, 255, 0.1), transparent 30%);
      }

      .studio-motion-zone .capabilities {
        position: absolute;
        right: clamp(18px, 4vw, 48px);
        bottom: clamp(18px, 4vw, 48px);
        left: clamp(18px, 4vw, 48px);
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      .studio-motion-zone .capability {
        min-height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 18px;
        border: 1px solid rgba(255, 255, 255, 0.86);
        border-radius: 18px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow:
          0 16px 32px -8px rgba(15, 23, 42, 0.12),
          0 0 0 1px rgba(226, 232, 240, 0.5),
          inset 0 1px 0 rgba(255, 255, 255, 1);
        color: #111216;
        backdrop-filter: blur(18px);
      }

      .studio-motion-zone .capability::after {
        display: none;
      }

      .studio-motion-zone .capability:hover {
        background: rgba(255, 255, 255, 0.84);
        transform: translateY(-4px);
      }

      .studio-motion-zone .capability h3 {
        margin: 0;
        color: #111216;
        font-size: clamp(21px, 2vw, 28px);
        line-height: 1.05;
      }

      .studio-motion-zone .capability p {
        color: #647085;
        font-size: 0.88rem;
        line-height: 1.55;
      }

      @keyframes engineeringPing {
        0% {
          opacity: 0.7;
          transform: scale(1);
        }

        100% {
          opacity: 0;
          transform: scale(3.2);
        }
      }

      @media (max-width: 1100px) {
        .core-engineering-grid {
          grid-template-columns: 1fr;
        }

        .engineering-card {
          min-height: 34rem;
        }

        .studio-zone__matrix {
          grid-template-columns: 1fr;
          min-height: 0;
        }

        .studio-zone__stats {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          grid-template-rows: none;
        }

        .studio-zone__stats--left,
        .studio-zone__stats--right {
          border: 0;
        }

        .studio-zone__stats--right {
          border-top: 1px solid rgba(226, 232, 240, 0.74);
        }

        .studio-zone__stat,
        .studio-zone__center {
          min-height: 360px;
        }

        .studio-zone__stat + .studio-zone__stat {
          border-top: 0;
          border-left: 1px solid rgba(226, 232, 240, 0.74);
        }
      }

      @media (max-width: 760px) {
        .engineering-card {
          min-height: 31rem;
          border-radius: 24px;
        }

        .engineering-card__copy h3 {
          max-width: 13ch;
        }

        .delivery-gauge {
          width: 180px;
          height: 180px;
        }

        .studio-zone__bar {
          align-items: flex-start;
        }

        .studio-zone__matrix,
        .studio-zone__stats,
        .studio-motion-zone .capabilities {
          grid-template-columns: 1fr;
        }

        .studio-zone__stat,
        .studio-zone__center {
          min-height: 250px;
        }

        .studio-zone__stat + .studio-zone__stat {
          border-top: 1px solid rgba(226, 232, 240, 0.74);
          border-left: 0;
        }

        .studio-zone__center {
          min-height: 680px;
        }

        .studio-motion-zone .capabilities {
          gap: 10px;
        }

        .studio-motion-zone .capability {
          min-height: auto;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .engineering-card,
        .engineering-tag,
        .delivery-gauge__ring,
        .studio-zone__stat,
        .studio-motion-zone .capability,
        .studio-motion-zone *,
        .studio-motion-zone *::before,
        .studio-motion-zone *::after {
          transition-duration: 0.01ms !important;
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
        }

        .engineering-card,
        .studio-zone__stat,
        .studio-motion-zone .capability {
          transform: none !important;
        }

        .engineering-card__status i::before {
          display: none;
        }

        .delivery-gauge__ring {
          stroke-dashoffset: 0;
        }
      }

      .core-engineering-grid {
        gap: clamp(14px, 1.8vw, 24px);
      }

      .engineering-card {
        min-height: 30rem;
        border-color: rgba(17, 18, 22, 0.12);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
          var(--surface);
        box-shadow:
          0 1px 0 rgba(255, 255, 255, 0.86) inset,
          0 18px 68px rgba(17, 18, 22, 0.075);
        isolation: isolate;
      }

      .engineering-card:hover {
        border-color: rgba(17, 18, 22, 0.24);
        box-shadow:
          0 1px 0 rgba(255, 255, 255, 0.9) inset,
          0 28px 92px rgba(17, 18, 22, 0.13);
        transform: translateY(-6px);
      }

      .engineering-card--physics {
        border-color: rgba(255, 255, 255, 0.14);
        background:
          radial-gradient(circle at 82% 8%, rgba(116, 214, 165, 0.18), transparent 34%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 52%),
          #111216;
        color: white;
      }

      .engineering-card--physics:hover {
        border-color: rgba(116, 214, 165, 0.34);
        box-shadow:
          0 32px 96px rgba(0, 0, 0, 0.22),
          0 0 0 1px rgba(116, 214, 165, 0.08) inset;
      }

      .engineering-card__copy {
        z-index: 30;
        padding: clamp(22px, 2.4vw, 28px);
      }

      .engineering-card__copy .step-number {
        margin-bottom: 18px;
        padding: 7px 11px;
        border-color: rgba(17, 18, 22, 0.1);
        border-radius: 999px;
        background: rgba(247, 248, 244, 0.86);
        color: var(--blue);
        letter-spacing: 0;
      }

      .engineering-card--physics .engineering-card__copy .step-number {
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        color: #74d6a5;
      }

      .engineering-card__copy h3 {
        max-width: 12ch;
        margin-bottom: 10px;
        color: var(--ink);
        font-size: clamp(26px, 2.6vw, 36px);
        letter-spacing: 0;
      }

      .engineering-card--physics .engineering-card__copy h3 {
        color: white;
      }

      .engineering-card--spatial .engineering-card__copy h3 {
        width: 100%;
        max-width: 100%;
        text-wrap: balance;
      }

      .core-engineering-grid .engineering-card__copy {
        width: 100%;
        max-width: 100%;
      }

      .core-engineering-grid .engineering-card__copy .step-number,
      .core-engineering-grid .engineering-card__copy h3,
      .core-engineering-grid .engineering-card__copy p,
      .core-engineering-grid .engineering-card__copy .step-copy {
        max-width: 100%;
      }

      .core-engineering-grid .engineering-card__copy h3,
      .core-engineering-grid .engineering-card__copy p,
      .core-engineering-grid .engineering-card__copy .step-copy {
        width: 100%;
      }

      .core-engineering-grid .engineering-card__copy h3 {
        text-wrap: balance;
      }

      .core-engineering-grid .engineering-card__copy p {
        text-wrap: pretty;
      }

      .engineering-card__copy p {
        max-width: 36ch;
        margin-bottom: 10px;
        color: #3f4652;
        font-size: 0.9rem;
        line-height: 1.52;
      }

      .engineering-card__copy .step-copy {
        margin-bottom: 0;
        color: var(--muted);
        font-size: 0.84rem;
      }

      .engineering-card--physics .engineering-card__copy p,
      .engineering-card--physics .engineering-card__copy .step-copy {
        color: rgba(255, 255, 255, 0.68);
      }

      .engineering-webgl {
        position: absolute;
        inset: 17.25rem 0 3rem;
        z-index: 10;
        overflow: hidden;
        cursor: move;
      }

      .engineering-webgl canvas {
        display: block;
        width: 100% !important;
        height: 100% !important;
      }

      .engineering-glow {
        position: absolute;
        top: 62%;
        left: 50%;
        z-index: 0;
        width: 18rem;
        height: 18rem;
        border-radius: 50%;
        background: rgba(36, 88, 255, 0.12);
        filter: blur(78px);
        pointer-events: none;
        transform: translate(-50%, -44%);
      }

      .engineering-card--spatial::before {
        display: none;
      }

      .engineering-card--spatial::after {
        z-index: 20;
        height: 8rem;
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.9), transparent);
      }

      .engineering-card__status {
        bottom: 24px;
        left: 28px;
        z-index: 30;
        color: #535b68;
        letter-spacing: 0.1em;
      }

      .engineering-card__status i {
        background: var(--blue);
        box-shadow: 0 0 8px rgba(36, 88, 255, 0.62);
      }

      .physics-tags {
        position: absolute;
        inset: 0;
        z-index: 12;
        overflow: hidden;
        cursor: crosshair;
      }

      .engineering-card--physics::after {
        z-index: 11;
        height: 5.5rem;
        background: linear-gradient(to top, rgba(17, 18, 22, 0.58), rgba(17, 18, 22, 0.2), transparent);
      }

      .physics-tag {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: max-content;
        border: 1px solid rgba(17, 18, 22, 0.1);
        border-radius: 999px;
        padding: 10px 14px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow:
          0 12px 32px rgba(0, 0, 0, 0.12),
          0 1px 2px rgba(0, 0, 0, 0.04);
        color: #252a32;
        font-size: 0.78rem;
        font-weight: 850;
        line-height: 1;
        will-change: transform;
      }

      .physics-tag i {
        display: grid;
        width: 20px;
        height: 20px;
        place-items: center;
        border-radius: 50%;
        background: rgba(36, 88, 255, 0.1);
      }

      .physics-tag i::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        content: "";
        background: var(--blue);
      }

      .physics-tag--green i {
        background: rgba(15, 143, 104, 0.12);
      }

      .physics-tag--green i::before {
        background: var(--green);
      }

      .physics-tag--ink i {
        background: rgba(17, 18, 22, 0.1);
      }

      .physics-tag--ink i::before {
        background: var(--ink);
      }

      .physics-tag--amber i {
        background: rgba(217, 137, 27, 0.14);
      }

      .physics-tag--amber i::before {
        background: var(--amber);
      }

      .physics-tag--rose i {
        background: rgba(201, 70, 101, 0.14);
      }

      .physics-tag--rose i::before {
        background: var(--rose);
      }

      .delivery-gauge {
        width: min(40vw, 158px);
        height: min(40vw, 158px);
        margin-bottom: 14px;
        background:
          radial-gradient(circle at 48% 38%, rgba(255, 255, 255, 0.98) 0 34%, rgba(241, 245, 255, 0.96) 66%, rgba(225, 234, 255, 0.92) 100%);
        box-shadow:
          -4px -4px 12px rgba(255, 255, 255, 1),
          8px 12px 26px rgba(36, 88, 255, 0.12),
          inset -1px -1px 4px rgba(255, 255, 255, 0.9),
          inset 1px 1px 4px rgba(36, 88, 255, 0.05);
      }

      .delivery-gauge svg {
        inset: 9%;
        filter: drop-shadow(0 3px 10px rgba(36, 88, 255, 0.22));
      }

      .delivery-gauge circle {
        stroke: rgba(36, 88, 255, 0.12);
        opacity: 1;
      }

      .delivery-gauge__ring {
        stroke: url(#growthRing);
        stroke-dasharray: 289;
        stroke-dashoffset: 289;
      }

      .delivery-gauge div {
        width: 86px;
        height: 86px;
        border: 1px solid rgba(36, 88, 255, 0.08);
        background:
          linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
        box-shadow:
          0 1px 0 rgba(255, 255, 255, 0.86) inset,
          0 10px 30px rgba(36, 88, 255, 0.12);
      }

      .delivery-gauge span {
        color: var(--blue);
      }

      .delivery-gauge strong {
        font-size: 2rem;
      }

      .delivery-checks {
        gap: 7px;
        padding: 0 clamp(18px, 2.2vw, 22px) 18px;
      }

      .delivery-checks span {
        border-color: rgba(36, 88, 255, 0.12);
        border-radius: var(--radius);
        padding: 9px 11px;
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.94));
        color: #3f4652;
        font-size: 0.78rem;
        box-shadow:
          0 10px 26px rgba(36, 88, 255, 0.07),
          inset 0 1px 0 rgba(255, 255, 255, 0.86);
      }

      .delivery-checks b {
        border-radius: 999px;
        background: rgba(36, 88, 255, 0.1);
        color: var(--blue);
      }

      .studio-motion-zone {
        border-color: rgba(255, 255, 255, 0.15);
        border-radius: var(--radius);
        background:
          radial-gradient(circle at 76% 0%, rgba(116, 214, 165, 0.16), transparent 32%),
          radial-gradient(circle at 18% 92%, rgba(36, 88, 255, 0.12), transparent 38%),
          linear-gradient(180deg, #17191f 0%, #101115 46%, #08090c 100%);
        color: white;
        box-shadow:
          0 34px 120px rgba(0, 0, 0, 0.28),
          inset 0 1px 0 rgba(255, 255, 255, 0.08);
      }

      .studio-motion-zone::before {
        position: absolute;
        inset: 0;
        z-index: 0;
        content: "";
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
          linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
        background-size: 72px 72px;
        opacity: 0.35;
        pointer-events: none;
      }

      .studio-zone__corner {
        background: #74d6a5;
        box-shadow: 0 0 14px rgba(116, 214, 165, 0.48);
      }

      .studio-zone__bar {
        border-bottom-color: rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.035);
      }

      .studio-zone__bar span {
        color: #74d6a5;
        letter-spacing: 0.14em;
      }

      .studio-zone__bar i {
        background: #74d6a5;
        box-shadow: 0 0 16px rgba(116, 214, 165, 0.52);
      }

      .studio-zone__pause {
        display: inline-grid;
        place-items: center;
        border-color: rgba(255, 255, 255, 0.16);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.78rem;
        font-weight: 900;
      }

      .studio-zone__pause:hover {
        background: rgba(255, 255, 255, 0.12);
        color: white;
      }

      .studio-zone__matrix {
        z-index: 1;
      }

      .studio-zone__stats {
        background: rgba(255, 255, 255, 0.025);
      }

      .studio-zone__stats--left {
        border-right-color: rgba(255, 255, 255, 0.12);
      }

      .studio-zone__stats--right {
        border-left-color: rgba(255, 255, 255, 0.12);
      }

      .studio-zone__stat + .studio-zone__stat {
        border-top-color: rgba(255, 255, 255, 0.12);
      }

      .studio-zone__stat::before {
        background: radial-gradient(circle at 50% 120%, rgba(116, 214, 165, 0.13), transparent 56%);
      }

      .studio-zone__stat:hover {
        background: rgba(255, 255, 255, 0.06);
      }

      .studio-zone__stat strong,
      .studio-zone__stats--right strong {
        color: white;
      }

      .studio-zone__stats--right strong {
        color: #74d6a5;
      }

      .studio-zone__stat > span {
        color: rgba(255, 255, 255, 0.58);
      }

      .studio-zone__center {
        background:
          radial-gradient(circle at 50% 100%, rgba(116, 214, 165, 0.1), transparent 42%),
          rgba(255, 255, 255, 0.01);
      }

      .studio-zone__overlay {
        background:
          radial-gradient(circle at 50% 100%, rgba(116, 214, 165, 0.08), transparent 40%),
          linear-gradient(to top, rgba(8, 9, 12, 0.2), transparent 34%);
      }

      .studio-motion-zone .capability {
        border-color: rgba(255, 255, 255, 0.12);
        border-radius: var(--radius);
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
          rgba(17, 18, 22, 0.68);
        box-shadow:
          0 18px 48px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255, 255, 255, 0.1);
        color: white;
      }

      .studio-motion-zone .capability:hover {
        border-color: rgba(116, 214, 165, 0.32);
        background:
          linear-gradient(180deg, rgba(116, 214, 165, 0.12), rgba(255, 255, 255, 0.045)),
          rgba(17, 18, 22, 0.8);
      }

      .studio-motion-zone .capability h3 {
        color: white;
      }

      .studio-motion-zone .capability p {
        color: rgba(255, 255, 255, 0.64);
      }

      @media (max-width: 1100px) {
        .studio-zone__stats--right {
          border-top-color: rgba(255, 255, 255, 0.12);
        }

        .studio-zone__stat + .studio-zone__stat {
          border-left-color: rgba(255, 255, 255, 0.12);
        }
      }

      @media (max-width: 760px) {
        .engineering-card {
          border-radius: var(--radius);
        }

        .engineering-webgl {
          inset: 16.25rem 0 2.75rem;
        }

        .physics-tag {
          padding: 9px 12px;
          font-size: 0.74rem;
        }

        .studio-zone__bar {
          align-items: center;
        }

        .studio-zone__stat + .studio-zone__stat {
          border-top-color: rgba(255, 255, 255, 0.12);
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .physics-tag,
        .delivery-gauge__ring,
        .engineering-webgl *,
        .studio-zone__canvas {
          transition-duration: 0.01ms !important;
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
        }

        .delivery-gauge__ring {
          stroke-dashoffset: 0 !important;
        }
      }

      @media (max-width: 1200px) {
        :root {
          --gutter: clamp(24px, 4vw, 44px);
        }

        .hero-grid {
          grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
          column-gap: clamp(20px, 3vw, 34px);
        }

        .hero-copy h1 {
          font-size: clamp(70px, 9.2vw, 112px);
        }

        .hero-visual {
          width: min(34vw, 470px);
          margin-right: clamp(-34px, -2.4vw, -20px);
        }

        .metric-strip {
          margin-top: clamp(44px, 5vw, 64px);
        }

        .engineering-card {
          min-height: 32rem;
        }

        .studio-zone__matrix {
          grid-template-columns: minmax(188px, 220px) minmax(0, 1fr) minmax(188px, 220px);
        }
      }

      @media (min-width: 641px) and (max-width: 980px) {
        :root {
          --gutter: clamp(28px, 5vw, 48px);
        }

        .site-header {
          min-height: 72px;
        }

        .brand-logo {
          width: auto;
          height: 28px;
        }

        .hero {
          min-height: auto;
          padding-bottom: clamp(42px, 8vw, 72px);
        }

        .hero-grid {
          margin-top: 40px;
          row-gap: 30px;
          align-items: start;
        }

        .hero-copy h1 {
          max-width: 720px;
          font-size: clamp(68px, 12vw, 104px);
          line-height: 0.95;
        }

        .hero-sub,
        .hero-panel {
          max-width: 720px;
        }

        .hero-visual {
          width: min(100%, 520px);
          justify-self: center;
          margin-block: -8px 4px;
        }

        .hero-cube {
          width: min(100%, 460px);
        }

        .metric-strip {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          margin-top: 44px;
        }

        .metric:nth-child(2) {
          border-right: 0;
        }

        .metric:nth-child(n + 3) {
          border-top: 1px solid var(--line);
        }

        .section {
          padding-block: clamp(72px, 10vw, 112px);
        }

        .section-head {
          grid-template-columns: 1fr;
        }

        .product-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: clamp(18px, 3vw, 26px);
        }

        .product-card h3 {
          font-size: clamp(24px, 4vw, 30px);
        }

        .core-engineering-grid {
          grid-template-columns: 1fr;
        }

        .engineering-card {
          min-height: 27rem;
        }

        .engineering-webgl {
          inset: 14.75rem 0 2.5rem;
        }

        .studio-zone__matrix {
          grid-template-columns: 1fr;
        }

        .studio-zone__stats {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          grid-template-rows: none;
        }

        .studio-zone__stats--left,
        .studio-zone__stats--right {
          border-right: 0;
          border-left: 0;
        }

        .studio-zone__stats--right {
          border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        .studio-zone__stat {
          min-height: 190px;
          padding: 28px 22px;
        }

        .studio-zone__stat + .studio-zone__stat {
          border-top: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.12);
        }

        .studio-zone__center {
          min-height: 560px;
        }

        .studio-motion-zone .capabilities {
          grid-template-columns: repeat(3, minmax(0, 1fr));
          right: 22px;
          bottom: 22px;
          left: 22px;
        }

        .studio-motion-zone .capability {
          min-height: 156px;
          padding: 17px;
        }

        .studio-motion-zone .capability h3 {
          font-size: clamp(19px, 2.8vw, 24px);
        }
      }

      @media (max-width: 640px) {
        :root {
          --gutter: clamp(16px, 5vw, 22px);
        }

        body {
          min-width: 320px;
        }

        .site-header {
          min-height: 64px;
          padding-inline: var(--gutter);
        }

        .brand-logo {
          width: auto;
          height: 28px;
        }

        .hero {
          padding-bottom: 36px;
        }

        .hero-grid {
          margin-top: 30px;
          row-gap: 22px;
        }

        .hero .eyebrow {
          max-width: 100%;
          margin-bottom: 18px;
          font-size: 11px;
          line-height: 1.25;
          white-space: normal;
        }

        .hero-copy h1 {
          font-size: clamp(46px, 14vw, 64px);
          line-height: 0.98;
        }

        .hero h1 span {
          white-space: normal;
          text-wrap: balance;
        }

        .hero-sub {
          max-width: 100%;
          padding: 16px 0 18px;
        }

        .hero-sub p,
        .hero-panel p {
          font-size: 15px;
          line-height: 1.6;
        }

        .hero-panel {
          padding-top: 20px;
        }

        .hero-cube {
          width: min(100%, 340px);
          opacity: 0.58;
        }

        .metric-strip {
          margin-top: 32px;
        }

        .metric {
          min-height: auto;
          padding: 22px 0;
        }

        .metric strong {
          font-size: clamp(30px, 12vw, 46px);
        }

        .metric span {
          margin-top: 9px;
          font-size: 0.74rem;
        }

        .section {
          padding-block: clamp(56px, 16vw, 84px);
        }

        .section-head {
          grid-template-columns: 1fr;
          margin-bottom: 28px;
        }

        .section-head h2 {
          font-size: clamp(34px, 12vw, 50px);
          line-height: 1.02;
        }

        .section-head p {
          font-size: 15.5px;
        }

        .cta-row {
          grid-template-columns: 1fr;
        }

        .cta-row .button {
          min-height: 48px;
          padding: 12px 14px;
          font-size: 0.92rem;
          white-space: normal;
          text-align: center;
        }

        .product-grid {
          gap: 16px;
        }

        .product-shot {
          margin: 10px 10px 0;
        }

        .product-content {
          margin-top: 12px;
          padding: 18px;
        }

        .product-kicker {
          align-items: flex-start;
          gap: 10px;
        }

        .product-kicker span:last-child {
          white-space: normal;
        }

        .product-card h3 {
          font-size: clamp(28px, 10vw, 38px);
        }

        .product-content p:not(.product-type) {
          font-size: 0.9rem;
          line-height: 1.58;
        }

        .product-stats {
          grid-template-columns: 1fr 1fr;
          gap: 12px;
        }

        .product-stats strong {
          font-size: clamp(17px, 5.6vw, 23px);
        }

        .product-stats small {
          font-size: 0.64rem;
        }

        .engineering-card {
          min-height: auto;
          padding-bottom: 220px;
        }

        .engineering-card--delivery {
          justify-content: flex-start;
          padding-bottom: 0;
        }

        .engineering-card__copy {
          padding: 20px;
        }

        .engineering-card__copy .step-number {
          max-width: 100%;
          margin-bottom: 14px;
          white-space: normal;
        }

        .engineering-card__copy h3 {
          max-width: 100%;
          font-size: clamp(25px, 8.5vw, 34px);
          line-height: 1.04;
        }

        .engineering-card__copy p {
          font-size: 0.88rem;
        }

        .engineering-webgl {
          inset: auto 0 46px;
          height: 190px;
        }

        .engineering-glow {
          top: auto;
          bottom: 52px;
          width: 12rem;
          height: 12rem;
        }

        .physics-tags {
          top: 210px;
          bottom: 0;
          height: auto;
        }

        .physics-tag {
          padding: 8px 10px;
          font-size: 0.7rem;
        }

        .physics-tag i {
          width: 18px;
          height: 18px;
        }

        .delivery-gauge {
          width: min(56vw, 156px);
          height: min(56vw, 156px);
          margin-top: 4px;
        }

        .delivery-checks {
          padding: 0 18px 18px;
        }

        .delivery-checks span {
          align-items: flex-start;
          flex-direction: column;
          gap: 6px;
        }

        .studio-zone__bar {
          min-height: 62px;
          gap: 12px;
          padding: 14px;
        }

        .studio-zone__bar span {
          max-width: 230px;
          font-size: 0.66rem;
          letter-spacing: 0.1em;
          line-height: 1.35;
        }

        .studio-zone__pause {
          flex: 0 0 auto;
          width: 34px;
          height: 34px;
        }

        .studio-zone__stats,
        .studio-motion-zone .capabilities {
          grid-template-columns: 1fr;
        }

        .studio-zone__stat {
          min-height: 142px;
          padding: 24px 18px;
        }

        .studio-zone__stat strong {
          font-size: clamp(34px, 13vw, 52px);
        }

        .studio-zone__stat > span {
          max-width: 100%;
          margin-top: 10px;
          font-size: 0.88rem;
        }

        .studio-zone__stat + .studio-zone__stat {
          border-top: 1px solid rgba(255, 255, 255, 0.12);
          border-left: 0;
        }

        .studio-zone__center {
          min-height: auto;
          padding: 18px;
        }

        .studio-zone__canvas,
        .studio-zone__overlay {
          display: none;
        }

        .studio-motion-zone .capabilities {
          position: relative;
          right: auto;
          bottom: auto;
          left: auto;
          gap: 10px;
        }

        .studio-motion-zone .capability {
          min-height: auto;
          padding: 18px;
        }

        .studio-motion-zone .capability h3 {
          font-size: clamp(22px, 7vw, 30px);
        }

        .contact-layout {
          gap: 26px;
        }

        .contact h2 {
          font-size: clamp(40px, 13vw, 64px);
          line-height: 0.98;
        }
      }

      @media (max-width: 380px) {
        .hero-copy h1 {
          font-size: clamp(40px, 13.4vw, 50px);
        }

        .product-stats {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 8px;
        }

        .studio-zone__bar span {
          max-width: 190px;
        }
      }

      @media (max-width: 980px) {
        .hero-grid {
          grid-template-columns: minmax(0, 1fr);
          grid-template-rows: auto;
          align-items: start;
        }

        .hero-copy,
        .hero-sub,
        .hero-visual,
        .hero-panel {
          grid-column: 1;
          grid-row: auto;
          justify-self: stretch;
          min-width: 0;
          width: 100%;
        }

        .hero-sub,
        .hero-panel {
          max-width: 720px;
        }

        .hero-visual {
          justify-self: center;
        }

        .hero-panel {
          justify-self: start;
        }
      }

      @media (min-width: 641px) and (max-width: 980px) {
        .hero-sub {
          padding-right: 0;
        }

        .hero-panel .cta-row {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          width: auto;
        }

        .hero-panel .button {
          width: auto;
          min-width: 220px;
        }
      }

      @media (max-width: 640px) {
        .site-header {
          min-height: 54px;
          height: 54px;
        }

        .brand-logo {
          width: auto;
          height: 28px;
        }

        .hero-grid,
        .hero-copy,
        .hero-sub,
        .hero-visual,
        .hero-panel {
          max-width: calc(100vw - var(--gutter) - var(--gutter));
        }

        .hero-copy h1 {
          font-size: clamp(34px, 11.2vw, 46px);
        }

        .hero h1 {
          max-width: 100%;
          overflow-wrap: normal;
        }

        .hero h1 .type-title__ghost > span,
        .hero h1 .type-title__live .type-title__line {
          display: block;
          width: 100%;
          max-width: 100%;
          white-space: normal;
        }

        .hero-sub p,
        .hero-panel p {
          width: 100%;
          max-width: calc(100vw - var(--gutter) - var(--gutter));
          min-width: 0;
          white-space: normal;
          overflow-wrap: break-word;
        }

        .hero-visual {
          margin-block: 4px 0;
          overflow: hidden;
        }

        .hero-cube {
          width: min(calc(100vw - var(--gutter) - var(--gutter)), 320px);
        }

        .hero-panel .cta-row {
          grid-template-columns: 1fr;
        }

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

        .metric {
          min-height: 112px;
          border-right: 1px solid var(--line);
          border-bottom: 1px solid var(--line);
          padding: 22px 18px;
        }

        .metric:nth-child(2n),
        .metric:last-child {
          border-right: 0;
        }

        .metric:nth-last-child(-n + 2) {
          border-bottom: 0;
        }

        .studio-zone__matrix {
          grid-template-columns: minmax(0, 1fr);
        }

        .studio-zone__stats,
        .studio-zone__center,
        .studio-motion-zone .capabilities {
          min-width: 0;
          width: 100%;
        }

        .physics-tags,
        .physics-tag {
          pointer-events: none;
        }

        .physics-tags {
          cursor: default;
          touch-action: pan-y;
        }
      }
