:root {
  color-scheme: dark;
  --bg: #060b0d;
  --bg-2: #0d1719;
  --ink: #f5f1e8;
  --muted: #aeb9b6;
  --gold: #d7bd8a;
  --gold-2: #f0d8a4;
  --teal: #1c6d71;
  --rose: #d5858f;
  --plum: #332331;
  --line: rgba(245, 241, 232, 0.14);
  --glass: rgba(6, 11, 13, 0.62);
  --panel: rgba(245, 241, 232, 0.055);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --urdu: "Noto Nastaliq Urdu", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(213, 133, 143, 0.18), transparent 34%),
    radial-gradient(circle at 10% 38%, rgba(28, 109, 113, 0.2), transparent 32%),
    linear-gradient(180deg, #04080a 0%, var(--bg) 42%, #0a1113 100%);
  color: var(--ink);
  font-family: var(--body);
  letter-spacing: 0;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(5, 6, 6, 0.88), rgba(5, 6, 6, 0));
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.scrolled {
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 6, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 247, 223, 0.3);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 5px rgba(231, 189, 84, 0.08);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.brand small {
  max-width: 260px;
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  justify-content: center;
  color: rgba(255, 247, 223, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav a,
.nav-action,
.text-link {
  text-decoration: none;
}

.main-nav a:hover,
.text-link:hover {
  color: var(--gold-2);
}

.nav-action {
  justify-self: end;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(231, 189, 84, 0.55);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subscribe-action {
  border-color: rgba(255, 255, 255, 0.18);
  background: #ff0033;
  color: #fff;
  box-shadow: 0 14px 34px rgba(255, 0, 51, 0.28);
}

.subscribe-action:hover {
  background: #ff214d;
  color: #fff;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(18px, 6vw, 90px) 84px;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 8, 10, 0.9), rgba(4, 8, 10, 0.42) 44%, rgba(4, 8, 10, 0.08)),
    linear-gradient(0deg, var(--bg) 0%, rgba(6, 11, 13, 0.18) 42%, rgba(6, 11, 13, 0.06) 100%);
}

.home-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 11, 13, 0) 0%, rgba(6, 11, 13, 0.9) 88%),
    url("assets/sufi-hero-visual.png") center top / 100% auto no-repeat,
    url("assets/sufi-motion-visual.png") center 62% / 115% auto no-repeat,
    #060b0d;
}

.home-flow::before {
  content: none;
}

.home-flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 20% 28%, rgba(28, 109, 113, 0.22), transparent 28%),
    radial-gradient(circle at 82% 56%, rgba(213, 133, 143, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(6, 11, 13, 0) 0%, rgba(6, 11, 13, 0.34) 42%, rgba(6, 11, 13, 0.72) 100%);
  pointer-events: none;
}

.home-flow .hero,
.home-flow .songs-band,
.home-flow .spotify-band,
.home-flow .intro-band,
.home-flow .path-band,
.home-flow .contact-band {
  background: transparent;
}

.home-flow .hero-bg,
.home-flow .hero-overlay {
  display: none;
}

.home-flow .hero {
  min-height: 92vh;
}

.home-flow .songs-band {
  padding-top: clamp(34px, 5vw, 70px);
}

.home-flow .spotify-band {
  padding-top: clamp(18px, 3vw, 42px);
}

.home-flow .intro-band {
  padding-top: clamp(36px, 5vw, 66px);
}

.home-flow .path-band {
  margin-top: clamp(10px, 2vw, 24px);
}

.home-flow .contact-band {
  padding-top: clamp(54px, 7vw, 96px);
}

.home-flow .path-band {
  border-block: 0;
}

.home-flow .intro-band,
.home-flow .songs-band,
.home-flow .spotify-band,
.home-flow .path-band,
.home-flow .contact-band {
  border-top: 0;
  border-bottom: 0;
}

.home-flow .band,
.home-flow .path-band,
.home-flow .contact-band {
  position: relative;
}

.home-flow .band::before,
.home-flow .path-band::before,
.home-flow .contact-band::before {
  content: none;
}

.home-flow .songs-band::before {
  opacity: 0;
}

.page-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 11, 13, 0.1) 0%, rgba(6, 11, 13, 0.86) 88%),
    url("assets/sufi-hero-visual.png") center top / 100% auto no-repeat,
    url("assets/sufi-motion-visual.png") center 48% / 112% auto no-repeat,
    #060b0d;
}

.page-flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 20% 24%, rgba(28, 109, 113, 0.18), transparent 30%),
    radial-gradient(circle at 84% 54%, rgba(213, 133, 143, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(6, 11, 13, 0) 0%, rgba(6, 11, 13, 0.3) 42%, rgba(6, 11, 13, 0.76) 100%);
  pointer-events: none;
}

.page-flow .page-hero,
.page-flow .songs-band,
.page-flow .spotify-band,
.page-flow .archive-band,
.page-flow .meanings-band,
.page-flow .contact-band,
.page-flow .path-band {
  background: transparent;
}

.page-flow .page-hero,
.page-flow .songs-band,
.page-flow .spotify-band,
.page-flow .archive-band,
.page-flow .meanings-band,
.page-flow .contact-band,
.page-flow .path-band {
  border-top: 0;
  border-bottom: 0;
}

.page-flow .page-hero::after {
  background: linear-gradient(0deg, rgba(6, 11, 13, 0.2), transparent 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
}

.kicker {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 790px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 5.4vw, 78px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 247, 223, 0.82);
  font-size: clamp(16px, 1.65vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

.hero-mantra {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-mantra span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: linear-gradient(90deg, rgba(213, 133, 143, 0.14), rgba(28, 109, 113, 0.08));
  color: rgba(245, 241, 232, 0.76);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-button,
.social-links a,
.song-card-actions a {
  gap: 8px;
}

.icon-button svg,
.social-links svg,
.song-card-actions svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button.primary {
  background: linear-gradient(135deg, var(--rose), var(--gold-2));
  color: #110b0d;
}

.button.secondary {
  border-color: transparent;
  background: linear-gradient(90deg, rgba(245, 241, 232, 0.1), rgba(213, 133, 143, 0.08));
  color: var(--ink);
}

.now-playing {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(28px, 7vw, 86px);
  width: min(360px, calc(100% - 36px));
  padding-left: 22px;
  background: transparent;
}

.now-playing span,
.song-body span,
.song-meta span {
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.now-playing strong {
  display: block;
  margin-top: 8px;
  font-family: var(--body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
}

.now-playing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: calc(100% - 8px);
  background: linear-gradient(180deg, var(--rose), var(--gold-2), transparent);
}

.now-playing p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.band {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 6vw, 90px);
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 58vh;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(18px, 6vw, 90px) 70px;
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.86), rgba(6, 11, 13, 0.4)),
    url("assets/sufi-motion-visual.png") center / cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg), transparent 52%);
  pointer-events: none;
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-hero h1 {
  font-size: clamp(38px, 5.4vw, 78px);
}

.page-hero-songs {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.88), rgba(6, 11, 13, 0.32)),
    url("assets/docx-media/image1.jpeg") center / cover;
}

.page-hero-lyrics {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.88), rgba(6, 11, 13, 0.34)),
    url("assets/sufi-motion-visual.png") center / cover;
}

.page-hero-about {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.9), rgba(6, 11, 13, 0.4)),
    url("assets/sufi-hero-visual.png") center / cover;
}

.compact-band {
  padding-block: clamp(48px, 6vw, 78px);
}

.section-head {
  max-width: 850px;
  margin-bottom: 30px;
}

.section-head.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.9vw, 54px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-band {
  background:
    linear-gradient(90deg, rgba(28, 109, 113, 0.2), transparent 34%),
    var(--bg);
}

.path-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: end;
  padding: clamp(68px, 8vw, 112px) clamp(18px, 6vw, 90px);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.36), rgba(6, 11, 13, 0.86)),
    url("assets/sufi-motion-visual.png") center / cover;
}

.path-copy h2 {
  max-width: 880px;
}

.path-lines {
  display: grid;
  gap: 22px;
}

.path-lines p {
  position: relative;
  margin: 0;
  padding-left: 44px;
  color: rgba(245, 241, 232, 0.82);
  font-size: clamp(16px, 1.75vw, 22px);
  line-height: 1.3;
  animation: floatText 7s ease-in-out infinite;
}

.path-lines p:nth-child(2) {
  animation-delay: 0.8s;
}

.path-lines p:nth-child(3) {
  animation-delay: 1.6s;
}

.path-lines p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--rose), var(--gold-2));
  box-shadow: 0 0 18px rgba(213, 133, 143, 0.5);
}

.path-lines span {
  color: transparent;
  background: linear-gradient(90deg, var(--rose), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
}

.about-layout p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 247, 223, 0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.62;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.about-stats div {
  min-height: 124px;
  padding: 6px 18px 6px 0;
  background: transparent;
}

.about-stats strong,
.about-stats span {
  display: block;
}

.about-stats strong {
  color: var(--gold-2);
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.about-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.songs-band {
  background: #071012;
}

.spotify-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(30, 215, 96, 0.14), transparent 28%),
    linear-gradient(120deg, rgba(213, 133, 143, 0.1), rgba(28, 109, 113, 0.12), transparent 62%),
    #071012;
}

.spotify-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.spotify-copy {
  max-width: 560px;
}

.spotify-copy .text-link {
  display: inline-flex;
  margin-top: 24px;
}

.spotify-frame {
  position: relative;
  min-height: 352px;
}

.spotify-frame::before {
  content: "";
  position: absolute;
  inset: -28px -22px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 215, 96, 0.28), transparent 68%);
  filter: blur(18px);
  opacity: 0.75;
  pointer-events: none;
}

.spotify-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 760px;
  min-height: 352px;
  border: 0;
  border-radius: 12px;
  background: #121212;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.standalone-spotify {
  border-top: 1px solid rgba(245, 241, 232, 0.08);
}

.filters,
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter,
.tab {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter.active,
.tab.active {
  border-color: rgba(213, 133, 143, 0.72);
  background: rgba(213, 133, 143, 0.12);
  color: var(--gold-2);
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-song-grid .song-card {
  min-height: 360px;
}

.home-song-grid .song-card:first-child {
  grid-column: auto;
}

.lyric-picker-grid .song-card {
  min-height: 330px;
}

.lyric-picker-grid .song-card h3 {
  font-size: clamp(22px, 2.3vw, 30px);
}

.song-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 247, 223, 0.14);
  border-radius: 8px;
  background: #060707;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.song-card:first-child {
  grid-column: span 2;
}

.song-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 14px;
  border: 1px solid rgba(255, 247, 223, 0.16);
  border-radius: 6px;
  pointer-events: none;
}

.song-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.song-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 6, 0.06), rgba(5, 6, 6, 0.76) 72%, rgba(5, 6, 6, 0.94)),
    linear-gradient(90deg, rgba(5, 6, 6, 0.24), transparent 45%);
}

.song-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.song-card:hover .song-art img {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.045);
}

.song-body {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
}

.song-body h3 {
  max-width: 640px;
  margin: 10px 0 10px;
  font-family: var(--display);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 0.98;
}

.song-body p {
  max-width: 560px;
  min-height: 0;
  margin: 0;
  color: rgba(255, 247, 223, 0.76);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.song-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.song-card-actions button,
.song-body a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0 14px;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.song-card-actions button {
  color: #ffd6dc;
}

.song-card-actions button,
.song-body a {
  position: relative;
}

.song-card-actions button::after,
.song-body a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

.song-body a:nth-of-type(1) {
  color: #ffefef;
}

.song-body a:nth-of-type(2) {
  color: #b8ffe2;
}

.loading-text {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 0;
  background:
    linear-gradient(90deg, rgba(28, 109, 113, 0.12), rgba(213, 133, 143, 0.1), transparent),
    #071012;
}

.feature-strip div {
  position: relative;
  min-height: 122px;
  padding: 24px clamp(18px, 4vw, 44px);
  border-right: 0;
}

.feature-strip div::before {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  top: 20px;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--rose), transparent);
}

.feature-strip div:last-child {
  border-right: 0;
}

.feature-strip strong,
.feature-strip span {
  display: block;
}

.feature-strip strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
}

.feature-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.meanings-band {
  background:
    linear-gradient(120deg, rgba(28, 109, 113, 0.18), transparent 38%),
    var(--bg);
}

.meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: stretch;
}

.meaning-points {
  display: grid;
  gap: 24px;
}

.quote-panel,
.lyrics-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.meaning-points div {
  position: relative;
  padding-left: 76px;
}

.meaning-points span {
  position: absolute;
  left: 0;
  top: -8px;
  color: transparent;
  background: linear-gradient(140deg, var(--rose), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--display);
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.9;
}

.meaning-points strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(19px, 2.2vw, 26px);
}

.meaning-points p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.quote-panel {
  display: grid;
  min-height: 100%;
  align-content: center;
  margin: 0;
  padding: clamp(24px, 5vw, 46px);
  background:
    linear-gradient(145deg, rgba(28, 109, 113, 0.2), rgba(213, 133, 143, 0.16)),
    var(--panel);
}

.quote-panel blockquote {
  margin: 0;
}

.quote-panel span,
.quote-panel em {
  display: block;
}

.quote-panel span {
  font-family: var(--display);
  font-size: clamp(26px, 3.8vw, 42px);
  font-style: normal;
  line-height: 1.06;
}

.quote-panel em {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
}

.quote-panel figcaption {
  margin-top: 26px;
  color: rgba(255, 247, 223, 0.56);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-band {
  background: #081113;
}

.text-link {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.video-frame {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050606;
  box-shadow: var(--shadow);
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 6, 6, 0.5));
  pointer-events: none;
}

.video-frame img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(255, 247, 223, 0.42);
  border-radius: 50%;
  background: rgba(5, 6, 6, 0.54);
  color: var(--gold-2);
  transform: translate(-50%, -50%);
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--gold-2);
}

.lyrics-panel {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 247, 223, 0.08), rgba(255, 247, 223, 0.035)),
    rgba(255, 247, 223, 0.04);
}

.song-meta {
  margin-bottom: 18px;
}

.song-meta strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.02;
}

.song-meta p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.tab-panel {
  display: none;
  min-height: 0;
  margin-top: 18px;
  overflow: auto;
  padding-right: 6px;
}

.tab-panel.active {
  display: block;
}

.tab-panel p {
  margin: 0;
  color: rgba(255, 247, 223, 0.84);
  font-size: 16px;
  line-height: 1.75;
  white-space: pre-line;
}

.tab-panel[data-panel="lyrics"],
.tab-panel[data-panel="meaning"] {
  max-height: 330px;
}

.tab-panel[data-panel="meaning"] p {
  font-family: var(--urdu);
  font-size: 18px;
  line-height: 2.15;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: clamp(68px, 8vw, 110px) clamp(18px, 6vw, 90px);
  background:
    linear-gradient(rgba(6, 11, 13, 0.58), rgba(6, 11, 13, 0.9)),
    url("assets/sufi-motion-visual.png") center / cover;
}

.contact-band h2 {
  max-width: 850px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.social-links a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.social-links a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 1px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.45;
}

.social-links svg {
  width: 18px;
  height: 18px;
}

.social-links a:hover {
  border-color: var(--gold-2);
  color: var(--gold-2);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 6vw, 90px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .song-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .song-card:first-child {
    grid-column: span 2;
  }

  .meaning-layout,
  .archive-shell,
  .about-layout,
  .spotify-shell,
  .path-band {
    grid-template-columns: 1fr;
  }

  .now-playing {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .nav-action {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    min-height: 92vh;
    padding: 104px 18px 44px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 6, 6, 0.94), rgba(5, 6, 6, 0.48)),
      linear-gradient(0deg, var(--bg) 0%, rgba(5, 6, 6, 0.06) 70%);
  }

  .section-head.split {
    display: block;
  }

  .filters {
    margin-top: 18px;
  }

  .about-stats,
  .song-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .song-card,
  .song-card:first-child {
    grid-column: auto;
    min-height: 390px;
  }

  .feature-strip div {
    min-height: 112px;
    border-right: 0;
    border-bottom: 0;
  }

  .feature-strip div:last-child {
    border-bottom: 0;
  }

  .video-frame,
  .video-frame img,
  .lyrics-panel {
    min-height: 420px;
  }

  .tab-panel[data-panel="lyrics"],
  .tab-panel[data-panel="meaning"] {
    max-height: 300px;
  }
}

@keyframes floatText {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
