﻿  :root {
    --black: #081f2a;
    --white: #f4f4f4;
    --accent: #0bc70f;
    --grey: #0f303f;
    --mid: #1d4252;
    --text-dim: #b6c4cb;
    --scrollY: 0;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    background: var(--black);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body {
    background: var(--black);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: none;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  /* Display typography baseline */
  .services-title,
  .work-title,
  .service-name,
  .stat-num,
  .process-num,
  .process-name,
  .contact-title,
  .logo,
  .footer-logo,
  .marquee-item,
  .client-logo {
    font-family: 'Syne', sans-serif;
    font-kerning: normal;
    font-stretch: normal;
    text-rendering: geometricPrecision;
  }

  /* Custom Cursor */
  #cursor {
    position: fixed;
    width: 12px; height: 12px;
    background: var(--accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, width 0.3s ease, height 0.3s ease, background 0.3s;
    mix-blend-mode: difference;
  }
  #cursor-follower {
    position: fixed;
    width: 40px; height: 40px;
    border: 1px solid rgba(11,199,15,0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: all 0.18s ease;
  }
  body:hover #cursor { opacity: 1; }

  img, video { max-width: 100%; height: auto; display: block; }
  a, button, input, select, textarea { font: inherit; }
  .btn-primary, .btn-ghost, .nav-cta, .filter-tab, .form-submit, .nav-toggle, .social-btn, .grixx-launcher, .about-close, .t-dot { min-height: 44px; }

  /* Nav */
  nav {
    position: fixed; top: 0; left: 0; right: 0;
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px 48px;
    z-index: 100;
    mix-blend-mode: normal;
    background: linear-gradient(to bottom, rgba(8,31,42,0.95), transparent);
  }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: color 0.3s;
  }
  .nav-links a::after {
    content: '';
    position: absolute; bottom: -4px; left: 0;
    width: 0; height: 1px;
    background: var(--accent);
    transition: width 0.3s;
  }
  .nav-links a:hover { color: var(--accent); }
  .nav-links a:hover::after { width: 100%; }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(244,244,244,0.16);
    border-radius: 999px;
    background: rgba(8,31,42,0.72);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: var(--white);
    cursor: none;
    padding: 0;
  }
  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .logo {
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
  .logo-img {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
  }

  .nav-cta {
    background: var(--accent);
    color: var(--black);
    border: none;
    padding: 10px 24px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: none;
    transition: all 0.3s;
    text-decoration: none;
  }
  .nav-cta:hover { background: var(--white); }

  /* Hero */
  .hero {
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 48px 80px;
    position: relative;
    overflow: hidden;
  }
  .hero::before,
  .hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    animation: orbFloat 12s ease-in-out infinite;
  }
  .hero::before {
    width: 360px;
    height: 360px;
    left: -120px;
    top: 8%;
    background: radial-gradient(circle at center, rgba(11,199,15,0.36), rgba(11,199,15,0));
    transform: translate3d(0, calc(var(--scrollY) * -0.05px), 0);
  }
  .hero::after {
    width: 340px;
    height: 340px;
    right: -110px;
    bottom: 2%;
    background: radial-gradient(circle at center, rgba(11,199,15,0.24), rgba(11,199,15,0));
    animation-delay: -4s;
    transform: translate3d(0, calc(var(--scrollY) * -0.08px), 0);
  }
  .hero-noise {
    position: absolute; inset: 0;
    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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
  }
  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 24px;
    font-weight: 600;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.3s forwards;
  }
  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    line-height: 0.88;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeUp 1s ease 0.5s forwards;
    text-shadow: 0 0 26px rgba(11,199,15,0.22);
    width: min(100%, 980px);
    margin: 0 auto;
    text-align: center;
  }
  .hero-line {
    display: block;
    white-space: nowrap;
  }
  #heroTitle {
    perspective: 1000px;
    perspective-origin: 50% 50%;
    opacity: 1;
    animation: none;
  }
  #heroTitle .word {
    display: inline-block;
    opacity: 0;
    transform: rotateX(-88deg) translateY(-30px) scale(0.92);
    transform-origin: 50% 0%;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  #heroTitle .word.green {
    color: var(--accent);
  }
  @keyframes word3DFlip {
    0% {
      opacity: 0;
      transform: rotateX(-88deg) translateY(-30px) scale(0.92);
    }
    55% {
      opacity: 1;
    }
    75% {
      transform: rotateX(6deg) translateY(0) scale(1.02);
      opacity: 1;
    }
    100% {
      transform: rotateX(0deg) translateY(0) scale(1);
      opacity: 1;
    }
  }
  @keyframes greenWordPulse {
    0%,
    100% {
      filter: drop-shadow(0 0 10px rgba(11, 199, 15, 0.2));
    }
    50% {
      filter: drop-shadow(0 0 18px rgba(11, 199, 15, 0.45));
    }
  }
  #heroTitle .word.flip {
    animation: word3DFlip 0.72s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  #heroTitle .word.done {
    opacity: 1;
    transform: rotateX(0deg) translateY(0) scale(1);
    animation: none;
  }
  #heroTitle .word.green.done {
    filter: drop-shadow(0 0 12px rgba(11, 199, 15, 0.25));
    animation: greenWordPulse 1.8s ease-in-out infinite;
  }
  .hero-title .line2 {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
  }
  .hero-title .accent { color: var(--accent); }
  .hero-subtitle {
    margin: 32px auto 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: var(--text-dim);
    max-width: 460px;
    line-height: 1.7;
    font-weight: 300;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.9s forwards;
    text-align: center;
  }
  .hero-actions {
    display: flex; gap: 20px; margin-top: 48px; align-items: center;
    opacity: 0;
    animation: fadeUp 0.8s ease 1.1s forwards;
  }
  .btn-primary {
    background: var(--accent);
    color: var(--black);
    padding: 16px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    text-decoration: none;
    border: none; cursor: none;
    transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
    display: inline-flex; align-items: center; gap: 8px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  }
  .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(110deg, transparent, rgba(244,244,244,0.45), transparent);
    transition: left 0.55s ease;
  }
  .btn-primary:hover {
    background: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(11,199,15,0.24);
  }
  .btn-primary:hover::after { left: 140%; }
  .btn-ghost {
    color: var(--white); font-size: 13px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: color 0.3s;
  }
  .btn-ghost:hover { color: var(--accent); }
  .btn-ghost .arrow { transition: transform 0.3s; }
  .btn-ghost:hover .arrow { transform: translateX(4px); }

  .hero-scroll-hint {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    opacity: 0;
    animation: fadeUp 0.8s ease 1.5s forwards;
    z-index: 2;
  }
  .hero-scroll-hint span { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
  .scroll-line {
    width: 1px; height: 60px;
    background: linear-gradient(to bottom, var(--accent), transparent);
    animation: scrollPulse 2s ease infinite;
  }
  @keyframes scrollPulse { 0%,100%{opacity:0.3;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.2)} }

  /* Marquee */
  .marquee-section {
    padding: 0;
    overflow: hidden;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    min-width: 0;
    width: 100%;
    margin: 0;
    position: relative;
  }
  .marquee-track {
    display: flex; width: max-content;
    animation: marqueeLeft 25s linear infinite;
    padding: 20px 0;
  }
  .marquee-track:hover { animation-play-state: paused; }
  .marquee-item {
    white-space: nowrap;
    font-size: clamp(1.75rem, 3.8vw, 3.5rem);
    letter-spacing: 0.05em;
    padding: 0 40px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(244,244,244,0.3);
    transition: color 0.3s, -webkit-text-stroke-color 0.3s;
  }
  .marquee-item.filled {
    color: var(--white);
    -webkit-text-stroke: none;
  }
  .marquee-item:hover { color: var(--accent); -webkit-text-stroke-color: var(--accent); }
  .marquee-dot { color: var(--accent); -webkit-text-stroke: none; padding: 0 10px; }
  @keyframes marqueeLeft { from{transform:translateX(0)} to{transform:translateX(-50%)} }

  /* Section Labels */
  .section-label {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--accent); font-weight: 600; margin-bottom: 24px;
  }
  .section-label::before {
    content: ''; width: 32px; height: 1px; background: var(--accent);
  }

  /* Services */
  .services { padding: 120px 48px; }
  .services-header {
    display: flex; flex-direction: column; align-items: flex-start;
    margin-bottom: 80px;
    gap: 24px;
    text-align: left;
  }
  .services-title,
  .work-title {
    font-size: clamp(2.75rem, 5vw, 4.25rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-stretch: normal;
  }
  .services-title {
    max-width: 600px;
  }
  .services-desc {
    max-width: 600px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; line-height: 1.8;
    color: var(--text-dim); font-weight: 300;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--grey);
    border: 1px solid var(--grey);
  }
  .service-card {
    background: var(--black);
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease, transform 0.35s ease, box-shadow 0.35s ease;
    cursor: none;
  }
  .service-card:hover {
    background: var(--grey);
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(0,0,0,0.28);
  }
  .service-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px; background: var(--accent);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s ease;
  }
  .service-card:hover::before { transform: scaleX(1); }
  .service-num {
    font-size: 13px; letter-spacing: 0.2em;
    color: var(--text-dim); margin-bottom: 32px;
    font-weight: 700;
  }
  .service-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    filter: drop-shadow(0 0 8px rgba(11,199,15,0.2));
  }
  .service-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .service-name {
    font-size: 32px; letter-spacing: 0.004em;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.15;
  }
  .service-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; line-height: 1.7;
    color: var(--text-dim); font-weight: 300;
  }
  .service-tags {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
  }
  .tag {
    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--accent); border: 1px solid var(--accent);
    padding: 4px 10px;
  }

  /* Stats */
  .stats-bar {
    padding: 80px 48px;
    background: var(--grey);
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
  .stat-item { text-align: center; }
  .stat-num {
    font-family: 'DM Sans', sans-serif;
    font-size: 90px;
    color: var(--accent); line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    font-variant-numeric: lining-nums tabular-nums;
  }
  .stat-label {
    font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--text-dim); margin-top: 8px; font-weight: 600;
  }

  /* Work/Portfolio */
  .work { padding: 120px 48px; }
  .work-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 64px;
  }
  .work-title {
    max-width: 600px;
  }
  .work-title,
  .process .services-title {
    font-size: clamp(2.75rem, 5vw, 4.125rem);
    line-height: 0.95;
    letter-spacing: -0.032em;
  }
  .filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
  .filter-tab {
    padding: 8px 20px; font-size: 12px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    border: 1px solid var(--mid);
    color: var(--text-dim);
    cursor: none; background: none;
    transition: all 0.3s;
    font-family: 'DM Sans', sans-serif;
  }
  .filter-tab.active, .filter-tab:hover {
    border-color: var(--accent); color: var(--accent);
  }
  .work-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
  .work-item {
    grid-column: span 4;
    aspect-ratio: 16/11;
    position: relative; overflow: hidden;
    background: var(--grey);
    cursor: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  .work-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.28);
  }
  .work-bg {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s ease;
    display: block;
  }
  .work-item:hover .work-bg { transform: scale(1.05); }
  .work-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,31,42,0.95) 0%, rgba(8,31,42,0.22) 60%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 32px;
    opacity: 0; transition: opacity 0.4s;
  }
  .work-item:hover .work-overlay { opacity: 1; }
  .work-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
  .work-tag {
    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--accent); border: 1px solid var(--accent); padding: 3px 8px;
  }
  .work-name {
    font-size: 32px; letter-spacing: 0.004em;
    font-weight: 800;
    line-height: 1.14;
  }
  .work-cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--accent); margin-top: 12px; text-decoration: none;
    transition: gap 0.3s;
  }
  .work-item:hover .work-cta { gap: 16px; }

  /* Placeholder work images using gradients */
  .work-img-placeholder {
    width: 100%; height: 100%;
    display: block;
    transition: transform 0.7s ease;
  }
  .work-item:hover .work-img-placeholder { transform: scale(1.05); }

  .work-cover-collage {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    transition: transform 0.7s ease;
  }
  .work-item:hover .work-cover-collage { transform: scale(1.05); }
  .work-cover-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    filter: saturate(1.05) contrast(1.03);
    display: block;
    margin: 0;
    padding: 0;
  }
  .work-cover-collage.two-up {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .work-cover-collage.nazarr img {
    object-position: center 42%;
  }
  .work-cover-collage.vapes-direct img {
    object-position: center 38%;
  }
  .work-cover-collage.al-hadaf img {
    object-fit: cover;
    object-position: center 40%;
  }
  .work-cover-collage.nazarr img:nth-child(-n+2),
  .work-cover-collage.vapes-direct img:nth-child(-n+2),
  .work-cover-collage.al-hadaf img:nth-child(-n+2) {
    object-fit: cover;
    background: transparent;
  }
  .work-cover-collage.nazarr,
  .work-cover-collage.vapes-direct,
  .work-cover-collage.al-hadaf {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .work-cover-collage.nazarr img:nth-child(n+3),
  .work-cover-collage.vapes-direct img:nth-child(n+3),
  .work-cover-collage.al-hadaf img:nth-child(n+3) {
    display: none;
  }

  /* Clients */
  .clients { padding: 80px 0; overflow: hidden; }
  .clients-label {
    padding: 0 48px; margin-bottom: 48px;
  }
  .clients-track-wrap { overflow: hidden; position: relative; }
  .clients-track-wrap::before, .clients-track-wrap::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 200px; z-index: 2;
  }
  .clients-track-wrap::before { left: 0; background: linear-gradient(to right, var(--black), transparent); }
  .clients-track-wrap::after { right: 0; background: linear-gradient(to left, var(--black), transparent); }
  .clients-row {
    display: flex; width: max-content;
    animation: marqueeLeft 30s linear infinite;
    margin-bottom: 40px;
  }
  .clients-row.reverse { animation-direction: reverse; animation-duration: 35s; }
  .client-logo {
    display: flex; align-items: center; justify-content: center;
    min-width: 220px; height: 92px; margin: 0 20px;
    padding: 0 24px;
    font-size: 18px; letter-spacing: 0.08em;
    color: var(--text-dim);
    transition: all 0.3s;
    cursor: none;
    white-space: nowrap;
    font-weight: 700;
  }
  .client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
  }
  .client-logo:hover { color: var(--accent); }

  /* Process */
  .process { padding: 120px 48px; }
  .process-header {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .process-header .section-label {
    justify-content: flex-start;
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
  }
  .process-header .section-label::before {
    width: 24px;
  }
  .process .services-title {
    margin: 0;
    align-self: flex-start;
  }
  .process-steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin-top: 8px;
  }
  .process-steps::before {
    content: '';
    position: absolute; top: 30px; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, var(--mid), transparent);
  }
  .process-step { padding: 74px 32px 40px; position: relative; }
  .process-step::before {
    content: '';
    position: absolute; top: 22px; left: 32px;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--black); border: 2px solid var(--mid);
    transition: border-color 0.3s, background 0.3s;
    z-index: 1;
  }
  .process-step:hover::before { border-color: var(--accent); background: var(--accent); }
  .process-num {
    font-size: 74px; line-height: 1;
    color: transparent; -webkit-text-stroke: 1px rgba(244,244,244,0.1);
    position: absolute; top: -4px; right: 24px;
    font-weight: 700;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
    width: 2.25ch;
    text-align: right;
    white-space: nowrap;
  }
  .process-name {
    font-size: 24px; letter-spacing: -0.015em;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
  .process-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; line-height: 1.8;
    color: var(--text-dim); font-weight: 300;
  }

  /* Testimonial */
  .testimonial {
    padding: 120px 48px;
    background: var(--grey);
    position: relative; overflow: hidden;
  }
  .testimonial::before {
    content: '"';
    font-family: 'Syne', sans-serif;
    font-size: 400px; line-height: 0.8;
    color: rgba(11,199,15,0.08);
    position: absolute; top: -40px; left: 40px;
    pointer-events: none;
  }
  .testimonial-inner { max-width: 900px; margin: 0 auto; text-align: center; }
  .testimonial-quote {
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: 0.005em;
    margin-bottom: 40px;
    font-style: italic;
    color: var(--white);
  }
  .testimonial-author {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
  }
  .author-name {
    font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  }
  .author-role {
    font-size: 12px; color: var(--text-dim);
    letter-spacing: 0.1em; text-transform: uppercase;
  }
  .testimonial-dots {
    display: flex; gap: 8px; justify-content: center; margin-top: 48px;
  }
  .t-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--mid); cursor: none; transition: all 0.3s;
    border: none;
  }
  .t-dot.active { background: var(--accent); width: 24px; border-radius: 3px; }

  /* Contact */
  .contact { padding: 120px 48px; }
  .contact-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  }
  .contact-title {
    font-size: clamp(2.75rem, 6vw, 5.625rem);
    line-height: 1.02; margin-bottom: 32px;
    letter-spacing: -0.004em;
    font-weight: 700;
  }
  .contact-title span { color: var(--accent); }
  .contact-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px; line-height: 1.8;
    color: var(--text-dim); font-weight: 300; margin-bottom: 40px;
  }
  .contact-info { display: flex; flex-direction: column; gap: 16px; }
  .contact-info-item {
    display: flex; gap: 16px; align-items: center;
    font-size: 13px; font-weight: 600; letter-spacing: 0.05em;
  }
  .contact-info-item .ci-label { color: var(--text-dim); min-width: 60px; }
  .contact-info-item a { color: var(--white); text-decoration: none; transition: color 0.3s; }
  .contact-info-item a:hover { color: var(--accent); }

  .contact-form { display: flex; flex-direction: column; gap: 20px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .form-group { display: flex; flex-direction: column; gap: 8px; }
  .form-group label {
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--text-dim); font-weight: 600;
  }
  .form-group input, .form-group textarea, .form-group select {
    background: var(--grey);
    border: 1px solid var(--mid);
    padding: 14px 18px;
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 300;
    outline: none;
    transition: border-color 0.3s;
    cursor: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    border-color: var(--accent);
  }
  .form-group select option { background: var(--grey); }
  .form-submit {
    background: var(--accent); color: var(--black);
    border: none; padding: 18px 40px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    cursor: none; transition: all 0.3s; align-self: flex-start;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  }
  .form-submit:hover { background: var(--white); transform: translateY(-2px); }

  /* Footer */
  footer {
    border-top: 1px solid var(--grey);
    padding: 60px 48px 40px;
  }
  .footer-top {
    display: flex; justify-content: space-between; align-items: flex-start;
    padding-bottom: 48px; border-bottom: 1px solid var(--grey);
  }
  .footer-logo {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
  }
  .footer-logo-img {
    height: 48px;
    width: auto;
    display: block;
    object-fit: contain;
  }
  .footer-tagline {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; color: var(--text-dim); font-weight: 300;
    max-width: 240px; line-height: 1.7;
  }
  .footer-links { display: flex; gap: 80px; }
  .footer-col h4 {
    font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 24px; font-weight: 700;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-col a {
    color: var(--text-dim); text-decoration: none;
    font-size: 13px; font-weight: 400;
    transition: color 0.3s;
    letter-spacing: 0.02em;
  }
  .footer-col a:hover { color: var(--white); }
  .footer-social { display: flex; gap: 12px; }
  .social-btn {
    width: 44px; height: 44px;
    border: 1px solid var(--mid);
    display: flex; align-items: center; justify-content: center;
    color: var(--text-dim); text-decoration: none;
    font-size: 14px; font-weight: 700;
    transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    cursor: none;
  }
  .social-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-4px);
  }

  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 32px;
    font-size: 12px; color: var(--text-dim);
    letter-spacing: 0.05em;
  }

  /* About Overlay */
  body.overlay-open {
    overflow: hidden;
  }
  .about-overlay {
    position: fixed;
    inset: 0;
    z-index: 250;
    background: rgba(4, 14, 20, 0.72);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .about-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .about-panel {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 82% 14%, rgba(11, 199, 15, 0.22), transparent 44%),
      radial-gradient(circle at 8% 88%, rgba(11, 199, 15, 0.18), transparent 46%),
      linear-gradient(145deg, #071a24 0%, #0a2d3c 45%, #071f2c 100%);
    border-top: 1px solid rgba(11, 199, 15, 0.34);
    transform: translateX(104%);
    transition: transform 0.78s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    align-content: center;
    padding: 100px 64px 72px;
  }
  .about-overlay.is-open .about-panel {
    transform: translateX(0);
  }
  .about-close {
    position: absolute;
    top: 30px;
    right: 36px;
    border: none;
    background: var(--accent);
    color: var(--black);
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 22px;
    cursor: none;
    transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
    position: absolute;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .about-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(110deg, transparent, rgba(244,244,244,0.45), transparent);
    transition: left 0.55s ease;
  }
  .about-close:hover {
    background: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(11,199,15,0.24);
  }
  .about-close:hover::after { left: 140%; }
  .about-grid {
    width: min(1240px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 56px;
    align-items: end;
  }
  .about-kicker {
    color: var(--accent);
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 700;
  }
  .about-title {
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    line-height: 0.93;
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-transform: uppercase;
    max-width: 14ch;
  }
  .about-title .about-highlight {
    color: var(--accent);
  }
  .about-title .about-nowrap {
    white-space: nowrap;
  }
  .about-copy {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.64;
    color: #d5e0e5;
    max-width: 34ch;
    justify-self: end;
  }

  /* Floating Grixx chatbot embed */
  .grixx-launcher {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1201;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(11, 199, 15, 0.34);
    border-radius: 999px;
    background: rgba(8, 31, 42, 0.96);
    color: var(--white);
    padding: 12px 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    cursor: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .grixx-launcher:hover {
    background: rgba(13, 45, 61, 0.98);
    border-color: rgba(11, 199, 15, 0.7);
    transform: translateY(-2px);
  }

  .grixx-launcher.is-open {
    background: rgba(13, 45, 61, 0.98);
    border-color: rgba(11, 199, 15, 0.76);
  }

  .grixx-launcher-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(11, 199, 15, 0.12);
  }

  .grixx-chatbot-embed {
    position: fixed;
    right: 24px;
    bottom: 78px;
    width: 360px;
    height: 560px;
    z-index: 1200;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(13, 45, 61, 0.34), rgba(8, 31, 42, 0.18));
    border: 1px solid rgba(244, 244, 244, 0.14);
    backdrop-filter: blur(16px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translateY(14px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .grixx-chatbot-embed.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .grixx-chatbot-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  @media (max-width: 640px) {
    .grixx-launcher {
      right: 12px;
      bottom: 12px;
      cursor: pointer;
    }

    .grixx-chatbot-embed {
      right: 12px;
      bottom: 66px;
      width: min(90vw, 360px);
      height: min(72vh, 560px);
    }
  }
  .about-copy p + p {
    margin-top: 12px;
  }
  .about-overlay-cta {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: gap 0.24s ease, color 0.24s ease;
  }
  .about-overlay-cta:hover {
    gap: 14px;
    color: var(--white);
  }

  /* Team Overlay */
  body.team-overlay-open {
    overflow: hidden;
  }

  #teamOverlay {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: none;
    align-items: flex-start;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-gutter: stable both-edges;
    transition: opacity 0.2s ease;
  }

  #teamOverlay .to-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 82% 14%, rgba(11, 199, 15, 0.22), transparent 44%),
      radial-gradient(circle at 8% 88%, rgba(11, 199, 15, 0.18), transparent 46%),
      linear-gradient(145deg, #071a24 0%, #0a2d3c 45%, #071f2c 100%);
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }

  #teamOverlay.open {
    display: flex;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
  }

  #teamOverlay.open .to-bg {
    transform: translateY(0%);
  }

  .to-inner {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    min-height: 100dvh;
    height: auto;
    overflow: visible;
    padding: 80px 52px 80px;
    margin: 0 auto;
    box-sizing: border-box;
    overscroll-behavior: contain;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s;
  }

  .to-header,
  .to-grid {
    width: min(1180px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  #teamOverlay.open .to-inner {
    opacity: 1;
    transform: translateY(0);
  }

  .to-close {
    position: fixed;
    top: 32px;
    right: 48px;
    z-index: 10;
    width: 52px;
    height: 52px;
    background: none;
    border: 1px solid rgba(244,244,244,0.15);
    cursor: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.6s, border-color 0.3s;
  }

  #teamOverlay.open .to-close {
    opacity: 1;
    pointer-events: all;
  }

  .to-close:hover { border-color: var(--accent); }

  .to-close span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--white);
    transition: transform 0.3s, background 0.3s;
    transform-origin: center;
  }

  .to-close:hover span { background: var(--accent); }
  .to-close span:first-child { transform: translateY(4px) rotate(45deg); }
  .to-close span:last-child  { transform: translateY(-4px) rotate(-45deg); }

  .to-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
    font-stretch: normal;
  }

  .to-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(52px, 8vw, 110px);
    line-height: 0.94;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 64px;
    font-stretch: normal;
    text-wrap: balance;
  }

  .to-title span { color: var(--accent); }

  .to-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 2px;
    background: rgba(244,244,244,0.06);
    border: 1px solid rgba(244,244,244,0.06);
  }

  .to-card {
    background: #081f2a;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    overflow: hidden;
    transition: background 0.35s, opacity 0.55s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateY(28px);
  }

  .to-card:not(.to-founder) {
    aspect-ratio: 1 / 1;
  }

  .to-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }

  .to-card:hover { background: #0d2a37; }
  .to-card:hover::before { transform: scaleX(1); }

  .to-card.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .to-card.to-founder {
    grid-column: 4 / 8;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 24px;
    background: #0d2a37;
    border: 1px solid rgba(11, 199, 15, 0.25);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }

  .to-card.to-founder::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11,199,15,0.08) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: founderPulse 3.5s ease-in-out infinite;
  }

  @keyframes founderPulse {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
  }

  .to-card.to-founder::before {
    transform: scaleX(1);
    background: linear-gradient(to right, transparent, var(--accent), transparent);
  }

  .to-founder-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent);
    background: rgba(11, 199, 15, 0.1);
    border: 1px solid rgba(11, 199, 15, 0.3);
    padding: 5px 14px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    font-family: 'DM Sans', sans-serif;
  }

  .to-founder-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    animation: badgePing 1.8s ease-in-out infinite;
  }

  @keyframes badgePing {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.5); }
  }

  .to-avatar.to-avatar-lg {
    width: 110px;
    height: 110px;
    border-width: 2px;
    border-color: rgba(11, 199, 15, 0.5);
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(11,199,15,0.06), 0 0 0 12px rgba(11,199,15,0.03);
  }

  .to-avatar.to-avatar-lg .to-initials {
    font-size: 36px;
  }

  .to-name.to-name-lg {
    font-size: 36px;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
  }

  .to-card.to-founder .to-role,
  .to-card.to-founder .to-bio {
    position: relative;
    z-index: 1;
  }

  .to-card.to-founder .to-bio {
    max-width: 34ch;
    margin: 0 auto;
    color: rgba(244, 244, 244, 0.65);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .to-founder-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: var(--black);
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 28px;
    transition: background 0.3s, transform 0.3s;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  }

  .to-founder-cta:hover {
    background: var(--white);
    transform: translateY(-2px);
  }

  .to-card.to-row2,
  .to-card.to-row3 {
    grid-column: span 2;
  }

  .to-card.to-row2:nth-of-type(2) { grid-column: 1 / 3; grid-row: 2; }
  .to-card.to-row2:nth-of-type(3) { grid-column: 3 / 5; grid-row: 2; }
  .to-card.to-row2:nth-of-type(4) { grid-column: 5 / 7; grid-row: 2; }
  .to-card.to-row2:nth-of-type(5) { grid-column: 7 / 9; grid-row: 2; }
  .to-card.to-row2:nth-of-type(6) { grid-column: 9 / 11; grid-row: 2; }

  .to-card.to-row3:nth-of-type(7) { grid-column: 3 / 5; grid-row: 3; }
  .to-card.to-row3:nth-of-type(8) { grid-column: 5 / 7; grid-row: 3; }
  .to-card.to-row3:nth-of-type(9) { grid-column: 7 / 9; grid-row: 3; }

  .to-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(11,199,15,0.3);
    flex-shrink: 0;
  }

  .to-initials {
    width: 100%;
    height: 100%;
    background: rgba(11,199,15,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--accent);
  }

  .to-name {
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 4px;
    font-stretch: normal;
  }

  .to-role {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-stretch: normal;
  }

  .to-bio {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(244,244,244,0.58);
    font-weight: 300;
    max-width: 34ch;
  }

  .to-card:not(.to-founder) .to-bio {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media (max-width: 1024px) {
    .to-grid { grid-template-columns: repeat(3, 1fr); }
    .to-card.to-founder { grid-column: 1 / -1; grid-row: auto; aspect-ratio: auto; }
    .to-card.to-row2,
    .to-card.to-row3 {
      grid-column: auto;
      grid-row: auto;
    }
  }

  @media (max-width: 700px) {
    .to-grid { grid-template-columns: repeat(2, 1fr); }
    .to-card.to-founder { grid-column: 1 / -1; grid-row: auto; aspect-ratio: auto; }
    .to-inner {
      width: 100%;
      padding: 80px 22px;
    }
    .to-close {
      right: 22px;
      cursor: pointer;
    }
  }

  @media (max-width: 420px) {
    .to-grid { grid-template-columns: 1fr; }
    .to-card.to-founder { grid-column: 1 / -1; grid-row: auto; aspect-ratio: auto; }
  }

  /* Scroll reveal */
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  .stagger-item {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: transform, opacity;
  }
  .stagger-item.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  @keyframes fadeUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
  @keyframes orbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, -22px, 0) scale(1.06); }
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation: none !important;
      transition: none !important;
      scroll-behavior: auto !important;
    }
  }

  /* Responsive */
  @media (max-width: 1200px) {
    .hero { padding: 130px 32px 80px; }
    .services, .work, .process, .testimonial, .contact { padding: 100px 32px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .work-item { grid-column: span 1; }
    .contact-inner { gap: 48px; }
    .footer-top { gap: 36px; flex-wrap: wrap; }
    .footer-links { gap: 48px; flex-wrap: wrap; }
  }

  @media (max-width: 992px) {
    nav { padding: 20px 24px; }
    .nav-links { gap: 24px; }
    .services-header, .work-header { flex-direction: column; align-items: flex-start; }
    .services-title, .work-title, .contact-title { font-size: clamp(2.5rem, 5vw, 3.6rem); }
    .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-steps::before { display: none; }
    .process-step { padding: 64px 20px 24px; }
    .contact-inner { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .about-title { font-size: clamp(2rem, 5vw, 2.6rem); max-width: 100%; }
  }

  @media (max-width: 768px) {
    .nav-toggle { display: inline-flex; }
    .nav-right {
      position: absolute;
      top: calc(100% + 12px);
      right: 24px;
      left: 24px;
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
      padding: 20px;
      border: 1px solid var(--mid);
      background: rgba(8,31,42,0.98);
      backdrop-filter: blur(10px);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-8px);
      transition: opacity 0.25s ease, transform 0.25s ease;
    }
    .nav-right.is-open {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .nav-links { display: flex; flex-direction: column; gap: 14px; }
    .nav-cta { display: inline-flex; justify-content: center; width: 100%; }
    .hero { min-height: auto; padding: 112px 24px 104px; }
    .hero-title { font-size: clamp(2.8rem, 9vw, 4.4rem); line-height: 0.9; width: 100%; }
    .hero-line { white-space: normal; display: block; }
    .hero-subtitle { font-size: 1rem; margin-top: 24px; max-width: 100%; }
    .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; width: min(100%, 320px); margin-top: 32px; }
    .btn-primary, .btn-ghost { justify-content: center; width: 100%; padding: 14px 20px; }
    .marquee-section { margin: 0; width: 100%; }
    .marquee-item { font-size: clamp(1.4rem, 3.8vw, 2.35rem); padding: 0 16px; }
    .services, .work, .process, .testimonial, .contact, footer { padding: 80px 24px; }
    .services-header, .work-header { gap: 24px; margin-bottom: 48px; }
    .services-grid { grid-template-columns: 1fr; }
    .stats-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 60px 24px; }
    .work-grid { grid-template-columns: 1fr; }
    .work-item { aspect-ratio: 4 / 3; }
    .process-steps { grid-template-columns: 1fr; }
    .process-step { padding: 56px 0 24px; }
    .process-step::before { left: 0; top: 20px; }
    .process-num { right: 0; top: 0; font-size: 3rem; width: 2.25ch; }
    .services-title, .work-title, .process .services-title { font-size: clamp(2.2rem, 8vw, 2.8rem); line-height: 0.96; letter-spacing: -0.02em; max-width: 100%; }
    .process-name { font-size: 22px; }
    .services-desc, .service-desc, .process-desc, .contact-desc, .footer-tagline { font-size: 0.95rem; }
    .contact-inner { grid-template-columns: 1fr; gap: 40px; }
    .contact-info-item { flex-wrap: wrap; gap: 8px; }
    .form-row { grid-template-columns: 1fr; gap: 16px; }
    .footer-top { flex-direction: column; gap: 32px; align-items: flex-start; padding-bottom: 32px; }
    .footer-links { flex-direction: column; gap: 32px; width: 100%; }
    .footer-bottom { flex-direction: column; gap: 10px; align-items: flex-start; text-align: left; }
    .testimonial-quote { font-size: clamp(1.4rem, 4vw, 2rem); }
    .about-panel { padding: 88px 24px 42px; }
    .about-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
    .about-title { font-size: 28px; max-width: 100%; line-height: 0.93; letter-spacing: -0.024em; }
    .about-copy { justify-self: stretch; max-width: 100%; font-size: 15px; }
    .about-close { top: 18px; right: 20px; cursor: pointer; }
    #cursor, #cursor-follower { display: none; }
    body { cursor: auto; }
    .btn-primary, .form-submit, nav a, .filter-tab, .nav-cta, .social-btn, .client-logo, .work-item, .service-card { cursor: pointer; }
    .clients-label { padding: 0 24px; }
    .testimonial { padding: 80px 24px; }
    .logo-img { height: 32px; }
    .footer-logo-img { height: 38px; }
    .contact-title { line-height: 1; letter-spacing: -0.008em; }
  }

  @media (max-width: 576px) {
    .hero { padding: 104px 18px 96px; }
    .services, .work, .process, .testimonial, .contact, footer { padding: 72px 18px; }
    .stats-bar { grid-template-columns: 1fr; padding: 48px 18px; }
    .service-card { padding: 28px 18px; }
    .hero-eyebrow { font-size: 0.72rem; margin-bottom: 16px; }
    .hero-subtitle { font-size: 0.95rem; line-height: 1.65; }
    .hero-actions { max-width: 100%; }
    .nav-toggle { width: 44px; height: 44px; }
    .contact-title { font-size: clamp(1.9rem, 8vw, 2.5rem); }
    .testimonial-author { gap: 6px; }
    .footer-social { flex-wrap: wrap; }
    .social-btn { width: 40px; height: 40px; }
    .grixx-launcher { right: 12px; bottom: 12px; padding: 12px 14px; }
    .grixx-chatbot-embed { right: 12px; bottom: 66px; width: min(94vw, 360px); height: min(72vh, 560px); }
    .clients-label { padding: 0 18px; }
    .client-logo { min-width: 140px; margin: 0 12px; height: 58px; }
  }

