  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    color-scheme: dark;
    --bg: #050508;
    --surface: #0d0d14;
    --surface-2: #151522;
    --glass: rgba(255,255,255,0.04);
    --glass-border: rgba(255,255,255,0.08);
    --accent: #7c6ef0;
    --accent2: #e87c4e;
    --accent3: #4ecbe8;
    --text: #f0eeff;
    --muted: rgba(240,238,255,0.45);
    --panel-shadow: 0 28px 70px rgba(0,0,0,0.45);
    --scene-glow-1: rgba(124,110,240,0.22);
    --scene-glow-2: rgba(78,203,232,0.14);
    --scene-glow-3: rgba(232,124,78,0.12);
    --font-display: 'Syne', sans-serif;
    --font-body: 'DM Sans', sans-serif;
  }

  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  html { scroll-behavior: smooth; }

  body {
    position: relative;
    min-height: 100vh;
    background: var(--bg);
    background:
      radial-gradient(circle at top, rgba(17,24,62,0.9), transparent 30%),
      radial-gradient(circle at 20% 18%, rgba(124,110,240,0.12), transparent 24%),
      linear-gradient(180deg, #050508 0%, #04040a 52%, #020205 100%);
    color: var(--text);
    font-family: var(--font-body);
    overflow-x: hidden;
    cursor: auto;
    transition: background 0.45s ease, color 0.35s ease;
  }
  body::after {
    content: '';
    position: fixed;
    inset: 0;
    background:
      radial-gradient(circle at 15% 20%, var(--scene-glow-1), transparent 28%),
      radial-gradient(circle at 84% 18%, var(--scene-glow-2), transparent 24%),
      radial-gradient(circle at 50% 78%, var(--scene-glow-3), transparent 30%);
    z-index: 0;
    pointer-events: none;
    filter: blur(24px);
    opacity: 0.9;
  }

  @media (pointer: fine) {
    body { cursor: none; }
  }

  /* Custom cursor */
  #cursor {
    width: 12px; height: 12px;
    background: var(--accent);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.15s ease, width 0.3s, height 0.3s, background 0.3s;
    transform: translate(-50%, -50%);
  }
  #cursor-ring {
    width: 40px; height: 40px;
    border: 1px solid rgba(124,110,240,0.5);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: all 0.08s ease;
  }
  body:has(a:hover) #cursor, body:has(button:hover) #cursor {
    width: 20px; height: 20px;
    background: var(--accent2);
  }

  /* Background scene */
  #bg-canvas {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.82;
    mix-blend-mode: screen;
  }

  .space-scene {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }
  .space-layer,
  .space-dust,
  .space-glow,
  .shooting-star {
    position: absolute;
    inset: 0;
  }
  .space-layer {
    opacity: 0.7;
    will-change: transform;
  }
  .layer-far {
    background-image:
      radial-gradient(circle at 18% 24%, rgba(255,255,255,0.82) 0 1px, transparent 1.9px),
      radial-gradient(circle at 76% 20%, rgba(78,203,232,0.72) 0 1.2px, transparent 2px),
      radial-gradient(circle at 36% 78%, rgba(124,110,240,0.76) 0 1px, transparent 1.8px),
      radial-gradient(circle at 88% 72%, rgba(255,255,255,0.68) 0 1.1px, transparent 1.9px),
      radial-gradient(circle at 12% 64%, rgba(232,124,78,0.55) 0 1px, transparent 1.9px);
    background-size: 340px 340px, 420px 420px, 380px 380px, 460px 460px, 300px 300px;
    animation: driftStars 80s linear infinite;
  }
  .layer-mid {
    background-image:
      radial-gradient(circle at 24% 32%, rgba(255,255,255,0.95) 0 1.2px, transparent 2px),
      radial-gradient(circle at 72% 68%, rgba(124,110,240,0.82) 0 1.3px, transparent 2.2px),
      radial-gradient(circle at 46% 12%, rgba(78,203,232,0.78) 0 1.1px, transparent 2px),
      radial-gradient(circle at 84% 42%, rgba(255,255,255,0.72) 0 1px, transparent 2px),
      radial-gradient(circle at 14% 84%, rgba(232,124,78,0.64) 0 1.1px, transparent 2px);
    background-size: 240px 240px, 280px 280px, 320px 320px, 260px 260px, 300px 300px;
    animation: driftStars 56s linear infinite reverse;
    opacity: 0.45;
  }
  .space-dust {
    background:
      radial-gradient(circle at 30% 30%, rgba(124,110,240,0.16), transparent 22%),
      radial-gradient(circle at 72% 22%, rgba(78,203,232,0.12), transparent 20%),
      radial-gradient(circle at 54% 76%, rgba(232,124,78,0.1), transparent 24%);
    filter: blur(36px);
    opacity: 0.85;
    animation: orbitDust 26s ease-in-out infinite alternate;
  }
  .space-glow {
    inset: auto;
    width: 30vw;
    height: 30vw;
    min-width: 220px;
    min-height: 220px;
    border-radius: 50%;
    filter: blur(34px);
    opacity: 0.22;
    will-change: transform;
  }
  .glow-a {
    left: -8vw;
    top: 10vh;
    background: radial-gradient(circle, rgba(124,110,240,0.65), transparent 66%);
    animation: floatNebula 18s ease-in-out infinite;
  }
  .glow-b {
    right: -10vw;
    bottom: 8vh;
    background: radial-gradient(circle, rgba(78,203,232,0.55), transparent 68%);
    animation: floatNebula 22s ease-in-out infinite reverse;
  }
  .shooting-star {
    inset: auto;
    width: 180px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.96), rgba(78,203,232,0));
    box-shadow: 0 0 18px rgba(78,203,232,0.35);
    opacity: 0;
    transform: rotate(-24deg) translate3d(0, 0, 0);
    animation: shooting 11s linear infinite;
  }
  .shooting-star::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    box-shadow: 0 0 16px rgba(255,255,255,0.6);
  }
  .star-one {
    top: 14%;
    left: 58%;
    animation-delay: 0s;
  }
  .star-two {
    top: 26%;
    left: 72%;
    width: 140px;
    animation-delay: 3.8s;
  }
  .star-three {
    top: 42%;
    left: 64%;
    width: 220px;
    animation-delay: 7.1s;
  }
  @keyframes driftStars {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-60px, 40px, 0) scale(1.04); }
  }
  @keyframes orbitDust {
    0% { transform: translate3d(-2%, 0, 0) scale(1); }
    50% { transform: translate3d(1.5%, -2%, 0) scale(1.04); }
    100% { transform: translate3d(3%, 2%, 0) scale(0.98); }
  }
  @keyframes floatNebula {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(24px, -18px, 0) scale(1.08); }
  }
  @keyframes shooting {
    0%, 72% {
      opacity: 0;
      transform: rotate(-24deg) translate3d(0, 0, 0);
    }
    74% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: rotate(-24deg) translate3d(-380px, 220px, 0);
    }
  }

  /* Noise overlay */
  body::before {
    content: '';
    position: fixed; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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.03'/%3E%3C/svg%3E");
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 24px 60px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background: linear-gradient(to bottom, color-mix(in srgb, var(--bg) 92%, transparent), color-mix(in srgb, var(--bg) 46%, transparent), transparent);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 18px 48px rgba(0,0,0,0.16);
  }
  .nav-logo {
    font-family: var(--font-display);
    font-size: 18px; font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text);
    text-decoration: none;
  }
  .nav-logo span { color: var(--accent); }
  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    justify-self: center;
    align-items: center;
  }
  .nav-links a {
    color: var(--muted); text-decoration: none;
    font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
    transition: color 0.3s;
    font-weight: 400;
  }
  .nav-links a:hover { color: var(--text); }
  .nav-cta {
    background: transparent;
    border: 1px solid var(--glass-border);
    color: var(--text);
    padding: 10px 22px;
    font-family: var(--font-display);
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    background: var(--glass);
  }
  .nav-cta:hover {
    border-color: var(--accent);
    color: var(--accent);
    box-shadow: 0 0 20px rgba(124,110,240,0.2);
  }
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
  }
  .nav-menu-btn {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(16px);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 5px;
    transition: all 0.3s;
  }
  .nav-menu-btn:hover {
    border-color: rgba(124,110,240,0.35);
    box-shadow: 0 10px 30px rgba(124,110,240,0.18);
  }
  .nav-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: transform 0.3s, opacity 0.3s;
  }
  body.menu-open .nav-menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .nav-menu-btn span:nth-child(2) { opacity: 0; }
  body.menu-open .nav-menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: color-mix(in srgb, var(--bg) 56%, transparent);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 130;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    padding: 88px 22px 24px;
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--bg) 98%, transparent)),
      radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 20%, transparent), transparent 48%);
    border-left: 1px solid var(--glass-border);
    box-shadow: -18px 0 60px rgba(0,0,0,0.22);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
    z-index: 140;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .mobile-menu-label {
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .mobile-menu-close {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    background: rgba(255,255,255,0.04);
    color: var(--text);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
  }
  .mobile-menu-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-menu-links a {
    display: block;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.03);
    color: var(--text);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: all 0.25s;
  }
  .mobile-menu-links a:hover {
    border-color: rgba(124,110,240,0.25);
    background: rgba(124,110,240,0.09);
    transform: translateX(-2px);
  }
  .mobile-menu-cta {
    width: 100%;
    justify-content: center;
    margin-top: auto;
  }
  body.menu-open { overflow: hidden; }
  body.menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  body.menu-open .mobile-menu { transform: translateX(0); }

  /* SECTIONS */
  section { position: relative; z-index: 2; }

  /* HERO */
  #hero {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding: 98px 60px 18px;
    perspective: 1000px;
  }
  .hero-inner {
    max-width: 1240px; margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 52px;
    align-items: start;
  }
  .hero-inner > * { min-width: 0; }
  .hero-left {
    min-width: 0;
    max-width: 620px;
    padding-top: 10px;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    padding: 8px 16px; border-radius: 100px;
    font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    max-width: 100%;
  }
  .hero-badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 8px #4ade80;
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
  }
  .hero-title {
    font-family: var(--font-display);
    font-size: clamp(46px, 5vw, 78px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;
    margin-bottom: 18px;
    max-width: 100%;
    text-wrap: balance;
  }
  .hero-title .line { display: block; overflow: hidden; }
  .hero-title .line-inner {
    display: block;
    animation: slideUp 0.9s cubic-bezier(0.16,1,0.3,1) both;
    white-space: normal;
  }
  .hero-title .line:nth-child(2) .line-inner { animation-delay: 0.1s; }
  .hero-title .line:nth-child(3) .line-inner { animation-delay: 0.2s; }
  @keyframes slideUp {
    from { transform: translateY(110%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  .accent-word {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(124,110,240,0.6);
  }
  .gradient-word {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-desc {
    color: var(--muted);
    font-size: 16px; line-height: 1.8;
    max-width: 420px;
    margin-bottom: 28px;
    animation: fadeIn 1s 0.4s both;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-btns {
    display: flex; gap: 16px; align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 1s 0.55s both;
  }
  .btn-primary {
    background: linear-gradient(135deg, var(--accent), #9f8ff5);
    color: #fff;
    padding: 14px 30px;
    border: none; border-radius: 100px;
    font-family: var(--font-display);
    font-size: 14px; font-weight: 700;
    cursor: pointer; letter-spacing: 0.03em;
    transition: all 0.3s;
    box-shadow: 0 8px 32px rgba(124,110,240,0.35);
    position: relative; overflow: hidden;
  }
  .btn-primary::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #9f8ff5, var(--accent));
    opacity: 0; transition: opacity 0.3s;
    border-radius: inherit;
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(124,110,240,0.5); }
  .btn-primary:hover::after { opacity: 1; }
  a.btn-primary {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-ghost {
    background: transparent; border: none;
    color: var(--muted); font-family: var(--font-body);
    font-size: 14px; cursor: pointer;
    display: flex; align-items: center; gap: 8px;
    transition: color 0.3s;
  }
  a.btn-ghost { text-decoration: none; }
  .btn-ghost:hover { color: var(--text); }
  .btn-ghost-arrow {
    width: 32px; height: 32px;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
    background: var(--glass);
  }
  .btn-ghost:hover .btn-ghost-arrow {
    border-color: var(--accent);
    background: rgba(124,110,240,0.1);
    transform: rotate(45deg);
  }
  .btn-resume {
    padding: 12px 18px;
    border: 1px solid rgba(232,124,78,0.2);
    border-radius: 100px;
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--surface) 88%, transparent), color-mix(in srgb, var(--bg) 90%, transparent));
    color: var(--text);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 18px 42px rgba(0,0,0,0.16);
  }
  .btn-resume .btn-ghost-arrow {
    border-color: rgba(232,124,78,0.2);
    background: rgba(232,124,78,0.08);
    color: var(--accent2);
  }
  .btn-resume:hover {
    color: var(--text);
    border-color: rgba(232,124,78,0.38);
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(232,124,78,0.18);
  }
  .btn-resume:hover .btn-ghost-arrow {
    border-color: rgba(232,124,78,0.38);
    background: rgba(232,124,78,0.14);
    transform: translateY(2px);
  }

  /* Hero stats */
  .hero-stats {
    display: flex; gap: 32px;
    margin-top: 28px;
    flex-wrap: wrap;
    animation: fadeIn 1s 0.7s both;
  }
  .stat-item { }
  .stat-num {
    font-family: var(--font-display);
    font-size: 28px; font-weight: 800;
    background: linear-gradient(135deg, var(--text), var(--muted));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .stat-label { font-size: 12px; color: var(--muted); letter-spacing: 0.05em; margin-top: 2px; }

  /* Hero 3D card */
  .hero-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    animation: fadeIn 1s 0.3s both;
  }
  .visual-stage {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 520px);
    min-height: 588px;
    padding: 28px 34px 20px;
    gap: 10px;
    align-content: start;
    border-radius: 38px;
    transform-style: preserve-3d;
    background:
      linear-gradient(145deg, color-mix(in srgb, var(--surface) 82%, transparent), color-mix(in srgb, var(--bg) 92%, transparent)),
      radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 12%, transparent), transparent 46%);
    border: 1px solid color-mix(in srgb, var(--glass-border) 80%, transparent);
    box-shadow: var(--panel-shadow), 0 0 0 1px rgba(255,255,255,0.03) inset;
    overflow: visible;
  }
  .visual-stage::before,
  .visual-stage::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
  }
  .visual-stage::before {
    width: 240px;
    height: 240px;
    top: -55px;
    right: -35px;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 22%, transparent), transparent 68%);
    opacity: 0.42;
  }
  .visual-stage::after {
    width: 180px;
    height: 180px;
    left: -26px;
    bottom: -34px;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent3) 22%, transparent), transparent 70%);
    opacity: 0.3;
  }
  .hero-visual .hero-badge {
    margin-bottom: 0;
    justify-content: center;
    transform: translateZ(28px);
    margin-top: -34px;
    position: relative;
    z-index: 4;
  }
  .card-3d-wrapper {
    transform-style: preserve-3d;
    animation: float3d 6s ease-in-out infinite;
    position: relative;
    z-index: 2;
    margin-top: 8px;
  }
  @keyframes float3d {
    0%, 100% { transform: rotateY(-8deg) rotateX(5deg) translateY(0); }
    33% { transform: rotateY(-4deg) rotateX(8deg) translateY(-15px); }
    66% { transform: rotateY(-12deg) rotateX(3deg) translateY(-8px); }
  }
  .card-3d {
    width: min(100%, 360px);
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), color-mix(in srgb, var(--accent3) 8%, transparent));
    border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--glass-border));
    border-radius: 28px;
    padding: 32px;
    backdrop-filter: blur(20px);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.04) inset,
      0 40px 80px rgba(0,0,0,0.35),
      0 0 60px color-mix(in srgb, var(--accent) 16%, transparent);
    position: relative; overflow: hidden;
    transform: translateZ(60px);
  }
  .card-3d::before {
    content: '';
    position: absolute; top: -60%; left: -20%;
    width: 200%; height: 200%;
    background: radial-gradient(ellipse at 30% 20%, rgba(124,110,240,0.08), transparent 60%);
    pointer-events: none;
  }
  .card-mockup-bar {
    display: flex; gap: 6px; margin-bottom: 20px;
  }
  .dot { width: 10px; height: 10px; border-radius: 50%; }
  .dot-r { background: #ff5f57; }
  .dot-y { background: #ffbd2e; }
  .dot-g { background: #28ca41; }
  .card-mockup-img {
    width: 100%; height: 180px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, transparent), color-mix(in srgb, var(--accent2) 14%, transparent));
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
  }
  .mockup-grid {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(color-mix(in srgb, var(--accent) 14%, transparent) 1px, transparent 1px),
      linear-gradient(90deg, color-mix(in srgb, var(--accent) 14%, transparent) 1px, transparent 1px);
    background-size: 30px 30px;
  }
  .mockup-shape1 {
    position: absolute; width: 100px; height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 44%, transparent), transparent 70%);
    top: 20%; left: 20%;
  }
  .mockup-shape2 {
    position: absolute; width: 60px; height: 60px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--accent2) 35%, transparent);
    transform: rotate(20deg);
    bottom: 15%; right: 20%;
  }
  .mockup-shape3 {
    position: absolute; width: 40px; height: 40px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent3) 35%, transparent);
    top: 15%; right: 25%;
  }
  .card-info-row {
    display: flex; justify-content: space-between; align-items: flex-end;
  }
  .card-info-title {
    font-family: var(--font-display);
    font-size: 18px; font-weight: 700; margin-bottom: 4px;
  }
  .card-info-sub { font-size: 12px; color: var(--muted); }
  .card-score {
    font-family: var(--font-display);
    font-size: 28px; font-weight: 800;
    background: linear-gradient(135deg, var(--accent), var(--accent3));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .floating-chip {
    position: absolute;
    background: var(--glass);
    backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    padding: 8px 14px;
    font-size: 12px;
    font-family: var(--font-display);
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 16px 40px rgba(0,0,0,0.16);
    transform: translateZ(90px);
  }
  .chip1 { top: 20px; right: 10px; color: var(--accent); border-color: rgba(124,110,240,0.3); }
  .chip2 { top: 208px; left: -26px; color: var(--accent2); border-color: rgba(232,124,78,0.3); }
  .chip3 { bottom: 18px; right: 8px; color: var(--accent3); border-color: rgba(78,203,232,0.3); }

  /* MARQUEE */
  .marquee-section {
    margin-top: 24px;
    padding: 24px 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    overflow: hidden;
    position: relative; z-index: 2;
  }
  .marquee-track {
    display: flex; gap: 60px;
    animation: marquee 18s linear infinite;
    width: max-content;
  }
  .marquee-track:hover { animation-play-state: paused; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .marquee-item {
    font-family: var(--font-display); font-size: 13px;
    font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--muted); white-space: nowrap;
    display: flex; align-items: center; gap: 16px;
  }
  .marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

  /* ABOUT */
  #about {
    padding: 120px 60px;
    max-width: 1200px; margin: 0 auto;
  }
  .section-label {
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--accent); font-family: var(--font-display); font-weight: 600;
    margin-bottom: 16px; display: flex; align-items: center; gap: 10px;
  }
  .section-label::before {
    content: ''; width: 24px; height: 1px; background: var(--accent);
  }
  .section-title {
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800; letter-spacing: -2px; line-height: 1;
    margin-bottom: 20px;
  }
  .about-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    margin-top: 60px;
  }
  .about-text p {
    color: var(--muted); font-size: 16px; line-height: 1.9;
    margin-bottom: 20px;
  }
  .about-text p strong { color: var(--text); font-weight: 400; }
  .skills-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
    margin-top: 36px;
  }
  .skill-tag {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 13px; font-weight: 500;
    color: var(--muted);
    display: flex; align-items: center; gap: 10px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
  }
  .skill-tag:hover {
    border-color: var(--accent);
    color: var(--text);
    background: rgba(124,110,240,0.08);
    transform: translateX(4px);
  }
  .skill-icon {
    width: 28px; height: 28px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
  }
  /* About visual */
  .about-visual {
    position: relative;
    display: flex; justify-content: center; align-items: center;
    height: 460px;
  }
  .about-orb {
    position: absolute;
    border-radius: 50%;
  }
  .orb1 {
    width: 280px; height: 280px;
    background: radial-gradient(circle at 35% 40%, rgba(124,110,240,0.35), rgba(124,110,240,0.0) 65%);
    animation: orbFloat 7s ease-in-out infinite;
    border: 1px solid rgba(124,110,240,0.15);
  }
  .orb2 {
    width: 200px; height: 200px;
    background: radial-gradient(circle at 60% 60%, rgba(232,124,78,0.25), transparent 65%);
    animation: orbFloat 5s ease-in-out infinite reverse;
    left: 60%; top: 20%;
    border: 1px solid rgba(232,124,78,0.1);
  }
  .orb3 {
    width: 140px; height: 140px;
    background: radial-gradient(circle at 40% 40%, rgba(78,203,232,0.25), transparent 65%);
    animation: orbFloat 4s ease-in-out infinite;
    left: 10%; bottom: 15%;
    border: 1px solid rgba(78,203,232,0.1);
  }
  @keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(12px, -16px) scale(1.03); }
    66% { transform: translate(-8px, 10px) scale(0.97); }
  }
  .about-card-float {
    position: relative; z-index: 2;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 28px 32px;
    width: 260px;
    backdrop-filter: blur(20px);
    box-shadow: var(--panel-shadow), 0 0 0 1px rgba(255,255,255,0.03) inset;
    animation: float3d 7s ease-in-out infinite;
  }
  .process-step {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 16px; padding-bottom: 16px;
    border-bottom: 1px solid var(--glass-border);
  }
  .process-step:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
  .step-num {
    width: 32px; height: 32px; border-radius: 10px;
    background: rgba(124,110,240,0.15);
    border: 1px solid rgba(124,110,240,0.25);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 13px; font-weight: 800;
    color: var(--accent); flex-shrink: 0;
  }
  .step-text { font-size: 13px; color: var(--muted); font-weight: 400; }
  .step-text strong { color: var(--text); font-weight: 500; font-size: 14px; display: block; }

  /* WORKS */
  #works {
    padding: 120px 60px;
    max-width: 1200px; margin: 0 auto;
  }
  #about,
  #experience,
  #works,
  #services,
  #testimonials,
  #cta {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  #experience {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
  }
  #experience::before {
    content: '';
    position: absolute;
    inset: 44px 60px auto;
    height: 220px;
    border-radius: 36px;
    background:
      radial-gradient(circle at 15% 30%, rgba(124,110,240,0.14), transparent 35%),
      radial-gradient(circle at 80% 20%, rgba(78,203,232,0.12), transparent 30%),
      radial-gradient(circle at 50% 90%, rgba(232,124,78,0.12), transparent 30%);
    pointer-events: none;
  }
  .experience-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }
  .experience-lead p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
    max-width: 760px;
    margin-bottom: 22px;
  }
  .experience-cta-panel {
    margin-top: 32px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 84%, transparent), color-mix(in srgb, var(--bg) 94%, transparent));
    border: 1px solid var(--glass-border);
    box-shadow: var(--panel-shadow);
    backdrop-filter: blur(18px);
  }
  .experience-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(78,203,232,0.18);
    background: rgba(78,203,232,0.08);
    color: #4ecbe8;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .experience-cta-panel p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.8;
  }
  .experience-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }
  .experience-actions .btn-primary,
  .experience-actions .btn-ghost {
    min-height: 48px;
  }
  .experience-timeline {
    display: grid;
    gap: 24px;
  }
  .experience-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 82%, transparent), color-mix(in srgb, var(--bg) 94%, transparent));
    border: 1px solid var(--glass-border);
    box-shadow: var(--panel-shadow);
  }
  .experience-card::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(124,110,240,0), rgba(124,110,240,0.92), rgba(78,203,232,0.72), rgba(232,124,78,0));
  }
  .experience-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
  }
  .experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .experience-badge.company {
    color: #9f8ff5;
    background: rgba(124,110,240,0.1);
    border: 1px solid rgba(124,110,240,0.18);
  }
  .experience-badge.internship {
    color: #f0c27b;
    background: rgba(232,124,78,0.1);
    border: 1px solid rgba(232,124,78,0.18);
  }
  .experience-date {
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .experience-card-main {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
    gap: 24px;
    align-items: start;
  }
  .experience-company {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .experience-role {
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
    margin-bottom: 14px;
  }
  .experience-copy {
    font-size: 14px;
    line-height: 1.9;
    color: var(--muted);
    margin-bottom: 22px;
  }
  .experience-points {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .experience-points li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--muted);
  }
  .experience-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c6ef0, #4ecbe8);
    box-shadow: 0 0 16px rgba(124,110,240,0.35);
  }
  .experience-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }
  .experience-chip {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--glass-border);
    background: var(--glass);
    color: var(--text);
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .experience-proof {
    position: relative;
    display: grid;
    gap: 14px;
  }
  .experience-proof-card {
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 26px 56px rgba(0,0,0,0.22);
  }
  .experience-card-pedestal .experience-card-main {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 24px;
    align-items: stretch;
  }
  .experience-proof-card-pedestal {
    height: 100%;
    padding: 18px;
    display: grid;
  }
  .pedestal-certificate {
    position: relative;
    min-height: 100%;
    border-radius: 22px;
    padding: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(7,35,76,0.98), rgba(18,99,165,0.92));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 18px 36px rgba(0,0,0,0.18);
  }
  .pedestal-certificate::before {
    content: '';
    position: absolute;
    inset: auto -18% -34% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 68%);
    pointer-events: none;
  }
  .pedestal-certificate-label {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
  }
  .pedestal-certificate-title {
    font-family: var(--font-display);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 800;
    line-height: 1.02;
    max-width: 8ch;
    text-wrap: balance;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
  }
  .pedestal-certificate-copy {
    max-width: 30ch;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
    position: relative;
    z-index: 1;
  }
  .pedestal-certificate-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }
  .pedestal-certificate-meta div {
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
  }
  .pedestal-certificate-meta span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.62);
    margin-bottom: 8px;
  }
  .pedestal-certificate-meta strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
  }
  .experience-proof-card img {
    width: 100%;
    border-radius: 16px;
    display: block;
  }
  .experience-proof-note {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    text-align: center;
  }
  .works-header {
    display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px;
  }
  .works-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  }
  .work-card {
    background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, transparent), color-mix(in srgb, var(--bg) 90%, transparent));
    border: 1px solid var(--glass-border);
    box-shadow: var(--panel-shadow);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
    group: true;
  }
  .work-card:hover { transform: translateY(-8px); }
  .work-card-tall { grid-row: span 2; }
  .work-card-wide { grid-column: 1 / -1; }
  .work-card-placeholder { cursor: default; }
  .work-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
  }
  .work-card-tall .work-card-img { aspect-ratio: unset; height: 100%; min-height: 500px; }
  .work-card-wide .work-card-img { min-height: 340px; }
  .work-bg {
    position: absolute; inset: 0;
    transition: transform 0.7s cubic-bezier(0.23,1,0.32,1);
  }
  .work-bg::before,
  .work-bg::after {
    content: '';
    position: absolute;
    pointer-events: none;
    transition: transform 0.7s cubic-bezier(0.23,1,0.32,1), opacity 0.7s cubic-bezier(0.23,1,0.32,1);
  }
  .work-card:hover .work-bg { transform: scale(1.06); }
  .work-bg-1 {
    background:
      radial-gradient(circle at 14% 18%, rgba(143,118,255,0.42), transparent 30%),
      radial-gradient(circle at 84% 18%, rgba(78,203,232,0.28), transparent 24%),
      radial-gradient(circle at 55% 82%, rgba(255,255,255,0.08), transparent 20%),
      linear-gradient(145deg, #120c2b 0%, #271553 44%, #13203e 100%);
  }
  .work-bg-1::before {
    inset: 12% 8% 16% 10%;
    border-radius: 36px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  }
  .work-bg-1::after {
    right: -42px;
    bottom: -56px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,110,240,0.26), transparent 68%);
    filter: blur(8px);
  }
  .work-bg-2 {
    background:
      radial-gradient(circle at 18% 16%, rgba(123,201,255,0.26), transparent 24%),
      radial-gradient(circle at 84% 20%, rgba(169,214,255,0.16), transparent 22%),
      radial-gradient(circle at 52% 86%, rgba(255,162,99,0.12), transparent 16%),
      linear-gradient(145deg, #091622 0%, #12314b 48%, #0a2335 100%);
  }
  .work-bg-2::before {
    inset: 12% 8% 14% 8%;
    border-radius: 28px;
    background:
      linear-gradient(115deg, transparent 0 33%, rgba(78,203,232,0.18) 33% 35%, transparent 35% 100%),
      linear-gradient(90deg, transparent 0 20%, rgba(255,255,255,0.11) 20% 21%, transparent 21% 100%),
      linear-gradient(180deg, transparent 0 58%, rgba(124,110,240,0.16) 58% 60%, transparent 60% 100%);
    opacity: 0.95;
  }
  .work-bg-2::after {
    left: 9%;
    bottom: 14%;
    width: 118px;
    height: 118px;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.01));
  }
  .work-bg-3 {
    background:
      radial-gradient(circle at 18% 18%, rgba(255,185,158,0.3), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba(144,191,126,0.22), transparent 24%),
      radial-gradient(circle at 50% 88%, rgba(255,224,186,0.14), transparent 18%),
      linear-gradient(145deg, #24120d 0%, #5b2a1c 44%, #1c2413 100%);
  }
  .work-bg-3::before {
    left: -54px;
    top: -34px;
    width: 200px;
    height: 200px;
    border-radius: 38% 62% 58% 42% / 42% 42% 58% 58%;
    background: radial-gradient(circle at 35% 35%, rgba(255,211,183,0.24), rgba(255,126,91,0.03) 72%);
    filter: blur(6px);
  }
  .work-bg-3::after {
    right: -42px;
    bottom: -56px;
    width: 220px;
    height: 220px;
    border-radius: 42% 58% 40% 60% / 56% 36% 64% 44%;
    background: radial-gradient(circle at 40% 40%, rgba(149,199,126,0.18), rgba(149,199,126,0.02) 72%);
    filter: blur(8px);
  }
  .work-bg-4 { background: linear-gradient(135deg, #0a1018 0%, #111923 50%, #090d13 100%); }
  .work-bg-5 { background: linear-gradient(135deg, #111625 0%, #203555 52%, #101728 100%); }
  .work-bg-6 { background: linear-gradient(135deg, #1f130d 0%, #5f2a1b 52%, #23110c 100%); }
  .work-card:hover .work-bg-1::before,
  .work-card:hover .work-bg-2::before {
    transform: translateY(-4px) scale(1.02);
  }
  .work-card:hover .work-bg-1::after,
  .work-card:hover .work-bg-3::after {
    transform: scale(1.08);
  }
  .work-visual {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .work-placeholder-stack {
    display: grid;
    place-items: center;
    gap: 18px;
  }
  .work-placeholder-icon {
    width: 94px;
    height: 94px;
    border-radius: 28px;
    border: 1px dashed rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.06);
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 46px;
    font-weight: 700;
    color: rgba(255,255,255,0.78);
    box-shadow: 0 20px 40px rgba(0,0,0,0.16);
  }
  .work-placeholder-copy {
    text-align: center;
    max-width: 210px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 1.7;
  }
  .w1-shape {
    width: 160px; height: 160px; border-radius: 40px;
    background: linear-gradient(135deg, rgba(124,110,240,0.6), rgba(78,203,232,0.3));
    transform: rotate(15deg);
    box-shadow: 0 0 60px rgba(124,110,240,0.4);
    animation: spin3d 8s ease-in-out infinite;
  }
  .w1-shape2 {
    position: absolute;
    width: 80px; height: 80px; border-radius: 20px;
    background: linear-gradient(135deg, rgba(232,124,78,0.7), rgba(124,110,240,0.4));
    transform: rotate(-10deg) translate(60px, -40px);
    animation: spin3d 6s ease-in-out infinite reverse;
  }
  @keyframes spin3d {
    0%, 100% { transform: rotate(15deg) rotateX(0deg); }
    50% { transform: rotate(25deg) rotateX(10deg) scale(1.05); }
  }
  .w2-rings {
    position: relative; width: 160px; height: 160px;
  }
  .ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }
  .ring1 { width: 160px; height: 160px; border-color: rgba(78,203,232,0.4); animation: ringPulse 3s ease-in-out infinite; }
  .ring2 { width: 120px; height: 120px; border-color: rgba(78,203,232,0.25); animation: ringPulse 3s 0.5s ease-in-out infinite; }
  .ring3 { width: 80px; height: 80px; border-color: rgba(78,203,232,0.6); background: rgba(78,203,232,0.1); animation: ringPulse 3s 1s ease-in-out infinite; }
  @keyframes ringPulse {
    0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: 0.7; }
    50% { transform: translate(-50%,-50%) scale(1.1); opacity: 1; }
  }
  .metro-preview {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 22px 20px 18px;
  }
  .metro-preview::before {
    content: none;
  }
  .metro-preview-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 350px);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .metro-preview-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 26px 44px rgba(0,0,0,0.42));
    transition: transform 0.6s cubic-bezier(0.23,1,0.32,1), filter 0.6s cubic-bezier(0.23,1,0.32,1);
  }
  .metro-preview-card-main {
    inset: auto;
    transform: none;
  }
  .work-card:hover .metro-preview-card img {
    transform: translateY(-8px) scale(1.02);
    filter: drop-shadow(0 34px 58px rgba(0,0,0,0.48));
  }
  .w3-bars {
    display: flex; gap: 8px; align-items: flex-end; height: 100px;
  }
  .bar {
    width: 20px; border-radius: 6px;
    background: linear-gradient(to top, rgba(232,124,78,0.8), rgba(232,124,78,0.3));
    animation: barGrow 2s ease-in-out infinite alternate;
  }
  .bar:nth-child(1) { height: 40%; animation-delay: 0s; }
  .bar:nth-child(2) { height: 70%; animation-delay: 0.2s; }
  .bar:nth-child(3) { height: 90%; animation-delay: 0.4s; }
  .bar:nth-child(4) { height: 55%; animation-delay: 0.6s; }
  .bar:nth-child(5) { height: 80%; animation-delay: 0.8s; }
  @keyframes barGrow { from { transform: scaleY(0.8); } to { transform: scaleY(1); } }
  .flora-preview {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
  }
  .flora-preview img {
    width: min(100%, 430px);
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 30px 48px rgba(0,0,0,0.42));
    transform: translateY(10px);
    transition: transform 0.6s cubic-bezier(0.23,1,0.32,1), filter 0.6s cubic-bezier(0.23,1,0.32,1);
  }
  .work-card:hover .flora-preview img {
    transform: translateY(0) scale(1.03);
    filter: drop-shadow(0 36px 58px rgba(0,0,0,0.48));
  }
  .student-preview {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 28px 18px 20px;
  }
  .student-preview img {
    width: min(100%, 450px);
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 60px rgba(0,0,0,0.38));
    transform: translateY(10px);
    transition: transform 0.6s cubic-bezier(0.23,1,0.32,1), filter 0.6s cubic-bezier(0.23,1,0.32,1);
  }
  .work-card:hover .student-preview img {
    transform: translateY(0) scale(1.03);
    filter: drop-shadow(0 36px 58px rgba(0,0,0,0.45));
  }
  .care-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .care-preview::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(7,10,16,0.36) 0%, rgba(7,10,16,0.16) 34%, rgba(7,10,16,0) 100%),
      linear-gradient(to top, rgba(5,6,10,0.24) 0%, transparent 50%);
    pointer-events: none;
  }
  .care-preview::after {
    content: none;
  }
  .care-preview-main-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    z-index: 0;
    transform: scale(1.03);
    transition: transform 0.7s cubic-bezier(0.23,1,0.32,1);
  }
  .care-preview-logo {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    width: 88px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 18px 36px rgba(10,12,18,0.18);
  }
  .care-preview-card {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 2;
    width: min(43%, 270px);
    border-radius: 26px;
    border: 4px solid rgba(255,255,255,0.82);
    transform: rotate(-7deg);
    box-shadow: 0 28px 56px rgba(0,0,0,0.28);
    transition: transform 0.6s cubic-bezier(0.23,1,0.32,1), box-shadow 0.6s cubic-bezier(0.23,1,0.32,1);
  }
  .work-card:hover .care-preview-main-photo {
    transform: scale(1.06);
  }
  .work-card:hover .care-preview-card {
    transform: rotate(-4deg) translateY(-8px);
    box-shadow: 0 34px 66px rgba(0,0,0,0.32);
  }
  .work-card-care .work-overlay {
    background:
      linear-gradient(90deg, rgba(7,10,16,0.94) 0%, rgba(7,10,16,0.72) 36%, rgba(7,10,16,0.18) 100%),
      linear-gradient(to top, rgba(7,10,16,0.96) 0%, rgba(7,10,16,0.38) 42%, transparent 100%);
  }
  .work-card-care .work-tag {
    color: #8ed1df;
  }
  .work-card-care .work-sub {
    max-width: 44ch;
    color: rgba(240,238,255,0.76);
  }
  .w4-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .w4-cell {
    width: 60px; height: 60px; border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
  }
  .w4-cell:nth-child(1) { background: rgba(78,203,232,0.15); }
  .w4-cell:nth-child(2) { background: rgba(124,110,240,0.15); }
  .w4-cell:nth-child(3) { background: rgba(232,124,78,0.15); }
  .w4-cell:nth-child(4) { background: rgba(78,203,232,0.08); }
  .work-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, color-mix(in srgb, var(--bg) 94%, transparent) 0%, color-mix(in srgb, var(--bg) 28%, transparent) 50%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px;
  }
  .work-tag {
    font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--accent); font-family: var(--font-display); font-weight: 600;
    margin-bottom: 8px;
  }
  .work-name {
    font-family: var(--font-display); font-size: 22px; font-weight: 700;
    margin-bottom: 6px; letter-spacing: -0.5px;
  }
  .work-sub { font-size: 13px; color: var(--muted); }
  .work-arrow {
    position: absolute; top: 24px; right: 24px;
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; opacity: 0;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
  }
  .work-card:hover .work-arrow { opacity: 1; transform: rotate(45deg); }

  /* SERVICES */
  #services {
    padding: 120px 60px;
    background: linear-gradient(to bottom, transparent, rgba(124,110,240,0.03), transparent);
  }
  .services-inner { max-width: 1200px; margin: 0 auto; }
  .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-top: 60px;
  }
  .service-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    position: relative; overflow: hidden;
    backdrop-filter: blur(10px);
  }
  .service-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0; transition: opacity 0.4s;
  }
  .service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(124,110,240,0.2);
    background: rgba(124,110,240,0.06);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(124,110,240,0.08);
  }
  .service-card:hover::before { opacity: 1; }
  .service-icon {
    width: 52px; height: 52px; border-radius: 16px;
    border: 1px solid var(--glass-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin-bottom: 24px;
    background: var(--glass);
    transition: all 0.4s;
  }
  .service-card:hover .service-icon {
    background: rgba(124,110,240,0.12);
    border-color: rgba(124,110,240,0.3);
    transform: rotate(-5deg) scale(1.05);
  }
  .service-name {
    font-family: var(--font-display); font-size: 20px; font-weight: 700;
    margin-bottom: 12px; letter-spacing: -0.5px;
  }
  .service-desc { font-size: 14px; color: var(--muted); line-height: 1.8; }

  /* TESTIMONIALS */
  #testimonials {
    padding: 120px 60px;
    max-width: 1200px; margin: 0 auto;
  }
  .testi-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-top: 60px;
  }
  .testi-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 28px;
    transition: all 0.4s;
    backdrop-filter: blur(10px);
  }
  .tilt-card {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.18s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  }
  .tilt-card > * {
    transform: translateZ(22px);
  }
  .tilt-card .work-bg,
  .tilt-card .profile-photo-glow,
  .tilt-card .about-orb {
    transform: translateZ(0);
  }
  .testi-card:hover { border-color: rgba(124,110,240,0.2); transform: translateY(-4px); }
  .testi-stars { color: #f5c518; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
  .testi-text { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 14px; font-weight: 700;
    flex-shrink: 0;
  }
  .av1 { background: rgba(124,110,240,0.2); color: var(--accent); border: 1px solid rgba(124,110,240,0.3); }
  .av2 { background: rgba(232,124,78,0.2); color: var(--accent2); border: 1px solid rgba(232,124,78,0.3); }
  .av3 { background: rgba(78,203,232,0.2); color: var(--accent3); border: 1px solid rgba(78,203,232,0.3); }
  .testi-name { font-family: var(--font-display); font-size: 14px; font-weight: 600; }
  .testi-role { font-size: 12px; color: var(--muted); }

  /* CTA */
  #cta {
    padding: 120px 60px;
    text-align: center;
    position: relative;
  }
  .cta-inner {
    max-width: 700px; margin: 0 auto;
    position: relative; z-index: 2;
  }
  .cta-glow {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, rgba(124,110,240,0.12), transparent 70%);
    pointer-events: none;
  }
  .cta-title {
    font-family: var(--font-display);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 800; letter-spacing: -3px; line-height: 0.95;
    margin-bottom: 24px;
  }
  .cta-sub { font-size: 17px; color: var(--muted); line-height: 1.8; margin-bottom: 44px; }
  .cta-form {
    max-width: 620px;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cta-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .cta-input {
    flex: 1;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    padding: 14px 22px;
    color: var(--text); font-family: var(--font-body); font-size: 14px;
    outline: none; backdrop-filter: blur(10px);
    transition: border-color 0.3s;
  }
  .cta-input::placeholder { color: var(--muted); }
  .cta-input:focus { border-color: var(--accent); }
  .cta-textarea {
    min-height: 150px;
    border-radius: 24px;
    resize: vertical;
    line-height: 1.7;
  }
  .cta-form-actions {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  .cta-direct {
    font-size: 13px;
    color: var(--muted);
  }
  .cta-direct a {
    color: var(--accent);
    text-decoration: none;
  }
  .cta-direct a:hover { text-decoration: underline; }
  .social-row {
    display: flex; justify-content: center; gap: 16px; margin-top: 48px;
  }
  .social-link {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; text-decoration: none; color: var(--muted);
    transition: all 0.3s;
    backdrop-filter: blur(10px);
  }
  .social-link:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(124,110,240,0.2);
  }

  /* FOOTER */
  footer {
    border-top: 1px solid var(--glass-border);
    padding: 32px 60px;
    display: flex; justify-content: space-between; align-items: center;
    position: relative; z-index: 2;
  }
  .footer-left { font-size: 13px; color: var(--muted); }
  .footer-left span { color: var(--accent); }
  .footer-right { font-family: var(--font-display); font-size: 12px; color: var(--muted); letter-spacing: 0.08em; }

  /* Project overlays */
  .project-overlay-shell {
    background: var(--bg) !important;
    color: var(--text);
  }
  .project-overlay-shell [style*="background:rgba(255,255,255,0.03)"],
  .project-overlay-shell [style*="background:rgba(255,255,255,0.02)"],
  .project-overlay-shell [style*="background:rgba(255,255,255,0.06)"] {
    background: var(--glass) !important;
  }
  .project-overlay-shell [style*="border:1px solid rgba(255,255,255,0.07)"],
  .project-overlay-shell [style*="border:1px solid rgba(255,255,255,0.06)"],
  .project-overlay-shell [style*="border:1px solid rgba(255,255,255,0.1)"],
  .project-overlay-shell [style*="border-left:1px solid rgba(255,255,255,0.05)"],
  .project-overlay-shell [style*="border-right:1px solid rgba(255,255,255,0.05)"] {
    border-color: var(--glass-border) !important;
  }
  .project-overlay-shell [style*="border-top:1px solid rgba(255,255,255,0.07)"] {
    border-top-color: var(--glass-border) !important;
  }
  .project-overlay-shell [style*="color:rgba(240,238,255,0.6)"],
  .project-overlay-shell [style*="color:rgba(240,238,255,0.55)"],
  .project-overlay-shell [style*="color:rgba(240,238,255,0.5)"],
  .project-overlay-shell [style*="color:rgba(240,238,255,0.45)"],
  .project-overlay-shell [style*="color:rgba(240,238,255,0.4)"] {
    color: var(--muted) !important;
  }
  .flora-gallery-shell {
    margin-bottom: 72px;
  }
  .flora-gallery-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .flora-gallery-card {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: var(--panel-shadow);
  }
  .flora-gallery-frame {
    min-height: 320px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at top left, rgba(232,124,78,0.18), transparent 48%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .flora-gallery-card:nth-child(2) .flora-gallery-frame {
    background:
      radial-gradient(circle at top right, rgba(245,200,66,0.2), transparent 46%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .flora-gallery-card:nth-child(3) .flora-gallery-frame {
    background:
      radial-gradient(circle at bottom left, rgba(124,110,240,0.18), transparent 46%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .flora-gallery-card:nth-child(4) .flora-gallery-frame {
    background:
      radial-gradient(circle at bottom right, rgba(78,203,232,0.18), transparent 46%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .flora-gallery-frame img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 28px 60px rgba(0,0,0,0.45));
  }
  .flora-gallery-meta {
    padding: 28px 28px 30px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .flora-gallery-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(232,124,78,0.18);
    background: rgba(232,124,78,0.08);
    color: #f0c27b;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .flora-gallery-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  .flora-gallery-copy {
    font-size: 14px;
    color: rgba(240,238,255,0.58);
    line-height: 1.8;
  }
  .showcase-gallery-shell {
    margin-bottom: 72px;
  }
  .showcase-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .showcase-gallery-card {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: var(--panel-shadow);
  }
  .showcase-gallery-card.is-wide {
    grid-column: 1 / -1;
  }
  .showcase-gallery-frame {
    min-height: 320px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .showcase-gallery-frame img {
    width: 100%;
    max-height: 470px;
    object-fit: contain;
    filter: drop-shadow(0 28px 60px rgba(0,0,0,0.4));
  }
  .showcase-gallery-meta {
    padding: 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .showcase-gallery-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .showcase-gallery-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  .showcase-gallery-copy {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(240,238,255,0.58);
  }
  .student-showcase .showcase-gallery-eyebrow {
    color: #9f8ff5;
    background: rgba(124,110,240,0.08);
    border: 1px solid rgba(124,110,240,0.18);
  }
  .student-showcase .showcase-gallery-card:nth-child(1) .showcase-gallery-frame {
    background:
      radial-gradient(circle at 20% 20%, rgba(124,110,240,0.22), transparent 36%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .student-showcase .showcase-gallery-card:nth-child(2) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(6) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(10) .showcase-gallery-frame {
    background:
      radial-gradient(circle at top right, rgba(78,203,232,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .student-showcase .showcase-gallery-card:nth-child(3) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(7) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(9) .showcase-gallery-frame {
    background:
      radial-gradient(circle at bottom left, rgba(232,124,78,0.16), transparent 40%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .student-showcase .showcase-gallery-card:nth-child(4) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(5) .showcase-gallery-frame,
  .student-showcase .showcase-gallery-card:nth-child(8) .showcase-gallery-frame {
    background:
      radial-gradient(circle at top left, rgba(245,200,66,0.14), transparent 40%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .care-showcase .showcase-gallery-eyebrow {
    color: #71d8c0;
    background: rgba(113,216,192,0.1);
    border: 1px solid rgba(113,216,192,0.18);
  }
  .care-showcase .showcase-gallery-card:nth-child(1) .showcase-gallery-frame {
    background:
      radial-gradient(circle at 25% 25%, rgba(78,203,232,0.18), transparent 40%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .care-showcase .showcase-gallery-card:nth-child(2) .showcase-gallery-frame {
    background:
      radial-gradient(circle at 70% 30%, rgba(41,205,98,0.16), transparent 40%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }
  .care-showcase .showcase-gallery-card:nth-child(3) .showcase-gallery-frame {
    background:
      radial-gradient(circle at 50% 100%, rgba(232,124,78,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  }

  /* Scroll reveal */
  .reveal { opacity: 0; transform: translateY(40px); transition: all 0.9s cubic-bezier(0.16,1,0.3,1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }


  /* Profile photo */
  .profile-photo-wrapper {
    position: relative;
    width: min(100%, 360px);
    height: 416px;
    margin-top: 12px;
    isolation: isolate;
    flex-shrink: 0;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 18px;
  }
  .profile-photo-wrapper::before {
    content: '';
    position: absolute;
    inset: 24px 24px 80px;
    z-index: 0;
    border-radius: 42% 42% 30% 30% / 38% 38% 58% 58%;
    background:
      radial-gradient(circle at 50% 24%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 52%),
      linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 86%, transparent), color-mix(in srgb, var(--surface) 84%, transparent));
    border: 1px solid color-mix(in srgb, var(--glass-border) 85%, transparent);
    transform: translateZ(8px);
  }
  .profile-photo-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 0;
    width: 70%;
    height: 22px;
    transform: translateX(-50%) translateZ(6px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,0,0,0.28), transparent 72%);
    filter: blur(8px);
  }
  .profile-photo-ring1 {
    position: absolute; inset: 6px 10px 72px;
    z-index: 0;
    border-radius: 44% 44% 34% 34% / 38% 38% 56% 56%;
    border: 1px solid rgba(124,110,240,0.25);
    animation: ringRotate 12s linear infinite;
    transform: translateZ(10px);
  }
  .profile-photo-ring2 {
    position: absolute; inset: -8px -2px 56px;
    z-index: 0;
    border-radius: 46% 46% 36% 36% / 40% 40% 58% 58%;
    border: 1px dashed rgba(124,110,240,0.12);
    animation: ringRotate 20s linear infinite reverse;
    transform: translateZ(20px);
  }
  @keyframes ringRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  .profile-photo-glow {
    display: none;
  }
  .profile-photo {
    width: 104%;
    max-width: none;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    border-radius: 0;
    border: none;
    background: transparent;
    filter: drop-shadow(0 18px 32px rgba(0,0,0,0.2));
    transform: translateX(-50%) translateZ(44px);
  }
  .profile-photo-dot1 {
    position: absolute; z-index: 3;
    top: 20%; right: 6%;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 16px var(--accent);
    animation: pulse 2s infinite;
    transform: translateZ(86px);
  }
  .profile-photo-dot2 {
    position: absolute; z-index: 3;
    bottom: 22%; left: 6%;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--accent2);
    box-shadow: 0 0 12px var(--accent2);
    animation: pulse 2.5s 0.5s infinite;
    transform: translateZ(72px);
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .space-layer,
    .space-dust,
    .space-glow,
    .shooting-star,
    .card-3d-wrapper,
    .about-orb,
    .profile-photo-glow,
    .profile-photo-ring1,
    .profile-photo-ring2,
    .hero-badge-dot {
      animation: none !important;
    }
    .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  @media (pointer: coarse), (hover: none) {
    #cursor,
    #cursor-ring {
      display: none !important;
    }
  }

  @media (max-width: 1100px) {
    nav { padding: 20px 32px; }
    .nav-links { gap: 24px; }
    #hero { padding: 110px 32px 72px; }
    .hero-inner {
      grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
      gap: 48px;
    }
    .hero-left { max-width: 100%; }
    .hero-title {
      font-size: clamp(44px, 7vw, 72px);
      letter-spacing: -2px;
    }
    .visual-stage { min-height: 560px; }
    #about, #experience, #works, #testimonials { padding-left: 32px; padding-right: 32px; }
    #services, #cta { padding-left: 32px; padding-right: 32px; }
    footer { padding-left: 32px; padding-right: 32px; }
  }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav { padding: 18px 24px; }
  .nav-links,
  .nav-cta { display: none; }
  .nav-menu-btn { display: inline-flex; }
  #hero { padding: 112px 24px 60px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .hero-title {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 0.92;
    letter-spacing: -1.4px;
  }
  .hero-title .line { overflow: visible; }
  .hero-badge { justify-content: center; }
  .hero-desc {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; gap: 20px 28px; }
  .stat-item { min-width: 90px; }
  .visual-stage {
    min-height: 520px;
    padding: 30px 24px 28px;
    gap: 16px;
  }
  .profile-photo-wrapper { width: min(100%, 320px); height: 340px; margin: 8px auto 0; }
  .chip1, .chip2, .chip3 { display: none; }
  #about { padding: 80px 24px; }
  #experience { padding: 80px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .experience-shell { grid-template-columns: 1fr; gap: 36px; }
  .experience-card-main { grid-template-columns: 1fr; }
  .experience-card-pedestal .experience-card-main { grid-template-columns: 1fr; gap: 24px; }
  .about-visual { height: 320px; }
  .about-card-float { width: 220px; }
  .skills-grid { grid-template-columns: 1fr 1fr; }
  #works { padding: 80px 24px; }
  .works-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .works-grid { grid-template-columns: 1fr; }
  .work-card-tall { grid-row: span 1; }
  .work-card-wide { grid-column: auto; }
  .work-card-tall .work-card-img { min-height: 300px; height: auto; aspect-ratio: 4/3; }
  .metro-preview { width: 100%; padding: 18px 16px 14px; }
  .metro-preview-card { width: min(100%, 300px); }
  .care-preview-logo { width: 76px; top: 18px; left: 18px; padding: 10px; }
  .care-preview-card { width: min(48%, 220px); right: 18px; bottom: 18px; }
  #services { padding: 80px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  #testimonials { padding: 80px 24px; }
  .testi-grid { grid-template-columns: 1fr; }
  #cta { padding: 80px 24px; }
  .cta-field-grid { grid-template-columns: 1fr; }
  .cta-input { border-radius: 12px; }
  footer { flex-direction: column; gap: 8px; text-align: center; padding: 24px; }
  /* project overlays */
  .proj-grid-2col { grid-template-columns: 1fr !important; }
  .proj-grid-4col { grid-template-columns: 1fr 1fr !important; }
  .proj-grid-3col { grid-template-columns: 1fr !important; }
  .proj-process-grid { grid-template-columns: 1fr 1fr !important; }
  .proj-pad { padding: 28px !important; }
  .proj-h1 { font-size: 36px !important; letter-spacing: -1px !important; }
  .proj-screens { gap: 12px !important; }
  .proj-screens img { height: 320px !important; }
  .flora-gallery-strip { grid-template-columns: 1fr !important; }
  .showcase-gallery-grid { grid-template-columns: 1fr !important; }
  .showcase-gallery-card.is-wide { grid-column: auto; }
  .flora-gallery-frame { min-height: 280px; padding: 20px; }
  .flora-gallery-frame img { max-height: 360px; }
  .showcase-gallery-frame { min-height: 280px; padding: 20px; }
  .showcase-gallery-frame img { max-height: 360px; }
  .care-preview { min-height: 300px; }
  .care-preview-logo { width: 76px; top: 18px; left: 18px; }
  .care-preview-card { width: min(48%, 220px); right: 18px; bottom: 18px; transform: rotate(-7deg); }
  .proj-back-btn { top: 16px !important; left: 16px !important; }
  .proj-inner { padding: 72px 20px 60px !important; }
}
@media (max-width: 767px) {
  nav {
    padding: 14px 18px;
    background: linear-gradient(to bottom, color-mix(in srgb, var(--bg) 96%, transparent), color-mix(in srgb, var(--bg) 38%, transparent));
  }
  .nav-logo { font-size: 17px; }
  .nav-menu-btn {
    width: auto;
    min-width: 84px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    flex-direction: row;
    gap: 8px;
  }
  .nav-menu-btn::after {
    content: 'Menu';
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--text);
    text-transform: uppercase;
  }
  .nav-menu-btn span { width: 14px; }
  .mobile-menu {
    width: min(88vw, 320px);
    padding-top: 84px;
  }
  #hero { padding: 92px 18px 46px; }
  .hero-inner { gap: 30px; }
  .hero-badge {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 14px;
  }
  .hero-title {
    font-size: clamp(24px, 7.8vw, 30px);
    line-height: 0.96;
    letter-spacing: -0.3px;
    max-width: 11ch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }
  .hero-desc {
    max-width: 20rem;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .hero-btns {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .btn-primary,
  .btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .btn-primary { padding: 16px 22px; }
  .btn-ghost {
    padding: 12px 16px;
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    background: var(--glass);
  }
  .hero-stats {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }
  .stat-item {
    flex: 1 1 30%;
    min-width: 0;
  }
  .profile-photo-wrapper { width: min(100%, 270px); height: 292px; margin-top: 0; }
  .visual-stage { width: 100%; min-height: 450px; padding: 22px 18px 24px; }
  .section-title,
  .cta-title { letter-spacing: -1px; }
  #about,
  #experience,
  #works,
  #services,
  #testimonials,
  #cta { padding-left: 18px; padding-right: 18px; }
  .experience-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .experience-actions .btn-primary,
  .experience-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .works-header { margin-bottom: 36px; }
  .work-overlay { padding: 20px; }
  .work-name { font-size: 18px; }
  .flora-preview { padding: 18px; }
  .student-preview { padding: 18px; }
  .marquee-section {
    margin-top: 16px;
    padding: 18px 0;
  }
  .marquee-track { gap: 32px; }
  .about-visual { height: 280px; }
  footer { padding: 22px 18px; }
}
@media (max-width: 540px) {
  .hero-title {
    font-size: clamp(22px, 7vw, 26px);
    letter-spacing: -0.2px;
    max-width: 12ch;
  }
  .skills-grid { grid-template-columns: 1fr; }
  .proj-grid-4col { grid-template-columns: 1fr !important; }
  .proj-screens img { height: 260px !important; }
  .flora-gallery-meta { padding: 22px 20px 24px; }
  .flora-gallery-title { font-size: 20px; }
  .flora-gallery-frame { min-height: 240px; }
  .showcase-gallery-meta { padding: 22px 20px 24px; }
  .showcase-gallery-title { font-size: 20px; }
  .showcase-gallery-frame { min-height: 240px; }
  .stat-num { font-size: 20px; }
  .stat-label { font-size: 11px; }
  .about-card-float { width: 200px; padding: 20px; }
  .experience-card,
  .experience-cta-panel { padding: 24px; }
  .step-text { font-size: 12px; }
  .pedestal-certificate { padding: 22px; }
  .pedestal-certificate-title { font-size: 24px; }
  .pedestal-certificate-meta { grid-template-columns: 1fr; }
  .metro-preview { padding: 14px 12px 10px; }
  .metro-preview-card { width: min(100%, 250px); }
  .care-preview-logo { width: 68px; top: 14px; left: 14px; padding: 9px; }
  .care-preview-card { width: 56%; right: 14px; bottom: 16px; transform: rotate(-5deg); }
}
