:root {
  --bg: #170006;
  --burgundy: #4d0618;
  --hot: #f4076f;
  --pink: #ff54a4;
  --sun: #ffd46f;
  --coral: #ff8b5f;
  --cream: #fff3df;
  --teal: #008a88;
  --ink: #210711;
  --font-main: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-script: "Apple Chancery", "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--cream);
  background: var(--bg);
  font-family: var(--font-main);
  overflow-x: hidden;
}

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

.taplink {
  position: relative;
  min-height: 100svh;
  overflow-x: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: clamp(30px, 5vw, 58px) 22px clamp(42px, 6vw, 72px);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 120, 93, 0.64), transparent 34%),
    radial-gradient(circle at 16% 24%, rgba(244, 7, 111, 0.72), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 138, 136, 0.42), transparent 24%),
    linear-gradient(145deg, #ce0652 0%, #620821 48%, #130007 100%);
}

.portrait-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  z-index: -4;
  pointer-events: none;
}

.portrait-bg picture,
.portrait-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.portrait-bg img {
  object-fit: cover;
  object-position: 40% 44%;
  filter: saturate(1.18) contrast(1.08) brightness(0.84) blur(0.35px);
  opacity: 0.54;
  transform: scale(1.02);
}

.taplink::before,
.taplink::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.taplink::before {
  z-index: -3;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 243, 223, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(23, 0, 6, 0.04), rgba(23, 0, 6, 0.24) 56%, rgba(23, 0, 6, 0.64));
}

.taplink::after {
  z-index: -2;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mix-blend-mode: overlay;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.orb,
.scribble {
  position: absolute;
  display: block;
}

.orb {
  border-radius: 999px;
  filter: blur(0.1px) drop-shadow(0 0 34px rgba(244, 7, 111, 0.42));
}

.orb-a {
  right: 9vw;
  top: 7svh;
  width: clamp(54px, 8vw, 104px);
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--sun), var(--hot));
}

.orb-b {
  left: -46px;
  bottom: 18svh;
  width: clamp(130px, 22vw, 280px);
  height: clamp(90px, 14vw, 180px);
  border-radius: 46% 54% 60% 40%;
  background: rgba(0, 138, 136, 0.82);
  transform: rotate(-18deg);
}

.orb-c {
  right: -56px;
  bottom: 5svh;
  width: clamp(170px, 24vw, 320px);
  height: clamp(74px, 12vw, 150px);
  background: linear-gradient(90deg, var(--hot), #ff75b4);
  transform: rotate(-26deg);
}

.scribble {
  color: rgba(255, 243, 223, 0.64);
  font-family: var(--font-script);
  text-shadow: 0 0 24px rgba(244, 7, 111, 0.42);
  animation: float 5.2s ease-in-out infinite;
}

.scribble-heart {
  right: 12vw;
  top: 24svh;
  color: rgba(255, 196, 217, 0.72);
  font-size: clamp(50px, 8vw, 118px);
  transform: rotate(13deg);
}

.scribble-note {
  left: 8vw;
  bottom: 24svh;
  color: rgba(255, 214, 126, 0.68);
  font-size: clamp(42px, 6vw, 84px);
  transform: rotate(-9deg);
  animation-delay: -1.7s;
}

.scribble-star {
  right: 12vw;
  bottom: 31svh;
  color: rgba(80, 234, 224, 0.64);
  font-size: clamp(34px, 5vw, 72px);
  animation-delay: -2.8s;
}

.scribble-sun {
  left: 9vw;
  top: 20svh;
  width: clamp(42px, 6vw, 76px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff1b8 0 24%, #ff9557 25% 50%, #f4076f 51% 68%, transparent 69%),
    conic-gradient(from 0deg, transparent 0 7%, rgba(255, 224, 133, 0.84) 8% 13%, transparent 14% 20%);
  filter: drop-shadow(0 0 26px rgba(244, 7, 111, 0.58));
}

.tap-card {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  display: grid;
  justify-items: center;
  padding: clamp(22px, 4vw, 38px) 0;
}

.hero-badge {
  position: relative;
  width: min(86vw, 390px);
  height: 104px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  transform: rotate(-4deg);
}

.burst {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 230px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #ffd56f, #ff70b5 68%, #f4076f);
  clip-path: polygon(50% 0%, 57% 24%, 75% 6%, 70% 31%, 96% 25%, 78% 43%, 100% 50%, 78% 57%, 96% 75%, 70% 69%, 75% 94%, 57% 76%, 50% 100%, 43% 76%, 25% 94%, 30% 69%, 4% 75%, 22% 57%, 0% 50%, 22% 43%, 4% 25%, 30% 31%, 25% 6%, 43% 24%);
  filter: drop-shadow(0 16px 34px rgba(42, 0, 14, 0.26));
}

.badge-strip {
  position: relative;
  min-width: 260px;
  padding: 10px 22px 12px;
  border-radius: 999px 38px 999px 42px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 240, 211, 0.5));
  box-shadow:
    inset 0 -18px 36px rgba(255, 255, 255, 0.12),
    0 20px 55px rgba(50, 0, 18, 0.26);
  backdrop-filter: blur(20px) saturate(1.2);
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lead {
  width: min(100%, 430px);
  margin: 0 0 26px;
  color: rgba(255, 243, 223, 0.94);
  font-size: clamp(17px, 4.4vw, 21px);
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
  text-shadow: 0 3px 22px rgba(23, 0, 6, 0.72);
}

.link-group {
  width: min(100%, 430px);
  display: grid;
  gap: 16px;
}

.link-pill {
  position: relative;
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(82px, auto);
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  outline: 0;
  color: #fff7e8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(28, 0, 10, 0.18);
  box-shadow: 0 14px 36px rgba(18, 0, 7, 0.18);
  backdrop-filter: blur(22px) saturate(1.35);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.link-pill::before {
  content: "";
  position: absolute;
  inset: -40% 40% auto -18%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.38), transparent 64%);
  transform: rotate(-18deg);
  pointer-events: none;
}

.link-pill:hover,
.link-pill:focus-visible,
.social-row a:hover,
.social-row a:focus-visible {
  transform: translateY(-3px) scale(1.01);
}

.link-pill.primary {
  min-height: 82px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.055)),
    linear-gradient(135deg, #ffd66f, #ff8d5a 44%, #ff5aa7);
}

.link-pill.warm {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #ffe770, #ffb45f);
}

.link-pill.heart-pill {
  color: #fff7e8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045)),
    linear-gradient(135deg, rgba(244, 7, 111, 0.86), rgba(255, 139, 95, 0.58));
}

.release-pill {
  grid-template-columns: 56px minmax(0, 1fr) minmax(92px, auto);
  padding-left: 16px;
}

.release-pill img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(34, 0, 12, 0.18);
}

.link-pill span {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(17px, 4.7vw, 21px);
  line-height: 1.08;
  text-align: left;
  overflow-wrap: anywhere;
}

.link-pill small {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.09em;
  opacity: 0.62;
  text-transform: uppercase;
}

.link-pill b {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 112px;
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: 0.09em;
  opacity: 0.68;
  justify-self: end;
  text-align: right;
  text-transform: uppercase;
}

.social-row {
  width: min(100%, 430px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.social-row a {
  min-height: 50px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 24px;
  outline: 0;
  color: rgba(255, 243, 223, 0.94);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(28, 0, 10, 0.14);
  box-shadow: 0 10px 24px rgba(18, 0, 7, 0.12);
  backdrop-filter: blur(14px) saturate(1.2);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease;
}

.community-link,
.donate-link {
  position: relative;
  width: min(100%, 430px);
  min-height: 66px;
  margin-top: 18px;
  padding: 10px 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 32px;
  outline: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.055)),
    linear-gradient(135deg, #ffe879, #ffae63 48%, #ff68aa);
  box-shadow: 0 14px 36px rgba(18, 0, 7, 0.18);
  backdrop-filter: blur(18px) saturate(1.28);
  font-weight: 900;
  transition: transform 180ms ease, filter 180ms ease;
}

.community-link {
  color: #fff7e8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045)),
    linear-gradient(135deg, rgba(0, 138, 136, 0.82), rgba(244, 7, 111, 0.7));
}

.donate-link::before {
  content: "";
  position: absolute;
  inset: -42% 42% auto -18%;
  height: 130%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.42), transparent 64%);
  transform: rotate(-18deg);
  pointer-events: none;
}

.community-link::before {
  content: "";
  position: absolute;
  inset: -42% 42% auto -18%;
  height: 130%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.34), transparent 64%);
  transform: rotate(-18deg);
  pointer-events: none;
}

.community-link:hover,
.community-link:focus-visible,
.donate-link:hover,
.donate-link:focus-visible {
  transform: translateY(-3px) scale(1.01);
  filter: saturate(1.08);
}

.community-link span,
.community-link b,
.donate-link span,
.donate-link b {
  position: relative;
  z-index: 1;
}

.community-link span,
.donate-link span {
  min-width: 0;
  font-size: clamp(17px, 4.7vw, 21px);
  line-height: 1.08;
  text-align: left;
}

.community-link b,
.donate-link b {
  width: max-content;
  max-width: 96px;
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: 0.09em;
  opacity: 0.68;
  justify-self: end;
  text-align: right;
  text-transform: uppercase;
}

.event-section {
  width: min(100%, 430px);
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.event-copy {
  display: grid;
  gap: 3px;
  text-align: center;
  text-shadow: 0 3px 20px rgba(23, 0, 6, 0.58);
}

.event-copy small {
  color: rgba(255, 212, 111, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-copy h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(26px, 7vw, 36px);
  font-weight: 900;
  line-height: 1;
}

.event-copy p {
  margin: 2px 0 0;
  color: rgba(255, 243, 223, 0.82);
  font-size: clamp(13px, 3.6vw, 15px);
  font-weight: 900;
  line-height: 1.25;
}

.event-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px 26px 38px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(28, 0, 10, 0.18);
  box-shadow:
    0 22px 54px rgba(18, 0, 7, 0.28),
    0 0 0 1px rgba(255, 243, 223, 0.12);
  transform: translateZ(0);
  transition: transform 180ms ease, filter 180ms ease;
}

.event-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.22), transparent 34%),
    radial-gradient(circle at 72% 12%, rgba(244, 7, 111, 0.18), transparent 26%);
  mix-blend-mode: screen;
}

.event-poster:hover,
.event-poster:focus-visible {
  transform: translateY(-3px) scale(1.01);
  filter: saturate(1.04);
}

.event-poster img {
  width: 100%;
  display: block;
}

.event-note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 26px 20px 28px 22px;
  color: rgba(255, 243, 223, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(28, 0, 10, 0.2);
  box-shadow: 0 14px 34px rgba(18, 0, 7, 0.18);
  backdrop-filter: blur(18px) saturate(1.25);
  text-align: left;
}

.event-note p {
  margin: 0;
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 800;
  line-height: 1.36;
}

.event-note .event-place {
  color: rgba(255, 212, 111, 0.95);
  font-size: clamp(12px, 3.2vw, 13px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.event-ticket {
  position: relative;
  min-height: 62px;
  padding: 10px 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-radius: 30px 42px 32px 44px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.055)),
    linear-gradient(135deg, #ffe879, #ff9a62 42%, #ff54a4);
  box-shadow: 0 16px 38px rgba(18, 0, 7, 0.22);
  font-weight: 900;
  transition: transform 180ms ease, filter 180ms ease;
}

.event-ticket::before {
  content: "";
  position: absolute;
  inset: -44% 42% auto -18%;
  height: 130%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.44), transparent 64%);
  transform: rotate(-18deg);
  pointer-events: none;
}

.event-ticket:hover,
.event-ticket:focus-visible {
  transform: translateY(-3px) scale(1.01);
  filter: saturate(1.08);
}

.event-ticket span,
.event-ticket b {
  position: relative;
  z-index: 1;
}

.event-ticket span {
  min-width: 0;
  font-size: clamp(20px, 5.4vw, 26px);
  line-height: 1;
}

.event-ticket b {
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 0.7;
  text-transform: uppercase;
}

@keyframes float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -12px; }
}

@media (min-width: 860px) {
  .taplink {
    padding: 42px;
  }

  .tap-card {
    width: min(500px, 38vw);
  }

  .portrait-bg img {
    object-position: 38% 45%;
    opacity: 0.58;
  }
}

@media (max-width: 520px) {
  .taplink {
    min-height: 100svh;
    padding:
      max(30px, calc(env(safe-area-inset-top) + 18px))
      20px
      max(108px, calc(env(safe-area-inset-bottom) + 92px));
    place-items: start center;
  }

  .tap-card {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .portrait-bg img {
    object-position: 48% 38%;
    opacity: 0.5;
    transform: scale(1.03);
  }

  .hero-badge {
    width: min(74vw, 278px);
    height: 78px;
    margin-bottom: 18px;
    transform: rotate(-2deg);
  }

  .burst {
    width: 166px;
  }

  .badge-strip {
    width: min(76vw, 248px);
    min-width: 0;
    padding: 8px 14px 9px;
    font-size: clamp(15px, 4.5vw, 18px);
    white-space: nowrap;
  }

  .lead {
    width: min(100%, 390px);
    margin-bottom: 24px;
    font-size: clamp(17px, 5vw, 20px);
    line-height: 1.34;
  }

  .link-group {
    gap: 16px;
  }

  .link-pill {
    min-height: 66px;
    padding-inline: 18px;
    border-radius: 24px 34px 25px 36px;
  }

  .link-pill.primary {
    min-height: 78px;
  }

  .release-pill {
    grid-template-columns: 48px 1fr auto;
  }

  .release-pill img {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .social-row {
    gap: 10px;
    margin-top: 18px;
  }

  .social-row a {
    min-height: 46px;
    font-size: 13px;
  }

  .community-link,
  .donate-link {
    min-height: 68px;
    margin-top: 18px;
    padding-inline: 20px;
  }

  .event-section {
    margin-top: 24px;
    gap: 12px;
  }

  .event-poster {
    border-radius: 28px 22px 32px 24px;
  }

  .event-note {
    padding: 14px 16px;
    border-radius: 22px 18px 24px 20px;
  }

  .event-ticket {
    min-height: 60px;
    padding-inline: 18px;
    border-radius: 26px 36px 28px 38px;
  }

  .orb-a,
  .scribble-heart,
  .scribble-star {
    display: none;
  }
}
