:root {
  --bg-light:  #f0f4f9;
  --bg-mid:    #dce6f5;
  --bg-white:  #ffffff;
  --blue:      #2563eb;
  --blue-dark: #1d4ed8;
  --blue-pale: #eff6ff;
  --blue-bd:   #bfdbfe;
  --text:      #111827;
  --text-sub:  #6b7280;
  --text-muted:#9ca3af;
  --border:    #e2e8f0;
  --sh-sm:     0 1px 3px rgba(0,0,0,.07);
  --sh:        0 2px 12px rgba(0,0,0,.09);
  --sh-md:     0 6px 24px rgba(0,0,0,.12);
  --r-sm:      8px;
  --r:         14px;
  --r-lg:      22px;
  --sec:       96px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--bg-light);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
iframe { display: block; }

.container  { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.blue       { color: var(--blue); }
.sec-light  { background: var(--bg-light); }
.sec-mid    { background: var(--bg-mid); }

.card {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--sh);
}

.section-title { font-size: clamp(1.7rem,3vw,2.4rem); font-weight: 700; letter-spacing: -.02em; }
.section-sub   { color: var(--text-sub); font-size: .95rem; margin-top: 6px; }
.section-header{ margin-bottom: 44px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; will-change: auto; }

.float-avatar {
  position: absolute;
  z-index: 20;
  width: 430px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-40%);
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.2));
}
#floatDiscord {
  width: 700px;
  left:  -430px;
  transform: translateY(-33%);
}
#floatMusic {
  width: 720px;
  right: -400px;
  transform: translateY(-29%);
}
.float-avatar img  { width: 100%; height: auto; object-fit: contain; }
.float-right { right: -250px; }
.float-left  { left:  -300px; }

.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.navbar.scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--sh-sm);
}

.logo-text { font-weight: 700; font-size: 1.1rem; color: var(--blue); letter-spacing: -.01em; }

.nav-links {
  display: flex;
  gap: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-link {
  font-size: .88rem;
  font-weight: 500;
  color: var(--text-sub);
  padding: 6px 14px;
  position: relative;
  transition: color .2s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 14px; right: 14px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 1px;
  transition: transform .25s ease;
}
.nav-link:hover { color: var(--text); }
.nav-link.active { color: var(--blue); }
.nav-link.active::after { transform: scaleX(1); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1002;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text-sub);
  border-radius: 2px;
  transition: all .3s ease;
}

.mobile-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1001;
  background: var(--bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 48px 48px;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.mobile-overlay.open { transform: translateX(0); }

.mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
.mobile-backdrop.show { opacity: 1; pointer-events: all; }

.mobile-close {
  position: absolute;
  top: 18px; right: 20px;
  width: 44px; height: 44px;
  border: none;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.15rem;
  color: var(--text-sub);
  transition: all .2s;
}
.mobile-close:hover { background: var(--blue-pale); color: var(--blue); }

.mobile-nav { display: flex; flex-direction: column; gap: 0; }
.mobile-link {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--text);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  transition: color .2s, padding-left .25s;
  position: relative;
}
.mobile-link::after {
  content: '→';
  position: absolute; right: 0;
  opacity: 0; transform: translateX(-8px);
  transition: opacity .2s, transform .2s;
  font-size: 1.4rem; color: var(--blue);
}
.mobile-link:hover { color: var(--blue); padding-left: 10px; }
.mobile-link:hover::after { opacity: 1; transform: translateX(0); }

.mobile-footer-brand { margin-top: auto; padding-top: 32px; }
.mobile-footer-brand p { font-size: .85rem; color: var(--text-muted); margin-top: 4px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.banner-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(4,12,28,.55), rgba(4,12,28,.68));
  z-index: 1;
}
.banner-placeholder {
  position: absolute; inset: 0;
  display: none;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 14px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #475569; font-size: .88rem; font-weight: 500;
  z-index: 2;
}
.banner-placeholder i { font-size: 2.4rem; color: #334155; }
.hero-content {
  position: relative; z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 36px 24px 40px; color: #fff;
}
.avatar-wrap { position: relative; width: 110px; height: 110px; margin-bottom: 14px; }
.avatar-img {
  width: 110px; height: 110px; border-radius: 50%; object-fit: cover;
  border: 3px solid rgba(255,255,255,.85);
  box-shadow: 0 0 0 5px rgba(255,255,255,.18), 0 8px 28px rgba(0,0,0,.4);
}
.avatar-fallback {
  display: none; position: absolute; inset: 0; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 3px solid rgba(255,255,255,.55);
  align-items: center; justify-content: center;
  font-size: 2.4rem; color: rgba(255,255,255,.7);
}
.hero-name {
  font-size: clamp(1.5rem,3.5vw,2rem); font-weight: 700; letter-spacing: -.02em;
  color: #fff; margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.verified { color: #60a5fa; font-size: .65em; }
.hero-bio {
  color: rgba(255,255,255,.78); font-size: .93rem;
  max-width: 420px; line-height: 1.7;
}

.about-section { padding: var(--sec) 0; }
.about-card {
  border-radius: var(--r-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  position: relative;
  overflow: visible;
}

.carousel-wrap {
  position: relative; aspect-ratio: 4/3;
  border-radius: var(--r); overflow: hidden;
  background: var(--bg-light); border: 1px solid var(--border);
}
.carousel { width: 100%; height: 100%; position: relative; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; }
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-ph {
  display: none;
  align-items: center; justify-content: center;
  height: 100%; color: var(--text-muted); font-size: 2rem;
}

.carousel-dots {
  position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%); display: flex; gap: 6px; z-index: 5;
}
.c-dot {
  width: 8px; height: 8px; border-radius: 100px;
  background: rgba(0,0,0,.2); border: none; cursor: pointer;
  transition: all .3s ease;
}
.c-dot.active { width: 22px; background: var(--blue); }

.c-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border); color: var(--text-sub);
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .8rem; z-index: 5;
  transition: all .2s; box-shadow: var(--sh-sm);
}
.c-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.c-prev { left: 10px; }
.c-next { right: 10px; }

.about-text { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.about-heading { font-size: clamp(1.4rem,2vw,1.9rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.about-text p  { color: var(--text-sub); font-size: .93rem; line-height: 1.85; }

.socials-section { padding: var(--sec) 0; }
.socials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  gap: 12px;
}
.social-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--sh-sm);
  transition: border-color .2s, box-shadow .2s, transform .2s;
  cursor: pointer;
}
.social-btn:hover {
  border-color: var(--c, var(--blue));
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.social-btn > i:first-child {
  font-size: 1.45rem; color: var(--c, var(--blue));
  flex-shrink: 0; width: 26px; text-align: center;
}
.social-btn div { flex: 1; min-width: 0; }
.s-name   { display: block; font-weight: 600; font-size: .9rem; }
.s-handle { display: block; font-size: .76rem; color: var(--text-muted); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s-arrow  { font-size: .72rem; color: var(--text-muted); transition: transform .2s, color .2s; flex-shrink: 0; }
.social-btn:hover .s-arrow { color: var(--c, var(--blue)); transform: translate(2px,-2px); }

.discord-section {
  padding: var(--sec) 0;
  position: relative;
  overflow: hidden;
}
.discord-bg-layer {
  position: absolute;
  inset: -20%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.discord-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(4,12,35,.78), rgba(10,20,60,.7));
  z-index: 1;
}
.discord-container { position: relative; z-index: 2; }

.discord-card {
  border-radius: var(--r-lg);
  padding: 52px 48px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 52px;
  align-items: center;
  position: relative;
  overflow: visible;
  background: rgba(37,99,235,.12);
  border: 1px solid rgba(37,99,235,.28);
  box-shadow: 0 8px 40px rgba(0,0,0,.35);
}

.discord-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--blue), #5865F2);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; color: #fff; margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(37,99,235,.4);
}
.discord-title { font-size: clamp(1.4rem,2.2vw,1.9rem); font-weight: 700; letter-spacing: -.02em; margin-bottom: 12px; color: #fff; }
.discord-desc  { color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.8; margin-bottom: 18px; }
.discord-list  { display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.discord-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.7); }
.discord-list i {
  font-size: .68rem; color: #60a5fa;
  background: rgba(37,99,235,.3); width: 20px; height: 20px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.discord-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 22px;
  background: linear-gradient(135deg, var(--blue), #5865F2);
  color: #fff; border-radius: var(--r-sm);
  font-weight: 600; font-size: .9rem;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 2px 12px rgba(37,99,235,.4);
}
.discord-btn:hover { opacity: .9; transform: translateY(-2px); }

.discord-right { position: relative; }
.discord-widget { border-radius: var(--r); overflow: hidden; border: 1px solid rgba(37,99,235,.25); }

.music-section { padding: var(--sec) 0; }
.music-card { border-radius: var(--r-lg); position: relative; overflow: visible; }
.music-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--border);
  background: rgba(240,244,249,.8);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: 100px;
  font-size: .78rem; font-weight: 600;
  background: #fff; border: 1px solid var(--border);
  color: var(--text-sub); transition: all .2s; cursor: pointer;
}
.chip:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.chip-spotify:hover { background: #e6f9ee; border-color: #1DB954; color: #1DB954; }
.chip-apple:hover   { background: #fff0f0; border-color: #fc3c44; color: #fc3c44; }
.chip-yt:hover      { background: #fff0f0; border-color: #FF0000; color: #FF0000; }
.chip-deezer:hover  { background: #e8f4ff; border-color: #0073c2; color: #0073c2; }
.chip-sc:hover      { background: #fff3ec; border-color: #FF5500; color: #FF5500; }

.music-body {
  display: grid; grid-template-columns: 270px 1fr;
  gap: 40px; padding: 36px 28px;
}
.music-cover-wrap { margin-bottom: 18px; }
.music-cover-wrap img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r); border: 1px solid var(--border); }
.music-label  { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); margin-bottom: 5px; }
.music-title  { font-size: clamp(1.3rem,2vw,1.75rem); font-weight: 700; letter-spacing: -.02em; margin-bottom: 4px; }
.music-artist { font-size: .86rem; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
.music-desc   { font-size: .87rem; color: var(--text-sub); line-height: 1.8; }

.music-embeds { display: flex; flex-direction: column; gap: 14px; }
.embed-block { border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; background: var(--bg-light); }
.embed-label {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 14px; font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-muted); border-bottom: 1px solid var(--border); background: #fff;
}
.yt-iframe  { width: 100%; aspect-ratio: 16/9; }
.sp-iframe  { border: none; }

.footer {
  background: var(--bg-white);
  border-top: 1px solid var(--border);
  padding: 52px 0 0;
}
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border);
}
.footer-brand .logo-text { font-size: 1.1rem; }
.footer-brand > p { color: var(--text-muted); font-size: .84rem; margin: 6px 0 16px; }
.footer-icons { display: flex; gap: 10px; }
.footer-icons a {
  width: 34px; height: 34px; border-radius: var(--r-sm);
  background: var(--bg-light); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: .9rem; transition: all .2s; cursor: pointer;
}
.footer-icons a:hover { color: var(--blue); background: var(--blue-pale); border-color: var(--blue-bd); }
.footer-nav h4 { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); margin-bottom: 14px; }
.footer-nav a { display: block; color: var(--text-sub); font-size: .87rem; padding: 5px 0; transition: color .2s; }
.footer-nav a:hover { color: var(--blue); }
.footer-bottom { padding: 18px 0; font-size: .78rem; color: var(--text-muted); text-align: center; }

.leave-popup {
  position: fixed; inset: 0; z-index: 3000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
}
.leave-popup.show { opacity: 1; pointer-events: all; }
.leave-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.45);
}
.leave-modal {
  position: relative; z-index: 1;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 36px 32px;
  max-width: 420px; width: calc(100% - 48px);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  transform: scale(.96) translateY(8px);
  transition: transform .25s cubic-bezier(.22,1,.36,1);
  border: 1px solid var(--border);
}.cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 3001;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 24px;
  background: linear-gradient(180deg, rgba(30,64,175,.96), rgba(59,130,246,.96));
  color: #eff6ff;
  box-shadow: 0 -12px 36px rgba(30,58,138,.35);
}
.cookie-banner__info {
  flex: 1 1 420px;
  min-width: 220px;
}
.cookie-banner__info p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
  color: #e0f2fe;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.cookie-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 20px;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.cookie-btn--accept {
  color: #fff;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}
.cookie-btn--accept:hover {
  transform: translateY(-1px);
}
.cookie-btn--decline {
  color: #e0f2fe;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
}
.cookie-btn--decline:hover {
  background: rgba(255,255,255,.2);
}
.cookie-placeholder {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  border-radius: var(--r-sm);
  background: rgba(15,23,42,.75);
  color: #f8fafc;
  font-size: .95rem;
  line-height: 1.6;
}
.cookie-powered {
  display: none;
}
.cookie-powered.cookie-loaded {
  display: block;
}.leave-popup.show .leave-modal { transform: scale(1) translateY(0); }
.leave-icon { font-size: 1.8rem; color: var(--blue); margin-bottom: 14px; }
.leave-modal h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.leave-url-label { font-size: .75rem; color: var(--text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: .06em; }
.leave-url {
  font-size: .82rem; color: var(--text-sub);
  background: var(--bg-light); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 10px 14px;
  margin-bottom: 24px; word-break: break-all; text-align: left;
}
.leave-actions { display: flex; gap: 10px; justify-content: center; }
.leave-cancel {
  padding: 10px 22px; border: 1px solid var(--border);
  border-radius: var(--r-sm); background: var(--bg-light);
  color: var(--text-sub); font-weight: 600; cursor: pointer;
  font-family: 'Outfit', sans-serif; font-size: .9rem;
  transition: all .2s;
}
.leave-cancel:hover { border-color: var(--blue-bd); color: var(--blue); }
.leave-open {
  padding: 10px 22px;
  background: var(--blue); color: #fff;
  border-radius: var(--r-sm);
  font-weight: 600; font-size: .9rem;
  transition: background .2s;
  cursor: pointer;
}
.leave-open:hover { background: var(--blue-dark); }

.subpage { padding: 100px 0 80px; min-height: 100vh; }
.back-btn {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-sub); font-size: .84rem; font-weight: 500;
  padding: 7px 14px; background: #fff; border: 1px solid var(--border);
  border-radius: 100px; margin-bottom: 28px; transition: all .2s;
}
.back-btn:hover { color: var(--blue); border-color: var(--blue-bd); }
.legal-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 52px 60px;
  max-width: 820px; margin: 0 auto; box-shadow: var(--sh);
}
.legal-card h1    { font-size: 2rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 6px; }
.legal-date       { font-size: .8rem; color: var(--text-muted); display: block; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.legal-card h2    { font-size: 1.05rem; font-weight: 700; margin: 30px 0 9px; }
.legal-card p     { color: var(--text-sub); font-size: .9rem; line-height: 1.9; margin-bottom: 10px; }
.legal-card a     { color: var(--blue); }
.legal-card a:hover { text-decoration: underline; }
.legal-card ul    { list-style: disc; padding-left: 22px; color: var(--text-sub); font-size: .9rem; line-height: 1.9; margin-bottom: 10px; }
.legal-note       { margin-top: 36px; padding: 16px 20px; background: var(--blue-pale); border: 1px solid var(--blue-bd); border-radius: var(--r-sm); font-size: .8rem; color: var(--text-sub); line-height: 1.7; }
.legal-note strong { color: var(--blue); }

@media (max-width: 1024px) {
  :root { --sec: 72px; }
  .about-card    { grid-template-columns: 1fr; gap: 32px; padding: 32px; }
  .discord-card  { grid-template-columns: 1fr; padding: 36px 32px; }
  .discord-right { display: none; }
  .music-body    { grid-template-columns: 1fr; }
  .footer-inner  { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links  { display: none; }
  .hamburger  { display: flex; }
  .navbar     { padding: 0 20px; }
  .float-avatar { display: none; }
  .about-card  { padding: 24px; }
  .discord-card{ padding: 28px 20px; }
  .music-body  { padding: 24px 20px; }
  .legal-card  { padding: 32px 24px; }
  .footer-inner{ grid-template-columns: 1fr; gap: 28px; }
  .music-chips { padding: 14px 20px; }
}

@media (min-width: 769px) {
  .mobile-overlay  { display: none !important; }
  .mobile-backdrop { display: none !important; }
}

@media (max-width: 480px) {
  .hero-name    { font-size: 1.45rem; }
  .socials-grid { grid-template-columns: 1fr; }
}
