/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    --font-serif: "Oceanwide", "Avenir Next", "Century Gothic", Futura, ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #0A0810;
    --color-paper-2: #150F26;
    --color-deep: #2E1656;
    --color-rule: #3E2A66;
    --color-dim: #A79BBA;
    --color-ink: #F6F2E6;
    --color-accent: #FFCE1F;
    --color-surface: #0A0810;
    --color-line: #3E2A66;
    --color-line2: #55407D;
    --color-accent-ink: #1A1024;
    --font-display: "Oceanwide", "Avenir Next", "Century Gothic", Futura, ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-x-0 {
    inset-inline: 0;
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .-mr-2\.5 {
    margin-right: calc(var(--spacing) * -2.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[460px\] {
    height: 460px;
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[13ch\] {
    max-width: 13ch;
  }
  .max-w-\[14ch\] {
    max-width: 14ch;
  }
  .max-w-\[16ch\] {
    max-width: 16ch;
  }
  .max-w-\[20ch\] {
    max-width: 20ch;
  }
  .max-w-\[52ch\] {
    max-width: 52ch;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[62ch\] {
    max-width: 62ch;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-y {
    resize: vertical;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-s-none {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .border-ink {
    border-color: var(--color-ink);
  }
  .border-line {
    border-color: var(--color-line);
  }
  .border-rule {
    border-color: var(--color-rule);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-paper-2 {
    background-color: var(--color-paper-2);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl\/\[1\.06\] {
    font-size: var(--text-2xl);
    line-height: 1.06;
  }
  .text-4xl\/\[1\.04\] {
    font-size: var(--text-4xl);
    line-height: 1.04;
  }
  .text-\[11px\]\/\[1\.4\] {
    font-size: 11px;
    line-height: 1.4;
  }
  .text-\[11px\]\/\[1\.5\] {
    font-size: 11px;
    line-height: 1.5;
  }
  .text-\[11px\]\/\[1\.7\] {
    font-size: 11px;
    line-height: 1.7;
  }
  .text-\[11px\]\/none {
    font-size: 11px;
    line-height: 1;
  }
  .text-\[15px\]\/\[1\.55\] {
    font-size: 15px;
    line-height: 1.55;
  }
  .text-\[22px\]\/\[1\.4\] {
    font-size: 22px;
    line-height: 1.4;
  }
  .text-\[22px\]\/none {
    font-size: 22px;
    line-height: 1;
  }
  .text-\[40px\]\/\[1\.04\] {
    font-size: 40px;
    line-height: 1.04;
  }
  .text-\[54px\]\/\[0\.94\] {
    font-size: 54px;
    line-height: 0.94;
  }
  .text-base\/\[1\.6\] {
    font-size: var(--text-base);
    line-height: 1.6;
  }
  .text-base\/none {
    font-size: var(--text-base);
    line-height: 1;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl\/none {
    font-size: var(--text-xl);
    line-height: 1;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/none {
    font-size: var(--text-xs);
    line-height: 1;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[clamp\(26px\,3\.4vw\,34px\)\] {
    font-size: clamp(26px, 3.4vw, 34px);
  }
  .text-\[clamp\(28px\,3\.5vw\,42px\)\] {
    font-size: clamp(28px, 3.5vw, 42px);
  }
  .text-\[clamp\(38px\,6\.2vw\,74px\)\] {
    font-size: clamp(38px, 6.2vw, 74px);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.04\] {
    --tw-leading: 1.04;
    line-height: 1.04;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .tracking-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-deep {
    color: var(--color-deep);
  }
  .text-dim {
    color: var(--color-dim);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[-webkit-text-stroke\:1\.5px_var\(--color-ink\)\] {
    -webkit-text-stroke: 1.5px var(--color-ink);
  }
  .peer-focus\:ring-4 {
    &:is(:where(.peer):focus ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .peer-focus\:outline-none {
    &:is(:where(.peer):focus ~ *) {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:start-\[2px\] {
    &::after {
      content: var(--tw-content);
      inset-inline-start: 2px;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:size-4 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .peer-checked\:after\:translate-x-full {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .first-of-type\:border-e-0 {
    &:first-of-type {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 0px;
    }
  }
  .last-of-type\:border-s-0 {
    &:last-of-type {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 0px;
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: var(--color-ink);
      }
    }
  }
  .focus\:border-accent {
    &:focus {
      border-color: var(--color-accent);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:text-\[88px\]\/\[0\.94\] {
    @media (width >= 48rem) {
      font-size: 88px;
      line-height: 0.94;
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: 0;
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: 0;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-9 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-\[18px\] {
    @media (width >= 64rem) {
      margin-bottom: 18px;
    }
  }
  .lg\:mb-\[34px\] {
    @media (width >= 64rem) {
      margin-bottom: 34px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[6fr_4fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 6fr 4fr;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-baseline {
    @media (width >= 64rem) {
      align-items: baseline;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: 0;
    }
  }
  .lg\:gap-2\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-13 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 13);
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:text-5xl\/\[1\.04\] {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: 1.04;
    }
  }
  .lg\:text-\[17px\]\/\[1\.6\] {
    @media (width >= 64rem) {
      font-size: 17px;
      line-height: 1.6;
    }
  }
  .lg\:text-\[19px\]\/\[1\.6\] {
    @media (width >= 64rem) {
      font-size: 19px;
      line-height: 1.6;
    }
  }
  .lg\:text-\[30px\]\/\[1\.35\] {
    @media (width >= 64rem) {
      font-size: 30px;
      line-height: 1.35;
    }
  }
  .lg\:text-\[64px\]\/\[1\.04\] {
    @media (width >= 64rem) {
      font-size: 64px;
      line-height: 1.04;
    }
  }
  .lg\:text-\[122px\]\/\[0\.94\] {
    @media (width >= 64rem) {
      font-size: 122px;
      line-height: 0.94;
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:text-xs\/none {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: 1;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:tracking-\[0\.12em\] {
    @media (width >= 64rem) {
      --tw-tracking: 0.12em;
      letter-spacing: 0.12em;
    }
  }
  .lg\:\[-webkit-text-stroke\:2px_var\(--color-ink\)\] {
    @media (width >= 64rem) {
      -webkit-text-stroke: 2px var(--color-ink);
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
  .rtl\:peer-checked\:after\:-translate-x-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:is(:where(.peer):checked ~ *) {
        &::after {
          content: var(--tw-content);
          --tw-translate-x: -100%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
  .dark\:hover\:text-white {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .\[\&_a\]\:text-accent {
    & a {
      color: var(--color-accent);
    }
  }
  .\[\&_h1\]\:font-serif {
    & h1 {
      font-family: var(--font-serif);
    }
  }
  .\[\&_h1\]\:text-ink {
    & h1 {
      color: var(--color-ink);
    }
  }
  .\[\&_h3\]\:font-serif {
    & h3 {
      font-family: var(--font-serif);
    }
  }
  .\[\&_h3\]\:text-ink {
    & h3 {
      color: var(--color-ink);
    }
  }
  .\[\&_li\]\:text-dim {
    & li {
      color: var(--color-dim);
    }
  }
  .\[\&_strong\]\:text-ink {
    & strong {
      color: var(--color-ink);
    }
  }
}
@font-face {
  font-family: "Oceanwide";
  src: url("../fonts/oceanwide-semibold-JmYHGfF.woff2") format("woff2"), url("../fonts/oceanwide-semibold-ilL1c9S.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/JetBrainsMono-VariableFont_wght-nkRi8aW.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --page-max: 1440px;
  --page-pad-x: max(clamp(20px, 5vw, 60px), (100vw - var(--page-max)) / 2);
  --bg: var(--color-paper);
  --card: var(--color-paper-2);
  --ink: var(--color-ink);
  --dim: var(--color-dim);
  --line: var(--color-rule);
  --line2: var(--color-line2);
  --accent: var(--color-accent);
  --accent-deep: #E0B000;
  --accent-ink: var(--color-accent-ink);
  --accent-soft: color-mix(in srgb, #FFCE1F 15%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    --accent-soft: color-mix(in oklab, var(--color-accent) 15%, transparent);
  }
  --warm: #FF9188;
  --nav-bg: var(--color-paper);
  --fs-body: 20px;
  --fs-label: 16px;
}
.page-x {
  padding-inline: var(--page-pad-x);
}
::selection {
  background: var(--accent);
  color: var(--accent-ink);
}
body {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
@keyframes spinA {
  0%, 100% {
    rotate: 0deg;
  }
  50% {
    rotate: 7deg;
  }
}
@keyframes spinB {
  0%, 100% {
    rotate: 0deg;
  }
  50% {
    rotate: -7deg;
  }
}
@keyframes driftA {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 1.8% -1.4%;
  }
}
@keyframes driftB {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -1.8% 1.4%;
  }
}
@keyframes breathe0 {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.035;
  }
}
@keyframes breathe1 {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.968;
  }
}
@keyframes breathe2 {
  0%, 100% {
    scale: 1.012;
  }
  50% {
    scale: 1.05;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(46px, -34px);
  }
}
@keyframes drift2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-54px, 30px);
  }
}
@keyframes hueslide {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.section-label {
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.section-label--accent {
  color: var(--accent-ink);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
}
.section-title.st-58 {
  font-size: clamp(30px, 4.6vw, 58px);
}
.section-title.st-68 {
  font-size: clamp(30px, 5vw, 68px);
}
.section-title.st-72 {
  font-size: clamp(32px, 5.4vw, 72px);
}
.section-title.st-76 {
  font-size: clamp(32px, 5.4vw, 76px);
}
.section-title.st-80 {
  font-size: clamp(34px, 6vw, 80px);
}
.section-title.st-88 {
  font-size: clamp(34px, 6.4vw, 88px);
}
.body-copy {
  margin: 0;
  color: var(--dim);
  font-size: clamp(var(--fs-body), 1.4vw, 22px);
  line-height: 1.7;
}
.subhead {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.subhead--cta {
  font-size: var(--fs-body);
}
.card-copy {
  margin: 0;
  color: var(--dim);
  font-size: var(--fs-body);
  line-height: 1.65;
}
.text-stroke {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--color-ink);
}
@media (min-width: 64rem) {
  .text-stroke {
    -webkit-text-stroke: 2px var(--color-ink);
  }
}
.accent-dot {
  color: var(--accent);
}
.site-nav {
  padding: 18px var(--page-pad-x);
}
.brand {
  font: 700 22px/1 var(--font-sans);
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.nav-links {
  gap: clamp(12px, 2vw, 24px);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-link {
  color: var(--dim);
  text-decoration: none;
}
.nav-link.is-active {
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}
.mobile-menu {
  background: var(--bg);
}
.mobile-nav {
  padding: 8px var(--page-pad-x);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-nav-link {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  text-decoration: none;
}
.mobile-nav-link.is-active {
  color: var(--ink);
}
.mobile-nav-link:last-child {
  border-bottom: none;
}
.site-footer {
  padding: clamp(40px, 6vw, 64px) var(--page-pad-x) clamp(32px, 5vw, 48px);
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(56px, 16vw, 220px);
  line-height: 0.82;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 30px;
}
.footer-legal {
  color: var(--dim);
  font: 400 14px/1.7 var(--font-mono);
}
.footer-social {
  color: var(--dim);
  font: 700 11px/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vh, 96px) var(--page-pad-x) 0;
}
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, var(--accent) 50%, transparent 70%);
  background-size: 300% 300%;
  opacity: .10;
  animation: hueslide 12s ease-in-out infinite;
}
.hero-orb {
  position: absolute;
  pointer-events: none;
  top: -10%;
  left: -6%;
  width: 46vw;
  height: 46vw;
  max-width: 560px;
  max-height: 560px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 65%);
  opacity: .22;
  filter: blur(14px);
  animation: drift 13s ease-in-out infinite;
}
.hero-orb-2 {
  position: absolute;
  pointer-events: none;
  bottom: 18%;
  right: -4%;
  width: 40vw;
  height: 40vw;
  max-width: 480px;
  max-height: 480px;
  background: radial-gradient(circle, var(--warm) 0%, transparent 65%);
  opacity: .16;
  filter: blur(16px);
  animation: drift2 16s ease-in-out infinite;
}
.hero-badges {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(24px, 4vw, 42px);
}
.hero-title {
  position: relative;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.hero-title--xl {
  font-size: clamp(52px, 12.5vw, 168px);
}
.hero-title--lg {
  font-size: clamp(52px, 12vw, 160px);
}
.hero-title--md {
  font-size: clamp(48px, 11vw, 150px);
}
.hero-cols {
  position: relative;
  display: grid;
  align-items: end;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: clamp(28px, 4vw, 46px);
}
.hero-lead {
  margin: 0;
  color: var(--dim);
  font-size: clamp(20px, 1.5vw, 22px);
  line-height: 1.62;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-ink);
  background: var(--accent);
  padding: 8px 12px;
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--accent-ink);
}
.eyebrow {
  color: var(--dim);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.marquee {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--accent);
  margin-top: clamp(40px, 6vw, 72px);
  margin-left: calc(var(--page-pad-x) * -1);
  margin-right: calc(var(--page-pad-x) * -1);
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  color: var(--accent-ink);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 2.1;
  animation: marquee var(--marquee-dur, 22s) linear infinite;
}
.marquee-track--slow {
  --marquee-dur: 24s;
}
.section {
  position: relative;
  z-index: 10;
  padding: clamp(60px, 9vh, 110px) var(--page-pad-x);
}
.section--lead {
  padding-top: clamp(72px, 11vh, 130px);
  padding-bottom: clamp(72px, 11vh, 130px);
}
.section--tall {
  padding-top: clamp(72px, 12vh, 140px);
  padding-bottom: clamp(72px, 12vh, 140px);
}
.section--divided {
  border-top: 2px solid var(--ink);
}
#contact-form {
  scroll-margin-top: 10px;
}
.prose-grid {
  display: grid;
  align-items: start;
  gap: clamp(26px, 4vw, 54px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.form-grid {
  display: grid;
  align-items: start;
  gap: clamp(34px, 5vw, 68px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(var(--col-min, 280px), 1fr));
}
.card-grid--sm {
  --col-min: 248px;
}
.card-grid--lg {
  --col-min: 300px;
}
.side-projects-grid {
  display: grid;
  column-gap: clamp(20px, 4vw, 56px);
  border-top: 2px solid var(--line);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.social-btn {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  border: 2px solid var(--line);
  padding: 11px 14px;
  transition: background .15s, color .15s, border-color .15s;
}
.social-btn:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.social-btn--accent {
  color: var(--accent-ink);
  background: var(--accent);
  border-color: var(--accent);
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent-ink);
  background: var(--accent);
  border: 2px solid var(--ink);
  padding: 15px 26px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .13s, box-shadow .13s;
}
.cta-btn:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--ink);
}
.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 15px 26px;
  transition: background .14s, color .14s;
}
.cta-btn-outline:hover {
  background: var(--ink);
  color: var(--bg);
}
.cta-btn-inverse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-ink);
  border: 2px solid var(--bg);
  padding: 16px 28px;
  box-shadow: 5px 5px 0 var(--bg);
  transition: transform .13s, box-shadow .13s;
}
.cta-btn-inverse:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--bg);
}
.nav-cta {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--accent);
  padding: 12px 16px;
  box-shadow: 4px 4px 0 var(--accent);
  transition: transform .12s, box-shadow .12s;
}
.nav-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--accent);
}
.read-more {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--accent);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.card-link {
  color: var(--ink);
  text-decoration: none;
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.expertise-card {
  background: var(--card);
  border: 2px solid var(--ink);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 5px 5px 0 var(--line);
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
}
.expertise-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 9px 9px 0 var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
}
.expertise-card:hover .card-num {
  color: var(--accent-ink);
}
.card-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}
.project-card {
  background: var(--card);
  border: 2px solid var(--ink);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  box-shadow: 5px 5px 0 var(--line);
  transition: transform .15s, box-shadow .15s;
}
.project-title {
  margin: 0;
  color: var(--accent);
  font: 700 21px/1.12 var(--font-sans);
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.project-title a {
  color: var(--accent);
  text-decoration: none;
}
.project-title a:hover {
  text-decoration: underline;
}
.skill-tag {
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 6px 9px;
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.card-surface {
  background: var(--card);
}
.stat-card {
  border: 2px solid var(--ink);
  background: var(--card);
  padding: 20px 22px;
  box-shadow: 5px 5px 0 var(--line);
}
.stat-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--accent);
}
.stat-num--ink {
  color: var(--ink);
}
.stat-label {
  margin-top: 8px;
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dim);
}
.callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  margin-top: clamp(28px, 4vw, 40px);
  border: 2px solid var(--ink);
  border-left: 6px solid var(--accent);
  background: var(--card);
  padding: 22px 26px;
}
.callout-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.callout-meta {
  font: 700 var(--fs-label)/1.5 var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--dim);
}
.section-glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: -160px;
  right: -96px;
  width: min(620px, 90vw);
  height: min(520px, 80vw);
  border-radius: 9999px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 68%);
  opacity: .2;
}
.tech-list {
  display: grid;
  gap: 14px clamp(20px, 4vw, 48px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.tech-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font: 700 var(--fs-label)/1.4 var(--font-mono);
  color: var(--ink);
}
.tech-item::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
}
.form-card {
  position: relative;
  background: var(--card);
  border: 2px solid var(--ink);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 6px 6px 0 var(--line);
}
.flash-success {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--accent);
  background: var(--card);
  padding: 20px;
  margin-bottom: 40px;
  color: var(--accent);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--accent);
}
.cta-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  background: var(--accent);
  padding: clamp(64px, 10vh, 120px) var(--page-pad-x);
  color: var(--accent-ink);
}
.cta-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .18) 50%, transparent 65%);
  background-size: 300% 300%;
  animation: hueslide 10s ease-in-out infinite;
}
.cta-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.cta-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--accent-ink);
  font-size: clamp(34px, 6.4vw, 92px);
  max-width: 15ch;
}
.cta-subtitle {
  margin: 0;
  color: var(--accent-ink);
  font: 700 var(--fs-label)/1.4 var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.testimonials {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-top: 2px solid var(--color-rule);
  background: var(--color-deep);
  padding: clamp(48px, 8vh, 104px) var(--page-pad-x);
  color: var(--color-ink);
}
.quote-mark {
  position: absolute;
  right: clamp(10px, 5vw, 80px);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.quote-mark--project {
  top: -10px;
  font-size: clamp(140px, 22vw, 300px);
  color: var(--accent);
  opacity: .16;
}
.quote-mark--accent {
  top: -30px;
  font-size: clamp(160px, 26vw, 360px);
  color: var(--accent-ink);
  opacity: .12;
}
.pull-quote {
  margin: 0;
  color: var(--ink);
  font: 700 clamp(22px, 3.1vw, 40px)/1.26 var(--font-sans);
  letter-spacing: -.015em;
}
.pull-quote--accent {
  color: var(--accent-ink);
  font: 700 clamp(22px, 3.3vw, 44px)/1.22 var(--font-sans);
  letter-spacing: -.02em;
}
.attribution {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font: 700 var(--fs-label)/1 var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.attribution--accent {
  color: var(--accent-ink);
}
.attribution-role {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.tcarousel-btn {
  border-color: var(--accent-ink);
  color: var(--accent-ink);
  opacity: .7;
  transition: opacity .15s;
}
.tcarousel-btn:hover {
  opacity: 1;
}
.macro-hr {
  height: 2px;
  background: var(--line);
  margin: 4rem 0;
}
.side-project-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 2px;
  border-bottom: 1px solid var(--line);
  font: 600 20px/1.4 var(--font-sans);
  color: var(--ink);
  text-decoration: none;
  transition: color .15s, padding-left .15s;
}
.side-project-link:hover {
  color: var(--accent);
  padding-left: 8px;
}
body.turbo-loading, body.turbo-loaded {
  opacity: .2;
}
.reveal-active [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.16, .84, .27, 1) var(--reveal-delay, 0ms), transform .8s cubic-bezier(.16, .84, .27, 1) var(--reveal-delay, 0ms);
}
.reveal-active [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
.card-body {
  max-height: 200px;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.4, 0, .2, 1);
}
.card-body.card-body-expanded {
  max-height: 2000px;
}
.hero-art {
  max-width: var(--page-max);
  margin-inline: auto;
}
.hero-art > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 64rem) {
  .hero-art > svg {
    inset: auto;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
  }
}
.section-num {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.chip {
  white-space: nowrap;
  border: 1px solid var(--color-rule);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-dim);
}
.btn-accent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 14px 22px;
  background: var(--color-accent);
  color: var(--color-accent-ink);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s;
}
.btn-accent:hover {
  background: #FFD955;
}
.btn-accent-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 14px 22px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.btn-accent-outline:hover {
  background: var(--color-accent);
  color: var(--color-accent-ink);
}
.social-chip {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-rule);
  padding-inline: 15px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: none;
  transition: border-color .15s;
}
.social-chip:hover {
  border-color: var(--color-ink);
}
.stage-card {
  border-top: 1px solid var(--color-rule);
  padding-top: 16px;
}
.stage-card:first-child {
  border-top: 2px solid var(--color-ink);
}
@media (min-width: 48rem) {
  .chip {
    font-size: 12px;
  }
}
@media (min-width: 64rem) {
  .section-num {
    font-size: 12px;
  }
  .social-chip {
    justify-content: flex-start;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .stage-card {
    border-top: 2px solid var(--color-ink);
    border-left: 1px solid var(--color-rule);
    padding: 20px 24px 0;
  }
  .stage-card:first-child {
    border-left: 0;
    padding-left: 0;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
