:root {
  --ink: #08050b;
  --paper: #fff8f6;
  --rose: #ed195f;
  --muted: #c9bdc8;
  --line: rgba(255, 255, 255, 0.13);
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% -5%, rgba(112, 13, 59, 0.55), transparent 33rem),
    radial-gradient(circle at 110% 36%, rgba(12, 71, 104, 0.27), transparent 26rem),
    linear-gradient(180deg, #0b0710 0%, #050306 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 1.3px);
  background-size: 61px 67px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

main { position: relative; min-height: 100vh; overflow: hidden; }
.ambient { position: fixed; border-radius: 50%; filter: blur(70px); opacity: .25; pointer-events: none; }
.ambient-one { width: 18rem; height: 18rem; background: #b10c4c; left: -8rem; top: 22rem; }
.ambient-two { width: 15rem; height: 15rem; background: #0b6885; right: -9rem; top: 53rem; }
.prisms { position: fixed; width: 18rem; top: 18%; right: -7rem; opacity: .23; transform: rotate(12deg); pointer-events: none; }

.hub {
  position: relative;
  width: min(100% - 28px, 680px);
  margin: 0 auto;
  padding: 28px 0 50px;
  z-index: 1;
}

.author-mark { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 20px; }
.author-mark p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: .79rem; letter-spacing: .34em; text-transform: uppercase; }
.author-line { width: 30px; height: 1px; background: linear-gradient(90deg, transparent, var(--rose)); }
.author-line:last-child { transform: rotate(180deg); }

.hero-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,.62), inset 0 0 0 1px rgba(255,255,255,.04);
  isolation: isolate;
}
.hero-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 -1px 0 rgba(255,255,255,.16); z-index: 4; pointer-events: none; }
.hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,2,6,.05) 15%, rgba(4,2,6,.34) 58%, rgba(4,2,6,.96) 100%); }
.hero-copy { position: absolute; inset: auto 25px 25px; z-index: 2; text-align: center; text-shadow: 0 2px 20px #000; }
.hero-copy h1 { margin: 0; color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 10vw, 3.7rem); font-weight: 500; letter-spacing: -.045em; line-height: .9; text-transform: uppercase; }
.hero-copy h1 span { display: block; color: white; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 1.12em; font-style: italic; font-weight: 500; text-transform: none; }
.subtitle { margin: 10px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: .92rem; letter-spacing: .04em; }

.manifesto { margin: 27px auto 23px; max-width: 34rem; color: #e6dce4; font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; line-height: 1.55; text-align: center; }
.manifesto strong { color: white; font-style: italic; font-weight: 600; }
.links { display: grid; gap: 12px; }
.link-card, .social-link { color: inherit; text-decoration: none; }

.link-card {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 106px; padding: 19px 19px 18px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px;
  background: linear-gradient(120deg, rgba(181,10,74,.92), rgba(90,8,47,.88));
  box-shadow: 0 14px 35px rgba(104,5,46,.32); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.link-card:hover, .link-card:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.4); box-shadow: 0 18px 42px rgba(137,7,59,.42); }
.link-copy { display: grid; gap: 3px; }
.link-kicker { color: #ffbfd8; font-size: .67rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.link-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 600; }
.link-note { color: #f2cfdf; font-size: .78rem; }
.arrow { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; color: #2c0718; background: white; border-radius: 50%; }
.arrow svg { width: 21px; }

.event-card { display: flex; align-items: center; gap: 17px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(15px); }
.date-block { display: grid; place-items: center; min-width: 62px; min-height: 62px; border-right: 1px solid rgba(255,255,255,.18); padding-right: 17px; }
.date-block span { color: #ff5a8e; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: .9; }
.date-block small { margin-top: 5px; color: #cabec8; font-size: .61rem; font-weight: 700; letter-spacing: .11em; white-space: nowrap; }
.event-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 600; }
.event-note { margin: 5px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.4; }

.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.social-link { display: grid; grid-template-columns: 37px 1fr 18px; align-items: center; gap: 10px; min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.045); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-link:hover, .social-link:focus-visible { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.social-icon { display: grid; place-items: center; width: 37px; height: 37px; color: #ff5088; border: 1px solid rgba(255,80,136,.45); border-radius: 50%; background: rgba(189,11,74,.16); }
.social-icon svg { width: 20px; height: 20px; }
.social-link > span:nth-child(2) { display: grid; min-width: 0; }
.social-link strong { font-family: Georgia, "Times New Roman", serif; font-size: .9rem; }
.social-link small { overflow: hidden; color: var(--muted); font-size: .69rem; text-overflow: ellipsis; }
.social-link > svg { width: 17px; color: #9f909b; }

.coming-soon { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; margin-top: 12px; padding: 18px 17px; border: 1px dashed rgba(255,255,255,.18); border-radius: 21px; background: rgba(3,2,4,.33); }
.sound-wave { display: flex; align-items: center; justify-content: center; gap: 3px; width: 48px; height: 42px; }
.sound-wave i { width: 2px; height: 10px; background: linear-gradient(#ff3d78, #f0a22e); border-radius: 4px; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(6) { height: 20px; }
.sound-wave i:nth-child(3), .sound-wave i:nth-child(5) { height: 30px; }
.sound-wave i:nth-child(4) { height: 38px; }
.coming-label { margin: 0 0 2px; color: #a999a5; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.song-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: .98rem; }
.soon-pill { padding: 7px 9px; color: #dfcbd4; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .65rem; white-space: nowrap; }

blockquote { position: relative; margin: 38px auto 26px; max-width: 32rem; padding: 0 25px; color: #f4dae4; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; font-style: italic; line-height: 1.55; text-align: center; }
blockquote::before { content: "“"; position: absolute; left: 0; top: -22px; color: rgba(237,25,95,.35); font-size: 4.5rem; font-style: normal; }
footer { display: grid; place-items: center; gap: 7px; padding-top: 12px; color: #a99aa5; text-align: center; }
footer img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(215,145,44,.2)); }
footer p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: .72rem; letter-spacing: .08em; }
footer small { font-size: .65rem; }
footer a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.privacy-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}
.privacy-card {
  width: min(100%, 680px);
  padding: clamp(24px, 6vw, 48px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 24px 70px rgba(0,0,0,.48);
}
.privacy-kicker {
  margin: 0 0 10px;
  color: #ff6b9b;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.privacy-card h1 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3rem);
}
.privacy-card p { color: #dfd4dc; line-height: 1.7; }
.privacy-back {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 18px;
  color: white;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  text-decoration: none;
}

@media (min-width: 620px) {
  .hub { padding-top: 42px; }
  .hero-card { min-height: 520px; }
  .hero-copy { inset: auto 40px 34px; }
  .links { gap: 14px; }
}

@media (max-width: 430px) {
  .hub { width: min(100% - 22px, 680px); }
  .hero-card { min-height: 360px; border-radius: 24px; }
  .hero-copy { inset: auto 16px 21px; }
  .social-grid { grid-template-columns: 1fr; }
  .coming-soon { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .song-title { font-size: .9rem; }
  .soon-pill { padding-inline: 7px; }
}

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