:root {
  --bg: #07141c;
  --bg-elevated: rgba(11, 25, 35, 0.72);
  --surface: rgba(255, 245, 232, 0.08);
  --surface-strong: rgba(255, 244, 230, 0.12);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7efe4;
  --text-soft: rgba(247, 239, 228, 0.76);
  --gold: #f0c987;
  --peach: #ff9d75;
  --sand: #fff7eb;
  --deep-blue: #0f2737;
  --teal: #7fd7d4;
  --shadow: 0 24px 80px rgba(1, 7, 12, 0.44);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 167, 110, 0.18), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(109, 224, 219, 0.14), transparent 24%),
    linear-gradient(180deg, #0b1c27 0%, #07141c 34%, #091018 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

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

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

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 0.95rem 1.1rem;
  backdrop-filter: blur(18px);
  background: rgba(5, 12, 18, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(3, 9, 15, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 168px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.header-actions a {
  transition: color 180ms ease, transform 180ms ease;
}

.header-actions a:hover,
.header-actions a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.header-cta {
  padding: 0.8rem 1.15rem;
  color: #07141c;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold), #ffe5bf);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding: 8rem 1rem 4rem;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 19, 0.24) 0%, rgba(3, 10, 16, 0.46) 45%, rgba(6, 13, 18, 0.92) 100%),
    linear-gradient(130deg, rgba(255, 183, 121, 0.18), transparent 38%),
    radial-gradient(circle at 70% 38%, rgba(255, 149, 109, 0.34), transparent 20%),
    url("./Background-1.webp") center/cover no-repeat;
  transform: scale(1.03);
  animation: heroBreath 16s ease-in-out infinite alternate;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.52;
  animation: floatGlow 12s ease-in-out infinite alternate;
}

.hero-glow-left {
  width: 320px;
  height: 320px;
  left: -80px;
  top: 25%;
  background: rgba(119, 223, 216, 0.22);
}

.hero-glow-right {
  width: 400px;
  height: 400px;
  right: -120px;
  top: 12%;
  background: rgba(255, 162, 118, 0.2);
}

.hero-content,
.section,
.site-footer {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.hero-content {
  display: grid;
  gap: 1.4rem;
  max-width: 760px;
}

.hero-brand-mark {
  width: min(100%, 440px);
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.1), rgba(8, 20, 28, 0.42));
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-brand-mark img {
  width: 100%;
  height: auto;
}

.eyebrow,
.kicker,
.manifesto-band p,
.card-index {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.kicker {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 241, 223, 0.78);
}

.hero h1,
.section h2,
.story-card h2,
.closing h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  max-width: 9ch;
}

.hero-copy,
.hero-brand-copy,
.intro-copy p,
.story-card p,
.location-copy p,
.expectation-card p,
.lineup-copy p,
.ticket-copy p,
.closing p,
.ticket-note,
.location-note span,
.brand-panel-copy {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.hero-copy {
  max-width: 54ch;
  font-size: 1.12rem;
}

.hero-brand-copy {
  max-width: 48ch;
  color: rgba(255, 239, 215, 0.84);
}

.hero-actions,
.ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #07141c;
  background: linear-gradient(135deg, var(--gold), #f5b26e 58%, #ffe1b7 100%);
  box-shadow: 0 18px 40px rgba(240, 201, 135, 0.22);
}

.button-secondary {
  color: var(--sand);
  background: rgba(255, 248, 238, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.button-large {
  min-height: 62px;
  padding-inline: 1.8rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.hero-facts article,
.expectation-card,
.story-card,
.brand-panel,
.ticket-panel,
.location-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 20, 28, 0.52);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-facts article {
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
}

.hero-facts span,
.location-note strong {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 241, 223, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-facts strong {
  font-size: 1rem;
  line-height: 1.5;
}

.manifesto-band {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 1.4rem;
  padding: 1rem 1rem 0;
  color: rgba(255, 246, 233, 0.76);
}

.manifesto-band p {
  margin: 0;
  font-size: 0.72rem;
}

.section {
  padding: 7rem 1rem;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.2rem;
  max-width: 760px;
}

.section h2,
.story-card h2,
.closing h2 {
  font-size: clamp(2.7rem, 5.2vw, 5rem);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.intro-main {
  display: grid;
  gap: 1rem;
}

.intro-copy {
  display: grid;
  gap: 1.2rem;
}

.brand-panel {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.4rem;
  min-height: 100%;
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 170, 120, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  border-radius: inherit;
  pointer-events: none;
}

.brand-panel-logo,
.footer-brand img {
  width: min(100%, 420px);
  height: auto;
}

.gallery-card:hover img,
.location-visuals img:hover,
.lineup-media img:hover {
  transform: scale(1.03);
}

.story-block {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
}

.story-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.story-card-highlight {
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(255, 158, 120, 0.14), rgba(9, 17, 24, 0.82)),
    rgba(8, 20, 28, 0.52);
}

.quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  color: var(--sand);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
}

.location-copy {
  display: grid;
  gap: 1.2rem;
}

.location-note {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-md);
}

.location-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.location-visuals img,
.gallery-card img,
.lineup-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: transform 500ms ease, filter 500ms ease;
}

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

.expectation-card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
}

.card-index {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: rgba(255, 233, 203, 0.6);
  font-size: 0.74rem;
}

.expectation-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.22rem;
  line-height: 1.25;
}

.lineup {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: center;
}

.lineup-media img {
  aspect-ratio: 1 / 1;
}

.lineup-copy {
  display: grid;
  gap: 1rem;
}

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

.gallery-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.gallery-card-wide {
  grid-column: span 2;
}

.gallery-card-wide img {
  aspect-ratio: 16 / 9;
}

.ticket-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 173, 132, 0.08), rgba(127, 215, 212, 0.08)),
    rgba(8, 20, 28, 0.6);
}

.ticket-copy {
  display: grid;
  gap: 1rem;
}

.ticket-points {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0.4rem 0 0;
  list-style: none;
  color: var(--sand);
}

.ticket-points li {
  padding-left: 1.1rem;
  position: relative;
}

.ticket-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--peach));
}

.ticket-actions {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.answer-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(240, 201, 135, 0.1), rgba(127, 215, 212, 0.08)),
    rgba(8, 20, 28, 0.62);
  box-shadow: var(--shadow);
}

.answer-lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--sand);
}

.fact-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.answer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.1rem;
}

.text-link {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.3rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(8, 20, 28, 0.52);
}

.faq-list summary {
  cursor: pointer;
  color: var(--sand);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.45;
}

.faq-list p {
  margin: 1rem 0 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.updated {
  font-size: 0.78rem;
}

.event-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 82svh;
  padding: 10rem 1rem 5rem;
  overflow: hidden;
}

.event-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.event-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.event-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.event-fact-grid div {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(8, 20, 28, 0.52);
}

.event-fact-grid dt {
  margin-bottom: 0.55rem;
  color: rgba(255, 241, 223, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-fact-grid dd {
  margin: 0;
  color: var(--sand);
  line-height: 1.55;
}

.event-location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: stretch;
}

.event-location-grid > img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

address.location-note {
  font-style: normal;
}

.closing {
  text-align: center;
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  padding-bottom: 10rem;
}

.closing p {
  max-width: 56ch;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem 6rem;
  color: rgba(255, 241, 223, 0.66);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  display: grid;
  gap: 0.85rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.25rem;
}

.site-footer a {
  color: var(--sand);
}

.mobile-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 1rem), 560px);
  padding: 0.95rem 1rem;
  transform: translateX(-50%);
  background: rgba(7, 17, 24, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(2, 8, 14, 0.32);
}

.mobile-cta span {
  font-size: 0.82rem;
  color: rgba(255, 240, 221, 0.72);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-cta a {
  padding: 0.85rem 1rem;
  color: #07141c;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold), #ffddae);
  border-radius: 999px;
}

@keyframes floatGlow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 18px, 0) scale(1.06);
  }
}

@keyframes heroBreath {
  from {
    transform: scale(1.03);
    filter: saturate(0.98);
  }
  to {
    transform: scale(1.08);
    filter: saturate(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media,
  .hero-glow,
  .gallery-card img,
  .location-visuals img,
  .lineup-media img,
  .button {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1080px) {
  .intro-grid,
  .story-block,
  .location-grid,
  .lineup,
  .ticket-panel {
    grid-template-columns: 1fr;
  }

  .answer-card,
  .event-location-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    padding: 0.85rem 0.95rem;
  }

  .header-actions a:not(.header-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-facts,
  .gallery-grid,
  .location-visuals,
  .event-fact-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card-wide {
    grid-column: auto;
  }

  .manifesto-band {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 640px) {
  .site-header {
    margin-top: 0.75rem;
  }

  .brand img {
    width: 132px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .event-hero {
    min-height: auto;
    padding-top: 8rem;
  }

  .event-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .section {
    padding: 5rem 1rem;
  }

  .hero-facts,
  .expectation-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .brand-panel,
  .ticket-panel,
  .answer-card {
    padding: 1.4rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 7rem;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-cta {
    display: flex;
  }
}
