/*! 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-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --leading-relaxed: 1.625;
    --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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .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-full {
    max-width: 100%;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .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-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)));
    }
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:pl-16 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
}
: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-blue-text: #5b9bf2;
  --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, .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;
  }
  .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;
  }
  .mobile-nav-panel a:hover {
    border-left-color: var(--capo-white-pure);
    background: rgb(255 255 255 / 7%);
  }
  .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 {
    width: 100%;
    max-width: 88rem;
    margin-inline: auto;
    padding-block: clamp(1rem, 4vw, 3rem);
  }
  .page-min-height {
    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 {
    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;
  }
  .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;
  }
  .page-title {
    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 {
    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;
  }
  .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 {
    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 {
    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;
  }
  .home-hero .display-title {
    overflow-wrap: normal;
  }
  .hero-context {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-bottom: clamp(1.1rem, 2.5vw, 1.75rem);
    align-items: center;
    gap: clamp(0.65rem, 1.5vw, 1rem);
    color: var(--capo-white-pure);
    font-size: clamp(0.72rem, 0.62rem + 0.35vw, 0.95rem);
    font-weight: 650;
    letter-spacing: 0.14em;
    line-height: 1.45;
    overflow-wrap: normal;
    text-transform: uppercase;
    text-shadow: 0 0.15rem 1.25rem rgb(0 0 0 / 90%);
  }
  .hero-context::before {
    content: "";
    width: clamp(1.5rem, 4vw, 4rem);
    height: 0.16rem;
    flex: none;
    background: var(--capo-accent-orange);
    clip-path: polygon(0.2rem 0, 100% 0, calc(100% - 0.2rem) 100%, 0 100%);
    box-shadow: 0 0 1rem rgb(255 90 0 / 35%);
  }
  .hero-context__text {
    min-width: 0;
  }
  .hero-slogan {
    max-width: 11ch;
    text-shadow: 0 0.15rem 1.5rem rgb(0 0 0 / 78%);
  }
  .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 {
    container-type: inline-size;
    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-size: min(clamp(2rem, 6vw, 4.2rem), 18cqw);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.055em;
    line-height: 0.95;
    white-space: nowrap;
  }
  .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;
  }
  .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 {
    container-type: inline-size;
    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-size: min(clamp(2.2rem, 6vw, 4rem), 18cqw);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.055em;
    line-height: 0.9;
    white-space: nowrap;
  }
  .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-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;
  }
  .fit-method-comparison {
    --fit-static: var(--capo-accent-orange);
    --fit-static-secondary: var(--capo-accent-orange);
    --fit-dynamic: var(--capo-accent-blue);
    --fit-dynamic-text: var(--capo-accent-blue-text);
    position: relative;
    isolation: isolate;
    padding: clamp(1.25rem, 4vw, 3.5rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    background: radial-gradient(circle at 3% 4%, rgb(255 90 0 / 24%), transparent 30rem), radial-gradient(circle at 96% 96%, rgb(41 108 205 / 17%), transparent 30rem), rgb(2 2 2 / 94%);
    box-shadow: 0 2rem 6rem rgb(0 0 0 / 38%);
    clip-path: polygon(1.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%, 0 1.5rem);
  }
  .fit-method-comparison::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
    background-size: 3rem 3rem;
    content: "";
    mask-image: linear-gradient(135deg, #000, transparent 78%);
    pointer-events: none;
  }
  .fit-method-comparison__watermark {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    pointer-events: none;
  }
  .fit-method-comparison__watermark span {
    align-self: start;
    color: var(--fit-static);
    font-size: clamp(16rem, 38vw, 34rem);
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.14em;
    line-height: 0.72;
    opacity: 0.055;
    transform: translate(-14%, -4%);
  }
  .fit-method-comparison__watermark span:last-child {
    align-self: end;
    justify-self: end;
    color: var(--fit-dynamic);
    transform: translate(7%, 7%);
  }
  .fit-method-comparison__header, .fit-method-comparison__matrix, .fit-method-comparison__note {
    position: relative;
    z-index: 1;
  }
  .fit-method-comparison__header {
    display: grid;
    margin-bottom: clamp(2rem, 5vw, 4rem);
    align-items: end;
    gap: clamp(1.25rem, 4vw, 3.5rem);
  }
  .fit-method-comparison__header .eyebrow {
    margin-bottom: 1rem;
    color: var(--capo-white-pure);
  }
  .fit-method-comparison__header h3 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 0.13em;
    color: var(--capo-white-pure);
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    font-style: italic;
    font-weight: 720;
    letter-spacing: -0.085em;
    line-height: 0.86;
  }
  .fit-method-comparison__header h3 span {
    position: relative;
    padding-bottom: 0.1em;
  }
  .fit-method-comparison__header h3 span::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0.08em;
    height: 2px;
    background: var(--fit-static);
    content: "";
    opacity: 0.8;
  }
  .fit-method-comparison__header h3 span:last-child::after {
    background: var(--fit-dynamic);
  }
  .fit-method-comparison__summary {
    display: grid;
    max-width: 40rem;
    gap: clamp(0.55rem, 1vw, 0.85rem);
  }
  .fit-method-comparison__summary p {
    margin: 0;
    padding-left: 1rem;
    border-left: 2px solid var(--fit-static);
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1rem, 1rem + 0.3vw, 1.25rem);
    line-height: 1.55;
  }
  .fit-method-comparison__summary p.fit-method-comparison__summary--dynamic {
    border-left-color: var(--fit-dynamic);
  }
  .fit-method-comparison__matrix {
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    background: rgb(0 0 0 / 58%);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 26%);
  }
  .fit-method-comparison__matrix::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 2px;
    background: linear-gradient(90deg, var(--fit-static-secondary) 0 50%, var(--fit-dynamic) 50% 100%);
    content: "";
    pointer-events: none;
  }
  .fit-method-comparison table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .fit-method-comparison__axis-column {
    width: clamp(8.5rem, 13vw, 10rem);
  }
  .fit-method-comparison thead th {
    height: clamp(11rem, 18vw, 14rem);
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    text-align: left;
    vertical-align: bottom;
  }
  .fit-method-comparison__axis-heading {
    padding: 1.25rem;
    color: var(--capo-subtle);
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
  }
  .fit-method-comparison__method {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    overflow: hidden;
    border-left: 1px solid rgb(255 255 255 / 18%);
  }
  .fit-method-comparison__method::after {
    position: absolute;
    top: -0.16em;
    right: -0.02em;
    color: var(--fit-static);
    content: attr(data-mark);
    font-size: clamp(8rem, 19vw, 15rem);
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.12em;
    line-height: 0.8;
    opacity: 0.09;
    pointer-events: none;
  }
  .fit-method-comparison__method--static {
    background: linear-gradient(135deg, rgb(255 90 0 / 16%), rgb(255 90 0 / 7%) 58%, transparent);
  }
  .fit-method-comparison__method--dynamic {
    background: linear-gradient(135deg, rgb(41 108 205 / 16%), rgb(41 108 205 / 7%) 58%, transparent);
  }
  .fit-method-comparison__method--dynamic::after {
    color: var(--fit-dynamic);
  }
  .fit-method-comparison__method > * {
    position: relative;
    z-index: 1;
  }
  .fit-method-comparison__method-code {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--fit-static);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .fit-method-comparison__method--dynamic .fit-method-comparison__method-code {
    color: var(--fit-dynamic-text);
  }
  .fit-method-comparison__method strong, .fit-method-comparison__method small {
    display: block;
  }
  .fit-method-comparison__method strong {
    color: var(--capo-white-pure);
    font-size: clamp(1.35rem, 2.6vw, 2.2rem);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .fit-method-comparison__method small {
    margin-top: 0.55rem;
    color: var(--capo-muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .fit-method-comparison tbody th, .fit-method-comparison tbody td {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .fit-method-comparison tbody tr:first-child th, .fit-method-comparison tbody tr:first-child td {
    border-top: 0;
  }
  .fit-method-comparison tbody th {
    padding: 1rem;
    background: rgb(255 255 255 / 3%);
    color: var(--capo-muted);
    font-size: 0.64rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .fit-method-comparison tbody th span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--capo-white-pure);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  .fit-method-comparison__value {
    position: relative;
    min-height: 6.5rem;
    padding: clamp(1.25rem, 2.6vw, 2rem) clamp(1.25rem, 3vw, 2.35rem) clamp(1.25rem, 2.6vw, 2rem) clamp(2.5rem, 4vw, 3.25rem);
    border-left: 1px solid rgb(255 255 255 / 14%);
    color: var(--capo-white-pure);
    font-size: clamp(1rem, 1rem + 0.32vw, 1.28rem);
    font-weight: 500;
    line-height: 1.4;
    vertical-align: middle;
  }
  .fit-method-comparison__value::before {
    position: absolute;
    top: 50%;
    left: clamp(1.1rem, 2vw, 1.6rem);
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--fit-static);
    box-shadow: 0 0 1.2rem rgb(255 90 0 / 72%);
    content: "";
    transform: translateY(-50%);
  }
  .fit-method-comparison__value--static {
    background: linear-gradient(90deg, rgb(255 90 0 / 5%), transparent 68%);
  }
  .fit-method-comparison__value--dynamic {
    background: linear-gradient(90deg, rgb(41 108 205 / 5%), transparent 68%);
  }
  .fit-method-comparison__value--dynamic::before {
    background: var(--fit-dynamic);
    box-shadow: 0 0 1.2rem rgb(41 108 205 / 64%);
  }
  .fit-method-comparison__mobile-method {
    display: none;
  }
  .fit-method-comparison__note {
    display: grid;
    margin-top: clamp(1.25rem, 3vw, 2rem);
    padding: 1rem 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }
  .fit-method-comparison__note > span {
    display: grid;
    min-width: 4.5rem;
    min-height: 2.7rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgb(255 255 255 / 28%);
    place-items: center;
    background: linear-gradient(110deg, rgb(255 90 0 / 14%) 0 50%, rgb(41 108 205 / 14%) 50% 100%);
    color: var(--capo-white-pure);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  .fit-method-comparison__note p {
    color: var(--capo-muted);
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .fit-method-comparison__note strong {
    color: var(--capo-white-pure);
  }
  .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 {
    container-type: inline-size;
    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);
  }
  .database-stage__signal > span {
    display: block;
    font-size: min(clamp(4.2rem, 17vw, 10rem), 25cqw);
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
  .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;
  }
  .calculation-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);
  }
  .calculation-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);
  }
  .calculation-frame-callout__signal, .calculation-frame-callout__copy {
    position: relative;
    z-index: 1;
  }
  .calculation-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;
  }
  .calculation-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 {
    color: var(--capo-muted);
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .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);
  }
  .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 {
    container-type: inline-size;
    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__signal > span {
    display: block;
    font-size: clamp(4rem, 15vw, 9rem);
    font-size: min(clamp(4rem, 15vw, 9rem), 18cqw);
    letter-spacing: -0.09em;
    white-space: nowrap;
  }
  .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 {
    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;
  }
  .home-pricing-bridge, .pricing-availability {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 24rem;
    padding: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    background: linear-gradient(120deg, rgb(0 201 183 / 10%), transparent 54%), repeating-linear-gradient(90deg, transparent 0 3rem, rgb(255 255 255 / 3%) 3rem calc(3rem + 1px)), rgb(0 0 0 / 78%);
  }
  .home-pricing-bridge__signal, .pricing-availability__signal {
    color: rgb(0 201 183 / 18%);
    font-size: clamp(4.5rem, 18vw, 13rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.1em;
    line-height: 0.76;
  }
  .home-pricing-bridge__signal {
    container-type: inline-size;
  }
  .home-pricing-bridge__signal > span {
    display: block;
    font-size: clamp(4.5rem, 18vw, 13rem);
    font-size: min(clamp(4.5rem, 18vw, 13rem), 18cqw);
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
  .home-pricing-bridge h2, .pricing-availability h2 {
    margin: 0.65rem 0 1rem;
    color: var(--capo-white-pure);
    font-size: clamp(2.1rem, 5vw, 4.5rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-wrap: balance;
  }
  .home-pricing-bridge > div > p:not(.eyebrow), .pricing-availability > div > p:not(.eyebrow) {
    max-width: 52rem;
    color: var(--capo-muted);
  }
  .home-pricing-bridge .text-action {
    margin-top: 1.5rem;
  }
  .business-outcome__actions {
    display: flex;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
  }
  .setup-variant-note {
    display: grid;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border-top: 1px solid var(--capo-accent-teal);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    align-items: end;
    gap: 1.5rem;
    background: linear-gradient(100deg, rgb(0 201 183 / 8%), transparent 62%);
  }
  .setup-variant-note h3 {
    margin: 0.45rem 0 0.65rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .setup-variant-note p:not(.eyebrow) {
    max-width: 50rem;
    color: var(--capo-muted);
  }
  .pricing-page {
    display: grid;
    max-width: 88rem;
    gap: clamp(5rem, 10vw, 9rem);
  }
  .pricing-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(30rem, 62vw, 46rem);
    padding: clamp(2rem, 6vw, 5rem) 0;
    overflow: hidden;
    align-content: center;
  }
  .pricing-hero::before {
    position: absolute;
    right: -4%;
    bottom: 0;
    z-index: -1;
    color: rgb(255 255 255 / 5%);
    font-size: clamp(12rem, 43vw, 34rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.16em;
    line-height: 0.75;
    content: "€";
  }
  .pricing-hero h1 {
    max-width: 13ch;
    margin: 0.75rem 0 1.25rem;
    color: var(--capo-white-pure);
    font-size: clamp(3.1rem, 9vw, 8rem);
    font-style: italic;
    font-weight: 650;
    letter-spacing: -0.075em;
    line-height: 0.86;
    text-wrap: balance;
  }
  .pricing-hero .lead-copy {
    max-width: 54rem;
  }
  .pricing-hero__availability {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 0.65rem 1.5rem;
  }
  .pricing-hero__availability span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--capo-muted);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .pricing-hero__availability span::before {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--capo-accent-teal);
    content: "";
  }
  .pricing-formula {
    position: relative;
    isolation: isolate;
    display: grid;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 22%);
    gap: clamp(2rem, 5vw, 4rem);
    background: radial-gradient(circle at 24% 70%, rgb(41 108 205 / 12%), transparent 20rem), radial-gradient(circle at 83% 18%, rgb(255 90 0 / 9%), transparent 22rem), rgb(0 0 0 / 76%);
    clip-path: polygon(1.35rem 0, 100% 0, 100% calc(100% - 1.35rem), calc(100% - 1.35rem) 100%, 0 100%, 0 1.35rem);
  }
  .pricing-formula::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
    background-size: 3rem 3rem;
    content: "";
    mask-image: linear-gradient(135deg, rgb(0 0 0 / 82%), transparent 75%);
    pointer-events: none;
  }
  .pricing-formula::after {
    position: absolute;
    top: -0.18em;
    right: 0.08em;
    z-index: -1;
    color: rgb(255 255 255 / 4%);
    font-size: clamp(9rem, 25vw, 22rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.12em;
    line-height: 0.75;
    content: "Σ";
    pointer-events: none;
  }
  .pricing-formula__intro {
    align-self: start;
  }
  .pricing-formula__intro > .eyebrow {
    margin-bottom: 0.75rem;
  }
  .pricing-formula h2 {
    max-width: 13ch;
    color: var(--capo-white-pure);
    font-size: clamp(2.4rem, 5.5vw, 4.8rem);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.92;
    text-wrap: balance;
  }
  .pricing-formula__lead {
    max-width: 30rem;
    margin-top: 1.1rem;
    color: var(--capo-muted);
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  }
  .pricing-formula__wheel {
    display: grid;
    width: min(100%, 22rem);
    justify-self: center;
    gap: 1.1rem;
  }
  .pricing-formula__dial {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    filter: drop-shadow(0 2rem 3rem rgb(0 0 0 / 42%));
  }
  .pricing-formula__dial svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .pricing-formula__orbit {
    fill: none;
    stroke: rgb(255 255 255 / 20%);
    stroke-dasharray: 2 9;
    stroke-linecap: round;
    stroke-width: 1;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  }
  .pricing-formula__wheel:hover .pricing-formula__orbit {
    transform: rotate(0.08turn);
  }
  .pricing-formula__slice {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 500ms ease;
  }
  .pricing-formula__slice path {
    stroke: #050505;
    stroke-linejoin: round;
    stroke-width: 4;
  }
  .pricing-formula__slice--monthly {
    fill: var(--capo-accent-blue);
    transform: translate(5px, -4px);
  }
  .pricing-formula__slice--usage {
    fill: var(--capo-accent-teal);
    transform: translateY(7px);
  }
  .pricing-formula__slice--setup {
    fill: var(--capo-accent-orange);
    transform: translate(-5px, -4px);
  }
  .pricing-formula__wheel:hover .pricing-formula__slice--monthly {
    transform: translate(9px, -7px);
  }
  .pricing-formula__wheel:hover .pricing-formula__slice--usage {
    transform: translateY(12px);
  }
  .pricing-formula__wheel:hover .pricing-formula__slice--setup {
    transform: translate(-9px, -7px);
  }
  .pricing-formula__hub {
    fill: #050505;
    stroke: rgb(255 255 255 / 26%);
    stroke-width: 1;
  }
  .pricing-formula__core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
  }
  .pricing-formula__core span {
    color: var(--capo-subtle);
    font-size: clamp(0.52rem, 1.2vw, 0.68rem);
    font-weight: 700;
    letter-spacing: 0.18em;
  }
  .pricing-formula__core strong {
    font-size: clamp(1.1rem, 3.2vw, 1.8rem);
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .pricing-formula__dial-label {
    position: absolute;
    display: grid;
    width: 2.1rem;
    border: 1px solid rgb(255 255 255 / 58%);
    border-radius: 50%;
    aspect-ratio: 1;
    place-items: center;
    background: #050505;
    color: var(--capo-white-pure);
    box-shadow: 0 0.7rem 1.4rem rgb(0 0 0 / 45%);
    font-size: 0.58rem;
    font-weight: 750;
    letter-spacing: 0.06em;
  }
  .pricing-formula__dial-label--monthly {
    top: 17%;
    right: 7%;
    border-color: var(--capo-accent-blue);
  }
  .pricing-formula__dial-label--usage {
    right: 50%;
    bottom: 3%;
    border-color: var(--capo-accent-teal);
    transform: translateX(50%);
  }
  .pricing-formula__dial-label--setup {
    top: 17%;
    left: 7%;
    border-color: var(--capo-accent-orange);
  }
  .pricing-formula__equation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.75rem;
    color: var(--capo-subtle);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .pricing-formula__equation b {
    color: var(--capo-white-pure);
    font-weight: 400;
  }
  .pricing-formula ol {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.85rem;
    list-style: none;
  }
  .pricing-formula li {
    --pricing-formula-accent: var(--capo-accent-blue);
    --pricing-formula-accent-rgb: 41 108 205;
    position: relative;
    display: grid;
    min-width: 0;
    padding: clamp(1.1rem, 2.5vw, 1.6rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 16%);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    background: linear-gradient(110deg, rgb(var(--pricing-formula-accent-rgb) / 12%), transparent 60%), rgb(0 0 0 / 52%);
    clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0 100%);
  }
  .pricing-formula li::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: var(--pricing-formula-accent);
    content: "";
  }
  .pricing-formula li:nth-child(2) {
    --pricing-formula-accent: var(--capo-accent-teal);
    --pricing-formula-accent-rgb: 0 201 183;
  }
  .pricing-formula li:nth-child(3) {
    --pricing-formula-accent: var(--capo-accent-orange);
    --pricing-formula-accent-rgb: 255 90 0;
  }
  .pricing-formula__index {
    display: grid;
    width: 2.35rem;
    border: 1px solid rgb(var(--pricing-formula-accent-rgb) / 58%);
    aspect-ratio: 1;
    place-items: center;
    color: var(--pricing-formula-accent);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.08em;
  }
  .pricing-formula h3 {
    margin: 0 0 0.45rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1;
  }
  .pricing-formula li p {
    color: var(--capo-muted);
    font-size: 0.8rem;
    line-height: 1.55;
  }
  .pricing-plans, .pricing-setup, .pricing-examples {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
  }
  .pricing-tax-note {
    width: fit-content;
    margin-top: 1rem;
    padding: 0.55rem 0.75rem;
    border-left: 2px solid var(--capo-accent-orange);
    background: rgb(255 90 0 / 8%);
    color: var(--capo-white-pure);
    font-size: 0.78rem;
    font-weight: 600;
  }
  .pricing-plan-grid, .pricing-setup__grid, .pricing-example-grid {
    display: grid;
    gap: 1rem;
  }
  .pricing-plan {
    --pricing-accent: var(--capo-accent-blue);
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 36rem;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    overflow: hidden;
    align-content: start;
    border: 1px solid rgb(255 255 255 / 22%);
    background: linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 46%), rgb(2 2 2 / 88%);
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .pricing-plan--team {
    --pricing-accent: var(--capo-accent-teal);
  }
  .pricing-plan--large-team {
    --pricing-accent: var(--capo-accent-orange);
  }
  .pricing-plan::before {
    position: absolute;
    top: 0;
    right: 22%;
    left: 1.25rem;
    height: 2px;
    background: var(--pricing-accent);
    content: "";
  }
  .pricing-plan__index {
    position: absolute;
    top: 0.35rem;
    right: 1rem;
    z-index: -1;
    color: rgb(255 255 255 / 6%);
    font-size: clamp(6rem, 18vw, 10rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.1em;
    line-height: 0.8;
  }
  .pricing-plan h3 {
    margin-top: 0.45rem;
    color: var(--capo-white-pure);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.95;
  }
  .pricing-plan__price {
    display: grid;
    margin: 2rem 0;
    gap: 0.25rem;
  }
  .pricing-plan__price strong {
    font-size: clamp(3.3rem, 8vw, 5.8rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.07em;
    line-height: 0.86;
  }
  .pricing-plan__price span {
    color: var(--capo-muted);
    font-size: 0.72rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .pricing-plan__price .pricing-price-qualifier, .pricing-usage__price .pricing-price-qualifier, .pricing-customer-model__price .pricing-price-qualifier, .pricing-setup__grid .pricing-price-qualifier {
    color: var(--capo-subtle);
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 650;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .pricing-plan ul {
    display: grid;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
  }
  .pricing-plan li {
    padding: 0.65rem 0 0.65rem 1.25rem;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    color: var(--capo-muted);
    font-size: 0.86rem;
  }
  .pricing-plan li::before {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.45rem;
    margin-left: -1.25rem;
    border-radius: 50%;
    background: var(--pricing-accent);
    content: "";
  }
  .pricing-plan .action-button {
    margin-top: auto;
    justify-self: start;
  }
  .pricing-usage {
    position: relative;
    isolation: isolate;
    display: grid;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    gap: 0;
    background: radial-gradient(circle at 82% 68%, rgb(255 90 0 / 12%), transparent 28rem), linear-gradient(145deg, rgb(41 108 205 / 8%), transparent 34%), rgb(0 0 0 / 86%);
    clip-path: polygon(1.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%, 0 1.5rem);
  }
  .pricing-usage::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
    background-size: 3.5rem 3.5rem;
    content: "";
    mask-image: linear-gradient(125deg, rgb(0 0 0 / 78%), transparent 72%);
    pointer-events: none;
  }
  .pricing-usage::after {
    position: absolute;
    right: -11rem;
    bottom: 2rem;
    z-index: -1;
    width: 35rem;
    border-radius: 50%;
    aspect-ratio: 1;
    background: repeating-radial-gradient( circle, transparent 0 3.9rem, rgb(255 90 0 / 18%) 4rem 4.05rem );
    content: "";
    opacity: 0.78;
    pointer-events: none;
  }
  .pricing-usage__intro {
    display: grid;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    gap: clamp(2rem, 5vw, 5rem);
    background: linear-gradient(110deg, rgb(0 0 0 / 22%), rgb(255 255 255 / 2%));
  }
  .pricing-usage__title {
    align-self: end;
  }
  .pricing-usage__title > .eyebrow {
    margin-bottom: 0.9rem;
  }
  .pricing-usage__title > .section-display {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(3.15rem, 7vw, 6.8rem);
    letter-spacing: -0.07em;
    line-height: 0.88;
  }
  .pricing-usage__scale {
    display: grid;
    width: min(100%, 25rem);
    margin-top: clamp(1.6rem, 3vw, 2.5rem);
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    color: var(--capo-subtle);
  }
  .pricing-usage__scale span {
    display: grid;
    width: 2.35rem;
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 50%;
    aspect-ratio: 1;
    place-items: center;
    background: #050505;
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.08em;
  }
  .pricing-usage__scale span:nth-of-type(2) {
    border-color: rgb(0 201 183 / 70%);
    color: var(--capo-white-pure);
  }
  .pricing-usage__scale span:last-child {
    border-color: var(--capo-accent-orange);
    background: var(--capo-accent-orange);
    box-shadow: 0 0 2rem rgb(255 90 0 / 34%);
    color: var(--capo-black);
    transform: scale(1.18);
  }
  .pricing-usage__scale i {
    height: 1px;
    background: linear-gradient(90deg, rgb(41 108 205 / 75%), rgb(0 201 183 / 75%));
  }
  .pricing-usage__scale i:last-of-type {
    background: linear-gradient(90deg, rgb(0 201 183 / 75%), rgb(255 90 0 / 90%));
  }
  .pricing-usage__sales-intro {
    position: relative;
    align-self: end;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 17%);
    border-top: 2px solid var(--capo-accent-orange);
    background: linear-gradient(135deg, rgb(255 90 0 / 11%), transparent 58%), rgb(0 0 0 / 54%);
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%);
  }
  .pricing-usage__sales-intro::after {
    position: absolute;
    top: -0.45em;
    right: 0.12em;
    color: rgb(255 255 255 / 5%);
    font-size: clamp(6rem, 13vw, 10rem);
    font-style: italic;
    font-weight: 750;
    line-height: 1;
    content: "+";
    pointer-events: none;
  }
  .pricing-usage__sales-intro h3 {
    position: relative;
    max-width: 19ch;
    margin: 0.55rem 0 0.85rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.7rem, 3vw, 2.75rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
  }
  .pricing-usage__sales-intro > p:last-child {
    position: relative;
    max-width: 49rem;
    color: var(--capo-muted);
    font-size: 0.86rem;
  }
  .pricing-usage__rates {
    position: relative;
    display: grid;
    padding: clamp(1rem, 3.5vw, 3rem);
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  .pricing-usage__rate {
    --pricing-usage-accent: var(--capo-accent-blue);
    --pricing-usage-accent-rgb: 41 108 205;
    position: relative;
    isolation: isolate;
    display: flex;
    min-width: 0;
    min-height: 23rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 16%);
    border-top: 2px solid var(--pricing-usage-accent);
    flex-direction: column;
    background: linear-gradient(145deg, rgb(var(--pricing-usage-accent-rgb) / 13%), transparent 47%), rgb(3 4 5 / 92%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 70%);
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%);
    transition: border-color 280ms ease, transform 280ms cubic-bezier(0.2, 0.75, 0.25, 1), background-color 280ms ease;
  }
  .pricing-usage__rate::after {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: -1;
    width: 1rem;
    border-right: 1px solid var(--pricing-usage-accent);
    border-bottom: 1px solid var(--pricing-usage-accent);
    aspect-ratio: 1;
    content: "";
    opacity: 0.7;
  }
  .pricing-usage__rate--rad-sitz {
    --pricing-usage-accent: var(--capo-accent-teal);
    --pricing-usage-accent-rgb: 0 201 183;
  }
  .pricing-usage__rate--rad-fit {
    --pricing-usage-accent: var(--capo-accent-orange);
    --pricing-usage-accent-rgb: 255 90 0;
    min-height: 36rem;
    border-right-color: rgb(255 90 0 / 42%);
    border-bottom-color: rgb(255 90 0 / 42%);
    border-left-color: rgb(255 90 0 / 42%);
    background: radial-gradient(circle at 82% 18%, rgb(255 90 0 / 22%), transparent 15rem), linear-gradient(145deg, rgb(255 90 0 / 15%), transparent 48%), rgb(5 4 3 / 96%);
    box-shadow: inset 0 0 0 1px rgb(255 90 0 / 8%), 0 2.5rem 6rem rgb(255 90 0 / 10%);
  }
  .pricing-usage__rate--rad-fit::before {
    position: absolute;
    top: -11rem;
    right: -10rem;
    z-index: -1;
    width: 30rem;
    border: 1px solid rgb(255 90 0 / 20%);
    border-radius: 50%;
    aspect-ratio: 1;
    box-shadow: 0 0 0 3.5rem rgb(255 90 0 / 3%), 0 0 0 7rem rgb(255 90 0 / 2%);
    content: "";
  }
  .pricing-usage__card-number {
    position: absolute;
    top: 0.18em;
    right: 0.18em;
    z-index: -1;
    color: rgb(var(--pricing-usage-accent-rgb) / 10%);
    font-size: clamp(5.5rem, 12vw, 9rem);
    font-style: italic;
    font-weight: 750;
    letter-spacing: -0.12em;
    line-height: 0.78;
    pointer-events: none;
  }
  .pricing-usage__rate--rad-sitz .pricing-usage__card-number {
    font-size: clamp(7rem, 15vw, 11rem);
  }
  .pricing-usage__rate--rad-fit .pricing-usage__card-number {
    top: 0.08em;
    right: 0.08em;
    color: rgb(255 90 0 / 12%);
    font-size: clamp(10rem, 24vw, 20rem);
  }
  .pricing-usage__card-header {
    position: relative;
    display: flex;
    min-height: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
  }
  .pricing-usage__role {
    width: fit-content;
    padding: 0.38rem 0.58rem;
    border: 1px solid rgb(var(--pricing-usage-accent-rgb) / 52%);
    background: rgb(var(--pricing-usage-accent-rgb) / 10%);
    color: var(--capo-white-pure);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }
  .pricing-usage__rate--rad-fit .pricing-usage__role {
    border-color: var(--capo-accent-orange);
    background: var(--capo-accent-orange);
    color: var(--capo-black);
  }
  .pricing-usage__measure {
    color: var(--capo-subtle);
    font-size: 0.64rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .pricing-usage__rates h3 {
    position: relative;
    margin: clamp(1.2rem, 3vw, 2rem) 0 0.7rem;
    color: var(--capo-white-pure);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 650;
    letter-spacing: -0.065em;
    line-height: 0.88;
  }
  .pricing-usage__rate--rad-fix h3 {
    font-size: clamp(2.35rem, 5vw, 3.4rem);
  }
  .pricing-usage__rate--rad-sitz h3 {
    font-size: clamp(3rem, 7vw, 5rem);
  }
  .pricing-usage__rate--rad-fit h3 {
    margin-top: clamp(2rem, 5vw, 4.5rem);
    font-size: clamp(4rem, 11vw, 8.5rem);
    font-style: italic;
    font-weight: 680;
    letter-spacing: -0.09em;
    text-shadow: 0 0.2em 1em rgb(255 90 0 / 14%);
  }
  .pricing-usage__description {
    position: relative;
    max-width: 39rem;
    color: var(--capo-muted);
    font-size: clamp(0.86rem, 1.2vw, 1rem);
    line-height: 1.55;
  }
  .pricing-usage__rate--rad-fit .pricing-usage__description {
    max-width: 34rem;
    color: rgb(255 255 255 / 88%);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
  }
  .pricing-usage__commerce {
    position: relative;
    display: grid;
    margin-top: auto;
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
  }
  .pricing-usage__price, .pricing-customer-model__step {
    display: grid;
    min-width: 0;
    padding: 1rem 1.1rem;
    align-content: start;
    background: rgb(0 0 0 / 48%);
  }
  .pricing-usage__price {
    border: 1px solid rgb(var(--pricing-usage-accent-rgb) / 28%);
  }
  .pricing-customer-model__step {
    border-right: 1px solid rgb(var(--pricing-usage-accent-rgb) / 28%);
    border-bottom: 1px solid rgb(var(--pricing-usage-accent-rgb) / 28%);
    border-left: 1px solid rgb(var(--pricing-usage-accent-rgb) / 28%);
    background: linear-gradient(120deg, rgb(var(--pricing-usage-accent-rgb) / 9%), transparent 65%), rgb(0 0 0 / 58%);
  }
  .pricing-usage__price-label {
    margin-bottom: 0.55rem;
    color: rgb(var(--pricing-usage-accent-rgb) / 92%);
    font-size: 0.6rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    line-height: 1.25;
    text-transform: uppercase;
  }
  .pricing-usage__price strong {
    color: var(--capo-white-pure);
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .pricing-usage__price > span:not(.pricing-usage__price-label) {
    margin-top: 0.3rem;
    color: var(--capo-subtle);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .pricing-customer-model__step > strong, .pricing-customer-model__price {
    margin: 0.15rem 0 0.55rem;
  }
  .pricing-customer-model__step > strong, .pricing-customer-model__price strong {
    color: var(--capo-white-pure);
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-style: italic;
    font-weight: 480;
    letter-spacing: -0.045em;
    line-height: 1.02;
  }
  .pricing-customer-model__step--rad-fix > strong {
    overflow-wrap: normal;
    font-size: clamp(1.08rem, 1.5vw, 1.5rem);
    hyphens: none;
  }
  .pricing-customer-model__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
  }
  .pricing-customer-model__step > p:last-child {
    color: var(--capo-muted);
    font-size: 0.76rem;
    line-height: 1.5;
  }
  .pricing-customer-model__direct {
    display: block;
    margin-top: 0.35rem;
    color: var(--capo-white-pure);
    font-weight: 650;
  }
  .pricing-customer-model__credit {
    position: relative;
    margin-top: 1rem;
    padding: 1rem 1rem 1rem 2.6rem;
    border: 1px solid rgb(255 90 0 / 28%);
    background: rgb(255 90 0 / 8%);
    color: var(--capo-muted);
    font-size: 0.8rem;
  }
  .pricing-customer-model__credit::before {
    position: absolute;
    top: 0.92rem;
    left: 1rem;
    color: var(--capo-accent-orange);
    font-size: 1.15rem;
    line-height: 1;
    content: "↳";
  }
  .pricing-customer-model__credit strong {
    color: var(--capo-white-pure);
  }
  @media (hover: hover) {
    .pricing-usage__rate:hover {
      border-right-color: rgb(var(--pricing-usage-accent-rgb) / 48%);
      border-bottom-color: rgb(var(--pricing-usage-accent-rgb) / 48%);
      border-left-color: rgb(var(--pricing-usage-accent-rgb) / 48%);
      transform: translateY(-0.3rem);
    }
    .pricing-usage__rate--rad-fit:hover {
      transform: translateY(-0.45rem) scale(1.006);
    }
  }
  .pricing-setup__pilot {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-top: 1px solid var(--capo-accent-orange);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    background: linear-gradient(100deg, rgb(255 90 0 / 10%), transparent 64%);
  }
  .pricing-setup__pilot > .eyebrow {
    margin-bottom: 0.85rem;
  }
  .pricing-setup__pilot-facts {
    display: grid;
  }
  .pricing-setup__pilot-facts > div {
    display: grid;
    padding: 1.1rem 0;
    gap: 0.35rem;
  }
  .pricing-setup__pilot-facts > div + div {
    border-top: 1px solid rgb(255 255 255 / 16%);
  }
  .pricing-setup__pilot-facts strong {
    color: var(--capo-white-pure);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.05em;
    line-height: 0.95;
  }
  .pricing-setup__pilot-facts span {
    color: var(--capo-muted);
    font-size: 0.78rem;
  }
  .pricing-setup__grid article {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-top: 1px solid var(--capo-accent-teal);
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    background: rgb(0 0 0 / 62%);
  }
  .pricing-setup__grid h3 {
    display: grid;
    margin: 0.65rem 0 0.45rem;
    color: var(--capo-white-pure);
    gap: 0.3rem;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-style: italic;
    font-weight: 350;
    letter-spacing: -0.055em;
    line-height: 0.95;
  }
  .pricing-setup__grid article > p:not(.eyebrow) {
    color: var(--capo-muted);
  }
  .pricing-setup__grid article > strong {
    display: block;
    margin-top: 1rem;
    color: var(--capo-white-pure);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .pricing-example {
    display: grid;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgb(255 255 255 / 18%);
    align-content: start;
    background: rgb(0 0 0 / 72%);
  }
  .pricing-example h3 {
    min-height: 3.2rem;
    margin: 0.45rem 0 1.5rem;
    color: var(--capo-white-pure);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }
  .pricing-example__usage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.55rem;
  }
  .pricing-example__variant {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .pricing-example__times {
    margin-inline: 0.12em 0.22em;
    color: var(--capo-accent-teal);
    font-size: 0.8em;
    font-style: italic;
    font-weight: 750;
  }
  .pricing-example__variant--rad-fit .pricing-example__times {
    color: var(--capo-accent-orange);
  }
  .pricing-example__join {
    color: var(--capo-subtle);
    font-size: 0.72em;
    font-weight: 450;
  }
  .pricing-example dl {
    display: grid;
    margin: 0;
  }
  .pricing-example dl > div {
    display: flex;
    padding: 0.75rem 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
  }
  .pricing-example dt {
    color: var(--capo-muted);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .pricing-example dd {
    flex: none;
    color: var(--capo-white-pure);
    font-size: 1.15rem;
    font-weight: 650;
  }
  .pricing-example__result {
    border-top-color: var(--capo-accent-teal) !important;
  }
  .pricing-example__result dd {
    color: var(--capo-accent-teal);
    font-size: 1.55rem;
  }
  .pricing-examples__intro {
    margin-bottom: 0;
  }
  .pricing-examples__summary {
    display: grid;
    gap: 1rem;
  }
  .pricing-examples__basis {
    display: grid;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    border-top: 1px solid rgb(0 201 183 / 46%);
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    border-left: 2px solid var(--capo-accent-teal);
    align-content: center;
    background: linear-gradient(105deg, rgb(0 201 183 / 11%), transparent 72%);
  }
  .pricing-examples__basis .eyebrow {
    margin-bottom: 0.8rem;
    color: var(--capo-accent-teal);
  }
  .pricing-examples__basis-copy {
    max-width: 42rem;
    color: var(--capo-white-pure);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.55;
  }
  .pricing-examples__setup-note {
    max-width: 42rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(255 255 255 / 14%);
    color: var(--capo-muted);
    font-size: 0.78rem;
    line-height: 1.55;
  }
  .pricing-examples__share {
    position: relative;
    isolation: isolate;
    display: grid;
    min-width: 0;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 20%);
    align-content: space-between;
    gap: 1.2rem;
    background: radial-gradient(circle at 4% 0%, rgb(41 108 205 / 26%), transparent 42%), linear-gradient(135deg, rgb(255 90 0 / 10%), transparent 62%), rgb(3 3 3 / 94%);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 28%);
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  }
  .pricing-examples__share::before {
    position: absolute;
    top: -5rem;
    right: -3rem;
    z-index: -1;
    width: 12rem;
    height: 12rem;
    border: 1px solid rgb(255 90 0 / 30%);
    content: "";
    transform: rotate(35deg);
  }
  .pricing-examples__share-kicker, .pricing-examples__share-context {
    color: var(--capo-subtle);
    font-size: 0.65rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .pricing-examples__share-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 1rem;
  }
  .pricing-examples__share-values > div {
    display: grid;
    gap: 0.45rem;
  }
  .pricing-examples__share-values > div:last-child {
    text-align: right;
  }
  .pricing-examples__share strong {
    color: var(--capo-accent-blue);
    font-size: clamp(2.75rem, 7vw, 5.25rem);
    font-style: italic;
    font-weight: 480;
    letter-spacing: -0.07em;
    line-height: 0.82;
  }
  .pricing-examples__share-values > div:last-child strong, .pricing-examples__share-values > div:last-child span {
    color: var(--capo-accent-orange);
  }
  .pricing-examples__share-values span {
    color: var(--capo-white-pure);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .pricing-examples__share-bar {
    position: relative;
    height: 0.7rem;
    overflow: hidden;
    background: var(--capo-accent-orange);
    box-shadow: 0 0 1.5rem rgb(255 90 0 / 18%);
    clip-path: polygon(0.3rem 0, 100% 0, calc(100% - 0.3rem) 100%, 0 100%);
  }
  .pricing-examples__share-bar > span {
    display: block;
    height: 100%;
    background: var(--capo-accent-blue);
    box-shadow: 0.3rem 0 0 var(--capo-black);
  }
  .pricing-examples__share-context {
    justify-self: end;
    color: var(--capo-muted);
  }
  .pricing-availability__signal {
    position: absolute;
    top: 5%;
    left: -2%;
    z-index: -1;
    font-size: clamp(15rem, 48vw, 34rem);
  }
  .pricing-availability > div {
    max-width: 52rem;
    margin-left: auto;
  }
  .pricing-pilot {
    display: grid;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-top: 1px solid var(--capo-accent-orange);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    align-items: end;
    gap: 1.5rem;
    background: linear-gradient(110deg, rgb(255 90 0 / 9%), transparent 60%);
  }
  .pricing-pilot h2, .pricing-final h2 {
    margin: 0.5rem 0 0.8rem;
    color: var(--capo-white-pure);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-wrap: balance;
  }
  .pricing-pilot p:not(.eyebrow), .pricing-final > p:not(.eyebrow) {
    max-width: 52rem;
    color: var(--capo-muted);
  }
  .pricing-faq {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
  }
  .pricing-faq details {
    border-top: 1px solid rgb(255 255 255 / 20%);
  }
  .pricing-faq details:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .pricing-faq summary {
    display: flex;
    padding: 1rem 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--capo-white-pure);
    cursor: pointer;
    font-weight: 600;
  }
  .pricing-faq summary:focus-visible {
    outline: 2px solid var(--capo-focus);
    outline-offset: 3px;
  }
  .pricing-faq summary span {
    color: var(--capo-accent-orange);
    font-size: 1.3rem;
    transition: transform 180ms ease;
  }
  .pricing-faq details[open] summary span {
    transform: rotate(45deg);
  }
  .pricing-faq details p {
    max-width: 54rem;
    padding: 0 0 1.25rem;
    color: var(--capo-muted);
  }
  .pricing-final {
    display: grid;
    min-height: 25rem;
    padding: clamp(1.5rem, 5vw, 4rem);
    border: 1px solid rgb(255 255 255 / 22%);
    align-content: center;
    justify-items: center;
    background: radial-gradient(circle at 50% 120%, rgb(41 108 205 / 26%), transparent 50%), rgb(0 0 0 / 78%);
    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);
  }
  .pricing-final .action-button {
    margin-top: 1.5rem;
  }
  .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: 900px) {
  .fit-method-comparison__header {
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  }
}
@media (min-width: 768px) {
  .headline-terminal {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .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%);
  }
  .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));
  }
  .home-pricing-bridge {
    grid-template-columns: minmax(13rem, 0.6fr) minmax(0, 1.4fr);
  }
  .pricing-examples__summary {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
  .pricing-formula ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-usage__intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
  }
  .pricing-usage__rate--rad-fit .pricing-usage__commerce {
    grid-template-columns: minmax(9rem, 0.65fr) minmax(0, 1.35fr);
  }
  .pricing-usage__rate--rad-fit .pricing-customer-model__step {
    border-top: 1px solid rgb(255 90 0 / 28%);
    border-left: 0;
  }
  .setup-variant-note, .pricing-pilot {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .pricing-plan-grid, .pricing-setup__grid, .pricing-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-plan-grid > :last-child, .pricing-setup__grid > :last-child, .pricing-example-grid > :last-child {
    grid-column: 1 / -1;
  }
  .pricing-setup__pilot-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-setup__pilot-facts > div {
    padding-inline: 1.25rem;
  }
  .pricing-setup__pilot-facts > div + div {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 16%);
  }
  .pricing-usage__rates {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .pricing-usage__rate--rad-fix {
    grid-column: 1 / span 5;
  }
  .pricing-usage__rate--rad-sitz {
    grid-column: 6 / -1;
  }
  .pricing-usage__rate--rad-fit {
    grid-column: 1 / -1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pricing-formula li {
    grid-template-columns: 1fr;
    align-content: start;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .site-header__inner {
    gap: 0.8rem;
  }
  .site-logo-link {
    width: 8.75rem;
  }
  .site-nav {
    gap: 0.65rem;
  }
  .nav-link {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
  .nav-demo {
    padding-inline: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pricing-usage__title > .section-display {
    font-size: clamp(3rem, 6vw, 4.4rem);
  }
}
@media (min-width: 1024px) {
  .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%;
  }
  .pricing-formula {
    grid-template-areas: "intro parts" "wheel parts";
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }
  .pricing-formula__intro {
    grid-area: intro;
  }
  .pricing-formula__wheel {
    grid-area: wheel;
    justify-self: start;
  }
  .pricing-formula ol {
    grid-area: parts;
    grid-template-columns: 1fr;
    align-self: stretch;
  }
  .pricing-formula li {
    min-height: 9rem;
    align-items: center;
  }
  .pricing-plan-grid, .pricing-setup__grid, .pricing-example-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-plan-grid > :last-child, .pricing-setup__grid > :last-child, .pricing-example-grid > :last-child {
    grid-column: auto;
  }
  .pricing-usage__intro {
    grid-template-columns: minmax(24rem, 1.05fr) minmax(22rem, 0.95fr);
  }
  .pricing-usage__rate--rad-fix {
    grid-row: auto;
    grid-column: 1 / span 5;
    align-self: stretch;
  }
  .pricing-usage__rate--rad-sitz {
    grid-row: auto;
    grid-column: 6 / -1;
  }
  .pricing-usage__rate--rad-fit {
    min-height: 34rem;
    padding: clamp(2rem, 3vw, 3rem);
    grid-row: auto;
    grid-column: 1 / -1;
  }
  .pricing-faq {
    grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
  }
}
@media (min-width: 1100px) {
  .pricing-usage__intro {
    padding: 3rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .pricing-usage__sales-intro {
    padding: 1.75rem;
  }
  .pricing-usage__sales-intro h3 {
    font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  }
  .pricing-usage__rates {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr) minmax(0, 1.35fr);
    align-items: end;
  }
  .pricing-usage__rate--rad-fix {
    min-height: 32rem;
    grid-row: 1;
    grid-column: 1;
    align-self: end;
  }
  .pricing-usage__rate--rad-sitz {
    min-height: 38rem;
    grid-row: 1;
    grid-column: 2;
  }
  .pricing-usage__rate--rad-fit {
    min-height: 41rem;
    padding: clamp(1.6rem, 2.2vw, 2.25rem);
    grid-row: 1;
    grid-column: 3;
    align-self: stretch;
  }
  .pricing-usage__rate--rad-fix h3 {
    font-size: clamp(2.35rem, 3.8vw, 3.25rem);
  }
  .pricing-usage__rate--rad-sitz h3 {
    font-size: clamp(3rem, 5vw, 4.4rem);
  }
  .pricing-usage__rate--rad-fit h3 {
    font-size: clamp(4.5rem, 8vw, 7rem);
  }
}
@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;
  }
  .home-hero .display-title {
    max-width: 100%;
    font-size: clamp(2.3rem, 11.5vw, 3rem);
  }
  .calculation-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);
  }
  .calculation-frame-callout::before {
    top: 0.55rem;
    width: 1.8rem;
  }
  .calculation-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);
  }
  .fit-method-comparison {
    padding: 1rem;
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  }
  .fit-method-comparison__watermark span {
    font-size: 17rem;
  }
  .fit-method-comparison__header h3 {
    display: grid;
    width: max-content;
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3rem);
    gap: 0.15rem;
  }
  .fit-method-comparison__matrix {
    padding: 0.5rem;
    border-color: rgb(255 255 255 / 18%);
    background: rgb(0 0 0 / 42%);
  }
  .fit-method-comparison table, .fit-method-comparison tbody, .fit-method-comparison tbody tr, .fit-method-comparison tbody th, .fit-method-comparison tbody td {
    display: block;
    width: 100%;
  }
  .fit-method-comparison colgroup, .fit-method-comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fit-method-comparison tbody {
    display: grid;
    gap: 0.75rem;
  }
  .fit-method-comparison tbody tr {
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 18%);
    background: rgb(2 2 2 / 86%);
    clip-path: polygon(0.65rem 0, 100% 0, 100% 100%, 0 100%, 0 0.65rem);
  }
  .fit-method-comparison tbody th, .fit-method-comparison tbody td, .fit-method-comparison tbody tr:first-child th, .fit-method-comparison tbody tr:first-child td {
    border-top: 0;
  }
  .fit-method-comparison tbody th {
    display: flex;
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    align-items: center;
    gap: 0.65rem;
  }
  .fit-method-comparison tbody th span {
    display: inline-block;
    margin: 0;
    color: var(--capo-subtle);
  }
  .fit-method-comparison__value {
    min-height: 0;
    padding: 1rem 0.9rem 1rem 2.25rem;
    border-left: 0;
    font-size: 0.92rem;
    letter-spacing: -0.01em;
  }
  .fit-method-comparison__value + .fit-method-comparison__value {
    border-top: 1px solid rgb(255 255 255 / 14%);
  }
  .fit-method-comparison__value::before {
    top: 1.3rem;
    left: 1rem;
    transform: none;
  }
  .fit-method-comparison__mobile-method {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--fit-static);
    font-size: 0.6rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .fit-method-comparison__value--dynamic .fit-method-comparison__mobile-method {
    color: var(--fit-dynamic-text);
  }
  .fit-method-comparison__note {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .fit-method-comparison__note > span {
    width: max-content;
  }
  .business-hero, .setup-detail__hero {
    min-height: 28rem;
  }
  .pricing-usage::after {
    right: -13rem;
    bottom: 14rem;
    width: 25rem;
  }
  .pricing-usage__intro {
    padding: 2.4rem 1.25rem 1.5rem;
  }
  .pricing-usage__title > .section-display {
    font-size: clamp(2.7rem, 14.5vw, 4rem);
  }
  .pricing-usage__sales-intro {
    padding: 1.25rem;
  }
  .pricing-usage__sales-intro h3 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }
  .pricing-usage__rates {
    padding: 1rem;
  }
  .pricing-usage__rate {
    min-height: 26rem;
    padding: 1.2rem;
  }
  .pricing-usage__rate--rad-sitz {
    min-height: 32rem;
  }
  .pricing-usage__rate--rad-fit {
    min-height: 38rem;
  }
  .pricing-usage__rate--rad-fit h3 {
    font-size: clamp(3.4rem, 18vw, 4.8rem);
  }
  .pricing-usage__card-header {
    align-items: flex-start;
  }
  .pricing-usage__commerce {
    padding-top: 1.5rem;
  }
  .pricing-customer-model__credit {
    padding-right: 0.85rem;
  }
  .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-tracking {
  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-tracking: initial;
      --tw-outline-style: solid;
    }
  }
}
