/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-3xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-right-3 {
    right: calc(var(--spacing) * -3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .min-h-\[calc\(100svh-96px\)\] {
    min-height: calc(100svh - 96px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[var\(--capo-primary\)\] {
    background-color: var(--capo-primary);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[length\:calc\(var\(--hero\)\*0\.3\)\] {
    font-size: calc(var(--hero) * 0.3);
  }
  .text-\[length\:calc\(var\(--hero\)\*0\.4\)\] {
    font-size: calc(var(--hero) * 0.4);
  }
  .text-\[length\:calc\(var\(--hero\)\*0\.5\)\] {
    font-size: calc(var(--hero) * 0.5);
  }
  .text-\[length\:calc\(var\(--hero\)\*0\.46\)\] {
    font-size: calc(var(--hero) * 0.46);
  }
  .text-\[length\:calc\(var\(--hero\)\*1\.2\)\] {
    font-size: calc(var(--hero) * 1.2);
  }
  .text-\[length\:…\] {
    font-size: …;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .\[text-wrap\:balance\] {
    text-wrap: balance;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .text-\[var\(--capo-primary\)\] {
    color: var(--capo-primary);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-white\/95 {
    color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\[--hero\:clamp\(1\.9rem\,8vw\,4\.25rem\)\] {
    --hero: clamp(1.9rem, 8vw, 4.25rem);
  }
  .hover\:bg-\[var\(--capo-secondary-hover\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--capo-secondary-hover);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-teal-500 {
    &:focus {
      --tw-ring-color: var(--color-teal-500);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-\[var\(--capo-primary\)\] {
    &:focus-visible {
      --tw-ring-color: var(--capo-primary);
    }
  }
  .focus-visible\:ring-\[var\(--capo-secondary\)\] {
    &:focus-visible {
      --tw-ring-color: var(--capo-secondary);
    }
  }
  .focus-visible\:ring-black\/40 {
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #000 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-black) 40%, transparent);
      }
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-white {
    &:focus-visible {
      outline-color: var(--color-white);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:space-y-6 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:\[--hero\:clamp\(2\.1rem\,7vw\,4\.25rem\)\] {
    @media (width >= 40rem) {
      --hero: clamp(2.1rem, 7vw, 4.25rem);
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-12 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 12);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:space-y-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-16 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:\[--hero\:clamp\(2\.3rem\,6\.2vw\,4\.25rem\)\] {
    @media (width >= 48rem) {
      --hero: clamp(2.3rem, 6.2vw, 4.25rem);
    }
  }
  .dark\:focus\:ring-offset-gray-900 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        --tw-ring-offset-color: var(--color-gray-900);
      }
    }
  }
}
:root {
  color-scheme: dark;
  --capo-black: #050505;
  --capo-white: #f7f7f4;
  --capo-white-pure: #ffffff;
  --capo-muted: #c8c8c2;
  --capo-subtle: #969690;
  --capo-border: rgb(255 255 255 / 34%);
  --capo-border-strong: rgb(255 255 255 / 82%);
  --capo-panel: rgb(0 0 0 / 68%);
  --capo-panel-strong: rgb(0 0 0 / 84%);
  --capo-accent-orange: #ff5a00;
  --capo-accent-blue: #296ccd;
  --capo-accent-teal: #00c9b7;
  --capo-focus: #ffffff;
  --font-sans: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
@layer base {
  html {
    min-width: 320px;
    background: var(--capo-black);
    scroll-behavior: smooth;
  }
  body {
    display: flex;
    min-height: 100svh;
    margin: 0;
    flex-direction: column;
    overflow-x: hidden;
    background: var(--capo-black);
    color: var(--capo-white);
    font-family: var(--font-sans);
    font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
    line-height: 1.65;
  }
  strong {
    color: var(--capo-white-pure);
    font-weight: 650;
  }
  ::selection {
    background: var(--capo-white-pure);
    color: var(--capo-black);
  }
  a, button, summary, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
  }
}
@layer components {
  .site-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: var(--capo-black);
  }
  .site-backdrop picture {
    position: absolute;
    inset: 0;
  }
  .site-backdrop__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.015);
  }
  .site-backdrop__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 58%) 42%, rgb(0 0 0 / 20%) 100%), linear-gradient(180deg, rgb(0 0 0 / 48%) 0%, rgb(0 0 0 / 6%) 42%, rgb(0 0 0 / 68%) 100%);
  }
  .site-page--interior .site-backdrop__image, .site-page--error .site-backdrop__image {
    opacity: 0.58;
    transform: scale(1.025);
  }
  .site-page--interior .site-backdrop__scrim {
    background: rgb(0 0 0 / 70%);
  }
  .site-page--error .site-backdrop__scrim {
    background: rgb(0 0 0 / 82%);
  }
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    display: flex;
    max-height: 100vh;
    max-height: 100dvh;
    flex-direction: column;
    padding: 1rem clamp(1rem, 3vw, 2.5rem) 1.75rem;
    background: linear-gradient(180deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 72%) 58%, transparent 100%);
  }
  .site-header__inner {
    display: flex;
    width: 100%;
    min-width: 0;
    flex: none;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.5rem);
  }
  .site-logo-link {
    display: block;
    width: clamp(9.5rem, 15vw, 12.25rem);
    flex: none;
  }
  .site-logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .site-nav {
    margin-left: auto;
    min-width: 0;
    align-items: center;
    gap: clamp(0.85rem, 1.65vw, 1.7rem);
  }
  .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    color: var(--capo-white);
    font-size: clamp(0.72rem, 0.65rem + 0.22vw, 0.92rem);
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.45rem;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 420ms cubic-bezier(0.24, 0.43, 0.15, 0.97);
  }
  .nav-link:hover::after, .nav-link:focus-visible::after, .nav-link[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .nav-link[aria-current="page"]::after {
    background: var(--capo-accent-teal);
  }
  .nav-link:focus-visible, .site-more__menu a:focus-visible, .mobile-nav-panel a:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 3px;
  }
  summary {
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .site-more__chevron {
    display: inline-block;
    margin-left: 0.45rem;
    transition: transform 220ms ease;
  }
  .site-more[open] .site-more__chevron {
    transform: rotate(180deg);
  }
  .site-more__menu {
    position: absolute;
    right: 0;
    z-index: 60;
    display: grid;
    min-width: 13rem;
    gap: 0.15rem;
    margin-top: 0.35rem;
    padding: 0.6rem;
    border: 1px solid var(--capo-border);
    border-radius: 1px;
    background: rgb(0 0 0 / 94%);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 42%);
  }
  .site-more__menu a, .mobile-nav-panel a {
    padding: 0.65rem 0.75rem;
    border-left: 1px solid transparent;
    color: var(--capo-white);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .site-more__menu a:hover, .mobile-nav-panel a:hover {
    border-left-color: var(--capo-white-pure);
    background: rgb(255 255 255 / 7%);
  }
  .site-more__menu a[aria-current="page"], .mobile-nav-panel a[aria-current="page"] {
    border-left-color: var(--capo-accent-teal);
    background: rgb(0 201 183 / 9%);
  }
  .mobile-nav-panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    border: 1px solid var(--capo-border);
    border-radius: 1px;
    background: rgb(0 0 0 / 94%);
  }
  .site-main {
    position: relative;
    z-index: 10;
    min-height: calc(100svh - 4.5rem);
    padding: 6.5rem clamp(1rem, 3vw, 2.5rem) 2.5rem;
    flex: 1;
    overflow-wrap: anywhere;
  }
  .site-footer {
    position: relative;
    z-index: 20;
    padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1rem, 4vw, 4rem) 1.25rem;
    border-top: 1px solid rgb(255 255 255 / 18%);
    background: linear-gradient(135deg, rgb(255 90 0 / 7%), transparent 34%), #020202;
    color: var(--capo-muted);
  }
  .site-footer__grid {
    display: grid;
    max-width: 88rem;
    margin-inline: auto;
    gap: clamp(2.5rem, 7vw, 8rem);
  }
  .site-footer__brand img {
    width: clamp(8rem, 14vw, 11rem);
    height: auto;
  }
  .site-footer__brand p {
    margin-top: 1.25rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.25rem, 2.3vw, 2.2rem);
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.1;
  }
  .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .site-footer__nav > div {
    display: grid;
    align-content: start;
    gap: 0.6rem;
  }
  .site-footer__nav a {
    width: fit-content;
    color: var(--capo-muted);
    font-size: 0.92rem;
    transition: color 180ms ease, transform 180ms ease;
  }
  .site-footer__nav a:hover, .site-footer__nav a:focus-visible {
    color: var(--capo-white-pure);
    transform: translateX(0.2rem);
  }
  .site-footer__nav a:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 3px;
  }
  .site-footer__label {
    margin-bottom: 0.35rem;
    color: var(--capo-accent-orange);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .site-footer__bottom {
    display: flex;
    max-width: 88rem;
    margin: clamp(2.5rem, 6vw, 5rem) auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgb(255 255 255 / 12%);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 2rem;
    color: var(--capo-subtle);
    font-size: 0.72rem;
  }
  .site-footer__cookie-note {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
  .site-footer__cookie-icon {
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    flex: none;
    background-color: currentColor;
    mask: url("/static/icons/cookies.83820d867152.svg") center / contain no-repeat;
    -webkit-mask: url("/static/icons/cookies.83820d867152.svg") center / contain no-repeat;
  }
  .page-container, .blurbox-container {
    width: 100%;
    max-width: 88rem;
    margin-inline: auto;
    padding-block: clamp(1rem, 4vw, 3rem);
  }
  .page-min-height, .min-h-content {
    min-height: calc(100svh - 9rem);
  }
  .edge-switcher {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .edge-switcher .action-button {
    justify-content: center;
  }
  .surface-panel, .blurbox {
    padding: clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid var(--capo-border);
    border-radius: 1px;
    background: var(--capo-panel);
    box-shadow: 0 2rem 5rem rgb(0 0 0 / 24%);
    text-align: left;
  }
  .contact-panel {
    padding-block: clamp(1rem, 2vw, 1.25rem);
  }
  .content-card, .tile, .clicktile {
    position: relative;
    padding: clamp(1.15rem, 2.5vw, 1.75rem);
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 1px;
    background: rgb(0 0 0 / 34%);
  }
  .content-card:hover, .content-card:focus-within, .clicktile:hover, .clicktile:focus-within {
    border-color: var(--capo-border-strong);
  }
  .clicksubtile {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgb(255 255 255 / 5%);
    opacity: 0;
    transition: opacity 180ms ease;
  }
  .clicktile:hover .clicksubtile {
    opacity: 1;
  }
  .display-title {
    max-width: 13ch;
    color: var(--capo-white-pure);
    font-size: clamp(2.6rem, 7.2vw, 6.7rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.94;
    text-wrap: balance;
  }
  .home-transition {
    max-width: 21ch;
    color: rgb(255 255 255 / 94%);
    font-size: clamp(1.7rem, 2.2vw + 1rem, 3.4rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
  }
  .page-title, .txt-headline-2 {
    margin: 0 0 1.5rem;
    color: var(--capo-white-pure);
    font-size: clamp(2.15rem, 4.6vw, 4.8rem);
    font-weight: 560;
    letter-spacing: -0.045em;
    line-height: 1.03;
    text-align: center;
    text-wrap: balance;
  }
  .title-mark, .txt-headline {
    position: relative;
    display: inline-block;
    color: var(--capo-white-pure);
    font-style: italic;
    font-weight: 300;
  }
  .title-mark::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.08em;
    left: 0;
    height: 1px;
    background: var(--capo-accent-teal);
    opacity: 0.72;
  }
  .page-title .title-mark::after {
    display: none;
  }
  .component-title {
    margin: 0 0 1.25rem;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 4.2vw, 4.5rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-wrap: balance;
  }
  .section-title {
    margin: 0 0 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.65rem, 2.7vw, 2.8rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-wrap: balance;
  }
  .card-title {
    margin: 0 0 0.75rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.2rem, 1.5vw, 1.55rem);
    font-weight: 600;
    line-height: 1.2;
  }
  .lead-copy, .txt-intro {
    margin-bottom: 1.5rem;
    color: rgb(255 255 255 / 92%);
    font-size: clamp(1.15rem, 1rem + 0.7vw, 1.55rem);
    line-height: 1.55;
  }
  .body-copy, .txt-description {
    color: rgb(255 255 255 / 86%);
    line-height: 1.7;
  }
  .eyebrow {
    color: var(--capo-muted);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.18em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .section-display {
    margin: 0 0 1.25rem;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 620;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-wrap: balance;
  }
  .section-intro {
    max-width: 56rem;
    margin-bottom: clamp(2rem, 5vw, 4rem);
  }
  .section-intro--wide {
    max-width: 70rem;
  }
  .section-intro .eyebrow {
    margin-bottom: 0.85rem;
  }
  .text-action {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.65rem;
    color: var(--capo-white-pure);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .text-action span {
    color: var(--capo-accent-orange);
    font-size: 1.15rem;
    transition: transform 180ms ease;
  }
  .text-action:hover span, .text-action:focus-visible span {
    transform: translate(0.15rem, -0.15rem);
  }
  .text-action:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 4px;
  }
  .signal-list {
    display: grid;
    gap: 0;
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
  }
  .signal-list li {
    display: grid;
    padding: 0.9rem 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.8rem;
    color: rgb(255 255 255 / 86%);
  }
  .signal-list li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
  .signal-list li span {
    color: var(--capo-accent-orange);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
  }
  .home-page {
    display: grid;
    gap: clamp(6rem, 12vw, 12rem);
    max-width: 96rem;
    margin-inline: auto;
    padding-bottom: clamp(4rem, 8vw, 8rem);
  }
  .home-hero {
    display: grid;
    min-height: calc(100svh - 9rem);
    align-items: center;
    gap: 3rem;
  }
  .home-hero__copy {
    max-width: 62rem;
  }
  .hero-kicker {
    margin-bottom: 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(0.72rem, 0.62rem + 0.35vw, 0.95rem);
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .hero-deck {
    max-width: 48rem;
    margin-top: clamp(1.5rem, 4vw, 2.8rem);
    color: rgb(255 255 255 / 90%);
    font-size: clamp(1.18rem, 1rem + 1vw, 1.75rem);
    line-height: 1.5;
  }
  .pilot-signal {
    display: flex;
    margin-top: 1.4rem;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--capo-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .pilot-signal span {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.25rem;
    flex: none;
    border-radius: 50%;
    background: var(--capo-accent-orange);
    box-shadow: 0 0 0 0.3rem rgb(255 90 0 / 12%);
  }
  .hero-actions {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
  }
  .hero-console {
    position: relative;
    display: grid;
    max-width: 30rem;
    margin-inline: auto;
    align-items: center;
    gap: 1.5rem;
  }
  .hero-console__dial {
    position: relative;
    isolation: isolate;
    display: grid;
    width: min(78vw, 17rem);
    aspect-ratio: 1;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 50%;
    place-content: center;
    background: rgb(3 3 3 / 88%);
    box-shadow: inset 0 0 0 1.3rem rgb(255 255 255 / 2%), 0 1.5rem 4rem rgb(0 0 0 / 26%);
    text-align: center;
  }
  .hero-console__dial::before {
    position: absolute;
    z-index: 1;
    inset: 0.55rem;
    border-radius: inherit;
    background: repeating-conic-gradient(from -90deg, rgb(255 255 255 / 46%) 0 1deg, transparent 1deg 30deg), repeating-conic-gradient(from -90deg, rgb(255 255 255 / 24%) 0 0.55deg, transparent 0.55deg 6deg);
    content: "";
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 0.72rem), #000 calc(100% - 0.7rem));
    mask: radial-gradient(farthest-side, transparent calc(100% - 0.72rem), #000 calc(100% - 0.7rem));
    pointer-events: none;
  }
  .hero-console__progress {
    position: absolute;
    z-index: 0;
    inset: 0;
    border-radius: inherit;
    background: conic-gradient(from 0deg, rgb(0 201 183 / 92%) 0 90deg, transparent 90deg 360deg);
    -webkit-mask: radial-gradient(circle, transparent 0 38%, rgb(0 0 0 / 8%) 52%, rgb(0 0 0 / 34%) 70%, rgb(0 0 0 / 76%) 88%, #000 100%);
    mask: radial-gradient(circle, transparent 0 38%, rgb(0 0 0 / 8%) 52%, rgb(0 0 0 / 34%) 70%, rgb(0 0 0 / 76%) 88%, #000 100%);
    pointer-events: none;
  }
  .hero-console__dial::after {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    z-index: 2;
    width: 1.05rem;
    height: 2px;
    border-radius: 999px;
    background: var(--capo-accent-orange);
    box-shadow: 0 0 0.8rem rgb(255 90 0 / 70%);
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
  }
  .hero-console__time {
    position: relative;
    z-index: 3;
    display: flex;
    margin: 0;
    align-items: baseline;
    justify-content: center;
    gap: 0.65rem;
    color: var(--capo-accent-orange);
    line-height: 0.82;
  }
  .hero-console__time strong {
    color: inherit;
    font-size: clamp(3.75rem, 13vw, 5.75rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.08em;
  }
  .hero-console__time span {
    color: inherit;
    font-size: clamp(1.05rem, 4vw, 1.45rem);
    font-weight: 750;
    letter-spacing: 0.04em;
  }
  .hero-console__dial small {
    position: relative;
    z-index: 3;
    max-width: 12rem;
    margin: 0.85rem auto 0;
    color: var(--capo-muted);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .hero-console__stages {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hero-console__stages li {
    display: grid;
    padding: 0.65rem 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0.65rem;
  }
  .hero-console__stages li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
  .hero-console__stages span {
    color: var(--capo-accent-orange);
    font-size: 0.7rem;
    font-weight: 750;
  }
  .hero-console__stages strong {
    font-size: 0.92rem;
  }
  .hero-console__stages small {
    color: var(--capo-subtle);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .home-hero + .audience-section {
    margin-top: clamp(-4rem, -5vw, -2rem);
  }
  .audience-section, .founder-section {
    position: relative;
  }
  .proof-band {
    display: grid;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    background: rgb(0 0 0 / 74%);
  }
  .proof-band > div {
    display: grid;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem);
    align-content: center;
    gap: 0.65rem;
  }
  .proof-band > div + div {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .proof-band strong {
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 6vw, 4.2rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.055em;
    line-height: 0.95;
  }
  .proof-band span {
    max-width: 21rem;
    color: var(--capo-muted);
    font-size: 0.78rem;
    line-height: 1.5;
  }
  .audience-gateways {
    display: grid;
    gap: 1rem;
  }
  .audience-gateway {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 24rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    overflow: hidden;
    align-content: end;
    border: 1px solid rgb(255 255 255 / 20%);
    background: #050505;
    color: var(--capo-white);
    clip-path: polygon(1.4rem 0, 100% 0, 100% calc(100% - 1.4rem), calc(100% - 1.4rem) 100%, 0 100%, 0 1.4rem);
    transition: transform 260ms ease, border-color 260ms ease;
  }
  .audience-gateway::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(145deg, transparent 30%, rgb(255 255 255 / 8%)), repeating-linear-gradient(90deg, transparent 0 2rem, rgb(255 255 255 / 3%) 2rem calc(2rem + 1px));
  }
  .audience-gateway--handel::after, .audience-gateway--werkstatt::after, .audience-gateway--rahmen::after {
    content: "";
    position: absolute;
    right: -20%;
    bottom: -35%;
    z-index: -1;
    width: 22rem;
    height: 22rem;
    border: 1px solid;
    border-radius: 50%;
    opacity: 0.55;
  }
  .audience-gateway--handel::after {
    border-color: var(--capo-accent-blue);
  }
  .audience-gateway--werkstatt::after {
    border-color: var(--capo-accent-teal);
  }
  .audience-gateway--rahmen::after {
    border-color: var(--capo-accent-orange);
  }
  .audience-gateway:hover, .audience-gateway:focus-visible {
    z-index: 2;
    border-color: var(--capo-border-strong);
    transform: translateY(-0.5rem) rotate(-0.35deg);
  }
  .audience-gateway:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 4px;
  }
  .audience-gateway__index {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    color: rgb(255 255 255 / 8%);
    font-size: clamp(6rem, 23vw, 12rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.1em;
    line-height: 0.8;
  }
  .audience-gateway h3 {
    max-width: 18ch;
    margin: 0.75rem 0 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.98;
  }
  .audience-gateway > p:not(.eyebrow) {
    max-width: 35rem;
    color: rgb(255 255 255 / 78%);
  }
  .audience-gateway__link {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: space-between;
    color: var(--capo-white-pure);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .audience-gateway__link b {
    color: var(--capo-accent-orange);
    font-size: 1.25rem;
  }
  .evidence-section {
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .evidence-collage {
    position: relative;
    min-height: 36rem;
  }
  .evidence-photo {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 30%);
    clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%, 0 2rem);
  }
  .evidence-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(0.55) contrast(1.08);
  }
  .hardware-under-wraps {
    position: relative;
    isolation: isolate;
    display: grid;
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 28%);
    background: repeating-linear-gradient(135deg, transparent 0 1.1rem, rgb(255 255 255 / 4%) 1.1rem calc(1.1rem + 1px)), #030303;
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .hardware-under-wraps::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    left: -0.2rem;
    width: 1.8rem;
    height: 1px;
    background: var(--capo-accent-orange);
    transform: rotate(-45deg);
  }
  .hardware-under-wraps__code {
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .hardware-under-wraps__shape {
    position: relative;
    height: 6rem;
    margin-block: 1rem;
    border-top: 1px solid var(--capo-accent-teal);
    border-right: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid var(--capo-accent-blue);
    transform: skewX(-12deg);
  }
  .hardware-under-wraps__shape::before, .hardware-under-wraps__shape::after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 25%);
  }
  .hardware-under-wraps__shape::before {
    top: -1rem;
    left: 31%;
    width: 1px;
    height: 8rem;
  }
  .hardware-under-wraps__shape::after {
    top: 50%;
    right: -1rem;
    left: -1rem;
    height: 1px;
  }
  .hardware-under-wraps > p:last-child {
    color: var(--capo-muted);
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .founder-visuals {
    position: relative;
    min-height: clamp(27rem, 68vw, 50rem);
    overflow: clip;
  }
  .founder-visuals picture {
    position: absolute;
    display: block;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    background: var(--capo-black);
  }
  .founder-visuals img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.65) contrast(1.05);
  }
  .founder-visuals__formal {
    inset: 0;
    clip-path: polygon(1.8rem 0, 100% 0, 100% 100%, 0 100%, 0 1.8rem);
  }
  .founder-visuals__formal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 38%, rgb(0 0 0 / 12%) 66%, rgb(0 0 0 / 68%) 100%), linear-gradient(180deg, rgb(0 0 0 / 20%), transparent 20% 72%, rgb(0 0 0 / 42%));
    pointer-events: none;
  }
  .founder-visuals__formal img {
    object-position: 50% 0;
  }
  .founder-visuals__fitting {
    top: 3%;
    left: -4%;
    z-index: 2;
    width: 40%;
    height: 35%;
    transform: rotate(-2deg);
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  }
  .founder-visuals__ride {
    right: 2%;
    bottom: 0;
    z-index: 3;
    width: 42%;
    height: 47%;
    transform: rotate(2deg);
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  }
  .founder-roles {
    display: grid;
    margin-top: 2rem;
    border-top: 1px solid rgb(255 255 255 / 20%);
  }
  .founder-roles article {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .founder-roles article p {
    margin-bottom: 0.4rem;
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .founder-roles h3 {
    color: var(--capo-white-pure);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 650;
    letter-spacing: -0.035em;
  }
  .founder-roles span {
    color: var(--capo-muted);
    font-size: 0.86rem;
  }
  .pilot-teaser {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 32rem;
    padding: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 25%);
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    background: linear-gradient(115deg, rgb(255 90 0 / 15%), transparent 40%), repeating-linear-gradient(90deg, transparent 0 3rem, rgb(255 255 255 / 3%) 3rem calc(3rem + 1px)), rgb(0 0 0 / 80%);
  }
  .pilot-teaser__number {
    position: absolute;
    top: 4%;
    left: -2%;
    z-index: -1;
    color: rgb(255 90 0 / 18%);
    font-size: clamp(15rem, 72vw, 42rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.14em;
    line-height: 0.8;
  }
  .pilot-teaser__copy {
    max-width: 48rem;
    margin-left: auto;
  }
  .pilot-teaser h2 {
    margin: 0.75rem 0 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(2.3rem, 6vw, 5.5rem);
    font-weight: 650;
    letter-spacing: -0.06em;
    line-height: 0.92;
    text-wrap: balance;
  }
  .pilot-teaser__copy > p:not(.eyebrow) {
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1rem, 1rem + 0.4vw, 1.3rem);
  }
  .pilot-teaser__actions {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
  }
  .why-capo__sequence {
    display: grid;
    gap: clamp(4.5rem, 9vw, 8rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .why-capo__chapter {
    display: grid;
    width: 100%;
    max-width: 64rem;
    grid-template-areas: "marker" "content";
    gap: 1.25rem;
    border: 0;
    background: transparent;
  }
  .why-capo__chapter--right {
    margin-left: auto;
  }
  .why-capo__marker {
    display: flex;
    margin: 0;
    grid-area: marker;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .why-capo__number {
    flex: none;
    color: var(--capo-accent-orange);
    font-size: clamp(5.5rem, 18vw, 9rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 0.72;
    white-space: nowrap;
  }
  .why-capo__label {
    margin-bottom: 0.15rem;
    color: var(--capo-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .why-capo__content {
    position: relative;
    min-width: 0;
    grid-area: content;
  }
  .why-capo__content .section-title {
    font-size: clamp(2rem, 4.2vw, 3.9rem);
  }
  .why-capo__quote {
    margin-top: clamp(5rem, 10vw, 9rem);
    border-left-color: var(--capo-accent-teal);
  }
  .business-page {
    padding-top: clamp(1rem, 3vw, 2.5rem);
  }
  .business-story {
    display: grid;
    gap: clamp(5rem, 11vw, 10rem);
    padding-bottom: clamp(3rem, 7vw, 7rem);
  }
  .business-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(29rem, 66vw, 44rem);
    padding: clamp(2rem, 6vw, 5rem) 0;
    align-items: center;
  }
  .business-hero > div {
    position: relative;
    z-index: 1;
    max-width: 66rem;
  }
  .business-hero__index {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: -1;
    color: rgb(255 90 0 / 17%);
    font-size: clamp(14rem, 58vw, 36rem);
    font-style: italic;
    font-weight: 760;
    letter-spacing: -0.15em;
    line-height: 0.75;
  }
  .business-title, .pilot-title {
    max-width: 16ch;
    margin: 0.8rem 0 1.5rem;
    color: var(--capo-white-pure);
    font-size: clamp(3rem, 8vw, 7.5rem);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.9;
    text-wrap: balance;
  }
  .business-hero .lead-copy {
    max-width: 54rem;
  }
  .retail-clock, .workshop-scale {
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .business-process {
    display: grid;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
  }
  .business-process li {
    padding: 1.25rem 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .business-process li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .business-process li > span {
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .business-process h3 {
    margin: 0.35rem 0;
    color: var(--capo-white-pure);
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
    font-weight: 650;
  }
  .business-process p {
    color: rgb(255 255 255 / 76%);
  }
  .business-signal-grid {
    display: grid;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .business-signal-grid article {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }
  .business-signal-grid article + article {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .business-signal-grid__value {
    margin-bottom: 1rem;
    color: var(--capo-accent-orange);
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.055em;
    line-height: 0.9;
  }
  .business-signal-grid h2 {
    margin-bottom: 0.55rem;
    color: var(--capo-white-pure);
    font-size: 1.3rem;
    font-weight: 650;
  }
  .business-signal-grid article > p:last-child {
    color: var(--capo-muted);
  }
  .business-outcome {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 31rem;
    padding: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    background: linear-gradient(120deg, rgb(41 108 205 / 10%), transparent 55%);
  }
  .business-outcome__word {
    position: absolute;
    right: -2%;
    bottom: -4%;
    z-index: -1;
    color: rgb(255 255 255 / 5%);
    font-size: clamp(6rem, 24vw, 18rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.1em;
    line-height: 0.8;
    white-space: nowrap;
  }
  .business-outcome > div {
    max-width: 49rem;
  }
  .business-outcome h2, .ownership-statement h2, .pilot-economics h2, .investor-final h2, .pilot-final h2 {
    margin: 0.65rem 0 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-wrap: balance;
  }
  .workshop-scale__measure {
    display: grid;
    width: min(76vw, 20rem);
    aspect-ratio: 1;
    margin-inline: auto;
    border: 1px solid var(--capo-accent-teal);
    place-content: center;
    background: linear-gradient(90deg, transparent 49.8%, rgb(255 255 255 / 13%) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgb(255 255 255 / 13%) 50%, transparent 50.2%);
    text-align: center;
    transform: rotate(-3deg);
  }
  .workshop-scale__measure span {
    color: var(--capo-white-pure);
    font-size: clamp(7rem, 26vw, 12rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.12em;
    line-height: 0.75;
  }
  .workshop-scale__measure small {
    margin-top: 1.2rem;
    color: var(--capo-muted);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .workshop-facts {
    display: grid;
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }
  .workshop-facts div {
    display: grid;
    padding: 1.35rem 0;
    gap: 0.35rem;
  }
  .workshop-facts div + div {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .workshop-facts strong {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.04em;
  }
  .workshop-facts span {
    color: var(--capo-muted);
    font-size: 0.8rem;
  }
  .economics-rail {
    display: grid;
    gap: 2.5rem;
  }
  .economics-rail ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
  }
  .economics-rail li {
    position: relative;
    padding: 1.5rem 0 1.5rem 3.5rem;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .economics-rail li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .economics-rail li > span {
    position: absolute;
    top: 1.5rem;
    left: 0;
    color: var(--capo-accent-orange);
    font-size: 0.75rem;
    font-weight: 750;
  }
  .economics-rail h3 {
    margin-bottom: 0.45rem;
    color: var(--capo-white-pure);
    font-size: 1.3rem;
    font-weight: 650;
  }
  .economics-rail li p, .economics-rail__note {
    color: var(--capo-muted);
  }
  .economics-rail__note {
    padding-left: 1rem;
    border-left: 2px solid var(--capo-accent-teal);
  }
  .frame-handoff {
    display: grid;
    gap: 2.5rem;
  }
  .frame-handoff ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .frame-handoff li {
    position: relative;
    padding: 1.5rem 0 2.2rem 2rem;
    border-left: 1px solid var(--capo-accent-teal);
  }
  .frame-handoff li::before {
    content: "";
    position: absolute;
    top: 1.7rem;
    left: -0.3rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--capo-accent-orange);
    box-shadow: 0 0 0 0.35rem var(--capo-black);
  }
  .frame-handoff li > span {
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .frame-handoff h3 {
    margin: 0.4rem 0;
    color: var(--capo-white-pure);
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 650;
  }
  .frame-handoff p {
    color: var(--capo-muted);
  }
  .ownership-statement {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
  }
  .ownership-statement__signal {
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-top: 1px solid var(--capo-accent-orange);
    border-bottom: 1px solid var(--capo-accent-orange);
    color: var(--capo-white-pure);
    font-size: clamp(2.6rem, 8vw, 6rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.075em;
    line-height: 0.85;
    transform: rotate(-2deg);
  }
  .ownership-statement > div > p:not(.eyebrow), .frame-partnership > p:not(.eyebrow) {
    color: var(--capo-muted);
  }
  .ownership-statement dl {
    margin-top: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .ownership-statement dl div {
    display: grid;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    grid-template-columns: minmax(7rem, 0.7fr) minmax(0, 1fr);
    gap: 1rem;
  }
  .ownership-statement dt {
    color: var(--capo-muted);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .ownership-statement dd {
    color: var(--capo-white-pure);
    font-weight: 600;
  }
  .frame-partnership {
    max-width: 64rem;
    margin-inline: auto;
    text-align: center;
  }
  .frame-partnership .action-button {
    margin-top: 1.5rem;
  }
  .roadmap-page {
    isolation: isolate;
  }
  .roadmap-route {
    --roadmap-gap: clamp(3.5rem, 10vw, 5rem);
    position: relative;
    display: grid;
    gap: var(--roadmap-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .roadmap-milestone {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding-left: 4.5rem;
  }
  .roadmap-milestone:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.625rem;
    left: 1.625rem;
    z-index: 0;
    width: 1px;
    height: calc(100% + var(--roadmap-gap));
    background: linear-gradient(180deg, var(--capo-accent-teal), rgb(0 201 183 / 32%));
  }
  .roadmap-milestone__content {
    position: relative;
    z-index: 1;
    min-width: 0;
  }
  .roadmap-milestone__marker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    place-items: center;
    background: var(--capo-accent-orange);
    color: var(--capo-black);
    box-shadow: 0 0 0 0.45rem rgb(5 5 5 / 78%);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
  }
  .roadmap-milestone__status {
    margin-bottom: 0.55rem;
    color: var(--capo-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .roadmap-milestone__connector {
    display: none;
  }
  .setup-page {
    max-width: 88rem;
  }
  .setup-overview, .setup-detail {
    display: grid;
    gap: clamp(4rem, 9vw, 8rem);
    padding-block: clamp(2rem, 5vw, 5rem);
  }
  .setup-overview__header {
    max-width: 64rem;
    margin-inline: auto;
    text-align: center;
  }
  .setup-stage-route {
    position: relative;
    display: grid;
    gap: 3rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .setup-stage-route::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 1.6rem;
    width: 1px;
    background: linear-gradient(var(--capo-accent-blue), var(--capo-accent-teal), var(--capo-accent-orange));
  }
  .setup-stage-route li {
    position: relative;
    display: grid;
    padding-left: 4.75rem;
  }
  .setup-stage-route__number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    place-items: center;
    background: var(--capo-accent-orange);
    color: var(--capo-black);
    box-shadow: 0 0 0 0.5rem var(--capo-black);
    font-size: 0.72rem;
    font-weight: 800;
  }
  .setup-stage-route h3 {
    margin: 0.45rem 0 0.75rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .setup-stage-route li > div > p:not(.eyebrow) {
    max-width: 43rem;
    color: var(--capo-muted);
  }
  .setup-stage-route .text-action {
    margin-top: 1.1rem;
  }
  .setup-overview__facts, .setup-detail__metrics {
    display: grid;
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }
  .setup-overview__facts div, .setup-detail__metrics div {
    display: grid;
    padding: 1.3rem 0;
    gap: 0.35rem;
  }
  .setup-overview__facts div + div, .setup-detail__metrics div + div {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .setup-overview__facts strong, .setup-detail__metrics strong {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.04em;
  }
  .setup-overview__facts span, .setup-detail__metrics span {
    color: var(--capo-muted);
    font-size: 0.78rem;
  }
  .setup-overview__cta, .setup-detail__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    text-align: center;
  }
  .setup-overview__cta p {
    color: var(--capo-muted);
  }
  .setup-detail__hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(24rem, 52vw, 38rem);
    padding: clamp(2rem, 5vw, 4rem) 0;
    align-items: center;
  }
  .setup-detail__hero > div {
    position: relative;
    z-index: 1;
    max-width: 60rem;
    margin-inline: auto;
    text-align: center;
  }
  .setup-detail__index {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: -1;
    color: rgb(255 90 0 / 15%);
    font-size: clamp(14rem, 55vw, 34rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.14em;
    line-height: 0.8;
  }
  .measurement-scan {
    position: relative;
    isolation: isolate;
    padding: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    background: radial-gradient(circle at 88% 12%, rgb(41 108 205 / 22%), transparent 28rem), radial-gradient(circle at 12% 88%, rgb(0 201 183 / 10%), transparent 24rem), rgb(0 0 0 / 82%);
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .measurement-scan::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
    background-size: 2.5rem 2.5rem;
    content: "";
    mask-image: linear-gradient(135deg, transparent, #000 18%, #000 72%, transparent);
    pointer-events: none;
  }
  .measurement-scan::after {
    position: absolute;
    z-index: 0;
    top: -35%;
    right: 14%;
    width: 1px;
    height: 170%;
    background: linear-gradient(transparent, var(--capo-accent-orange), transparent);
    box-shadow: 4rem 0 0 rgb(255 255 255 / 8%), -4rem 0 0 rgb(255 255 255 / 8%);
    content: "";
    opacity: 0.7;
    pointer-events: none;
    transform: rotate(12deg);
  }
  .measurement-scan__intro, .measurement-scan__field {
    position: relative;
    z-index: 1;
  }
  .measurement-scan__intro {
    max-width: 65rem;
  }
  .measurement-scan__intro h3 {
    margin-top: 0.65rem;
  }
  .measurement-scan__field {
    margin-top: clamp(2.5rem, 7vw, 5rem);
  }
  .measurement-scan__field::before {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 50%;
    width: 1px;
    background: repeating-linear-gradient(to bottom, var(--capo-accent-blue) 0 0.45rem, transparent 0.45rem 0.9rem);
    box-shadow: 0 0 2rem rgb(41 108 205 / 70%);
    content: "";
    opacity: 0.65;
  }
  .measurement-scan__count {
    position: absolute;
    top: -0.2em;
    right: -0.04em;
    z-index: 0;
    margin: 0;
    color: rgb(255 255 255 / 7%);
    font-size: clamp(10rem, 34vw, 24rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.14em;
    line-height: 0.72;
    pointer-events: none;
  }
  .measurement-scan ol {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .measurement-scan li {
    --measure-accent: var(--capo-accent-orange);
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 5.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgb(255 255 255 / 22%);
    align-items: center;
    background: linear-gradient(105deg, rgb(4 4 4 / 96%), rgb(4 4 4 / 76%));
    box-shadow: inset 0.22rem 0 0 var(--measure-accent), 0 1rem 3rem rgb(0 0 0 / 28%);
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%);
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
  }
  .measurement-scan li::after {
    position: absolute;
    right: 1rem;
    bottom: 0.65rem;
    width: clamp(2rem, 10vw, 7rem);
    height: 1px;
    background: var(--measure-accent);
    content: "";
    opacity: 0.55;
  }
  .measurement-scan li:nth-child(2), .measurement-scan li:nth-child(5) {
    --measure-accent: var(--capo-accent-teal);
  }
  .measurement-scan li:nth-child(3) {
    --measure-accent: var(--capo-accent-blue);
  }
  .measurement-scan li > span {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    place-items: center;
    background: var(--measure-accent);
    color: var(--capo-black);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .measurement-scan li strong {
    min-width: 0;
    padding-bottom: 0.25rem;
    font-size: clamp(1.05rem, 5.5vw, 2.4rem);
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .hardware-under-wraps--wide {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
  }
  .hardware-under-wraps--wide h3 {
    margin: 0.5rem 0 0.75rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .hardware-under-wraps--wide > div:last-child > p:last-child {
    color: var(--capo-muted);
  }
  .database-stage, .fitpass-stage, .setting-mobile {
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .database-stage__signal {
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-top: 1px solid var(--capo-accent-blue);
    border-bottom: 1px solid var(--capo-accent-blue);
    color: var(--capo-white-pure);
    font-size: clamp(4.2rem, 17vw, 10rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.1em;
    line-height: 0.72;
    transform: rotate(-2deg);
  }
  .fitpass-stage__token {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 19rem;
    padding: 2rem;
    overflow: hidden;
    place-content: center;
    border: 1px solid rgb(255 255 255 / 25%);
    background: linear-gradient(125deg, rgb(0 201 183 / 16%), transparent 48%), repeating-linear-gradient(90deg, transparent 0 2rem, rgb(255 255 255 / 4%) 2rem calc(2rem + 1px)), #020202;
    text-align: center;
    clip-path: polygon(1.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%, 0 1.5rem);
  }
  .fitpass-stage__token span, .fitpass-stage__token strong {
    display: block;
    color: var(--capo-white-pure);
    font-size: clamp(3.3rem, 12vw, 6.5rem);
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.08em;
    line-height: 0.72;
  }
  .fitpass-stage__token strong {
    color: var(--capo-accent-teal);
    font-weight: 700;
  }
  .fitpass-stage__token small {
    margin-top: 1.5rem;
    color: var(--capo-muted);
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.13em;
  }
  .technical-disclosure {
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 24%);
  }
  .technical-disclosure summary {
    display: flex;
    padding: 1.25rem 0;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    color: var(--capo-white-pure);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 650;
  }
  .technical-disclosure summary span {
    color: var(--capo-accent-orange);
    font-size: 1.5rem;
    transition: transform 180ms ease;
  }
  .technical-disclosure[open] summary span {
    transform: rotate(45deg);
  }
  .technical-disclosure__content {
    max-width: 60rem;
    padding: 0 0 1.75rem;
    color: var(--capo-muted);
  }
  .technical-disclosure__content h3 {
    margin-bottom: 0.75rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
  }
  .technical-disclosure__content p + p {
    margin-top: 1rem;
  }
  .setting-mobile__weight {
    padding: clamp(1.5rem, 5vw, 3rem);
    border-top: 1px solid var(--capo-accent-orange);
    border-bottom: 1px solid var(--capo-accent-orange);
    color: var(--capo-white-pure);
    font-size: clamp(6rem, 25vw, 13rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.12em;
    line-height: 0.72;
    text-align: center;
    transform: rotate(-2deg);
  }
  .setting-mobile__weight small {
    margin-left: 0.5rem;
    color: var(--capo-muted);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .skalar-points {
    display: grid;
    border-top: 1px solid rgb(0 201 183 / 62%);
    border-bottom: 1px solid rgb(0 201 183 / 62%);
  }
  .skalar-point {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
  }
  .skalar-point + .skalar-point {
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .skalar-point__number {
    margin-bottom: 1rem;
    color: var(--capo-accent-orange);
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.8;
  }
  .skalar-point__title {
    margin-bottom: 0.35rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.1;
  }
  .skalar-metrics {
    display: grid;
    max-width: 48rem;
    margin-inline: auto;
    border-top: 1px solid rgb(0 201 183 / 62%);
    border-bottom: 1px solid rgb(0 201 183 / 62%);
  }
  .skalar-metric {
    padding: clamp(1.25rem, 3vw, 2rem);
    text-align: center;
  }
  .skalar-metric + .skalar-metric {
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .skalar-metric dt {
    margin-bottom: 0.35rem;
    color: var(--capo-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .skalar-metric dd {
    color: var(--capo-white-pure);
    font-size: clamp(1.55rem, 3.3vw, 2.8rem);
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.1;
  }
  .airo-frame-callout {
    position: relative;
    isolation: isolate;
    display: grid;
    width: min(100%, 56rem);
    margin-left: auto;
    padding: clamp(1.25rem, 2.8vw, 2.25rem);
    overflow: hidden;
    grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.75rem);
    border: 1px solid rgb(255 255 255 / 24%);
    border-top-color: var(--capo-border-strong);
    background-color: #030303;
    background-image: linear-gradient(125deg, rgb(255 255 255 / 10%) 0%, transparent 46%), linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
    background-size: auto, 2rem 2rem, 2rem 2rem;
    box-shadow: 0 1.5rem 3.5rem rgb(0 0 0 / 30%);
    clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%, 0 2rem);
  }
  .airo-frame-callout::before {
    content: "";
    position: absolute;
    top: 0.95rem;
    left: -0.35rem;
    width: 2.8rem;
    height: 1px;
    background: var(--capo-accent-orange);
    transform: rotate(-45deg);
  }
  .airo-frame-callout__signal, .airo-frame-callout__copy {
    position: relative;
    z-index: 1;
  }
  .airo-frame-callout__signal {
    color: var(--capo-white-pure);
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.95;
    white-space: nowrap;
  }
  .airo-frame-callout__title {
    margin: 0.2rem 0 0.65rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
  }
  .fine-print, .txt-note {
    color: var(--capo-muted);
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .content-list, .tile-list-inside {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding-left: 1.2rem;
    list-style: disc outside;
  }
  .content-list li::marker, .tile-list-inside li::marker {
    color: rgb(255 255 255 / 62%);
  }
  .inline-link {
    color: var(--capo-white-pure);
    text-decoration: underline;
    text-decoration-color: rgb(255 255 255 / 48%);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .inline-link:hover, .inline-link:focus-visible {
    text-decoration-color: var(--capo-white-pure);
  }
  .inline-link:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 3px;
  }
  .action-button, .icon-action {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--capo-white-pure);
    cursor: pointer;
    font-family: inherit;
  }
  .action-button {
    min-height: 3rem;
    padding: 0.8rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .icon-action {
    width: 2.75rem;
    height: 2.75rem;
    margin-left: auto;
    font-size: 1.25rem;
  }
  .action-button::before, .icon-action::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    background: rgb(255 255 255 / 0%);
    transition: background-color 220ms ease;
  }
  .action-button:hover::before, .icon-action:hover::before {
    background: rgb(41 108 205 / 10%);
  }
  .action-button[aria-current="page"]::before {
    background: rgb(0 201 183 / 9%);
  }
  .action-button:focus-visible, .icon-action:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 4px;
  }
  .action-button[aria-current="page"] {
    font-weight: 750;
  }
  .action-button--primary {
    background: var(--capo-accent-blue);
    box-shadow: 0 0.8rem 2.5rem rgb(41 108 205 / 20%);
    clip-path: polygon(0.55rem 0, 100% 0, 100% calc(100% - 0.55rem), calc(100% - 0.55rem) 100%, 0 100%, 0 0.55rem);
  }
  .action-button--primary::before {
    background: rgb(0 0 0 / 0%);
  }
  .action-button--primary:hover::before {
    background: rgb(0 0 0 / 12%);
  }
  .action-button--primary .action-frame__static, .action-button--primary .action-frame__trace {
    stroke: var(--capo-white-pure);
  }
  .nav-demo {
    min-height: 2.65rem;
    padding: 0.65rem 0.9rem;
  }
  .action-button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
  }
  .action-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
  .action-frame__static, .action-frame__trace {
    fill: none;
    stroke: var(--capo-accent-blue);
    vector-effect: non-scaling-stroke;
  }
  .action-frame__static {
    stroke-width: 1;
    opacity: 0.68;
  }
  .action-frame__trace {
    stroke-width: 1.25;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 1;
    transition: stroke-dashoffset 720ms cubic-bezier(0.24, 0.43, 0.15, 0.97) 80ms;
  }
  .action-button:hover .action-frame__trace, .action-button:focus-visible .action-frame__trace, .action-button[aria-current="page"] .action-frame__trace, .icon-action:hover .action-frame__trace, .icon-action:focus-visible .action-frame__trace {
    stroke-dashoffset: 0;
  }
  .edge-switcher .action-button[aria-current="page"] .action-frame__static, .edge-switcher .action-button[aria-current="page"] .action-frame__trace {
    stroke: var(--capo-accent-teal);
  }
  .btn-cta, .btn-cta-prim {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.25rem;
    border: 1px solid var(--capo-border);
    border-radius: 0;
    background: transparent;
    color: var(--capo-white-pure);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .form-control {
    display: block;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgb(255 255 255 / 16%);
    border-bottom: 2px solid rgb(255 255 255 / 58%);
    border-radius: 0;
    outline: 0;
    background: rgb(0 0 0 / 56%);
    color: var(--capo-white-pure);
    box-shadow: none;
    transition: border-color 180ms ease;
  }
  .form-control::placeholder {
    color: var(--capo-subtle);
  }
  .form-control:hover {
    border-color: rgb(255 255 255 / 58%);
  }
  .form-control:focus {
    border-color: var(--capo-white-pure);
    outline: 2px solid var(--capo-focus);
    outline-offset: 2px;
  }
  .form-control[aria-invalid="true"] {
    border-color: rgb(255 255 255 / 62%);
    border-bottom-width: 3px;
    border-bottom-color: var(--capo-white-pure);
  }
  select.form-control {
    cursor: pointer;
  }
  select.form-control option {
    background: var(--capo-black);
    color: var(--capo-white-pure);
  }
  .form-control--textarea {
    min-height: 7rem;
    resize: vertical;
  }
  .form-error {
    margin-top: 0.45rem;
    padding-left: 0.65rem;
    border-left: 2px solid var(--capo-white-pure);
    color: var(--capo-white-pure);
    font-size: 0.85rem;
    font-weight: 600;
  }
  .prototype-figure {
    margin: 0;
    padding: clamp(0.75rem, 1.6vw, 1.5rem);
    border: 1px solid rgb(255 255 255 / 10%);
    background: #020202;
    box-shadow: 0 1.25rem 3rem rgb(0 0 0 / 24%);
  }
  .prototype-image__media {
    display: block;
    border: 1px solid rgb(255 255 255 / 38%);
    background: var(--capo-white);
    box-shadow: 0 0.75rem 1.75rem rgb(0 0 0 / 22%);
  }
  .prototype-image__asset {
    display: block;
    width: 100%;
    height: auto;
  }
  .prototype-image__caption {
    padding: clamp(0.8rem, 1.3vw, 1rem) 0.25rem 0;
    text-align: center;
  }
  .prototype-dialog {
    width: min(72rem, calc(100% - 2rem));
    max-height: 90svh;
    margin: auto;
    padding: 0;
    border: 1px solid var(--capo-border-strong);
    border-radius: 0;
    background: #080808;
    color: var(--capo-white);
  }
  .prototype-dialog:not([open]) {
    display: none;
  }
  .prototype-dialog::backdrop {
    background: rgb(0 0 0 / 88%);
  }
  .prototype-dialog__content {
    padding: clamp(1rem, 2.5vw, 1.75rem);
  }
  .prototype-dialog__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 75svh;
    margin-inline: auto;
    border-radius: 0;
  }
  .pilot-page, .investor-page {
    display: grid;
    gap: clamp(6rem, 12vw, 11rem);
    padding-bottom: clamp(4rem, 9vw, 8rem);
  }
  .pilot-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: calc(100svh - 9rem);
    align-items: center;
  }
  .pilot-hero > div {
    position: relative;
    z-index: 1;
    max-width: 68rem;
    margin-left: auto;
  }
  .pilot-hero__number {
    position: absolute;
    top: 3%;
    left: -4%;
    z-index: -1;
    color: rgb(255 90 0 / 18%);
    font-size: clamp(18rem, 80vw, 48rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.15em;
    line-height: 0.75;
  }
  .pilot-window {
    display: grid;
    gap: 1.5rem;
    align-items: center;
  }
  .pilot-window__start, .pilot-window__end {
    display: grid;
    width: fit-content;
  }
  .pilot-window__end {
    margin-left: auto;
    text-align: right;
  }
  .pilot-window__start span, .pilot-window__end span {
    color: var(--capo-muted);
    font-size: 0.65rem;
    font-weight: 650;
    letter-spacing: 0.15em;
  }
  .pilot-window__start strong, .pilot-window__end strong {
    color: var(--capo-accent-orange);
    font-size: clamp(3.5rem, 10vw, 7rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.8;
  }
  .pilot-window__line {
    height: 1px;
    background: linear-gradient(90deg, var(--capo-accent-orange), var(--capo-accent-teal));
  }
  .pilot-window h2 {
    margin: 0.5rem 0;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.98;
  }
  .pilot-window div p:last-child {
    color: var(--capo-muted);
  }
  .pilot-included__grid {
    display: grid;
    border-top: 1px solid rgb(255 255 255 / 22%);
  }
  .pilot-included__grid article {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .pilot-included__grid article > span {
    color: var(--capo-accent-orange);
    font-size: 0.7rem;
    font-weight: 750;
  }
  .pilot-included__grid h3 {
    margin: 0.55rem 0;
    color: var(--capo-white-pure);
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    font-weight: 650;
  }
  .pilot-included__grid p {
    color: var(--capo-muted);
  }
  .pilot-rhythm {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
  }
  .pilot-rhythm ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pilot-rhythm li {
    position: relative;
    display: grid;
    padding: 1.25rem 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
    gap: 0.4rem;
  }
  .pilot-rhythm li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .pilot-rhythm li > span {
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .pilot-rhythm li > strong {
    font-size: clamp(1.15rem, 2.3vw, 1.7rem);
  }
  .pilot-rhythm li > p {
    color: var(--capo-muted);
  }
  .pilot-economics {
    display: grid;
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
  }
  .pilot-economics__signal {
    padding: clamp(2rem, 6vw, 4rem);
    border-top: 1px solid var(--capo-accent-blue);
    border-bottom: 1px solid var(--capo-accent-blue);
    color: var(--capo-white-pure);
    font-size: clamp(4rem, 15vw, 9rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 0.72;
    transform: rotate(-2deg);
  }
  .pilot-economics__points {
    display: grid;
    margin: 1.5rem 0;
  }
  .pilot-economics__points article {
    padding: 1rem 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .pilot-economics__points article:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .pilot-economics__points h3 {
    margin-bottom: 0.4rem;
    color: var(--capo-white-pure);
    font-size: 1.2rem;
    font-weight: 650;
  }
  .pilot-economics__points p {
    color: var(--capo-muted);
  }
  .pilot-final, .investor-final {
    max-width: 65rem;
    margin-inline: auto;
    padding: clamp(2rem, 6vw, 5rem) 0;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    text-align: center;
  }
  .pilot-final > p:not(.eyebrow), .investor-final > p:not(.eyebrow) {
    max-width: 48rem;
    margin: 0 auto 1.5rem;
    color: var(--capo-muted);
  }
  .investor-hero {
    min-height: calc(100svh - 9rem);
    padding-block: clamp(2rem, 6vw, 5rem);
  }
  .investor-hero > h1 {
    max-width: 13ch;
    margin: 1rem 0 1.5rem;
    color: var(--capo-white-pure);
    font-size: clamp(3.2rem, 9vw, 8rem);
    font-weight: 650;
    letter-spacing: -0.07em;
    line-height: 0.88;
    text-wrap: balance;
  }
  .investor-hero > .lead-copy {
    max-width: 60rem;
  }
  .investor-thesis {
    display: grid;
    margin-top: clamp(3rem, 7vw, 6rem);
    border-top: 1px solid rgb(255 255 255 / 22%);
  }
  .investor-thesis > div {
    display: grid;
    padding: 1.3rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.4rem 0.8rem;
  }
  .investor-thesis span {
    grid-row: span 2;
    color: var(--capo-accent-orange);
    font-size: 0.7rem;
    font-weight: 750;
  }
  .investor-thesis strong {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
  }
  .investor-thesis p {
    color: var(--capo-muted);
  }
  .investor-network {
    display: grid;
    gap: clamp(2rem, 7vw, 7rem);
    align-items: center;
  }
  .investor-network__orbit {
    position: relative;
    display: grid;
    width: min(80vw, 25rem);
    aspect-ratio: 1;
    margin-inline: auto;
    border: 1px solid rgb(0 201 183 / 65%);
    border-radius: 50%;
    place-items: center;
  }
  .investor-network__orbit::before, .investor-network__orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 50%;
  }
  .investor-network__orbit::before {
    inset: 16%;
  }
  .investor-network__orbit::after {
    inset: 32%;
    border-color: rgb(41 108 205 / 55%);
  }
  .investor-network__orbit > span {
    position: relative;
    z-index: 2;
    color: var(--capo-white-pure);
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-style: italic;
    font-weight: 650;
    letter-spacing: -0.05em;
  }
  .orbit-node {
    position: absolute;
    z-index: 2;
    padding: 0.35rem 0.55rem;
    background: var(--capo-black);
    color: var(--capo-accent-orange);
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .orbit-node--shop {
    top: 8%;
    left: 15%;
  }
  .orbit-node--service {
    top: 30%;
    right: -4%;
  }
  .orbit-node--frame {
    right: 12%;
    bottom: 10%;
  }
  .orbit-node--data {
    bottom: 18%;
    left: -2%;
  }
  .investor-roadmap {
    padding-top: 1rem;
  }
  .demo-page {
    padding-top: clamp(1rem, 4vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 6rem);
  }
  .demo-layout {
    display: grid;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
  }
  .demo-intro h1 {
    max-width: 11ch;
    margin: 0.8rem 0 1.5rem;
    color: var(--capo-white-pure);
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.9;
    text-wrap: balance;
  }
  .demo-intro ol {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
  .demo-intro li {
    display: grid;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 1rem;
    color: var(--capo-muted);
  }
  .demo-intro li span {
    color: var(--capo-accent-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .demo-intro__note {
    padding-left: 1rem;
    border-left: 2px solid var(--capo-accent-teal);
    color: var(--capo-white-pure);
    font-weight: 600;
  }
  .demo-form-wrap {
    position: relative;
    padding: clamp(1.25rem, 4vw, 2.75rem);
    border: 1px solid rgb(255 255 255 / 28%);
    background: linear-gradient(135deg, rgb(41 108 205 / 8%), transparent 45%), rgb(0 0 0 / 70%);
    clip-path: polygon(1.4rem 0, 100% 0, 100% calc(100% - 1.4rem), calc(100% - 1.4rem) 100%, 0 100%, 0 1.4rem);
  }
  .demo-form-wrap::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -0.2rem;
    width: 2rem;
    height: 1px;
    background: var(--capo-accent-orange);
    transform: rotate(-45deg);
  }
  .demo-form__grid {
    display: grid;
    gap: 1rem;
  }
  .demo-form__contact-note, .demo-form__message, .demo-form__submit, .demo-form__turnstile {
    grid-column: 1 / -1;
  }
  .demo-form__contact-note {
    margin-top: -0.35rem;
    color: var(--capo-muted);
    font-size: 0.78rem;
  }
  .demo-form__submit {
    display: grid;
    gap: 1rem;
    align-items: center;
  }
  .demo-form__submit .action-button {
    width: 100%;
  }
  .demo-form__turnstile {
    text-align: center;
  }
  .thanks-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    width: min(100%, 58rem);
    min-height: 27rem;
    padding: clamp(2rem, 6vw, 5rem);
    overflow: hidden;
    place-items: center;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 24%);
  }
  .history-index {
    padding-block: 1rem;
    border-top: 1px solid rgb(255 255 255 / 22%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }
  .history-index > p {
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .history-index__list {
    display: flex;
    gap: 0.7rem;
    margin: 0;
    padding: 0 0 0.35rem;
    overflow-x: auto;
    list-style: none;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--capo-accent-teal) rgb(255 255 255 / 8%);
    scrollbar-width: thin;
  }
  .history-index__list > li {
    flex: none;
    scroll-snap-align: start;
  }
  .history-index__year {
    display: block;
    padding: 0.25rem 0.4rem;
    color: var(--capo-muted);
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 650;
    letter-spacing: 0.04em;
    transition: color 180ms ease, transform 180ms ease;
  }
  .history-index__list > li:first-child .history-index__year, .history-index__year:hover {
    color: var(--capo-accent-orange);
    transform: translateY(-0.1rem);
  }
  .history-index__year:focus-visible {
    color: var(--capo-white-pure);
    outline: 2px solid var(--capo-white-pure);
    outline-offset: 0.2rem;
  }
  .timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .timeline::before, .timeline-line::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 1.25rem;
    width: 1px;
    background: linear-gradient(180deg, var(--capo-accent-teal), rgb(0 201 183 / 18%));
  }
  .timeline-entry {
    --timeline-year-size: 1.24rem;
    --timeline-copy-size: 1rem;
    scroll-margin-top: 6rem;
  }
  .timeline-entry:first-child {
    padding-right: clamp(0.75rem, 3vw, 2rem);
    border-top: 1px solid rgb(255 255 255 / 16%);
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    background: linear-gradient(90deg, rgb(0 201 183 / 7%), transparent 74%);
  }
  .timeline-entry::before {
    content: "";
    position: absolute;
    top: 2.15rem;
    left: 1rem;
    z-index: 1;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--capo-accent-orange);
    box-shadow: 0 0 0 0.35rem rgb(5 5 5 / 82%);
  }
  .timeline-entry:nth-child(1) {
    --timeline-year-size: 2.2rem;
    --timeline-copy-size: 1.24rem;
  }
  .timeline-entry:nth-child(2) {
    --timeline-year-size: 2.12rem;
    --timeline-copy-size: 1.22rem;
  }
  .timeline-entry:nth-child(3) {
    --timeline-year-size: 2.04rem;
    --timeline-copy-size: 1.2rem;
  }
  .timeline-entry:nth-child(4) {
    --timeline-year-size: 1.96rem;
    --timeline-copy-size: 1.18rem;
  }
  .timeline-entry:nth-child(5) {
    --timeline-year-size: 1.88rem;
    --timeline-copy-size: 1.16rem;
  }
  .timeline-entry:nth-child(6) {
    --timeline-year-size: 1.8rem;
    --timeline-copy-size: 1.14rem;
  }
  .timeline-entry:nth-child(7) {
    --timeline-year-size: 1.72rem;
    --timeline-copy-size: 1.12rem;
  }
  .timeline-entry:nth-child(8) {
    --timeline-year-size: 1.64rem;
    --timeline-copy-size: 1.1rem;
  }
  .timeline-entry:nth-child(9) {
    --timeline-year-size: 1.56rem;
    --timeline-copy-size: 1.08rem;
  }
  .timeline-entry:nth-child(10) {
    --timeline-year-size: 1.48rem;
    --timeline-copy-size: 1.06rem;
  }
  .timeline-entry:nth-child(11) {
    --timeline-year-size: 1.4rem;
    --timeline-copy-size: 1.04rem;
  }
  .timeline-entry:nth-child(12) {
    --timeline-year-size: 1.32rem;
    --timeline-copy-size: 1.02rem;
  }
  .timeline-year {
    margin-bottom: 0.35rem;
    color: var(--capo-accent-orange);
    font-size: var(--timeline-year-size);
    font-style: italic;
    font-weight: 650;
    line-height: 1;
  }
  .timeline-copy {
    font-size: var(--timeline-copy-size);
  }
  .history-feature {
    position: relative;
    isolation: isolate;
    min-height: clamp(23rem, 48vw, 40rem);
    margin-inline: calc(clamp(1.25rem, 3vw, 2.25rem) * -1);
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / 26%);
    border-bottom: 1px solid rgb(255 255 255 / 26%);
    background: #020202;
    clip-path: polygon(1.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%, 0 1.5rem);
  }
  .history-feature::before, .history-feature::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .history-feature::before {
    top: 0;
    left: clamp(1.5rem, 5vw, 5rem);
    z-index: 2;
    width: min(28vw, 22rem);
    height: 2px;
    background: linear-gradient(90deg, var(--capo-accent-orange), var(--capo-accent-teal));
  }
  .history-feature::after {
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 28%, rgb(0 0 0 / 12%) 52%, rgb(0 0 0 / 94%) 100%);
  }
  .history-feature picture, .history-feature img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .history-feature img {
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.76) contrast(1.08);
  }
  .history-feature figcaption {
    position: absolute;
    top: clamp(1.5rem, 4vw, 3.5rem);
    right: clamp(1.25rem, 4vw, 3rem);
    bottom: auto;
    left: clamp(1.25rem, 4vw, 3rem);
    z-index: 3;
  }
  .history-feature__marker {
    margin-bottom: 0.55rem;
    color: var(--capo-accent-orange);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.17em;
  }
  .history-feature__statement {
    max-width: 16ch;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 6vw, 4.5rem);
    font-weight: 650;
    hyphens: none;
    letter-spacing: -0.06em;
    line-height: 0.92;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .status-label {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--capo-border);
    color: var(--capo-muted);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .error-layout {
    display: grid;
    min-height: calc(100svh - 12rem);
    place-items: center;
  }
  .error-code {
    margin-bottom: 0.75rem;
    color: var(--capo-muted);
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .headline-terminal {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .why-capo__chapter {
    width: min(92%, 64rem);
  }
  .skalar-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .skalar-point + .skalar-point {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 18%);
  }
  .skalar-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skalar-metric + .skalar-metric {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 18%);
  }
  .measurement-scan ol {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }
  .measurement-scan li {
    min-height: 6rem;
    padding: 1rem 1.4rem;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 1.1rem;
  }
  .measurement-scan li:nth-child(1) {
    grid-column: 1 / 9;
  }
  .measurement-scan li:nth-child(2) {
    grid-column: 8 / 13;
  }
  .measurement-scan li:nth-child(3) {
    grid-column: 2 / 10;
  }
  .measurement-scan li:nth-child(4) {
    grid-column: 5 / 13;
  }
  .measurement-scan li:nth-child(5) {
    grid-column: 1 / 8;
  }
  .measurement-scan li > span {
    width: 3rem;
    height: 3rem;
  }
  .measurement-scan li strong {
    font-size: clamp(1.35rem, 3.2vw, 2.75rem);
  }
  .history-feature figcaption {
    right: auto;
    left: clamp(0.75rem, 2.4vw, 2.5rem);
    width: min(44%, 36rem);
  }
  .history-index__list {
    justify-content: space-between;
  }
  .site-footer__grid {
    grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  }
  .site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-band > div:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .proof-band > div:nth-child(2) {
    border-top: 0;
  }
  .audience-gateways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .audience-gateway:last-child {
    grid-column: 1 / -1;
  }
  .founder-visuals__fitting {
    top: 4%;
    left: -3%;
    width: 30%;
    height: 34%;
  }
  .founder-roles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .business-signal-grid, .workshop-facts, .setup-overview__facts, .setup-detail__metrics, .investor-thesis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .founder-roles article, .business-signal-grid article, .workshop-facts div, .setup-overview__facts div, .setup-detail__metrics div, .investor-thesis > div {
    padding-inline: 1.25rem;
  }
  .founder-roles article + article, .business-signal-grid article + article, .workshop-facts div + div, .setup-overview__facts div + div, .setup-detail__metrics div + div {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .pilot-included__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pilot-included__grid article {
    padding-inline: 1.5rem;
  }
  .demo-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .why-capo__chapter {
    width: min(86%, 64rem);
    grid-template-areas: "marker content";
    grid-template-columns: minmax(18rem, 0.44fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2.5rem, 5vw, 5rem);
  }
  .why-capo__chapter--right {
    grid-template-areas: "content marker";
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.44fr);
  }
  .why-capo__chapter--right .why-capo__marker {
    justify-content: flex-end;
  }
  .why-capo__content {
    padding-top: clamp(0.8rem, 1.8vw, 1.6rem);
  }
  .home-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
  }
  .hero-console {
    width: 100%;
    margin-right: 0;
  }
  .proof-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .proof-band > div + div {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .audience-gateways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .audience-gateway:last-child {
    grid-column: auto;
  }
  .audience-gateway:nth-child(2) {
    margin-top: 4rem;
  }
  .evidence-section, .retail-clock, .workshop-scale, .ownership-statement, .database-stage, .fitpass-stage, .setting-mobile, .pilot-economics, .investor-network, .demo-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .founder-roles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .business-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .workshop-facts, .setup-detail__metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .setup-overview__facts, .investor-thesis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .business-signal-grid article:nth-child(3), .workshop-facts div:nth-child(3), .workshop-facts div:nth-child(4), .setup-overview__facts div:nth-child(3), .setup-detail__metrics div:nth-child(3), .setup-detail__metrics div:nth-child(4), .investor-thesis > div:nth-child(3) {
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .economics-rail, .pilot-rhythm {
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  }
  .frame-handoff > header {
    max-width: 42rem;
  }
  .frame-handoff ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .frame-handoff li {
    padding: 3rem 1.25rem 1.5rem;
    border-top: 1px solid var(--capo-accent-teal);
    border-left: 0;
  }
  .frame-handoff li + li {
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .frame-handoff li::before {
    top: -0.3rem;
    left: 1.25rem;
  }
  .setup-stage-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4rem);
  }
  .setup-stage-route::before {
    top: 1.6rem;
    right: 2rem;
    bottom: auto;
    left: 2rem;
    width: auto;
    height: 1px;
  }
  .setup-stage-route li {
    padding: 5rem 0 0;
  }
  .setup-stage-route__number {
    left: 0;
  }
  .hardware-under-wraps--wide {
    grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
  }
  .pilot-window {
    grid-template-columns: auto minmax(4rem, 0.5fr) minmax(18rem, 1.3fr) auto;
  }
  .pilot-included__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pilot-included__grid article + article {
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .pilot-rhythm ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pilot-rhythm li {
    padding: 1.5rem;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }
  .pilot-rhythm li:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / 14%);
  }
  .demo-layout {
    grid-template-columns: minmax(22rem, 0.8fr) minmax(0, 1.2fr);
  }
  .roadmap-route {
    --roadmap-gap: clamp(5rem, 7vw, 7rem);
    padding: 1rem 0 2rem;
  }
  .roadmap-milestone {
    --roadmap-x: 36%;
    min-height: clamp(11rem, 14vw, 14rem);
    padding-left: 0;
  }
  .roadmap-milestone--right {
    --roadmap-x: 64%;
  }
  .roadmap-milestone:not(:last-child)::after {
    content: none;
  }
  .roadmap-milestone__content {
    width: min(32%, 24rem);
  }
  .roadmap-milestone--right .roadmap-milestone__content {
    margin-left: auto;
  }
  .roadmap-milestone__marker {
    left: var(--roadmap-x);
    width: 4rem;
    height: 4rem;
    transform: translateX(-50%);
    font-size: 0.78rem;
  }
  .roadmap-milestone__connector {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: calc(100% + var(--roadmap-gap));
    overflow: visible;
    pointer-events: none;
  }
  .roadmap-milestone--right .roadmap-milestone__connector {
    transform: scaleX(-1);
  }
  .roadmap-milestone__connector path {
    fill: none;
    stroke: var(--capo-accent-teal);
    stroke-linecap: round;
    stroke-width: 1.35;
    opacity: 0.6;
    vector-effect: non-scaling-stroke;
  }
  .page-container--with-edge-switcher {
    padding-left: clamp(8rem, 12vw, 11rem);
  }
  .edge-switcher {
    position: fixed;
    top: 50%;
    left: clamp(1rem, 2vw, 2rem);
    z-index: 30;
    width: max-content;
    max-width: 10rem;
    margin: 0;
    flex-flow: column nowrap;
    align-items: stretch;
    transform: translateY(-50%);
  }
  .edge-switcher .action-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-backdrop__image {
    object-position: 66% center;
  }
  .site-backdrop__scrim {
    background: linear-gradient(180deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 48%) 48%, rgb(0 0 0 / 78%) 100%);
  }
  .site-page--interior .site-backdrop__scrim {
    background: rgb(0 0 0 / 76%);
  }
  .site-header {
    padding-bottom: 1.25rem;
  }
  .site-main {
    padding-top: 5.75rem;
  }
  .display-title {
    max-width: 11ch;
  }
  .airo-frame-callout {
    padding: 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    clip-path: polygon(1.25rem 0, 100% 0, 100% 100%, 0 100%, 0 1.25rem);
  }
  .airo-frame-callout::before {
    top: 0.55rem;
    width: 1.8rem;
  }
  .airo-frame-callout__signal {
    font-size: clamp(1.55rem, 9vw, 2.35rem);
  }
  .site-footer {
    padding: 2.5rem 1rem 1rem;
  }
  .business-title, .pilot-title {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }
  .business-hero, .setup-detail__hero {
    min-height: 28rem;
  }
  .edge-switcher {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scrollbar-color: var(--capo-accent-teal) rgb(255 255 255 / 8%);
    scrollbar-width: thin;
  }
  .edge-switcher .action-button {
    min-width: max-content;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-outline-style: solid;
    }
  }
}
