@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Space+Mono:wght@400;700&display=swap');

:root {
  --bg: #050505;
  --fg: #e9eeee;
  --acid: #cfffff;
  --muted: #8a9090;
  --line: rgba(233,238,238,.22);
  --max: 1440px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--fg);
  font-family: "Space Mono", monospace; overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("assets/bound-devil-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(82vw, 1050px);
  opacity: .12;
  filter: contrast(1.08);
}
body > * { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.nav {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%;
  max-width: var(--max); padding: 24px 34px; margin: auto; right: 0;
  display: flex; justify-content: space-between; align-items: center;
}
.wordmark { font-family: "Archivo Black", sans-serif; font-size: 17px; line-height: 1; letter-spacing: -1.2px; white-space: nowrap; }
.wordmark span { color: var(--acid); }
.nav nav { display: flex; gap: 30px; font-size: 10px; letter-spacing: 1.5px; }
.nav nav a:hover, .socials a:hover, .platform:hover { color: var(--acid); }
.menu { display: none; background: none; border: 0; }
.hero { min-height: 100vh; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: var(--max); margin: auto; padding: 100px 6vw 60px; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 80px 80px; opacity: .18; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { font-size: 10px; letter-spacing: 2px; color: var(--acid); margin: 0 0 20px; }
h1, h2, h3 { font-family: "Archivo Black", sans-serif; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(70px, 12vw, 180px); line-height: .78; letter-spacing: -8px; }
h1 span { color: transparent; -webkit-text-stroke: 1px var(--fg); }
.hero-subtitle { margin: 18px 0 0; font-family: "Archivo Black", sans-serif; font-size: clamp(15px, 2vw, 25px); line-height: 1; letter-spacing: -0.5px; color: var(--acid); }
.intro { max-width: 430px; color: #aeb5b5; margin: 35px 0 30px; font-size: 13px; line-height: 1.7; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { border: 1px solid var(--line); padding: 14px 18px; font-size: 10px; letter-spacing: 1px; transition: .2s; }
.button:hover { border-color: var(--acid); color: var(--acid); }
.button.primary { background: var(--fg); color: #050505; border-color: var(--fg); }
.button.primary:hover { background: var(--acid); }
.hero-mark { position: relative; display: flex; justify-content: center; align-items: center; z-index: 1; }
.hero-mark img { width: min(42vw, 560px); filter: drop-shadow(0 0 35px rgba(207,255,255,.12)); animation: float 6s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-12px) rotate(-1deg); } }
.side-label { position: absolute; right: 24px; bottom: 40px; writing-mode: vertical-rl; font-size: 8px; line-height: 1.8; color: #727878; letter-spacing: 1px; }
.ticker { overflow: hidden; white-space: nowrap; border-block: 1px solid var(--line); padding: 13px 0; font-family: "Archivo Black", sans-serif; font-size: 15px; letter-spacing: 1px; }
.ticker div { width: max-content; animation: marquee 22s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { max-width: var(--max); margin: auto; padding: 130px 6vw; }
.section-head { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 65px; }
.section-head > span { font-size: 10px; color: var(--acid); }
h2 { font-size: clamp(55px, 8vw, 115px); line-height: .82; letter-spacing: -5px; }
.section-note { max-width: 310px; justify-self: end; color: #858b8b; font-size: 11px; line-height: 1.7; }
.artist-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.artist-card { min-height: 105px; border-top: 1px solid var(--line); padding: 22px 0; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; transition: .25s; }
.artist-card:nth-last-child(-n+1) { border-bottom: 1px solid var(--line); }
.artist-card:nth-child(odd) { padding-right: 35px; border-right: 1px solid var(--line); }
.artist-card:nth-child(even) { padding-left: 35px; }
.artist-card:hover { color: var(--acid); padding-left: 12px; }
.artist-card:nth-child(even):hover { padding-left: 47px; }
.artist-card .num { color: #6f7575; font-size: 9px; }
.artist-card .name { font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2vw, 27px); letter-spacing: -1px; }
.arrow { text-align: right; }
.release { display: grid; grid-template-columns: 48% 1fr; gap: 8%; align-items: center; }
.release-art { position: relative; border: 1px solid var(--line); aspect-ratio: 1; overflow: hidden; background: #000; }
.release-art img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.2); transition: .5s; }
.release-art:hover img { transform: scale(1.03); }
.stamp { position: absolute; bottom: 15px; left: 15px; font-size: 9px; border: 1px solid var(--fg); padding: 6px 8px; background: #050505; }
.release-info h3 { font-size: clamp(40px, 5vw, 75px); line-height: .88; margin-bottom: 25px; }
.muted { color: #858b8b; font-size: 11px; line-height: 1.8; max-width: 420px; }
.platforms { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 35px; }
.platform { border-bottom: 1px solid var(--line); padding-bottom: 7px; font-size: 9px; letter-spacing: 1px; }
.manifesto { border-block: 1px solid var(--line); background: #090a0a; }
.manifesto-inner { max-width: var(--max); margin: auto; padding: 130px 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.manifesto h2 { grid-column: 1 / -1; font-size: clamp(60px, 11vw, 155px); }
.manifesto h2 em { color: var(--acid); font-style: normal; }
.manifesto-copy { grid-column: 2; max-width: 430px; color: #969d9d; font-size: 12px; line-height: 2; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-right { align-self: end; padding-bottom: 5px; }
.contact-right > p { color: #858b8b; font-size: 11px; line-height: 1.8; max-width: 380px; }
.email { display: inline-block; margin: 25px 0 55px; font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2.5vw, 32px); letter-spacing: -1px; border-bottom: 1px solid var(--fg); padding-bottom: 8px; }
.socials { display: flex; flex-wrap: wrap; gap: 20px; font-size: 9px; }
footer { border-top: 1px solid var(--line); padding: 18px 6vw; display: flex; justify-content: space-between; color: #686e6e; font-size: 8px; letter-spacing: 1px; }
@media (max-width: 800px) {
  body::before { background-size: 110vw; opacity: .10; }
  .nav { padding: 20px; } .nav nav { display: none; } .menu { display: grid; gap: 5px; } .menu span { width: 25px; height: 1px; background: var(--fg); }
  .hero { grid-template-columns: 1fr; padding: 130px 20px 70px; min-height: auto; }
  .hero-mark { margin-top: 60px; } .hero-mark img { width: 75vw; } .side-label { display: none; }
  .section { padding: 90px 20px; } .section-head { grid-template-columns: 35px 1fr; } .section-note { grid-column: 2; justify-self: start; }
  .artist-grid { grid-template-columns: 1fr; } .artist-card:nth-child(odd) { padding-right: 0; border-right: 0; } .artist-card:nth-child(even) { padding-left: 0; }
  .artist-card:nth-child(even):hover { padding-left: 12px; }
  .release { grid-template-columns: 1fr; } .release-info { padding-top: 20px; }
  .manifesto-inner { grid-template-columns: 1fr; padding: 90px 20px; } .manifesto-copy { grid-column: auto; }
  .contact { grid-template-columns: 1fr; } footer { padding-inline: 20px; gap: 15px; flex-direction: column; }
}


/* BOUNDxPOSSE identity artwork */
.identity-strip {
  max-width: var(--max);
  margin: auto;
  padding: 0 6vw 130px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
.identity-copy {
  border: 1px solid var(--line);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 310px;
}
.identity-copy h2 { font-size: clamp(42px, 5vw, 72px); margin-bottom: 20px; }
.identity-copy > p:last-child {
  color: #858b8b;
  font-size: 10px;
  line-height: 1.8;
  max-width: 280px;
}
.identity-art {
  min-height: 310px;
  border: 1px solid var(--line);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.identity-art img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transition: transform .5s ease;
}
.identity-art:hover img { transform: scale(1.06) rotate(-1deg); }
.identity-art.dark { background: #f4f4f0; }
.identity-art.dark img { width: 96%; height: 96%; }
.identity-art.seal img { width: 94%; height: 94%; }

@media (max-width: 900px) {
  .identity-strip {
    grid-template-columns: 1fr 1fr;
    padding-inline: 20px;
    padding-bottom: 90px;
  }
  .identity-copy { grid-column: 1 / -1; min-height: 230px; }
  .identity-art { min-height: 260px; }
}
@media (max-width: 560px) {
  .identity-strip { grid-template-columns: 1fr; }
  .identity-copy { grid-column: auto; }
}


 .founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.founder-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, color .3s ease;
}
.founder-card:hover {
  color: var(--acid);
  transform: translateY(-6px);
  border-color: rgba(207,255,255,.55);
}
.founder-photo {
  position: relative;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: #000;
  border-bottom: 1px solid var(--line);
}
.founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,.72), transparent 52%);
  pointer-events: none;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(.2) contrast(1.12);
  transition: transform .5s ease, filter .5s ease;
}
.founder-card:hover .founder-photo img {
  transform: scale(1.045);
  filter: grayscale(0) contrast(1.16);
}
.founder-index, .founder-open {
  position: absolute;
  z-index: 2;
  top: 14px;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.founder-index { left: 14px; color: var(--acid); }
.founder-open {
  right: 14px;
  border: 1px solid rgba(233,238,238,.35);
  padding: 7px 9px;
  background: rgba(5,5,5,.72);
  opacity: 0;
  transform: translateY(-5px);
  transition: .25s;
}
.founder-card:hover .founder-open { opacity: 1; transform: translateY(0); }
.founder-info {
  min-height: 125px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: end;
}
.founder-info .eyebrow { margin-bottom: 9px; font-size: 8px; }
.founder-card h3 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(30px, 4.2vw, 58px);
  letter-spacing: -2.5px;
  line-height: .88;
}
.founder-arrow { font-size: 22px; text-align: right; align-self: end; }
@media (max-width: 700px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-photo { aspect-ratio: 1.2 / 1; }
  .founder-open { opacity: 1; transform: none; }
}

.artist-main { min-width: 0; }
.artist-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 9px; }
.artist-link {
  font-size: 7px; letter-spacing: 1px; color: #777e7e;
  border: 1px solid rgba(233,238,238,.15); padding: 5px 7px;
  transition: .2s;
}
.artist-link:hover { color: var(--acid); border-color: var(--acid); }
.artist-link.unavailable { cursor: default; opacity: .65; }
.artist-link.unavailable:hover { color: #777e7e; border-color: rgba(233,238,238,.15); }


.artist-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; }
.artist-card { display: block; padding: 0 !important; border-right: 1px solid var(--line); }
.artist-card:nth-child(even) { border-right: 0; }
.artist-cover { display:block; position:relative; aspect-ratio: 1.18 / 1; overflow:hidden; background:#000; border-top:1px solid var(--line); }
.artist-cover img { width:100%; height:100%; object-fit:cover; display:block; filter:grayscale(.1) contrast(1.08); transition: transform .5s ease, filter .5s ease; }
.artist-cover .cover-overlay {
  position:absolute; inset:auto 14px 14px auto; padding:7px 9px;
  border:1px solid rgba(233,238,238,.4); background:rgba(5,5,5,.75);
  font-size:7px; letter-spacing:1px; opacity:0; transform:translateY(8px); transition:.25s;
}
.artist-cover:hover img { transform:scale(1.045); filter:grayscale(0) contrast(1.12); }
.artist-cover:hover .cover-overlay { opacity:1; transform:translateY(0); }
.artist-row { min-height:96px; padding:17px 18px; display:grid; grid-template-columns:38px 1fr 25px; align-items:center; border-top:1px solid rgba(233,238,238,.08); }
.artist-card:nth-child(odd) .artist-row { border-right:0; }
.artist-card .name { display:inline-block; font-family:"Archivo Black",sans-serif; font-size:clamp(16px,1.8vw,25px); letter-spacing:-1px; }
.artist-card .name:hover { color:var(--acid); }
.artist-card .arrow { text-align:right; }
.artist-links { margin-top:8px; }
@media(max-width:800px) {
  .artist-grid { grid-template-columns:1fr; }
  .artist-card, .artist-card:nth-child(even) { border-right:0; }
  .artist-cover { aspect-ratio:1.2 / 1; }
}


/* Recent releases + Discord contact */
.recent-releases { display:grid; grid-template-columns: 32% 1fr; gap:6%; }
.release-intro { padding-top:8px; }
.release-intro h3 { font-size:clamp(42px,5vw,72px); line-height:.85; letter-spacing:-3px; }
.release-intro > p:last-child { color:#858b8b; font-size:10px; line-height:1.8; max-width:290px; margin-top:22px; }
.release-list { border-top:1px solid var(--line); }
.release-row { min-height:74px; display:grid; grid-template-columns:42px 145px 1fr 105px 25px; gap:14px; align-items:center; border-bottom:1px solid var(--line); transition:.2s; }
.release-row:hover { color:var(--acid); padding-left:8px; }
.release-num,.release-date { font-size:8px; color:#737a7a; }
.release-artist { font-family:"Archivo Black",sans-serif; font-size:11px; }
.release-title { font-size:10px; }
.release-arrow { text-align:right; }
.unavailable-row { color:#5e6464; }
.unavailable-row:hover { color:#5e6464; padding-left:0; }
.discord-link { border-color:var(--acid); color:var(--acid); }
.discord-link:hover { background:var(--acid); color:#050505; }

@media(max-width:900px) {
  .recent-releases { grid-template-columns:1fr; gap:35px; }
  .release-row { grid-template-columns:30px 110px 1fr 75px 20px; gap:8px; }
}
@media(max-width:560px) {
  .release-row { grid-template-columns:28px 1fr 20px; }
  .release-date { display:none; }
  .release-artist { font-size:9px; }
  .release-title { font-size:9px; }
}

.release-intro .checked-note { color:#5f6666; font-size:8px; line-height:1.7; margin-top:16px; }


.hero-discord-wrap {
  margin-top: 28px;
  max-width: 420px;
}
.hero-discord {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid var(--acid);
  padding: 14px 16px;
  color: var(--acid);
  font-family: "Archivo Black", sans-serif;
  font-size: 9px;
  letter-spacing: 1.2px;
  background: rgba(207, 255, 255, .025);
  transition: .22s ease;
}
.hero-discord:hover {
  background: var(--acid);
  color: #050505;
  transform: translateY(-2px);
}

.release-credit { color:#777e7e; font-size:7px; letter-spacing:1px; margin-left:5px; }

/* Dedicated producer roster */
.producer-grid { display:grid; grid-template-columns:repeat(3, 1fr); border-top:1px solid var(--line); }
.producer-card { min-width:0; border-bottom:1px solid var(--line); border-right:1px solid var(--line); transition:.25s; }
.producer-card:first-child { border-left:1px solid var(--line); }
.producer-card:hover { color:var(--acid); transform:translateY(-3px); }
.producer-cover { display:block; position:relative; aspect-ratio:1; overflow:hidden; background:#000; border-bottom:1px solid var(--line); }
.producer-cover img { width:100%; height:100%; object-fit:cover; filter:contrast(1.12); transition:.45s; }
.producer-card:hover .producer-cover img { transform:scale(1.04); }
.producer-row { min-height:125px; padding:20px; display:grid; grid-template-columns:38px 1fr 20px; gap:10px; align-items:center; }
.producer-row .num { color:#6f7575; font-size:9px; }
.producer-main { min-width:0; }
.producer-main .name { font-family:"Archivo Black", sans-serif; font-size:clamp(18px,2vw,27px); letter-spacing:-1px; }
@media(max-width:900px) {
  .producer-grid { grid-template-columns:1fr; }
  .producer-card { border-left:1px solid var(--line); border-right:1px solid var(--line); }
  .producer-cover { aspect-ratio:16 / 9; }
}

.release-sync-status {
  margin-top: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.5);
  font-family: var(--mono, monospace);
}

/* Reliable opening-tag gate: browsers require a user gesture before
   unmuted audio can start. */
/* BOUNDxPOSSE opening gate — the ENTER title melts away into the homepage. */
.bound-sfx-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  border: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.035), transparent 28%),
    #050505;
  color: #f4f4f4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  overflow: hidden;
  transform-origin: 50% 40%;
}
.bound-sfx-gate::before,
.bound-sfx-gate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(58vw, 760px);
  height: 2px;
  background: rgba(255,255,255,.08);
  transform: translate(-50%, 64px) scaleX(.55);
  opacity: 0;
}
.bound-sfx-gate::after {
  transform: translate(-50%, -74px) scaleX(.35);
}
.bound-sfx-gate span {
  position: relative;
  z-index: 2;
  font-size: clamp(42px, 8vw, 92px);
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 0 0 rgba(255,255,255,0);
  transition: transform .2s ease;
}
.bound-sfx-gate small {
  position: relative;
  z-index: 2;
  font-size: 11px;
  letter-spacing: .28em;
  opacity: .55;
  transition: opacity .2s ease, transform .2s ease;
}
.bound-sfx-gate:hover span {
  color: #fff;
  transform: scale(1.025);
}
.bound-sfx-gate:hover small {
  opacity: .8;
}
.bound-sfx-gate.is-melting {
  pointer-events: none;
  animation: boundGateMelt 1.2s cubic-bezier(.7,0,.2,1) forwards;
}
.bound-sfx-gate.is-melting span {
  animation: boundTextMelt 1.05s cubic-bezier(.55,.02,.25,1) forwards;
}
.bound-sfx-gate.is-melting small {
  animation: boundSmallMelt .55s ease forwards;
}
.bound-sfx-gate.is-melting::before,
.bound-sfx-gate.is-melting::after {
  animation: boundMeltLines 1.05s ease-out forwards;
}

@keyframes boundTextMelt {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
  28% {
    transform: translateY(4px) scaleX(1.015);
    filter: blur(.4px);
  }
  58% {
    opacity: .9;
    transform: translateY(28px) scaleX(1.035) skewX(-2deg);
    filter: blur(1.2px);
    clip-path: inset(0 0 3% 0);
  }
  78% {
    opacity: .52;
    transform: translateY(76px) scaleX(1.06) skewX(3deg);
    filter: blur(3px);
    clip-path: inset(0 0 24% 0);
  }
  100% {
    opacity: 0;
    transform: translateY(180px) scaleX(1.14) skewX(-5deg);
    filter: blur(9px);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes boundSmallMelt {
  0%, 45% { opacity: .55; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(48px); }
}
@keyframes boundMeltLines {
  0% { opacity: 0; transform: translate(-50%, 64px) scaleX(.55); }
  35% { opacity: .7; }
  100% { opacity: 0; transform: translate(-50%, 170px) scaleX(1.5); }
}
@keyframes boundGateMelt {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  48% {
    opacity: 1;
    clip-path: inset(0 0 4% 0);
  }
  76% {
    opacity: .72;
    clip-path: inset(0 0 35% 0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bound-sfx-gate.is-melting,
  .bound-sfx-gate.is-melting span,
  .bound-sfx-gate.is-melting small,
  .bound-sfx-gate.is-melting::before,
  .bound-sfx-gate.is-melting::after {
    animation-duration: .35s;
  }
}

/* --- Liquid ENTER melt --- */
.bound-sfx-gate {
  isolation: isolate;
  background: #050505;
}
.bound-sfx-gate::marker { display:none; }
.bound-sfx-gate::before,
.bound-sfx-gate::after { pointer-events:none; }
.bound-sfx-gate .liquid-enter {
  position: relative;
  z-index: 3;
  display: inline-block;
  filter: url('#bound-goo');
  transform: translateZ(0);
}
.bound-sfx-gate .enter-word {
  position: relative;
  display: block;
  font-size: clamp(42px, 8vw, 92px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: .9;
  text-shadow: 0 0 18px rgba(255,255,255,.08);
  transition: none;
}
.bound-sfx-gate small { z-index:3; }
.bound-sfx-gate .drip {
  position:absolute;
  top: 66%;
  width: clamp(8px, 1.1vw, 16px);
  height: clamp(20px, 3vw, 48px);
  border-radius: 999px;
  background: #f4f4f4;
  opacity: 0;
  transform-origin: top center;
}
.bound-sfx-gate .drip-1 { left: 12%; }
.bound-sfx-gate .drip-2 { left: 32%; height: 72px; }
.bound-sfx-gate .drip-3 { left: 49%; height: 34px; }
.bound-sfx-gate .drip-4 { left: 67%; height: 58px; }
.bound-sfx-gate .drip-5 { left: 86%; height: 28px; }
.bound-sfx-gate.is-melting .enter-word {
  animation: liquidTextMelt 1.22s cubic-bezier(.2,.8,.2,1) forwards;
}
.bound-sfx-gate.is-melting .drip {
  animation: liquidDrip 1.08s cubic-bezier(.18,.72,.2,1) forwards;
}
.bound-sfx-gate.is-melting .drip-1 { animation-delay:.04s; }
.bound-sfx-gate.is-melting .drip-2 { animation-delay:.14s; }
.bound-sfx-gate.is-melting .drip-3 { animation-delay:.02s; }
.bound-sfx-gate.is-melting .drip-4 { animation-delay:.11s; }
.bound-sfx-gate.is-melting .drip-5 { animation-delay:.18s; }
.bound-sfx-gate.is-melting::after {
  width: min(70vw, 900px);
  height: 150px;
  top: auto;
  bottom: -120px;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(244,244,244,.18), transparent 66%);
  transform: translateX(-50%) scale(0.4);
  animation: liquidSplash 1.25s ease-out forwards;
}
@keyframes liquidTextMelt {
  0% { opacity:1; transform: translateY(0) scaleX(1) scaleY(1); filter: blur(0); }
  22% { transform: translateY(3px) scaleX(1.015) scaleY(.99); filter: blur(.3px); }
  46% { transform: translateY(18px) scaleX(1.035) scaleY(.96); filter: blur(.8px); }
  68% { opacity:.86; transform: translateY(58px) scaleX(1.08) scaleY(.82) skewX(-2deg); filter: blur(1.8px); }
  86% { opacity:.42; transform: translateY(116px) scaleX(1.16) scaleY(.55) skewX(3deg); filter: blur(4px); }
  100% { opacity:0; transform: translateY(210px) scaleX(1.28) scaleY(.18) skewX(-5deg); filter: blur(9px); }
}
@keyframes liquidDrip {
  0% { opacity:0; transform: translateY(0) scaleY(.15) scaleX(.8); }
  25% { opacity:.95; transform: translateY(3px) scaleY(.65) scaleX(1); }
  55% { opacity:.9; transform: translateY(34px) scaleY(1.25) scaleX(.9); }
  100% { opacity:0; transform: translateY(180px) scaleY(2.8) scaleX(.55); filter: blur(5px); }
}
@keyframes liquidSplash {
  0% { opacity:0; transform: translateX(-50%) scale(.35); }
  45% { opacity:.28; transform: translateX(-50%) scale(1); }
  100% { opacity:0; transform: translateX(-50%) scale(1.7); }
}

/* --- BOUNDxPOSSE subtle signal glitches --- */
.bound-glitch-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  mix-blend-mode: screen;
}
.bound-glitch-overlay::before,
.bound-glitch-overlay::after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  height: 2px;
  background: rgba(207,255,255,.7);
  opacity: 0;
}
.bound-glitch-overlay::before { top: 34%; }
.bound-glitch-overlay::after { top: 68%; background: rgba(255,255,255,.42); }
.bound-glitch-overlay.is-active { animation: bpGlitchFlash .34s steps(2,end) forwards; }
.bound-glitch-overlay.is-active::before { animation: bpGlitchLine .34s steps(2,end) forwards; }
.bound-glitch-overlay.is-active::after { animation: bpGlitchLine2 .34s steps(2,end) forwards; }

body.bp-glitch-active::before {
  animation: bpScreenJitter .34s steps(2,end) both;
}
body.bp-glitch-active .nav,
body.bp-glitch-active .hero-copy,
body.bp-glitch-active .hero-mark,
body.bp-glitch-active .section-head,
body.bp-glitch-active .ticker {
  animation: bpElementJitter .34s steps(2,end) both;
}
body.bp-glitch-active .hero-grid {
  opacity: .34;
}

.bp-glitch-label {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 9991;
  font: 8px/1 monospace;
  letter-spacing: .18em;
  color: rgba(207,255,255,.6);
  opacity: 0;
  pointer-events: none;
}
.bp-glitch-label.is-active { animation: bpLabelGlitch .5s steps(2,end) forwards; }

@keyframes bpGlitchFlash {
  0%,100% { opacity: 0; }
  12% { opacity: .16; background: linear-gradient(transparent 0 30%, rgba(207,255,255,.12) 30% 31%, transparent 31% 70%, rgba(255,255,255,.08) 70% 71%, transparent 71%); }
  28% { opacity: .04; transform: translateX(-1px); }
  44% { opacity: .13; transform: translateX(2px); }
  65% { opacity: .03; }
}
@keyframes bpGlitchLine {
  0%,100% { opacity:0; transform: translateX(0) scaleX(.2); }
  20% { opacity:.8; transform: translateX(-2%) scaleX(.9); }
  55% { opacity:.2; transform: translateX(4%) scaleX(.55); }
}
@keyframes bpGlitchLine2 {
  0%,100% { opacity:0; transform: translateX(0) scaleX(.3); }
  35% { opacity:.55; transform: translateX(3%) scaleX(.7); }
  72% { opacity:.12; transform: translateX(-4%) scaleX(1); }
}
@keyframes bpScreenJitter {
  0%,100% { transform: translate(0); filter:none; }
  18% { transform: translate(-2px, 1px); filter: contrast(1.08); }
  37% { transform: translate(2px, -1px); }
  55% { transform: translate(-1px, 0); filter:saturate(1.15); }
  75% { transform: translate(1px, 1px); }
}
@keyframes bpElementJitter {
  0%,100% { transform: translate(0); }
  20% { transform: translate(2px,0); }
  40% { transform: translate(-3px,1px); }
  60% { transform: translate(1px,-1px); }
  80% { transform: translate(-1px,0); }
}
@keyframes bpLabelGlitch {
  0%,100% { opacity:0; transform: translateX(0); }
  20% { opacity:.7; transform: translateX(-3px); }
  45% { opacity:.18; transform: translateX(4px); }
  70% { opacity:.55; transform: translateX(-1px); }
}
@media (prefers-reduced-motion: reduce) {
  .bound-glitch-overlay.is-active,
  .bound-glitch-overlay.is-active::before,
  .bound-glitch-overlay.is-active::after,
  body.bp-glitch-active::before,
  body.bp-glitch-active .nav,
  body.bp-glitch-active .hero-copy,
  body.bp-glitch-active .hero-mark,
  body.bp-glitch-active .section-head,
  body.bp-glitch-active .ticker,
  .bp-glitch-label.is-active { animation: none !important; }
}
