:root {
  color-scheme: light;
  --pearl: #ffffff;
  --pearl-cool: #ffffff;
  --paper: #ffffff;
  --blue: #ffffff;
  --blue-line: #ffffff;
  --ink: #1f3039;
  --muted: #4e616c;
  --line: rgba(36, 50, 58, 0.1);
  --accent: #3f789c;
  --soft-accent: #ffffff;
  --shadow: none;
  --soft-panel: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button {
  font: inherit;
}

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

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

.site-header {
  align-items: baseline;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  padding: 1.35rem 5vw 1.15rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.brand,
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.brand {
  font-size: 1.08rem;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem clamp(1rem, 2.2vw, 1.8rem);
  justify-content: flex-end;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.nav-mobile-only {
  display: none;
}

.nav-toggle {
  display: none;
}

.hero-explore {
  display: none;
}

.hero {
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hero-text {
  animation: titleDrop 900ms ease-out 180ms both;
  display: grid;
  gap: 0.55rem;
  justify-items: end;
  left: 66%;
  position: absolute;
  text-align: right;
  top: 33%;
  z-index: 2;
}

.kicker,
.section-label {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin: 0 0 1.35rem;
  text-transform: uppercase;
}

.biography-section {
  align-items: center;
  background: transparent;
  display: grid;
  gap: clamp(2rem, 6vw, 5.5rem);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  padding: clamp(5rem, 10vw, 9rem) 7vw;
}

.biography-copy {
  max-width: 720px;
}

h1 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.hero-role {
  color: var(--ink);
  font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.76rem, 1vw, 0.92rem);
  letter-spacing: 0.18em;
  line-height: 1.1;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.feature-copy p,
.contact-row p {
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.86;
}

.hero-photo {
  background: #a9c9e8;
  border-radius: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-photo picture {
  display: block;
  height: 100%;
  width: 100%;
}

.hero-photo::after {
  background: linear-gradient(
    to bottom,
    rgba(12, 88, 184, 0.21) 0%,
    rgba(43, 127, 203, 0.08) 14%,
    rgba(71, 151, 211, 0.02) 29%,
    rgba(255, 255, 255, 0) 43%,
    rgba(255, 255, 255, 0) 66%,
    rgba(61, 139, 202, 0.025) 79%,
    rgba(28, 109, 188, 0.1) 91%,
    rgba(8, 72, 166, 0.29) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-photo img {
  filter: saturate(0.97) contrast(1.035) brightness(1.015);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@keyframes titleDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bio-image {
  justify-self: center;
  margin: 0;
  max-width: 420px;
  overflow: hidden;
  width: 100%;
}

.bio-image img {
  aspect-ratio: 3 / 4;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
  width: 100%;
}

.feature-section {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: 1fr;
  padding: clamp(4rem, 8vw, 7rem) 5vw;
}

.feature-copy {
  max-width: 680px;
}

.feature-copy p {
  margin: 1.2rem 0 0;
}

.feature-image {
  margin: 0;
  overflow: hidden;
}

.feature-image img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-image--wide img {
  aspect-ratio: 16 / 9;
  object-position: center 58%;
}

.community-section {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5.5rem);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  padding: clamp(4rem, 8vw, 7rem) 7vw;
}

.community-image {
  background: #ffffff;
  border-radius: 0;
  justify-self: center;
  margin: 0;
  max-width: 420px;
  overflow: hidden;
  width: 100%;
}

.community-image img {
  aspect-ratio: 3 / 4;
  filter: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.community-copy {
  padding-bottom: clamp(0rem, 2vw, 1.3rem);
}

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

.performance-list {
  display: grid;
  gap: 2.6rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.performance-row {
  align-items: start;
  display: grid;
  gap: 1.1rem clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: 108px minmax(140px, 0.34fr) minmax(0, 0.66fr);
}

.performance-image {
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.performance-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.performance-row time {
  color: #58717d;
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.event-meta {
  min-width: 0;
}

.performance-row .venue-name {
  color: #58717d;
  font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  letter-spacing: 0.035em;
  line-height: 1.4;
  margin: 0.38rem 0 0;
}

.performance-row h3 {
  color: #58717d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  font-weight: 400;
  margin: 0 0 0.42rem;
}

.performance-row p {
  color: #58717d;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0.1rem 0;
}

.image-credits {
  color: color-mix(in srgb, var(--muted) 72%, white);
  font-size: 0.66rem;
  line-height: 1.6;
  margin: -0.8rem 0 clamp(2.5rem, 5vw, 4rem);
}

.image-credits a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
  text-underline-offset: 0.16em;
}

.contact-section {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1fr);
  padding: clamp(4rem, 8vw, 7rem) 7vw;
}

.contact-section h2 {
  font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-table {
  background: #ffffff;
  border-radius: 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.15rem;
  max-width: 680px;
  padding: 1.1rem 0 0;
}

.contact-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 140px minmax(0, 1fr);
  padding: 0.72rem 0;
}

.contact-row span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-row p {
  margin: 0;
}

.contact-row a {
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 400;
  line-height: 1.6;
}

.site-footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.4rem 5vw 2rem;
}

.site-footer p {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.site-footer div {
  display: flex;
  gap: 1rem;
}

.site-footer a {
  font-weight: 700;
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    height: 64px;
    justify-content: center;
    padding: 0 1rem;
    position: absolute;
    top: 100svh;
  }

  .brand {
    display: none;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    max-width: 430px;
    width: 100%;
  }

  .site-nav a {
    color: #405966;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    white-space: nowrap;
  }

  .site-nav a::after {
    content: attr(data-mobile-label);
    font-size: clamp(0.61rem, 2.5vw, 0.7rem);
    letter-spacing: 0.13em;
  }

  .site-nav .nav-mobile-only {
    display: block;
  }

  .site-nav .nav-desktop-community {
    display: none;
  }

  .hero,
  .biography-section,
  .community-section,
  .feature-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    height: 100svh;
    min-height: 560px;
    padding: 0;
  }

  .hero-photo {
    max-width: 100%;
  }

  .hero-photo::after {
    background: linear-gradient(
      to bottom,
      rgba(12, 88, 184, 0.21) 0%,
      rgba(43, 127, 203, 0.08) 14%,
      rgba(71, 151, 211, 0.02) 29%,
      rgba(255, 255, 255, 0) 43%,
      rgba(255, 255, 255, 0) 66%,
      rgba(61, 139, 202, 0.025) 79%,
      rgba(28, 109, 188, 0.1) 91%,
      rgba(8, 72, 166, 0.29) 100%
    );
  }

  .hero-photo img {
    filter: saturate(0.97) contrast(1.035) brightness(1.015);
    object-position: 30% center;
  }

  .hero-text {
    bottom: auto;
    justify-items: end;
    left: auto;
    right: 1.25rem;
    text-align: right;
    top: 30%;
  }

  .hero-explore {
    align-items: center;
    bottom: max(1.15rem, env(safe-area-inset-bottom));
    color: rgba(28, 55, 69, 0.8);
    display: flex;
    flex-direction: column;
    font-size: 0.61rem;
    gap: 0.3rem;
    left: 50%;
    letter-spacing: 0.16em;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 2;
  }

  .hero-explore span:last-child {
    font-size: 1rem;
    font-weight: 300;
    line-height: 0.7;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .community-section,
  .feature-section,
  .contact-section,
  .site-footer {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.1rem);
  }

  .performance-row {
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .performance-image {
    aspect-ratio: 16 / 10;
    margin-bottom: 0.35rem;
    width: min(100%, 340px);
  }

  .performance-image img {
    object-position: center 44%;
  }

  .performance-row .venue-name {
    font-size: 0.96rem;
  }

  .performance-row h3 {
    font-size: 1rem;
    margin-bottom: 0.32rem;
  }
}

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

  .hero-text {
    animation: none;
  }
}
