/* estranged lovers — official site
   kira (2026): deepcut · we often bleed · adoree · greenway · ridicule · collegiate · kira */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --neon-pink: #ff71ce;
  --neon-cyan: #01cdfe;
  --neon-purple: #b967ff;
  --neon-mint: #05ffa1;
  --pastel-yellow: #fffb96;
  --deep-bg: #16092e;
}

body {
  background: var(--deep-bg);
  background-image:
    radial-gradient(ellipse at 50% -20%, #4a1d6e 0%, transparent 55%),
    radial-gradient(ellipse at 50% 115%, #3d1257 0%, transparent 60%);
  background-attachment: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #e8dcff;
  text-align: center;
  position: relative;
  min-height: 100vh;
}

/* grid floor */
body::before {
  content: "";
  position: fixed;
  left: -25%;
  bottom: -12vh;
  width: 150%;
  height: 55vh;
  background-image:
    linear-gradient(rgba(1, 205, 254, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 113, 206, .16) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(260px) rotateX(62deg);
  transform-origin: 50% 100%;
  pointer-events: none;
  z-index: 0;
}

/* scanlines */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(
    0deg, rgba(0,0,0,.08) 0px, rgba(0,0,0,.08) 1px,
    transparent 1px, transparent 3px);
  pointer-events: none;
  z-index: 100;
}

.header, .page, .footer { position: relative; z-index: 1; }
.navbar { position: relative; z-index: 20; }

/* header */
.header {
  background: linear-gradient(#2d1650, #451d6e 40%, #6e2a8f 75%, #b13fa1);
  border-bottom: 2px solid var(--neon-cyan);
  box-shadow: 0 0 12px rgba(1, 205, 254, .25), 0 4px 24px rgba(255, 113, 206, .12);
  padding: 22px 0 14px 0;
  overflow: hidden;
}

.header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -55%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(var(--pastel-yellow), var(--neon-pink) 45%, var(--neon-purple) 75%);
  -webkit-mask-image: repeating-linear-gradient(0deg, #000 0px, #000 10px, transparent 10px, transparent 16px);
  mask-image: repeating-linear-gradient(0deg, #000 0px, #000 10px, transparent 10px, transparent 16px);
  opacity: .22;
  pointer-events: none;
}

.header a.bandname, .header .tagline { position: relative; z-index: 1; }

.header a.bandname { text-decoration: none; }

.header h1 {
  display: inline-block;
  font-family: Impact, "Arial Black", "Haettenschweiler", sans-serif;
  font-size: 54px;
  font-weight: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  transform: skewX(-6deg);
  cursor: pointer;
  background-image: linear-gradient(
    #ffffff 0%, #cfe9ff 35%, var(--neon-cyan) 50%, #ffffff 62%, var(--neon-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 5px rgba(1, 205, 254, .4))
          drop-shadow(3px 3px 0 rgba(255, 113, 206, .4));
}

.header a.bandname:hover h1 {
  filter: drop-shadow(0 0 7px rgba(255, 113, 206, .55))
          drop-shadow(3px 3px 0 rgba(1, 205, 254, .4));
}

.header .tagline {
  color: var(--neon-cyan);
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 6px;
  margin-top: 8px;
  text-shadow: 0 0 6px rgba(1, 205, 254, .45);
}

/* nav */
.navbar {
  background: rgba(10, 4, 24, .92);
  border-top: 1px solid var(--neon-pink);
  border-bottom: 1px solid var(--neon-pink);
  box-shadow: 0 0 10px rgba(255, 113, 206, .18);
  padding: 6px;
}

.dropdown { position: relative; display: inline-block; }

.dropbtn {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  color: var(--neon-pink);
  background: transparent;
  border: 2px solid var(--neon-pink);
  box-shadow: 0 0 6px rgba(255, 113, 206, .25), inset 0 0 6px rgba(255, 113, 206, .12);
  padding: 6px 30px;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(255, 113, 206, .45);
}

.dropdown:hover .dropbtn,
.dropdown:focus-within .dropbtn {
  color: #0a0418;
  background: var(--neon-pink);
  text-shadow: none;
  box-shadow: 0 0 10px rgba(255, 113, 206, .5);
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: rgba(16, 7, 34, .97);
  border: 1px solid var(--neon-cyan);
  box-shadow: 0 0 10px rgba(1, 205, 254, .3);
  z-index: 10;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content { display: block; }

.dropdown-content a {
  display: block;
  padding: 9px 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--neon-cyan);
  text-decoration: none;
  border-bottom: 1px dashed rgba(1, 205, 254, .35);
}

.dropdown-content a:last-child { border-bottom: none; }

.dropdown-content a:hover {
  background: var(--neon-cyan);
  color: #0a0418;
}

/* page */
.page {
  width: 720px;
  max-width: 95%;
  margin: 26px auto;
  text-align: left;
}

.box {
  background: linear-gradient(rgba(34, 16, 64, .94), rgba(24, 11, 48, .94));
  border: 1px solid var(--neon-purple);
  box-shadow: 0 0 8px rgba(185, 103, 255, .2), 6px 6px 0 rgba(0, 0, 0, .45);
  margin-bottom: 24px;
}

.box .box-title {
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-purple) 55%, var(--neon-cyan));
  color: #14062b;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 4px;
  padding: 6px 12px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.box .box-body {
  padding: 16px 18px;
  line-height: 1.7;
}

.box .box-body p { margin-bottom: 10px; }
.box .box-body p:last-child { margin-bottom: 0; }

a { color: var(--neon-cyan); font-weight: bold; }
a:hover { color: var(--neon-pink); text-shadow: 0 0 5px rgba(255, 113, 206, .45); }

/* broken-heart divider */
.divider {
  position: relative;
  height: 26px;
  margin: 4px 0 20px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff71ce' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath stroke='%2316092e' stroke-width='1.8' fill='none' d='M12 4.8 L10.4 8.5 L13.6 11.5 L10.8 14.8 L12.4 18.6'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  filter: drop-shadow(0 0 5px rgba(255, 113, 206, .45));
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: calc(50% - 30px);
}

.divider::before {
  left: 0;
  background: linear-gradient(90deg, transparent, rgba(1, 205, 254, .8));
}

.divider::after {
  right: 0;
  background: linear-gradient(270deg, transparent, rgba(1, 205, 254, .8));
}

.bignote {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  color: var(--neon-mint);
  text-align: center;
  padding: 18px 0;
  text-shadow: 0 0 6px rgba(5, 255, 161, .4);
  letter-spacing: 2px;
}

/* featured album */
.album-feature {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 16px !important;
}

.album-cover {
  display: block;
  flex: 0 0 auto;
  border: 2px solid var(--neon-cyan);
  box-shadow: 0 0 10px rgba(1, 205, 254, .3), 7px 7px 0 rgba(0, 0, 0, .45);
}

.album-cover img {
  display: block;
  width: 240px;
  height: 240px;
  max-width: 100%;
}

.album-cover:hover {
  border-color: var(--neon-pink);
  box-shadow: 0 0 14px rgba(255, 113, 206, .45), 4px 4px 0 rgba(0, 0, 0, .45);
  transform: translate(3px, 3px);
}

.album-info {
  flex: 1 1 220px;
  min-width: 220px;
  text-align: center;
}

.album-badge {
  display: inline-block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 15px;
  letter-spacing: 4px;
  color: var(--neon-mint);
  border: 2px solid var(--neon-mint);
  box-shadow: 0 0 6px rgba(5, 255, 161, .25), inset 0 0 6px rgba(5, 255, 161, .1);
  padding: 3px 16px;
  margin-bottom: 12px;
}

.album-title {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 1.1;
  background-image: linear-gradient(#ffffff, var(--neon-pink) 60%, var(--neon-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 6px rgba(255, 113, 206, .35));
}

.album-year {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 12px;
  color: var(--neon-cyan);
  margin: 8px 0 14px 0;
  letter-spacing: 3px;
  text-shadow: 0 0 5px rgba(1, 205, 254, .35);
}

.album-tracks {
  list-style: none;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  display: inline-block;
  margin: 0 auto 16px auto;
  line-height: 1.9;
}

.album-tracks li {
  color: #e8dcff;
  letter-spacing: 1px;
}

.album-tracks .tno {
  color: var(--neon-pink);
  margin-right: 10px;
  text-shadow: 0 0 5px rgba(255, 113, 206, .35);
}

.album-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
}

.album-links .play-btn {
  width: 175px;
  text-align: center;
  font-size: 11px;
  padding: 6px 8px;
}

.play-btn {
  display: inline-block;
  background: transparent;
  color: var(--neon-pink);
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 2px;
  border: 2px solid var(--neon-pink);
  box-shadow: 0 0 6px rgba(255, 113, 206, .22), inset 0 0 6px rgba(255, 113, 206, .1);
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(255, 113, 206, .45);
}

.play-btn:hover {
  background: var(--neon-pink);
  color: #0a0418;
  text-shadow: none;
  box-shadow: 0 0 10px rgba(255, 113, 206, .5);
}

/* streaming circles */
.circle-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding: 12px 0 6px 0;
}

.circle-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.circle-link:nth-child(2) { margin-top: 18px; }

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .85);
  box-shadow: 0 0 8px rgba(1, 205, 254, .25), 3px 3px 0 rgba(0, 0, 0, .45);
  color: #ffffff;
  line-height: 1;
}

.circle svg {
  width: 38px;
  height: 38px;
  display: block;
  filter: drop-shadow(1px 1px 0 rgba(0,0,0,.3));
}

.circle-spotify svg {
  width: 50px;
  height: 50px;
  margin-top: -4px;
}

.circle-link:hover .circle {
  box-shadow: 0 0 12px rgba(255, 113, 206, .45), 1px 1px 0 rgba(0, 0, 0, .45);
  transform: translate(2px, 2px);
  border-color: var(--neon-pink);
}

.circle-label {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--neon-cyan);
  text-shadow: 0 0 5px rgba(1, 205, 254, .3);
}

.circle-link:hover .circle-label {
  color: var(--neon-pink);
  text-decoration: underline;
  text-shadow: 0 0 5px rgba(255, 113, 206, .45);
}

.circle-spotify {
  background: #1db954;
  background-image: linear-gradient(#3ecb6e, #169444);
}

.circle-apple {
  background: #fa2d48;
  background-image: linear-gradient(#fb5a70, #d41934);
}

.circle-bandcamp {
  background: #1da0c3;
  background-image: linear-gradient(#3fb6d5, #147c99);
}

/* sneak peek cassettes */
.tape {
  background: linear-gradient(#3a1a63, #2a1249 60%, #1f0d38);
  border: 1px solid var(--neon-purple);
  box-shadow: 0 0 8px rgba(185, 103, 255, .2), 4px 4px 0 rgba(0, 0, 0, .45);
  padding: 12px 14px;
  margin: 14px auto;
  max-width: 480px;
}

.tape-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgba(255, 113, 206, .18), rgba(255, 113, 206, .08));
  border: 1px solid var(--neon-pink);
  box-shadow: inset 0 0 10px rgba(255, 113, 206, .15);
  padding: 5px 10px;
  margin-bottom: 9px;
}

.tape-title {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 13px;
  color: var(--neon-pink);
  text-shadow: 0 0 5px rgba(255, 113, 206, .4);
}

.tape-side {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #0a0418;
  background: var(--neon-cyan);
  box-shadow: 0 0 6px rgba(1, 205, 254, .4);
  padding: 1px 8px;
}

.tape-window {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0a0418;
  border: 1px solid rgba(1, 205, 254, .5);
  box-shadow: inset 0 0 12px rgba(1, 205, 254, .2);
  padding: 9px;
  margin-bottom: 9px;
}

.reel {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1d0f38;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 6px rgba(1, 205, 254, .3);
  position: relative;
  flex: 0 0 auto;
}

.reel-spokes {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background:
    linear-gradient(0deg, transparent 44%, #01cdfe 44%, #01cdfe 56%, transparent 56%),
    linear-gradient(60deg, transparent 44%, #01cdfe 44%, #01cdfe 56%, transparent 56%),
    linear-gradient(120deg, transparent 44%, #01cdfe 44%, #01cdfe 56%, transparent 56%);
}

.tape.playing .reel-spokes {
  animation: spin 1.6s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.tape-strip {
  flex: 1;
  height: 6px;
  max-width: 160px;
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-purple), var(--neon-cyan));
  box-shadow: 0 0 6px rgba(185, 103, 255, .35);
}

.tape-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tape-btn {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--neon-mint);
  background: transparent;
  border: 2px solid var(--neon-mint);
  box-shadow: 0 0 6px rgba(5, 255, 161, .2), inset 0 0 6px rgba(5, 255, 161, .08);
  padding: 4px 12px;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(5, 255, 161, .4);
  white-space: nowrap;
}

.tape-btn:hover {
  background: var(--neon-mint);
  color: #0a0418;
  text-shadow: none;
}

.tape.playing .tape-btn {
  background: var(--neon-mint);
  color: #0a0418;
  text-shadow: none;
  box-shadow: 0 0 10px rgba(5, 255, 161, .45);
}

.tape-track {
  flex: 1;
  height: 12px;
  background: #0a0418;
  border: 1px solid rgba(255, 113, 206, .5);
  box-shadow: inset 0 0 8px rgba(255, 113, 206, .2);
  overflow: hidden;
}

.tape-progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-purple), var(--neon-cyan));
  box-shadow: 0 0 6px rgba(255, 113, 206, .4);
}

.tape-time {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 12px;
  color: var(--neon-mint);
  background: #0a0418;
  border: 1px solid rgba(5, 255, 161, .5);
  box-shadow: inset 0 0 8px rgba(5, 255, 161, .2);
  padding: 1px 6px;
  min-width: 46px;
  text-align: center;
  text-shadow: 0 0 5px rgba(5, 255, 161, .45);
}

/* footer */
.footer {
  margin: 28px auto 24px auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: bold;
  color: var(--neon-purple);
  letter-spacing: 2px;
  text-shadow: 0 0 5px rgba(185, 103, 255, .35);
  line-height: 2;
}
