:root {
  --bg: #070707;
  --panel: rgba(11, 11, 12, 0.74);
  --panel-strong: rgba(8, 8, 9, 0.9);
  --line: rgba(241, 207, 150, 0.18);
  --line-strong: rgba(241, 207, 150, 0.32);
  --text: #f6f0e8;
  --muted: #cdc2b5;
  --muted-soft: #8e857a;
  --amber: #f1cf96;
  --copper: #d87d50;
  --jade: #58b89d;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content-width: 1320px;
  --header-height: 86px;
  --font-display: "Anton", sans-serif;
  --font-serif: "Cormorant Garamond", serif;
  --font-body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 20% 15%, rgba(216, 125, 80, 0.12), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(88, 184, 157, 0.12), transparent 22%),
    linear-gradient(180deg, #080808 0%, #050505 52%, #090909 100%);
  overflow-x: hidden;
}

body.is-loading,
body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

::selection {
  color: #100d0a;
  background: var(--amber);
}

.section-shell {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
}

.eyebrow,
.loader__eyebrow,
.overlay-nav__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--amber);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(241, 207, 150, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(6, 6, 6, 0.98), rgba(4, 4, 4, 0.99));
  transition:
    opacity 520ms ease,
    visibility 520ms ease,
    transform 520ms ease;
}

.loader.is-complete {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
}

.loader__grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 82%);
}

.loader__content {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

.loader__bars,
.equalizer {
  display: inline-flex;
  align-items: end;
  gap: 0.38rem;
}

.loader__bars {
  height: 3.4rem;
}

.equalizer {
  width: 2.2rem;
  height: 1.55rem;
}

.loader__bars span,
.equalizer span {
  display: block;
  width: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--amber), var(--copper));
  animation: bounce 1.2s ease-in-out infinite;
  transform-origin: bottom center;
}

.loader__bars span {
  width: 0.4rem;
}

.loader__bars span:nth-child(1),
.equalizer span:nth-child(1) {
  animation-delay: 0s;
  height: 38%;
}

.loader__bars span:nth-child(2),
.equalizer span:nth-child(2) {
  animation-delay: 0.12s;
  height: 100%;
}

.loader__bars span:nth-child(3),
.equalizer span:nth-child(3) {
  animation-delay: 0.24s;
  height: 55%;
}

.loader__bars span:nth-child(4),
.equalizer span:nth-child(4) {
  animation-delay: 0.18s;
  height: 86%;
}

.loader__bars span:nth-child(5) {
  animation-delay: 0.32s;
  height: 44%;
}

.loader__copy {
  margin: 0;
  color: var(--muted);
}

.loader__progress {
  font-family: var(--font-display);
  font-size: clamp(4rem, 13vw, 7rem);
  line-height: 0.9;
}

.film-noise,
.film-scanlines,
.film-flicker {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 35;
}

.film-noise {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  animation: grain 0.24s steps(3) infinite;
  transform: scale(1.25);
}

.film-scanlines {
  opacity: 0.18;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0 1px,
      transparent 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0 1px,
      transparent 1px 6px
    );
  mix-blend-mode: soft-light;
}

.film-flicker {
  opacity: 0.2;
  background:
    radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 20%, rgba(255, 255, 255, 0.04) 80%, transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 14px
    );
  animation: flicker 3.8s linear infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem min(2rem, 4vw);
  pointer-events: none;
}

.brand,
.site-header__tools {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.06rem;
  text-decoration: none;
}

.brand__label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand__wordmark {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 0.95;
}

.site-header__tools {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.menu-toggle {
  min-width: 5.5rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.62);
  color: var(--text);
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--line-strong);
  background: rgba(20, 18, 17, 0.86);
  transform: translateY(-1px);
}

.overlay-nav {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 7rem 1.5rem 2rem;
  background:
    radial-gradient(circle at 25% 18%, rgba(241, 207, 150, 0.1), transparent 24%),
    radial-gradient(circle at 75% 20%, rgba(88, 184, 157, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(6, 6, 6, 0.96), rgba(8, 8, 8, 0.98));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.overlay-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay-nav__inner {
  display: grid;
  gap: 0.35rem;
  width: min(100%, 980px);
}

.overlay-nav__inner a {
  width: fit-content;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 9vw, 7rem);
  font-style: italic;
  line-height: 0.95;
  text-decoration: none;
  transform: translateY(18px);
  opacity: 0;
  transition:
    color 180ms ease,
    transform 260ms ease,
    opacity 260ms ease;
}

.overlay-nav.is-open .overlay-nav__inner a {
  transform: translateY(0);
  opacity: 1;
}

.overlay-nav.is-open .overlay-nav__inner a:nth-child(2) { transition-delay: 80ms; }
.overlay-nav.is-open .overlay-nav__inner a:nth-child(3) { transition-delay: 140ms; }
.overlay-nav.is-open .overlay-nav__inner a:nth-child(4) { transition-delay: 200ms; }
.overlay-nav.is-open .overlay-nav__inner a:nth-child(5) { transition-delay: 260ms; }
.overlay-nav.is-open .overlay-nav__inner a:nth-child(6) { transition-delay: 320ms; }

.overlay-nav__inner a:hover,
.overlay-nav__inner a:focus-visible {
  color: var(--amber);
}

.overlay-nav__footer {
  max-width: 28rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.cinematic-section {
  position: relative;
  isolation: isolate;
}

.cinematic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cinematic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: end;
  padding: calc(var(--header-height) + 2rem) 0 4rem;
}

.hero::before {
  inset: -3%;
  background-image: url("./assets/photos/elemental-hero-2026.jpg");
  background-position: center 24%;
  filter: blur(1.6px) saturate(0.94) contrast(1.02) brightness(0.58);
  transform: scale(1.04);
}

.hero::after {
  background:
    radial-gradient(circle at 28% 22%, rgba(241, 207, 150, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.34) 45%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.hero__content {
  max-width: 44rem;
  padding: 1.35rem 1.35rem 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(8, 8, 9, 0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero__title,
.section-copy h2,
.booking__panel h2 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.hero__title {
  margin-top: 0.85rem;
  font-size: clamp(3.8rem, 10vw, 8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.hero__title span {
  display: block;
}

.hero__subtitle {
  margin: 1rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  font-style: italic;
  color: var(--amber);
}

.hero__lead,
.section-copy p,
.detail-card p,
.timeline__item p,
.booking__panel p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.9vw, 1.12rem);
  line-height: 1.78;
}

.hero__actions,
.booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-platforms {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.hero-platforms__label {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-platforms__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.hero-platforms__link {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(3rem, 4.4vw, 3.75rem);
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
  filter:
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 10px rgba(241, 207, 150, 0.12));
}

.hero-platforms__link::before {
  content: "";
  position: absolute;
  inset: 10% 14% 14%;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(255, 219, 140, 0.16), transparent 72%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.hero-platforms__link::after {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -54%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 249, 235, 0.26), transparent);
  transform: skewX(-18deg) translateX(0);
  opacity: 0;
  transition: transform 380ms ease, opacity 220ms ease;
}

.hero-platforms__link img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.hero-platforms__link:hover,
.hero-platforms__link:focus-visible {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.22);
  filter:
    drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 14px rgba(241, 207, 150, 0.14));
}

.hero-platforms__link:hover::before,
.hero-platforms__link:focus-visible::before {
  opacity: 1;
}

.hero-platforms__link:hover::after,
.hero-platforms__link:focus-visible::after {
  opacity: 1;
  transform: skewX(-18deg) translateX(460%);
}

.hero-platforms__link:focus-visible {
  outline: 2px solid rgba(241, 207, 150, 0.42);
  outline-offset: 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button--primary {
  background: linear-gradient(135deg, rgba(216, 125, 80, 0.95), rgba(241, 207, 150, 0.96));
  color: #18120d;
}

.button--secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.hero__meta,
.detail-grid,
.timeline__list,
.booking__meta,
.social-links {
  display: grid;
  gap: 0.85rem;
}

.hero__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.hero__meta article,
.detail-card,
.timeline__item,
.booking__panel,
.spotify-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero__meta article {
  padding: 1rem;
}

.hero__meta span,
.detail-card span,
.timeline__item span {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--amber);
}

.hero__meta strong,
.detail-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.marquee__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 1.1rem 0;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-style: italic;
  color: var(--muted);
  animation: marquee 30s linear infinite;
}

.profile,
.music,
.showcase,
.booking {
  padding: 6rem 0;
}

.profile::before {
  background-image: url("./assets/photos/portrait-red.jpg");
  background-position: calc(100% - 4%) 28%;
  background-size: auto 118%;
  background-repeat: no-repeat;
  filter: saturate(0.92) contrast(1.08) brightness(0.82);
}

.profile::after {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.88) 0%, rgba(4, 4, 4, 0.76) 42%, rgba(4, 4, 4, 0.5) 64%, rgba(4, 4, 4, 0.9) 100%);
}

.music::before {
  background-image: url("./assets/photos/studio-back.jpg");
  background-position: center 18%;
  filter: saturate(0.9) contrast(1.03) brightness(0.55);
}

.music::after {
  background:
    radial-gradient(circle at 72% 28%, rgba(88, 184, 157, 0.14), transparent 18%),
    linear-gradient(90deg, rgba(4, 4, 4, 0.88) 0%, rgba(4, 4, 4, 0.72) 52%, rgba(4, 4, 4, 0.88) 100%);
}

.showcase::before {
  background-image: url("./assets/photos/hero-stage.jpg");
  background-position: center 24%;
  filter: saturate(0.9) contrast(1.02) brightness(0.64);
}

.showcase::after {
  background:
    radial-gradient(circle at 55% 30%, rgba(241, 207, 150, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(4, 4, 4, 0.64), rgba(4, 4, 4, 0.84));
}

.booking::before {
  background-image: url("./assets/photos/studio-main.jpg");
  background-position: calc(100% - 6%) 35%;
  background-size: auto 122%;
  background-repeat: no-repeat;
  filter: saturate(0.88) contrast(1.04) brightness(0.48);
}

.booking::after {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.9) 0%, rgba(4, 4, 4, 0.62) 48%, rgba(4, 4, 4, 0.9) 100%);
}

.section-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
}

.section-layout--music {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.section-copy {
  max-width: 38rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(8, 8, 9, 0.5);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.section-copy h2,
.booking__panel h2 {
  margin-top: 0.7rem;
  max-width: 10ch;
  font-size: clamp(2.2rem, 4.6vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

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

.detail-grid--show {
  align-self: stretch;
}

.detail-card {
  padding: 1.25rem;
}

.detail-card p {
  font-size: 1rem;
}

.music__latest {
  margin-top: 1.2rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.music__latest strong {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-style: italic;
  line-height: 0.95;
}

.music__latest p {
  margin-top: 0.6rem;
}

.spotify-stack {
  display: grid;
  gap: 1rem;
}

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

.spotify-card {
  padding: 0.8rem;
}

.spotify-card iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 18px;
}

.spotify-card--featured {
  padding: 1rem;
}

.release-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.release-list li {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.release-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.release-list span {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
}

.release-list strong {
  font-weight: 700;
}

.timeline {
  padding: 6rem 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.96), rgba(9, 9, 9, 0.96));
}

.section-copy--center {
  max-width: 58rem;
  margin: 0 auto 1rem;
  text-align: center;
}

.section-copy--center h2 {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline__item {
  padding: 1.15rem;
}

.timeline__list--milestones {
  grid-template-columns: repeat(auto-fit, minmax(11.75rem, 1fr));
  gap: 0.95rem;
  align-items: stretch;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline__item--milestone {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 11.4rem;
  height: 100%;
  padding: 1.05rem;
  border-radius: 24px;
}

.timeline__item--milestone span {
  margin-bottom: 0;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.timeline__item--milestone p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  text-wrap: balance;
}

.booking__panel {
  max-width: 58rem;
  padding: 2rem;
}

.newsletter {
  padding: 5rem 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(216, 125, 80, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(7, 7, 7, 0.98));
}

.newsletter__panel {
  display: grid;
  gap: 1.2rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.newsletter__copy h2 {
  margin: 0.7rem 0 0;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.newsletter__copy p:last-child {
  margin: 1rem 0 0;
  max-width: 38rem;
  color: var(--muted);
  line-height: 1.72;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
}

.newsletter-form input {
  min-height: 3.45rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
}

.newsletter-form input::placeholder {
  color: var(--muted-soft);
}

.newsletter-form input:focus {
  border-color: var(--line-strong);
}

.newsletter__status {
  margin: 0;
  color: var(--amber);
  line-height: 1.5;
}

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

.booking__meta,
.social-links {
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  margin-top: 1.3rem;
}

.booking__meta a,
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.booking__meta a:hover,
.booking__meta a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}

.site-footer {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted-soft);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@keyframes bounce {
  0%,
  100% {
    transform: scaleY(0.62);
  }

  40% {
    transform: scaleY(1);
  }

  70% {
    transform: scaleY(0.38);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  10% { transform: translate(-2%, -3%); }
  20% { transform: translate(1%, 2%); }
  30% { transform: translate(-3%, 1%); }
  40% { transform: translate(2%, -2%); }
  50% { transform: translate(-1%, 3%); }
  60% { transform: translate(3%, 1%); }
  70% { transform: translate(0, 2%); }
  80% { transform: translate(-2%, 0); }
  90% { transform: translate(2%, -1%); }
  100% { transform: translate(1%, 0); }
}

@keyframes flicker {
  0%, 100% { opacity: 0.16; }
  10% { opacity: 0.23; }
  20% { opacity: 0.14; }
  35% { opacity: 0.21; }
  50% { opacity: 0.13; }
  65% { opacity: 0.24; }
  80% { opacity: 0.16; }
  90% { opacity: 0.2; }
}

@media (max-width: 1120px) {
  .section-layout,
  .section-layout--music,
  .detail-grid,
  .spotify-grid,
  .hero__meta,
  .timeline__list,
  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .section-copy,
  .booking__panel,
  .newsletter__copy {
    max-width: 100%;
  }

  .hero {
    align-items: end;
  }

  .profile::before,
  .booking::before {
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 74px;
  }

  .site-header {
    padding: 0.8rem 1rem;
  }

  .brand__wordmark {
    font-size: 1.9rem;
  }

  .overlay-nav {
    align-items: start;
  }

  .overlay-nav__inner {
    width: 100%;
    padding-top: 3rem;
  }

  .hero,
  .profile,
  .music,
  .showcase,
  .booking,
  .timeline,
  .newsletter {
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 3rem;
  }

  .hero__title {
    font-size: clamp(3.2rem, 15vw, 5.4rem);
    line-height: 0.94;
  }

  .section-copy h2,
  .booking__panel h2,
  .newsletter__copy h2 {
    max-width: none;
    font-size: clamp(2rem, 10.8vw, 3.4rem);
    line-height: 1;
  }

  .hero__content,
  .section-copy,
  .booking__panel,
  .newsletter__panel {
    padding: 1.15rem;
  }

  .hero-platforms__grid {
    gap: 0.45rem;
  }

  .hero-platforms__link {
    width: 3.1rem;
  }

  .timeline__item--milestone {
    min-height: 10.9rem;
    padding: 1rem 0.95rem;
    border-radius: 20px;
  }

  .timeline__item--milestone span {
    font-size: 0.62rem;
    letter-spacing: 0.15em;
  }

  .timeline__item--milestone p {
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .profile::before,
  .booking::before {
    background-size: cover;
    background-position: center top;
  }

  .site-footer {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 560px) {
  .timeline__list--milestones {
    grid-template-columns: 1fr;
    max-width: 24rem;
    gap: 0.72rem;
  }

  .timeline__item--milestone {
    min-height: auto;
    padding: 1rem;
  }

  .timeline__item--milestone span {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .timeline__item--milestone p {
    font-size: 0.96rem;
    line-height: 1.38;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
