:root {
  --paper: #f4f3ee;
  --paper-soft: #ebece7;
  --ink: #151513;
  --muted: #6f746f;
  --line: rgba(21, 21, 19, 0.14);
  --charcoal: #0d0d0c;
  --mist: #dfe8e6;
  --blue: #5fb1c8;
  --coral: #e15e5e;
  --sun: #e8c84e;
  --shadow: 0 28px 80px rgba(16, 17, 15, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(223, 232, 230, 0.8), transparent 36rem),
    linear-gradient(180deg, var(--paper) 0%, #f9f8f4 45%, var(--paper-soft) 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 58px;
  padding: 8px 8px 8px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(13, 13, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(24px) saturate(140%);
  transform: translateX(-50%);
}

.brand,
.nav-links,
.nav-cta,
.button,
.link-grid a {
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand:hover,
.nav-cta:hover,
.button:hover,
.link-grid a:hover {
  transform: translateY(-2px);
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta,
.button,
.link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cta {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 150px) max(22px, calc((100vw - 1120px) / 2));
  scroll-margin-top: 92px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  min-height: 100svh;
  padding-top: 140px;
  color: #fff;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #111;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.38) 52%, rgba(5, 5, 5, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.94) 100%);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.72);
  transform: scale(1.03);
}

.hero-copy {
  width: min(760px, 100%);
  padding-bottom: clamp(10px, 5vw, 54px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: rgba(21, 21, 19, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.manifesto .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.4rem, 12vw, 11.5rem);
  font-weight: 700;
  line-height: 0.82;
}

h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 7vw, 6.8rem);
  font-weight: 600;
  line-height: 0.92;
}

h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1;
}

.hero-text {
  width: min(620px, 100%);
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  line-height: 1.45;
}

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

.button.primary {
  color: var(--ink);
  background: #fff;
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-album {
  justify-self: end;
  width: min(100%, 380px);
  margin-bottom: clamp(0px, 5vw, 54px);
  transform-style: preserve-3d;
  animation: floatCover 7s ease-in-out infinite;
}

.hero-album img,
.cover,
.event-poster img,
.show-card img,
.gallery-rail img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

@keyframes floatCover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(1deg);
  }
}

.event-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  background: var(--charcoal);
  color: #fff;
}

.event-strip::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at 85% 40%, rgba(95, 177, 200, 0.18), transparent 24rem);
  pointer-events: none;
}

.event-copy {
  position: relative;
  z-index: 1;
}

.event-copy h2 {
  max-width: 780px;
}

.event-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.event-copy a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.event-poster {
  position: relative;
  z-index: 1;
}

.event-poster img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 4px;
}

.album {
  overflow: hidden;
}

.album-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(44px, 8vw, 92px);
}

.album-heading p,
.final-copy h2 + p {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.album-order {
  align-self: start;
  display: grid;
  gap: 12px;
  margin-top: 6px;
  padding: 24px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 100% 0%, rgba(95, 177, 200, 0.22), transparent 13rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 17, 15, 0.08);
}

.album-order-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.album-order h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.album-order h3 + p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.album-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.album-order a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: var(--charcoal);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 240ms ease, background 240ms ease;
}

.album-order a:first-child {
  background: linear-gradient(135deg, #151513, #3d3d38);
}

.album-order a:last-child {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.album-order a:hover {
  background: #2b2b28;
  transform: translateY(-2px);
}

.album-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.record-stack {
  position: relative;
  min-height: clamp(340px, 48vw, 560px);
}

.cover {
  position: absolute;
  width: min(82%, 460px);
  border-radius: 6px;
  object-fit: cover;
}

.cover.front {
  top: 0;
  left: 0;
  z-index: 2;
}

.cover.back {
  right: 0;
  bottom: 0;
  filter: saturate(0.85);
}

.tracklist {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tracklist li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.tracklist span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 3.1rem);
  line-height: 0.95;
}

.tracklist strong {
  color: rgba(21, 21, 19, 0.28);
  font-size: 0.9rem;
}

.manifesto {
  min-height: 86svh;
  display: grid;
  align-items: end;
  color: #fff;
  background: #090908;
  overflow: hidden;
  isolation: isolate;
}

.manifesto::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(9, 9, 8, 0.16), rgba(9, 9, 8, 0.88)),
    linear-gradient(90deg, rgba(9, 9, 8, 0.86), transparent);
}

.manifesto-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  filter: grayscale(0.2) contrast(1.05);
}

.manifesto-copy {
  width: min(990px, 100%);
}

.shows {
  background: #f9f8f4;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 68px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 70px);
}

.section-title .eyebrow {
  align-self: start;
}

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

.show-card {
  display: grid;
  grid-template-rows: minmax(240px, 340px) auto;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.show-card.feature {
  grid-column: span 2;
}

.show-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  filter: saturate(0.95);
  transition: transform 600ms ease, filter 600ms ease;
}

.show-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.show-card div {
  padding: 22px;
}

.show-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.show-card h3 {
  margin-bottom: 12px;
}

.show-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.gallery {
  overflow: hidden;
  background: var(--paper-soft);
}

.gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 48vw);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x mandatory;
}

.gallery-rail img {
  width: 100%;
  height: clamp(320px, 46vw, 560px);
  object-fit: cover;
  border-radius: 8px;
  scroll-snap-align: start;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  min-height: 86svh;
  color: #fff;
  background: var(--charcoal);
}

.final-logo {
  align-self: center;
}

.final-logo img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.final-copy h2 {
  max-width: 820px;
  margin-bottom: 30px;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
  width: min(880px, 100%);
}

.link-grid a {
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.18);
}

.link-grid a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.link-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}

.link-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.site-credit {
  width: min(880px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.site-credit a {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
  transition: color 220ms ease;
}

.site-credit a:hover {
  color: rgba(255, 255, 255, 0.86);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .event-strip,
  .album-heading,
  .album-grid,
  .section-title,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
    min-height: 100svh;
    padding-top: 132px;
  }

  .hero-album {
    justify-self: start;
    width: min(76vw, 330px);
    margin-top: 34px;
  }

  .event-poster {
    width: min(420px, 100%);
  }

  .event-strip,
  .album,
  .shows,
  .gallery,
  .final-cta {
    padding-top: clamp(72px, 12vw, 110px);
    padding-bottom: clamp(72px, 12vw, 110px);
  }

  .record-stack {
    min-height: min(105vw, 520px);
  }

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

  .show-card.feature {
    grid-column: span 2;
  }

  .final-logo {
    width: min(420px, 100%);
  }

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

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    left: 50%;
    width: calc(100% - 24px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    min-height: 54px;
    padding: 8px;
    transform: translateX(-50%);
  }

  .brand {
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
  }

  .nav-cta,
  .button,
  .link-grid a {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .site-header .nav-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 260ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .site-header.is-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .site-header.is-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 2;
    display: grid;
    gap: 6px;
    padding: 10px;
    visibility: hidden;
    background: rgba(13, 13, 12, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    backdrop-filter: blur(24px) saturate(140%);
  }

  .site-header.is-open .mobile-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 800;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    outline: 0;
  }

  .mobile-menu .mobile-menu-cta {
    justify-content: center;
    margin-top: 4px;
    color: var(--ink);
    background: #fff;
  }

  .section {
    padding-inline: 18px;
    scroll-margin-top: 74px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100svh;
    padding-top: 82px;
    padding-bottom: 42px;
  }

  .hero-copy,
  .hero-text {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  h1 {
    font-size: clamp(3.65rem, 18.8vw, 5.4rem);
    line-height: 0.88;
  }

  h2 {
    font-size: clamp(2.45rem, 13vw, 4.4rem);
  }

  .hero-bg img {
    object-position: 50% center;
    filter: contrast(1.04) saturate(0.45);
  }

  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.42) 36%, rgba(5, 5, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.18));
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, calc(100vw - 44px));
    max-width: 100%;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-album {
    align-self: center;
    justify-self: center;
    width: min(72vw, 286px);
    margin-top: 30px;
  }

  .album-order {
    gap: 14px;
    margin-top: 8px;
    padding: 18px;
  }

  .album-order h3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .album-order-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .album-order a {
    min-height: 48px;
    width: 100%;
  }

  .event-copy p,
  .album-heading p,
  .show-card p {
    font-size: 1rem;
  }

  .event-poster {
    justify-self: center;
    width: min(330px, 100%);
  }

  .album-heading {
    margin-bottom: 30px;
  }

  .record-stack {
    min-height: min(112vw, 430px);
  }

  .cover {
    width: 86%;
  }

  .tracklist li {
    padding: 10px 0;
    gap: 12px;
  }

  .tracklist span {
    font-size: clamp(1.55rem, 9vw, 2.25rem);
  }

  .manifesto {
    min-height: 74svh;
  }

  .manifesto-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

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

  .show-card,
  .show-card.feature {
    grid-column: auto;
  }

  .show-card {
    grid-template-rows: minmax(260px, 64vw) auto;
  }

  .gallery-rail {
    grid-auto-columns: minmax(260px, 82vw);
  }

  .final-cta {
    min-height: auto;
    gap: 24px;
    padding-top: 70px;
  }

  .final-logo {
    width: min(300px, 82vw);
    justify-self: center;
  }

  .final-copy h2 {
    margin-bottom: 22px;
  }

  .link-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .link-grid a {
    justify-content: flex-start;
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 16px;
  }

  .link-icon {
    width: 32px;
    height: 32px;
  }

  .link-icon svg {
    width: 18px;
    height: 18px;
  }

  .site-credit {
    margin-top: 20px;
    text-align: center;
    font-size: 0.78rem;
  }
}

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