/*
Theme Name: The Last Decade
Theme URI: https://thelastdecadeofficial.com/
Author: The Last Decade
Description: Custom band website theme for The Last Decade.
Version: 0.1.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: lastdecade
*/

:root {
  --bg: #000;
  --text: #f7f3ed;
  --muted: rgba(247, 243, 237, 0.68);
  --line: rgba(247, 243, 237, 0.2);
  --type-page-title: clamp(1.9rem, 4.8vw, 3.5rem);
  --type-section-title: clamp(1.55rem, 3.2vw, 2.25rem);
  --type-body: clamp(1rem, 1.25vw, 1.12rem);
  --type-meta: 0.78rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

#wpadminbar {
  background: transparent;
  box-shadow: none;
}

#wpadminbar:hover,
#wpadminbar:focus-within {
  background: #1d2327;
}

body.admin-bar .splash {
  min-height: calc(190vh - 32px);
}

.site {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow-x: hidden;
}

body.page-transitioning .home-stage,
body.page-transitioning .section {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}

body.page-entering .home-stage,
body.page-entering .section {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}

.site::before,
.site::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site::before {
  z-index: 0;
  background:
    conic-gradient(from 134deg at 4% -10%, transparent 0 10deg, rgba(255, 255, 255, 0.23) 17deg, rgba(255, 255, 255, 0.07) 30deg, transparent 45deg),
    conic-gradient(from 145deg at 29% -12%, transparent 0 10deg, rgba(255, 255, 255, 0.2) 17deg, rgba(255, 255, 255, 0.06) 31deg, transparent 47deg),
    conic-gradient(from 169deg at 71% -12%, transparent 0 10deg, rgba(255, 255, 255, 0.2) 17deg, rgba(255, 255, 255, 0.06) 31deg, transparent 47deg),
    conic-gradient(from 180deg at 96% -10%, transparent 0 10deg, rgba(255, 255, 255, 0.23) 17deg, rgba(255, 255, 255, 0.07) 30deg, transparent 45deg);
  filter: blur(22px);
  opacity: 1;
  transform: scale(1.12);
  transition: opacity 700ms ease;
}

.home:not(.spotlights-visible) .site::before,
.front-page:not(.spotlights-visible) .site::before {
  opacity: 0;
}

.site::after {
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 118%, rgba(255, 255, 255, 0.1), transparent 42%),
    radial-gradient(ellipse at 50% 50%, transparent 0 48%, rgba(0, 0, 0, 0.55) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.68) 100%);
  opacity: 1;
  transition: opacity 700ms ease;
}

.home:not(.spotlights-visible) .site::after,
.front-page:not(.spotlights-visible) .site::after {
  opacity: 0;
}

.site > * {
  position: relative;
  z-index: 2;
}

.site-header {
  position: fixed;
  left: 50%;
  top: clamp(12px, 2vh, 40px);
  z-index: 24;
  display: block;
  width: min(86vw, 920px);
  padding: 0;
  background: transparent;
  transform: translateX(-50%);
}

.site-header__logo {
  display: block;
  width: 100%;
}

.site-header__wordmark {
  display: block;
  width: 100%;
  height: auto;
}

.splash {
  position: relative;
  z-index: 20;
  pointer-events: none;
  min-height: 190vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(24px, 5vh, 64px);
  padding: 32px;
  background: transparent;
}

.splash::after {
  content: none;
}

.spotlights-visible .splash::after {
  opacity: 1;
}

.scroll-cue {
  position: fixed;
  left: 50%;
  bottom: clamp(22px, 5vh, 54px);
  z-index: 24;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  opacity: 0.72;
  pointer-events: auto;
  transition: opacity 350ms ease;
}

.scroll-cue span {
  display: block;
  width: 17px;
  height: 17px;
  margin: 4px auto 0;
  border-right: 2px solid rgba(255, 255, 255, 0.82);
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
  animation: scroll-cue 1.6s ease-in-out infinite;
}

.spotlights-visible .scroll-cue {
  opacity: 0;
  pointer-events: none;
}

.splash__header {
  position: fixed;
  top: 50vh;
  left: 50%;
  z-index: 23;
  transform: translate(-50%, -50%);
  width: min(86vw, 920px);
  aspect-ratio: 2245 / 269;
  pointer-events: auto;
  will-change: top, transform;
}

.home:not(.spotlights-visible):not(.stage-forced) .splash__header,
.front-page:not(.spotlights-visible):not(.stage-forced) .splash__header {
  cursor: default;
}

.splash__wordmark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-stage {
  position: fixed;
  left: 50%;
  top: 230px;
  bottom: 135px;
  z-index: 22;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) clamp(16px, 4vw, 44px) clamp(16px, 3vw, 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 16px, #000 calc(100% - 46px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 16px, #000 calc(100% - 46px), transparent 100%);
}

.home-stage::-webkit-scrollbar {
  display: none;
}

.home-stage:focus {
  outline: none;
}

.stage-forced-pending .home-stage,
.stage-forced .home-stage,
.spotlights-visible .home-stage {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
  transition: opacity 620ms ease 260ms, transform 620ms ease 260ms;
}

.home-nav,
.inner-nav,
.meta-nav,
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-nav__list,
.inner-nav__list,
.meta-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: inherit;
  gap: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-nav li,
.inner-nav li,
.meta-nav li {
  display: contents;
}

.home-nav {
  position: fixed;
  left: 50%;
  top: 132px;
  z-index: 24;
  justify-content: center;
  gap: clamp(14px, 3vw, 38px);
  width: min(92vw, 760px);
  transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

.stage-forced-pending .home-nav,
.stage-forced .home-nav,
.spotlights-visible .home-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.inner-nav {
  position: fixed;
  left: 50%;
  top: clamp(144px, calc(2vh + 132px), 172px);
  z-index: 24;
  justify-content: center;
  gap: clamp(14px, 3vw, 38px);
  width: min(92vw, 760px);
  transform: translateX(-50%);
}

.home-nav a,
.inner-nav a,
.meta-nav a,
.button-link {
  color: var(--text);
  text-decoration: none;
}

.home-nav a,
.inner-nav a {
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.no-tourdates .home-nav a[href*="#tourdates"],
.no-tourdates .inner-nav a[href*="#tourdates"] {
  display: none;
}

.home-footer,
.site-footer {
  position: fixed;
  left: 50%;
  bottom: clamp(12px, 2vh, 20px);
  z-index: 24;
  display: grid;
  gap: 6px;
  width: min(92vw, 920px);
  padding-top: 8px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

.home-footer::before,
.site-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.stage-forced-pending .home-footer,
.stage-forced .home-footer,
.spotlights-visible .home-footer {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.site-footer {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.content-scroll-top {
  position: fixed;
  right: max(10px, calc((100vw - min(1180px, calc(100vw - 40px))) / 2 - 2px));
  bottom: 52px;
  z-index: 25;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.content-scroll-top span {
  display: block;
  width: 17px;
  height: 17px;
  margin: 12px auto 0;
  border-top: 2px solid rgba(255, 255, 255, 0.82);
  border-left: 2px solid rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
}

.content-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.content-scroll-top:hover,
.content-scroll-top:focus-visible {
  opacity: 1;
}

.feature-release {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 390px);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.feature-release__copy {
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: var(--type-meta);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-release h2,
.tourdates-panel h2 {
  margin: 0;
  font-size: var(--type-section-title);
  line-height: 1.08;
  font-weight: 700;
}

.feature-release p:not(.eyebrow),
.about-panel p,
.home-teaser p:not(.eyebrow) {
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.7;
}

.button-row {
  gap: 12px;
  margin-top: 26px;
}

.button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.88);
  color: #050505;
  font-weight: 700;
}

.button-link--ghost {
  background: transparent;
  color: var(--text);
}

.article-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.article-link:hover,
.article-link:focus-visible {
  color: var(--text);
}

.article-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(247, 243, 237, 0.34);
  border-radius: 999px;
  color: inherit;
  transition: border-color 180ms ease, background 180ms ease;
}

.article-link:hover .article-link__icon,
.article-link:focus-visible .article-link__icon {
  border-color: rgba(247, 243, 237, 0.78);
  background: rgba(247, 243, 237, 0.06);
}

.article-link__icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.article-link__icon svg rect,
.article-link__icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.article-link__icon svg path {
  fill: currentColor;
}

.article-link__icon svg path + path,
.article-link__icon svg circle + path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-link--spotify .article-link__icon svg path,
.article-link--shop .article-link__icon svg path,
.article-link--link .article-link__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-link__label {
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
}

.feature-release__copy > *:first-child {
  margin-top: 0;
}

.feature-release__cover-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0;
  justify-self: end;
}

.feature-release__cover {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 8px;
  border: 2px solid rgba(247, 243, 237, 0.88);
}

.feature-release__badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  min-width: min(78%, 280px);
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(247, 243, 237, 0.86);
  background: rgba(0, 0, 0, 0.62);
  color: var(--text);
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.home-article {
  width: min(820px, 100%);
  margin: clamp(34px, 6vw, 72px) auto;
  text-align: center;
}

.home-article:first-child {
  margin-top: 0;
}

.home-article__image {
  display: block;
  width: min(520px, 100%);
  height: auto;
  margin: 0 auto clamp(22px, 4vw, 38px);
  padding: 8px;
  border: 2px solid rgba(247, 243, 237, 0.88);
}

.home-article h2 {
  margin: 0 0 16px;
  font-size: var(--type-section-title);
  line-height: 1.08;
}

.home-article p {
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.7;
}

.home-article .article-links {
  justify-items: center;
}

.album-list {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  margin-top: 32px;
}

.album-list .feature-release {
  margin-bottom: 0;
  padding-top: clamp(24px, 4vw, 42px);
  border-top: 1px solid rgba(247, 243, 237, 0.18);
}

.album-list .feature-release:first-child {
  border-top: 0;
  padding-top: 0;
}

.tourdates-panel {
  width: 100%;
  margin: 0 auto;
  padding: 34px 0;
}

.tourdates-panel .tourdate-list {
  margin-top: 22px;
  overflow: hidden;
  transition: max-height 360ms ease;
}

.tourdates-panel .tourdate-list .tourdate-item {
  transition: opacity 220ms ease;
}

.tourdates-panel:not(.is-expanded) .tourdate-list .tourdate-item:nth-child(n+4) {
  opacity: 0;
  pointer-events: none;
}

.tourdates-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 92px;
  min-height: 54px;
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 243, 237, 0.62);
  cursor: pointer;
  font-size: var(--type-meta);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.tourdates-toggle__label {
  display: block;
  margin-bottom: 7px;
}

.tourdates-toggle span:not(.tourdates-toggle__label) {
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid rgba(247, 243, 237, 0.82);
  border-bottom: 2px solid rgba(247, 243, 237, 0.82);
  transform: translateY(-4px) rotate(45deg);
  transition: transform 180ms ease, border-color 180ms ease;
}

.tourdates-toggle:hover,
.tourdates-toggle:focus-visible {
  color: var(--text);
}

.tourdates-toggle:hover span:not(.tourdates-toggle__label),
.tourdates-toggle:focus-visible span:not(.tourdates-toggle__label) {
  border-color: var(--text);
}

.tourdates-panel.is-expanded .tourdates-toggle {
  opacity: 0;
  pointer-events: none;
}

.tourdate-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 112px;
  gap: 10px 18px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(247, 243, 237, 0.16);
}

.tourdate-list .tourdate-item:first-child {
  border-top: 0;
}

.tourdate-date {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 12px;
  align-items: center;
  color: var(--muted);
  line-height: 1;
  text-transform: uppercase;
}

.tourdate-date__day {
  grid-row: 1 / span 2;
  color: var(--text);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0;
}

.tourdate-date__month {
  display: inline-block;
  color: var(--text);
  min-width: 2.55em;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.tourdate-date__year {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.tourdate-item strong {
  display: inline;
  font-size: clamp(1.02rem, 1.6vw, 1.32rem);
  line-height: 1.2;
}

.tourdate-item em {
  display: inline;
  color: var(--muted);
  font-style: normal;
  margin: 0 0 0 12px;
}

.tourdate-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.tourdate-status,
.tourdate-ticket {
  color: rgba(247, 243, 237, 0.52);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tourdate-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(247, 243, 237, 0.64);
  border-radius: 0;
  color: var(--text);
  text-decoration: none;
}

.tourdate-ticket:hover,
.tourdate-ticket:focus-visible {
  border-color: var(--text);
  background: rgba(247, 243, 237, 0.08);
}

.tourdate-status--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(247, 243, 237, 0.38);
  color: rgba(247, 243, 237, 0.72);
  background: rgba(247, 243, 237, 0.04);
}

.tourdate-status--alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #ff2b2b;
  color: #ff2b2b;
  background: rgba(255, 43, 43, 0.09);
}

.tourdate-list--compact {
  display: grid;
  gap: 0;
}

.tourdate-list--compact .tourdate-item {
  padding: 10px 0;
}

.tourdate-list--compact .tourdate-date {
  grid-template-columns: 34px 1fr;
  gap: 0 10px;
}

.tourdate-list--compact .tourdate-date__day {
  font-size: clamp(1.35rem, 2.4vw, 1.86rem);
}

.tourdate-list--compact .tourdate-item strong {
  font-size: var(--type-body);
  line-height: 1.25;
}

.tourdate-list--compact .tourdate-item em {
  display: inline;
  margin: 0 0 0 12px;
  font-size: 0.92rem;
}

.tourdate-list--compact .tourdate-item p {
  display: none;
}

.tourdate-list--compact .tourdate-status,
.tourdate-list--compact .tourdate-ticket {
  white-space: nowrap;
}

.section--tourdates .tourdate-list {
  margin-top: 30px;
}

.tourdate-empty {
  color: var(--muted);
}

.about-panel {
  width: min(820px, 100%);
  margin: clamp(44px, 8vw, 88px) auto;
  text-align: center;
}

.home-teaser {
  width: min(820px, 100%);
  margin: clamp(44px, 8vw, 88px) auto;
  text-align: center;
}

.home-teaser h2 {
  margin: 0;
  font-size: var(--type-section-title);
  line-height: 1.08;
}

.home-teaser .button-row {
  justify-content: center;
}

.meta-nav {
  justify-content: center;
  gap: 18px;
  color: var(--muted);
}

.meta-nav a {
  color: rgba(247, 243, 237, 0.56);
  font-size: 0.86rem;
  transition: color 180ms ease, opacity 180ms ease;
}

.meta-nav a:hover,
.meta-nav a:focus-visible {
  color: rgba(247, 243, 237, 0.9);
  opacity: 1;
}

.splash__image {
  display: block;
  width: min(86vw, 1080px);
  height: auto;
  max-height: 64vh;
  object-fit: contain;
}

.section {
  position: fixed;
  left: 50%;
  top: clamp(222px, calc(2vh + 210px), 250px);
  bottom: 132px;
  z-index: 22;
  width: min(1180px, calc(100vw - 40px));
  min-height: auto;
  padding: clamp(16px, 3vw, 32px) clamp(16px, 4vw, 44px);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(-50%);
  transition: opacity 220ms ease, transform 220ms ease;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 16px, #000 calc(100% - 46px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 16px, #000 calc(100% - 46px), transparent 100%);
}

.section::-webkit-scrollbar {
  display: none;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
}

.intro-copy {
  color: var(--text);
  font-size: var(--type-body);
  line-height: 1.7;
}

.intro-copy h1 {
  margin: 0 0 22px;
  font-size: var(--type-section-title);
  font-weight: 700;
}

.page-id-7 .intro-copy > h1 {
  display: none;
}

.intro-copy h2 {
  margin: 34px 0 14px;
  font-size: var(--type-section-title);
  line-height: 1.08;
}

.intro-copy .eyebrow + h2 {
  margin-top: 0;
}

.intro-copy ul {
  margin: 14px 0 28px;
  padding: 0;
  list-style: none;
}

.intro-copy li {
  margin: 0 0 14px;
  color: var(--muted);
}

.intro-copy li strong {
  color: var(--text);
}

.intro-copy li a {
  color: var(--text);
  text-decoration: none;
}

.legal-notice {
  display: grid;
  gap: 0;
  width: min(760px, 100%);
}

.legal-notice__section {
  padding: 24px 0;
  border-top: 1px solid rgba(247, 243, 237, 0.2);
}

.legal-notice__section:first-child {
  border-top: 0;
  padding-top: 4px;
}

.legal-notice__section h2 {
  margin: 0 0 10px;
  color: rgba(247, 243, 237, 0.9);
  font-size: clamp(0.86rem, 1.2vw, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.legal-notice__section p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.legal-notice__section a {
  color: var(--text);
  text-decoration-color: rgba(247, 243, 237, 0.42);
  text-underline-offset: 4px;
  transition: text-decoration-color 180ms ease, color 180ms ease;
}

.legal-notice__section a:hover,
.legal-notice__section a:focus-visible {
  color: #fff;
  text-decoration-color: rgba(247, 243, 237, 0.9);
}

.section--about {
  padding-top: clamp(28px, 4vw, 58px);
}

.about-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-bottom: clamp(14px, 2vw, 24px);
}

.about-page > h1 {
  margin: 0 0 clamp(30px, 5vw, 58px);
  font-size: var(--type-page-title);
  line-height: 1.02;
}

.about-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: end;
  margin-bottom: clamp(46px, 7vw, 82px);
}

.about-visual-intro__copy p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.22;
}

.about-visual-intro img,
.about-wide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-visual-intro img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.about-page__grid--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.about-page__copy h2,
.about-links h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: var(--type-section-title);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page__copy p,
.about-page__copy blockquote {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.72;
}

.about-page__copy blockquote {
  padding-left: 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.44);
  color: var(--text);
  font-style: italic;
}

.about-links {
  margin-top: clamp(44px, 7vw, 86px);
}

.about-wide-image {
  margin: clamp(46px, 7vw, 86px) auto 0;
  width: min(980px, 100%);
}

.about-wide-image img {
  aspect-ratio: 16 / 6.8;
  object-fit: cover;
}

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

.about-links__grid a {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
}

.about-links__grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-links__grid strong {
  display: block;
  font-size: clamp(1.05rem, 1.8vw, 1.42rem);
  line-height: 1.15;
}

.social-section {
  width: min(820px, 100%);
  margin: clamp(46px, 7vw, 92px) auto 0;
  padding-top: clamp(22px, 4vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.about-page > .social-section {
  margin-top: clamp(24px, 4vw, 44px);
  padding-top: 0;
  border-top: 0;
}

.about-page .social-section__icons {
  padding-bottom: clamp(12px, 2vw, 22px);
}

.feature-release + .social-section {
  margin-top: clamp(20px, 3vw, 38px);
  padding-top: 0;
  border-top: 0;
}

.section--social .intro-copy h1 {
  margin-bottom: clamp(22px, 4vw, 38px);
  font-size: var(--type-section-title);
}

.section--social .social-section {
  margin-top: 0;
}

.social-section__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding-bottom: 18px;
}

.social-section__links br {
  display: none;
}

.social-section p {
  margin: 0 0 12px;
}

.social-section p:empty {
  display: none;
}

.social-section a {
  color: var(--muted);
  text-decoration: none;
}

.social-section__links a,
.social-section p a {
  color: var(--muted);
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
  text-decoration: none;
}

.social-section__links a:hover,
.social-section__links a:focus-visible,
.social-section__icons a:hover,
.social-section__icons a:focus-visible,
.social-section p a:hover,
.social-section p a:focus-visible {
  color: var(--text);
}

.social-section__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  padding-bottom: 54px;
}

.social-section__icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  gap: 9px;
  border: 1px solid rgba(247, 243, 237, 0.34);
  border-radius: 999px;
  color: rgba(247, 243, 237, 0.7);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.social-section__icons a:hover,
.social-section__icons a:focus-visible {
  border-color: rgba(247, 243, 237, 0.78);
  background: rgba(247, 243, 237, 0.06);
}

.social-section__icons svg {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-section__icons span {
  display: block;
  transform: translateY(1px);
}

.social-section__icons svg rect,
.social-section__icons svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-section__icons svg path {
  fill: currentColor;
}

.social-section__icons a[aria-label="Spotify"] svg path,
.social-section__icons a[aria-label="Instagram"] svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes scroll-cue {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }

  50% {
    transform: translateY(7px) rotate(45deg);
  }
}

@media (max-width: 720px) {
  .site::before {
    background:
      conic-gradient(from 132deg at -10% -18%, transparent 0 7deg, rgba(255, 255, 255, 0.17) 14deg, rgba(255, 255, 255, 0.055) 34deg, transparent 58deg),
      conic-gradient(from 158deg at 50% -22%, transparent 0 7deg, rgba(255, 255, 255, 0.15) 14deg, rgba(255, 255, 255, 0.045) 36deg, transparent 62deg),
      conic-gradient(from 184deg at 110% -18%, transparent 0 7deg, rgba(255, 255, 255, 0.17) 14deg, rgba(255, 255, 255, 0.055) 34deg, transparent 58deg);
    filter: blur(2px);
    transform: scale(1.2, 1.42);
  }

  .site::after {
    background:
      radial-gradient(ellipse at 50% 118%, rgba(255, 255, 255, 0.045), transparent 34%),
      radial-gradient(ellipse at 50% 48%, transparent 0 34%, rgba(0, 0, 0, 0.72) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82) 100%);
  }

  .splash {
    padding: 22px;
    gap: 28px;
  }

  .splash__header {
    width: min(92vw, 760px);
  }

  .splash__image {
    width: min(92vw, 820px);
  }

  .site-header {
    width: min(92vw, 760px);
  }

  .inner-nav {
    top: 86px;
    gap: 14px 18px;
    width: min(94vw, 520px);
  }

  .home-stage,
  .section {
    width: calc(100vw - 24px);
    padding: 12px 10px 18px;
  }

  .home-stage {
    padding-top: 38px;
  }

  .section {
    top: 150px;
    bottom: 112px;
  }

  .home-nav {
    gap: 14px 18px;
    width: min(94vw, 520px);
  }

  .feature-release,
  .tourdates-panel {
    grid-template-columns: 1fr;
  }

  .feature-release__cover-wrap {
    width: 100%;
    max-width: min(100%, 390px);
    margin: 0 auto;
  }

  .about-page__grid,
  .about-visual-intro,
  .about-links__grid {
    grid-template-columns: 1fr;
  }

  .about-visual-intro {
    align-items: start;
  }

  .about-visual-intro__copy p {
    font-size: clamp(1.12rem, 6vw, 1.55rem);
  }

  .tourdate-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px 12px;
    align-items: start;
  }

  .tourdate-list--compact .tourdate-item {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
  }

  .tourdate-date,
  .tourdate-list--compact .tourdate-date {
    grid-template-columns: 38px 1fr;
    gap: 0 10px;
    align-self: start;
  }

  .tourdate-date__day,
  .tourdate-list--compact .tourdate-date__day {
    font-size: clamp(1.62rem, 7vw, 2rem);
  }

  .tourdate-date__month,
  .tourdate-list--compact .tourdate-date__month {
    min-width: 2.6em;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .tourdate-date__year,
  .tourdate-list--compact .tourdate-date__year {
    font-size: 0.68rem;
    letter-spacing: 0.02em;
  }

  .tourdate-info {
    align-self: start;
    padding-top: 0;
    line-height: 1.2;
  }

  .tourdate-info strong {
    vertical-align: top;
  }

  .tourdate-list--compact .tourdate-status,
  .tourdate-list--compact .tourdate-ticket,
  .tourdate-status,
  .tourdate-ticket {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .tourdate-item em,
  .tourdate-list--compact .tourdate-item em {
    display: block;
    margin: 4px 0 0;
  }

  .home-footer,
  .site-footer {
    bottom: 10px;
    gap: 4px;
    padding-top: 7px;
  }

  .content-scroll-top {
    right: 8px;
    bottom: 48px;
    width: 31px;
    height: 31px;
  }

  .social-section__links {
    gap: 8px 14px;
    padding-bottom: 72px;
  }

  .social-section__icons a {
    width: 42px;
    padding: 0;
    gap: 0;
  }

  .social-section__icons span {
    display: none;
  }
}

@media (max-width: 720px) and (orientation: portrait) {
  .site::before {
    background:
      conic-gradient(from 136deg at -16% -8%, transparent 0 5deg, rgba(255, 255, 255, 0.18) 12deg, rgba(255, 255, 255, 0.06) 23deg, transparent 32deg, transparent 360deg),
      conic-gradient(from 192deg at 116% -8%, transparent 0 5deg, rgba(255, 255, 255, 0.18) 12deg, rgba(255, 255, 255, 0.06) 23deg, transparent 32deg, transparent 360deg);
    filter: blur(1px);
    transform: none;
  }
}

@media (max-width: 480px) {
  .splash__header {
    width: 94vw;
  }

  .site-header {
    width: 94vw;
  }

  .splash__image {
    width: 94vw;
  }
}

.light-lab-page .site::before,
.light-lab-page .site::after {
  opacity: 0;
}

.section--light-lab {
  z-index: 30;
}

.light-lab-copy {
  width: min(760px, 100%);
}

.light-lab-copy h1 {
  margin: 0 0 14px;
  font-size: var(--type-section-title);
}

.light-lab-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(247, 243, 237, 0.68);
  font-size: var(--type-body);
  line-height: 1.6;
}

.light-lab {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.light-lab__origin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid #ff2a2a;
  border-radius: 999px;
  color: #ff2a2a;
  font-size: 13px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.light-lab__svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: visible;
}

.light-lab__lights--mobile,
.light-lab__debug-lines--mobile {
  display: none;
}

.light-lab__svg line {
  stroke: #ff2a2a;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 720px) and (orientation: portrait) {
  .light-lab__lights--desktop,
  .light-lab__debug-lines--desktop {
    display: none;
  }

  .light-lab__lights--mobile {
    display: block;
  }
}
