:root {
  --bg: #0a1120;
  --bg-elevated: #111b2d;
  --bg-panel: #161f31;
  --bg-cream: #f3ede0;
  --bg-warm: #e6ddcf;
  --bg-footer: #e9e5de;
  --text: #eff4ff;
  --text-soft: #cfd9ed;
  --text-muted: #8e9bb3;
  --text-dark: #182031;
  --text-dark-soft: #556079;
  --border: rgba(255, 255, 255, 0.14);
  --border-dark: rgba(24, 32, 49, 0.12);
  --gold: #d8ba72;
  --gold-soft: rgba(216, 186, 114, 0.16);
  --accent: #7ea0d8;
  --accent-soft: rgba(126, 160, 216, 0.14);
  --shadow: 0 28px 72px rgba(5, 10, 22, 0.35);
  --radius: 20px;
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text-dark);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
audio {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100vw - 48px));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-kicker-light {
  color: rgba(255, 245, 219, 0.78);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 32px;
  transition: background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, padding 0.28s ease;
  border-bottom: 1px solid transparent;
}

.header.is-scrolled {
  background: rgba(8, 14, 28, 0.88);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  border-color: rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo {
  position: relative;
  z-index: 1002;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f8fbff;
}

.logo span {
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  font-size: 0.98rem;
  color: rgba(239, 244, 255, 0.76);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav a:hover {
  color: #ffffff;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1002;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(6, 10, 18, 0.32);
  box-shadow: 0 12px 24px rgba(5, 10, 22, 0.24);
  color: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero.hero-cinematic {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #060c17;
}

.hero-cinematic-media,
.hero-cinematic-slide,
.hero-cinematic-scrim {
  position: absolute;
  inset: 0;
}

.hero-cinematic-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-cinematic-slide.is-active {
  opacity: 1;
}

.hero-cinematic-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: brightness(0.66) saturate(1.05) contrast(1.03);
}

.hero-cinematic-scrim {
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0.36) 0%, rgba(5, 8, 18, 0.22) 24%, rgba(7, 12, 24, 0.72) 100%),
    radial-gradient(circle at 50% 18%, rgba(134, 165, 222, 0.22) 0%, rgba(134, 165, 222, 0) 42%);
}

.hero-cinematic-content {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100vw - 48px));
  padding: 144px 0 128px;
  text-align: center;
  color: var(--text);
}

.hero-cinematic-eyebrow {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(237, 242, 255, 0.8);
}

.hero-cinematic h1 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.44);
}

.hero-cinematic-subtitle {
  width: min(720px, 100%);
  margin: 0 auto 16px;
  font-size: clamp(1.08rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.hero-cinematic-credit {
  margin: 0 0 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero-cinematic-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-cinematic-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 14, 26, 0.42);
  color: #f6f9ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-cinematic-cta:hover {
  transform: translateY(-2px);
  background: rgba(18, 27, 47, 0.7);
  border-color: rgba(255, 255, 255, 0.48);
}

.hero-cinematic-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
}

.hero-cinematic-dots {
  position: absolute;
  left: 50%;
  bottom: 68px;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-cinematic-dot {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.hero-cinematic-dot.is-active {
  background: rgba(255, 255, 255, 0.96);
}

.hero-cinematic-bottom {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(228, 236, 253, 0.86);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page {
  padding: 104px 0 92px;
}

.page-cream {
  position: relative;
  background:
    radial-gradient(circle at top, rgba(126, 160, 216, 0.12) 0%, rgba(126, 160, 216, 0) 32%),
    linear-gradient(180deg, #0e1526 0%, #152036 100%);
  color: var(--text);
}

.page-cream::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 75%);
  pointer-events: none;
}

.page-cream > * {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  margin-bottom: 42px;
  text-align: center;
}

.page-header h2,
.section-header h2,
.showcase-text h3,
.author-bio h3,
.cta-section h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-header h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  color: #f7fbff;
}

.page-header p {
  width: min(760px, 100%);
  margin: 14px auto 0;
  font-size: 1.14rem;
  color: var(--text-soft);
}

.page-manifesto {
  width: min(980px, 100%);
  margin: 0 auto 56px;
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  line-height: 1.52;
  text-align: center;
  color: #eef4ff;
}

.page-manifesto em {
  font-family: "Playfair Display", serif;
  font-style: normal;
  color: #ffffff;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.content-section p {
  margin: 0 0 22px;
  font-size: 1.08rem;
  color: #cad6ed;
}

.content-section em,
.content-section strong {
  color: #ffffff;
}

.highlight {
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.32rem;
  color: #fff6dd;
}

.dedication {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.dedication-quote {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.32rem;
  color: #fff3d5;
}

.dedication p:last-child {
  margin: 0;
  color: #c4d0e7;
}

.album-section {
  padding: 88px 24px;
  background: linear-gradient(135deg, #08101f 0%, #13203a 60%, #1a2843 100%);
}

.album-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: center;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 42px;
  border-radius: 26px;
  background: rgba(247, 244, 238, 0.98);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.album-card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -8%;
  width: 44%;
  height: 140%;
  background: url("imgs/plate010-nova-festival-massacre.png") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.album-card-image,
.album-card-content {
  position: relative;
  z-index: 1;
}

.album-card-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(17, 24, 39, 0.28);
}

.album-card-label {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a5b19;
}

.album-card-title {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.album-card-desc {
  margin: 0 0 20px;
  font-size: 1.08rem;
  color: var(--text-dark-soft);
}

.album-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.album-card-meta span,
.credential {
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6c5319;
  font-size: 0.9rem;
  font-weight: 600;
}

.album-card-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.album-card-btn,
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.album-card-btn,
.btn-primary {
  background: #19243a;
  color: #fff;
}

.album-card-btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.album-card-link {
  font-weight: 600;
  color: #314a76;
}

.section {
  padding: 96px 0;
}

.section-dark {
  background: linear-gradient(180deg, #0c1324 0%, #121a2d 100%);
  color: var(--text);
}

.section-light {
  background: var(--bg-cream);
  color: var(--text-dark);
}

.section-warm {
  background: var(--bg-warm);
  color: var(--text-dark);
}

.section-header {
  margin: 0 auto 42px;
  text-align: center;
  width: min(840px, 100%);
}

.section-header h2 {
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  color: inherit;
}

.section-header p {
  margin: 14px auto 0;
  font-size: 1.1rem;
  color: inherit;
  opacity: 0.82;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.48rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f6f9ff;
}

.feature-card p {
  margin: 0 0 16px;
  color: #cfdaed;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-tag {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(216, 186, 114, 0.1);
  color: #f1dca4;
  font-size: 0.82rem;
  font-weight: 600;
}

.showcase {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
}

.showcase-text h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--text-dark);
}

.showcase-text p {
  margin: 0 0 20px;
  font-size: 1.08rem;
  color: var(--text-dark-soft);
}

.showcase-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.showcase-bullets li {
  padding-left: 18px;
  position: relative;
  color: var(--text-dark);
  font-weight: 600;
}

.showcase-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9f2d2d;
}

.showcase-visual {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(30, 24, 14, 0.18);
}

.showcase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.audio-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--border-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(32, 24, 12, 0.08);
}

.audio-card-label {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b6321;
}

.audio-card h4 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.audio-card p {
  margin: 0 0 16px;
  color: var(--text-dark-soft);
}

.audio-card audio {
  width: 100%;
}

.gallery-carousel-section {
  padding: 92px 24px 82px;
  background: linear-gradient(180deg, #141c2d 0%, #101827 100%);
  color: var(--text);
}

.carousel-header {
  width: min(1380px, 100%);
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.carousel-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.carousel-header p:last-child {
  margin: 10px 0 0;
  max-width: 720px;
  color: #ced8ec;
}

.carousel-link {
  flex-shrink: 0;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carousel-container {
  width: min(1380px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.carousel-btn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.carousel-btn[disabled] {
  opacity: 0.4;
  cursor: default;
}

.carousel-btn svg {
  width: 24px;
  height: 24px;
}

.carousel-track-wrapper {
  overflow: hidden;
  flex: 1;
}

.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
}

.carousel-slide {
  flex: 0 0 calc((100% - 72px) / 4);
  border-radius: 16px;
  overflow: hidden;
  background: #f7f3ec;
  color: var(--text-dark);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.carousel-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.carousel-caption {
  padding: 14px 16px 18px;
}

.carousel-caption-id {
  margin-bottom: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d5d23;
}

.carousel-caption-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.carousel-dots {
  width: min(1380px, 100%);
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.carousel-dot.active {
  background: var(--gold);
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  padding: 36px;
  background: rgba(4, 7, 14, 0.94);
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  width: min(1100px, 100%);
  max-height: 100%;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: min(72vh, 900px);
  border-radius: 18px;
  object-fit: contain;
}

.lightbox-caption {
  text-align: center;
  color: #f3f8ff;
}

.lightbox-caption-id,
.lightbox-caption-title {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lightbox-caption-id {
  font-size: 0.92rem;
  color: #eedca9;
}

.lightbox-caption-title {
  font-size: 1.4rem;
}

.lightbox-caption-verse {
  margin-top: 8px;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #ced8ec;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.author-section {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 42px;
  align-items: start;
}

.author-photo {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(30, 24, 14, 0.14);
}

.author-photo img {
  width: 100%;
  aspect-ratio: 0.85;
  object-fit: cover;
}

.author-bio h3 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--text-dark);
}

.author-bio p {
  margin: 0 0 18px;
  font-size: 1.08rem;
  color: var(--text-dark-soft);
}

.author-bio em {
  font-family: "Playfair Display", serif;
  font-style: normal;
  color: var(--text-dark);
}

.author-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-section {
  padding: 104px 0;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(126, 160, 216, 0.18) 0%, rgba(126, 160, 216, 0) 34%),
    linear-gradient(180deg, #08101d 0%, #0f1728 100%);
  color: var(--text);
}

.cta-section h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.cta-section p {
  width: min(720px, 100%);
  margin: 14px auto 0;
  font-size: 1.14rem;
  color: #d0d9eb;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cta-meta {
  margin-top: 22px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(234, 240, 255, 0.68);
}

.footer {
  padding: 66px 24px 28px;
  background: var(--bg-footer);
  color: var(--text-dark);
}

.footer-top,
.footer-bottom {
  width: min(var(--container), 100%);
  margin-left: auto;
  margin-right: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-brand h3,
.footer-col h4 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-brand p,
.footer-col a,
.footer-bottom p {
  color: #5b6578;
}

.footer-brand p {
  margin: 0 0 18px;
  max-width: 520px;
}

.footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2b5d91;
  font-weight: 600;
}

.footer-mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(24, 32, 49, 0.16);
}

.footer-col a {
  display: block;
  margin-bottom: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 32, 49, 0.1);
}

.footer-meta {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(24, 32, 49, 0.06);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-card,
  .author-section,
  .showcase,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .album-card {
    width: min(780px, 100%);
  }

  .album-card-image {
    max-width: 380px;
    margin: 0 auto;
  }

  .author-photo {
    max-width: 380px;
  }
}

@media (max-width: 900px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav {
    position: fixed;
    inset: 0 0 auto 0;
    display: grid;
    gap: 14px;
    padding: 92px 24px 28px;
    background: rgba(8, 14, 28, 0.97);
    backdrop-filter: blur(22px);
    transform: translateY(-110%);
    transition: transform 0.28s ease;
  }

  .nav.is-open {
    transform: translateY(0);
  }

  .nav a {
    font-size: 1.08rem;
  }

  .nav-cta {
    justify-self: start;
  }

  .hero-cinematic-content {
    padding-top: 134px;
    padding-bottom: 132px;
  }

  .content-columns,
  .audio-grid {
    grid-template-columns: 1fr;
  }

  .carousel-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .carousel-slide {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 680px) {
  .container,
  .page-cream > * {
    width: min(var(--container), calc(100vw - 32px));
  }

  .header {
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-cinematic-bottom {
    white-space: normal;
    width: calc(100vw - 40px);
    text-align: center;
    bottom: 18px;
  }

  .hero-cinematic-dots {
    bottom: 62px;
  }

  .page,
  .section,
  .cta-section,
  .gallery-carousel-section {
    padding-top: 78px;
    padding-bottom: 74px;
  }

  .album-section {
    padding: 74px 16px;
  }

  .album-card {
    padding: 26px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .carousel-container {
    gap: 10px;
  }

  .carousel-slide {
    flex-basis: 100%;
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }
}
