@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Variable-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oxanium";
  src: url("fonts/Oxanium-Variable-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Oxanium";
  src: url("fonts/Oxanium-Variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --bg: #080712;
  --bg-deep: #04040a;
  --panel: #11101e;
  --panel-soft: #17152a;
  --ink: #f5f4fb;
  --muted: #aaa7bb;
  --line: #2b2840;
  --line-strong: #49435f;
  --brand: #bd43ef;
  --brand-bright: #ee5de7;
  --accent: #6cf4e4;
  --highlight: #d8ff70;
  --max: 1080px;
  --display: "Oxanium", "Space Grotesk", sans-serif;
  --sans: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: #05050a;
  background-image: url("assets/bandcamp-background.webp");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 2000px auto;
  background-attachment: fixed;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(5 5 10 / 8%), rgb(5 5 10 / 36%) 60rem, rgb(5 5 10 / 76%));
}
a { color: inherit; }
main {
  overflow-x: hidden;
  overflow-x: clip;
}
img { max-width: 100%; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--display); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip-path: inset(50%); white-space: nowrap; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.header-nav a:focus-visible, .hero-next:focus-visible, .featured-track-art:focus-visible, .featured-track-button:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }
.video-trigger:focus-visible { outline: none; }
.video-trigger:focus-visible .play-button { outline: 2px solid var(--accent); outline-offset: -3px; }

.site-header { --header-surface: #080712; --header-surface-compact: #080712e0; --wedge-width: min(90vw, 1024px); --wedge-height: 135px; --wedge-inset: 75px; --wedge-inner-inset: 80px; position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgb(73 67 95 / 48%); background: var(--header-surface); box-shadow: 0 26px 26px rgb(0 0 0 / 40%); transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header::before, .site-header::after { content: ""; position: absolute; z-index: 0; top: calc(100% - 1px); left: 50%; width: var(--wedge-width); height: calc(var(--wedge-height) + 1px); clip-path: polygon(0 0, 100% 0, calc(100% - var(--wedge-inset)) 100%, var(--wedge-inset) 100%); pointer-events: none; transform: translateX(-50%); transform-origin: center top; transition: height .34s ease, opacity .18s ease, transform .34s ease; }
.site-header::before { background: rgb(73 67 95 / 72%); filter: drop-shadow(0 12px 22px rgb(0 0 0 / 24%)); }
.site-header::after { height: var(--wedge-height); background: linear-gradient(90deg, transparent 43%, rgb(189 67 239 / 0%) 46%, rgb(238 93 231 / 82%) 49%, rgb(255 230 255 / 96%) 50%, rgb(238 93 231 / 82%) 51%, rgb(189 67 239 / 0%) 54%, transparent 57%) 100% 100% / 300% 2px no-repeat, linear-gradient(180deg, var(--header-surface) 0, #07060f calc(100% - 2px), rgb(189 67 239 / 58%) calc(100% - 2px)); clip-path: polygon(0 0, 100% 0, calc(100% - var(--wedge-inner-inset)) 100%, var(--wedge-inner-inset) 100%); animation: wedge-accent-scan 7.5s ease-in-out infinite; }
.header-wedge-texture { position: absolute; z-index: 1; top: calc(100% - 1px); left: 50%; display: block; width: var(--wedge-width); height: var(--wedge-height); background: url("assets/wedge-hex-mesh.png?v=20260816-2") 0 0 / 24px 14px repeat; clip-path: polygon(0 0, 100% 0, calc(100% - var(--wedge-inner-inset)) 100%, var(--wedge-inner-inset) 100%); opacity: .09; pointer-events: none; transform: translateX(-50%); transform-origin: center top; transition: height .34s ease, opacity .18s ease, transform .34s ease; -webkit-mask-image: radial-gradient(ellipse 74% 64% at 50% 50%, #000 0%, rgb(0 0 0 / 82%) 42%, transparent 88%); mask-image: radial-gradient(ellipse 74% 64% at 50% 50%, #000 0%, rgb(0 0 0 / 82%) 42%, transparent 88%); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; }
.header-wedge-pulse { position: absolute; z-index: 1; top: calc(100% - 1px); left: 50%; display: block; width: var(--wedge-width); height: var(--wedge-height); overflow: hidden; clip-path: polygon(0 0, 100% 0, calc(100% - var(--wedge-inner-inset)) 100%, var(--wedge-inner-inset) 100%); pointer-events: none; transform: translateX(-50%); transform-origin: center top; transition: height .34s ease, opacity .18s ease, transform .34s ease; }
.header-wedge-pulse::before, .header-wedge-pulse::after { content: ""; position: absolute; inset: -22% -28% -16%; opacity: 0; pointer-events: none; transform: scale(.08); transform-origin: 50% 42%; }
.header-wedge-pulse::before { background: radial-gradient(ellipse at 50% 42%, transparent 0 13%, rgb(255 244 255 / 21%) 16%, rgb(238 93 231 / 17%) 20%, rgb(108 244 228 / 6%) 24%, transparent 30%), radial-gradient(ellipse at 50% 42%, rgb(238 93 231 / 5%) 0 12%, transparent 28%); }
.header-wedge-pulse::after { background: radial-gradient(ellipse at 50% 42%, transparent 0 19%, rgb(238 93 231 / 10%) 23%, rgb(108 244 228 / 4%) 28%, transparent 34%); }
.site-header.is-opening .header-wedge-pulse::before { animation: wedge-open-shockwave 1.7s linear -.5s both; }
.site-header.is-opening .header-wedge-pulse::after { animation: wedge-open-shockwave-trail 1.6s linear -.42s both; }
.header-inner { position: relative; z-index: 2; display: grid; min-height: 76px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(22px, 4vw, 58px); }
.site-logo { position: relative; z-index: 3; display: block; width: clamp(300px, 31vw, 360px); height: 76px; line-height: 0; transition: filter .18s ease; }
.site-logo:focus-visible { outline: none; filter: drop-shadow(0 0 8px rgb(108 244 228 / 68%)) drop-shadow(0 0 20px rgb(108 244 228 / 36%)); }
.site-logo img { position: absolute; z-index: 1; top: 168%; left: 50%; width: clamp(380px, 39vw, 440px); max-width: none; height: auto; opacity: 1; filter: drop-shadow(0 13px 24px rgb(0 0 0 / 58%)) drop-shadow(0 0 10px rgb(238 93 231 / 34%)) drop-shadow(0 0 28px rgb(189 67 239 / 24%)); transform: translate(-50%, -50%); transition: top .39s cubic-bezier(.32, 0, .2, 1), width .39s cubic-bezier(.32, 0, .2, 1), opacity .16s ease, filter .34s ease; }
.site-logo::after { content: ""; position: absolute; z-index: 2; top: 168%; left: 50%; width: clamp(380px, 39vw, 440px); max-width: none; aspect-ratio: 1000 / 550; background: url("assets/markvera-metal-logo.webp") center / contain no-repeat; clip-path: polygon(-28% 0, -12% 0, -2% 100%, -18% 100%); filter: brightness(1.3) contrast(1.03) saturate(.7) drop-shadow(0 0 4px rgb(255 255 255 / 18%)); opacity: 0; pointer-events: none; transform: translate(-50%, -50%); transition: top .39s cubic-bezier(.32, 0, .2, 1), width .39s cubic-bezier(.32, 0, .2, 1); }
.site-header.is-opening .site-logo::after { animation: logo-open-shine .82s linear .64s both; }
.page-sparkle-overlay { position: sticky; z-index: 31; top: 0; display: block; width: 100%; height: 0; mix-blend-mode: overlay; pointer-events: none; }
.page-sparkle-overlay::before { content: ""; position: absolute; top: 106px; left: 50%; display: block; width: calc(min(52vw, 760px) + clamp(72px, 8vw, 112px)); aspect-ratio: 1497 / 414; background: url("assets/logo-sparkle-overlay.webp") center / contain no-repeat; opacity: 1; pointer-events: none; transform: translate(-50%, -50%); transition: top .39s cubic-bezier(.32, 0, .2, 1), width .39s cubic-bezier(.32, 0, .2, 1), clip-path .34s ease, opacity .18s ease; }
@media (min-width: 1281px) {
  .page-sparkle-overlay::before { clip-path: inset(16px 0 0); }
}
html:not(.header-ready) .site-logo img { opacity: 0; transition: none; }
html:not(.header-ready) .page-sparkle-overlay::before { opacity: 0 !important; transition: none; }
html:not(.header-ready) .site-header::before, html:not(.header-ready) .site-header::after, html:not(.header-ready) .header-wedge-texture, html:not(.header-ready) .header-wedge-pulse { opacity: 0; transition: none; }
.header-nav { position: relative; z-index: 2; display: flex; align-items: center; gap: 7px; }
.header-nav-left { justify-content: flex-end; }
.header-nav-right { justify-content: flex-start; }
.header-nav a { position: relative; min-width: 106px; padding: 13px 22px; color: #c7c3d4; border-bottom: 1px solid rgb(73 67 95 / 72%); background: linear-gradient(110deg, rgb(23 21 42 / 48%), rgb(23 21 42 / 72%)); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); font: 650 12px/1 var(--display); letter-spacing: .045em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .18s, background .18s, border-color .18s, transform .18s; }
.header-nav-left a { clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 8px 100%); }
html:not(.header-ready) .header-nav a { opacity: 0; }
html.header-ready .header-nav a { animation: header-nav-fade-in .22s ease-out both; }
html.header-ready .header-nav-left a:last-child, html.header-ready .header-nav-right a:first-child { animation-delay: .07s; }
html.header-ready .header-nav-left a:first-child, html.header-ready .header-nav-right a:last-child { animation-delay: .16s; }
.header-nav a::after { content: ""; position: absolute; right: 7px; bottom: 0; left: 7px; height: 1px; background: var(--brand); opacity: .52; transition: background-color .4s ease, opacity .4s ease, box-shadow .4s ease; }
.header-nav a.is-current::after { background: var(--highlight); opacity: .94; box-shadow: 0 0 9px rgb(216 255 112 / 38%); }
.header-nav a:hover { color: #fff; border-color: rgb(189 67 239 / 72%); background: rgb(42 35 65 / 90%); transform: translateY(-1px); }
.site-header.is-compact { border-color: rgb(73 67 95 / 48%); background: var(--header-surface-compact); }
.site-header.is-compact::before, .site-header.is-compact::after { height: 0; opacity: 0; transform: translate(-50%, -14px) scaleY(.72); }
.site-header.is-compact .header-wedge-texture, .site-header.is-compact .header-wedge-pulse { height: 0; opacity: 0; transform: translate(-50%, -14px) scaleY(.72); }
.site-header.is-compact .site-logo img { top: 62%; width: 160px; filter: drop-shadow(0 5px 10px rgb(0 0 0 / 42%)) drop-shadow(0 0 6px rgb(238 93 231 / 24%)) drop-shadow(0 0 15px rgb(189 67 239 / 18%)); transition: top .3s ease-out, width .3s cubic-bezier(.2, .8, .2, 1), opacity .16s ease, filter .3s ease-out; }
.site-header.is-compact .site-logo::after { top: 62%; width: 160px; transition: top .3s ease-out, width .3s cubic-bezier(.2, .8, .2, 1); }
.page-sparkle-overlay.is-compact::before { top: 47px; width: 300px; clip-path: inset(0); transition: top .3s ease-out, width .3s cubic-bezier(.2, .8, .2, 1), clip-path .3s ease-out, opacity .18s ease; }
.section-explore-cue { position: absolute; z-index: 5; top: 36px; left: 50%; display: flex; align-items: center; flex-direction: column; gap: 4px; color: #c7c3d4; font: 680 9px/1 var(--display); letter-spacing: .105em; text-align: center; text-shadow: 0 2px 7px rgb(0 0 0 / 92%); text-transform: uppercase; opacity: 1; transform: translateX(-50%); transition: opacity .3s ease, transform .34s ease; }
.section-explore-cue.is-past { opacity: 0; transform: translate(-50%, 30px); }
.section-explore-cue i { position: relative; display: block; width: 14px; height: 21px; }
.section-explore-cue i::before, .section-explore-cue i::after { content: ""; position: absolute; left: 50%; width: 8px; height: 8px; border-right: 1px solid var(--accent); border-bottom: 1px solid var(--accent); transform: translateX(-50%) rotate(45deg); animation: hero-scroll-guide 2.4s ease-in-out infinite; }
.section-explore-cue i::before { top: 0; opacity: .38; }
.section-explore-cue i::after { top: 7px; opacity: .9; animation-delay: .16s; }

.section { position: relative; padding-block: clamp(78px, 10vw, 140px); scroll-margin-top: 68px; }
.section-connect { content-visibility: auto; contain-intrinsic-size: auto 460px; }
.section::before, .footer-inner::after { content: ""; position: absolute; z-index: 4; top: -1px; left: 50%; width: 5px; height: 22px; background: var(--highlight); box-shadow: 8px 0 rgb(216 255 112 / 22%); opacity: .72; pointer-events: none; transform: translateX(-50%) skewX(-18deg); animation: runway-pulse 9s ease-in-out infinite; }
.section-music::before { animation-delay: 1.5s; }
.section-about::before { animation-delay: 3s; }
.section-connect::before { animation-delay: 4.5s; }
.footer-inner::after { animation-delay: 6s; }
.section-first::before { display: none; }

@keyframes runway-pulse {
  0%, 18%, 100% { opacity: .72; box-shadow: 8px 0 rgb(216 255 112 / 22%); filter: brightness(.95); }
  7% { opacity: 1; box-shadow: 8px 0 rgb(216 255 112 / 66%), 0 0 16px rgb(108 244 228 / 56%); filter: brightness(1.24); }
}
@keyframes wedge-accent-scan {
  0%, 18% { background-position: 100% 100%, 0 0; }
  72%, 100% { background-position: 0 100%, 0 0; }
}
@keyframes wedge-open-shockwave {
  0% { opacity: 0; transform: scale(.08); }
  12% { opacity: .18; transform: scale(.16); }
  42% { opacity: .29; transform: scale(.72); }
  74% { opacity: .11; transform: scale(1.7); }
  100% { opacity: 0; transform: scale(2.45); }
}
@keyframes wedge-open-shockwave-trail {
  0% { opacity: 0; transform: scale(.1); }
  12% { opacity: .09; transform: scale(.25); }
  48% { opacity: .135; transform: scale(.9); }
  82% { opacity: .032; transform: scale(1.75); }
  100% { opacity: 0; transform: scale(2.35); }
}
@keyframes logo-open-shine {
  0% { clip-path: polygon(-28% 0, -12% 0, -2% 100%, -18% 100%); opacity: 0; }
  12% { opacity: .3; }
  50% { clip-path: polygon(42% 0, 58% 0, 68% 100%, 52% 100%); opacity: .34; }
  88% { opacity: .3; }
  100% { clip-path: polygon(112% 0, 128% 0, 138% 100%, 122% 100%); opacity: 0; }
}
@keyframes hero-scroll-guide {
  0%, 100% { transform: translate(-50%, 0) rotate(45deg); }
  50% { transform: translate(-50%, 5px) rotate(45deg); }
}
@keyframes header-nav-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes mv-radiance {
  0%, 100% { filter: drop-shadow(0 0 8px rgb(255 255 255 / 38%)) drop-shadow(0 0 20px rgb(189 67 239 / 40%)); }
  19% { filter: drop-shadow(0 0 11px rgb(255 255 255 / 52%)) drop-shadow(0 0 28px rgb(108 244 228 / 34%)); }
  46% { filter: drop-shadow(0 0 9px rgb(255 255 255 / 42%)) drop-shadow(0 0 23px rgb(189 67 239 / 46%)); }
  63% { filter: drop-shadow(0 0 13px rgb(255 255 255 / 58%)) drop-shadow(0 0 32px rgb(238 93 231 / 48%)); }
  82% { filter: drop-shadow(0 0 10px rgb(255 255 255 / 46%)) drop-shadow(0 0 24px rgb(108 244 228 / 28%)); }
}
@keyframes latest-accent-glow {
  0%, 18% { background-position: 100% 50%; box-shadow: -8px 0 rgb(216 255 112 / 18%), 0 0 5px rgb(216 255 112 / 28%); }
  72%, 100% { background-position: 0 50%; box-shadow: -8px 0 rgb(216 255 112 / 34%), 0 0 14px rgb(216 255 112 / 58%); }
}
@keyframes project-accent-chase {
  0%, 14%, 100% { opacity: .78; box-shadow: none; filter: brightness(1); }
  5% { opacity: 1; box-shadow: 0 0 13px rgb(216 255 112 / 62%); filter: brightness(1.28); }
  10% { opacity: .9; box-shadow: 0 0 8px rgb(216 255 112 / 34%); filter: brightness(1.12); }
}
@keyframes personal-note-current {
  0%, 16% { background-position: center 100%; box-shadow: 0 0 0 rgb(216 255 112 / 0%); opacity: .62; }
  72%, 100% { background-position: center 0; box-shadow: 0 0 11px rgb(216 255 112 / 48%); opacity: 1; }
}
.section-first { margin-top: 0; padding-top: clamp(204px, 15vw, 224px); padding-bottom: clamp(76px, 7vw, 104px); }
.section-video, .section-about { isolation: isolate; padding-inline: clamp(24px, 5vw, 64px); }
.section-video .section-heading::before, .section-about .about-copy::before { content: ""; position: absolute; z-index: -1; top: 0; right: -10vw; bottom: 0; left: -10vw; background: linear-gradient(90deg, transparent 0%, rgb(11 10 22 / 8%) 12%, rgb(14 12 26 / 22%) 24%, rgb(16 14 29 / 40%) 36%, rgb(18 16 31 / 55%) 46%, rgb(18 16 31 / 58%) 50%, rgb(18 16 31 / 55%) 54%, rgb(16 14 29 / 40%) 64%, rgb(14 12 26 / 22%) 76%, rgb(11 10 22 / 8%) 88%, transparent 100%); pointer-events: none; }
.section-about .about-copy::after { content: ""; position: absolute; z-index: -1; inset: 0; background: url("assets/mark-vera-icon-color.webp") 69% clamp(90px, 9vw, 140px) / clamp(690px, 96vw, 1150px) auto no-repeat; opacity: .05; filter: saturate(.76) contrast(.92); pointer-events: none; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 42px; margin-bottom: 30px; }
.section-heading h1, .section-heading h2, .section-about h2, .section-connect h2 { margin: 0; font-size: clamp(2.65rem, 5.5vw, 5rem); font-weight: 680; letter-spacing: -.045em; line-height: .96; text-shadow: clamp(4px, .55vw, 8px) clamp(4px, .55vw, 8px) 0 rgb(32 10 45 / 58%); text-transform: uppercase; transform: skewX(-7deg); transform-origin: left bottom; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; }
.release-heading-copy { max-width: 470px; }
.release-heading-copy > p:first-child { margin: 0; color: var(--muted); font-size: 15px; }
.release-support-note { margin: 10px 0 0; color: #bdb9cb; font: 650 10px/1.4 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.release-support-note span { margin-inline: .45em; color: var(--highlight); }
.section-heading-centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading-centered > p { max-width: 640px; margin: 19px auto 0; }
.section-first .section-heading { margin-bottom: clamp(42px, 3.5vw, 50px); }
.section-first .section-heading h1 { font-size: clamp(2.65rem, 5vw, 4.5rem); }
.hero-title-date { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.hero-title-date > span { width: clamp(78px, 12vw, 126px); height: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); box-shadow: 0 0 9px rgb(108 244 228 / 20%); transform: skewX(-28deg); }
.hero-title-date > span:last-child { background: linear-gradient(90deg, var(--accent), var(--brand)); transform: skewX(28deg); }
.hero-title-date time { color: var(--accent); font: 680 16px/1 var(--display); letter-spacing: .105em; text-shadow: 0 0 14px rgb(108 244 228 / 22%); }
.hero-feature { display: grid; width: min(100%, 840px); grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; column-gap: clamp(24px, 3vw, 36px); row-gap: 26px; margin-inline: auto; }
.hero-feature-copy { grid-column: 1; grid-row: 1; min-width: 0; padding-right: clamp(18px, 2.5vw, 30px); }
.hero-award { max-width: 760px; margin: 22px auto 0; color: #e2dfee; font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.5; text-align: center; }
.hero-award strong { font-weight: 700; }
.hero-intro { position: relative; max-width: 520px; margin: 0; padding: 3px 0 3px 18px; color: #bbb7c8; font-size: 19px; font-style: italic; line-height: 1.68; text-align: left; }
.hero-intro::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: 0; width: 2px; background: linear-gradient(180deg, var(--accent) 0 40%, var(--highlight) 48% 52%, var(--accent) 60% 100%); background-size: 100% 240%; background-position: center 100%; opacity: .62; animation: personal-note-current 7.4s ease-in-out infinite alternate; }
.hero-intro p { margin: 0; }
.hero-intro-end { display: inline-block; margin-left: .65em; color: #8d889d; font: 650 17px/1.3 var(--display); letter-spacing: .055em; vertical-align: baseline; }
.hero-actions { grid-column: 1 / -1; grid-row: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 8px; }
.hero-next { position: relative; display: inline-flex; width: fit-content; height: 44px; align-items: center; gap: 13px; overflow: hidden; padding: 0 13px 0 20px; color: #e5e1ec; border: 1px solid rgb(108 244 228 / 30%); background: linear-gradient(115deg, rgb(29 20 43 / 82%), rgb(8 8 17 / 86%)); clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%); font: 680 11px/1 var(--display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: color .2s, border-color .2s, background-color .2s, transform .2s; }
.hero-next::before { content: ""; position: absolute; top: -45%; bottom: -45%; left: -30%; width: 22%; background: linear-gradient(90deg, transparent, rgb(108 244 228 / 22%), transparent); pointer-events: none; transform: skewX(-22deg) translateX(-220%); transition: transform .52s ease-out; }
.hero-next::after { content: ""; position: absolute; right: 17px; bottom: 0; left: 17px; height: 1px; background: linear-gradient(90deg, var(--brand), var(--accent)); opacity: .72; }
.hero-next:hover { color: #fff; border-color: rgb(108 244 228 / 62%); background: linear-gradient(115deg, rgb(40 26 58 / 90%), rgb(10 10 21 / 92%)); transform: translateY(-2px); }
.hero-next:hover::before { transform: skewX(-22deg) translateX(720%); }
.hero-next > span { position: relative; z-index: 1; display: grid; width: 23px; height: 23px; place-items: center; color: #080712; background: linear-gradient(135deg, var(--accent), #c8fff8); clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; transition: transform .2s; }
.hero-video-shell { grid-column: 2; grid-row: 1; width: min(100%, 420px); min-width: 0; justify-self: end; filter: drop-shadow(0 0 16px rgb(189 67 239 / 11%)); }
.section-first .video-frame { width: 100%; margin: 0; }
.featured-track { position: relative; display: grid; width: min(100%, 840px); grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); align-items: center; column-gap: clamp(24px, 4vw, 38px); row-gap: 24px; margin: clamp(54px, 6vw, 74px) auto 0; padding-top: clamp(34px, 5vw, 58px); border-top: 1px solid var(--line-strong); background: radial-gradient(ellipse at 48% 62%, rgb(189 67 239 / 11%), transparent 68%); }
.featured-track::before { content: ""; position: absolute; top: -2px; left: 0; width: clamp(72px, 10vw, 118px); height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); transform: skewX(-26deg); transform-origin: left; }
.featured-track-title { grid-column: 1 / -1; margin: 0; color: var(--accent); font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 680; letter-spacing: .035em; line-height: 1.2; text-align: center; text-shadow: 0 0 18px rgb(108 244 228 / 24%); text-transform: uppercase; }
.featured-track-art { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgb(73 67 95 / 44%); background: #07060e; box-shadow: 0 18px 34px rgb(0 0 0 / 32%), 0 0 24px rgb(189 67 239 / 14%); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
.featured-track-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .2s, transform .24s; }
.featured-track-art:hover img { filter: brightness(1.08); transform: translateY(-2px); }
.featured-track-copy { min-width: 0; }
.featured-track-kind { margin: 0; color: var(--highlight); font: 720 10px/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.featured-track-copy h4 { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2.8vw, 2.1rem); font-weight: 680; letter-spacing: -.035em; line-height: 1.06; text-transform: uppercase; }
.featured-track-credit { margin: 8px 0 15px; color: #9691a4; font-size: 11px; }
.featured-track-copy .project-quote { margin-bottom: 10px; }
.featured-track-summary { max-width: 540px; margin: 0; color: #bbb7c8; font-size: 13px; line-height: 1.58; }
.featured-track-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 17px; }
.featured-track-button { position: relative; display: inline-flex; min-width: 166px; height: 44px; align-items: center; justify-content: center; gap: 9px; overflow: hidden; padding-inline: 18px; color: #0c0814; background: linear-gradient(120deg, var(--brand-bright), var(--highlight)); clip-path: polygon(13px 0, 100% 0, calc(100% - 13px) 100%, 0 100%); font: 760 10px/1 var(--display); letter-spacing: .075em; text-decoration: none; text-transform: uppercase; transition: filter .2s, transform .2s; }
.featured-track-button::after { content: ""; position: absolute; top: -35%; bottom: -35%; left: -45%; width: 34%; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 72%), transparent); opacity: 0; pointer-events: none; transform: skewX(-22deg) translateX(-220%); animation: video-button-sweep 6.8s ease-in-out infinite; }
.featured-track-button:hover { filter: brightness(1.08); transform: translateY(-2px); }

.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgb(73 67 95 / 22%); background: #06060b; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.video-trigger { position: absolute; inset: 0; display: block; color: var(--ink); }
.video-trigger::before { content: ""; position: absolute; z-index: 2; top: 50%; left: 50%; width: 210px; height: 76px; background: rgb(0 0 0 / 88%); filter: blur(15px); pointer-events: none; transform: translate(-50%, -50%) skewX(-8deg); transition: transform .2s; }
.video-trigger::after { content: ""; position: absolute; z-index: 1; inset: 0; background: url("assets/video-hex-mesh.png?v=20260815-2") 0 0 / 24px 14px repeat; opacity: .56; pointer-events: none; }
.video-trigger video, .video-frame iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-trigger video { position: relative; z-index: 0; }
.play-button { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; width: 176px; height: 52px; align-items: center; justify-content: center; gap: 9px; overflow: hidden; padding-inline: 18px; color: #0c0814; background: linear-gradient(120deg, var(--brand-bright), var(--highlight)); clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%); font: 760 11px/1 var(--display); letter-spacing: .085em; text-transform: uppercase; transform: translate(-50%, -50%) skewX(-8deg); transition: transform .2s; }
.play-button::after { content: ""; position: absolute; top: -35%; bottom: -35%; left: -45%; width: 34%; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 72%), transparent); opacity: 0; pointer-events: none; transform: skewX(-22deg) translateX(-220%); animation: video-button-sweep 6.8s ease-in-out infinite; }
.play-icon { font-family: system-ui, sans-serif; font-size: 13px; letter-spacing: 0; }

@keyframes video-button-sweep {
  0%, 70%, 100% { opacity: 0; transform: skewX(-22deg) translateX(-220%); }
  74% { opacity: .76; }
  84% { opacity: .76; transform: skewX(-22deg) translateX(620%); }
  88% { opacity: 0; transform: skewX(-22deg) translateX(620%); }
}
.video-trigger:hover .play-button { transform: translate(-50%, -54%) skewX(-8deg); }
.video-trigger:hover::before { transform: translate(-50%, -53%) skewX(-8deg); }
body.video-dialog-open { overflow: hidden; }
.video-dialog { width: min(90vw, 1120px); max-width: none; margin: auto; padding: 41px 0 0; overflow: visible; color: var(--ink); border: 0; background: transparent; }
.video-dialog[open] { animation: video-dialog-backdrop-in .32s ease-out both; }
.video-dialog::backdrop { background: rgb(2 2 8 / 82%); backdrop-filter: blur(4px); animation: video-dialog-backdrop-in .32s ease-out both; }
.video-dialog-panel { position: relative; overflow: hidden; border: 1px solid rgb(189 67 239 / 32%); background: #000; box-shadow: 0 28px 90px rgb(0 0 0 / 72%), 0 0 48px rgb(189 67 239 / 15%); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); animation: video-dialog-in .36s cubic-bezier(.2, .72, .2, 1) both; transform-origin: center; }
.video-dialog.is-closing { animation: video-dialog-backdrop-out .3s ease-in both; }
.video-dialog.is-closing::backdrop { animation: video-dialog-backdrop-out .3s ease-in both; }
.video-dialog.is-closing .video-dialog-panel { animation: video-dialog-out .3s cubic-bezier(.4, 0, .8, .3) both; }
.video-dialog-close { position: absolute; z-index: 2; top: 0; right: 0; display: inline-flex; width: 94px; height: 32px; align-items: center; justify-content: center; gap: 7px; padding: 0; color: #dcd8e6; border: 1px solid rgb(108 244 228 / 28%); background: rgb(9 7 17 / 90%); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); font: 680 12px/1 var(--display); letter-spacing: .075em; text-transform: uppercase; cursor: pointer; transition: color .18s, border-color .18s, background-color .18s, transform .18s; }
.video-dialog-close span { display: block; font: 300 18px/1 sans-serif; letter-spacing: 0; transform: translateY(-1px); }
.video-dialog-close:hover, .video-dialog-close:focus-visible { color: #fff; border-color: rgb(108 244 228 / 72%); background: rgb(35 28 51 / 94%); outline: none; transform: translateY(-1px); }
.video-dialog-frame { aspect-ratio: 16 / 9; background: #000; }
.video-dialog-frame iframe { display: block; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .2s ease-out; }
.video-dialog-frame iframe.is-loaded { opacity: 1; }

@keyframes video-dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes video-dialog-out {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(12px) scaleX(.985) scaleY(.78); }
}
@keyframes video-dialog-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes video-dialog-backdrop-out {
  from { opacity: 1; }
  to { opacity: 0; }
}
.section-music { isolation: isolate; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(160deg, rgb(19 17 35 / 82%), rgb(8 7 18 / 68%)); backdrop-filter: blur(2px); }
.section-music > .shell { position: relative; z-index: 1; }
.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.release-card { position: relative; display: block; min-width: 0; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: var(--panel); clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%); transition: border-color .18s, transform .18s; }
.release-card.is-latest::after { content: ""; position: absolute; z-index: 3; right: 0; bottom: 0; width: 64px; height: 4px; background: linear-gradient(90deg, var(--highlight) 15%, #f4ffc5 50%, var(--highlight) 85%); background-size: 220% 100%; box-shadow: -8px 0 rgb(216 255 112 / 22%); pointer-events: none; transform: skewX(-28deg); transform-origin: right; animation: latest-accent-glow 5.8s ease-in-out infinite alternate; }
.release-artwork { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background:
  linear-gradient(145deg, #17132b, #080710 72%);
}
.release-cover-link { display: block; width: 100%; height: 100%; }
.release-cover-link > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .18s, transform .2s; }
.release-cover-link:hover > img { filter: brightness(1.08); transform: scale(1.012); }
.release-cover-link:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }
.release-artwork iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; opacity: 1; transition: opacity .4s ease; }
html.bandcamp-fade-ready .release-artwork iframe { opacity: 0; }
html.bandcamp-fade-ready .release-artwork iframe.is-loaded { opacity: 1; }
.release-link { position: relative; display: block; color: inherit; text-decoration: none; }
.release-copy { display: block; min-height: 94px; padding: 15px 42px 13px 17px; }
.release-copy strong, .release-note { display: block; }
.release-copy strong { font-family: var(--display); font-size: 20px; font-weight: 690; letter-spacing: -.02em; line-height: 1.12; text-transform: uppercase; }
.release-note { margin-top: 11px; color: #aaa6b8; font-size: 11px; line-height: 1.35; }
.release-placement { color: #d8d4e3; font-weight: 620; }
.release-link > b { position: absolute; right: 16px; bottom: 16px; color: var(--accent); font-size: 16px; font-weight: 400; transition: transform .18s; }
.release-card:hover { border-color: var(--brand); transform: translateY(-4px); }
.release-link:hover { background: rgb(29 25 48 / 74%); }
.release-link:hover > b { transform: translate(2px, -2px); }
.release-archive { display: grid; margin-top: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.release-archive a { display: grid; min-height: 76px; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 7px 12px 7px 7px; color: #d8d4e3; border: 1px solid var(--line); background: rgb(8 7 18 / 58%); font: 630 11px/1.3 var(--display); text-decoration: none; text-transform: uppercase; transition: border-color .18s, background .18s, transform .18s; }
.release-archive a:hover { border-color: var(--brand); background: var(--panel-soft); transform: translateY(-2px); }
.release-archive img { display: block; width: 62px; height: 62px; object-fit: cover; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.release-archive span { overflow-wrap: anywhere; }
.release-archive b { color: var(--accent); font-size: 13px; font-weight: 400; }
.section-action { display: flex; justify-content: flex-end; margin-top: 28px; }
.text-link { color: #d3cfdf; font-size: 14px; text-decoration-color: var(--brand); text-underline-offset: 6px; }
.text-link:hover { color: #fff; }
.noscript { padding: 18px; color: var(--muted); background: var(--panel); }

.section-about { --about-right-clearance: clamp(32px, 2.8vw, 40px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .43fr); align-items: start; gap: clamp(42px, 5vw, 64px); }
.about-copy { max-width: 720px; }
.about-copy > p { max-width: 660px; color: var(--muted); }
.about-copy .about-lead { margin-top: 31px; color: #e2dfee !important; font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.5; }
.about-copy h3 { margin: 31px 0 8px; color: var(--accent); font-size: 13px; font-weight: 720; letter-spacing: .075em; text-transform: uppercase; }
.about-copy .about-current-title { margin-top: 38px; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 680; letter-spacing: .035em; }
.about-copy h3 + p { margin-top: 0; }
.about-copy .about-closing { display: flex; align-items: center; gap: 14px; margin: 38px 0 0; color: #d8d4e3; font: 700 11px/1.4 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.about-closing::before { content: ""; flex: 0 0 52px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); box-shadow: 7px 0 rgb(216 255 112 / 18%); transform: translateY(-1px) skewX(-22deg); }
.artist-profile { align-self: start; }
.artist-profile-visual { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid rgb(73 67 95 / 48%); background: rgb(8 7 18 / 28%); clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.artist-profile-visual img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.artist-profile-note { position: relative; margin: clamp(24px, 5vw, 64px) 0 0; padding: 3px 0 3px 18px; color: #d4d0dc; font-size: clamp(1rem, 1.5vw, 1.125rem); font-style: italic; line-height: 1.68; }
.artist-profile-note::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: 0; width: 2px; background: linear-gradient(180deg, var(--accent) 0 40%, var(--highlight) 48% 52%, var(--accent) 60% 100%); background-size: 100% 240%; background-position: center 100%; opacity: .62; animation: personal-note-current 7.4s ease-in-out infinite alternate; }
.artist-profile-note p { margin: 0; }
.artist-profile-note cite { display: block; margin-top: 13px; color: #8d889d; font: 650 10px/1.3 var(--display); font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.other-projects { position: relative; z-index: 2; grid-column: 1 / -1; margin-top: clamp(18px, 3vw, 36px); padding-top: clamp(34px, 5vw, 58px); border-top: 1px solid var(--line-strong); }
.other-projects::before { content: ""; position: absolute; top: -2px; left: 0; width: clamp(72px, 10vw, 118px); height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); transform: skewX(-26deg); transform-origin: left; }
.other-projects-heading { display: grid; grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr); align-items: end; gap: clamp(28px, 3.6vw, 46px); margin-bottom: 24px; }
.other-projects-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 680; letter-spacing: -.035em; line-height: 1; text-transform: uppercase; transform: skewX(-6deg); transform-origin: left bottom; }
.other-projects-heading p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; }
.project-grid { display: grid; gap: 14px; }
.project-row { display: grid; grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr); align-items: stretch; gap: clamp(28px, 3.6vw, 46px); padding: 12px 0; border-bottom: 1px solid rgb(73 67 95 / 32%); }
.project-row:last-child { border-bottom: 0; }
.project-card { position: relative; display: grid; min-width: 0; min-height: 204px; grid-template-columns: 204px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-top-color: rgb(189 67 239 / 70%); background: rgb(8 7 18 / 66%); clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%); transition: border-color .18s, background .18s, transform .18s; }
.project-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 44px; height: 3px; background: var(--highlight); opacity: .78; transform: skewX(-28deg); transform-origin: right; animation: project-accent-chase 9.6s ease-in-out infinite; }
.project-row:nth-child(2) .project-card::after { animation-delay: 1.3s; }
.project-row:nth-child(3) .project-card::after { animation-delay: 2.6s; }
.project-row:nth-child(4) .project-card::after { animation-delay: 3.9s; }
.project-card:hover { border-color: rgb(189 67 239 / 68%); background: rgb(19 16 34 / 78%); transform: translateY(-3px); }
.project-art { position: relative; display: block; min-width: 0; min-height: 0; align-self: stretch; overflow: hidden; background: #07060e; }
.project-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.project-copy { display: flex; min-width: 0; flex-direction: column; padding: 24px 20px 20px; }
.project-kind { margin: 0 0 10px; color: #8d889d; font: 720 10px/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.project-copy h4 { margin: 0; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); font-weight: 680; letter-spacing: -.025em; line-height: 1.08; }
.project-summary { max-width: 260px; margin: 12px 0 18px; color: #b5b1c2; font-size: 12px; line-height: 1.45; }
.project-links { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: auto; }
.project-links a { color: #d8d4e3; font: 650 10px/1.3 var(--display); letter-spacing: .035em; text-decoration-color: rgb(189 67 239 / 72%); text-underline-offset: 4px; text-transform: uppercase; }
.project-links a:hover { color: #fff; text-decoration-color: var(--highlight); }
.project-links span { color: var(--accent); }
.project-story { align-self: center; padding: 13px 20px 13px 0; }
.project-feature-title { margin: 0 0 13px; color: #e2dfee; font: 680 clamp(17px, 1.8vw, 21px)/1.2 var(--display); letter-spacing: -.02em; }
.project-story > p:not(.project-feature-title) { max-width: 650px; margin: 0; color: #bbb7c8; font-size: 14px; line-height: 1.68; }
.project-quote { max-width: 620px; margin: 0 0 12px; color: #e2dfee; font-size: clamp(1rem, 1.5vw, 1.125rem); font-style: italic; line-height: 1.55; }
.project-quote cite { display: block; margin-top: 7px; color: #8d889d; font: 650 10px/1.3 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.project-source { display: inline-block; margin-top: 15px; color: #d8d4e3; font: 650 10px/1.3 var(--display); letter-spacing: .04em; text-decoration-color: rgb(189 67 239 / 72%); text-underline-offset: 4px; text-transform: uppercase; }
.project-source:hover { color: #fff; text-decoration-color: var(--highlight); }
.project-source span { color: var(--accent); }
.hero-actions .hero-assembly-link { margin-top: 0; margin-left: auto; color: #a9a5b6; text-decoration-color: rgb(141 136 157 / 66%); }
.hero-actions .hero-assembly-link:hover { color: #d8d4e3; }
.hero-actions .hero-assembly-link span { color: #8d889d; }
.other-projects-signoff { --signoff-gap: clamp(30px, 4vw, 48px); --signoff-size: clamp(68px, 6.5vw, 90px); position: relative; display: flex; justify-content: center; margin: var(--signoff-gap) 0 calc(var(--signoff-gap) - clamp(78px, 10vw, 140px)); }
.other-projects-signoff::before { content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; width: var(--signoff-size); aspect-ratio: 1218 / 1346; background: url("assets/mark-vera-icon-white.webp") center / contain no-repeat; opacity: .01; backface-visibility: hidden; pointer-events: none; transform: translate3d(calc(-50% + var(--shadow-x, 0px)), calc(-50% + var(--shadow-y, 0px)), 0) scale3d(3, 3, 1); transform-origin: center; transition: transform .18s cubic-bezier(.2, .8, .2, 1); will-change: transform; }
.other-projects-signoff img { position: relative; z-index: 1; display: block; width: var(--signoff-size); height: auto; opacity: 1; animation: mv-radiance 8.6s ease-in-out infinite; }

.section-connect { border-top: 1px solid var(--line); background: radial-gradient(circle at 10% 50%, rgb(189 67 239 / 15%), transparent 31rem), rgb(9 8 19 / 88%); }
.connect-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(420px, 1fr); gap: clamp(50px, 9vw, 120px); }
.connect-intro > p { max-width: 410px; color: var(--muted); }
.connect-players { display: grid; max-width: 410px; gap: 4px; margin-top: 30px; }
.connect-players[hidden] { display: none; }
.connect-player { position: relative; padding-bottom: 3px; }
.connect-player::after { content: ""; position: absolute; right: 0; bottom: 0; width: 46px; height: 3px; background: var(--highlight); opacity: .78; pointer-events: none; transform: skewX(-28deg); transform-origin: right; animation: project-accent-chase 9.6s ease-in-out infinite; }
.connect-player:nth-child(2)::after { animation-delay: 1.3s; }
.connect-player:nth-child(3)::after { animation-delay: 2.6s; }
.connect-player:nth-child(4)::after { animation-delay: 3.9s; }
.connect-players iframe { display: block; width: 100%; height: 42px; border: 0; background-color: #000; color-scheme: dark; opacity: .82; transition: opacity .4s ease; }
html.bandcamp-fade-ready .connect-players iframe { opacity: 0; }
html.bandcamp-fade-ready .connect-players iframe.is-loaded { opacity: .82; }
.platform-links { border-top: 1px solid var(--line-strong); }
.platform-links a { display: grid; min-height: 76px; grid-template-columns: 54px minmax(120px, .65fr) 1fr auto; align-items: center; gap: 16px; padding: 0 17px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s, padding .18s; }
.platform-links a:hover { padding-left: 24px; background: var(--panel-soft); }
.platform-links img { width: 34px; height: 34px; object-fit: contain; }
.platform-links img.qobuz-logo { width: 52px; height: 26px; border-radius: 2px; }
.platform-links img.discord-logo { width: 40px; height: 30px; }
.platform-links img.platform-contact-icon { width: 24px; height: 24px; margin-left: 5px; object-fit: contain; filter: brightness(0) invert(1); }
.platform-links span { font-family: var(--display); font-size: 17px; font-weight: 670; text-transform: uppercase; }
.platform-links .platform-featured span { text-decoration-line: underline; text-decoration-color: rgb(189 67 239 / 88%); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.platform-links small { color: var(--muted); }
.platform-links b { color: var(--accent); font-size: 18px; font-weight: 400; }
.release-link > b, .release-archive b, .platform-links b, .text-link > span[aria-hidden="true"], .project-links a > span[aria-hidden="true"], .project-source > span[aria-hidden="true"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.site-footer { border-top: 1px solid var(--line); background: linear-gradient(110deg, #05050a, #090816 52%, #05050a); }
.footer-inner { position: relative; display: grid; min-height: 154px; grid-template-columns: 1fr 1fr; align-items: center; color: #7f7b8f; font-size: 11px; }
.footer-inner::before { content: ""; position: absolute; top: 30px; bottom: 30px; left: 50%; width: 1px; background: linear-gradient(transparent, var(--line-strong), transparent); }
.footer-block { display: flex; min-width: 0; align-items: center; gap: 20px; padding-block: 24px; }
.footer-block p, .footer-block span, .footer-block small { display: block; margin: 0; }
.footer-block p { line-height: 1.45; }
.footer-block p > span { color: #d8d4e3; font-family: var(--display); font-size: 12px; letter-spacing: .025em; text-transform: uppercase; }
.footer-block small { margin-top: 4px; color: #777386; font-size: 10px; }
.footer-copyright { min-width: max-content; white-space: nowrap; }
.footer-copyright #copyright-year { display: inline; }
.footer-copyright a { text-decoration: none; }
.footer-utility { border-top: 1px solid rgb(73 67 95 / 28%); background: #030305; }
.footer-utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: flex-end; }
.footer-cookie-settings { padding: 0; color: #777386; border: 0; background: transparent; font: 600 9px/1 var(--display); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.footer-cookie-settings:hover, .footer-cookie-settings:focus-visible { color: #d8d4e3; }
.footer-mark { --footer-mark-width: 94px; position: relative; isolation: isolate; display: block; flex: 0 0 auto; line-height: 0; }
.footer-mark::before { content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; width: var(--footer-mark-width); aspect-ratio: 2447 / 1346; background: url("assets/mark-vera-wordmark-white.webp") center / contain no-repeat; opacity: .0125; pointer-events: none; transform: translate(-50%, -50%) scale(1.7); }
.footer-mark img { position: relative; z-index: 1; display: block; width: var(--footer-mark-width); height: auto; opacity: .85; animation: mv-radiance 8.6s ease-in-out infinite; }
.footer-publisher { justify-content: flex-end; padding-left: 48px; text-align: right; }
.footer-publisher p > span { color: #777386; font-size: 10px; letter-spacing: .09em; }
.footer-publisher strong { display: block; margin-top: 2px; color: #d8d4e3; font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.footer-stardrive { display: block; flex: 0 0 auto; line-height: 0; }
.footer-stardrive img { display: block; width: 72px; height: 72px; }
.footer-inner a { color: inherit; text-decoration-color: rgb(189 67 239 / 65%); text-underline-offset: 3px; }

.cookie-consent { position: fixed; z-index: 60; right: max(28px, env(safe-area-inset-right)); bottom: max(28px, env(safe-area-inset-bottom)); width: min(calc(100vw - 56px), 360px); filter: drop-shadow(0 0 24px rgb(0 0 0 / 88%)) drop-shadow(0 28px 34px rgb(0 0 0 / 82%)) drop-shadow(0 8px 14px rgb(0 0 0 / 68%)) drop-shadow(0 0 17px rgb(189 67 239 / 18%)); opacity: 0; transform: translateY(-58px) scale(.965); transition: opacity .24s ease, transform .4s cubic-bezier(.2, .78, .2, 1); }
.cookie-consent.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.cookie-consent-panel { position: relative; padding: 19px 20px 17px; overflow: hidden; border: 1px solid rgb(73 67 95 / 90%); border-top-color: rgb(189 67 239 / 76%); background: linear-gradient(115deg, rgb(8 7 18 / 97%), rgb(17 16 30 / 97%)); clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px)); }
.cookie-consent-panel::before, .cookie-consent-panel::after { content: ""; position: absolute; z-index: 2; width: 42%; height: 1px; background: linear-gradient(90deg, transparent, var(--brand-bright) 30%, #fff 50%, var(--accent) 70%, transparent); filter: drop-shadow(0 0 5px var(--accent)); opacity: .9; pointer-events: none; will-change: transform; }
.cookie-consent-panel::before { top: 0; left: -42%; animation: cookie-edge-scan-top 6.4s ease-in-out infinite; }
.cookie-consent-panel::after { right: -42%; bottom: 0; animation: cookie-edge-scan-bottom 6.4s ease-in-out infinite; }
.cookie-consent-copy { position: relative; z-index: 1; text-align: center; }
.cookie-consent-copy h2 { margin: 0; color: var(--accent); font: 680 20px/1.1 var(--display); letter-spacing: -.02em; text-shadow: 0 0 12px rgb(108 244 228 / 16%); text-transform: uppercase; }
.cookie-consent-copy p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie-consent-actions { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 16px; }
.cookie-consent-actions button { border: 0; color: inherit; font: 680 12px/1 var(--display); letter-spacing: .045em; text-transform: uppercase; cursor: pointer; }
.cookie-consent-actions .cookie-consent-reject { position: relative; min-width: 112px; padding: 12px 22px; background: linear-gradient(110deg, rgb(23 21 42 / 62%), rgb(15 14 27 / 78%)); color: #aaa7bb; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); transition: color .18s, background .18s, transform .18s; }
.cookie-consent-actions .cookie-consent-reject::after { content: ""; position: absolute; right: 8px; bottom: 0; left: 8px; height: 1px; background: var(--brand); opacity: .36; }
.cookie-consent-actions .cookie-consent-reject:hover { color: #dedbe7; background: rgb(31 27 49 / 86%); transform: translateY(-1px); }
.cookie-consent-accept { position: relative; min-width: 112px; padding: 12px 22px; background: linear-gradient(110deg, rgb(42 35 65 / 96%), rgb(23 21 42 / 98%)); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); transition: color .18s, background .18s, transform .18s; }
.cookie-consent-accept::after { content: ""; position: absolute; right: 8px; bottom: 0; left: 8px; height: 1px; background: var(--highlight); box-shadow: 0 0 8px rgb(216 255 112 / 30%); opacity: .9; }
.cookie-consent-accept:hover { color: #fff; background: rgb(55 44 78 / 98%); transform: translateY(-1px); }

@keyframes cookie-edge-scan-top {
  0%, 8% { transform: translateX(0); }
  38%, 100% { transform: translateX(340%); }
}
@keyframes cookie-edge-scan-bottom {
  0%, 43% { transform: translateX(0); }
  73%, 100% { transform: translateX(-340%); }
}

@media (min-width: 681px) {
  .other-projects-heading > p, .project-story { padding-right: var(--about-right-clearance); }
}

@media (min-width: 941px) {
  .artist-profile { width: calc(100% - var(--about-right-clearance)); justify-self: start; }
}

@media (max-width: 940px) {
  .section-connect { contain-intrinsic-size: auto 710px; }
  .site-header { --wedge-width: min(58vw, 480px); --wedge-height: 104px; --wedge-inset: 46px; --wedge-inner-inset: 47px; }
  .header-inner { gap: 22px; }
  .site-logo { width: 250px; }
  .site-logo img { top: 168%; width: 330px; }
  .site-logo::after { top: 168%; width: 330px; }
  .page-sparkle-overlay::before { width: calc(min(58vw, 480px) + clamp(72px, 8vw, 112px)); }
  .section.section-first { margin-top: 0; padding-top: 174px; }
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .release-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-about, .connect-grid { grid-template-columns: 1fr; }
  .artist-profile { width: min(100%, 320px); }
  .other-projects-heading { grid-template-columns: minmax(390px, .94fr) minmax(0, 1.06fr); gap: 28px; }
  .project-row { grid-template-columns: minmax(390px, .94fr) minmax(0, 1.06fr); gap: 28px; }
  .project-card { min-height: 178px; grid-template-columns: 178px minmax(0, 1fr); }
}

@media (max-width: 800px) {
  .site-header { --wedge-width: min(78vw, 440px); --wedge-height: 76px; --wedge-inset: 34px; --wedge-inner-inset: 35px; }
  .header-wedge-pulse { display: none; }
  .header-inner { min-height: 94px; grid-template-columns: 1fr 1fr; gap: 0 18px; padding-bottom: 8px; }
  .site-logo { grid-row: 1; grid-column: 1 / -1; justify-self: center; width: 190px; height: 48px; }
  .site-logo img { top: 240%; width: 250px; }
  .site-logo::after { top: 240%; width: 250px; }
  .page-sparkle-overlay::before { top: 100px; width: min(calc(min(78vw, 440px) + 48px), calc(100vw - 8px)); }
  .page-sparkle-overlay.is-compact::before { top: 49px; width: 200px; }
  .header-nav { grid-row: 2; gap: 5px; transform: translateY(-14px); }
  .header-nav-left { justify-content: flex-start; }
  .header-nav-right { justify-content: flex-end; }
  .header-nav a { min-width: 0; padding: 9px 16px; font-size: 11px; }
  .site-header.is-compact .site-logo img { top: 102%; width: 140px; }
  .site-header.is-compact .site-logo::after { top: 102%; width: 140px; }
  .hero-feature { width: min(100%, 680px); grid-template-columns: 1fr; gap: 25px; }
  .hero-feature-copy { max-width: 600px; margin-inline: auto; padding-right: 0; text-align: center; }
  .hero-video-shell { grid-column: auto; grid-row: auto; width: 100%; justify-self: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions { grid-column: auto; grid-row: auto; justify-content: flex-start; }
  .hero-next { justify-content: center; }
  .other-projects-heading { display: block; }
  .other-projects-heading p { margin-top: 13px; }
  .project-grid { gap: 6px; }
  .project-row { grid-template-columns: 1fr; gap: 18px; padding-block: 15px 25px; }
  .project-story { padding: 2px 9px 2px 0; }
}

@media (max-width: 680px) {
  .section-connect { contain-intrinsic-size: auto 940px; }
  .site-header { --wedge-width: min(78vw, 380px); --wedge-height: 64px; --wedge-inset: 28px; --wedge-inner-inset: 29px; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 94px; grid-template-columns: 1fr 1fr; gap: 0 18px; padding-bottom: 8px; }
  .site-logo { grid-row: 1; grid-column: 1 / -1; justify-self: center; width: 174px; height: 48px; }
  .site-logo img { top: 240%; width: 235px; }
  .site-logo::after { top: 240%; width: 235px; }
  .page-sparkle-overlay::before { top: 100px; width: min(calc(min(78vw, 380px) + 48px), calc(100vw - 8px)); }
  .page-sparkle-overlay.is-compact::before { top: 49px; width: 190px; }
  .header-nav { grid-row: 2; gap: 5px; transform: translateY(-14px); }
  .header-nav-left { justify-content: flex-start; }
  .header-nav-right { justify-content: flex-end; }
  .header-nav a { min-width: 0; padding: 9px 16px; font-size: 11px; }
  .site-header.is-compact .site-logo img { top: 102%; width: 140px; }
  .site-header.is-compact .site-logo::after { top: 102%; width: 140px; }
  .section.section-first { margin-top: 0; padding-top: 145px; }
  .section { padding-block: 78px; }
  .section-about .about-copy::after { background-position: center 110px; background-size: min(185vw, 820px) auto; opacity: .038; }
  .section-heading { display: block; }
  .section-first .section-heading { width: calc(100% + 48px); margin-inline: -24px; }
  .section-heading > p, .release-heading-copy { margin-top: 19px; }
  .section-heading h1, .section-heading h2, .section-about h2, .section-connect h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .hero-intro { font-size: 17px; }
  .video-frame { clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px)); }
  .video-trigger::before { width: 178px; height: 68px; filter: blur(13px); }
  .play-button { width: 148px; height: 46px; padding-inline: 14px; font-size: 9px; }
  .video-dialog { width: calc(100vw - 20px); padding-top: 37px; }
  .video-dialog-panel { clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
  .video-dialog-close { top: 0; width: 88px; height: 30px; font-size: 11px; }
  .video-dialog-close span { font-size: 17px; }
  .featured-track { grid-template-columns: 1fr; justify-items: center; gap: 20px; margin-top: 46px; text-align: center; }
  .featured-track-art { width: min(100%, 430px); margin-inline: auto; }
  .featured-track-copy { padding-inline: 4px; text-align: center; }
  .featured-track-actions { justify-content: center; }
  .release-grid { gap: 9px; }
  .release-copy { min-height: 90px; padding: 14px 33px 12px 13px; }
  .release-link > b { right: 12px; bottom: 15px; }
  .project-card { min-height: 158px; grid-template-columns: 158px minmax(0, 1fr); }
  .project-copy { padding: 19px 17px 16px; }
  .project-copy h4 { font-size: 21px; }
  .platform-links a { grid-template-columns: 39px 1fr auto; gap: 7px 20px; padding-block: 15px; }
  .platform-links img, .platform-links .platform-contact-icon { grid-row: 1 / 3; grid-column: 1; }
  .platform-links span { grid-column: 2; }
  .platform-links small { grid-row: 2; grid-column: 2; }.platform-links b { grid-row: 1 / 3; grid-column: 3; }
  .footer-inner { min-height: 250px; grid-template-columns: 1fr; align-content: center; }
  .footer-inner::before { top: 50%; right: 0; bottom: auto; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong), transparent); }
  .footer-inner::after { left: 18px; }
  .footer-block { min-height: 116px; padding-block: 18px; }
  .footer-publisher { justify-content: space-between; padding-left: 0; text-align: left; }
  .cookie-consent { right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); left: max(20px, env(safe-area-inset-left)); width: auto; }
  .cookie-consent-actions button { font-size: 9px; }
}

@media (max-width: 420px) {
  .header-nav { gap: 4px; }
  .header-nav a { padding-inline: 7px; }
  .release-grid { grid-template-columns: 1fr; }
  .release-archive { grid-template-columns: 1fr; }
  .project-card { min-height: 132px; grid-template-columns: 132px minmax(0, 1fr); }
  .project-copy { padding: 14px 12px 13px; }
  .project-copy h4 { font-size: 18px; }
  .project-links { gap: 7px 10px; }
  .project-links a { font-size: 9px; }
}

@media (max-width: 649px) {
  .header-nav a { padding: 7px 10px; font-size: 9px; }
}

@media (max-width: 700px) {
  .hero-actions { justify-content: center; row-gap: 20px; }
  .hero-actions .hero-assembly-link { flex-basis: 100%; margin-left: 0; text-align: center; }
  body { background-size: 1200px auto; background-attachment: scroll; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
