:root {
  color-scheme: light;
  --bg: #f6f4ee;
  --ink: #080808;
  --muted: #6f6b62;
  --line: rgba(8, 8, 8, 0.16);
  --paper: #ffffff;
  --headline-leading: 1.08;
  --headline-gap: clamp(0.9rem, 1.7vw, 1.25rem);
  --body-gap: clamp(0.82rem, 1.2vw, 1.05rem);
  --section-gap: clamp(1.6rem, 3.8vw, 3.4rem);
  --section-pad: clamp(2.25rem, 3.8vw, 3.8rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.35;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.55rem 0.6rem 0.55rem 0.85rem;
  border: 1px solid rgba(8, 8, 8, 0.13);
  border-radius: 999px;
  background: rgba(246, 244, 238, 0.82);
  box-shadow: 0 18px 54px rgba(8, 8, 8, 0.08);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.2rem);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.site-header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.brand {
  width: clamp(102px, 10vw, 146px);
}

.brand img,
.footer img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.nav a,
.header-booking,
.booking-link,
.footer a {
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.nav a:hover,
.header-booking:hover,
.booking-link:hover,
.footer a:hover {
  color: var(--ink);
  opacity: 0.58;
}

.header-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 2rem max(1rem, calc((100vw - 1320px) / 2)) 1.25rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(1.3rem, 3vw, 2.5rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(246, 244, 238, 0.2), rgba(246, 244, 238, 0.48)),
    radial-gradient(circle at 50% 30%, rgba(246, 244, 238, 0.14), rgba(246, 244, 238, 0.46));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.42'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
  animation: filmGrain 950ms steps(2, end) infinite;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(1.14) contrast(1.1) brightness(1.04);
  pointer-events: none;
}

.hero-logo {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  max-height: 31vh;
  object-fit: contain;
  will-change: opacity, transform;
}

.hero-bottom {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-quote {
  margin: 0;
}

.hero-quote p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 4.7rem);
  line-height: var(--headline-leading);
  letter-spacing: 0;
}

.hero-quote cite {
  display: block;
  margin-top: var(--headline-gap);
  color: var(--muted);
  font-size: clamp(0.8rem, 1.2vw, 0.98rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.featured-photo figure:hover img,
.split figure:hover img,
.photo-strip figure:hover img {
  transform: scale(1.035);
}

.featured-photo {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: var(--section-pad) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(320px, 0.52fr);
  align-items: stretch;
  gap: var(--section-gap);
}

.featured-copy {
  min-height: min(58vh, 600px);
  padding: clamp(0.2rem, 1vw, 0.9rem) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-copy h2 {
  max-width: 620px;
  margin-bottom: var(--headline-gap);
  font-size: clamp(2.15rem, 4.35vw, 4.85rem);
  font-weight: 800;
  line-height: var(--headline-leading);
  letter-spacing: 0;
}

.featured-copy p:not(.kicker) {
  max-width: 620px;
  margin-bottom: var(--body-gap);
  color: var(--muted);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.62;
}

.featured-copy p:last-child {
  margin-bottom: 0;
}

.featured-photo figure {
  width: min(720px, 100%);
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper);
}

.featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 900ms ease;
}

.section {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: var(--section-pad) 0;
}

.artist,
.bookings {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--section-gap);
}

.artist .section-copy,
.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(340px, 0.46fr);
  gap: var(--section-gap);
  align-items: center;
}

.kicker {
  margin: 0 0 clamp(0.35rem, 0.9vw, 0.75rem);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.artist h1,
.bookings h1 {
  max-width: 980px;
  margin-bottom: var(--headline-gap);
  font-size: clamp(2.55rem, 5.8vw, 6.2rem);
  font-weight: 800;
  line-height: var(--headline-leading);
  letter-spacing: 0;
}

.artist p:not(.kicker),
.split p:not(.kicker),
.booking-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.66;
}

.artist p:not(.kicker),
.split p:not(.kicker),
.booking-copy p {
  margin-bottom: var(--body-gap);
}

.based-line {
  margin-top: 0.85rem;
  color: var(--ink) !important;
  font-weight: 800;
}

.quiet-note,
.artist-note {
  max-width: 620px;
  margin: clamp(1.1rem, 2vw, 1.65rem) 0 0;
  color: var(--ink);
}

.quiet-note {
  font-size: clamp(1.05rem, 1.45vw, 1.55rem) !important;
  font-weight: 800;
  line-height: 1.25 !important;
}

.artist-note {
  display: grid;
  gap: 0.35rem;
  padding-top: clamp(1rem, 2vw, 1.45rem);
  border-top: 1px solid rgba(8, 8, 8, 0.18);
}

.artist-note strong {
  display: block;
  font-size: clamp(1.45rem, 2.7vw, 2.8rem);
  line-height: 1;
}

.artist-note span {
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.1rem);
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 0.48fr);
  gap: var(--section-gap);
  align-items: center;
}

.split figure,
.photo-strip figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.split figure {
  height: min(60vh, 640px);
}

.split figure img,
.photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.photo-strip figure:first-child img {
  object-position: center 18%;
}

.split h2 {
  max-width: 680px;
  margin-bottom: var(--headline-gap);
  font-size: clamp(2.2rem, 4.35vw, 4.85rem);
  font-weight: 800;
  line-height: var(--headline-leading);
  letter-spacing: 0;
}

.sound-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: clamp(1.1rem, 2vw, 1.75rem) 0 0;
  padding: 0;
}

.sound-list li {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.photo-strip {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.photo-strip figure {
  height: min(74vh, 760px);
}

.photo-strip figure:nth-child(2) {
  margin-top: clamp(1rem, 3vw, 2.5rem);
}

.booking-copy {
  max-width: 760px;
}

.booking-copy p {
  margin-bottom: var(--body-gap);
}

.booking-link {
  display: block;
  width: fit-content;
  margin-top: 0.65rem;
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  font-weight: 800;
}

.booking-link.muted {
  color: var(--muted);
}

.footer {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer img {
  width: clamp(110px, 12vw, 170px);
}

.legal-page .site-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.legal-main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8.5rem 0 4rem;
}

.legal-hero {
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin-bottom: 0;
  font-size: clamp(3.6rem, 12vw, 10rem);
  line-height: var(--headline-leading);
  letter-spacing: 0;
}

.legal-content {
  display: grid;
  gap: 2rem;
  max-width: 820px;
  margin-left: auto;
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.legal-content p,
.legal-content a {
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.legal-content a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-section {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.14;
}

.legal-section h3 {
  margin: 1.6rem 0 0.65rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

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

.hero-logo.is-visible.is-faded {
  opacity: 0;
  transform: translateY(-28px) scale(0.985);
}

@keyframes sparkle {
  from {
    opacity: 0.22;
    transform: scale(0.75);
  }
  to {
    opacity: 0.72;
    transform: scale(1.45);
  }
}

@keyframes filmGrain {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-2%, 1%, 0);
  }
  50% {
    transform: translate3d(1%, -2%, 0);
  }
  75% {
    transform: translate3d(2%, 2%, 0);
  }
  100% {
    transform: translate3d(-1%, 0, 0);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: min(720px, calc(100% - 1rem));
  }

  .nav {
    gap: 1.2rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-bottom,
  .artist,
  .split,
  .bookings,
  .artist .section-copy,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .artist .section-copy,
  .booking-grid {
    gap: 1.6rem;
    align-items: start;
  }

  .hero-topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-logo {
    max-height: none;
  }

  .featured-photo {
    grid-template-columns: 1fr;
    gap: clamp(1.45rem, 5vw, 2.25rem);
    padding: clamp(2.5rem, 8vw, 3.75rem) 0;
  }

  .featured-copy {
    min-height: auto;
    padding: 0;
  }

  .featured-photo figure {
    width: 100%;
    margin-left: 0;
  }

  .section {
    padding: clamp(2.5rem, 8vw, 3.75rem) 0;
  }

  .split {
    gap: clamp(1.45rem, 5vw, 2.25rem);
  }

  .split figure {
    order: 2;
  }

  .split > div {
    order: 1;
  }

  .split figure,
  .photo-strip figure {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .photo-strip {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
  }

  .photo-strip figure:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .site-header,
  .featured-photo,
  .section,
  .photo-strip,
  .footer {
    width: calc(100% - 1rem);
  }

  .site-header {
    grid-template-columns: auto minmax(9.8rem, 44%);
    justify-content: space-between;
    margin-top: 0.5rem;
    padding: 0.55rem 0.6rem 0.55rem 0.75rem;
    gap: 0.85rem;
  }

  .brand {
    width: clamp(112px, 24vw, 134px);
  }

  .nav {
    display: none;
  }

  .header-booking {
    justify-self: end;
    width: 100%;
    min-height: 2.35rem;
    padding: 0 1.25rem;
    font-size: 0.74rem;
  }

  .hero {
    min-height: 92vh;
    gap: 1.5rem;
  }

  .hero-quote p {
    font-size: clamp(1.75rem, 5.2vw, 2.6rem);
  }

  .featured-photo,
  .section {
    padding: 2.35rem 0;
  }

  .featured-photo,
  .split {
    gap: 1.35rem;
  }

  .split figure {
    order: 1;
  }

  .split > div {
    order: 2;
  }

  .artist .section-copy,
  .booking-grid {
    gap: 1.35rem;
  }

  .photo-strip {
    padding: 1rem 0;
    gap: 1rem;
  }

  .kicker {
    margin-bottom: 0.55rem;
  }

  .featured-copy h2 {
    font-size: clamp(2rem, 6.2vw, 3rem);
  }

  .artist h1,
  .bookings h1 {
    font-size: clamp(2.1rem, 6.8vw, 3.35rem);
  }

  .split h2 {
    font-size: clamp(2rem, 6.4vw, 3.15rem);
  }

  .legal-main {
    width: calc(100% - 1rem);
    padding-top: 7.5rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero::after {
    animation: none;
  }

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