:root {
  --ink: #241c2d;
  --muted: #766d7c;
  --paper: #fffaf7;
  --cream: #f5efe9;
  --pink: #e8a7c4;
  --pink-deep: #cf719c;
  --lilac: #726094;
  --dark: #1e1729;
  --line: rgba(36, 28, 45, 0.14);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(68, 41, 69, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.player-visible {
  padding-bottom: 96px;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 78px);
  transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  height: 68px;
  background: rgba(255, 250, 247, 0.9);
  box-shadow: 0 10px 40px rgba(66, 44, 68, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: white;
  background: var(--pink-deep);
  border-radius: 50% 50% 45% 55%;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  transform: rotate(-8deg);
}

.site-nav {
  display: flex;
  gap: clamp(24px, 3.5vw, 52px);
  align-items: center;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 0.25s ease;
}

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  padding: 135px clamp(24px, 7vw, 112px) 76px;
  display: grid;
  grid-template-columns: minmax(540px, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 22%, rgba(255,255,255,0.92) 0 2px, transparent 3px),
    radial-gradient(circle at 91% 42%, rgba(255,255,255,0.8) 0 3px, transparent 4px),
    linear-gradient(127deg, #fff9f7 0 46%, #f9dfe9 46% 100%);
}

.hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(255, 250, 247, 0.98) 0%, rgba(255, 250, 247, 0.9) 25%, rgba(255, 250, 247, 0.25) 51%, transparent 68%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  top: -7%;
  right: -13%;
  width: min(870px, 63vw);
  aspect-ratio: 1;
  border: 1px solid rgba(95, 72, 117, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 25px;
  color: #6c5d72;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section h2,
.closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.91;
}

.hero h1 {
  font-size: clamp(58px, 6.25vw, 96px);
}

.hero h1 em,
.section h2 i {
  color: var(--pink-deep);
  font-weight: 400;
}

.hero-text {
  max-width: 620px;
  margin: 30px 0 32px;
  color: #655b69;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}

.visit-counter {
  position: absolute;
  z-index: 5;
  right: clamp(24px, 4vw, 64px);
  bottom: 30px;
  width: fit-content;
  margin: 0;
  padding: 9px 15px 9px 10px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #6b6070;
  border: 1px solid rgba(72, 54, 78, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 30px rgba(71, 46, 75, 0.07);
  backdrop-filter: blur(10px);
}

.visit-counter-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--pink-deep);
}

.visit-counter-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.visit-counter > span:last-child {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.visit-counter strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-variant-numeric: tabular-nums;
}

.visit-counter small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button svg {
  width: 17px;
  fill: currentColor;
}

.button-primary {
  color: white;
  background: var(--ink);
  box-shadow: 0 12px 32px rgba(36, 28, 45, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 17px 38px rgba(36, 28, 45, 0.28);
}

.text-link {
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
}

.text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.hero-art {
  position: absolute;
  z-index: 1;
  right: 9vw;
  bottom: -5%;
  width: min(1419px, 107.73vw);
}

.hero-art > img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 34px 22px rgba(84, 46, 84, 0.16));
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  right: 17%;
  bottom: 18%;
  width: 118px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #75617a;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(106, 79, 112, 0.22);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(64, 40, 68, 0.08);
  font-size: 8px;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transform: rotate(7deg);
}

.hero-stamp strong {
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.hero-spark {
  position: absolute;
  z-index: 4;
  color: white;
  text-shadow: 0 4px 18px rgba(81, 45, 84, 0.18);
  animation: float 4s ease-in-out infinite;
}

.spark-one {
  top: 22%;
  right: 18%;
  font-size: 44px;
}

.spark-two {
  top: 12%;
  left: 42%;
  font-size: 28px;
  animation-delay: -1.4s;
}

.hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-orb-one {
  top: 20%;
  right: 27%;
  width: 55px;
  height: 55px;
  background: rgba(179, 213, 165, 0.32);
}

.hero-orb-two {
  right: 5%;
  bottom: 13%;
  width: 20px;
  height: 20px;
  background: rgba(207, 113, 156, 0.45);
}

.floating-hearts {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.floating-hearts span {
  position: absolute;
  display: block;
  color: rgba(207, 113, 156, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  text-shadow: 0 8px 24px rgba(91, 54, 91, 0.12);
  animation: heartFloat 6.5s ease-in-out infinite;
}

.floating-hearts span:nth-child(1) {
  top: 20%;
  left: 6%;
  font-size: 42px;
}

.floating-hearts span:nth-child(2) {
  top: 11%;
  left: 43%;
  font-size: 23px;
  animation-delay: -2.8s;
  animation-duration: 5.2s;
}

.floating-hearts span:nth-child(3) {
  top: 29%;
  right: 8%;
  font-size: 61px;
  animation-delay: -4.1s;
  animation-duration: 8.4s;
}

.floating-hearts span:nth-child(4) {
  bottom: 12%;
  left: 21%;
  font-size: 32px;
  animation-delay: -1.3s;
  animation-duration: 7.3s;
}

.floating-hearts span:nth-child(5) {
  right: 34%;
  bottom: 8%;
  font-size: 19px;
  animation-delay: -3.6s;
  animation-duration: 5.8s;
}

.floating-hearts span:nth-child(6) {
  right: 3%;
  bottom: 34%;
  font-size: 38px;
  animation-delay: -5.2s;
  animation-duration: 9s;
}

.floating-hearts-hero {
  z-index: 2;
}

.floating-hearts-connect span {
  color: rgba(114, 96, 148, 0.18);
}

.floating-hearts-connect span:nth-child(2),
.floating-hearts-connect span:nth-child(4) {
  color: rgba(207, 113, 156, 0.2);
}

.floating-hearts-fan span {
  color: rgba(207, 113, 156, 0.32);
}

.floating-hearts-fan span:nth-child(3) {
  top: 7%;
  right: 37%;
}

.floating-hearts-closing {
  z-index: 2;
}

.floating-hearts-closing span {
  color: rgba(255, 255, 255, 0.2);
}

.floating-hearts-closing span:nth-child(2) {
  color: rgba(232, 167, 196, 0.42);
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 34px;
  left: clamp(24px, 3.5vw, 56px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: #756b79;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  width: 1px;
  height: 46px;
  overflow: hidden;
  background: rgba(36, 28, 45, 0.18);
}

.scroll-cue i::after {
  display: block;
  width: 1px;
  height: 55%;
  content: "";
  background: var(--ink);
  animation: scrollLine 2s ease-in-out infinite;
}

.section {
  position: relative;
  padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px);
}

.section-number {
  color: #c0b5bf;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.connect {
  display: grid;
  grid-template-columns: minmax(290px, 0.68fr) minmax(520px, 1.32fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 20%, rgba(232, 167, 196, 0.23) 0 7%, transparent 7.2%),
    radial-gradient(circle at 92% 87%, rgba(179, 213, 165, 0.22) 0 10%, transparent 10.2%),
    var(--paper);
}

.connect::before {
  position: absolute;
  top: -160px;
  left: 33%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(75, 57, 82, 0.09);
  border-radius: 50%;
  content: "";
}

.connect-heading,
.contact-links {
  position: relative;
  z-index: 1;
}

.connect h2 {
  font-size: clamp(55px, 7vw, 104px);
}

.fan-art h2 {
  font-size: clamp(65px, 8vw, 122px);
}

.fan-art .eyebrow {
  font-size: 13px;
}

.contact-links {
  border-top: 1px solid var(--line);
}

.contact-card {
  min-height: 118px;
  padding: 22px 10px;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding 0.25s ease, background 0.25s ease;
}

a.contact-card:hover,
a.contact-card:focus-visible,
.contact-mail:hover,
.contact-mail:focus-visible {
  padding-right: 22px;
  padding-left: 22px;
  background: rgba(232, 167, 196, 0.1);
  outline: none;
}

.contact-mail {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  color: inherit;
  text-align: left;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
}

.contact-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: white;
  border-radius: 18px;
  background: var(--pink-deep);
  box-shadow: 0 12px 25px rgba(118, 60, 91, 0.16);
}

.contact-donate .contact-icon {
  background: var(--lilac);
}

.contact-rutube .contact-icon {
  background: #302044;
}

.contact-mail .contact-icon {
  color: var(--ink);
  background: #c9dcbf;
}

.contact-icon svg {
  width: 27px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.contact-text {
  min-width: 0;
}

.contact-text small,
.contact-text strong,
.contact-text span {
  display: block;
}

.contact-text small {
  margin-bottom: 7px;
  color: #938795;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-text strong {
  margin-bottom: 5px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.contact-text span {
  overflow: hidden;
  color: #766d7c;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-card > i {
  color: #8e7c91;
  font-family: Georgia, serif;
  font-size: 22px;
  transition: transform 0.2s ease;
}

a.contact-card:hover > i,
.contact-mail:hover > i {
  transform: translate(4px, -4px);
}

.copy-toast {
  position: fixed;
  z-index: 1100;
  right: 24px;
  bottom: 24px;
  padding: 15px 21px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff8fb;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #b94f82, #7e3d69);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(75, 32, 61, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s ease, bottom 0.25s ease;
}

.copy-toast[hidden] {
  display: none;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.copy-toast.is-error {
  background: #6b4059;
}

.copy-toast > span:first-child {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

body.player-visible .copy-toast {
  bottom: 116px;
}

.music {
  overflow: hidden;
  color: white;
  background:
    radial-gradient(ellipse at 7% 8%, rgba(207, 113, 156, 0.32), transparent 30%),
    radial-gradient(ellipse at 95% 54%, rgba(117, 100, 157, 0.38), transparent 31%),
    radial-gradient(circle at 45% 95%, rgba(91, 56, 103, 0.36), transparent 24%),
    linear-gradient(135deg, #21152b 0%, #1c1728 48%, #171524 100%);
}

.music::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  opacity: 0.25;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,0.08) 48% 48.1%, transparent 48.1% 100%),
    radial-gradient(rgba(255,255,255,0.38) 0.5px, transparent 0.5px);
  background-size: 280px 280px, 7px 7px;
  mask-image: linear-gradient(to bottom, black, rgba(0,0,0,0.35) 70%, transparent);
}

.music::after {
  position: absolute;
  z-index: 0;
  top: 180px;
  right: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,0.018), 0 0 0 140px rgba(255,255,255,0.012);
  content: "";
}

.music-decoration span {
  position: absolute;
  z-index: 1;
  color: rgba(239, 188, 215, 0.2);
  font-family: Georgia, serif;
  pointer-events: none;
  transform: rotate(-12deg);
}

.music-decoration span:nth-child(1) {
  top: 5%;
  right: 10%;
  font-size: 140px;
}

.music-decoration span:nth-child(2) {
  top: 40%;
  left: -28px;
  font-size: 105px;
  transform: rotate(18deg);
}

.music-decoration span:nth-child(3) {
  right: 5%;
  bottom: 7%;
  font-size: 72px;
}

.music-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.eyebrow-light {
  color: #dcbcd0;
}

.music h2 {
  font-size: clamp(70px, 9vw, 138px);
}

.music-heading > p {
  max-width: 350px;
  margin: 0 0 8px;
  color: #bdb3c7;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
}

.releases {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

.release {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  min-height: 490px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.055);
  box-shadow: 0 35px 80px rgba(0,0,0,0.2);
}

.release-cover {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.release-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, transparent 40%, rgba(23,15,33,0.4));
}

.release-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}

.release:hover .release-cover img {
  transform: scale(1.025);
}

.release-sato .release-cover img {
  object-position: 18% center;
}

.release-spring .release-cover img {
  object-position: 48% center;
}

.release-index,
.release-kind {
  position: absolute;
  z-index: 2;
  top: 24px;
  color: white;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.release-index {
  left: 24px;
}

.release-kind {
  right: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.46);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.release-info {
  padding: clamp(32px, 4.6vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.release-title-row {
  margin-bottom: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.release-title-row p {
  margin: 0 0 7px;
  color: #bdb3c7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.release h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.release-badge {
  margin-bottom: 7px;
  color: #bdb3c7;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

.track-list {
  border-top: 1px solid rgba(255,255,255,0.13);
}

.track-row {
  min-height: 79px;
  display: grid;
  grid-template-columns: 47px 1fr auto 42px;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.track-play,
.player-toggle {
  display: grid;
  padding: 0;
  place-items: center;
  color: white;
  border: 0;
  border-radius: 50%;
  background: var(--pink-deep);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.track-play {
  width: 43px;
  height: 43px;
}

.track-play:hover,
.track-play:focus-visible,
.player-toggle:hover,
.player-toggle:focus-visible {
  background: #df86af;
  transform: scale(1.07);
}

.track-play svg,
.player-toggle svg {
  width: 18px;
  fill: currentColor;
}

.track-play .icon-pause,
.track-play.is-playing .icon-play,
.player-toggle .icon-pause,
.player-toggle.is-playing .icon-play {
  display: none;
}

.track-play.is-playing .icon-pause,
.player-toggle.is-playing .icon-pause {
  display: block;
}

.track-row > div {
  min-width: 0;
}

.track-row strong,
.track-row span {
  display: block;
}

.track-row strong {
  margin-bottom: 5px;
  font-size: 14px;
}

.track-row div span {
  color: #9f95aa;
  font-size: 11px;
}

.track-duration {
  color: #9f95aa;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.download-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #bdb3c7;
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease;
}

.download-button:hover,
.download-button:focus-visible {
  color: white;
  background: rgba(255,255,255,0.1);
}

.download-button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.download-celebration {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: center;
  pointer-events: none;
  color: #672746;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,0.82) 0 8%, transparent 32%),
    rgba(244, 166, 201, 0.9);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 0.4s ease;
}

.download-celebration[hidden] {
  display: none;
}

.download-celebration.is-visible {
  opacity: 1;
}

.download-celebration p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 22px 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 5vw, 58px);
  font-style: italic;
  text-align: center;
  border: 1px solid rgba(103, 39, 70, 0.16);
  border-radius: 999px;
  background: rgba(255, 247, 251, 0.83);
  box-shadow: 0 20px 70px rgba(103, 39, 70, 0.18);
  transform: translateY(12px) scale(0.96);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.download-celebration.is-visible p {
  transform: translateY(0) scale(1);
}

.download-celebration-hearts span {
  position: absolute;
  left: var(--heart-x);
  bottom: -12vh;
  font-size: var(--heart-size);
  opacity: 0;
  animation: download-heart-rise 2.5s ease-out var(--heart-delay) forwards;
}

.download-celebration-hearts span:nth-child(1) { --heart-x: 5%; --heart-size: 70px; --heart-delay: 0s; }
.download-celebration-hearts span:nth-child(2) { --heart-x: 14%; --heart-size: 33px; --heart-delay: 0.18s; }
.download-celebration-hearts span:nth-child(3) { --heart-x: 24%; --heart-size: 55px; --heart-delay: 0.05s; }
.download-celebration-hearts span:nth-child(4) { --heart-x: 34%; --heart-size: 39px; --heart-delay: 0.28s; }
.download-celebration-hearts span:nth-child(5) { --heart-x: 43%; --heart-size: 81px; --heart-delay: 0.12s; }
.download-celebration-hearts span:nth-child(6) { --heart-x: 52%; --heart-size: 44px; --heart-delay: 0.35s; }
.download-celebration-hearts span:nth-child(7) { --heart-x: 61%; --heart-size: 64px; --heart-delay: 0.08s; }
.download-celebration-hearts span:nth-child(8) { --heart-x: 70%; --heart-size: 36px; --heart-delay: 0.24s; }
.download-celebration-hearts span:nth-child(9) { --heart-x: 78%; --heart-size: 75px; --heart-delay: 0.02s; }
.download-celebration-hearts span:nth-child(10) { --heart-x: 86%; --heart-size: 49px; --heart-delay: 0.31s; }
.download-celebration-hearts span:nth-child(11) { --heart-x: 93%; --heart-size: 33px; --heart-delay: 0.14s; }
.download-celebration-hearts span:nth-child(12) { --heart-x: 97%; --heart-size: 60px; --heart-delay: 0.4s; }

@keyframes download-heart-rise {
  0% { opacity: 0; transform: translateY(0) rotate(-8deg) scale(0.7); }
  18% { opacity: 0.8; }
  100% { opacity: 0; transform: translateY(-118vh) rotate(16deg) scale(1.15); }
}

.release-stats {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  color: #a99fb3;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.release-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.release-stats svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.release-stats strong {
  color: white;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.project-file {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bdb3c7;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.project-file span {
  color: var(--pink);
  font-size: 18px;
}

.project-file i {
  margin-left: auto;
  transition: transform 0.2s ease;
}

.project-file:hover i {
  transform: translate(3px, -3px);
}

.fan-art {
  min-height: 980px;
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 78%, rgba(255,255,255,0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 16%, rgba(255,255,255,0.7) 0 2px, transparent 3px),
    linear-gradient(128deg, #f8f1ed 0 43%, #efd0df 43% 100%);
}

.fan-art::before {
  position: absolute;
  top: 9%;
  right: -8%;
  width: 46vw;
  aspect-ratio: 1;
  border: 1px solid rgba(91, 65, 96, 0.12);
  border-radius: 50%;
  content: "";
}

.fan-art-copy {
  position: relative;
  z-index: 2;
  transform: translateY(-145px);
}

.fan-art-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin: 34px 0 30px;
  color: #6e6471;
  font-family: Georgia, serif;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.7;
}

.fan-art-mail {
  display: block;
  margin-top: 17px;
  color: #8a7b8c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.fan-art-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 17px 17px 25px;
  background: #fffdfb;
  box-shadow: 0 34px 80px rgba(75, 43, 74, 0.2);
  transform: rotate(1.8deg);
}

.fan-art-frame img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center 22%;
  filter: contrast(1.02) saturate(0.92);
}

.fan-art-frame figcaption {
  padding: 18px 8px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  font-family: Georgia, serif;
}

.fan-art-frame figcaption span {
  color: #aa9cac;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fan-art-mascot {
  position: absolute;
  z-index: 1;
  bottom: 126px;
  left: 20px;
  width: clamp(250px, 24vw, 370px);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 24px rgba(65, 38, 75, 0.16));
  transform: rotate(4deg);
  animation: mascotFloat 6s ease-in-out infinite;
}

.tape {
  position: absolute;
  z-index: 3;
  width: 105px;
  height: 29px;
  background: rgba(246, 225, 169, 0.72);
  box-shadow: 0 2px 5px rgba(70, 53, 54, 0.08);
}

.tape-one {
  top: -10px;
  left: -35px;
  transform: rotate(-26deg);
}

.tape-two {
  right: -39px;
  bottom: 80px;
  transform: rotate(-20deg);
}

.fan-art-scribble {
  position: absolute;
  z-index: 1;
  top: 13%;
  left: 42%;
  color: rgba(207, 113, 156, 0.25);
  font-family: Georgia, serif;
  font-size: 100px;
  transform: rotate(-15deg);
}

.fan-art-number {
  position: absolute;
  right: 4vw;
  bottom: 2vw;
  color: rgba(85, 61, 91, 0.08);
  font-family: Georgia, serif;
  font-size: clamp(130px, 20vw, 320px);
  font-style: italic;
  line-height: 0.8;
}

.closing {
  position: relative;
  min-height: 720px;
  padding: 80px clamp(24px, 8vw, 130px) 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    #231a31;
  background-size: 70px 70px;
}

.closing::before {
  position: absolute;
  right: 9%;
  bottom: -45%;
  width: 45vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  content: "";
}

.closing > img {
  position: relative;
  z-index: 2;
  max-height: 794px;
  margin: auto auto 0;
  object-fit: contain;
  filter:
    drop-shadow(2px 0 0 white)
    drop-shadow(-2px 0 0 white)
    drop-shadow(0 2px 0 white)
    drop-shadow(0 -2px 0 white)
    drop-shadow(20px 18px 30px rgba(0,0,0,0.25));
}

.closing-copy {
  position: relative;
  z-index: 3;
  padding: 30px 0 100px;
}

.closing-copy > span {
  color: var(--pink);
  font-size: 30px;
}

.closing-copy > p {
  margin: 18px 0 25px;
  color: #c7bdce;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.closing h2 {
  margin-bottom: 42px;
  font-size: clamp(55px, 7vw, 105px);
}

.button-light {
  color: var(--ink);
  background: #fff9f7;
}

.closing-glow {
  position: absolute;
  z-index: 1;
  bottom: -20%;
  left: -8%;
  width: 58vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(198, 121, 162, 0.13);
  filter: blur(60px);
}

.site-footer {
  padding: 34px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  color: #807684;
  background: #17111f;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  text-align: right;
}

.footer-brand {
  color: #f5eaf3;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.footer-brand .brand-mark {
  width: 25px;
  height: 25px;
  font-size: 10px;
}

.player {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 18px;
  left: 22px;
  min-height: 72px;
  padding: 10px 17px 10px 10px;
  display: grid;
  grid-template-columns: 52px minmax(130px, 230px) 48px 40px minmax(140px, 1fr) 40px 28px;
  gap: 13px;
  align-items: center;
  color: white;
  background: rgba(27, 20, 37, 0.94);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(22, 12, 28, 0.35);
  backdrop-filter: blur(18px);
  animation: playerIn 0.35s ease both;
}

.player[hidden] {
  display: none;
}

.player-cover {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.player-meta {
  min-width: 0;
}

.player-meta strong,
.player-meta span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-meta strong {
  margin-bottom: 4px;
  font-family: Georgia, serif;
  font-size: 16px;
}

.player-meta span {
  color: #aaa0b4;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.player-toggle {
  width: 44px;
  height: 44px;
}

.player-time {
  color: #aaa0b4;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.player-progress {
  width: 100%;
  height: 4px;
  margin: 0;
  appearance: none;
  border-radius: 99px;
  outline: none;
  background: linear-gradient(to right, var(--pink) 0 var(--progress, 0%), rgba(255,255,255,0.18) var(--progress, 0%) 100%);
  cursor: pointer;
}

.player-progress::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  appearance: none;
  border: 3px solid var(--dark);
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 1px var(--pink);
}

.player-progress::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 3px solid var(--dark);
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 1px var(--pink);
}

.player-close {
  width: 28px;
  height: 36px;
  padding: 0;
  color: #aaa0b4;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 25px;
  font-weight: 200;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-12px) rotate(8deg); }
}

@keyframes heartFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg) scale(1); }
  40% { transform: translate3d(10px, -18px, 0) rotate(5deg) scale(1.08); }
  72% { transform: translate3d(-7px, -9px, 0) rotate(-2deg) scale(0.96); }
}

@keyframes mascotFloat {
  0%, 100% { transform: translateY(0) rotate(4deg); }
  50% { transform: translateY(-13px) rotate(1deg); }
}

@keyframes scrollLine {
  0% { transform: translateY(-110%); }
  70%, 100% { transform: translateY(190%); }
}

@keyframes playerIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(500px, 0.95fr) minmax(330px, 1.05fr);
    padding-right: 30px;
  }

  .hero-art {
    right: 3vw;
    width: 124vw;
  }

  .release {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .release-info {
    padding: 38px;
  }

  .connect,
  .fan-art {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 70px;
    padding: 0 22px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-button[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 100px 12vw;
    color: white;
    background: rgba(30, 23, 41, 0.98);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .site-nav a {
    font-family: Georgia, serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .site-header:has(.menu-button[aria-expanded="true"]) .site-nav {
    visibility: visible;
    opacity: 1;
  }

  .site-header:has(.menu-button[aria-expanded="true"]) .brand,
  .site-header:has(.menu-button[aria-expanded="true"]) .menu-button {
    z-index: 3;
    color: white;
  }

  .hero {
    min-height: 980px;
    padding: 120px 24px 50px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: linear-gradient(158deg, #fff9f7 0 48%, #f9dfe9 48% 100%);
  }

  .hero h1 {
    max-width: 690px;
    font-size: clamp(56px, 11.5vw, 86px);
  }

  .hero-text {
    max-width: 540px;
    margin: 24px 0 26px;
  }

  .hero-art {
    right: -17vw;
    bottom: 8%;
    width: 175.3vw;
  }

  .hero-stamp {
    right: 24%;
    bottom: 16%;
  }

  .scroll-cue {
    display: none;
  }

  .connect {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .connect-heading {
    max-width: 530px;
  }

  .music-heading {
    align-items: flex-start;
  }

  .release {
    grid-template-columns: 1fr;
  }

  .release-cover {
    min-height: 380px;
  }

  .fan-art {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .fan-art-copy {
    max-width: 610px;
    transform: translateY(-75px);
  }

  .fan-art-frame {
    width: min(86%, 560px);
    justify-self: center;
  }

  .closing {
    min-height: 730px;
    padding: 80px 30px 0;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .closing > img {
    max-width: 483px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > p:first-of-type {
    display: none;
  }

  .player {
    grid-template-columns: 48px minmax(80px, 1fr) 46px 28px;
    gap: 10px;
  }

  .player-cover {
    width: 48px;
    height: 48px;
  }

  .player-time,
  .player-progress {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 940px;
  }

  .hero .eyebrow {
    max-width: 280px;
  }

  .hero h1 {
    font-size: clamp(48px, 13.8vw, 65px);
    line-height: 0.95;
  }

  .hero-actions {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .visit-counter {
    right: 20px;
    bottom: 20px;
  }

  .button {
    min-height: 50px;
  }

  .hero-art {
    right: -23vw;
    bottom: 11%;
    width: 200.9vw;
  }

  .hero-stamp,
  .spark-one {
    display: none;
  }

  .section {
    padding: 92px 20px;
  }

  .connect h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .fan-art h2 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .fan-art .eyebrow {
    font-size: 11px;
  }

  .fan-art-copy > p:not(.eyebrow) {
    font-size: 19px;
  }

  .fan-art-mail {
    font-size: 13px;
  }

  .contact-card {
    min-height: 100px;
    padding: 18px 3px;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 13px;
  }

  a.contact-card:hover,
  a.contact-card:focus-visible,
  .contact-mail:hover,
  .contact-mail:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
  }

  .copy-toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
    justify-content: center;
  }

  body.player-visible .copy-toast {
    bottom: 94px;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .contact-icon svg {
    width: 22px;
  }

  .contact-text strong {
    font-size: 21px;
  }

  .contact-text span {
    font-size: 10px;
  }

  .music-heading {
    margin-bottom: 42px;
    flex-direction: column;
    gap: 20px;
  }

  .music h2 {
    font-size: 74px;
  }

  .music-heading > p {
    font-size: 15px;
  }

  .release {
    border-radius: 20px;
  }

  .release-cover {
    min-height: 270px;
  }

  .release-info {
    padding: 28px 20px 34px;
  }

  .release-title-row {
    margin-bottom: 28px;
  }

  .release h3 {
    font-size: 48px;
  }

  .release-spring h3 {
    font-size: 42px;
  }

  .track-row {
    grid-template-columns: 43px 1fr auto 36px;
    gap: 10px;
  }

  .track-play {
    width: 40px;
    height: 40px;
  }

  .release-stats {
    gap: 10px 18px;
  }

  .fan-art {
    gap: 55px;
    background: linear-gradient(158deg, #f8f1ed 0 42%, #efd0df 42% 100%);
  }

  .fan-art-frame {
    width: 91%;
    padding: 10px 10px 20px;
  }

  .fan-art-frame img {
    object-fit: cover;
  }

  .fan-art-mascot {
    bottom: 103px;
    left: -10px;
    width: 245px;
  }

  .fan-art-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .closing {
    min-height: 810px;
    padding: 82px 20px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    text-align: center;
  }

  .closing-copy {
    padding: 0;
  }

  .closing h2 {
    margin-bottom: 30px;
    font-size: 55px;
  }

  .closing > img {
    max-width: 449px;
    max-height: 552px;
    margin-bottom: 0;
  }

  .site-footer {
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .site-footer p:last-child {
    text-align: center;
  }

  .player {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 66px;
    padding: 8px 10px 8px 8px;
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
