/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --radius-sm: 0.375rem;
    --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);
    --radius: 0.75rem;
    --color-bg: #0A0E1A;
    --color-surface: #111827;
    --color-surface-hi: #1E2A3A;
    --color-teal: #00C2CB;
    --color-teal-light: #5EEAD4;
    --color-ocean-blue: #38BDF8;
    --color-sunset: #FB923C;
    --color-sand: #E8DCC8;
    --color-text: #F1F5F9;
    --color-muted: #94A3B8;
    --color-border: #1E2A3A;
    --color-danger: #F87171;
    --font-display: "Syne", system-ui, sans-serif;
    --radius-pill: 9999px;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .italic {
    font-style: italic;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    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));
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
}
@layer base {
  :root {
    --teal-glow: rgba(0, 194, 203, 0.15);
  }
  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  }
  body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-sans);
    font-feature-settings: "cv11", "ss01";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
  }
  ::selection {
    background: var(--color-teal);
    color: var(--color-bg);
  }
  .grain {
    position: relative;
  }
  .grain::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }
}
@layer components {
  .container-x {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  @media (min-width: 768px) {
    .container-x {
      padding-inline: 2rem;
    }
  }
  @media (min-width: 1280px) {
    .container-x {
      padding-inline: 3rem;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 44px;
    border: 1px solid transparent;
    white-space: nowrap;
  }
  .btn-primary {
    background: var(--color-teal);
    color: var(--color-bg);
    box-shadow: 0 6px 24px var(--teal-glow);
  }
  .btn-primary:hover {
    background: var(--color-teal-light);
    transform: translateY(-1px);
    box-shadow: 0 10px 32px rgba(94, 234, 212, 0.25);
  }
  .btn-ghost {
    background: transparent;
    color: var(--color-teal);
    border-color: var(--color-teal);
  }
  .btn-ghost:hover {
    background: var(--teal-glow);
    color: var(--color-teal-light);
    border-color: var(--color-teal-light);
  }
  .btn-sm {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    min-height: 40px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 14, 26, 0.92);
    backdrop-filter: saturate(170%) blur(18px);
    -webkit-backdrop-filter: saturate(170%) blur(18px);
    border-bottom: 1px solid rgba(30, 42, 58, 0.9);
  }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .site-nav {
    display: none;
    gap: 0.25rem;
  }
  @media (min-width: 900px) {
    .site-nav {
      display: flex;
    }
  }
  .nav-link {
    position: relative;
    padding: 0.625rem 0.9375rem;
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    color: var(--color-muted);
    transition: color 0.2s ease, background 0.2s ease;
    cursor: pointer;
  }
  .nav-link:hover {
    color: var(--color-text);
    background: rgba(30, 42, 58, 0.4);
  }
  .nav-link.active {
    color: var(--color-text);
  }
  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background: var(--color-teal);
    border-radius: 2px;
  }
  .nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    color: var(--color-text);
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--color-border);
  }
  @media (min-width: 900px) {
    .nav-burger {
      display: none;
    }
  }
  .nav-burger:hover {
    background: var(--color-surface-hi);
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .nav-overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    background: var(--color-surface);
    border-left: 1px solid var(--color-border);
    z-index: 70;
    padding: 1.5rem 1.5rem 2rem;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .nav-drawer.open {
    transform: translateX(0);
  }
  .nav-drawer__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .nav-drawer .nav-link {
    padding: 0.875rem 1rem;
    font-size: 1.0625rem;
  }
  .nav-drawer .nav-link.active::after {
    display: none;
  }
  .nav-drawer .nav-link.active {
    background: var(--color-surface-hi);
    color: var(--color-teal);
  }
  .hero {
    position: relative;
    padding-top: clamp(5rem, 10vw, 8rem);
    padding-bottom: clamp(4rem, 8vw, 6rem);
    overflow: hidden;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .hero__bg::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(circle, var(--teal-glow) 0%, transparent 60%);
    filter: blur(40px);
  }
  .hero__bg::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 50%;
    height: 70%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.10) 0%, transparent 60%);
    filter: blur(50px);
  }
  .hero__content {
    position: relative;
    z-index: 1;
  }
  .hero-headline {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    margin-bottom: 1.5rem;
  }
  .hero-headline .word {
    display: inline-block;
  }
  .hero-headline .accent {
    color: var(--color-teal);
  }
  .hero-headline .accent-blue {
    color: var(--color-ocean-blue);
  }
  .hero-sub {
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    color: var(--color-muted);
    max-width: 38rem;
    line-height: 1.55;
    margin-bottom: 2.25rem;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4375rem 0.875rem;
    border-radius: var(--radius-pill);
    background: rgba(0, 194, 203, 0.08);
    border: 1px solid rgba(0, 194, 203, 0.2);
    color: var(--color-teal-light);
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-teal);
    box-shadow: 0 0 8px var(--color-teal);
  }
  .page-hero {
    padding-top: clamp(4rem, 7vw, 6rem);
    padding-bottom: clamp(3rem, 5vw, 4rem);
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .page-hero__title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1rem;
  }
  .page-hero__lede {
    color: var(--color-muted);
    max-width: 42rem;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.6;
  }
  .section {
    padding: clamp(4rem, 8vw, 7rem) 0;
  }
  .section--surface {
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }
  .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.75rem;
  }
  .section-lede {
    color: var(--color-muted);
    max-width: 44rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-teal);
    margin-bottom: 0.875rem;
    display: inline-block;
  }
  .card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 2rem;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .card:hover {
    border-color: rgba(0, 194, 203, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 194, 203, 0.08);
  }
  .card__icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: rgba(0, 194, 203, 0.1);
    color: var(--color-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }
  .card__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .card__body {
    color: var(--color-muted);
    line-height: 1.6;
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
  .card__link {
    color: var(--color-teal);
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: gap 0.2s ease;
  }
  .card__link:hover {
    gap: 0.625rem;
  }
  .grid-3 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 768px) {
    .grid-3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .grid-3 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .grid-2 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 900px) {
    .grid-2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .grid-4 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 640px) {
    .grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .grid-4 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .work-tile {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    cursor: pointer;
    display: block;
    transform-style: preserve-3d;
    transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.35s ease;
    will-change: transform;
  }
  .work-tile:hover {
    border-color: var(--color-teal);
    box-shadow: 0 18px 60px var(--teal-glow), 0 6px 18px rgba(0, 0, 0, 0.35);
  }
  .work-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 194, 203, 0.10) 0%, transparent 45%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1;
  }
  .work-tile:hover::before {
    opacity: 1;
  }
  .work-tile.is-hiding {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    pointer-events: none;
  }
  .work-tile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .work-tile:hover .work-tile__img {
    transform: scale(1.06) translateY(-4px);
  }
  .work-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,14,26,0.95) 10%, rgba(10,14,26,0.4) 60%, transparent 100%);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.5rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  .work-tile:hover .work-tile__overlay {
    opacity: 1;
  }
  .work-tile__tag {
    font-size: 0.75rem;
    color: var(--color-teal-light);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
  .work-tile__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.375rem;
    color: var(--color-text);
  }
  .work-tile__cta {
    color: var(--color-teal);
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.25rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .work-tile:hover .work-tile__cta {
    opacity: 1;
    transform: translateY(0);
  }
  .stat-block {
    text-align: center;
    padding: 1.5rem 1rem;
  }
  .stat-block__num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    color: var(--color-text);
    background: linear-gradient(120deg, var(--color-teal-light) 0%, var(--color-ocean-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .stat-block__label {
    color: var(--color-muted);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .marquee {
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
    mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
  .marquee__track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: marquee-scroll 45s linear infinite;
  }
  .marquee:hover .marquee__track {
    animation-play-state: paused;
  }
  @keyframes marquee-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .quote-card {
    flex: 0 0 360px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 1.75rem;
  }
  .quote-card__body {
    color: var(--color-text);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
  .quote-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .quote-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-teal) 0%, var(--color-ocean-blue) 100%);
    color: var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
  }
  .quote-card__name {
    font-weight: 600;
    font-size: 0.875rem;
  }
  .quote-card__role {
    color: var(--color-muted);
    font-size: 0.75rem;
  }
  .quote-card__stars {
    color: var(--color-sunset);
    margin-bottom: 0.875rem;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
  }
  .cta-band {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-hi) 100%);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: clamp(4rem, 7vw, 6rem) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, var(--teal-glow) 0%, transparent 65%);
    pointer-events: none;
  }
  .cta-band__title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    max-width: 38rem;
    margin: 0 auto 1.25rem;
    position: relative;
    line-height: 1.05;
  }
  .cta-band__sub {
    color: var(--color-muted);
    max-width: 32rem;
    margin: 0 auto 2rem;
    position: relative;
    line-height: 1.6;
  }
  .site-footer {
    background: var(--color-bg);
    border-top: 1px solid var(--color-border);
    padding: 4rem 0 2rem;
    color: var(--color-muted);
  }
  .site-footer__grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 768px) {
    .site-footer__grid {
      grid-template-columns: 2fr 1fr 1fr 1fr;
    }
  }
  .site-footer__col h4 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-text);
    margin-bottom: 1rem;
  }
  .site-footer__col ul {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .site-footer__col a {
    font-size: 0.9375rem;
    color: var(--color-muted);
    transition: color 0.2s ease;
  }
  .site-footer__col a:hover {
    color: var(--color-teal);
  }
  .site-footer__brand p {
    margin-top: 0.875rem;
    max-width: 22rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .site-footer__bottom {
    border-top: 1px solid var(--color-border);
    margin-top: 3rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8125rem;
  }
  .social {
    display: flex;
    gap: 0.5rem;
  }
  .social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
    transition: all 0.2s ease;
  }
  .social a:hover {
    color: var(--color-teal);
    border-color: var(--color-teal);
    transform: translateY(-2px);
  }
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .faq-item {
    border-bottom: 1px solid var(--color-border);
  }
  .faq-item:first-child {
    border-top: 1px solid var(--color-border);
  }
  .faq-question {
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    color: var(--color-text);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.2s ease;
  }
  .faq-question:hover {
    color: var(--color-teal);
  }
  .faq-question__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-surface-hi);
    color: var(--color-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .faq-item.open .faq-question__icon {
    transform: rotate(45deg);
    background: var(--color-teal);
    color: var(--color-bg);
  }
  .faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .faq-answer-inner {
    padding: 0 0 1.5rem;
    color: var(--color-muted);
    line-height: 1.65;
    font-size: 0.9375rem;
    max-width: 52rem;
  }
  .process {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    counter-reset: step;
  }
  @media (min-width: 900px) {
    .process {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .process__step {
    position: relative;
    padding: 1.75rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
  }
  .process__step::before {
    counter-increment: step;
    content: "0" counter(step);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 2.25rem;
    color: var(--color-teal);
    opacity: 0.5;
    display: block;
    margin-bottom: 0.75rem;
    line-height: 1;
  }
  .process__step h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .process__step p {
    color: var(--color-muted);
    font-size: 0.875rem;
    line-height: 1.55;
  }
  .price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
    font-size: 0.9375rem;
  }
  .price-table th, .price-table td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
  }
  .price-table thead th {
    background: var(--color-surface-hi);
    color: var(--color-text);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.9375rem;
  }
  .price-table tr:last-child td {
    border-bottom: none;
  }
  .price-table td:first-child {
    color: var(--color-muted);
  }
  .price-table .check {
    color: var(--color-teal);
    font-weight: 700;
  }
  .price-table .dash {
    color: var(--color-border);
  }
  .complexity-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  @media (min-width: 640px) {
    .complexity-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .complexity-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .complexity-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 1.75rem;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .complexity-card:hover {
    transform: translateY(-4px);
    border-color: var(--color-teal);
    box-shadow: 0 16px 48px var(--teal-glow);
  }
  .complexity-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--teal-glow);
    color: var(--color-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }
  .complexity-card__icon svg {
    width: 22px;
    height: 22px;
  }
  .complexity-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.0625rem;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
  }
  .complexity-card p {
    color: var(--color-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }
  .complexity-scale {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .scale-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-muted);
    white-space: nowrap;
  }
  .scale-track {
    flex: 1;
    height: 6px;
    background: var(--color-surface-hi);
    border-radius: var(--radius-pill);
    overflow: hidden;
  }
  .scale-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--color-teal) 0%, var(--color-teal-light) 100%);
    border-radius: var(--radius-pill);
    transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .complexity-range {
    display: block;
    font-size: 0.75rem;
    color: var(--color-muted);
    letter-spacing: 0.02em;
  }
  .pricing-closer {
    margin-top: 3rem;
    padding: 2.25rem 2rem;
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-teal);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(0, 194, 203, 0.05) 0%, transparent 80%), var(--color-surface);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
  }
  .pricing-closer p {
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: 38rem;
  }
  @media (max-width: 640px) {
    .pricing-closer {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .field {
    display: block;
    margin-bottom: 1.25rem;
  }
  .field-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
  }
  .field-input, .field-select, .field-textarea {
    width: 100%;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 0.875rem 1rem;
    color: var(--color-text);
    font-family: inherit;
    font-size: 0.9375rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 44px;
  }
  .field-textarea {
    min-height: 140px;
    resize: vertical;
  }
  .field-input:focus, .field-select:focus, .field-textarea:focus {
    outline: none;
    border-color: var(--color-teal);
    box-shadow: 0 0 0 3px rgba(0, 194, 203, 0.15);
  }
  .field-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%2394A3B8' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
  }
  .field-error {
    display: none;
    color: var(--color-danger);
    font-size: 0.8125rem;
    margin-top: 0.375rem;
  }
  .field-error.show {
    display: block;
  }
  .field-input.invalid, .field-select.invalid, .field-textarea.invalid {
    border-color: var(--color-danger);
  }
  .form-status {
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    display: none;
  }
  .form-status.show {
    display: block;
  }
  .form-status--success {
    background: rgba(0, 194, 203, 0.1);
    border: 1px solid rgba(0, 194, 203, 0.3);
    color: var(--color-teal-light);
  }
  .form-status--error {
    background: rgba(248, 113, 113, 0.1);
    border: 1px solid rgba(248, 113, 113, 0.3);
    color: var(--color-danger);
  }
  .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 3rem;
  }
  .chip {
    padding: 0.625rem 1.25rem;
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 40px;
  }
  .chip:hover {
    color: var(--color-text);
    border-color: var(--color-teal);
  }
  .chip.active {
    background: var(--color-teal);
    color: var(--color-bg);
    border-color: var(--color-teal);
  }
  .chip {
    position: relative;
    overflow: visible;
  }
  .chip::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid var(--color-teal);
    opacity: 0;
    pointer-events: none;
  }
  .chip--pulse::after {
    animation: chip-pulse 0.6s ease-out forwards;
  }
  @keyframes chip-pulse {
    0% {
      opacity: 0.55;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.18);
    }
  }
  .member {
    text-align: center;
  }
  .member__photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--radius);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--color-surface-hi) 0%, var(--color-surface) 100%);
    border: 1px solid var(--color-border);
    overflow: hidden;
    position: relative;
  }
  .member__photo svg {
    width: 100%;
    height: 100%;
  }
  .member__name {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .member__role {
    color: var(--color-teal);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.625rem;
    font-weight: 600;
  }
  .member__bio {
    color: var(--color-muted);
    font-size: 0.875rem;
    line-height: 1.55;
  }
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .modal-overlay.open {
    display: flex;
    opacity: 1;
  }
  .modal {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
  }
  .modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-surface-hi);
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
  }
  .modal__img {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    aspect-ratio: 16/10;
    object-fit: cover;
  }
  .modal__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .modal__tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .modal__tag {
    background: rgba(0, 194, 203, 0.1);
    border: 1px solid rgba(0, 194, 203, 0.3);
    color: var(--color-teal-light);
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 600;
  }
  .modal__body {
    color: var(--color-muted);
    line-height: 1.7;
    font-size: 0.9375rem;
  }
  .features-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 640px) {
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .features-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .feature {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    transition: border-color 0.25s ease;
  }
  .feature:hover {
    border-color: rgba(0, 194, 203, 0.3);
  }
  .feature__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(0, 194, 203, 0.1);
    color: var(--color-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .feature__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .feature__body {
    color: var(--color-muted);
    font-size: 0.8125rem;
    line-height: 1.55;
  }
  .stats-bar {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 768px) {
    .stats-bar {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .proof-strip {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 1.25rem 0;
    background: var(--color-surface);
  }
  .proof-strip__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.25rem 2.5rem;
    color: var(--color-muted);
    font-size: 0.875rem;
    font-weight: 500;
  }
  .proof-strip__row span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .proof-strip__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-teal);
  }
  .coastal-panel {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    background: linear-gradient(135deg, #0F1F2E 0%, #112A3F 100%);
    border: 1px solid var(--color-border);
    padding: 3rem 2rem;
  }
  .coastal-panel::before {
    content: "";
    position: absolute;
    bottom: -40%;
    right: -10%;
    width: 70%;
    height: 100%;
    background: radial-gradient(ellipse, rgba(0, 194, 203, 0.2) 0%, transparent 60%);
    filter: blur(40px);
  }
  .coastal-panel::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 20%;
    width: 50%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(251, 146, 60, 0.12) 0%, transparent 60%);
    filter: blur(50px);
  }
  .coastal-panel > * {
    position: relative;
    z-index: 1;
  }
  .logos-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  @media (min-width: 640px) {
    .logos-strip {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .logos-strip {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  .logo-chip {
    height: 64px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease;
    text-align: center;
    padding: 0 1rem;
  }
  .logo-chip:hover {
    color: var(--color-text);
    border-color: rgba(0, 194, 203, 0.3);
  }
  .calendly-wrap {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 660px;
  }
  .ico {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .ico-sm {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .ico-lg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  body.locked {
    overflow: hidden;
  }
}
@layer components {
  .section--sand {
    background: var(--color-sand);
    color: #1A1410;
    border-top: 1px solid #D4C5AC;
    border-bottom: 1px solid #D4C5AC;
    position: relative;
  }
  .section--sand h1, .section--sand h2, .section--sand h3, .section--sand h4 {
    color: #1A1410;
  }
  .section--sand .eyebrow {
    color: #C84F19;
  }
  .section--sand .section-lede {
    color: #594B3A;
  }
  .section--sand .muted-on-sand {
    color: #6B5A45;
  }
  .pilcrow {
    display: inline-flex;
    align-items: baseline;
    gap: 0.625rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-teal);
    margin-bottom: 1.25rem;
  }
  .pilcrow__num {
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--color-sunset);
    font-size: 0.9375rem;
  }
  .pilcrow__rule {
    flex: 0 0 36px;
    height: 1px;
    background: currentColor;
    opacity: 0.4;
    align-self: center;
    margin-top: 2px;
  }
  .section--sand .pilcrow {
    color: #C84F19;
  }
  .section--sand .pilcrow__num {
    color: #1A1410;
  }
  .display-xl {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.75rem, 6.5vw, 5.5rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
  }
  .display-italic {
    font-style: italic;
    font-weight: 700;
  }
  .browser-frame {
    background: var(--color-surface-hi);
    border-radius: 12px 12px 8px 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 30px 60px -20px rgba(0,0,0,0.55), 0 12px 30px -15px rgba(0, 194, 203, 0.18);
    border: 1px solid var(--color-border);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
  }
  .browser-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 40px 80px -20px rgba(0,0,0,0.6), 0 16px 40px -15px rgba(0, 194, 203, 0.3);
  }
  .browser-frame__bar {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.625rem 0.875rem;
    background: linear-gradient(to bottom, #1A2433, #131B27);
    border-bottom: 1px solid rgba(0,0,0,0.4);
  }
  .browser-frame__dots {
    display: flex;
    gap: 0.375rem;
  }
  .browser-frame__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
  }
  .browser-frame__dot--r {
    background: #FF5F57;
  }
  .browser-frame__dot--y {
    background: #FEBC2E;
  }
  .browser-frame__dot--g {
    background: #28C840;
  }
  .browser-frame__url {
    flex: 1;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 6px;
    padding: 0.25rem 0.625rem;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 0.6875rem;
    color: var(--color-muted);
    text-align: center;
    max-width: 280px;
    margin-inline: auto;
  }
  .browser-frame__url::before {
    content: "🔒";
    display: none;
  }
  .browser-frame__body {
    background: #0A0E1A;
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
  }
  .browser-frame__body img, .browser-frame__body svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .work-bento {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 900px) {
    .work-bento {
      grid-template-columns: 1.6fr 1fr;
      grid-template-rows: auto auto;
      grid-auto-flow: row;
    }
    .work-bento > :nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
    }
  }
  .mag-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 2.25rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
  }
  .mag-card:hover {
    border-color: rgba(0, 194, 203, 0.45);
    transform: translateY(-3px);
  }
  .mag-card__num {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--color-surface-hi);
    user-select: none;
    pointer-events: none;
    z-index: 0;
  }
  .mag-card > * {
    position: relative;
    z-index: 1;
  }
  .mag-card__kicker {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-teal);
    margin-bottom: 0.875rem;
  }
  .mag-card__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.625rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
  }
  .mag-card__body {
    color: var(--color-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .mag-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-teal);
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: gap 0.2s ease, color 0.2s ease;
  }
  .mag-card__link:hover {
    gap: 0.75rem;
    color: var(--color-teal-light);
  }
  .pullquote {
    position: relative;
    padding: 2.5rem 2rem 2rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .pullquote::before {
    content: "“";
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 9rem;
    line-height: 1;
    color: var(--color-sunset);
    opacity: 0.55;
    pointer-events: none;
  }
  .pullquote__body {
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--color-text);
    letter-spacing: -0.01em;
    margin: 1rem 0 1.5rem;
    position: relative;
  }
  .pullquote__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid var(--color-border);
    padding-top: 1rem;
  }
  .pullquote__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-teal), var(--color-ocean-blue));
    color: var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.875rem;
  }
  .pullquote__name {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-text);
  }
  .pullquote__role {
    color: var(--color-muted);
    font-size: 0.8125rem;
    margin-top: 2px;
  }
  .section--sand .pullquote {
    background: #FFFFFF;
    border-color: #D4C5AC;
  }
  .section--sand .pullquote::before {
    color: #C84F19;
    opacity: 0.75;
  }
  .section--sand .pullquote__body {
    color: #1A1410;
  }
  .section--sand .pullquote__author {
    border-top-color: #E2D6BD;
  }
  .section--sand .pullquote__name {
    color: #1A1410;
  }
  .section--sand .pullquote__role {
    color: #6B5A45;
  }
  .hero-v2 {
    position: relative;
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
    overflow: hidden;
  }
  .hero-v2__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .hero-v2__decor::before {
    content: "";
    position: absolute;
    top: 12%;
    right: -8%;
    width: 50%;
    height: 70%;
    background: radial-gradient(circle, rgba(0, 194, 203, 0.18) 0%, transparent 60%);
    filter: blur(60px);
  }
  .hero-v2__decor::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 45%;
    height: 60%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.12) 0%, transparent 60%);
    filter: blur(70px);
  }
  .hero-v2__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
  }
  @media (min-width: 1024px) {
    .hero-v2__grid {
      grid-template-columns: 1.15fr 1fr;
      gap: 4rem;
    }
  }
  .hero-v2__head {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.75rem, 6vw, 5.25rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    margin: 1rem 0 1.5rem;
  }
  .hero-v2__head .word {
    display: inline-block;
  }
  .hero-v2__head .accent {
    color: var(--color-sunset);
    font-style: italic;
    font-weight: 800;
  }
  .hero-v2__head .ul {
    background: linear-gradient(transparent 70%, rgba(0,194,203,0.35) 70%);
    padding-inline: 0.1em;
  }
  .hero-v2__sub {
    color: var(--color-muted);
    font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
    line-height: 1.6;
    max-width: 30rem;
    margin-bottom: 2rem;
  }
  .hero-v2__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border);
    max-width: 36rem;
  }
  .hero-v2__meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .hero-v2__meta-num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.875rem;
    color: var(--color-text);
    line-height: 1;
  }
  .hero-v2__meta-label {
    color: var(--color-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .hero-stack {
    position: relative;
    aspect-ratio: 4 / 3.4;
    width: 100%;
    perspective: 1400px;
  }
  .hero-stack__frame {
    position: absolute;
    width: 78%;
    transform-origin: center;
    transition: transform 0.4s ease;
  }
  .hero-stack__frame--1 {
    top: 0;
    left: 0;
    transform: rotate(-4deg) translate(0, 0);
    z-index: 3;
  }
  .hero-stack__frame--2 {
    top: 18%;
    right: 0;
    transform: rotate(3deg) translate(0, 0);
    z-index: 2;
    opacity: 0.95;
  }
  .hero-stack__frame--3 {
    bottom: 0;
    left: 12%;
    transform: rotate(-1deg) translate(0, 0);
    z-index: 1;
    opacity: 0.85;
  }
  .hero-stack:hover .hero-stack__frame--1 {
    transform: rotate(-5deg) translate(-8px, -6px);
  }
  .hero-stack:hover .hero-stack__frame--2 {
    transform: rotate(4deg) translate(8px, -4px);
  }
  .hero-stack:hover .hero-stack__frame--3 {
    transform: rotate(-2deg) translate(-4px, 6px);
  }
  .stat-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  @media (min-width: 640px) {
    .stat-strip {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .stat-strip {
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }
  }
  .stat-strip__item {
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  @media (min-width: 1024px) {
    .stat-strip__item {
      padding: 0 2rem;
      border-left: 1px solid rgba(26,20,16,0.15);
    }
    .stat-strip__item:first-child {
      border-left: none;
      padding-left: 0;
    }
  }
  .stat-strip__num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    color: #1A1410;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .stat-strip__num em {
    font-style: italic;
    color: #C84F19;
  }
  .stat-strip__label {
    color: #594B3A;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .divider-mark {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    margin: 0 auto;
    max-width: 480px;
  }
  .divider-mark::before, .divider-mark::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--color-border);
  }
  .cta-band--sunset {
    background: linear-gradient(135deg, #1F0F08 0%, #2D170B 60%, #3B1D0E 100%);
    border-top: 1px solid #4A2412;
    border-bottom: 1px solid #4A2412;
  }
  .cta-band--sunset::before {
    background: radial-gradient(ellipse at center, rgba(251, 146, 60, 0.22) 0%, transparent 65%) !important;
  }
  .cta-band--sunset .cta-band__title {
    background: linear-gradient(135deg, var(--color-sand) 0%, var(--color-sunset) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .feature-tile {
    display: block;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
  }
  .feature-tile:hover {
    border-color: rgba(0,194,203,0.4);
    transform: translateY(-3px);
  }
  .feature-tile__media {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--color-surface-hi);
  }
  .feature-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .feature-tile:hover .feature-tile__media img {
    transform: scale(1.04);
  }
  .feature-tile__meta {
    padding: 1.5rem 1.75rem;
  }
  .feature-tile__kicker {
    color: var(--color-teal);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    font-family: var(--font-display);
    margin-bottom: 0.5rem;
  }
  .feature-tile__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.05;
  }
  .feature-tile__sub {
    color: var(--color-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  .feature-tile--lg .feature-tile__media {
    aspect-ratio: 16/12;
  }
  .feature-tile--lg .feature-tile__title {
    font-size: 2rem;
  }
  .feature-tile--lg .feature-tile__meta {
    padding: 2rem 2.25rem;
  }
  .ribbon {
    background: var(--color-sunset);
    color: #1A1410;
    overflow: hidden;
    border-top: 1px solid #C84F19;
    border-bottom: 1px solid #C84F19;
    padding: 0.875rem 0;
  }
  .ribbon__track {
    display: flex;
    gap: 3rem;
    width: max-content;
    animation: ribbon-scroll 32s linear infinite;
    font-family: var(--font-display);
    font-weight: 800;
    font-style: italic;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    align-items: center;
  }
  .ribbon__track > * {
    display: inline-flex;
    align-items: center;
    gap: 3rem;
    white-space: nowrap;
  }
  .ribbon__star {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #1A1410;
    transform: rotate(45deg);
  }
  @keyframes ribbon-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .editorial-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    max-width: 22ch;
  }
  .editorial-title em {
    font-style: italic;
    color: var(--color-sunset);
    font-weight: 800;
  }
  .editorial-title .ul {
    background: linear-gradient(transparent 72%, rgba(0,194,203,0.32) 72%);
    padding-inline: 0.1em;
  }
}
@layer components {
  .reading-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 100;
    pointer-events: none;
    background: transparent;
  }
  .reading-bar__fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--color-teal) 0%, var(--color-teal-light) 40%, var(--color-sunset) 100%);
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform 0.08s linear;
    box-shadow: 0 0 12px rgba(0, 194, 203, 0.4);
  }
  [data-spotlight] {
    position: relative;
    isolation: isolate;
  }
  [data-spotlight]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    background: radial-gradient( 420px circle at var(--mx, 50%) var(--my, 50%), rgba(0, 194, 203, 0.12), transparent 45% );
    z-index: 0;
    border-radius: inherit;
    mix-blend-mode: screen;
  }
  [data-spotlight]:hover::before {
    opacity: 1;
  }
  .section--sand [data-spotlight]::before {
    background: radial-gradient( 420px circle at var(--mx, 50%) var(--my, 50%), rgba(251, 146, 60, 0.12), transparent 45% );
    mix-blend-mode: multiply;
  }
  [data-spotlight] > * {
    position: relative;
    z-index: 1;
  }
  [data-magnetic] {
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    will-change: transform;
  }
  [data-magnetic]:active {
    transition-duration: 0.1s;
  }
  .hero-stack__frame {
    transform: rotate(var(--rot, 0deg)) translate(var(--px, 0px), var(--py, 0px));
    transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .hero-stack__frame--1 {
    --rot: -4deg;
  }
  .hero-stack__frame--2 {
    --rot: 3deg;
  }
  .hero-stack__frame--3 {
    --rot: -1deg;
  }
  .hero-stack:hover .hero-stack__frame--1, .hero-stack:hover .hero-stack__frame--2, .hero-stack:hover .hero-stack__frame--3 {
    transform: rotate(var(--rot, 0deg)) translate(var(--px, 0px), var(--py, 0px));
  }
  .mag-card__link {
    border-bottom: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 2px);
    padding-bottom: 4px;
    transition: background-size 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), gap 0.25s ease, color 0.2s ease;
  }
  .mag-card__link:hover {
    background-size: 100% 1px;
  }
  .btn-primary {
    position: relative;
    overflow: hidden;
  }
  .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 105deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70% );
    transform: translateX(-110%);
    transition: transform 0.7s cubic-bezier(0.4, 0.1, 0.2, 1);
    pointer-events: none;
  }
  .btn-primary:hover::after {
    transform: translateX(110%);
  }
  @media (hover: none) {
    [data-spotlight]::before {
      display: none;
    }
    .btn-primary::after {
      display: none;
    }
  }
  .live-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem 0.375rem 0.625rem;
    border-radius: var(--radius-pill);
    background: rgba(0, 194, 203, 0.08);
    border: 1px solid rgba(0, 194, 203, 0.22);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-teal-light);
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
  }
  .live-status--off {
    background: rgba(148, 163, 184, 0.06);
    border-color: rgba(148, 163, 184, 0.18);
    color: var(--color-muted);
  }
  .live-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-teal);
    box-shadow: 0 0 0 0 rgba(0, 194, 203, 0.5);
    animation: pulse-dot 1.8s ease-out infinite;
  }
  .live-status--off .live-status__dot {
    background: var(--color-muted);
    animation: none;
  }
  @keyframes pulse-dot {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 194, 203, 0.55);
    }
    70% {
      box-shadow: 0 0 0 8px rgba(0, 194, 203, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 194, 203, 0);
    }
  }
  .local-clock {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.3125rem 0.625rem;
    border-radius: var(--radius-sm);
    background: rgba(0, 194, 203, 0.06);
    border: 1px solid rgba(0, 194, 203, 0.14);
    color: var(--color-teal-light);
    font-size: 0.8125rem;
    font-variant-numeric: tabular-nums;
  }
  .local-clock svg {
    width: 12px;
    height: 12px;
    opacity: 0.7;
  }
  .local-clock strong {
    color: var(--color-text);
    font-weight: 600;
  }
  .copy-row {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .copy-btn {
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    width: 28px;
    height: 28px;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
    position: relative;
    flex-shrink: 0;
  }
  .copy-btn svg {
    width: 13px;
    height: 13px;
  }
  .copy-btn:hover {
    color: var(--color-teal);
    border-color: rgba(0, 194, 203, 0.4);
    background: rgba(0, 194, 203, 0.06);
  }
  .copy-btn:active {
    transform: scale(0.94);
  }
  .copy-btn .copy-btn__check {
    display: none;
  }
  .copy-btn.copied {
    color: var(--color-teal);
    border-color: var(--color-teal);
    background: rgba(0, 194, 203, 0.12);
  }
  .copy-btn.copied .copy-btn__copy {
    display: none;
  }
  .copy-btn.copied .copy-btn__check {
    display: inline-block;
  }
  .copy-btn::after {
    content: "Copied";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: var(--color-text);
    color: var(--color-bg);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }
  .copy-btn.copied::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .marquee__track {
    animation: none !important;
  }
  .faq-answer {
    transition: none !important;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
