:root {
  --bg-deep: #07040f;
  --bg-mid: #130925;
  --panel: rgba(30, 16, 52, 0.62);
  --panel-border: rgba(201, 153, 255, 0.28);
  --text: #f4ebff;
  --muted: #c6b4df;
  --primary: #b46cff;
  --primary-soft: #7f4ecf;
  --accent: #f16ef8;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, #36155c 0%, transparent 45%),
    radial-gradient(circle at 90% 90%, #55207a 0%, transparent 38%),
    linear-gradient(155deg, var(--bg-deep), var(--bg-mid));
  overflow-x: hidden;
}

.background-glow {
  position: fixed;
  inset: -25%;
  background:
    radial-gradient(circle, rgba(185, 115, 255, 0.17) 0%, transparent 62%),
    radial-gradient(circle at 30% 70%, rgba(241, 110, 248, 0.16) 0%, transparent 56%);
  filter: blur(26px);
  z-index: -1;
  animation: drift 14s ease-in-out infinite alternate;
}

.wide-banner {
  width: 100%;
  padding: 1rem 0;
}

.wide-banner-content {
  width: min(1240px, 96vw);
  margin: 0 auto;
  border-radius: 20px;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid rgba(241, 110, 248, 0.34);
  background:
    linear-gradient(100deg, rgba(88, 41, 139, 0.86), rgba(51, 18, 87, 0.84)),
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.14), transparent 36%);
  box-shadow: 0 22px 40px rgba(18, 5, 34, 0.4);
  animation: reveal 0.7s ease-out both;
}

.banner-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f4b2ff;
  font-size: 0.78rem;
  margin-bottom: 0.55rem;
}

.wide-banner h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  line-height: 1.1;
  margin-bottom: 0.55rem;
}

.banner-text {
  color: #e5cbff;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
}

.age-banner {
  width: min(1240px, 96vw);
  margin: 0 auto 1rem;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 154, 203, 0.45);
  background: linear-gradient(100deg, rgba(72, 21, 66, 0.82), rgba(48, 15, 71, 0.82));
  box-shadow: 0 12px 24px rgba(18, 5, 34, 0.28);
}

.age-banner p {
  color: #ffd6ef;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}

.age-banner strong {
  color: #fff3fb;
  letter-spacing: 0.04em;
}

.top-nav {
  width: min(1240px, 96vw);
  margin: 0 auto 1.4rem;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  border-radius: 16px;
  border: 1px solid rgba(227, 177, 255, 0.24);
  background: rgba(24, 10, 42, 0.56);
  box-shadow: 0 10px 22px rgba(14, 5, 28, 0.2);
}

.top-nav-link {
  text-decoration: none;
  color: #f4e7ff;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.top-nav-link:hover {
  transform: translateY(-1px);
  background: rgba(241, 110, 248, 0.14);
  border-color: rgba(241, 110, 248, 0.28);
}

.top-nav-link[aria-current="page"] {
  background: linear-gradient(135deg, #a95cff, #f16ef8);
  border-color: rgba(255, 223, 255, 0.32);
  color: #fff8ff;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

.hero {
  text-align: center;
  margin-bottom: 2.3rem;
  animation: reveal 0.7s ease-out both;
}

.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 0.8rem;
}

h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.subtitle {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.98rem, 2vw, 1.14rem);
}

.interest-panel {
  width: min(860px, 100%);
  margin: 0 auto 1.6rem;
  padding: clamp(1.2rem, 3.8vw, 2rem);
  border-radius: 20px;
  border: 1px solid rgba(227, 177, 255, 0.26);
  background: rgba(34, 15, 58, 0.68);
  box-shadow: 0 16px 30px rgba(17, 6, 32, 0.34);
  text-align: center;
}

.interest-panel h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.interest-copy {
  color: var(--muted);
  margin-bottom: 1rem;
}

.interest-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.interest-list li {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 110, 248, 0.32);
  background: linear-gradient(135deg, rgba(127, 78, 207, 0.38), rgba(241, 110, 248, 0.18));
  color: #f7e9ff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-actions {
  margin-top: 1rem;
}

.site-link-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff2ff;
  background: linear-gradient(135deg, #a95cff, #f16ef8);
  border: 1px solid rgba(255, 223, 255, 0.35);
  border-radius: 999px;
  padding: 0.58rem 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.site-link-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(67, 21, 102, 0.35);
}

.contact-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
  background: rgba(34, 15, 58, 0.65);
  border: 1px solid rgba(230, 182, 255, 0.3);
  border-radius: 20px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  box-shadow: 0 16px 30px rgba(17, 6, 32, 0.35);
}

.contact-email-wrap {
  margin-top: 0.8rem;
}

.contact-email {
  color: #ffe9ff;
  text-decoration: none;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.05rem, 2.6vw, 1.5rem);
  border-bottom: 1px dashed rgba(255, 223, 255, 0.55);
}

.contact-email:hover {
  color: #ffffff;
}

.wide-image-section {
  width: min(760px, 88vw);
  margin: 0 auto 1.6rem;
}

.wide-image-slot {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(241, 110, 248, 0.4);
  background: rgba(40, 17, 67, 0.72);
  box-shadow: 0 16px 28px rgba(18, 5, 34, 0.35);
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.wide-image-rotator {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}

.wide-image-slot .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 560ms ease;
}

.wide-image-slot .slide.is-active {
  opacity: 1;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(17, 8, 30, 0.55);
  border: 1px solid rgba(246, 204, 255, 0.26);
  backdrop-filter: blur(6px);
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 236, 255, 0.42);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.carousel-dot:hover,
.carousel-dot:focus-visible {
  background: rgba(255, 236, 255, 0.72);
}

.carousel-dot:focus-visible {
  outline: 2px solid rgba(255, 227, 255, 0.9);
  outline-offset: 2px;
}

.carousel-dot.is-active {
  background: #f8ddff;
  transform: scale(1.18);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.social-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 1.2rem;
  min-height: 190px;
  transform: translateY(16px);
  opacity: 0;
  animation: cardEnter 0.55s ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 55%);
  pointer-events: none;
}

.social-card:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 110, 248, 0.65);
  box-shadow: 0 18px 32px rgba(27, 7, 50, 0.42);
}

.social-card h2 {
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}

.social-card p {
  color: var(--muted);
  line-height: 1.4;
}

.badge {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #faf6ff;
  background: linear-gradient(135deg, #9f56ff, #f16ef8);
}

.handle {
  margin-top: auto;
  color: #ecd9ff;
  font-size: 0.92rem;
}

.site-footer {
  width: min(1240px, 96vw);
  margin: 0 auto 1.4rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(227, 177, 255, 0.28);
  background: rgba(26, 11, 46, 0.64);
  box-shadow: 0 12px 22px rgba(14, 5, 28, 0.26);
}

.site-footer p {
  margin: 0;
  text-align: center;
  color: #cfb6e6;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.site-footer a {
  color: #f1d8ff;
}

.x { animation-delay: 50ms; }
.instagram { animation-delay: 100ms; }
.discord { animation-delay: 150ms; }
.throne { animation-delay: 200ms; }
.chaster { animation-delay: 250ms; }

@media (max-width: 940px) {
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-image-section {
    width: min(700px, 92vw);
  }
}

@media (max-width: 620px) {
  .container {
    padding-top: 2.5rem;
  }

  .top-nav {
    gap: 0.5rem;
  }

  .top-nav-link {
    width: calc(50% - 0.25rem);
    text-align: center;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes drift {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(5deg) scale(1.08);
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wide-image-slot .slide {
    transition: none;
  }
}