/*! tailwindcss v4.3.0 | 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-green-500: oklch(72.3% 0.219 149.579);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --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-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --blur-md: 12px;
    --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);
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[400px\] {
    top: 400px;
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-left-5 {
    left: calc(var(--spacing) * -5);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[99999999999\] {
    z-index: 99999999999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[calc\(100\%\+300px\)\] {
    height: calc(100% + 300px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[740px\] {
    max-height: 740px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(to_right\,\#57534e_1px\,transparent_1px\)\,linear-gradient\(to_bottom\,\#57534e_1px\,transparent_1px\)\] {
    background-image: linear-gradient(to right,#57534e 1px,transparent 1px),linear-gradient(to bottom,#57534e 1px,transparent 1px);
  }
  .from-purple-600 {
    --tw-gradient-from: var(--color-purple-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-600 {
    --tw-gradient-to: var(--color-indigo-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\[mask-image\:linear-gradient\(to_bottom\,transparent\,black_25\%\,black_75\%\,transparent\)\] {
    mask-image: linear-gradient(to bottom,transparent,black 25%,black 75%,transparent);
  }
  .\[mask-image\:radial-gradient\(800rem_96rem_at_center\,white\,transparent\)\] {
    mask-image: radial-gradient(800rem 96rem at center,white,transparent);
  }
  .\[mask-image\:radial-gradient\(ellipse_80\%_50\%_at_50\%_0\%\,\#000_70\%\,transparent_110\%\)\] {
    mask-image: radial-gradient(ellipse 80% 50% at 50% 0%,#000 70%,transparent 110%);
  }
  .bg-\[size\:3rem_3rem\] {
    background-size: 3rem 3rem;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .before\:aspect-square {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
  }
  .before\:size-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
      height: 100%;
    }
  }
  .before\:rounded-3xl {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-3xl);
    }
  }
  .before\:\[background-image\:--background-radial-gradient\] {
    &::before {
      content: var(--tw-content);
      background-image: --background-radial-gradient;
    }
  }
  .before\:\[background-size\:300\%_300\%\] {
    &::before {
      content: var(--tw-content);
      background-size: 300% 300%;
    }
  }
  .before\:\!\[mask-composite\:exclude\] {
    &::before {
      content: var(--tw-content);
      mask-composite: exclude !important;
    }
  }
  .before\:p-\[--border-width\] {
    &::before {
      content: var(--tw-content);
      padding: --border-width;
    }
  }
  .before\:will-change-\[background-position\] {
    &::before {
      content: var(--tw-content);
      will-change: background-position;
    }
  }
  .before\:content-\[\"\"\] {
    &::before {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .before\:\!\[-webkit-mask-composite\:xor\] {
    &::before {
      content: var(--tw-content);
      -webkit-mask-composite: xor !important;
    }
  }
  .before\:\[mask\:--mask-linear-gradient\] {
    &::before {
      content: var(--tw-content);
      mask: --mask-linear-gradient;
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:from-purple-700 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-purple-700);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-indigo-700 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: var(--color-indigo-700);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .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-purple-500 {
    &:focus {
      --tw-ring-color: var(--color-purple-500);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .motion-safe\:before\:animate-\[shine-pulse_var\(--shine-pulse-duration\)_infinite_linear\] {
    @media (prefers-reduced-motion: no-preference) {
      &::before {
        content: var(--tw-content);
        animation: shine-pulse var(--shine-pulse-duration) infinite linear;
      }
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:mt-40 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-8xl {
    @media (width >= 48rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .dark\:bg-black {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-black);
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
:root {
  --ink: #0c0c0c;
  --deep: #050505;
  --slate: #646363;
  --taupe: #646363;
  --cream: #dfdfdf;
  --black: #0c0c0c;
  --graphite: #161616;
  --glass: rgba(223, 223, 223, 0.08);
  --glass-strong: rgba(223, 223, 223, 0.16);
  --paper: #dfdfdf;
  --white: #f5f5f5;
  --muted: rgba(223, 223, 223, 0.72);
  --muted-dark: rgba(12, 12, 12, 0.68);
  --line: rgba(223, 223, 223, 0.24);
  --cyan: #dfdfdf;
  --aqua: #c4c4c4;
  --coral: #dfdfdf;
  --violet: #646363;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  --font-display: "Poppins", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-brand: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #050505 0%, #0c0c0c 44%, #646363 100%);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}
body.is-loading {
  overflow: hidden;
}
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 26px;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, rgba(191, 163, 122, 0.22), transparent 26%), radial-gradient(circle at 72% 70%, rgba(72, 33, 61, 0.38), transparent 30%), linear-gradient(145deg, #f6f1ea 0%, #171117 48%, #09070a 100%);
  color: #6f6570;
}
.site-preloader p {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  color: rgba(255, 250, 244, 0.72);
  font-family: var(--font-display);
  font-size: clamp(12px, 1.3vw, 15px);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0;
  animation: loader-word-in 760ms ease 240ms forwards;
}
.loader-emblem {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(184px, 22vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(191, 163, 122, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255, 250, 244, 0.11), transparent 38%), linear-gradient(145deg, rgba(255, 250, 244, 0.08), rgba(19, 14, 19, 0.4));
  box-shadow: inset 0 0 52px rgba(191, 163, 122, 0.12), 0 0 70px rgba(191, 163, 122, 0.2), 0 44px 120px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: scale(0.94);
  animation: loader-emblem-in 900ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards;
}
.loader-emblem::before, .loader-emblem::after, .loader-emblem span {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(191, 163, 122, 0.24);
  border-radius: inherit;
}
.loader-emblem::before {
  animation: loader-orbit 5.5s linear infinite;
}
.loader-emblem::after {
  inset: 16px;
  border-color: rgba(255, 250, 244, 0.12);
  animation: loader-orbit 7.5s linear infinite reverse;
}
.loader-emblem span {
  inset: -8px;
  border-top-color: rgba(255, 250, 244, 0.78);
  border-right-color: transparent;
  border-bottom-color: rgba(191, 163, 122, 0.18);
  border-left-color: transparent;
}
.loader-emblem img {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 280px;
  filter: drop-shadow(0 0 18px rgba(255, 250, 244, 0.2));
}
.loader-progress {
  position: relative;
  z-index: 2;
  width: min(280px, 54vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 250, 244, 0.12);
}
.loader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #bfa37a, #6f6570);
  transform: translateX(-100%);
  animation: loader-progress 1.65s cubic-bezier(0.65, 0, 0.35, 1) 180ms forwards;
}
.site-preloader.is-exiting {
  animation: loader-fade-out 760ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.site-preloader.is-exiting .loader-emblem, .site-preloader.is-exiting p, .site-preloader.is-exiting .loader-progress {
  animation: loader-word-out 420ms ease forwards;
}
.site-preloader.is-hidden {
  display: none;
}
@keyframes loader-word-in {
  to {
    opacity: 1;
  }
}
@keyframes loader-emblem-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes loader-word-out {
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}
@keyframes loader-fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader-orbit {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-progress {
  to {
    transform: translateX(0);
  }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background: linear-gradient(118deg, transparent 0 18%, rgba(223, 223, 223, 0.14) 28%, transparent 43%), linear-gradient(42deg, transparent 0 35%, rgba(100, 99, 99, 0.28) 48%, transparent 66%), linear-gradient(160deg, rgba(223, 223, 223, 0.08), transparent 32% 100%);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  html, body, a, button, input, select, textarea, label {
    cursor: none;
  }
}
.liquid-background {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}
.site-trail-canvas {
  position: fixed;
  inset: 0;
  z-index: 18;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.45;
  mix-blend-mode: multiply;
}
.bolden-cursor, .bolden-cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.bolden-cursor {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(12, 12, 12, 0.18), 0 0 28px rgba(223, 223, 223, 0.22);
  mix-blend-mode: normal;
  transition: opacity 160ms ease, width 180ms ease, height 180ms ease, background 180ms ease;
}
.cursor-dot, .cursor-text {
  position: absolute;
  display: block;
}
.cursor-dot {
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: var(--black);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 160ms ease;
}
.cursor-text {
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 160ms ease;
}
.bolden-cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(223, 223, 223, 0.44);
  border-radius: 50%;
  background: rgba(223, 223, 223, 0.02);
  mix-blend-mode: normal;
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease, border-color 180ms ease;
}
.cursor-ready .bolden-cursor, .cursor-ready .bolden-cursor-ring {
  opacity: 1;
}
.cursor-hover .bolden-cursor {
  width: 18px;
  height: 18px;
  background: #6f4f3d;
  mix-blend-mode: normal;
}
.cursor-hover .bolden-cursor-ring {
  width: 38px;
  height: 38px;
  border-color: rgba(111, 79, 61, 0.42);
}
.cursor-hover .cursor-text {
  opacity: 0;
}
.cursor-hover .cursor-dot {
  opacity: 1;
}
.cursor-down .bolden-cursor {
  background: #312d33;
}
@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .bolden-cursor, .bolden-cursor-ring, .site-trail-canvas {
    display: none;
  }
}
.liquid-background span {
  position: absolute;
  display: block;
  width: 72vw;
  height: 26vw;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 48% 52% 46% 54% / 58% 42% 56% 44%;
  background: linear-gradient(110deg, rgba(223, 223, 223, 0.12), rgba(223, 223, 223, 0.02)), linear-gradient(80deg, rgba(100, 99, 99, 0.28), rgba(12, 12, 12, 0.18));
  filter: blur(0.2px);
  opacity: 0.6;
  transform: rotate(-11deg);
}
.liquid-background span:nth-child(1) {
  top: 14vh;
  right: -28vw;
}
.liquid-background span:nth-child(2) {
  width: 58vw;
  height: 22vw;
  left: -26vw;
  top: 46vh;
  transform: rotate(17deg);
}
.liquid-background span:nth-child(3) {
  width: 82vw;
  height: 24vw;
  right: -20vw;
  bottom: -4vw;
  transform: rotate(8deg);
}
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(223, 223, 223, 0.12), rgba(12, 12, 12, 0.42));
  color: var(--white);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px) saturate(150%);
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}
.site-header::after, .work-card::after, .proof-panel::after, .contact-form::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(223, 223, 223, 0.22), transparent 24% 78%, rgba(100, 99, 99, 0.26));
  mix-blend-mode: screen;
  opacity: 0.7;
}
.site-header.is-scrolled {
  background: linear-gradient(120deg, rgba(12, 12, 12, 0.9), rgba(223, 223, 223, 0.08));
  border-color: rgba(255, 255, 255, 0.24);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-brand);
  font-weight: 800;
  letter-spacing: 0;
}
.brand-logo {
  display: block;
  width: clamp(240px, 19vw, 330px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(191, 163, 122, 0.36));
}
.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.96), rgba(100, 99, 99, 0.54));
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.site-nav {
  display: flex;
  gap: 22px;
  color: rgba(245, 245, 245, 0.78);
  font-size: 14px;
  font-weight: 600;
}
.site-nav a, .text-link, .site-footer a {
  transition: color 160ms ease;
}
.site-nav a:hover, .text-link:hover, .site-footer a:hover {
  color: var(--cyan);
}
.header-cta {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(223, 223, 223, 0.96), rgba(100, 99, 99, 0.54));
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}
.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}
.hero-media, .hero-media img, .hero-shade, .liquid-waves {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.65) contrast(1.08) brightness(0.72) blur(1px);
}
.hero-shade {
  background: radial-gradient(circle at 14% 0%, rgba(245, 245, 245, 0.78), transparent 18%), radial-gradient(circle at 86% 2%, rgba(0, 190, 210, 0.46), transparent 24%), radial-gradient(circle at 56% 0%, rgba(196, 38, 140, 0.5), transparent 28%), radial-gradient(circle at 78% 84%, rgba(255, 126, 70, 0.32), transparent 26%), radial-gradient(circle at 18% 82%, rgba(0, 160, 190, 0.34), transparent 25%), linear-gradient(180deg, rgba(12, 12, 12, 0.18) 0%, rgba(12, 12, 12, 0.86) 47%, #070709 100%);
}
.liquid-waves {
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: 0.88;
}
.liquid-waves span {
  position: absolute;
  left: -8vw;
  right: -8vw;
  height: 18vh;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50% 48% 52% 50% / 72% 28% 70% 30%;
  background: linear-gradient(90deg, transparent, rgba(223, 223, 223, 0.18), rgba(100, 99, 99, 0.28), transparent);
  transform: rotate(-8deg);
  filter: blur(0.2px);
}
.liquid-waves span:nth-child(1) {
  top: 18vh;
}
.liquid-waves span:nth-child(2) {
  top: 40vh;
  transform: rotate(7deg);
}
.liquid-waves span:nth-child(3) {
  top: 67vh;
  transform: rotate(-4deg);
}
.abstract-orbit {
  --scroll-progress: 0;
  --reveal-progress: 0;
  position: absolute;
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: calc(0.25 + (var(--reveal-progress) * 0.55));
  transform: translate3d(0, calc((1 - var(--reveal-progress)) * 24px), 0) rotate(calc(var(--scroll-progress) * 26deg));
  transition: opacity 600ms ease, transform 600ms ease;
}
.abstract-orbit span {
  position: absolute;
  display: block;
}
.orbit-ring {
  inset: 8%;
  border: 1px solid rgba(223, 223, 223, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle at 28% 22%, rgba(223, 223, 223, 0.18), transparent 14%), conic-gradient(from 120deg, transparent, rgba(223, 223, 223, 0.42), transparent 28%, rgba(100, 99, 99, 0.38), transparent 62%);
  -webkit-mask: radial-gradient(circle, transparent 58%, #000 59% 62%, transparent 63%);
  mask: radial-gradient(circle, transparent 58%, #000 59% 62%, transparent 63%);
  filter: drop-shadow(0 0 22px rgba(223, 223, 223, 0.08));
}
.ring-two {
  inset: 19%;
  transform: rotate(calc(-36deg - (var(--scroll-progress) * 48deg)));
  opacity: 0.72;
}
.ring-three {
  inset: 31%;
  transform: rotate(calc(22deg + (var(--scroll-progress) * 72deg)));
  opacity: 0.5;
}
.orbit-plate {
  width: 46%;
  height: 16%;
  border: 1px solid rgba(223, 223, 223, 0.2);
  border-radius: 999px;
  background: linear-gradient(115deg, rgba(223, 223, 223, 0.22), rgba(12, 12, 12, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(130%);
}
.plate-one {
  top: 25%;
  right: 3%;
  transform: rotate(calc(-18deg + (var(--scroll-progress) * 32deg)));
}
.plate-two {
  left: 5%;
  bottom: 20%;
  width: 34%;
  transform: rotate(calc(28deg - (var(--scroll-progress) * 26deg)));
  opacity: 0.8;
}
.section-orbit {
  top: 34px;
  right: -28px;
  z-index: -1;
}
.panel-orbit {
  right: -90px;
  top: -110px;
  width: clamp(240px, 28vw, 430px);
  z-index: 0;
}
.work, .proof {
  position: relative;
  overflow: clip;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 154px 0 154px;
  text-align: center;
}
.hero-content::before {
  display: none;
}
.hero-content > * {
  position: relative;
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--aqua);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  text-shadow: 0 28px 70px rgba(0, 0, 0, 0.68);
  font-size: clamp(72px, 11vw, 154px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  margin-inline: auto;
}
.hero-copy {
  max-width: 680px;
  margin: 28px 0 0;
  margin-inline: auto;
  color: rgba(245, 245, 245, 0.78);
  font-size: clamp(18px, 2vw, 22px);
}
.hero-actions, .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 14px 42px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: linear-gradient(135deg, rgba(223, 223, 223, 0.98), rgba(100, 99, 99, 0.76));
  color: var(--ink);
}
.button.ghost {
  background: rgba(12, 12, 12, 0.28);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.hero-proof {
  gap: 10px;
  color: rgba(245, 245, 245, 0.76);
}
.hero-proof span {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  font-size: 13px;
}
.hero-proof strong {
  color: var(--white);
}
.logo-strip {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(2px, 0.35vw, 7px);
  overflow: visible;
  width: min(1440px, calc(100% - 44px));
  margin: 0 auto;
  padding: 16px 26px 14px;
  border: 1px solid rgba(191, 163, 122, 0.2);
  border-radius: 16px;
  background: linear-gradient(90deg, transparent, rgba(235, 228, 220, 0.34) 18%, rgba(246, 241, 234, 0.52) 50%, rgba(235, 228, 220, 0.34) 82%, transparent), radial-gradient(circle at 50% 0%, rgba(191, 163, 122, 0.14), transparent 68%);
  color: rgba(255, 250, 244, 0.76);
  box-shadow: 0 0 28px rgba(191, 163, 122, 0.12), inset 0 1px 0 rgba(255, 250, 244, 0.1);
  backdrop-filter: blur(14px) saturate(130%);
  font-size: clamp(8px, 0.8vw, 13px);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.logo-strip::before, .logo-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.logo-strip::before {
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 163, 122, 0.26), transparent);
  box-shadow: 0 0 16px rgba(191, 163, 122, 0.14);
}
.logo-strip::after {
  inset: -18px 0 -10px;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 20%, rgba(191, 163, 122, 0.16), transparent 62%);
}
.logo-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-right: clamp(7px, 0.72vw, 14px);
  border-right: 1px solid rgba(191, 163, 122, 0.24);
  line-height: 1.25;
  text-align: left;
  text-shadow: 0 0 16px rgba(191, 163, 122, 0.24);
}
.logo-strip span:last-child {
  padding-right: 0;
  border-right: 0;
}
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}
.intro-grid, .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 48px;
  align-items: end;
}
.intro {
  position: relative;
  text-align: center;
}
.intro-centered {
  display: grid;
  justify-items: center;
  text-align: center;
}
.section-spark {
  margin: 0 auto 58px;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
}
.section-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 26px;
  padding: 9px 14px;
  border: 1px solid rgba(223, 223, 223, 0.2);
  border-radius: 999px;
  background: rgba(223, 223, 223, 0.08);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(16px);
}
.intro-centered h2 {
  max-width: 920px;
  margin: 0 auto;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}
.intro-centered p {
  max-width: 720px;
  margin: 44px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  text-align: center;
}
.intro h2, .section-heading h2, .proof-panel h2, .contact h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  text-wrap: balance;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}
.intro p, .contact-copy p, .service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.intro .intro-centered p {
  margin-top: 56px;
}
.intro-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(980px, 100%);
  margin-top: 38px;
}
.intro-story article {
  padding: 22px;
  border: 1px solid rgba(151, 116, 88, 0.22);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.78), rgba(236, 224, 214, 0.5)), radial-gradient(circle at 50% 0%, rgba(195, 169, 135, 0.14), transparent 46%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 18px 48px rgba(71, 58, 48, 0.1);
  text-align: left;
}
.intro-story span {
  color: #86634d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.intro-story h3 {
  margin: 16px 0 10px;
  color: #312d33;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.08;
}
.intro-story p {
  margin: 0;
  color: rgba(49, 45, 51, 0.68);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}
.intro::before {
  content: "";
  position: absolute;
  inset: -32px calc(50% - 50vw) -42px;
  z-index: -1;
  background: radial-gradient(circle at 12% 88%, rgba(0, 150, 190, 0.3), transparent 28%), radial-gradient(circle at 50% 100%, rgba(178, 20, 140, 0.22), transparent 30%), radial-gradient(circle at 86% 92%, rgba(255, 128, 82, 0.28), transparent 26%), linear-gradient(180deg, #070709, #090910 70%, #070709);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 150px;
}
.benefit-grid article {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(223, 223, 223, 0.14);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(223, 223, 223, 0.12), rgba(12, 12, 12, 0.28)), radial-gradient(circle at 50% 100%, rgba(255, 124, 82, 0.18), transparent 42%);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 22px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(140%);
}
.benefit-grid h3 {
  margin: 0;
  max-width: 280px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.benefit-grid p {
  margin: 22px 0 0;
  max-width: 270px;
  color: rgba(223, 223, 223, 0.62);
}
.benefit-grid article > span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: rgba(223, 223, 223, 0.18);
  font-size: 34px;
  font-weight: 800;
}
.crystal {
  position: absolute;
  display: block;
  width: 92px;
  height: 122px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), transparent 28%), linear-gradient(45deg, rgba(12, 12, 12, 0.74), rgba(223, 223, 223, 0.56), rgba(12, 12, 12, 0.8));
  clip-path: polygon(50% 0, 95% 25%, 78% 100%, 18% 88%, 0 28%);
  opacity: 0.78;
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.5));
}
.crystal-one {
  left: -8px;
  bottom: -22px;
  transform: rotate(-12deg);
}
.crystal-two {
  right: 38px;
  bottom: -48px;
  width: 120px;
  height: 100px;
  clip-path: polygon(50% 0, 100% 42%, 72% 100%, 22% 92%, 0 38%);
  transform: rotate(8deg);
}
.crystal-three {
  right: -18px;
  bottom: 10px;
  width: 120px;
  height: 92px;
  clip-path: polygon(12% 20%, 70% 0, 100% 70%, 40% 100%);
  transform: rotate(14deg);
}
.section-heading {
  margin-bottom: 34px;
}
.section-heading > p {
  margin: 0;
  align-self: end;
  color: var(--muted);
  font-size: 17px;
}
.text-link {
  justify-self: end;
  color: var(--muted);
  font-weight: 700;
}
.capability-panel {
  position: relative;
}
.capability-panel .section-heading {
  display: block;
  max-width: 980px;
}
.capability-panel .section-heading div > p {
  max-width: 640px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.capability-grid article, .insight-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.08), rgba(12, 12, 12, 0.28)), radial-gradient(circle at 80% 0%, rgba(223, 223, 223, 0.12), transparent 32%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 58px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px) saturate(135%);
}
.capability-grid article::after, .insight-grid article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 223, 223, 0.6), transparent);
  opacity: 0.6;
}
.capability-grid span, .insight-grid span {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 800;
}
.capability-grid h3, .insight-grid h3 {
  margin: 64px 0 12px;
  max-width: 360px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.05;
}
.capability-grid p {
  margin: 0;
  color: var(--muted);
}
.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}
.work-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.09), rgba(12, 12, 12, 0.3));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(20px) saturate(145%);
}
.work-card.large {
  grid-row: span 2;
}
.work-card.dark {
  background: linear-gradient(145deg, rgba(12, 12, 12, 0.82), rgba(223, 223, 223, 0.06));
  color: var(--white);
}
.work-visual {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.work-card.large .work-visual {
  min-height: 560px;
}
.identity-system {
  background: linear-gradient(130deg, rgba(223, 223, 223, 0.34), transparent 36%), linear-gradient(35deg, rgba(100, 99, 99, 0.72), transparent 55%), linear-gradient(180deg, rgba(223, 223, 223, 0.1), rgba(12, 12, 12, 0.56));
}
.identity-system span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.12));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
}
.identity-system span:nth-child(1) {
  width: 46%;
  height: 58%;
  left: 9%;
  top: 14%;
}
.identity-system span:nth-child(2) {
  width: 28%;
  height: 34%;
  right: 11%;
  top: 22%;
  background: linear-gradient(140deg, rgba(12, 12, 12, 0.9), rgba(100, 99, 99, 0.34));
}
.identity-system span:nth-child(3) {
  width: 38%;
  height: 16%;
  right: 12%;
  bottom: 18%;
  background: linear-gradient(120deg, rgba(223, 223, 223, 0.62), rgba(100, 99, 99, 0.34));
}
.web-system {
  background: linear-gradient(115deg, rgba(223, 223, 223, 0.24), transparent 36%), linear-gradient(155deg, rgba(100, 99, 99, 0.56), rgba(12, 12, 12, 0.44));
}
.web-system span, .campaign-system span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 20px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}
.web-system span:nth-child(1) {
  inset: 38px 30px 76px;
  background: rgba(12, 12, 12, 0.8);
}
.web-system span:nth-child(2) {
  width: 42%;
  height: 22%;
  left: 52px;
  top: 70px;
  background: rgba(223, 223, 223, 0.62);
}
.web-system span:nth-child(3) {
  width: 72%;
  height: 18px;
  left: 52px;
  bottom: 104px;
  background: rgba(223, 223, 223, 0.76);
}
.campaign-system {
  background: linear-gradient(135deg, rgba(223, 223, 223, 0.2), transparent 40%), linear-gradient(28deg, rgba(100, 99, 99, 0.54), transparent 46%), #050608;
}
.campaign-system span {
  width: 28%;
  height: 62%;
  top: 18%;
  background: linear-gradient(150deg, rgba(245, 245, 245, 0.78), rgba(245, 245, 245, 0.18));
}
.campaign-system span:nth-child(1) {
  left: 12%;
  transform: rotate(-8deg);
}
.campaign-system span:nth-child(2) {
  left: 37%;
  transform: rotate(4deg);
}
.campaign-system span:nth-child(3) {
  right: 12%;
  transform: rotate(9deg);
}
.work-info {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.work-info p {
  margin: 0 0 10px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.dark .work-info p {
  color: var(--aqua);
}
.work-info h3 {
  margin: 0;
  max-width: 620px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}
.industries {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.industries-track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.industries-track span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(223, 223, 223, 0.18);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.32);
  color: rgba(245, 245, 245, 0.8);
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.service-list article, .timeline article {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.08), rgba(12, 12, 12, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 58px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(145%);
}
.service-list article::before, .timeline article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
}
.service-list span {
  color: var(--aqua);
  font-weight: 700;
}
.service-list h3 {
  margin: 56px 0 12px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.05;
}
.proof-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.09), rgba(12, 12, 12, 0.3)), linear-gradient(110deg, rgba(100, 99, 99, 0.34), transparent 54%);
  box-shadow: var(--shadow);
  color: var(--white);
  backdrop-filter: blur(20px) saturate(145%);
}
.proof-panel > *:not(.abstract-orbit) {
  position: relative;
  z-index: 1;
}
.proof-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.proof-stats div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(12, 12, 12, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.proof-stats strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 26px;
}
.proof-stats span {
  color: var(--muted);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.timeline article {
  min-height: 260px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  padding: 42px 22px 22px;
}
.timeline span {
  display: block;
  margin-top: 0;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.timeline h3 {
  margin: 24px 0 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
}
.process-title span {
  display: block;
  white-space: nowrap;
}
.testimonials-section {
  position: relative;
  overflow: hidden;
}
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 8% calc(50% - 50vw);
  z-index: -1;
  background: radial-gradient(circle at 20% 25%, rgba(191, 163, 122, 0.24), transparent 26%), radial-gradient(circle at 80% 70%, rgba(255, 250, 244, 0.16), transparent 28%);
}
.testimonials-heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-shadow: 0 0 22px rgba(191, 163, 122, 0.28);
}
.testimonials-heading h2 span {
  display: block;
  white-space: nowrap;
}
.testimonials-heading h2 span + span {
  padding-top: 0.12em;
}
.testimonials-heading > p:last-child {
  max-width: 520px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 17px;
}
.testimonials-marquee {
  display: flex;
  justify-content: center;
  gap: 18px;
  max-height: 740px;
  margin-top: 48px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 78%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 78%, transparent);
}
.testimonial-column {
  width: min(100%, 340px);
  overflow: hidden;
}
.testimonial-stack {
  display: grid;
  gap: 18px;
  padding-bottom: 18px;
  animation: testimonial-scroll 18s linear infinite;
}
.testimonial-column:hover .testimonial-stack {
  animation-play-state: paused;
}
.testimonial-speed-slow .testimonial-stack {
  animation-duration: 19s;
}
.testimonial-speed-medium .testimonial-stack {
  animation-duration: 23s;
}
.testimonial-speed-fast .testimonial-stack {
  animation-duration: 21s;
}
.testimonial-stack article {
  position: relative;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(191, 163, 122, 0.34);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.11), rgba(235, 228, 220, 0.72)), radial-gradient(circle at 100% 0%, rgba(191, 163, 122, 0.22), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.18), 0 0 22px rgba(191, 163, 122, 0.24), 0 22px 70px rgba(246, 241, 234, 0.28);
  backdrop-filter: blur(18px) saturate(145%);
}
.testimonial-stack article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.28), transparent 20% 78%, rgba(191, 163, 122, 0.42));
  opacity: 0.34;
  pointer-events: none;
}
.testimonial-stack article > * {
  position: relative;
  z-index: 1;
}
.testimonial-stack p {
  margin: 0;
  color: rgba(255, 250, 244, 0.88);
  font-size: 16px;
  line-height: 1.55;
}
.testimonial-stack div {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.testimonial-stack span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(191, 163, 122, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #6f6570, #b8926a 42%, #ebe4dc 100%);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(191, 163, 122, 0.5);
}
.testimonial-stack strong, .testimonial-stack small {
  display: block;
}
.testimonial-stack strong {
  color: var(--white);
  font-weight: 800;
  line-height: 1.1;
}
.testimonial-stack small {
  color: rgba(255, 250, 255, 0.58);
  font-size: 13px;
}
@keyframes testimonial-scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.insight-grid article {
  min-height: 280px;
}
.insight-grid h3 {
  margin-top: 76px;
  font-size: clamp(24px, 3vw, 38px);
}
.contact {
  display: grid;
  grid-template-columns: 0.92fr 0.68fr;
  gap: 40px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 72px 0;
}
.contact-copy {
  align-self: center;
}
.contact-copy p:last-child {
  max-width: 560px;
  margin-top: 22px;
}
.contact-form {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.09), rgba(12, 12, 12, 0.34));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(22px) saturate(145%);
}
label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}
label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.3);
  color: var(--white);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
input::placeholder, textarea::placeholder {
  color: rgba(245, 245, 245, 0.5);
}
select option {
  color: var(--ink);
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(223, 223, 223, 0.74);
}
textarea {
  resize: vertical;
}
.contact-form .button, .form-note {
  position: relative;
  z-index: 1;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px max(16px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 12, 12, 0.9);
  color: var(--white);
  backdrop-filter: blur(18px);
}
.site-footer p {
  margin: 0;
  color: var(--muted);
}
.site-footer a:last-child {
  font-weight: 700;
}
.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(223, 223, 223, 0.38);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(223, 223, 223, 0.18), rgba(12, 12, 12, 0.74));
  color: var(--cream);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(223, 223, 223, 0.28);
  backdrop-filter: blur(18px) saturate(140%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}
.scroll-top span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.scroll-top:hover, .scroll-top:focus-visible {
  border-color: rgba(223, 223, 223, 0.74);
  transform: translateY(8px);
  outline: none;
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-nav, .header-cta {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .site-header.is-open .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 8px;
    border-radius: 16px;
    background: rgba(12, 12, 12, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(20px);
  }
  .site-header.is-open .site-nav a {
    padding: 14px 12px;
  }
  .intro-grid, .section-heading, .proof-panel, .contact, .site-footer {
    grid-template-columns: 1fr;
  }
  .text-link {
    justify-self: start;
  }
  .work-grid, .service-list, .timeline, .capability-grid, .insight-grid, .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-grid {
    margin-top: 90px;
  }
  .work-card, .work-card.large {
    min-height: 0;
  }
  .work-card.large .work-visual, .work-visual {
    min-height: 320px;
  }
  .service-list article {
    min-height: 220px;
  }
  .capability-grid article, .insight-grid article {
    min-height: 220px;
  }
  .testimonial-column:nth-child(3) {
    display: none;
  }
}
@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .brand-logo {
    width: clamp(168px, 44vw, 240px);
    max-height: 44px;
  }
  .hero {
    min-height: 96vh;
  }
  .hero-content {
    width: calc(100% - 24px);
    padding: 130px 0 210px;
  }
  .hero-content::before {
    inset: 116px -8px 14px -8px;
    width: auto;
    border-radius: 22px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .section-orbit, .panel-orbit {
    right: -110px;
    width: 300px;
  }
  .button {
    width: 100%;
  }
  .section {
    width: calc(100% - 24px);
    padding: 68px 0;
  }
  .work-grid, .service-list, .timeline, .capability-grid, .insight-grid, .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    margin-top: 70px;
  }
  .benefit-grid article {
    min-height: 310px;
  }
  .intro::before {
    inset: 42px -8px 30px;
  }
  .proof-panel, .contact-form {
    padding: 20px;
  }
  .proof-stats div {
    grid-template-columns: 1fr;
  }
  .testimonial {
    grid-template-columns: 1fr;
  }
  .testimonial p {
    grid-column: 1;
  }
  .scroll-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
  .testimonials-marquee {
    max-height: 680px;
  }
  .testimonial-column:nth-child(2), .testimonial-column:nth-child(3) {
    display: none;
  }
  .testimonial-stack article {
    min-height: 220px;
    padding: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-stack {
    animation: none;
  }
}
:root {
  --ink: #f9f5ef;
  --deep: #f6f1ea;
  --black: #f6f1ea;
  --graphite: #ebe4dc;
  --slate: #cfc4bb;
  --taupe: #b8926a;
  --cream: #6f6570;
  --glass: rgba(246, 232, 197, 0.08);
  --glass-strong: rgba(246, 232, 197, 0.16);
  --paper: #bfa37a;
  --white: #2f2a31;
  --muted: rgba(255, 250, 244, 0.72);
  --muted-dark: rgba(7, 6, 8, 0.72);
  --line: rgba(191, 163, 122, 0.34);
  --cyan: #b98d45;
  --aqua: #bfa37a;
  --coral: #6f6570;
  --violet: #8d8192;
  --glow: 0 0 24px rgba(191, 163, 122, 0.48), 0 0 62px rgba(141, 129, 146, 0.28);
  --chrome: linear-gradient(180deg, #2f2a31 0%, #bfa37a 52%, #b8926a 100%);
}
body {
  background: radial-gradient(circle at 62% -8%, rgba(191, 163, 122, 0.2), transparent 26%), radial-gradient(circle at 8% 70%, rgba(141, 129, 146, 0.34), transparent 28%), linear-gradient(180deg, #f6f1ea 0%, #ebe4dc 48%, #f9f5ef 100%);
}
body::before {
  background: radial-gradient(circle at 15% 6%, rgba(255, 250, 244, 0.12), transparent 16%), radial-gradient(circle at 86% 20%, rgba(191, 163, 122, 0.18), transparent 22%), linear-gradient(130deg, transparent 8%, rgba(141, 129, 146, 0.22) 38%, transparent 56%);
}
.liquid-background span {
  border-color: rgba(191, 163, 122, 0.2);
  background: linear-gradient(110deg, rgba(191, 163, 122, 0.16), rgba(246, 241, 234, 0.02)), linear-gradient(80deg, rgba(141, 129, 146, 0.18), rgba(246, 241, 234, 0.14));
  box-shadow: var(--glow);
}
.site-header {
  border-color: rgba(191, 163, 122, 0.36);
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(255, 250, 244, 0.09), rgba(235, 228, 220, 0.84)), linear-gradient(180deg, rgba(255, 250, 244, 0.08), transparent);
  box-shadow: 0 0 0 1px rgba(255, 250, 244, 0.08), 0 18px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 250, 244, 0.28);
}
.site-header::after, .work-card::after, .proof-panel::after, .contact-form::after {
  background: linear-gradient(140deg, rgba(255, 250, 244, 0.24), transparent 24% 72%, rgba(191, 163, 122, 0.22));
}
.site-header.is-scrolled {
  background: linear-gradient(120deg, rgba(246, 241, 234, 0.94), rgba(221, 212, 202, 0.74));
}
.site-nav {
  position: relative;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(191, 163, 122, 0.18);
  border-radius: 999px;
  background: rgba(246, 241, 234, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.1), 0 14px 40px rgba(0, 0, 0, 0.24);
  color: rgba(255, 250, 244, 0.78);
  backdrop-filter: blur(18px) saturate(130%);
}
.site-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 9px 15px;
  border-radius: 999px;
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.site-nav a::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.12), rgba(191, 163, 122, 0.2));
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 160ms ease, transform 160ms ease;
}
.site-nav a:hover, .site-nav a:focus-visible {
  color: #2f2a31;
  text-shadow: 0 0 14px rgba(191, 163, 122, 0.32);
}
.site-nav a:hover::before, .site-nav a:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}
.header-cta {
  border-radius: 999px;
  padding: 12px 18px;
}
@media (max-width: 900px) {
  .site-nav, .header-cta {
    display: none;
  }
  .site-header.is-open .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(246, 241, 234, 0.94);
    border: 1px solid rgba(191, 163, 122, 0.24);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 250, 244, 0.1);
  }
  .site-header.is-open .site-nav a {
    min-height: 44px;
    justify-content: center;
    padding: 12px 14px;
  }
}
.brand-mark, .header-cta, .button.primary {
  background: linear-gradient(135deg, #2f2a31, #bfa37a 52%, #b8926a);
  color: #f9f5ef;
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.86), 0 0 26px rgba(191, 163, 122, 0.34);
}
.nav-toggle {
  border-color: rgba(191, 163, 122, 0.48);
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.92), rgba(191, 163, 122, 0.58));
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.7), 0 0 20px rgba(191, 163, 122, 0.24);
}
.brand span:last-child {
  letter-spacing: 0.06em;
}
.site-nav a:hover, .text-link:hover, .site-footer a:hover {
  color: var(--aqua);
  text-shadow: 0 0 14px rgba(191, 163, 122, 0.5);
}
.hero {
  min-height: 100vh;
  align-items: center;
}
.hero-media img {
  opacity: 0.07;
  filter: saturate(0.85) contrast(1.15) brightness(0.46) blur(2px);
}
.hero-shade {
  background: radial-gradient(circle at 83% 18%, rgba(191, 163, 122, 0.2), transparent 22%), radial-gradient(circle at 18% 70%, rgba(141, 129, 146, 0.42), transparent 28%), radial-gradient(circle at 72% 84%, rgba(255, 250, 244, 0.12), transparent 26%), linear-gradient(180deg, rgba(246, 241, 234, 0.22) 0%, rgba(246, 241, 234, 0.9) 62%, #f6f1ea 100%);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hero::before {
  left: -12vw;
  right: -12vw;
  bottom: 10vh;
  height: 40vh;
  border: 2px solid rgba(191, 163, 122, 0.32);
  border-radius: 50%;
  filter: blur(1px) drop-shadow(0 0 22px rgba(191, 163, 122, 0.42));
  transform: rotate(-10deg);
  opacity: 0.62;
}
.hero::after {
  top: 26px;
  left: 22px;
  right: 22px;
  bottom: 26px;
  border: 1px solid rgba(191, 163, 122, 0.42);
  border-radius: 42px;
  box-shadow: inset 0 0 28px rgba(191, 163, 122, 0.22), 0 0 34px rgba(141, 129, 146, 0.32);
}
.liquid-waves span {
  border-color: rgba(191, 163, 122, 0.28);
  background: linear-gradient(90deg, transparent, rgba(191, 163, 122, 0.54), rgba(255, 250, 244, 0.2), transparent);
  filter: blur(2px) drop-shadow(0 0 18px rgba(191, 163, 122, 0.48));
}
.hero-content {
  text-align: left;
  padding: 140px 0 160px;
}
.hero-brand {
  width: fit-content;
  margin: 0 auto 86px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 82px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.22);
}
.hero-brand span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.28em;
  letter-spacing: 0.72em;
  text-indent: 0.72em;
}
.hero h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.hero h1 span, .hero h1 strong {
  display: block;
}
.hero h1 span {
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.55));
}
.hero h1 strong {
  color: var(--violet);
  font-style: normal;
  text-shadow: 0 0 18px rgba(191, 163, 122, 0.42), 0 0 38px rgba(141, 129, 146, 0.42);
}
.hero-copy {
  max-width: 430px;
  margin: 40px 0 0;
  color: rgba(255, 250, 255, 0.9);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.48;
}
.hero-actions {
  justify-content: flex-start;
}
.section-kicker, .eyebrow {
  color: var(--aqua);
}
.logo-strip {
  color: rgba(255, 250, 255, 0.78);
}
.intro::before, .capability-grid article, .service-list article, .timeline article, .benefit-grid article, .insight-grid article, .proof-panel, .contact-form {
  border-color: rgba(191, 163, 122, 0.26);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.08), rgba(235, 228, 220, 0.76)), radial-gradient(circle at 50% 100%, rgba(141, 129, 146, 0.24), transparent 48%);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.18), 0 0 24px rgba(191, 163, 122, 0.14), 0 24px 80px rgba(0, 0, 0, 0.4);
}
.work-card {
  border-color: rgba(191, 163, 122, 0.24);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.07), rgba(235, 228, 220, 0.66));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 250, 244, 0.18);
}
.work-card.dark {
  background: linear-gradient(145deg, rgba(246, 241, 234, 0.92), rgba(141, 129, 146, 0.22));
}
.identity-system {
  background: linear-gradient(130deg, rgba(255, 250, 244, 0.3), transparent 36%), linear-gradient(35deg, rgba(141, 129, 146, 0.72), transparent 55%), linear-gradient(180deg, rgba(191, 163, 122, 0.14), rgba(246, 241, 234, 0.62));
}
.identity-system span {
  border-color: rgba(255, 250, 244, 0.34);
  background: linear-gradient(140deg, rgba(255, 250, 244, 0.68), rgba(191, 163, 122, 0.14));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 250, 244, 0.42);
}
.identity-system span:nth-child(2) {
  background: linear-gradient(140deg, rgba(246, 241, 234, 0.92), rgba(141, 129, 146, 0.42));
}
.identity-system span:nth-child(3) {
  background: linear-gradient(120deg, rgba(191, 163, 122, 0.62), rgba(141, 129, 146, 0.38));
}
.web-system {
  background: linear-gradient(115deg, rgba(191, 163, 122, 0.24), transparent 36%), linear-gradient(155deg, rgba(141, 129, 146, 0.58), rgba(246, 241, 234, 0.52));
}
.web-system span, .campaign-system span {
  border-color: rgba(255, 250, 244, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.34), 0 20px 54px rgba(246, 241, 234, 0.22);
}
.web-system span:nth-child(1) {
  background: rgba(246, 241, 234, 0.84);
}
.web-system span:nth-child(2) {
  background: rgba(141, 129, 146, 0.62);
}
.web-system span:nth-child(3) {
  background: rgba(191, 163, 122, 0.74);
}
.campaign-system {
  background: linear-gradient(135deg, rgba(191, 163, 122, 0.2), transparent 40%), linear-gradient(28deg, rgba(141, 129, 146, 0.54), transparent 46%), #f6f1ea;
}
.campaign-system span {
  background: linear-gradient(150deg, rgba(255, 250, 244, 0.78), rgba(191, 163, 122, 0.2));
}
.industries {
  border-color: rgba(191, 163, 122, 0.18);
}
.proof-stats div {
  border-color: rgba(191, 163, 122, 0.24);
  background: rgba(235, 228, 220, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.18);
}
.intro::before {
  background: radial-gradient(circle at 12% 88%, rgba(141, 129, 146, 0.42), transparent 28%), radial-gradient(circle at 50% 100%, rgba(191, 163, 122, 0.36), transparent 30%), radial-gradient(circle at 86% 92%, rgba(255, 250, 244, 0.22), transparent 26%), linear-gradient(180deg, #f6f1ea, #ebe4dc 70%, #f6f1ea);
}
.section-pill, .industries-track span, .hero-proof span {
  border-color: rgba(191, 163, 122, 0.28);
  background: rgba(235, 228, 220, 0.62);
  box-shadow: 0 0 18px rgba(191, 163, 122, 0.14);
}
.benefit-grid h3, .capability-grid h3, .insight-grid h3, .service-list h3, .work-info h3, .timeline h3, .proof-panel h2, .contact h2, .intro-centered h2, blockquote {
  color: var(--white);
  text-shadow: 0 0 18px rgba(191, 163, 122, 0.14);
}
.benefit-grid article > span, .service-list span, .capability-grid span, .insight-grid span, .timeline span, .work-info p {
  color: var(--aqua);
}
.service-list {
  position: relative;
}
.service-list::before {
  content: "OUR SERVICES";
  grid-column: 1 / -1;
  margin: 8px 0 16px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.62em;
  text-align: center;
  text-indent: 0.62em;
}
.service-list article {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px 18px;
  text-align: center;
  border-radius: 22px;
}
.service-list article::before, .service-list article::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-list article::before {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.35), transparent 18% 82%, rgba(191, 163, 122, 0.48));
  opacity: 0.42;
}
.service-list article::after {
  inset: 10px;
  border: 1px solid rgba(191, 163, 122, 0.26);
  border-radius: 18px;
  box-shadow: inset 0 0 20px rgba(191, 163, 122, 0.22);
}
.service-list h3 {
  margin: 18px 0 0;
  max-width: 190px;
  font-size: 23px;
  line-height: 1.08;
}
.service-list p {
  display: none;
}
.service-list span {
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: rgba(191, 163, 122, 0.24);
  font-size: 26px;
  font-weight: 800;
}
.service-list article > * {
  position: relative;
  z-index: 1;
}
.service-icon {
  position: relative;
  width: 74px;
  height: 58px;
  color: var(--aqua);
  filter: drop-shadow(0 0 12px rgba(191, 163, 122, 0.85));
}
.service-icon::before, .service-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}
.service-branding .service-icon::before {
  inset: 12px;
  transform: rotate(30deg) skewY(-20deg);
}
.service-branding .service-icon::after {
  inset: 22px 18px 10px;
  transform: rotate(-30deg) skewY(20deg);
}
.service-content .service-icon::before {
  left: 10px;
  top: 18px;
  width: 46px;
  height: 28px;
  border-radius: 7px;
}
.service-content .service-icon::after {
  right: 2px;
  top: 22px;
  border-left: 18px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0;
}
.service-website .service-icon::before, .service-uiux .service-icon::before {
  inset: 8px 6px 16px;
  border-radius: 5px;
}
.service-website .service-icon::after {
  left: 20px;
  right: 20px;
  bottom: 6px;
  border-width: 0 0 2px;
}
.service-social .service-icon::before {
  left: 5px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.service-social .service-icon::after {
  right: 6px;
  top: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: -16px 28px 0 -3px transparent, -16px 28px 0 -1px currentColor;
}
.service-uiux .service-icon::after {
  right: 7px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  border-width: 0 2px 2px 0;
  transform: rotate(-35deg);
}
.service-campaign .service-icon::before {
  left: 8px;
  top: 20px;
  width: 38px;
  height: 20px;
  transform: skewX(-18deg);
}
.service-campaign .service-icon::after {
  right: 2px;
  top: 12px;
  width: 16px;
  height: 34px;
  border-radius: 50%;
}
.service-events .service-icon::before {
  left: 20px;
  top: 6px;
  width: 32px;
  height: 44px;
  border-radius: 4px;
}
.service-events .service-icon::after {
  left: 31px;
  top: 18px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.service-workshops .service-icon::before {
  left: 16px;
  top: 22px;
  width: 42px;
  height: 24px;
  border-radius: 50% 50% 6px 6px;
}
.service-workshops .service-icon::after {
  left: 14px;
  top: 7px;
  width: 48px;
  height: 18px;
  transform: skewX(-26deg);
}
.contact {
  position: relative;
  margin-bottom: 34px;
  padding: 76px 34px;
  border: 1px solid rgba(191, 163, 122, 0.32);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.07), rgba(235, 228, 220, 0.76));
  box-shadow: inset 0 0 24px rgba(191, 163, 122, 0.14), 0 0 42px rgba(0, 0, 0, 0.34);
}
.contact-copy h2 {
  text-transform: uppercase;
}
.contact-copy h2::after {
  content: " YOUR BRAND TOGETHER";
  display: block;
  background: linear-gradient(90deg, #b8926a 0%, #bfa37a 48%, #2f2a31 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 14px rgba(191, 163, 122, 0.48), 0 0 34px rgba(139, 95, 48, 0.28), 0 0 70px rgba(255, 250, 244, 0.2);
}
.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--white);
  font-size: 20px;
  letter-spacing: 0.06em;
}
.contact-details a, .contact-address {
  width: fit-content;
}
.contact-form {
  background: rgba(246, 241, 234, 0.72);
}
input, select, textarea {
  border-color: rgba(191, 163, 122, 0.26);
  background: rgba(246, 241, 234, 0.72);
}
input:focus, select:focus, textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(191, 163, 122, 0.14);
}
.site-footer, .scroll-top {
  border-color: rgba(191, 163, 122, 0.28);
  background: rgba(246, 241, 234, 0.9);
}
.bolden-cursor {
  background: var(--aqua);
  box-shadow: 0 0 0 1px rgba(255, 250, 244, 0.24), 0 0 28px rgba(191, 163, 122, 0.6);
}
.bolden-cursor-ring {
  border-color: rgba(191, 163, 122, 0.58);
  box-shadow: 0 0 20px rgba(191, 163, 122, 0.28);
}
.cursor-hover .bolden-cursor {
  background: linear-gradient(135deg, #2f2a31, var(--aqua));
}
@media (max-width: 900px) {
  .hero-content {
    text-align: center;
  }
  .hero h1, .hero-copy {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .hero {
    min-height: 108vh;
  }
  .hero::after {
    inset: 12px;
    border-radius: 28px;
  }
  .hero-content {
    padding-top: 118px;
  }
  .hero-brand {
    margin-bottom: 52px;
    font-size: 42px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .service-list::before {
    letter-spacing: 0.32em;
    text-indent: 0.32em;
  }
  .contact {
    width: calc(100% - 24px);
    padding: 42px 18px;
  }
  .testimonials-heading h2 span {
    white-space: normal;
  }
  .process-title span {
    white-space: normal;
  }
}
.hero-designali {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-designali .logo-strip {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  transform: translateX(-50%);
}
.hero-designali .hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-designali .hero-grid {
  top: 42vh;
  height: 430px;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(191, 163, 122, 0.14) 1px, transparent 1px), linear-gradient(to bottom, rgba(191, 163, 122, 0.1) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: radial-gradient(ellipse 78% 52% at 50% 0%, #000 65%, transparent 112%);
  opacity: 0.32;
}
.hero-designali .hero-media img {
  opacity: 0.04;
}
.hero-designali .hero-shade {
  background: radial-gradient(circle at 50% 0%, rgba(191, 163, 122, 0.22), transparent 27%), radial-gradient(circle at 18% 20%, rgba(255, 250, 244, 0.1), transparent 14%), radial-gradient(circle at 84% 24%, rgba(141, 129, 146, 0.24), transparent 23%), linear-gradient(180deg, rgba(246, 241, 234, 0.18), rgba(246, 241, 234, 0.9) 72%, #f6f1ea);
}
.hero-designali::before {
  display: none;
}
.hero-designali .hero-content {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
  padding: 78px 0 72px;
  text-align: center;
}
.hero-badge {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 16px;
  border: 1px solid rgba(191, 163, 122, 0.24);
  border-radius: 999px;
  background: rgba(235, 228, 220, 0.62);
  color: rgba(255, 250, 244, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.14), 0 0 28px rgba(191, 163, 122, 0.14);
  backdrop-filter: blur(16px);
}
.status-dot {
  display: inline-grid;
  place-items: center;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(191, 163, 122, 0.18);
  vertical-align: -2px;
}
.status-dot::before, .status-dot::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: inherit;
  background: #bfa37a;
}
.status-dot::before {
  animation: status-ping 1.6s ease-out infinite;
}
.hero-frame {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: clamp(24px, 3.4vw, 54px) clamp(24px, 5.6vw, 84px);
  border: 1px solid rgba(191, 163, 122, 0.28);
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.045), rgba(246, 241, 234, 0.58)), radial-gradient(circle at 50% 0%, rgba(191, 163, 122, 0.14), transparent 54%);
  box-shadow: inset 0 0 60px rgba(191, 163, 122, 0.1), 0 0 36px rgba(191, 163, 122, 0.14), 0 34px 90px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
  mask-image: radial-gradient(900px 220px at center, #000 72%, transparent 122%);
}
.hero-frame i {
  position: absolute;
  width: 26px;
  height: 26px;
}
.hero-frame i::before, .hero-frame i::after {
  content: "";
  position: absolute;
  background: #bfa37a;
  box-shadow: 0 0 16px rgba(191, 163, 122, 0.58);
}
.hero-frame i::before {
  left: 11px;
  top: 0;
  width: 4px;
  height: 26px;
}
.hero-frame i::after {
  left: 0;
  top: 11px;
  width: 26px;
  height: 4px;
}
.hero-frame i:nth-child(1) {
  left: -14px;
  top: -14px;
}
.hero-frame i:nth-child(2) {
  right: -14px;
  top: -14px;
}
.hero-frame i:nth-child(3) {
  left: -14px;
  bottom: -14px;
}
.hero-frame i:nth-child(4) {
  right: -14px;
  bottom: -14px;
}
.hero-designali h1 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(38px, 4.15vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: none;
}
.hero-designali h1 span {
  display: block;
  white-space: nowrap;
}
.hero-designali h1 strong {
  display: block;
  color: #bfa37a;
  font-size: 1.22em;
  text-shadow: 0 0 18px rgba(191, 163, 122, 0.42), 0 0 44px rgba(141, 129, 146, 0.4);
}
.hero-subline, .hero-designali .hero-copy {
  position: relative;
  z-index: 3;
  margin: 16px auto 0;
  max-width: 580px;
  color: rgba(255, 250, 244, 0.72);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.65;
}
.hero-designali .hero-copy {
  margin-top: 10px;
  color: rgba(255, 250, 244, 0.88);
}
.hero-designali .hero-copy span {
  color: #bfa37a;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(191, 163, 122, 0.42);
}
.hero-designali .hero-copy span::after {
  content: "|";
  margin-left: 3px;
  color: var(--white);
  animation: cursor-blink 0.75s step-end infinite;
}
.hero-designali .hero-actions {
  position: relative;
  z-index: 3;
  justify-content: center;
  margin-top: 14px;
}
.hero-shine-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #2f2a31;
  color: #f9f5ef;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  user-select: none;
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
  flex-shrink: 0;
  box-shadow: 0 0 28px rgba(191, 163, 122, 0.36);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-shine-button::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: -2;
  background: conic-gradient(from 0deg, transparent, #2f2a31, #bfa37a, #b8926a, transparent 34%);
  animation: shine-spin 4.8s linear infinite;
}
.hero-shine-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, #2f2a31, #bfa37a 52%, #b8926a);
}
.hero-shine-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(191, 163, 122, 0.38);
}
.button.ghost {
  border: 1px solid rgba(191, 163, 122, 0.28);
  background: rgba(255, 250, 244, 0.04);
  color: rgba(255, 250, 244, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.1);
}
.button.ghost:hover {
  color: var(--white);
  border-color: rgba(191, 163, 122, 0.48);
  box-shadow: 0 0 24px rgba(191, 163, 122, 0.18);
}
:root {
  --ink: #312d33;
  --deep: #f8f2eb;
  --black: #312d33;
  --graphite: #eee5dd;
  --slate: #d8cbc1;
  --taupe: #c3a987;
  --cream: #fffaf4;
  --glass: rgba(255, 250, 244, 0.56);
  --glass-strong: rgba(255, 250, 244, 0.78);
  --paper: #d7bfa6;
  --white: #312d33;
  --muted: rgba(49, 45, 51, 0.68);
  --muted-dark: rgba(49, 45, 51, 0.58);
  --line: rgba(195, 169, 135, 0.28);
  --cyan: #b8a7b9;
  --aqua: #b99378;
  --coral: #cfa6a0;
  --violet: #91849d;
  --shadow: 0 24px 70px rgba(71, 58, 48, 0.12);
  --glow: 0 0 26px rgba(195, 169, 135, 0.28), 0 0 58px rgba(207, 166, 160, 0.16);
  --chrome: linear-gradient(180deg, #312d33 0%, #8f7e73 48%, #c3a987 100%);
}
body {
  background: radial-gradient(circle at 16% 7%, rgba(255, 250, 244, 0.92), transparent 25%), radial-gradient(circle at 82% 13%, rgba(207, 166, 160, 0.3), transparent 26%), radial-gradient(circle at 12% 72%, rgba(184, 167, 185, 0.24), transparent 28%), linear-gradient(180deg, #fbf6f0 0%, #f1e7de 48%, #fbf8f3 100%);
}
body::before {
  background: radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.56), transparent 18%), radial-gradient(circle at 86% 18%, rgba(195, 169, 135, 0.18), transparent 22%), linear-gradient(130deg, transparent 8%, rgba(184, 167, 185, 0.16) 38%, transparent 58%);
}
.liquid-background span {
  border-color: rgba(195, 169, 135, 0.18);
  background: linear-gradient(110deg, rgba(255, 250, 244, 0.4), rgba(195, 169, 135, 0.08)), linear-gradient(80deg, rgba(207, 166, 160, 0.16), rgba(184, 167, 185, 0.12));
  box-shadow: var(--glow);
}
.site-preloader {
  background: radial-gradient(circle at 50% 35%, rgba(195, 169, 135, 0.28), transparent 28%), radial-gradient(circle at 72% 70%, rgba(207, 166, 160, 0.22), transparent 32%), linear-gradient(145deg, #fffaf4 0%, #f1e7de 52%, #eadbd0 100%);
  color: var(--white);
}
.site-preloader p, .loader-progress {
  color: rgba(49, 45, 51, 0.66);
}
.loader-emblem {
  background: radial-gradient(circle at 50% 45%, rgba(255, 250, 244, 0.7), transparent 40%), linear-gradient(145deg, rgba(255, 250, 244, 0.72), rgba(195, 169, 135, 0.2));
  box-shadow: inset 0 0 52px rgba(255, 250, 244, 0.34), 0 0 54px rgba(195, 169, 135, 0.24), 0 28px 84px rgba(71, 58, 48, 0.16);
}
.site-header {
  border-color: rgba(195, 169, 135, 0.22);
  background: linear-gradient(120deg, rgba(255, 250, 244, 0.74), rgba(239, 229, 219, 0.68)), linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent);
  box-shadow: 0 18px 70px rgba(71, 58, 48, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.site-header.is-scrolled, .site-header.is-open .site-nav {
  background: rgba(255, 250, 244, 0.92);
}
.brand-logo {
  filter: invert(1) brightness(0.34) saturate(0.9) drop-shadow(0 10px 24px rgba(71, 58, 48, 0.16));
  opacity: 0.94;
}
.site-nav {
  border-color: rgba(195, 169, 135, 0.2);
  background: rgba(255, 250, 244, 0.54);
  color: rgba(49, 45, 51, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 14px 38px rgba(71, 58, 48, 0.1);
}
.site-nav a::before {
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.82), rgba(195, 169, 135, 0.24));
}
.site-nav a:hover, .site-nav a:focus-visible, .text-link:hover, .site-footer a:hover {
  color: #8f6f57;
  text-shadow: 0 0 14px rgba(195, 169, 135, 0.28);
}
.brand-mark, .header-cta, .button.primary, .hero-shine-button::after {
  background: linear-gradient(135deg, #312d33 0%, #806f65 48%, #c3a987 100%);
  color: #fffaf4;
}
.hero-designali .hero-shade, .hero-shade {
  background: radial-gradient(circle at 50% 0%, rgba(195, 169, 135, 0.16), transparent 28%), radial-gradient(circle at 18% 22%, rgba(255, 250, 244, 0.42), transparent 16%), radial-gradient(circle at 84% 26%, rgba(207, 166, 160, 0.18), transparent 24%), linear-gradient(180deg, rgba(255, 250, 244, 0.14), rgba(248, 242, 235, 0.88) 72%, #fbf6f0);
}
.hero::before, .hero::after {
  border-color: rgba(195, 169, 135, 0.22);
  box-shadow: inset 0 0 24px rgba(195, 169, 135, 0.12), 0 0 28px rgba(207, 166, 160, 0.16);
}
.hero-frame, .intro::before, .capability-grid article, .service-list article, .timeline article, .benefit-grid article, .insight-grid article, .proof-panel, .contact, .contact-form, .work-card {
  border-color: rgba(195, 169, 135, 0.22);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.68), rgba(239, 229, 219, 0.5)), radial-gradient(circle at 50% 100%, rgba(207, 166, 160, 0.12), transparent 48%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 22px 70px rgba(71, 58, 48, 0.11);
}
.hero-frame {
  mask-image: none;
  backdrop-filter: blur(18px);
}
.section-pill, .industries-track span, .hero-proof span, .hero-badge, .proof-stats div, input, select, textarea, .site-footer, .scroll-top {
  border-color: rgba(195, 169, 135, 0.22);
  background: rgba(255, 250, 244, 0.66);
  color: rgba(49, 45, 51, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.hero-copy, .hero-subline, .hero-designali .hero-copy, .logo-strip, .button.ghost, .service-list::before {
  color: rgba(49, 45, 51, 0.72);
}
.hero-designali .hero-copy span, .hero-designali h1 strong, .service-icon, .section-kicker, .eyebrow, .benefit-grid article > span, .service-list span, .capability-grid span, .insight-grid span, .timeline span, .work-info p {
  color: #a98266;
  text-shadow: 0 0 16px rgba(195, 169, 135, 0.2);
}
.button.ghost {
  background: rgba(255, 250, 244, 0.44);
  border-color: rgba(195, 169, 135, 0.28);
}
.button.ghost:hover {
  color: #312d33;
}
.contact-copy h2::after {
  content: none;
}
.bolden-cursor {
  background: #86634d;
  box-shadow: 0 0 0 1px rgba(255, 250, 244, 0.72), 0 0 16px rgba(134, 99, 77, 0.28);
}
.bolden-cursor-ring {
  border-color: rgba(134, 99, 77, 0.36);
}
.hero-designali .hero-copy span, .hero-designali h1 strong, .service-icon, .section-kicker, .eyebrow, .benefit-grid article > span, .service-list span, .capability-grid span, .insight-grid span, .timeline span, .work-info p {
  color: #86634d;
}
.testimonials-section::before {
  background: radial-gradient(circle at 20% 25%, rgba(195, 169, 135, 0.18), transparent 26%), radial-gradient(circle at 80% 70%, rgba(207, 166, 160, 0.14), transparent 28%);
}
.testimonial-stack article {
  border-color: rgba(195, 169, 135, 0.24);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.78), rgba(239, 229, 219, 0.62)), radial-gradient(circle at 100% 0%, rgba(207, 166, 160, 0.12), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 18px 58px rgba(71, 58, 48, 0.1);
}
.testimonial-stack p, .testimonial-stack strong {
  color: #312d33;
}
.testimonial-stack small {
  color: rgba(49, 45, 51, 0.62);
}
.testimonial-stack span {
  background: linear-gradient(135deg, #312d33 0%, #806f65 52%, #c3a987 100%);
  color: #fffaf4;
  box-shadow: 0 0 18px rgba(195, 169, 135, 0.28);
}
.proof-stats strong {
  color: #86634d;
}
.hero h1 strong, .hero-designali h1 strong {
  color: #86634d;
}
.hero-designali h1 {
  color: #2b2830;
  font-weight: 850;
  text-shadow: 0 8px 24px rgba(71, 58, 48, 0.16);
}
.hero-designali h1 span {
  background: none;
  color: #2b2830;
  filter: none;
}
.hero-designali h1 strong {
  color: #6f4f3d;
  text-shadow: 0 8px 22px rgba(111, 79, 61, 0.18);
}
.hero-frame {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.82), rgba(244, 235, 226, 0.64)), radial-gradient(circle at 50% 0%, rgba(195, 169, 135, 0.12), transparent 54%);
}
.hero-designali {
  background: radial-gradient(circle at 50% 20%, rgba(255, 250, 244, 0.7), transparent 30%), radial-gradient(circle at 12% 70%, rgba(207, 166, 160, 0.12), transparent 30%), linear-gradient(180deg, #fbf6f0 0%, #f7eee6 68%, #f4ebe3 100%);
}
.hero-designali .hero-shade, .hero-shade {
  background: radial-gradient(circle at 50% 0%, rgba(195, 169, 135, 0.12), transparent 26%), radial-gradient(circle at 18% 22%, rgba(255, 250, 244, 0.44), transparent 16%), radial-gradient(circle at 84% 26%, rgba(207, 166, 160, 0.16), transparent 24%), linear-gradient(180deg, rgba(255, 250, 244, 0.2) 0%, rgba(247, 238, 230, 0.76) 56%, rgba(234, 219, 208, 0.96) 100%);
}
.hero-designali::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(134, 99, 77, 0.36), rgba(134, 99, 77, 0.36)), linear-gradient(90deg, rgba(134, 99, 77, 0.32), rgba(134, 99, 77, 0.32)), linear-gradient(180deg, rgba(134, 99, 77, 0.3), rgba(134, 99, 77, 0.12)), linear-gradient(180deg, rgba(134, 99, 77, 0.3), rgba(134, 99, 77, 0.12));
  background-repeat: no-repeat;
  background-size: calc(100% - 44px) 1px, calc(100% - 44px) 1px, 1px calc(100% - 85px), 1px calc(100% - 85px);
  background-position: center 53px, center calc(100% - 32px), 22px 53px, calc(100% - 22px) 53px;
}
.hero-designali .hero-grid {
  opacity: 0.2;
  mask-image: linear-gradient(to bottom, transparent 0%, black 24%, transparent 92%);
}
.hero-designali .logo-strip {
  background: rgba(255, 250, 244, 0.72);
  color: rgba(49, 45, 51, 0.72);
}
.hero-designali .logo-strip {
  gap: 0;
  border-color: rgba(134, 99, 77, 0.28);
  background: rgba(255, 250, 244, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 42px rgba(71, 58, 48, 0.1);
}
.hero-designali .logo-strip span {
  padding: 0 clamp(10px, 0.95vw, 18px);
  border-right: 1px solid rgba(134, 99, 77, 0.48);
  color: rgba(49, 45, 51, 0.78);
  text-shadow: none;
}
.hero-designali .logo-strip span:last-child {
  padding-right: clamp(10px, 0.95vw, 18px);
}
.hero-designali {
  --hero-nav-line: 53px;
  --hero-service-line: clamp(68px, 9vh, 104px);
}
.hero-designali .logo-strip {
  bottom: calc(var(--hero-service-line) - 24px);
}
.hero-designali::after {
  background-size: calc(100% - 44px) 1px, calc(100% - 44px) 1px, 1px calc(100% - var(--hero-nav-line) - var(--hero-service-line)), 1px calc(100% - var(--hero-nav-line) - var(--hero-service-line));
  background-position: center var(--hero-nav-line), center calc(100% - var(--hero-service-line)), 22px var(--hero-nav-line), calc(100% - 22px) var(--hero-nav-line);
}
.hero-designali .hero-grid {
  inset: 116px 22px 116px;
  top: 116px;
  height: auto;
  opacity: 0.34;
  background-image: linear-gradient(to right, rgba(134, 99, 77, 0.11) 1px, transparent 1px), linear-gradient(to bottom, rgba(134, 99, 77, 0.09) 1px, transparent 1px), radial-gradient(circle, rgba(134, 99, 77, 0.22) 1.4px, transparent 1.8px), linear-gradient(135deg, transparent 0 46%, rgba(134, 99, 77, 0.08) 46% 46.5%, transparent 46.5% 100%);
  background-size: 56px 56px, 56px 56px, 112px 112px, 100% 100%;
  mask-image: radial-gradient(ellipse 74% 52% at 50% 43%, #000 0 58%, transparent 100%);
}
.loader-emblem {
  width: clamp(280px, 38vw, 560px);
  aspect-ratio: 3.8 / 1;
  border-radius: 28px;
}
.loader-emblem::before, .loader-emblem::after, .loader-emblem span {
  border-radius: 34px;
}
.loader-emblem img {
  width: 84%;
  max-width: 500px;
  max-height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(49, 45, 51, 0.14));
  opacity: 1;
}
.intro {
  background: transparent;
}
.intro {
  padding-top: 84px;
  padding-bottom: 84px;
}
.section-spark {
  margin-bottom: 34px;
}
.intro-centered {
  gap: 0;
}
.intro-centered h2 {
  max-width: 860px;
}
.intro .intro-centered > p {
  max-width: 660px;
  margin-top: 26px;
  line-height: 1.62;
}
.intro-story {
  width: min(940px, 100%);
  position: relative;
  margin-top: 42px;
  padding-top: 34px;
  gap: 18px;
}
.intro-story::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(134, 99, 77, 0.46), transparent);
  box-shadow: 0 0 18px rgba(134, 99, 77, 0.16);
}
.intro-story article {
  position: relative;
  min-height: 178px;
  padding: 28px 24px 24px;
}
.intro-story article::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 24px;
  width: 13px;
  height: 13px;
  border: 3px solid #fbf6f0;
  border-radius: 50%;
  background: #86634d;
  box-shadow: 0 0 0 1px rgba(134, 99, 77, 0.34), 0 0 18px rgba(134, 99, 77, 0.22);
}
.intro-story article::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  width: 1px;
  height: 20px;
  background: rgba(134, 99, 77, 0.28);
}
.intro-story h3 {
  margin-top: 14px;
  margin-bottom: 5px;
}
.intro .intro-story p {
  margin-top: 0;
  line-height: 1.45;
}
.capability-panel {
  margin-top: 0;
  padding-block: 76px;
  border-top: 0;
  background: transparent;
}
.capability-panel .section-heading div > .section-kicker {
  max-width: none;
  margin: 0 0 12px;
  color: #86634d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}
.capability-panel .section-heading {
  max-width: 1220px;
  margin-bottom: 44px;
}
.capability-panel .section-heading h2 {
  max-width: 1220px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 0.98;
}
.capability-panel .section-heading h2 span {
  display: block;
  white-space: nowrap;
}
.capability-panel .section-heading div > p:not(.section-kicker) {
  margin-top: 24px;
}
.capability-grid article {
  display: grid;
  min-height: 292px;
  padding-block: 28px;
  grid-template-rows: 28px 1fr 76px 96px 1fr;
  align-content: start;
  border-color: rgba(151, 116, 88, 0.24);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.92), rgba(236, 224, 214, 0.78)), radial-gradient(circle at 50% 100%, rgba(195, 169, 135, 0.16), transparent 50%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 24px 64px rgba(71, 58, 48, 0.14);
}
.capability-grid article > span {
  grid-row: 1;
}
.capability-grid h3 {
  grid-row: 3;
  align-self: end;
  margin: 0;
}
.capability-grid p {
  grid-row: 4;
  align-self: start;
  margin-top: 18px;
  min-height: 96px;
}
.timeline article {
  min-height: 260px;
  padding: 42px 34px;
  display: grid;
  grid-template-rows: 24px 16px auto 1fr;
  align-content: stretch;
}
.timeline span {
  grid-row: 1;
  color: #86634d;
  font-weight: 700;
}
.timeline h3 {
  grid-row: 3;
  margin: 0;
  max-width: 360px;
  color: rgba(43, 40, 48, 0.84);
  font-weight: 500;
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
@media (max-width: 900px) {
  .capability-panel .section-heading h2 span {
    white-space: normal;
  }
  .capability-grid article {
    grid-template-rows: auto;
  }
  .capability-grid article > span, .capability-grid h3, .capability-grid p {
    grid-row: auto;
  }
  .capability-grid h3 {
    margin-top: 40px;
  }
}
.status-dot {
  background: rgba(52, 211, 153, 0.18);
}
.status-dot::before, .status-dot::after {
  background: #22c55e;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.52);
}
.simple-footer {
  display: block;
  padding: 24px 16px;
  border-top: 1px solid rgba(151, 116, 88, 0.2);
  background: #312d33;
  color: #fffaf4;
  text-align: center;
}
.simple-footer p {
  margin: 0;
  color: rgba(255, 250, 244, 0.86);
  font-size: 14px;
  letter-spacing: 0.01em;
}
.glow-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(151, 116, 88, 0.2);
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(195, 169, 135, 0.12), transparent 54%), linear-gradient(180deg, rgba(255, 250, 244, 0.86), rgba(255, 250, 244, 0.48));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 48px rgba(71, 58, 48, 0.11);
  perspective: 900px;
}
.glow-menu::after {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: 0;
  border-radius: 30px;
  background: radial-gradient(circle at 18% 50%, rgba(111, 79, 61, 0.18), transparent 28%), radial-gradient(circle at 50% 50%, rgba(207, 166, 160, 0.18), transparent 30%), radial-gradient(circle at 82% 50%, rgba(145, 132, 157, 0.16), transparent 30%);
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 300ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.glow-menu:hover::after, .glow-menu:focus-within::after {
  opacity: 1;
  transform: scale(1);
}
.glow-menu a {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 40px;
  min-width: 0;
  padding: 0;
  border-radius: 16px;
  color: rgba(49, 45, 51, 0.7);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  transform-style: preserve-3d;
  perspective: 620px;
  isolation: isolate;
}
.glow-menu a::before {
  display: none;
}
.nav-glow {
  position: absolute;
  inset: -14px;
  z-index: -1;
  border-radius: 18px;
  opacity: 0;
  transform: scale(0.78);
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.glow-menu a:hover .nav-glow, .glow-menu a:focus-visible .nav-glow, .glow-menu a.is-active .nav-glow {
  opacity: 1;
  transform: scale(1.9);
}
.glow-menu a[data-glow="about"] .nav-glow {
  background: radial-gradient(circle, rgba(111, 79, 61, 0.18), rgba(111, 79, 61, 0.06) 50%, transparent 72%);
}
.glow-menu a[data-glow="home"] .nav-glow {
  background: radial-gradient(circle, rgba(49, 45, 51, 0.16), rgba(49, 45, 51, 0.05) 50%, transparent 72%);
}
.glow-menu a[data-glow="services"] .nav-glow {
  background: radial-gradient(circle, rgba(195, 169, 135, 0.22), rgba(195, 169, 135, 0.07) 50%, transparent 72%);
}
.glow-menu a[data-glow="process"] .nav-glow {
  background: radial-gradient(circle, rgba(207, 166, 160, 0.22), rgba(207, 166, 160, 0.07) 50%, transparent 72%);
}
.glow-menu a[data-glow="contact"] .nav-glow {
  background: radial-gradient(circle, rgba(145, 132, 157, 0.22), rgba(145, 132, 157, 0.07) 50%, transparent 72%);
}
.nav-face {
  grid-area: 1 / 1;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 16px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: color 220ms ease, transform 460ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
}
.nav-front {
  transform-origin: center bottom;
}
.nav-back {
  position: absolute;
  inset: 0;
  transform: rotateX(90deg);
  transform-origin: center top;
  opacity: 0;
}
.glow-menu a:hover .nav-front, .glow-menu a:focus-visible .nav-front {
  transform: rotateX(-90deg);
  opacity: 0;
}
.glow-menu a:hover .nav-back, .glow-menu a:focus-visible .nav-back {
  transform: rotateX(0deg);
  opacity: 1;
}
.glow-menu a:hover, .glow-menu a:focus-visible, .glow-menu a.is-active {
  color: #312d33;
  text-shadow: none;
}
.nav-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(134, 99, 77, 0.08), 0 0 14px rgba(134, 99, 77, 0.28);
}
.glow-menu a[data-glow="about"] .nav-icon {
  color: #6f4f3d;
}
.glow-menu a[data-glow="home"] .nav-icon {
  color: #312d33;
}
.glow-menu a[data-glow="services"] .nav-icon {
  color: #a98266;
}
.glow-menu a[data-glow="process"] .nav-icon {
  color: #b87973;
}
.glow-menu a[data-glow="contact"] .nav-icon {
  color: #7f7389;
}
.site-header .header-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.site-header .header-cta::before {
  content: "";
  position: absolute;
  inset: -45% -80%;
  z-index: -1;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 250, 244, 0.42) 50%, transparent 65%);
  transform: translateX(-42%) rotate(8deg);
  opacity: 0;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease;
}
.site-header .header-cta::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(135deg, #312d33 0%, #806f65 48%, #c3a987 100%);
}
.site-header .header-cta:hover, .site-header .header-cta:focus-visible {
  border-color: rgba(195, 169, 135, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.48), 0 0 0 4px rgba(195, 169, 135, 0.12), 0 16px 34px rgba(71, 58, 48, 0.2);
  transform: translateY(-2px);
}
.site-header .header-cta:hover::before, .site-header .header-cta:focus-visible::before {
  opacity: 1;
  transform: translateX(42%) rotate(8deg);
}
.site-header .header-cta:active {
  transform: translateY(0) scale(0.98);
}
@media (min-width: 901px) {
  .site-header {
    display: flex;
    justify-content: center;
    gap: clamp(28px, 3.2vw, 54px);
  }
  .brand, .glow-menu, .header-cta {
    flex: 0 0 auto;
  }
  .header-cta {
    justify-self: auto;
  }
}
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.contact-copy {
  align-self: center;
}
.contact-copy h2 {
  max-width: 720px;
  margin: 0;
  text-transform: none;
  line-height: 0.98;
}
.contact-copy h2 span {
  color: #6f4f3d;
}
.contact-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin-top: 24px;
}
.contact-details {
  margin-top: 30px;
}
@keyframes status-ping {
  0% {
    transform: scale(0.8);
    opacity: 0.85;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes cursor-blink {
  50% {
    opacity: 0;
  }
}
@keyframes shine-spin {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 900px) {
  .contact {
    grid-template-columns: 1fr;
  }
  .intro-story {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    padding-top: 0;
    padding-left: 24px;
  }
  .intro-story::before {
    top: 8px;
    bottom: 8px;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(134, 99, 77, 0.46), transparent);
  }
  .intro-story article::before {
    top: 28px;
    left: -24px;
  }
  .intro-story article::after {
    top: 34px;
    left: -11px;
    width: 24px;
    height: 1px;
  }
  .site-header.is-open .glow-menu {
    display: grid;
    gap: 6px;
    padding: 8px;
  }
  .site-header.is-open .glow-menu a {
    width: 100%;
  }
  .site-header.is-open .nav-face {
    justify-content: center;
  }
  .hero-designali .hero-content {
    padding-bottom: 64px;
  }
}
@media (max-width: 560px) {
  .hero-designali {
    min-height: 88vh;
    --hero-nav-line: 78px;
    --hero-service-line: 68px;
  }
  .hero-designali::after {
    background-size: calc(100% - 28px) 1px, calc(100% - 28px) 1px, 1px calc(100% - var(--hero-nav-line) - var(--hero-service-line)), 1px calc(100% - var(--hero-nav-line) - var(--hero-service-line));
    background-position: center var(--hero-nav-line), center calc(100% - var(--hero-service-line)), 14px var(--hero-nav-line), calc(100% - 14px) var(--hero-nav-line);
  }
  .hero-designali .hero-grid {
    inset: 92px 14px 92px;
    top: 92px;
  }
  .hero-designali .hero-content {
    width: calc(100% - 28px);
    padding-top: 94px;
    padding-bottom: 62px;
  }
  .hero-badge {
    max-width: 100%;
    font-size: 11px;
  }
  .hero-frame {
    padding: 24px 14px;
  }
  .hero-designali h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .hero-designali h1 span {
    white-space: normal;
  }
  .hero-designali .hero-actions {
    display: grid;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
