:root {
  color-scheme: dark;
  --ink: #050505;
  --surface: #0b0b0b;
  --surface-2: #141312;
  --surface-3: #1d1a18;
  --text: #f4efe7;
  --muted: #c9bfb1;
  --soft: #8f867a;
  --line: rgba(244, 239, 231, 0.16);
  --line-strong: rgba(244, 239, 231, 0.28);
  --bronze: #b88955;
  --petrol: #518f92;
  --wine: #782c34;
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
  --max: 1120px;
  --narrow: 820px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(81, 143, 146, 0.08), transparent 42%),
    linear-gradient(22deg, rgba(120, 44, 52, 0.1), transparent 38%),
    var(--ink);
}

a {
  color: inherit;
  text-decoration-color: rgba(184, 137, 85, 0.7);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--bronze);
}

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

p {
  margin: 0;
}

p + p {
  margin-top: 1.05rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
p,
a {
  overflow-wrap: break-word;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.55rem;
}

h4 {
  font-size: 1.15rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--text);
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  border-radius: 4px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(16px);
}

.site-nav {
  position: relative;
  width: min(100% - 2rem, var(--max));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  text-decoration: none;
  white-space: nowrap;
}

.brand-lockup {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.62rem;
  min-width: 0;
}

.brand-lockup img {
  max-width: none;
  mix-blend-mode: screen;
}

.brand-monogram {
  width: 30px;
  height: 34px;
  object-fit: contain;
}

.brand-wordmark {
  width: 140px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.82rem;
}

.nav-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.2rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--line);
}

.language-switch button {
  padding: 0.2rem;
  border: 0;
  background: transparent;
  color: var(--soft);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  color: var(--text);
}

.language-switch span {
  color: var(--soft);
  font-size: 0.7rem;
}

.main {
  min-height: 70vh;
}

.section {
  padding: 6rem 0;
}

.section.tight {
  padding: 3.5rem 0;
}

.container {
  width: min(100% - 2rem, var(--max));
  min-width: 0;
  margin: 0 auto;
}

.narrow {
  width: min(100% - 2rem, var(--narrow));
  min-width: 0;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--bronze);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.lede {
  color: var(--muted);
  font-size: 1.18rem;
  max-width: 760px;
}

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

.soft {
  color: var(--soft);
}

.hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background-color: var(--surface);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--surface-2);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 5, 5, 0.18);
}

.hero-content {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 8rem 0 5rem;
}

.hero-title {
  font-size: 4.8rem;
  text-transform: uppercase;
}

.hero-subtitle {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.35rem;
}

.hero-copy {
  margin-top: 1.2rem;
  max-width: 540px;
  color: var(--muted);
}

.hero-home {
  align-items: center;
  background: #000;
}

.hero-home::before {
  background: #000;
}

.hero-home::after {
  background: transparent;
}

.hero-home .hero-content {
  display: grid;
  justify-items: center;
  padding: 3.25rem 0 3rem;
  text-align: center;
}

.home-brand-logo {
  width: min(58vw, 430px);
  height: auto;
  mix-blend-mode: screen;
}

.hero-home .hero-subtitle {
  margin-top: 0.2rem;
}

.hero-home .hero-copy {
  max-width: 620px;
}

.hero-home .actions {
  justify-content: center;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 0.72rem 1rem;
  background: rgba(244, 239, 231, 0.06);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: rgba(184, 137, 85, 0.75);
  background: rgba(184, 137, 85, 0.16);
  color: var(--text);
  transform: translateY(-1px);
}

.button.primary {
  background: var(--bronze);
  border-color: var(--bronze);
  color: #120d08;
}

.button.primary:hover {
  background: #c79a64;
  color: #120d08;
}

.button.small {
  min-height: 40px;
  padding: 0.58rem 0.85rem;
  font-size: 0.86rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 3rem;
  align-items: center;
}

.text-stack > * + * {
  margin-top: 1.15rem;
}

.text-stack h2 + p,
.article-section h2 + p,
.project-biography h2 + p {
  margin-top: clamp(1.65rem, 2.8vw, 2.25rem);
}

.media-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 19, 18, 0.78);
  overflow: hidden;
}

.card-body {
  padding: 1.35rem;
}

.card-body > * + * {
  margin-top: 0.85rem;
}

.project-card img,
.feed-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.project-card .card-body .actions {
  margin-top: auto;
  padding-top: 1.5rem;
}

.project-logo-figure {
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.project-logo-stage {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 12 / 5;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}

.project-logo-stage::after {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border: 1px solid rgba(5, 5, 5, 0.16);
  pointer-events: none;
}

.project-logo-stage--glow {
  background: #c9c7c2;
  box-shadow: inset 0 -40px 80px rgba(91, 81, 70, 0.13);
}

.project-logo-stage--dramanduhr {
  background: #e2d2b8;
  box-shadow: inset 0 -40px 80px rgba(95, 63, 25, 0.16);
}

.project-logo-stage .project-logo {
  display: block;
  mix-blend-mode: darken;
}

.project-logo-stage .project-logo--glow {
  width: 86%;
  height: auto;
  max-height: 72%;
  aspect-ratio: auto;
  object-fit: contain;
}

.project-logo-stage .project-logo--dramanduhr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88%;
  height: auto;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.project-logo-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 1.35rem;
  background: rgba(5, 5, 5, 0.34);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.project-logo-figure figcaption span:last-child {
  color: var(--bronze);
  text-align: right;
}

.project-card > a > img {
  min-height: 260px;
}

.logo-plate {
  display: grid;
  place-items: center;
  min-height: 132px;
  border: 1px solid rgba(184, 137, 85, 0.22);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(244, 239, 231, 0.96), rgba(214, 204, 189, 0.9));
  padding: 1.35rem;
}

.logo-plate.dark {
  background:
    radial-gradient(circle at top, rgba(184, 137, 85, 0.18), transparent 45%),
    #11100f;
}

.logo-plate img,
.project-card .logo-plate img {
  width: min(100%, 520px);
  max-height: 122px;
  aspect-ratio: auto;
  object-fit: contain;
}

.logo-plate.wide img,
.project-card .logo-plate.wide img {
  max-height: 92px;
}

.project-identity {
  display: grid;
  gap: 0.95rem;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 1rem;
  align-items: stretch;
}

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

.image-mosaic .logo-plate {
  min-height: 220px;
}

.image-mosaic .logo-plate img {
  min-height: 0;
}

.project-card h3 a,
.feed-card h3 a {
  text-decoration: none;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  color: var(--soft);
  font-size: 0.84rem;
}

.streaming-section {
  border-block: 1px solid var(--line);
  background: #0a0a0a;
  padding: 5rem 0;
}

.streaming-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.spotify-player {
  min-width: 0;
  border-radius: 8px;
  background: #121212;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.spotify-player iframe {
  display: block;
  width: 100%;
  height: 800px;
  border: 0;
}

.project-streaming-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}

.project-biography {
  color: var(--muted);
}

.project-biography p + p {
  margin-top: 1.25rem;
}

.tag {
  display: inline-flex;
  border: 1px solid rgba(184, 137, 85, 0.46);
  border-radius: 4px;
  padding: 0.18rem 0.48rem;
  color: var(--bronze);
  font-size: 0.78rem;
  line-height: 1.25;
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background-color: var(--surface);
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--surface-2);
}

.page-hero.has-image {
  min-height: 560px;
}

.page-hero.has-image::before {
  background-image: var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero.has-image::after {
  background: rgba(5, 5, 5, var(--hero-overlay, 0.56));
}

.page-hero.has-image .container {
  position: relative;
  z-index: 1;
}

.page-hero--bio {
  --hero-image: url("/assets/images/pages/bio-hero.webp");
  --hero-position: center 20%;
  --hero-overlay: 0.45;
}

.page-hero--feed {
  --hero-image: url("/assets/images/pages/feed-hero.webp");
  --hero-position: center 28%;
  --hero-overlay: 0.54;
}

.page-hero--projects {
  --hero-image: url("/assets/images/pages/projects-hero.webp");
  --hero-position: center 15%;
  --hero-overlay: 0.58;
}

.page-hero--live {
  min-height: 640px;
  --hero-image: url("/assets/images/pages/live-performances-hero.webp");
  --hero-position: center 12%;
  --hero-overlay: 0.48;
}

.page-hero--production {
  --hero-image: url("/assets/images/pages/production-hero.webp");
  --hero-position: center;
  --hero-overlay: 0.54;
}

.page-hero--gallery {
  --hero-image: url("/assets/images/pages/gallery-hero.webp");
  --hero-position: center;
  --hero-overlay: 0.52;
}

.page-hero--contact {
  --hero-image: url("/assets/images/pages/contact-hero.webp");
  --hero-position: center;
  --hero-overlay: 0.5;
}

.page-hero--press {
  min-height: 560px;
  --hero-image: url("/assets/images/pages/press-hero.webp");
  --hero-position: center;
  --hero-overlay: 0.54;
}

.page-hero .container {
  padding: 7rem 0 4rem;
}

.page-kicker {
  margin-bottom: 0.8rem;
}

.page-title {
  max-width: 850px;
}

.page-subtitle {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 1.28rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  color: var(--soft);
  font-size: 0.86rem;
}

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

.breadcrumbs span + span::before {
  content: "/";
  margin-right: 0.5rem;
  color: var(--soft);
}

.article {
  padding: 5rem 0;
}

.article-section {
  padding: 2.2rem 0;
  border-top: 1px solid var(--line);
}

.article-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.article-section h3 {
  margin-bottom: 1rem;
  color: var(--text);
}

.article-section p {
  color: var(--muted);
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 3rem;
  align-items: start;
}

.bio-aside {
  position: sticky;
  top: 98px;
}

.bio-aside .card-body {
  display: grid;
  gap: 0.75rem;
}

.bio-aside img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.quote-panel {
  border-left: 3px solid var(--bronze);
  padding: 1.2rem 0 1.2rem 1.2rem;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.list-clean {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  color: var(--muted);
}

.list-clean li {
  padding-left: 1rem;
  border-left: 1px solid var(--line-strong);
}

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

.feed-card {
  min-height: 100%;
}

.feed-card time {
  color: var(--soft);
  font-size: 0.84rem;
}

.post-header {
  padding: 5rem 0 3rem;
}

.post-media {
  margin: 0 auto 3rem;
  width: min(100% - 2rem, var(--max));
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.post-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery-intro {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.gallery-shell {
  width: min(100% - 2rem, 940px);
  min-width: 0;
  margin: 0 auto;
}

.gallery-intro .gallery-shell {
  padding: 7rem 0 4rem;
}

.gallery-title {
  max-width: 780px;
  font-size: 4rem;
}

.gallery-lede {
  max-width: 680px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.gallery-section {
  padding: 2rem 0 7rem;
}

.photo-feed {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.photo-entry {
  padding: 2rem 0 4.5rem;
  border-top: 1px solid var(--line);
}

.photo-entry:first-child {
  border-top: 0;
}

.photo-entry-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.photo-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #080808;
}

.photo-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.photo-open img {
  width: 100%;
  max-height: 82svh;
  object-fit: contain;
  background: #080808;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 1.5rem;
  border: 0;
  background: rgba(0, 0, 0, 0.94);
  color: var(--text);
}

.photo-lightbox[open] {
  display: grid;
  place-items: center;
}

.photo-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.94);
}

.photo-lightbox img {
  max-width: calc(100vw - 3rem);
  max-height: calc(100vh - 3rem);
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.82);
  color: var(--text);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-open {
  overflow: hidden;
}

.menu-open {
  overflow: hidden;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  color: var(--muted);
  font-size: 0.92rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(244, 239, 231, 0.06);
  color: var(--text);
  padding: 0.85rem 0.9rem;
  font: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  min-height: 1.4rem;
  color: var(--bronze);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #070707;
  color: var(--muted);
}

.footer-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.social-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.platform-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.platform-link:hover {
  border-color: var(--bronze);
}

.editorial-section {
  position: relative;
  border-block: 1px solid var(--line);
  background-color: #0c0d0e;
}

.editorial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(217, 224, 226, 0.12) 25%),
    repeating-linear-gradient(0deg, transparent 0, transparent 47px, rgba(217, 224, 226, 0.07) 48px);
}

.editorial-section > .container {
  position: relative;
}

.editorial-section .eyebrow,
.page-feed .eyebrow {
  color: #91b6bd;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-item {
  min-height: 150px;
  padding: 1.3rem;
  background: var(--surface);
}

.service-item h3 {
  font-size: 1.25rem;
}

.service-item p {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.repertoire-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.repertoire-list li {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 0.35rem 0.65rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: production-step;
}

.process-step {
  counter-increment: production-step;
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.process-step::before {
  content: "0" counter(production-step);
  display: block;
  margin-bottom: 1rem;
  color: var(--petrol);
  font-size: 0.75rem;
  font-weight: 800;
}

.contact-section {
  background: #090a0a;
}

.contact-section .card {
  background: rgba(20, 22, 22, 0.9);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.press-section {
  background: #080808;
}

.press-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.press-toolbar strong {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

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

.press-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 19, 18, 0.86);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.press-card:hover {
  border-color: rgba(184, 137, 85, 0.52);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.press-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(81, 143, 146, 0.1), rgba(120, 44, 52, 0.08)),
    var(--surface-2);
}

.press-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.press-card-media img.is-fallback {
  object-fit: contain;
  padding: 1.5rem;
  background: #11100f;
  mix-blend-mode: screen;
}

.press-card:hover .press-card-media img {
  transform: scale(1.025);
}

.press-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem;
}

.press-card-body h2 {
  font-size: 1.42rem;
  line-height: 1.16;
}

.press-card-body .muted {
  font-size: 0.92rem;
  line-height: 1.62;
}

.press-card-body .button {
  margin-top: auto;
}

.press-card-meta {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.press-publication {
  color: var(--bronze);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.press-date,
.press-order {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.press-date {
  flex: 0 0 auto;
  text-align: right;
}

.press-project {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 0.28rem 0.5rem;
  color: var(--text-soft);
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
}

.press-project--before-the-glow {
  border-color: rgba(184, 137, 85, 0.48);
  color: #d0a675;
}

.press-project--dramanduhr {
  border-color: rgba(81, 143, 146, 0.52);
  color: #84b5b7;
}

@media (max-width: 1120px) {
  body {
    font-size: 17px;
  }

  h1,
  .hero-title {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2rem;
  }

  .gallery-title {
    font-size: 3.05rem;
  }

  .site-nav {
    min-height: 66px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 72px;
    display: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.98);
    padding: 0.75rem;
    box-shadow: var(--shadow);
    max-height: calc(100svh - 84px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 0.78rem 0.65rem;
  }

  .nav-links .language-switch button {
    min-width: 44px;
    min-height: 44px;
  }

  .language-switch {
    margin: 0.3rem 0 0;
    padding: 0.7rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 4.25rem 0;
  }

  .split,
  .grid.two,
  .grid.three,
  .streaming-grid,
  .project-streaming-grid,
  .image-mosaic,
  .bio-layout,
  .feed-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

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

  .bio-aside {
    position: static;
  }

  .hero-content {
    padding: 6rem 0 4rem;
  }

  .hero-home .hero-content {
    padding: 2.75rem 0 3rem;
  }

  .home-brand-logo {
    width: min(72vw, 360px);
  }
}

@media (max-width: 560px) {
  .brand-lockup {
    gap: 0.48rem;
  }

  .brand-monogram {
    width: 27px;
    height: 31px;
  }

  .brand-wordmark {
    width: 116px;
  }

  .site-nav {
    width: min(100% - 1.25rem, var(--max));
    gap: 0.65rem;
  }

  .nav-links {
    left: 0.625rem;
    right: 0.625rem;
  }

  .gallery-intro .gallery-shell {
    padding: 5rem 0 3rem;
  }

  .gallery-section {
    padding-top: 1rem;
  }

  .photo-entry {
    padding: 1.4rem 0 3rem;
  }

  .photo-open img {
    max-height: none;
  }

  .photo-lightbox {
    padding: 0.75rem;
  }

  .photo-lightbox img {
    max-width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 1.5rem);
  }

  .home-brand-logo {
    width: min(82vw, 300px);
  }

  .page-hero.has-image,
  .page-hero--live {
    min-height: 520px;
  }

  .page-hero--production,
  .page-hero--gallery,
  .page-hero--contact,
  .page-hero--press {
    --hero-position: 68% center;
    --hero-overlay: 0.66;
  }

  .page-hero--bio {
    --hero-position: 44% center;
  }

  .page-hero--feed {
    --hero-position: 58% center;
  }

  .page-hero--projects {
    --hero-position: 52% center;
  }

  .page-hero--live {
    --hero-position: 53% center;
  }

  .service-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }

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

  .press-toolbar .button {
    width: auto;
  }

  .press-card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .press-date {
    text-align: left;
  }

  .project-logo-stage {
    aspect-ratio: 11 / 5;
  }

  .project-logo-figure figcaption {
    padding-inline: 1rem;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  h1,
  .hero-title {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  .actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .page-hero {
    min-height: 390px;
  }

  .page-hero .container {
    padding: 5rem 0 3rem;
  }

  .page-subtitle,
  .lede {
    font-size: 1.05rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section.tight {
    padding: 2.75rem 0;
  }

  .press-card-body {
    padding: 1.1rem;
  }

  .spotify-player iframe {
    height: 800px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
