/* =========================================================
   geniuz — Design System
   Dark + Neon · playful one-pager
   ========================================================= */

:root {
  /* Colors */
  --bg: #0a0710;
  --bg-2: #0f0a1a;
  --surface: #15102233;
  --surface-solid: #161022;
  --line: #ffffff14;
  --line-strong: #ffffff2e;

  --text: #f4f1fa;
  --muted: #a79fbd;
  --muted-2: #6f6685;

  --violet: #8b5cf6;
  --violet-bright: #b794ff;
  --pink: #ec4899;
  --cyan: #22d3ee;
  --accent: #d8ff3e;       /* electric lime — the playful pop */

  --grad: linear-gradient(120deg, var(--violet) 0%, var(--pink) 100%);
  --grad-soft: linear-gradient(120deg, #8b5cf6 0%, #22d3ee 100%);

  /* Type */
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* Layout */
  --container: 1200px;
  --radius: 22px;
  --radius-lg: 32px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* subtle ambient gradient behind everything */
  background-image:
    radial-gradient(60vw 60vw at 80% -10%, #5b21b633 0%, transparent 60%),
    radial-gradient(50vw 50vw at -10% 30%, #db277722 0%, transparent 60%),
    radial-gradient(60vw 60vw at 50% 120%, #1e3a8a2e 0%, transparent 60%);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--violet); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== Grain overlay ===== */
.grain {
  position: fixed; inset: 0; z-index: 9000; pointer-events: none;
  opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== Scroll progress ===== */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9500; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 0%;
  background: var(--grad); box-shadow: 0 0 12px var(--violet);
}

/* ===== Custom cursor ===== */
body.custom-cursor,
body.custom-cursor a,
body.custom-cursor button,
body.custom-cursor [data-cursor],
body.custom-cursor .tilt { cursor: none; }
.cursor { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; mix-blend-mode: difference; opacity: 0; transition: opacity .3s; }
.cursor__dot {
  position: fixed; width: 8px; height: 8px; border-radius: 50%; background: #fff;
  transform: translate(-50%, -50%);
}
.cursor__ring {
  position: fixed; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid #fff;
  transform: translate(-50%, -50%);
  transition: width .25s var(--ease), height .25s var(--ease), opacity .25s, background .25s, border-color .25s;
}
.cursor.is-hover .cursor__ring { width: 64px; height: 64px; background: #ffffff1a; border-color: transparent; }
.cursor.is-view .cursor__ring {
  width: 84px; height: 84px; background: #fff; border-color: transparent;
}
.cursor__label {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: #000;
  opacity: 0; transition: opacity .2s;
}
.cursor.is-view .cursor__label { opacity: 1; }
.cursor.is-down .cursor__ring { width: 28px; height: 28px; }

/* ===== Preloader ===== */
.preloader {
  position: fixed; inset: 0; z-index: 9800; background: var(--bg);
  display: grid; place-items: center;
  animation: preloader-out .8s var(--ease) 1.7s forwards;
}
.preloader__inner { text-align: center; }
.preloader__logo {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 9vw, 5rem); letter-spacing: -.03em;
}
.preloader__logo span { color: var(--accent); }
.preloader__count { font-family: var(--font-display); font-weight: 700; color: var(--muted); margin-top: .5rem; font-size: 1.1rem; }
@keyframes preloader-out { to { opacity: 0; visibility: hidden; transform: translateY(-30px); } }
body.no-preloader .preloader { display: none; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-display); font-weight: 700; font-size: .98rem;
  padding: 1rem 1.6rem; border-radius: 100px;
  position: relative; overflow: hidden; white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), color .35s;
}
.btn span, .btn svg { position: relative; z-index: 1; }
.btn svg { transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 8px 30px -8px var(--violet); }
.btn--primary::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, var(--accent), var(--cyan));
  opacity: 0; transition: opacity .35s var(--ease); z-index: 0;
}
.btn--primary:hover { color: #0a0710; box-shadow: 0 14px 40px -10px var(--accent); }
.btn--primary:hover::before { opacity: 1; }

.btn--ghost { border: 1.5px solid var(--line-strong); color: var(--text); }
.btn--ghost::before {
  content: ""; position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease); z-index: 0;
}
.btn--ghost:hover { color: #0a0710; border-color: #fff; }
.btn--ghost:hover::before { transform: scaleX(1); }

.btn--full { width: 100%; justify-content: center; }

/* ===== Header ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 8000;
  padding: 18px 0; transition: padding .4s var(--ease), background .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  padding: 10px 0; background: #0a0710cc; backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.logo {
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.03em;
  transition: transform .3s var(--ease);
}
.logo:hover { transform: rotate(-3deg) scale(1.05); }
.logo__dot { color: var(--accent); }
.logo--lg { font-size: 2.2rem; }

.nav { display: flex; gap: 2rem; margin-left: auto; margin-right: 1.5rem; }
.nav__link { font-weight: 500; color: var(--muted); position: relative; padding: .3rem 0; transition: color .3s; }
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease);
}
.nav__link:hover { color: var(--text); }
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }

/* Burger */
.burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-strong); position: relative; }
.burger span {
  position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; background: var(--text); border-radius: 2px;
  transition: transform .35s var(--ease), opacity .3s;
}
.burger span:nth-child(1) { transform: translate(-50%, -5px); }
.burger span:nth-child(2) { transform: translate(-50%, 5px); }
.burger.open span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translate(-50%, 0) rotate(-45deg); }

/* ===== Mobile menu ===== */
.mobile-menu {
  position: fixed; inset: 0; z-index: 7900; background: var(--bg-2);
  display: flex; flex-direction: column; justify-content: center; gap: 2rem; padding: 0 32px;
  clip-path: circle(0% at calc(100% - 46px) 40px); transition: clip-path .6s var(--ease);
}
.mobile-menu.open { clip-path: circle(150% at calc(100% - 46px) 40px); }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 1rem; }
.mobile-menu__link {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 9vw, 3.2rem); letter-spacing: -.02em;
  display: flex; align-items: baseline; gap: 1rem;
}
.mobile-menu__link span { font-size: 1rem; color: var(--violet-bright); font-weight: 600; }
.mobile-menu__cta { align-self: flex-start; }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: 140px 0 80px; overflow: hidden;
}
.hero__inner { position: relative; z-index: 2; max-width: 980px; }

.hero__blobs { position: absolute; inset: 0; z-index: 0; filter: blur(60px); opacity: .55; }
.blob { position: absolute; border-radius: 50%; }
.blob--1 { width: 42vw; height: 42vw; background: var(--violet); top: -8%; right: 4%; animation: float1 16s var(--ease) infinite; }
.blob--2 { width: 34vw; height: 34vw; background: var(--pink); bottom: -10%; left: 8%; animation: float2 20s var(--ease) infinite; }
.blob--3 { width: 26vw; height: 26vw; background: var(--cyan); top: 30%; left: 40%; animation: float3 18s var(--ease) infinite; }
@keyframes float1 { 50% { transform: translate(-60px, 50px) scale(1.1); } }
@keyframes float2 { 50% { transform: translate(50px, -40px) scale(1.15); } }
@keyframes float3 { 50% { transform: translate(-40px, -50px) scale(.9); } }

.hero__spotlight {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(360px 360px at var(--mx, 50%) var(--my, 40%), #ffffff10, transparent 70%);
  opacity: 0; transition: opacity .4s;
}
.hero:hover .hero__spotlight { opacity: 1; }

/* Badge */
.badge {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .5rem 1rem; border: 1px solid var(--line-strong); border-radius: 100px;
  font-size: .85rem; font-weight: 500; color: var(--muted); margin-bottom: 1.8rem;
  background: var(--surface); backdrop-filter: blur(6px);
}
.badge__pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 #d8ff3eaa; } 70% { box-shadow: 0 0 0 10px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

.hero__title {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: .98;
  font-size: clamp(2.8rem, 8.5vw, 6.4rem); margin-bottom: 1.6rem;
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: .04em; }
.hero__title .word {
  display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease);
  transition-delay: calc(var(--i) * 70ms + 1.7s);
}
body.no-preloader .hero__title .word { transition-delay: calc(var(--i) * 70ms + .2s); }
.is-loaded .hero__title .word { transform: translateY(0); }
.word--accent {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  position: relative;
}

/* Scramble word (Variant 4) */
.hero__title .word--scramble { color: var(--accent); }
.hero__title .word--scramble .word__rnd { color: var(--violet-bright); }

/* Giant background marquee (Variant 4) */
.hero__words {
  position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none;
  display: flex; flex-direction: column; justify-content: center; gap: .06em; opacity: .05;
}
.hero__words-row {
  display: flex; width: max-content; white-space: nowrap;
  font-family: var(--font-display); font-weight: 800; font-size: 13vw; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--text);
}
.hero__words-row.r1 { animation: heroWordsL 30s linear infinite; }
.hero__words-row.r2 { animation: heroWordsR 38s linear infinite; }
.hero__words-row.r3 { animation: heroWordsL 26s linear infinite; }
@keyframes heroWordsL { to { transform: translateX(-50%); } }
@keyframes heroWordsR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { .hero__words-row { animation: none; } }

.hero__sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: var(--muted); max-width: 620px; margin-bottom: 2.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .7rem; }
.chip {
  font-size: .85rem; font-weight: 500; color: var(--muted);
  padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 100px; background: var(--surface);
}

/* ===== Marquee ===== */
.marquee { overflow: hidden; padding: 1.4rem 0; border-block: 1px solid var(--line); background: #ffffff05; }
.marquee__track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee__track span {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 4vw, 2.4rem);
  color: transparent; -webkit-text-stroke: 1px var(--line-strong); padding-right: .4rem; white-space: nowrap;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== Sections ===== */
.section { padding: clamp(70px, 11vw, 140px) 0; position: relative; }
.section__head { margin-bottom: 3.5rem; }
.section__head--row { display: flex; flex-wrap: wrap; gap: 2rem; align-items: flex-end; justify-content: space-between; }
.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: .9rem;
  color: var(--violet-bright); letter-spacing: .05em; margin-bottom: 1rem;
}
.section__title {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1;
  font-size: clamp(2.1rem, 5.5vw, 4rem);
}
.section__intro { color: var(--muted); max-width: 360px; font-size: 1.05rem; }
.text-accent { color: var(--accent); }

/* ===== Accordion (Leistungen / FAQ) ===== */
.accordion { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); transition: background .4s; }
.acc-item:hover { background: #ffffff05; }
.acc-item.open { background: #ffffff08; }
.acc-item__head {
  width: 100%; display: flex; align-items: center; gap: 1.2rem; text-align: left;
  padding: 1.6rem 1rem; position: relative;
}
.acc-item__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 3.6vw, 2.1rem); letter-spacing: -.02em; flex: 1; transition: transform .4s var(--ease), color .3s; }
.acc-item:hover .acc-item__title { transform: translateX(8px); }
.acc-item.open .acc-item__title { color: var(--accent); }
.acc-item__icon { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.acc-item__icon::before, .acc-item__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%; background: var(--text); border-radius: 2px;
  transform: translate(-50%, -50%); transition: transform .4s var(--ease), background .3s;
}
.acc-item__icon::before { width: 22px; height: 2px; }
.acc-item__icon::after { width: 2px; height: 22px; }
.acc-item.open .acc-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.acc-item.open .acc-item__icon::before { background: var(--accent); }
.acc-item__body { height: 0; overflow: hidden; transition: height .5s var(--ease); }
.acc-item__inner { padding: 0 1rem 2rem; max-width: 720px; }
.acc-item__inner p { color: var(--muted); font-size: 1.05rem; }
.tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.tags span { font-size: .82rem; font-weight: 500; padding: .4rem .85rem; border: 1px solid var(--line-strong); border-radius: 100px; color: var(--text); }

/* ===== Stats ===== */
.stats-section { padding-block: clamp(50px, 7vw, 80px); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; text-align: center; }
.stat { padding: 2.25rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .4s var(--ease), border-color .4s; }
.stat:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.stat__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 3.6rem); line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { color: var(--muted); margin-top: .6rem; font-size: .95rem; }

/* ===== Why / Features ===== */
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.feature {
  padding: 2rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface);
  transition: transform .3s var(--ease), border-color .3s, background .3s; position: relative; overflow: hidden;
}
.feature::before {
  content: ""; position: absolute; inset: 0; background: var(--grad); opacity: 0; transition: opacity .4s; z-index: -1;
}
.feature:hover { border-color: transparent; transform: translateY(-8px); }
.feature:hover::before { opacity: .14; }
.feature__icon {
  font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; width: 60px; height: 60px;
  display: grid; place-items: center; border-radius: 16px; background: #ffffff0d; border: 1px solid var(--line); margin-bottom: 1.3rem;
}
.feature h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; margin-bottom: .6rem; }
.feature p { color: var(--muted); font-size: .96rem; }

/* ===== Portfolio ===== */
.work-wide { width: min(1340px, 92vw); margin: clamp(2.2rem, 5vw, 3.4rem) auto 0; }
.work-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.4rem, 5.5vw, 4.4rem); }

.work {
  position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--surface-solid); text-decoration: none; color: var(--text);
  --work-accent: var(--accent);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.work:hover, .work:focus-within {
  border-color: var(--work-accent);
  box-shadow: 0 0 0 1px var(--work-accent), 0 32px 60px -34px #000c;
}
.work:focus-visible { outline: 2px solid var(--work-accent); outline-offset: 3px; }

.work__visual { position: absolute; inset: 0; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.work__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
/* Light black overlay so the screenshot is muted (not fully legible) and the name reads cleanly */
.work__visual::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.58) 0%, rgba(0,0,0,.32) 52%, rgba(0,0,0,.26) 100%);
}
.work:hover .work__visual, .work:focus-within .work__visual { transform: scale(1.04); }

/* Resting label */
.work__label {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.2rem, 3vw, 2rem) 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,.94) 0%, rgba(0,0,0,.82) 32%, rgba(0,0,0,.46) 64%, rgba(0,0,0,0) 100%);
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  transition: opacity .3s var(--ease);
}
.work__name {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.2rem, 2.6vw, 2rem); line-height: 1.04;
  text-transform: uppercase; letter-spacing: -.01em;
}
.work__tag {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-weight: 700;
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--work-accent); white-space: nowrap; flex: none; align-self: center;
}
.work:hover .work__label, .work:focus-within .work__label { opacity: 0; }

/* Hover veil */
.work__veil {
  position: absolute; inset: 0; z-index: 3; color: #0c0a04;
  background: var(--work-accent);
  background: color-mix(in srgb, var(--work-accent) 82%, transparent);
  -webkit-backdrop-filter: blur(4px) saturate(1.05); backdrop-filter: blur(4px) saturate(1.05);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 clamp(1.6rem, 4vw, 3.2rem);
  clip-path: polygon(0 0, 0 0, -30% 100%, 0 100%);
  transition: clip-path .55s cubic-bezier(.22,.61,.36,1);
}
.work:hover .work__veil, .work:focus-within .work__veil {
  clip-path: polygon(0 0, 130% 0, 100% 100%, 0 100%);
}
.work__veil h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem); line-height: 1.03;
  text-transform: uppercase; letter-spacing: -.015em;
  opacity: 0; transform: translateX(-20px); transition: opacity .4s .15s, transform .4s .15s;
}
.work__veil .work__meta {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-weight: 700;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  margin: .7rem 0 .8rem; opacity: 0; transition: opacity .4s .25s;
}
.work__veil p {
  max-width: 48ch; font-size: clamp(.92rem, 1.4vw, 1.02rem); line-height: 1.5;
  color: #1a160a; opacity: 0; transform: translateX(-16px);
  transition: opacity .4s .3s, transform .4s .3s;
}
.work__cta {
  margin-top: 1.4rem; font-family: var(--font-display); font-weight: 800;
  font-size: .9rem; text-transform: uppercase; letter-spacing: .02em;
  display: inline-flex; align-items: center; gap: .4rem;
  opacity: 0; transform: translateX(-16px); transition: opacity .4s .38s, transform .4s .38s;
}
.work:hover .work__veil :is(h3, .work__meta, p, .work__cta),
.work:focus-within .work__veil :is(h3, .work__meta, p, .work__cta) { opacity: 1; transform: none; }

/* Touch / narrow screens: no hover to reveal the veil, so stack the card —
   screenshot on top (fully visible), info on a dark panel below with an accent edge. */
@media (hover: none), (max-width: 700px) {
  .work {
    aspect-ratio: auto;
    display: flex; flex-direction: column;
  }
  .work__visual {
    position: relative; inset: auto;
    aspect-ratio: 16 / 10;
    transform: none !important;
  }
  .work__visual::after { display: none; }   /* show the screenshot crisp, not dimmed */
  .work__label { display: none; }            /* title lives in the panel below now */

  .work__veil,
  .work:hover .work__veil,
  .work:focus-within .work__veil {
    position: relative; inset: auto; z-index: auto;
    clip-path: none; transition: none;
    background: var(--surface-solid);
    -webkit-backdrop-filter: none; backdrop-filter: none;
    color: var(--text);
    justify-content: flex-start;
    padding: 1.4rem clamp(1.2rem, 5vw, 1.7rem) 1.6rem;
    border-top: 2px solid var(--work-accent);
  }
  .work__veil h3 { color: var(--text); opacity: 1; transform: none; }
  .work__veil .work__meta { color: var(--work-accent); opacity: 1; }
  .work__veil p { color: var(--muted); max-width: none; opacity: 1; transform: none; }
  .work__veil .work__cta { color: var(--work-accent); opacity: 1; transform: none; }
}

/* ===== About ===== */
.about__inner { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about__visual { display: grid; place-items: center; }
.about__card {
  position: relative; width: 100%; max-width: 360px; aspect-ratio: 4/5; border-radius: var(--radius-lg);
  background: var(--grad); display: grid; place-items: center; box-shadow: 0 30px 60px -20px var(--violet);
}
.about__avatar { font-family: var(--font-display); font-weight: 800; font-size: 9rem; color: #ffffff; opacity: .9; }
.about__sticker {
  position: absolute; font-family: var(--font-display); font-weight: 700; font-size: .85rem; padding: .55rem 1rem;
  border-radius: 100px; background: var(--bg-2); border: 1px solid var(--line-strong); white-space: nowrap;
}
.about__sticker--1 { top: 8%; right: -8%; color: var(--accent); animation: bob 4s var(--ease) infinite; }
.about__sticker--2 { bottom: 10%; left: -10%; color: var(--violet-bright); animation: bob 4s var(--ease) infinite .6s; }
@keyframes bob { 50% { transform: translateY(-12px); } }
.about__text p { color: var(--muted); margin-bottom: 1.1rem; font-size: 1.08rem; max-width: 520px; }
.about__text .btn { margin-top: .8rem; }
.about__text .section__title { margin-bottom: 1.4rem; }

/* ===== Process / Steps ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { padding: 2rem 1.5rem 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); position: relative; transition: transform .35s var(--ease), border-color .35s; }
.step:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.step__no { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: transparent; -webkit-text-stroke: 1.5px var(--violet); display: block; margin-bottom: 1rem; }
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; margin-bottom: .6rem; }
.step p { color: var(--muted); font-size: .96rem; }

/* ===== Contact ===== */
.contact { overflow: hidden; }
.contact__blob { position: absolute; width: 50vw; height: 50vw; background: var(--violet); filter: blur(120px); opacity: .25; top: 20%; left: -10%; border-radius: 50%; z-index: 0; }
.contact__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1; font-size: clamp(2.4rem, 6.5vw, 4.6rem); margin-bottom: 1.3rem; }
.contact__head p { color: var(--muted); font-size: 1.1rem; max-width: 440px; margin-bottom: 1.8rem; }
.contact__mail { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 3.5vw, 1.8rem); border-bottom: 2px solid var(--line-strong); padding-bottom: 4px; transition: color .3s, border-color .3s; display: inline-block; }
.contact__mail:hover { color: var(--accent); border-color: var(--accent); }

.contact__form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.4rem); backdrop-filter: blur(10px); }
.field { position: relative; margin-bottom: 1.1rem; }
.field input, .field textarea {
  width: 100%; background: #ffffff08; border: 1px solid var(--line-strong); border-radius: 14px;
  padding: 1.1rem 1rem .5rem; color: var(--text); font-family: inherit; font-size: 1rem; resize: vertical;
  transition: border-color .3s, background .3s;
}
.field textarea { padding-top: 1.4rem; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--violet); background: #ffffff0d; }
.field label {
  position: absolute; left: 1rem; top: 1rem; color: var(--muted); pointer-events: none;
  transition: transform .25s var(--ease), color .25s, font-size .25s;
}
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label {
  transform: translateY(-9px); font-size: .72rem; color: var(--violet-bright);
}
.hidden-field { display: none; }

/* ===== Footer ===== */
.footer { border-top: 1px solid var(--line); padding-top: clamp(50px, 7vw, 80px); padding-bottom: 2rem; }
.footer__inner { display: flex; flex-wrap: wrap; gap: 2rem 3rem; justify-content: space-between; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.footer__brand p { color: var(--muted); margin-top: .6rem; }
.footer__nav, .footer__social { display: flex; flex-direction: column; gap: .7rem; }
.footer__nav a, .footer__social a { color: var(--muted); transition: color .3s, transform .3s; width: fit-content; }
.footer__nav a:hover, .footer__social a:hover { color: var(--text); transform: translateX(4px); }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-top: 1.6rem; color: var(--muted-2); font-size: .9rem; }

/* ===== Back to top ===== */
.to-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 7000; width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad); color: #fff; font-size: 1.3rem; display: grid; place-items: center;
  box-shadow: 0 10px 30px -8px var(--violet); transform: translateY(120px) scale(.6); opacity: 0;
  transition: transform .45s var(--ease-bounce), opacity .4s;
}
.to-top.show { transform: translateY(0) scale(1); opacity: 1; }
.to-top:hover { transform: translateY(-4px) scale(1.08); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .why__grid, .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav, .header__cta { display: none; }
  .burger { display: block; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .about__inner, .contact__inner { grid-template-columns: 1fr; }
  .about__visual { order: -1; }
  .cursor { display: none; }
}
@media (max-width: 540px) {
  .why__grid, .steps, .stats { grid-template-columns: 1fr; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
  .acc-item__inner { padding-left: 1rem; }
  .btn { width: 100%; justify-content: center; }
  .hero__actions { flex-direction: column; }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .preloader { display: none; }
  .reveal { opacity: 1; transform: none; }
  .hero__title .word { transform: none; }
  .cursor { display: none; }
}
