@font-face { font-family: "Campton"; src: url("fonts/campton-light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Campton"; src: url("fonts/campton-book.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Campton"; src: url("fonts/campton-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Campton"; src: url("fonts/campton-semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Druk Wide"; src: url("fonts/druk-wide-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

/* =========================================================
   ETHEREAL — light moving through water
   ========================================================= */
:root {
  --abyss: #01070B; --pearl: #EEF7F6; --mist: #9DB9BF; --aqua: #6FF3F0; --hue: 190;
  --glass: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02) 55%, hsl(var(--hue) 90% 70% / .08));
  --edge: rgba(255,255,255,.14);
  --display: "Druk Wide", "Arial Black", system-ui, sans-serif;
  --serif: "Campton", system-ui, sans-serif;
  --body: "Campton", system-ui, sans-serif;
  --mono: "Campton", system-ui, sans-serif;
  --gutter: clamp(18px, 4.5vw, 72px);
  --ease: cubic-bezier(.16,1,.3,1);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { background: var(--abyss); }
body { margin: 0; color: var(--pearl); background: transparent; font-family: var(--body); font-weight: 300; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--aqua); color: var(--abyss); }
:focus-visible { outline: 1px solid var(--aqua); outline-offset: 4px; border-radius: 6px; }
main, footer { position: relative; z-index: 2; }

/* living light field (WebGL, fixed) + fallback */
#aether { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; }
.aether-fallback { position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 70% 10%, hsl(var(--hue) 80% 45% / .35), transparent 70%), radial-gradient(50% 40% at 10% 80%, hsl(calc(var(--hue) + 40) 70% 40% / .25), transparent 70%), var(--abyss); }
.grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .07; mix-blend-mode: overlay; background-size: 128px 128px; }

/* cursor light */
.cursor { position: fixed; z-index: 100; left: 0; top: 0; pointer-events: none; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: var(--pearl); transition: width .4s var(--ease), height .4s var(--ease), margin .4s var(--ease), background .4s, box-shadow .4s; display: grid; place-items: center; }
.cursor span { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; color: var(--abyss); opacity: 0; transition: opacity .2s; }
.cursor.play { width: 92px; height: 92px; margin: -46px 0 0 -46px; background: rgba(238,247,246,.9); }
.cursor.play span { opacity: 1; }
.cursor.link { width: 36px; height: 36px; margin: -18px 0 0 -18px; background: transparent; box-shadow: inset 0 0 0 1px var(--pearl); }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* type */
.display { font-family: var(--display); font-stretch: 125%; font-weight: 200; text-transform: uppercase; letter-spacing: -.02em; line-height: .92; margin: 0; }
.display em, .serif { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.01em; font-stretch: 100%; }
h2.display { font-size: clamp(34px, 5.4vw, 96px); text-wrap: balance; }
h3.display { font-size: clamp(15px, 1.25vw, 19px); font-weight: 400; letter-spacing: .02em; line-height: 1.25; }
.kicker { font-family: var(--mono); font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--aqua); }
.meta { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); line-height: 1.8; }
.lead { font-size: clamp(18px, 1.55vw, 23px); line-height: 1.45; max-width: 36ch; color: var(--pearl); font-weight: 300; }
.wrap { padding: 0 var(--gutter); max-width: 1680px; margin: 0 auto; }
section { position: relative; }
.pad { padding: clamp(110px, 16vw, 240px) 0; }

.glass { background: var(--glass); -webkit-backdrop-filter: blur(22px) saturate(150%); backdrop-filter: blur(22px) saturate(150%); border: 1px solid var(--edge); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 60px rgba(0,0,0,.35); }

/* ---------- nav ---------- */
.nav { position: fixed; z-index: 60; top: calc(14px + env(safe-area-inset-top, 0px)); left: 0; right: 0; margin-inline: auto; width: min(calc(1680px - 2 * var(--gutter)), calc(100% - 2 * var(--gutter))); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 8px 8px 22px; border-radius: 999px; transition: transform .7s var(--ease); }
.nav.hide { transform: translateY(-150%); }
.nav .logo { font-family: var(--display); font-stretch: 125%; font-weight: 300; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.nav .logo em { font-family: var(--serif); font-style: italic; text-transform: none; font-size: 18px; letter-spacing: 0; color: var(--aqua); font-stretch: 100%; }
.nav ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav ul > li > a, .nav .dd > button { display: flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 999px; border: 0; background: none; cursor: pointer; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(238,247,246,.72); transition: color .3s, background .3s; }
.nav ul > li > a:hover, .nav ul > li > a[aria-current="page"], .nav .dd > button:hover, .nav .dd.open > button, .nav .dd.here > button { color: var(--pearl); background: rgba(255,255,255,.07); }
.dd { position: relative; }
.dd > button svg { transition: transform .4s var(--ease); }
.dd.open > button svg { transform: rotate(180deg); }
.dd-panel { background: rgba(3,16,22,.86) !important; position: absolute; top: calc(100% + 16px); left: 50%; width: 580px; transform: translate(-50%, -8px); opacity: 0; pointer-events: none; transition: opacity .35s var(--ease), transform .45s var(--ease); border-radius: 26px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.dd.open .dd-panel { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.dd-panel a { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 8px; border-radius: 18px; transition: background .3s; }
.dd-panel a:hover, .dd-panel a[aria-current="page"] { background: rgba(255,255,255,.08); }
.dd-panel .thumb { width: 56px; height: 56px; border-radius: 14px; overflow: hidden; background: #0b2029; }
.dd-panel .thumb img { width: 100%; height: 100%; object-fit: cover; }
.dd-panel b { display: block; font-weight: 400; font-size: 15px; color: var(--pearl); }
.dd-panel small { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); margin-top: 2px; }
.dd-panel .all { grid-column: 1 / -1; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; padding: 14px 16px; }
.menu-btn { display: none; }
@media (max-width: 900px) {
  .nav ul, .nav > .btn { display: none; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 44px; padding: 0 18px; border-radius: 999px; border: 0; background: rgba(255,255,255,.08); color: var(--pearl); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
}
.menu { position: fixed; inset: 0; z-index: 55; background: rgba(1,7,11,.78); -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); display: flex; flex-direction: column; justify-content: center; padding: 90px var(--gutter) 40px; gap: 2px; opacity: 0; pointer-events: none; transition: opacity .5s var(--ease); overflow-y: auto; }
.menu.open { opacity: 1; pointer-events: auto; }
.menu .grp { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--aqua); margin: 18px 0 6px; }
.menu a { font-family: var(--display); font-stretch: 125%; font-weight: 200; text-transform: uppercase; font-size: clamp(24px, 7vw, 50px); line-height: 1.18; letter-spacing: -.02em; }
.menu a:hover { color: var(--aqua); }

/* ---------- buttons ---------- */
@property --a { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes spin { to { --a: 360deg; } }
.btn { position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 12px; height: 52px; padding: 0 26px; border-radius: 999px; border: 0; cursor: pointer; overflow: hidden;
  font-family: var(--mono); font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--abyss); background: var(--pearl); transition: box-shadow .5s var(--ease); will-change: transform; }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: conic-gradient(from var(--a), #6FF3F0, #C9FBE6, #F4E9FF, #A9DCFF, #6FF3F0); opacity: 0; transition: opacity .5s var(--ease); animation: spin 5s linear infinite; }
.btn:hover::before { opacity: 1; }
.btn:hover { box-shadow: 0 0 44px hsl(var(--hue) 90% 70% / .45); }
.btn .arr { display: inline-block; transition: transform .5s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn.ghost { color: var(--pearl); background: rgba(255,255,255,.06); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.btn.ghost::before { background: conic-gradient(from var(--a), rgba(111,243,240,.28), rgba(244,233,255,.18), rgba(169,220,255,.28), rgba(111,243,240,.28)); }
.btn.sm { height: 42px; padding: 0 18px; font-size: 10.5px; }

/* ---------- curtain ---------- */
.curtain { position: fixed; inset: 0; z-index: 90; background: var(--abyss); display: grid; place-items: center; transform: translateY(-110%); pointer-events: none; }
.js .curtain { transform: translateY(0); animation: curtainOut .01s 5s forwards; }
@keyframes curtainOut { to { transform: translateY(-110%); } }
.curtain .count { font-family: var(--serif); font-style: italic; font-size: clamp(64px, 12vw, 200px); color: var(--pearl); }
.curtain svg { display: none; }

/* ---------- hero ---------- */
.hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 130px 0 clamp(60px, 8vw, 110px); }
.hero-media { position: absolute; inset: 12px; z-index: 0; border-radius: 28px; overflow: hidden; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(1,7,11,.2) 0%, rgba(1,7,11,.05) 40%, rgba(1,7,11,.88) 100%), radial-gradient(120% 80% at 50% 115%, hsl(var(--hue) 80% 40% / .35), transparent 60%); }
.hero-media canvas.water { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; }
.hero-media.gl > video, .hero-media.gl > img, .hero-media.gl .slides { visibility: hidden; }
.hero .wrap { position: relative; z-index: 3; width: 100%; }
.hero .top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: clamp(18px, 3vw, 36px); flex-wrap: wrap; }
.hero h1 { font-size: clamp(52px, 11.2vw, 210px); font-weight: 200; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero h1 .line > span { display: inline-block; }
.hero h1 em { color: var(--aqua); }
.hero .row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 28px; margin-top: clamp(22px, 3vw, 40px); }
.hero .ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; }
.scroll-cue i { display: block; width: 1px; height: 46px; background: linear-gradient(var(--pearl), transparent); animation: cue 2.4s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
.kahuna-card { max-width: 330px; padding: 20px 22px; border-radius: 22px; }
.kahuna-card p { margin: 6px 0 4px; font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.2; }
.orb, .wave { display: none; }
.slides { position: absolute; inset: 0; }
.slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; }
.slides img.on { opacity: 1; }

/* ---------- marquee ---------- */
.marquee { position: relative; z-index: 2; overflow: hidden; padding: 26px 0; color: var(--pearl); border-block: 1px solid rgba(255,255,255,.08); }
.marquee .track { display: flex; width: max-content; gap: 48px; align-items: baseline; font-family: var(--display); font-stretch: 125%; font-weight: 200; text-transform: uppercase; font-size: clamp(22px, 2.6vw, 40px); letter-spacing: -.01em; white-space: nowrap; will-change: transform; }
.marquee .track span:nth-child(4n+3) { font-family: var(--serif); font-style: italic; text-transform: none; font-stretch: 100%; color: var(--aqua); }
.marquee .track i { font-style: normal; opacity: .4; font-size: .6em; }
.marquee.ghost { border: 0; padding: 4px 0; }
.marquee.ghost .track { font-size: clamp(38px, 6vw, 104px); }
.marquee.ghost .track span:nth-child(4n+3) { color: inherit; }
.marquee.ghost.outline .track { color: transparent; -webkit-text-stroke: 1px rgba(238,247,246,.5); }

/* ---------- section heads ---------- */
.head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: clamp(40px, 6vw, 90px); flex-wrap: wrap; }
.head .kicker { display: block; margin-bottom: 20px; }

/* ---------- expertise cards ---------- */
.exp-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.exp-card { position: relative; display: block; aspect-ratio: 3/4.6; border-radius: 26px; overflow: hidden; background: #06161d; isolation: isolate; transition: box-shadow .8s var(--ease); box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.exp-card video, .exp-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.72); transition: filter .9s var(--ease), transform 1.6s var(--ease); }
.exp-card:hover { box-shadow: 0 0 0 1px rgba(255,255,255,.22), 0 30px 90px hsl(var(--hue) 90% 60% / .25); }
.exp-card:hover video, .exp-card:hover img { filter: none; transform: scale(1.06); }
.exp-card .over { position: absolute; inset: auto 10px 10px 10px; padding: 16px 18px; border-radius: 18px; z-index: 2; }
.exp-card .over h3 { margin-bottom: 4px; }
.exp-card .num { position: absolute; top: 16px; left: 18px; z-index: 2; }
@media (max-width: 1200px) { .exp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .exp-grid { grid-template-columns: repeat(2, 1fr); } .exp-card { aspect-ratio: 3/4; } }
@media (max-width: 480px) { .exp-grid { grid-template-columns: 1fr; } .exp-card { aspect-ratio: 4/3.4; } }
.exp-grid.more { grid-template-columns: repeat(var(--cols, 4), 1fr); }
@media (max-width: 1100px) { .exp-grid.more { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .exp-grid.more { grid-template-columns: 1fr; } }
.exp-card .over { min-width: 0; }
.exp-card .over .meta { overflow-wrap: normal; }

/* ---------- work tiles ---------- */
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 26px); row-gap: clamp(50px, 6vw, 90px); }
.tile { grid-column: span 6; display: block; }
.tile.full { grid-column: span 12; }
.tile .media { position: relative; aspect-ratio: 16/9; border-radius: 24px; overflow: hidden; background: #06161d; box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 40px 120px rgba(0,0,0,.45); transition: box-shadow .8s var(--ease); }
.tile:hover .media { box-shadow: 0 0 0 1px rgba(255,255,255,.22), 0 40px 120px hsl(var(--hue) 90% 55% / .22); }
.tile.photo .media { aspect-ratio: 4/5; }
.tile.tall { grid-column: span 4; }
.tile.tall .media { aspect-ratio: 9/16; }
.tile .media video, .tile .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.tile:hover .media video, .tile:hover .media img { transform: scale(1.03); }
.tile .cap { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; }
.tile .cap h3 { margin: 0 0 6px; }
.tile .badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 12px; border-radius: 999px; }
@media (max-width: 1000px) { .tile.tall { grid-column: span 6; } }
@media (max-width: 700px) { .tile, .tile.full, .tile.tall { grid-column: span 12; } }
.ph { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(80% 80% at 30% 20%, hsl(var(--hue) 80% 50% / .25), transparent 60%), #06161d; }
.ph span { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; color: var(--mist); text-transform: uppercase; }

/* ---------- experience ---------- */
.xp { list-style: none; margin: 0; padding: 0; }
.xp li { display: grid; grid-template-columns: 110px 1.1fr 1fr; gap: 24px; align-items: baseline; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.1); transition: padding .6s var(--ease); }
.xp li:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.xp li:hover { padding-left: 16px; }
.xp .role { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2vw, 30px); line-height: 1.15; transition: color .4s; }
.xp li:hover .role { color: var(--aqua); }
@media (max-width: 760px) { .xp li { grid-template-columns: 1fr; gap: 6px; } }
.xp li > * { min-width: 0; overflow-wrap: break-word; }

/* ---------- brands ---------- */
.brands { display: flex; flex-wrap: wrap; gap: 10px; }
.brand { padding: 16px 22px; border-radius: 999px; transition: transform .6s var(--ease), background .6s; }
.brand h3 { margin: 0; }
.brand:hover { transform: translateY(-4px); background: hsl(var(--hue) 80% 60% / .16); }

/* ---------- split / portrait ---------- */
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 6vw, 110px); align-items: center; }
.split .portrait { position: relative; border-radius: 30px; overflow: hidden; aspect-ratio: 4/5; background: #06161d; box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 50px 140px rgba(0,0,0,.5); }
.split .portrait img { width: 100%; height: 100%; object-fit: cover; }
.split .portrait .kahuna-card { position: absolute; left: 14px; right: 14px; bottom: 14px; max-width: none; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* ---------- concerts: setlist + hue journey ---------- */
.masonry { columns: 3 300px; column-gap: 14px; }
.masonry a { display: block; margin-bottom: 14px; border-radius: 18px; overflow: hidden; break-inside: avoid; position: relative; }
.masonry img { width: 100%; transition: transform 1.4s var(--ease); }
.masonry a:hover img { transform: scale(1.04); }
.setlist { list-style: none; margin: 0; padding: 0; }
.setlist a { display: grid; grid-template-columns: 60px 1fr auto; align-items: baseline; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); transition: padding .6s var(--ease); }
.setlist li:last-child a { border-bottom: 1px solid rgba(255,255,255,.1); }
.setlist .display { font-size: clamp(26px, 4.6vw, 76px); line-height: 1; transition: color .4s, letter-spacing .6s var(--ease); }
.setlist a:hover { padding-left: 18px; }
.setlist a:hover .display { color: hsl(var(--h) 90% 74%); letter-spacing: .01em; }
.setlist .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: hsl(var(--h) 90% 65%); box-shadow: 0 0 14px hsl(var(--h) 90% 65%); margin-right: 10px; vertical-align: middle; }
.setlist-preview { position: fixed; z-index: 40; left: 0; top: 0; width: 280px; aspect-ratio: 3/4; object-fit: cover; border-radius: 20px; pointer-events: none; opacity: 0; transform: translate(-50%,-50%) scale(.85) rotate(-4deg); transition: opacity .35s, transform .5s var(--ease); box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.setlist-preview.on { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(-4deg); }
@media (hover: none) { .setlist-preview { display: none; } }
.artist { scroll-margin-top: 110px; padding-top: 40px; }
.artist .head { margin-bottom: 28px; }
.artist .head h3 { font-size: clamp(30px, 4vw, 64px); font-weight: 200; }
.hue-bar { display: inline-block; width: 150px; height: 3px; border-radius: 3px; vertical-align: middle; margin-left: 10px; background: linear-gradient(90deg, hsl(0 90% 60%), hsl(40 90% 60%), hsl(130 80% 55%), hsl(200 90% 60%), hsl(260 90% 68%), hsl(330 90% 64%)); }

.lightbox, .theater { position: fixed; inset: 0; z-index: 85; background: rgba(1,7,11,.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .4s; padding: 60px 16px 24px; }
.lightbox.open, .theater.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 16px; }
.theater video { max-width: min(1400px, 100%); max-height: 84vh; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.6); background: #000; }
.lightbox button, .theater button { position: absolute; top: 16px; right: 16px; }

/* ---------- CTA / page hero / footer ---------- */
.cta { overflow: hidden; }
.cta h2 { font-size: clamp(50px, 9.6vw, 184px); line-height: .9; }
.cta .row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; margin-top: 40px; }
.page-hero { min-height: 86svh; }
.page-hero h1 { font-size: clamp(46px, 9vw, 172px); }
footer { border-top: 1px solid rgba(255,255,255,.08); padding: 50px 0 44px; }
footer .cols { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; max-width: 520px; }
footer a:hover { color: var(--aqua); }

/* ---------- ethereal reveals ---------- */
html.js:not(.reduced) [data-reveal] { opacity: 0; filter: blur(14px); transform: translateY(30px); }
.char { display: inline-block; will-change: transform, filter, opacity; }
.tile .media.liquid, .exp-card.liquid video, .exp-card.liquid img, .masonry a.liquid img { filter: url(#liquid); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; filter: none !important; transform: none !important; }
}

/* ---------- DJ coming soon ---------- */
.nav sup.soon{font:500 8px/1 var(--mono,monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--aqua);vertical-align:super;margin-left:2px}
.dj-hero{min-height:auto;padding-block:clamp(130px,18vh,190px) 0;overflow:hidden}
.dj-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(24px,5vw,80px);align-items:center}
.dj-ambient{position:fixed;inset:-10%;z-index:0;background-size:cover;background-position:center;opacity:.28;filter:saturate(1.3);pointer-events:none}
.record{position:relative;width:100%;max-width:480px;aspect-ratio:1;justify-self:center;margin-right:12%}
.record .sleeve{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 50px 120px -30px rgba(140,60,255,.6),0 0 0 1px rgba(255,255,255,.08);transition:transform .8s var(--ease)}
.record .vinyl{position:absolute;z-index:1;inset:3%;border-radius:50%;transform:translateX(22%);transition:transform .9s var(--ease);animation:spin 5.5s linear infinite;
  background:radial-gradient(circle,transparent 0 17%,#050a0e 17.5% 100%),repeating-radial-gradient(circle,rgba(255,255,255,.05) 0 1px,transparent 1px 4px),#040709;box-shadow:0 30px 90px -30px rgba(255,120,60,.45)}
.record:hover .vinyl{transform:translateX(40%)} .record:hover .sleeve{transform:translateX(-4%) rotate(-2deg)}
.record .vinyl{animation:none} .record .vinyl .label{animation:spin 5.5s linear infinite}
.vinyl::before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 20deg,transparent 0 12%,rgba(160,255,250,.16) 16%,transparent 22% 58%,rgba(255,140,240,.14) 64%,transparent 70%);mix-blend-mode:screen}
.vinyl .label{position:absolute;inset:33%;border-radius:50%;background-size:cover;background-position:center;box-shadow:inset 0 0 0 2px rgba(0,0,0,.4)}
.vinyl .label::after{content:"";position:absolute;left:50%;top:50%;width:7%;height:7%;margin:-3.5% 0 0 -3.5%;border-radius:50%;background:#02070b}
.gem{width:clamp(70px,9vw,130px);height:auto;filter:drop-shadow(0 12px 30px rgba(255,90,160,.45));animation:float 6s ease-in-out infinite}
@keyframes float{50%{transform:translateY(-10px) rotate(4deg)}}
.btn.am{gap:10px}.btn.am.is-soon{opacity:.75;cursor:default}
@keyframes spin{to{transform:rotate(360deg)}}
.eq{display:flex;align-items:flex-end;gap:clamp(3px,.5vw,7px);height:clamp(70px,11vw,140px);margin-top:clamp(40px,7vw,90px);padding-inline:16px;-webkit-mask:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
.eq i{flex:1;height:100%;border-radius:4px 4px 0 0;transform-origin:bottom;background:linear-gradient(to top,hsl(calc(170 + var(--i)*3.2) 90% 62% / .9),hsl(calc(200 + var(--i)*3.2) 90% 70% / .15));animation:eq var(--d) ease-in-out infinite alternate;animation-delay:calc(var(--i)*-.13s)}
@keyframes eq{0%{transform:scaleY(.12)}60%{transform:scaleY(.7)}100%{transform:scaleY(1)}}
.dj-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.dj-list li{position:relative;border-radius:22px;padding:26px;display:grid;gap:10px;min-width:0;container-type:inline-size}
.dj-list li>*{min-width:0}
.dj-list .btn{justify-self:start;max-width:100%}
.dj-list h3{font-size:clamp(16px,6.2cqi,30px);margin:0;overflow-wrap:break-word}
.dj-list p{margin:0}
.soon-chip{position:absolute;top:22px;right:22px;padding:5px 10px;border-radius:99px;border:1px solid rgba(111,243,240,.4);color:var(--aqua)}
@media (max-width:820px){.dj-grid{grid-template-columns:1fr}.record{max-width:340px;margin-right:18%}}
@media (prefers-reduced-motion:reduce){.vinyl,.vinyl .label,.gem,.eq i{animation:none}.eq i{transform:scaleY(.5)}}

/* ---------- Druk Wide (licensed) ---------- */
.display, .nav .logo, .menu a, .marquee .track { font-weight: 700; font-stretch: normal; letter-spacing: -.005em; }
.display { line-height: .95; }
.display em, .marquee em { letter-spacing: 0; }
.hero h1 { font-size: clamp(38px, 8.2vw, 156px); font-weight: 700; }
.page-hero h1 { font-size: clamp(34px, 6.6vw, 124px); }
.cta h2 { font-size: clamp(36px, 7vw, 134px); }
.nav .logo { font-size: 11px; letter-spacing: .04em; }
.menu a { font-size: clamp(20px, 5.4vw, 38px); }
.marquee .track { font-size: clamp(16px, 1.9vw, 30px); }
.vinyl .label span { font-weight: 700; font-size: clamp(10px, 1.2vw, 15px); }

/* ---------- water table ---------- */
#watertable { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.wt-level { position: fixed; right: 16px; bottom: 18px; z-index: 50; font: 500 10px/1 var(--mono, monospace); letter-spacing: .18em; text-transform: uppercase; color: var(--mist); pointer-events: none; mix-blend-mode: difference; }
@media (max-width: 700px) { .wt-level { display: none; } }

/* ---------- type system: Druk Wide + Campton only ---------- */
body { font-weight: 300; letter-spacing: .005em; }
.kicker, .meta, .nav ul > li > a, .nav .dd > button, .btn, .menu .grp, .menu-btn, .dd-panel small, .dd-panel .all, .ph span, .cursor span, .wt-level, .nav sup.soon { font-weight: 500; }
.kicker { letter-spacing: .24em; font-size: 11px; }
.meta { letter-spacing: .14em; font-size: 10.5px; }
.lead { font-weight: 300; letter-spacing: -.005em; }
/* accent = Druk Wide in aqua (replaces the italic serif) */
.display em, .marquee .track span:nth-child(4n+3) { font-family: var(--display); font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: -.005em; color: var(--aqua); -webkit-text-stroke: 0; text-shadow: none; }
.dj-hero h1 em { background: linear-gradient(95deg, #ffb347 0%, #ff5fa2 45%, #9a6bff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav .logo em { font-family: var(--display); font-style: normal; font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--aqua); letter-spacing: .04em; }
.kahuna-card p, .xp .role { font-family: var(--body); font-style: normal; font-weight: 300; letter-spacing: -.01em; }
.kahuna-card p { font-size: 20px; line-height: 1.3; }
.curtain .count { font-family: var(--display); font-style: normal; font-weight: 700; color: var(--pearl); }

/* ---------- WORK: timeline ride ---------- */
.work-hero { min-height: auto; padding-block: clamp(140px, 20vh, 200px) clamp(40px, 6vw, 80px); }
.work-hero .row { display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: end; justify-content: space-between; margin-top: 28px; }
.work-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.tl { position: relative; }
.tl-pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-block: 90px 30px; }
.tl-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; align-self: flex-start; box-sizing: border-box; width: 100vw; max-width: none; margin: 0 0 18px; padding-inline: calc(max(0px, (100vw - 1680px) / 2) + var(--gutter)); }
.tl-track { position: relative; display: flex; align-items: flex-start; gap: clamp(20px, 3vw, 44px); width: max-content; padding: 30px var(--gutter, 32px) 50px calc(max(0px, (100vw - 1680px) / 2) + var(--gutter, 32px)); will-change: transform; }
.tl-line { position: absolute; left: 0; top: 0; pointer-events: none; overflow: visible; z-index: 0; }
.tl-line path { fill: none; stroke: hsl(var(--hue, 188) 95% 70%); stroke-width: 2; filter: drop-shadow(0 0 8px hsl(var(--hue, 188) 100% 60% / .8)); }
.tl-card { position: relative; z-index: 1; flex: none; width: min(400px, 80vw); border-radius: 26px; padding: 34px 30px 26px; display: grid; gap: 12px; align-content: start; opacity: .45; transform: translateY(0) scale(.96); transition: opacity .7s var(--ease), transform .9s var(--ease), border-color .7s; border: 1px solid rgba(255,255,255,.08); }
.tl-card:nth-child(odd) { margin-top: 90px; }
.tl-card.lit { opacity: 1; transform: scale(1); border-color: hsl(var(--h) 90% 65% / .35); }
.tl-node { position: absolute; top: -8px; left: 30px; width: 16px; height: 16px; border-radius: 50%; background: var(--abyss); border: 2px solid hsl(var(--h) 90% 65%); box-shadow: 0 0 0 6px hsl(var(--h) 90% 60% / .12); transition: background .6s; }
.tl-card.lit .tl-node { background: hsl(var(--h) 95% 68%); box-shadow: 0 0 24px hsl(var(--h) 100% 60% / .9), 0 0 0 6px hsl(var(--h) 90% 60% / .18); }
.tl-when { font-size: clamp(30px, 2.6vw, 44px); color: hsl(var(--h) 95% 72%); line-height: 1; }
.tl-card > * { min-width: 0; }
.tl-card h3 { font-size: clamp(20px, 1.7vw, 26px); line-height: 1.05; }
.tl-card p { margin: 0; color: var(--mist); font-size: 15px; line-height: 1.55; }
.tl-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tl-thumbs:empty { display: none; }
.tl-thumb { position: relative; display: block; padding: 0; border: 0; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10; cursor: pointer; background: #000; color: var(--pearl); text-align: left; }
.tl-card > .tl-thumb { aspect-ratio: 16/9; }
.tl-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; filter: saturate(.9) brightness(.8); }
.tl-thumb span { position: absolute; left: 10px; right: 10px; bottom: 8px; font: 500 10px/1.3 var(--body); letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.8); }
.tl-thumb:hover img { transform: scale(1.07); filter: none; }
.tl-idx { position: absolute; top: 18px; right: 22px; }
.tl-next { justify-items: start; }
@media (max-width: 800px) {
  .tl-pin { min-height: 0; padding-top: 40px; }
  .tl-track { flex-direction: column; width: auto; padding-inline: var(--gutter); gap: 22px; }
  .tl-card, .tl-card:nth-child(odd) { width: 100%; margin-top: 0; }
  .tl-line, .tl-hint { display: none; }
}

/* ---------- WORK: the web ---------- */
.web-sec { padding-block: clamp(70px, 9vw, 130px) 40px; }
.web-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 22px; margin-bottom: 26px; }
.web-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color: var(--pearl); border-radius: 999px; padding: 10px 16px; min-height: 40px; font: 500 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: background .3s, border-color .3s, color .3s; }
.chip:hover { border-color: hsl(var(--h, 188) 90% 65% / .6); }
.chip.on { background: hsl(var(--h, 188) 90% 65%); border-color: transparent; color: var(--abyss); }
.web { position: relative; height: min(86vh, 880px); min-height: 560px; margin-inline: 12px; border-radius: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(60% 55% at 50% 50%, hsl(var(--hue, 200) 70% 30% / .22), transparent 70%), rgba(1,7,11,.35); touch-action: pan-y; user-select: none; }
.web-links { position: absolute; inset: 0; width: 100%; height: 100%; }
.web-links line { stroke: rgba(200,240,245,.12); stroke-width: 1; transition: stroke .3s, stroke-width .3s, opacity .3s; }
.web.dim .web-links line { opacity: .25; }
.web.dim .web-links line.hl { opacity: 1; stroke: hsl(var(--h) 95% 70% / .85); stroke-width: 1.6; }
.web-nodes { position: absolute; inset: 0; }
.wn { position: absolute; left: 0; top: 0; padding: 0; border: 0; color: var(--pearl); background: none; cursor: grab; touch-action: none; transition: opacity .35s, filter .35s; will-change: transform; }
.wn:active { cursor: grabbing; }
.wn img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; pointer-events: none; }
.wn .wl { pointer-events: none; }
.web.dim .wn:not(.hl) { opacity: .16; filter: grayscale(1); }
.wn:focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; border-radius: 50%; }
.wn-me { width: 128px; height: 128px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 35% 30%, #EEF7F6, #6FF3F0 45%, hsl(var(--hue, 188) 80% 40%) 100%); box-shadow: 0 0 60px hsl(var(--hue, 188) 100% 60% / .55); color: var(--abyss); }
.wn-me .wl { font: 700 13px/1 var(--display); text-transform: uppercase; }
.wn-org { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; text-align: center; padding: 10px; background: rgba(3,16,22,.75); border: 1px solid hsl(var(--h) 90% 65% / .55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.wn-org .wl { font: 700 8.5px/1.15 var(--display); text-transform: uppercase; }
.wn-cat { width: 100px; height: 100px; border-radius: 50%; box-shadow: 0 0 0 3px hsl(var(--h) 90% 65%), 0 0 40px hsl(var(--h) 100% 60% / .45); }
.wn-cat .wl, .wn-proj .wl, .wn-artist .wl { position: absolute; left: 50%; top: 100%; transform: translate(-50%, 8px); white-space: nowrap; font: 700 10px/1 var(--display); text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.9); }
.wn-proj { width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 0 0 2px hsl(var(--h) 90% 65% / .8); background: #061822; }
.wn-proj .wl { opacity: 0; font: 500 9.5px/1 var(--body); letter-spacing: .1em; transition: opacity .3s; }
.wn-proj.hl .wl { opacity: 1; }
.wn-proj:hover { box-shadow: 0 0 0 3px hsl(var(--h) 95% 70%), 0 0 30px hsl(var(--h) 100% 60% / .7); }
.wn-artist { width: 14px; height: 14px; border-radius: 50%; background: hsl(var(--h) 90% 62%); box-shadow: 0 0 14px hsl(var(--h) 100% 60% / .8); }
.wn-artist .wl { font: 500 9px/1 var(--body); letter-spacing: .1em; color: var(--mist); }
.web-card { position: absolute; left: 0; top: 0; z-index: 5; width: 240px; border-radius: 18px; padding: 8px; pointer-events: none; opacity: 0; transition: opacity .25s; }
.web-card.on { opacity: 1; }
.web-card video, .web-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; display: block; background: #000; }
.web-card > div { padding: 10px 6px 4px; display: grid; gap: 4px; }
.web-card b { font-size: 13px; line-height: 1.1; }
.web-card small { color: var(--aqua); }
.web-help { position: absolute; left: 20px; bottom: 16px; }
.web-index { margin-top: 22px; }
.web-index summary { cursor: pointer; padding: 12px 0; }
.web-index > div { margin: 14px 0; }
.web-index ul { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 2px; }
.web-index li { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.08); padding: 10px 0; }
.web-index button { background: none; border: 0; color: var(--pearl); font: 400 16px var(--body); cursor: pointer; padding: 0; text-align: left; }
.web-index button:hover { color: var(--aqua); }
@media (max-width: 700px) {
  .web { height: 78vh; min-height: 520px; margin-inline: 0; border-radius: 22px; }
  .wn-me { width: 84px; height: 84px; } .wn-org { width: 62px; height: 62px; } .wn-org .wl { font-size: 6.5px; }
  .wn-cat { width: 64px; height: 64px; } .wn-proj { width: 38px; height: 38px; } .wn-artist { width: 10px; height: 10px; }
  .wn-cat .wl { font-size: 8px; } .wn-artist .wl { display: none; } .web-card { width: 190px; }
}

.web-card [hidden] { display: none !important; }
.wn-artist .wl { opacity: 0; transition: opacity .3s; } .wn-artist.hl .wl, .wn-artist:hover .wl { opacity: 1; }
/* nodes are bubbles: glassy rim + specular */
.wn-proj::after, .wn-cat::after, .wn-org::after, .wn-me::after { content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 32% 26%, rgba(255,255,255,.55) 0 7%, rgba(255,255,255,.12) 13%, transparent 30%), radial-gradient(circle at 50% 50%, transparent 58%, rgba(170,245,255,.22) 72%, rgba(255,255,255,.35) 100%); mix-blend-mode: screen; }

/* =================== CONCERTS: the show =================== */
:root { --stage-h: 5; }
.stage { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: #000; isolation: isolate; }
.stage-back { position: absolute; inset: 0; background: radial-gradient(80% 55% at 50% 28%, hsl(var(--stage-h) 70% 20% / .6), transparent 70%), linear-gradient(#000, #02060a 70%, #000); }
.led { position: absolute; z-index: 1; left: 50%; top: clamp(96px, 15vh, 150px); width: min(50vw, 800px); aspect-ratio: 16/9; transform: translateX(-50%); border-radius: 6px; overflow: hidden; background: #000; box-shadow: 0 0 140px hsl(var(--stage-h) 90% 50% / .38), 0 0 0 1px rgba(255,255,255,.07); }
.led img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.1s ease; filter: saturate(1.15) contrast(1.05); }
.led img.on { opacity: 1; }
.led .scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.26) 0 1px, transparent 1px 3px), radial-gradient(120% 90% at 50% 50%, transparent 55%, rgba(0,0,0,.6)); }
.now { position: absolute; z-index: 2; left: 12px; bottom: 12px; display: flex; align-items: baseline; gap: 10px; padding: 9px 14px; border-radius: 999px; }
.now .meta { color: var(--aqua); font-size: 9.5px; }
.now b { font-size: 12px; letter-spacing: .02em; }
.haze { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.haze i { position: absolute; width: 70vw; height: 50vh; border-radius: 50%; background: radial-gradient(closest-side, hsl(var(--stage-h) 60% 72% / .11), transparent); animation: drift 18s ease-in-out infinite alternate; }
.haze i:nth-child(1) { left: -12vw; top: 30vh; }
.haze i:nth-child(2) { right: -16vw; top: 18vh; animation-duration: 24s; }
.haze i:nth-child(3) { left: 22vw; top: 46vh; animation-duration: 30s; }
@keyframes drift { to { transform: translate(8vw, -4vh) scale(1.2); } }
.rig { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.truss { position: absolute; left: 4%; right: 4%; top: calc(74px + env(safe-area-inset-top, 0px)); height: 10px; border-radius: 3px; background: repeating-linear-gradient(90deg, #26313a 0 2px, transparent 2px 14px), linear-gradient(#2a343c, #0d1216); box-shadow: 0 6px 20px rgba(0,0,0,.6); }
.fx { position: absolute; left: var(--x); top: calc(80px + env(safe-area-inset-top, 0px)); width: 18px; height: 18px; margin-left: -9px; border-radius: 50%; mix-blend-mode: screen; background: radial-gradient(circle, #fff 0 25%, hsl(var(--stage-h) 100% 70%) 45%, transparent 70%); box-shadow: 0 0 22px 6px hsl(var(--stage-h) 100% 60% / .75); animation: glowfx 2.8s ease-in-out infinite alternate; animation-delay: var(--del); }
@keyframes glowfx { from { opacity: .55; } to { opacity: 1; } }
.beam { position: absolute; left: var(--x); top: calc(88px + env(safe-area-inset-top, 0px)); width: 46vmax; height: 130vh; margin-left: -23vmax; transform-origin: 50% 0; clip-path: polygon(49% 0, 51% 0, 100% 100%, 0 100%);
  background: linear-gradient(to bottom, hsl(calc(var(--stage-h) + var(--o)) 100% 80% / .55), hsl(calc(var(--stage-h) + var(--o)) 100% 62% / .15) 45%, transparent 85%);
  -webkit-mask-image: linear-gradient(90deg, transparent 6%, #000 43%, #000 57%, transparent 94%); mask-image: linear-gradient(90deg, transparent 6%, #000 43%, #000 57%, transparent 94%);
  mix-blend-mode: screen; opacity: .85; animation: sweep var(--d) ease-in-out infinite alternate; animation-delay: var(--del); will-change: transform; }
@keyframes sweep { from { transform: rotate(var(--a1)); } to { transform: rotate(var(--a2)); } }
.spot { position: absolute; inset: 0; z-index: 2; pointer-events: none; mix-blend-mode: screen; background: radial-gradient(circle at var(--mx, 50%) var(--my, 45%), hsl(var(--stage-h) 100% 85% / .2), transparent 24vmax); }
.crowd { position: absolute; z-index: 3; left: 0; right: 0; bottom: -2px; width: 100%; height: clamp(150px, 30vh, 300px); }
.crowd .phones rect { fill: hsl(var(--stage-h) 40% 90%); filter: drop-shadow(0 0 6px hsl(var(--stage-h) 100% 80%)); }
.stage-copy { position: absolute; z-index: 5; left: 0; right: 0; bottom: clamp(26px, 6vh, 64px); }
.stage-copy h1 { font-size: clamp(40px, 7vw, 120px); margin: 12px 0 18px; text-shadow: 0 10px 40px rgba(0,0,0,.6); }
.stage-copy .lead { max-width: 46ch; margin: 0 0 20px; text-shadow: 0 2px 16px rgba(0,0,0,.8); }
.stage-copy .ctas { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 800px) {
  .led { width: 88vw; top: 104px; }
  .stage-copy .lead { display: none; }
  .beam { width: 70vmax; margin-left: -35vmax; }
}

/* lineup poster */
.lineup .head { margin-bottom: 30px; }
.poster { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 18px; text-align: center; }
.poster li { display: flex; }
.poster .sep { color: hsl(var(--hue, 200) 90% 70%); font-size: 16px; opacity: .55; }
.poster a { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; padding: 6px 4px; color: hsl(var(--h) 95% 72%); transition: text-shadow .4s, transform .5s var(--ease); }
.poster a .display { line-height: 1; }
.poster .sz0 .display { font-size: clamp(30px, 5vw, 84px); }
.poster .sz1 .display { font-size: clamp(22px, 3.3vw, 54px); }
.poster .sz2 .display { font-size: clamp(17px, 2.2vw, 36px); }
.poster small { color: var(--mist); font-size: 9.5px; }
.poster a:hover, .poster a:focus-visible { text-shadow: 0 0 30px hsl(var(--h) 100% 60% / .85); transform: translateY(-3px); }

/* gallery: one wash of light per artist */
.gallery { position: relative; }
.gallery .artist { position: relative; padding-block: clamp(46px, 6vw, 90px) 14px; padding-top: clamp(46px, 6vw, 90px); scroll-margin-top: 90px; }
.artist .wash { position: absolute; inset: 0 0 auto 0; height: 100%; pointer-events: none;
  background: radial-gradient(50% 55% at 50% 0%, hsl(var(--h) 90% 55% / .2), transparent 70%), conic-gradient(from 138deg at 8% 0%, transparent 0deg, hsl(var(--h) 100% 62% / .1) 10deg, transparent 24deg), conic-gradient(from 198deg at 92% 0%, transparent 0deg, hsl(var(--h) 100% 62% / .1) 10deg, transparent 24deg); }
.artist-head { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; margin-bottom: 22px; }
.artist-head .dot { width: 12px; height: 12px; border-radius: 50%; align-self: center; background: hsl(var(--h) 95% 62%); box-shadow: 0 0 18px hsl(var(--h) 100% 60%); }
.artist-head h3 { font-size: clamp(24px, 3.4vw, 52px); }
.shots { position: relative; columns: 3 280px; column-gap: 14px; }
.shot { position: relative; display: block; margin-bottom: 14px; break-inside: avoid; border-radius: 16px; overflow: hidden; transition: filter .5s, opacity .5s, box-shadow .5s; }
.shot img { display: block; width: 100%; height: auto; transition: transform 1.2s var(--ease); }
.shot:hover img { transform: scale(1.04); }
.shot.liquid img { filter: url(#liquid); }
.shot .chip { position: absolute; left: 10px; bottom: 10px; display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; font-size: 10px; background: rgba(1,7,11,.78); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s; }
.shot .chip i { width: 9px; height: 9px; border-radius: 50%; background: hsl(var(--ph) 95% 60%); box-shadow: 0 0 10px hsl(var(--ph) 100% 60%); }
.shot:hover .chip, .gallery.filtering .shot.lit .chip { opacity: 1; transform: none; }
.gallery.filtering .shot:not(.lit) { filter: grayscale(.85) brightness(.28); opacity: .55; }
.gallery.filtering .shot.lit { box-shadow: 0 0 0 2px hsl(var(--ph) 95% 65%), 0 18px 60px -10px hsl(var(--ph) 100% 55% / .55); }
.gallery.committed .artist.nomatch { display: none; }
.shot.ping { animation: ping 1.2s ease-out; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 hsl(var(--ph) 100% 70% / .9); } 100% { box-shadow: 0 0 0 26px hsl(var(--ph) 100% 70% / 0); } }

/* ---------- liquid glass color wheel ---------- */
.wheel { position: fixed; z-index: 58; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); --S: 232px; --wh: var(--stage-h); display: grid; justify-items: center; gap: 10px; }
.wheel-body { position: relative; width: var(--S); height: var(--S); border-radius: 50%; }
.wheel-body::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; background: rgba(8,14,20,.32); -webkit-backdrop-filter: blur(18px) saturate(1.7); backdrop-filter: blur(18px) saturate(1.7); border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 60px hsl(var(--wh) 100% 55% / .25), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -14px 30px rgba(255,255,255,.05); }
.ring { position: absolute; inset: 0; border-radius: 50%; cursor: grab; touch-action: none; --t: 30px; outline: none;
  background: radial-gradient(closest-side, transparent calc(100% - var(--t) - 1px), rgba(255,255,255,.6) calc(100% - var(--t)), transparent calc(100% - var(--t) + 2px)), radial-gradient(circle at 30% 18%, rgba(255,255,255,.55), transparent 42%), conic-gradient(from 0deg, hsl(0 95% 60%), hsl(30 95% 58%), hsl(60 95% 55%), hsl(90 90% 52%), hsl(120 85% 50%), hsl(150 85% 50%), hsl(180 90% 52%), hsl(210 95% 58%), hsl(240 90% 64%), hsl(270 90% 64%), hsl(300 90% 60%), hsl(330 95% 60%), hsl(360 95% 60%));
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - var(--t)), #000 calc(100% - var(--t) + 1px)); mask: radial-gradient(closest-side, transparent calc(100% - var(--t)), #000 calc(100% - var(--t) + 1px));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), inset 0 4px 10px rgba(255,255,255,.35), inset 0 -6px 12px rgba(0,0,0,.35); }
.ring:active { cursor: grabbing; }
.ring:focus-visible { box-shadow: inset 0 0 0 3px #fff; }
.ring .shine { position: absolute; inset: 0; border-radius: 50%; mix-blend-mode: overlay; background: conic-gradient(from 0deg, transparent 0 20deg, rgba(255,255,255,.7) 40deg, transparent 70deg 200deg, rgba(255,255,255,.4) 222deg, transparent 250deg); animation: spin 9s linear infinite; }
.bead { position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; transform: translate(var(--bx, 0), var(--by, 0)); transition: transform .4s var(--ease), box-shadow .3s, opacity .3s;
  background: radial-gradient(circle at 35% 30%, #fff 0 18%, hsl(var(--h) 95% 64%) 45%, hsl(var(--h) 90% 36%) 100%); box-shadow: 0 0 10px hsl(var(--h) 100% 60% / .8); }
.bead { pointer-events: none; }
.bead::before { content: ""; position: absolute; inset: -9px; border-radius: 50%; }
.bead.hover, .bead:focus-visible, .bead.on { transform: translate(var(--bx, 0), var(--by, 0)) scale(1.6); box-shadow: 0 0 0 2px rgba(255,255,255,.85), 0 0 18px hsl(var(--h) 100% 60%); outline: none; }
.wheel[data-mode="color"] .bead { opacity: .25; pointer-events: none; }
.knob { position: absolute; left: 50%; top: 50%; width: 36px; height: 36px; margin: -18px 0 0 -18px; border-radius: 50%; pointer-events: none; transform: translate(var(--kx, 0), var(--ky, 0));
  background: radial-gradient(circle at 34% 26%, rgba(255,255,255,.95) 0 10%, rgba(255,255,255,.35) 24%, hsl(var(--wh) 95% 60% / .5) 60%, hsl(var(--wh) 95% 40% / .85) 100%);
  border: 1.5px solid rgba(255,255,255,.9); box-shadow: 0 6px 18px rgba(0,0,0,.45), 0 0 26px hsl(var(--wh) 100% 60% / .9), inset 0 -4px 8px rgba(0,0,0,.25); }
.lens { position: absolute; inset: 22%; border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: 2px; padding: 8px; text-align: center; overflow: hidden;
  background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.3), rgba(255,255,255,.05) 45%, hsl(var(--wh) 80% 50% / .2) 100%); border: 1px solid rgba(255,255,255,.3);
  box-shadow: inset 0 8px 20px rgba(255,255,255,.12), inset 0 -12px 24px hsl(var(--wh) 90% 50% / .28), 0 0 40px hsl(var(--wh) 100% 55% / .35); }
.lens-k { font-size: 8.5px; color: var(--aqua); letter-spacing: .2em; }
.lens-v { font-size: var(--lv, 11.5px); line-height: 1.06; max-width: 100%; overflow-wrap: normal; word-break: keep-all; hyphens: none; height: 34px; display: flex; align-items: center; justify-content: center; }
.lens-s { font-size: 8px; letter-spacing: .08em; color: var(--mist); max-width: 100%; line-height: 1.35; height: 11px; overflow-wrap: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.lens-nav { display: flex; gap: 4px; margin-top: 2px; }
.lens-nav button { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: var(--pearl); font: 500 14px/1 var(--body); cursor: pointer; display: grid; place-items: center; padding: 0; }
.lens-nav button:hover { background: rgba(255,255,255,.2); }
.wheel[data-mode="artist"] .lens-nav .clear { display: none; }
.wheel-modes { display: flex; gap: 4px; padding: 4px; border-radius: 999px; background: rgba(8,14,20,.55); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.16); }
.wheel-modes button { border: 0; background: none; color: var(--mist); border-radius: 999px; padding: 8px 14px; min-height: 34px; font: 500 10px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.wheel-modes button.on { background: hsl(var(--wh) 90% 65%); color: var(--abyss); }
.wheel-orb { display: none; }
@media (max-width: 700px) {
  .wheel { --S: 208px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); }
  .wheel .ring { --t: 24px; }
  .wheel .lens { inset: 20%; }
  .wheel:not(.open) .wheel-body, .wheel:not(.open) .wheel-modes { display: none; }
  .wheel-orb { display: block; position: relative; width: 56px; height: 56px; border-radius: 50%; padding: 0; cursor: pointer; justify-self: end; border: 2px solid rgba(255,255,255,.75);
    background: conic-gradient(hsl(0 95% 60%), hsl(60 95% 55%), hsl(120 85% 50%), hsl(180 90% 52%), hsl(240 90% 64%), hsl(300 90% 60%), hsl(360 95% 60%)); box-shadow: 0 10px 30px rgba(0,0,0,.5), 0 0 24px hsl(var(--wh) 100% 60% / .6); }
  .wheel-orb i { position: absolute; inset: 13px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, hsl(var(--wh) 95% 60%) 60%); }
}
@media (prefers-reduced-motion: reduce) {
  .beam, .fx, .haze i, .ring .shine { animation: none; }
  .beam { transform: rotate(calc((var(--a1) + var(--a2)) / 2)); }
}
/* lightbox caption with camera settings */
.lightbox figure { margin: 0; display: grid; justify-items: center; gap: 14px; max-width: 100%; }
.lightbox figure img { max-height: calc(100vh - 170px); }
.lb-cap { display: grid; justify-items: center; gap: 4px; text-align: center; }
.lb-cap b { font-size: 16px; }
.lb-cap .lb-gear { color: var(--pearl); }
.lb-cap .lb-set { color: var(--aqua); }
/* theater + lightbox: no live blur behind (keeps full-res playback smooth) */
.lightbox, .theater { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; background: rgba(1,7,11,.96) !important; }
.theater video { background: #000; max-width: min(92vw, 1600px); max-height: 84vh; border-radius: 14px; }
.th-spin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; justify-items: center; gap: 12px; pointer-events: none; opacity: 0; transition: opacity .3s; }
.th-spin.on { opacity: 1; }
.th-spin i { width: 38px; height: 38px; border-radius: 50%; border: 2px solid rgba(255,255,255,.18); border-top-color: var(--aqua); animation: spin .9s linear infinite; }
html.modal-open .grain { display: none; }
/* ---------- performance pass ---------- */
.js .curtain { transform: translateY(-110%); animation: none; }
.grain { display: none; }
.tile .badge.glass, .exp-card .over.glass, .tl-card.glass, .dj-list li.glass { -webkit-backdrop-filter: none; backdrop-filter: none; }
.tile .badge.glass { background: rgba(1,7,11,.62); }
.exp-card .over.glass { background: rgba(1,7,11,.66); }
html.no-anim [data-reveal] { opacity: 1 !important; filter: none !important; transform: none !important; }

/* test fixes */
.hero, .page-hero { overflow: hidden; }
html { overflow-x: clip; }

/* ---------- WORK: threads (connected index) ---------- */
.threads-sec { padding-block: clamp(70px, 9vw, 130px) 40px; }
.threads { position: relative; display: grid; grid-template-columns: 300px 1fr; gap: 32px; align-items: start; margin-top: 10px; }
.th-rail { position: sticky; top: 100px; z-index: 2; display: grid; gap: 18px; }
.th-group > .meta { display: block; margin-bottom: 8px; }
.th-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.th-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.03); color: var(--pearl); font: 500 11px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .25s, border-color .25s, color .25s, box-shadow .25s, opacity .25s; }
.th-chip i { width: 8px; height: 8px; border-radius: 50%; background: hsl(var(--h) 90% 62%); flex: none; }
.th-chip small { font-size: 9.5px; color: var(--mist); letter-spacing: .06em; }
.th-chip:hover, .th-chip.lit { border-color: hsl(var(--h) 90% 65% / .85); box-shadow: 0 0 18px hsl(var(--h) 100% 60% / .35); }
.th-chip[aria-pressed="true"] { background: hsl(var(--h) 90% 65%); color: var(--abyss); border-color: transparent; }
.th-chip[aria-pressed="true"] small { color: rgba(1,7,11,.7); }
.th-chip.dead { opacity: .28; }
.th-clear { justify-self: start; background: none; border: 0; padding: 6px 0; color: var(--aqua); cursor: pointer; }
.th-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.th-card { position: relative; display: grid; gap: 10px; padding: 0; border: 0; background: none; color: var(--pearl); text-align: left; cursor: pointer; transition: opacity .35s, filter .35s, transform .45s var(--ease); }
.th-media { position: relative; display: block; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden; background: #051018; box-shadow: 0 0 0 1px rgba(255,255,255,.06); transition: box-shadow .35s; }
.th-media img { position: relative; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.th-media.v::before { content: ""; position: absolute; inset: -24px; background: var(--bg) center / cover; filter: blur(22px) brightness(.45) saturate(1.3); }
.th-media.v img { object-fit: contain; }
.th-card:hover .th-media:not(.v) img { transform: scale(1.04); }
.th-card:hover .th-media, .th-card:focus-visible .th-media { box-shadow: 0 0 0 2px hsl(var(--h) 95% 65%), 0 18px 50px -12px hsl(var(--h) 100% 55% / .55); }
.th-card.rel .th-media { box-shadow: 0 0 0 2px hsl(var(--h) 90% 65% / .55); }
.th-fmt { position: absolute; top: 10px; right: 10px; padding: 4px 8px; border-radius: 999px; background: rgba(1,7,11,.6); font-size: 9px; }
.th-cap { display: grid; gap: 4px; }
.th-cap b { font-size: 13px; line-height: 1.15; }
.th-cap .meta { font-size: 9.5px; line-height: 1.5; }
.threads.filtering .th-card:not(.match) { opacity: .16; filter: grayscale(1); }
.th-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.th-lines path { fill: none; stroke-width: 1.4; stroke: hsl(var(--h) 95% 70% / .75); stroke-dasharray: 4 6; animation: thdash 1.1s linear infinite; }
@keyframes thdash { to { stroke-dashoffset: -20; } }
.th-empty { margin-top: 18px; color: var(--aqua); }
@media (max-width: 900px) {
  .threads { grid-template-columns: 1fr; gap: 20px; }
  .th-rail { position: static; }
  .th-lines { display: none; }
  .th-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .th-chips::-webkit-scrollbar { display: none; }
  .th-chip { flex: none; }
  .th-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .th-lines path { animation: none; } }

/* lightbox swipe + nav */
.lightbox { touch-action: pinch-zoom; user-select: none; -webkit-user-select: none; }
.lightbox figure img { -webkit-user-drag: none; will-change: transform; cursor: grab; }
.lightbox .lb-nav { position: absolute; top: 50%; right: auto; width: 52px; height: 52px; margin-top: -26px; border-radius: 50%; display: grid; place-items: center; color: var(--bone); background: rgba(3,16,22,.55); border: 1px solid rgba(255,255,255,.14); cursor: pointer; transition: background .3s, transform .3s; z-index: 2; }
.lightbox .lb-nav:hover { background: rgba(25,184,201,.28); transform: scale(1.06); }
.lightbox .lb-nav.prev { left: max(12px, 2vw); }
.lightbox .lb-nav.next { left: auto; right: max(12px, 2vw); }
.lightbox .lb-count { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); color: var(--pearl); letter-spacing: .2em; }
@media (hover: none) { .lightbox .lb-nav { width: 44px; height: 44px; margin-top: -22px; background: rgba(3,16,22,.4); } }

/* signature logo (header name) */
.nav .logo { display: flex; align-items: center; flex: none; line-height: 0; padding: 1px 0; }
.nav .logo .sig { display: block; height: 40px; width: auto; max-width: none; -webkit-user-drag: none; transition: filter .5s var(--ease), transform .5s var(--ease); }
.nav .logo:hover .sig, .nav .logo:focus-visible .sig { filter: drop-shadow(0 0 10px rgba(111,243,240,.55)); transform: translateY(-1px); }
@media (max-width: 900px) { .nav { padding-left: 18px; } .nav .logo .sig { height: 34px; } }

/* work page, phones: keep Threads inside the screen (chip rows scroll sideways) */
@media (max-width: 900px) {
  .threads { grid-template-columns: minmax(0, 1fr); }
  .th-rail, .th-group, .th-chips, .th-grid, .th-card, .th-cap { min-width: 0; }
  .th-cap b { overflow-wrap: break-word; }
}

/* about page: role rows, 2 columns on desktop, stacked on phones */
.xp.xp-about li { grid-template-columns: 1fr 1.3fr; }
@media (max-width: 760px) { .xp.xp-about li { grid-template-columns: 1fr; gap: 12px; } }
