:root {
  --ink: #07080b;
  --panel: #101116;
  --paper: #f4f2ec;
  --muted: #aaaab3;
  --cyan: #47d7ff;
  --violet: #b26eff;
  --lime: #c9ff86;
  --line: rgba(255,255,255,.16);
  --gutter: clamp(1.2rem, 4.5vw, 5rem);
  --ease: cubic-bezier(.22,1,.36,1);
  --font-body: "Helvetica Neue", Helvetica, system-ui, sans-serif;
  --font-display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: -.008em;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  isolation: isolate;
}
a { color: inherit; }
.zd-static-home :where(h1, h2, h3, h4, h5, h6) { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .075; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.cosmos { position: fixed; inset: -16vh -12vw; z-index: 0; pointer-events: none; overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(178,110,255,.13), transparent 28%), radial-gradient(circle at 84% 68%, rgba(71,215,255,.1), transparent 32%); }
.cosmos::before { content: ""; position: absolute; inset: 0; opacity: .33; background-image: radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(201,255,134,.72) 0 1px, transparent 1.5px); background-position: 0 0, 38px 64px; background-size: 97px 97px, 151px 151px; }
.cosmic-orbit { position: absolute; width: min(78vw,74rem); aspect-ratio: 1; }
.cosmic-orbit-one { top: 10%; left: -24%; }
.cosmic-orbit-two { right: -27%; top: 46%; }
.cosmic-vectors { width: 100%; height: 100%; stroke: rgba(178,110,255,.28); stroke-width: 1.2; vector-effect: non-scaling-stroke; transition: transform .3s ease-out; }
.cosmic-vectors-one { transform: translate3d(var(--cosmic-x,0),var(--cosmic-y,0),0) rotate(-8deg); }
.cosmic-vectors-two { stroke: rgba(71,215,255,.22); transform: translate3d(var(--cosmic-x-reverse,0),var(--cosmic-y-reverse,0),0) rotate(14deg); }
main, footer { position: relative; z-index: 1; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--gutter); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,8,11,.72); -webkit-backdrop-filter: blur(18px) saturate(1.2); backdrop-filter: blur(18px) saturate(1.2); }
.mark { display: inline-flex; align-items: center; width: 4.5rem; text-decoration: none; }
.mark img { display: block; width: 100%; height: auto; }
nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); align-items: center; }
nav a { color: rgba(255,255,255,.72); font-family: var(--font-display); font-size: .84rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.nav-contact { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 999px; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: 8rem var(--gutter) 5rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 48rem; height: 48rem; left: -23rem; top: 15%; border-radius: 50%; background: var(--violet); filter: blur(170px); opacity: .18; z-index: -2; }
.hero::after { content: ""; position: absolute; width: 34rem; height: 34rem; right: -17rem; bottom: -10rem; border-radius: 50%; background: var(--cyan); filter: blur(140px); opacity: .15; z-index: -2; }
.hero-lines { position: absolute; inset: 0; overflow: hidden; z-index: -1; opacity: .42; transform: translate3d(var(--cosmic-x,0),var(--cosmic-y,0),0); transition: transform .35s ease-out; }
.hero-lines span { position: absolute; left: 50%; top: 54%; width: 130vw; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); transform-origin: 50% 50%; }
.hero-lines span:nth-child(1) { transform: translate(-50%,-50%) rotate(-12deg); }
.hero-lines span:nth-child(2) { transform: translate(-50%,-50%) rotate(-5deg); }
.hero-lines span:nth-child(3) { transform: translate(-50%,-50%) rotate(2deg); }
.hero-lines span:nth-child(4) { transform: translate(-50%,-50%) rotate(9deg); }
.hero-lines span:nth-child(5) { transform: translate(-50%,-50%) rotate(16deg); }
.hero-copy { max-width: 60rem; }
.eyebrow { margin: 0 0 1.2rem; color: var(--cyan); font-family: var(--font-display); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
h1 { max-width: 11ch; margin: 0; font-family: var(--font-display); font-size: clamp(3.7rem, 8.5vw, 9.2rem); line-height: .86; letter-spacing: -.068em; font-weight: 700; text-wrap: balance; }
h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--paper); }
.hero-lede { max-width: 42rem; margin: 2rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.1rem, 1.8vw, 1.45rem); }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.4rem; min-height: 3.5rem; padding: .9rem 1.35rem; border: 1px solid var(--cyan); border-radius: 999px; font-family: var(--font-display); text-decoration: none; font-weight: 700; transition: transform .25s var(--ease), background .25s ease, color .25s ease, box-shadow .25s ease; }
.button-primary { background: var(--cyan); color: var(--ink); box-shadow: 0 1rem 3rem rgba(71,215,255,.18); }
.button:hover { transform: translateY(-3px); box-shadow: 0 1.2rem 3.5rem rgba(71,215,255,.28); }
.text-link { color: rgba(255,255,255,.76); text-decoration: none; font-weight: 700; }
.portrait-wrap { position: relative; justify-self: end; width: min(100%, 30rem); }
.portrait-frame { aspect-ratio: .9; overflow: hidden; border-radius: 1px; border: 1px solid rgba(255,255,255,.2); background: radial-gradient(circle at 50% 35%, rgba(178,110,255,.24), transparent 55%); box-shadow: 0 2rem 7rem rgba(0,0,0,.45); clip-path: polygon(11% 0,100% 0,100% 89%,89% 100%,0 100%,0 11%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.06); }
.portrait-wrap::before { content: ""; position: absolute; inset: -1.2rem 1.2rem 1.2rem -1.2rem; border: 1px solid rgba(178,110,255,.55); z-index: -1; clip-path: polygon(11% 0,100% 0,100% 89%,89% 100%,0 100%,0 11%); }
.portrait-caption { display: flex; align-items: center; gap: .75rem; margin-top: 1.2rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.portrait-caption i { flex: 1; height: 1px; background: var(--line); }
.scroll-cue { position: absolute; left: var(--gutter); bottom: 1.4rem; display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .72rem; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 3rem; height: 1px; background: var(--cyan); transform-origin: left; animation: pulse 2s ease-in-out infinite; }

.proof { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.proof div { display: grid; gap: .3rem; padding: 2.4rem var(--gutter); border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { font-family: var(--font-display); font-size: clamp(2rem,4vw,4.5rem); font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.proof span { max-width: 12rem; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }

.work, .ventures, .drone, .about, .contact { padding: clamp(6rem,11vw,11rem) var(--gutter); }
.work, .ventures, .drone, .dj, .about, .contact, .proof { scroll-margin-top: 5.5rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .about h2, .contact h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3rem,7vw,7rem); font-weight: 700; line-height: .9; letter-spacing: -.055em; }
.section-heading p:last-child { grid-column: 2; margin: 0; color: var(--muted); font-size: 1.15rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.gallery-card { position: relative; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; color: var(--paper); text-decoration: none; isolation: isolate; }
.gallery-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 35%, rgba(7,8,11,.9) 100%); transition: background .35s ease; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s ease; }
.gallery-card > span { position: absolute; inset: auto 0 0; z-index: 2; display: grid; gap: .45rem; padding: clamp(1rem, 1.7vw, 1.6rem); }
.gallery-card strong { max-width: 18ch; font-family: var(--font-display); font-size: clamp(1rem, 1.55vw, 1.65rem); font-weight: 700; line-height: 1; letter-spacing: -.03em; }
.gallery-card small { color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.045); filter: saturate(1.12) contrast(1.03); }
.gallery-card:hover::after, .gallery-card:focus-visible::after { background: linear-gradient(180deg, rgba(71,215,255,.05), rgba(7,8,11,.94) 100%); }
.flickr-link { display: inline-flex; gap: .65rem; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 1px solid var(--cyan); }

.ventures { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: rgba(16,17,22,.72); }
.ventures::before { content: ""; position: absolute; width: 55vw; aspect-ratio: 1; top: -45%; left: 22%; border: 1px solid rgba(178,110,255,.12); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(178,110,255,.018), 0 0 0 16vw rgba(71,215,255,.012); pointer-events: none; }
.venture-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.venture-card { position: relative; min-height: 42rem; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem,3vw,3rem); overflow: hidden; color: var(--paper); text-decoration: none; isolation: isolate; }
.venture-card::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .9s var(--ease), opacity .5s ease; }
.venture-card::after { content: ""; position: absolute; width: 24rem; aspect-ratio: 1; top: -8rem; right: -8rem; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.025), 0 0 0 6rem rgba(255,255,255,.018); transition: transform .9s var(--ease); }
.venture-card-vesl::before { background: radial-gradient(circle at 80% 14%, rgba(71,215,255,.2), transparent 34%), linear-gradient(150deg,#111826 0%,#0a0c12 68%); }
.venture-card-wonderworks::before { background: radial-gradient(circle at 78% 15%, rgba(201,255,134,.17), transparent 34%), linear-gradient(150deg,#161712 0%,#0b0c09 68%); }
.venture-card:hover::before, .venture-card:focus-visible::before { transform: scale(1.035); }
.venture-card:hover::after, .venture-card:focus-visible::after { transform: translate(-1.5rem,1.5rem) rotate(12deg); }
.venture-index { align-self: flex-start; color: rgba(255,255,255,.34); font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.venture-screenshot { position: absolute; top: clamp(1.5rem,3vw,3rem); right: clamp(1.5rem,3vw,3rem); width: min(44%,22rem); aspect-ratio: 1200 / 760; overflow: hidden; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 1.3rem 3.5rem rgba(0,0,0,.38); clip-path: polygon(0 0,100% 0,100% 84%,90% 100%,0 100%); }
.venture-screenshot::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); pointer-events: none; }
.venture-screenshot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .8s var(--ease), filter .5s ease; }
.venture-card:hover .venture-screenshot img, .venture-card:focus-visible .venture-screenshot img { transform: scale(1.035); filter: saturate(1.08); }
.venture-logo { display: flex; align-items: center; min-height: 10rem; margin: clamp(4rem,9vw,8rem) 0; }
.venture-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 12rem; object-fit: contain; object-position: left center; filter: drop-shadow(0 1.2rem 2.6rem rgba(0,0,0,.2)); transition: transform .7s var(--ease); }
.venture-card:hover .venture-logo img, .venture-card:focus-visible .venture-logo img { transform: translateY(-.35rem); }
.venture-logo-vesl img { width: min(100%,34rem); }
.venture-logo-wonderworks img { width: min(100%,32rem); }
.venture-copy { max-width: 35rem; }
.venture-copy .eyebrow { margin-bottom: .8rem; }
.venture-card-wonderworks .eyebrow { color: var(--lime); }
.venture-copy h3 { max-width: 15ch; margin: 0; font-family: var(--font-display); font-size: clamp(1.7rem,3vw,3.2rem); line-height: .96; letter-spacing: -.045em; }
.venture-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.2rem 0 0; color: rgba(255,255,255,.66); font-size: 1rem; }
.venture-link { display: inline-flex; gap: .7rem; margin-top: 1.8rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-family: var(--font-display); font-size: .84rem; font-weight: 700; }
.venture-link i { font-style: normal; }

.drone { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(71,215,255,.08), transparent 38%), rgba(7,8,11,.46); }
.drone::before { content: ""; position: absolute; width: 30rem; aspect-ratio: 1; right: -12rem; top: 8%; border: 1px solid rgba(71,215,255,.18); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(71,215,255,.025), 0 0 0 10rem rgba(178,110,255,.018); pointer-events: none; }
.drone-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.2rem,2.4vw,2.4rem); }
.drone-film { position: relative; margin: 0; }
.drone-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #07080b; box-shadow: 0 1.8rem 5rem rgba(0,0,0,.38); }
.drone-frame a { position: absolute; inset: 0; display: block; color: var(--paper); text-decoration: none; }
.drone-frame a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,8,11,.72)); transition: background .35s ease; }
.drone-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .45s ease; }
.drone-frame a:hover img, .drone-frame a:focus-visible img { transform: scale(1.035); filter: saturate(1.08) contrast(1.04); }
.drone-frame a:hover::after, .drone-frame a:focus-visible::after { background: linear-gradient(180deg, rgba(71,215,255,.05), rgba(7,8,11,.82)); }
.video-play { position: absolute; z-index: 2; left: 1.3rem; bottom: 1.2rem; display: inline-flex; align-items: center; gap: .8rem; font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.video-play i { width: 2.6rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(7,8,11,.62); transition: transform .3s var(--ease), background .3s ease; }
.video-play i::before { content: ""; width: 0; height: 0; margin-left: .18rem; border-top: .35rem solid transparent; border-bottom: .35rem solid transparent; border-left: .55rem solid var(--cyan); }
.drone-frame a:hover .video-play i, .drone-frame a:focus-visible .video-play i { transform: scale(1.08); background: var(--cyan); }
.drone-frame a:hover .video-play i::before, .drone-frame a:focus-visible .video-play i::before { border-left-color: var(--ink); }
.drone-film-caption { display: flex; justify-content: space-between; gap: 1.5rem; align-items: baseline; padding: 1.1rem 0 0; }
.drone-film-caption h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.25rem,2vw,2rem); letter-spacing: -.03em; }
.drone-film-caption span { color: var(--cyan); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-align: right; text-transform: uppercase; }

.dj { position: relative; overflow: hidden; padding: clamp(6rem,11vw,11rem) var(--gutter); background: #0b0711; isolation: isolate; }
.dj::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(145deg, rgba(178,110,255,.17), transparent 38%), linear-gradient(325deg, rgba(201,255,134,.08), transparent 45%); }
.dj::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 5rem 5rem; mask-image: linear-gradient(to bottom, #000, transparent 65%); }
.dj-glow { position: absolute; z-index: -1; width: 40rem; height: 40rem; top: 8%; right: -18rem; border-radius: 50%; background: var(--violet); filter: blur(150px); opacity: .22; }
.dj-intro { display: grid; grid-template-columns: minmax(18rem,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,9rem); align-items: center; }
.dj-photo { position: relative; min-height: min(72vw,46rem); overflow: hidden; border: 1px solid rgba(201,255,134,.35); clip-path: polygon(0 0,89% 0,100% 11%,100% 100%,11% 100%,0 89%); }
.dj-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11,7,17,.85)); }
.dj-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 35%; filter: saturate(.9) contrast(1.07); }
.dj-photo-note { position: absolute; z-index: 2; left: 1.5rem; bottom: 1.4rem; color: var(--lime); font-family: var(--font-display); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dj-copy { max-width: 52rem; }
.dj-logo { width: min(11rem,36vw); height: auto; margin-bottom: 2.2rem; }
.dj .eyebrow { color: var(--lime); }
.dj h2 { max-width: 11ch; margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem,7.5vw,8rem); font-weight: 700; line-height: .87; letter-spacing: -.06em; }
.dj-copy > p:last-of-type { max-width: 40rem; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem,1.7vw,1.35rem); }
.dj-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.3rem; }
.button-lime { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 0 1rem 3rem rgba(201,255,134,.13); }
.button-lime:hover { box-shadow: 0 1.2rem 3.5rem rgba(201,255,134,.22); }
.dj-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(4rem,8vw,8rem); border-block: 1px solid var(--line); }
.dj-stats div { display: grid; gap: .35rem; padding: 2rem clamp(1rem,2.5vw,2.5rem); border-right: 1px solid var(--line); }
.dj-stats div:last-child { border-right: 0; }
.dj-stats strong { color: var(--lime); font-family: var(--font-display); font-size: clamp(2.3rem,4.5vw,5rem); line-height: 1; letter-spacing: -.06em; }
.dj-stats span { max-width: 11rem; color: var(--muted); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.dj-listen { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,7vw,8rem); align-items: center; padding: clamp(5rem,9vw,9rem) 0; border-bottom: 1px solid var(--line); }
.dj-listen h3 { max-width: 13ch; margin: 0; font-family: var(--font-display); font-size: clamp(2.3rem,4.6vw,5rem); line-height: .95; letter-spacing: -.05em; }
.dj-listen p:last-child { max-width: 32rem; color: var(--muted); font-size: 1.05rem; }
.soundcloud-card { min-height: 360px; display: grid; grid-template-columns: minmax(13rem,.72fr) 1.28fr; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(135deg,#ff6a00,#e53b7d 54%,#7b45d6); color: var(--paper); text-decoration: none; box-shadow: 0 2rem 6rem rgba(0,0,0,.35); }
.soundcloud-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); transition: transform .8s var(--ease), filter .45s ease; }
.soundcloud-card-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(1.6rem,4vw,3.5rem); background: linear-gradient(135deg,rgba(7,8,11,.18),rgba(7,8,11,.5)); }
.soundcloud-card-copy small { font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.soundcloud-card-copy strong { margin-top: .45rem; font-family: var(--font-display); font-size: clamp(2rem,4vw,4.2rem); line-height: .9; letter-spacing: -.055em; }
.soundcloud-card-copy > span { margin-top: 1rem; color: rgba(255,255,255,.78); font-size: .88rem; }
.soundcloud-card-copy b { display: inline-flex; gap: .7rem; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.7); font-family: var(--font-display); font-size: .84rem; }
.soundcloud-card-copy b i { font-style: normal; }
.soundcloud-card:hover > img, .soundcloud-card:focus-visible > img { transform: scale(1.035); filter: saturate(1) contrast(1.08); }
.dj-video { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2rem,6vw,6rem); align-items: end; padding: clamp(5rem,9vw,9rem) 0; border-bottom: 1px solid var(--line); }
.dj-video-heading h3 { max-width: 10ch; margin: 0; font-family: var(--font-display); font-size: clamp(2.5rem,5vw,5.6rem); line-height: .92; letter-spacing: -.055em; }
.dj-video-heading > p:last-child { max-width: 22rem; margin-top: 1.4rem; color: var(--muted); font-size: 1.05rem; }
.dj-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #07050c; box-shadow: 0 2rem 7rem rgba(0,0,0,.5), 0 0 5rem rgba(163,103,255,.12); }
.dj-video-frame::before { content: ""; position: absolute; z-index: 1; inset: -1px; pointer-events: none; border: 1px solid rgba(201,255,134,.18); }
.dj-video-link { position: absolute; inset: 0; display: block; color: var(--paper); text-decoration: none; }
.dj-video-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(7,5,12,.74)); transition: background .35s ease; }
.dj-video-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .45s ease; }
.dj-video-link:hover > img, .dj-video-link:focus-visible > img { transform: scale(1.035); filter: saturate(1.08) contrast(1.04); }
.dj-video-link:hover::after, .dj-video-link:focus-visible::after { background: linear-gradient(180deg,rgba(201,255,134,.04),rgba(7,5,12,.84)); }
.dj-history { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,9vw,9rem) 0; }
.dj-history-heading p:last-child { max-width: 24rem; color: var(--muted); font-size: 1.08rem; }
.performance-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.performance-list li { display: flex; justify-content: space-between; gap: 2rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.performance-list strong { font-family: var(--font-display); font-size: clamp(1.15rem,2.1vw,2rem); letter-spacing: -.025em; }
.performance-list span { color: var(--muted); font-size: .8rem; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.dj-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: clamp(12rem,18vw,20rem); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.dj-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #18151e; }
.dj-gallery figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.dj-gallery figure:nth-child(7) { grid-column: span 2; }
.dj-gallery img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .9s var(--ease); }
.dj-gallery figure:nth-child(2) img { object-position: 60% center; }
.dj-gallery figure:nth-child(4) img { object-position: center 38%; }
.dj-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(11,7,17,.82)); }
.dj-gallery figure:hover img { transform: scale(1.035); }
.dj-gallery figcaption { position: absolute; z-index: 2; left: 1.3rem; bottom: 1.1rem; color: var(--paper); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dj-footer { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; padding-top: 2rem; }
.dj-footer p { margin: 0; color: var(--muted); }
.dj-footer .text-link { padding-bottom: .35rem; border-bottom: 1px solid var(--lime); }

.about { background: var(--paper); color: var(--ink); }
.about .eyebrow { color: #7035b0; }
.zack-trades { margin: 0 0 clamp(3rem,7vw,7rem); color: transparent; font-family: var(--font-display); font-size: clamp(4rem,11vw,11rem); font-weight: 700; line-height: .76; letter-spacing: -.075em; text-transform: uppercase; -webkit-text-stroke: 1.5px rgba(7,8,11,.28); }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem,9vw,10rem); }
.about-copy { align-self: end; max-width: 38rem; font-size: clamp(1.1rem,1.8vw,1.4rem); }
.about-copy p + p { color: #53535b; }
.resource-links { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(7,8,11,.2); }
.resource-links a { color: var(--ink); font-family: var(--font-display); font-size: .95rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid #7035b0; }
.contact { min-height: 72vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(135deg, rgba(178,110,255,.13), transparent 45%); }
.contact h2 { max-width: 12ch; margin-bottom: 2.5rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem var(--gutter); border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .2s; } .delay-3 { transition-delay: .3s; }
@keyframes pulse { 0%,100%{transform:scaleX(.3);opacity:.45} 50%{transform:scaleX(1);opacity:1} }
@keyframes drift { 0%,100%{transform:translate3d(0,0,0) rotate(0)} 50%{transform:translate3d(2rem,-1.4rem,0) rotate(12deg)} }

@media (max-width: 900px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero-copy { z-index: 2; }
  .portrait-wrap { width: min(75vw,25rem); margin-top: -1rem; }
  .proof { grid-template-columns: repeat(2,1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .about-grid { grid-template-columns: 1fr; }
  .section-heading p:last-child { grid-column: 1; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card { min-height: 36rem; }
  .venture-screenshot { width: min(42%,22rem); }
  .drone-grid { grid-template-columns: 1fr; }
  .dj-intro, .dj-video, .dj-listen, .dj-history { grid-template-columns: 1fr; }
  .dj-photo { width: min(82vw,34rem); min-height: min(110vw,44rem); }
  .dj-stats { grid-template-columns: repeat(2,1fr); }
  .dj-stats div:nth-child(2) { border-right: 0; }
  .dj-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dj-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: clamp(15rem,34vw,23rem); }
  .dj-gallery figure:nth-child(1), .dj-gallery figure:nth-child(7) { grid-column: auto; grid-row: auto; }
  .cosmic-orbit { width: 105vw; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3.25rem,18vw,5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof div { padding: 1.8rem 1.2rem; }
  .proof strong { font-size: 2.5rem; }
  .proof span { font-size: .68rem; }
  .gallery-card { aspect-ratio: 1 / 1; }
  .gallery-card strong { font-size: clamp(.92rem, 4vw, 1.3rem); }
  .gallery-card small { font-size: .56rem; }
  .venture-card { min-height: 32rem; }
  .venture-screenshot { position: relative; inset: auto; align-self: flex-end; width: 74%; margin: -1rem 0 2.5rem; }
  .venture-logo { min-height: 0; margin: 0 0 3rem; }
  .dj-gallery { grid-template-columns: 1fr; grid-auto-rows: min(82vw,27rem); }
  .dj-actions, .dj-footer { align-items: flex-start; flex-direction: column; }
  .soundcloud-card { min-height: 0; grid-template-columns: 1fr; }
  .soundcloud-card > img { aspect-ratio: 16 / 10; }
  .site-header { padding-block: .85rem; }
  .mark { width: 3.8rem; }
  .zack-trades { font-size: clamp(3rem,17vw,5rem); }
  .performance-list li { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .performance-list span { text-align: left; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
