:root {
  --black: #080706;
  --gold: #d6ad56;
  --ivory: #f3e6c8;
  --wine: #6f080b;
  --focus: #f5ce7a;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }

html { background: var(--black); scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--ivory);
  font-family: Montserrat, Arial, sans-serif;
}

button, a { font: inherit; }

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

::selection { background: var(--gold); color: var(--black); }

.hero {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: #17100a;
}

.stage,
.program { position: absolute; inset: 0; }

.stage {
  isolation: isolate;
  background: #17100a url("assets/plates/stage-backdrop.png") center / cover no-repeat;
}

.stage::before,
.stage::after {
  position: absolute;
  z-index: 3;
  left: 26.8%;
  right: 0;
  pointer-events: none;
  content: "";
}

.stage::before {
  inset-block: 0;
  background:
    linear-gradient(180deg, rgba(8,7,6,.72), transparent 22%, transparent 72%, rgba(8,7,6,.68)),
    radial-gradient(ellipse at 24% 18%, rgba(214,173,86,.18), transparent 38%);
}

.stage::after {
  bottom: -9%;
  height: 34%;
  background: radial-gradient(ellipse at 28% 100%, rgba(214,173,86,.28), transparent 58%);
  transform: perspective(520px) rotateX(58deg);
  transform-origin: bottom;
}

.stage-rotator {
  position: absolute;
  left: 26.8%;
  top: 0;
  width: 73.2%;
  height: 100%;
  overflow: hidden;
}

.stage-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  background: #0d0b09;
  transform: scale(1.025);
  transition: opacity .55s ease, transform .9s var(--ease-out);
}

.stage-face-tai { z-index: 2; opacity: 1; transform: none; }
.stage-face-luiz { z-index: 1; }
.hero[data-active="luiz"] .stage-face-tai { z-index: 1; opacity: 0; transform: scale(1.025); }
.hero[data-active="luiz"] .stage-face-luiz { z-index: 2; opacity: 1; transform: none; }

.stage-composite { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.plate { position: absolute; display: block; }

.hero[data-active="luiz"] .active-marker { top: 53.4%; }
.hero[data-active="luiz"] .luiz-select { color: var(--gold); }
.hero[data-active="luiz"] .tai-select { color: #a68048; }

.home-header {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 26.8%;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 4vw;
  background: linear-gradient(rgba(8,7,6,.86), transparent);
}

.home-brand { display: none; }
.home-header nav { display: flex; gap: clamp(1.5rem, 3vw, 3rem); }
.home-header nav a { color: var(--ivory); font-size: .75rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.home-header nav a:hover { color: var(--gold); }

.spotlight-copy {
  position: absolute;
  z-index: 6;
  left: 58.5%;
  top: 14%;
  display: grid;
  gap: .2rem;
  justify-items: start;
  text-align: left;
  pointer-events: none;
}

.spotlight-copy > span { color: var(--gold); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.spotlight-copy strong { font-family: Imbue, Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .85; text-transform: uppercase; }
.spotlight-copy a { width: max-content; margin-top: .65rem; color: var(--ivory); font-size: .75rem; letter-spacing: .1em; pointer-events: auto; text-underline-offset: .35rem; text-transform: uppercase; }

.stage-bottom-rule {
  position: absolute;
  left: 26.8%;
  right: 0;
  bottom: 4.9%;
  border-top: 1px solid rgba(214, 173, 86, .75);
}

.program {
  width: 26.8%;
  right: auto;
  z-index: 4;
  background: var(--black) url("assets/plates/rail-paper.png") repeat;
  background-size: 8rem auto;
}

.brand-logo {
  left: 6.23%;
  top: 1.8%;
  width: 87.05%;
  height: 27.5%;
  object-fit: contain;
}

.active-marker {
  position: absolute;
  left: 9.75%;
  top: 35.5%;
  width: .55rem;
  height: 12.4%;
  background: #b61622;
  transition: top .75s var(--ease-out);
}

.artist-name {
  position: absolute;
  left: 41%;
  top: 50%;
  color: #f5f0e7;
  font-family: Imbue, "Noto Serif Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: .72;
  letter-spacing: .01em;
  transform: translateY(-50%);
  transition: color .35s ease, transform .45s var(--ease-out);
  text-transform: uppercase;
}

.artist-name > span { display: block; }

.artist-select {
  position: absolute;
  z-index: 2;
  left: 11.1%;
  width: 88.9%;
  height: 16.3%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a68048;
  cursor: pointer;
  text-align: left;
  transition: color .35s ease, background .45s ease;
}

.tai-select { top: 33.5%; }
.luiz-select { top: 51.2%; }

.artist-select img {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 31.5%;
  height: 80%;
  object-fit: cover;
  outline: 1px solid transparent;
  outline-offset: 3px;
  filter: brightness(.72) saturate(.76);
  transition: filter .4s ease, outline-color .4s ease, transform .5s var(--ease-out);
}

.artist-arrow {
  position: absolute;
  top: 50%;
  right: 6%;
  width: 1.15rem;
  height: 1.15rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.artist-select[aria-pressed="true"] {
  color: var(--gold);
  background: linear-gradient(90deg, rgba(214,173,86,.14), transparent 78%);
}

.artist-select[aria-pressed="true"] img {
  outline-color: var(--gold);
  filter: brightness(1.12) saturate(1.12) contrast(1.06);
  transform: scale(1.055);
}

.artist-select[aria-pressed="true"] .artist-name {
  color: var(--gold);
  transform: translate(4px, -50%);
}

.artist-select:hover img { filter: brightness(1.08) saturate(1.08) contrast(1.05); }

.divider {
  position: absolute;
  left: 11.1%;
  width: 79.5%;
  border-top: 1px solid rgba(214, 173, 86, .85);
}

.divider-one { top: 50.55%; }
.divider-two { top: 68.05%; }

.booking {
  position: absolute;
  left: 11.2%;
  top: 69.1%;
  width: 80.7%;
  height: 7.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  border: 1px solid #e3bb69;
  background: var(--wine);
  color: #f2c978;
  text-decoration: none;
  font-size: clamp(.75rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: .14em;
  white-space: nowrap;
}

.booking svg {
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.booking:hover { background: #8e1f24; color: var(--ivory); }

.rio-lineart {
  left: 0;
  bottom: 0;
  width: 112%;
  height: 20%;
  object-fit: cover;
  object-position: right bottom;
}

.section-shell { padding: clamp(5rem, 10vw, 9rem) max(6vw, calc((100vw - 1240px) / 2)); }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.manifesto { display: grid; grid-template-columns: .65fr 1.35fr; gap: 2rem 7vw; align-items: start; background: #0d0b09; }
.manifesto h1, .section-heading h2, .contact h2, .artist-intro h1 { margin: 0; font-family: Imbue, Georgia, serif; font-weight: 600; line-height: .92; text-transform: uppercase; }
.manifesto h1 { grid-column: 1; font-size: clamp(3rem, 6vw, 6rem); }
.manifesto > p:last-child { grid-column: 2; max-width: 42rem; margin: 3rem 0 0; color: #c9bfae; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.8; }
.cast { background: #15100b; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 3rem; }
.section-heading h2 { max-width: 12ch; font-size: clamp(3rem, 5vw, 5.4rem); }
.cast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(214, 173, 86, .45); border: 1px solid rgba(214, 173, 86, .45); }
.cast-card { position: relative; min-height: 680px; overflow: hidden; background: #080706; }
.cast-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,3,2,.96)); }
.cast-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .8s var(--ease-out); }
.cast-card:first-child img { object-position: 50% 22%; }
.cast-card:last-child img { object-position: 58% 18%; }
.cast-card:hover img { transform: scale(1.025); }
.cast-card div { position: absolute; z-index: 2; left: clamp(1.5rem, 4vw, 3.5rem); right: 2rem; bottom: 2.5rem; }
.cast-card p { margin: 0 0 .6rem; color: var(--gold); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.cast-card h3 { margin: 0 0 1.3rem; font-family: Imbue, Georgia, serif; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .8; text-transform: uppercase; }
.cast-card a { color: var(--ivory); text-underline-offset: .4rem; }
.contact { display: grid; grid-template-columns: minmax(180px, 28%) 1fr; gap: 8vw; align-items: center; background: var(--black); border-top: 1px solid rgba(214, 173, 86, .35); }
.contact > img { width: 100%; }
.contact h2 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 7rem); }
.contact p:not(.eyebrow) { max-width: 42rem; color: #c9bfae; line-height: 1.7; }
.contact-email { display: block; width: fit-content; margin-top: 1.5rem; color: var(--gold); font-weight: 600; overflow-wrap: anywhere; text-underline-offset: .4rem; }
.contact-email:hover { color: var(--ivory); }
.contact-pending { display: inline-flex; margin-top: 1rem; padding: 1.1rem 1.5rem; border: 1px solid var(--gold); color: var(--gold); letter-spacing: .12em; text-transform: uppercase; }
footer { display: flex; justify-content: space-between; padding: 1.5rem 6vw; border-top: 1px solid rgba(214, 173, 86, .3); color: #9c917f; font-size: .75rem; }
footer a { color: var(--gold); }

.site-header { position: absolute; z-index: 5; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 5vw; background: linear-gradient(rgba(0,0,0,.8), transparent); }
.site-header img { width: 180px; height: 90px; object-fit: contain; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { color: var(--ivory); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.artist-intro { position: relative; min-height: 100svh; overflow: hidden; background: #17100a; }
.artist-intro::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.2) 56%, rgba(0,0,0,.15)); }
.artist-intro > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 30%; }
.artist-intro-luiz > img { object-position: 28% 32%; }
.artist-intro > div { position: absolute; z-index: 2; left: 7vw; bottom: 10vh; max-width: 35rem; }
.artist-intro h1 { font-size: clamp(6rem, 13vw, 13rem); line-height: .67; }
.artist-meta { margin: 1.5rem 0 0; color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.artist-intro > div > p:last-child { max-width: 30rem; margin-top: 2rem; color: #d0c5b5; font-size: 1.1rem; line-height: 1.6; }
.artist-story { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: #0d0b09; }
.artist-story h2 { margin: 0; font-family: Imbue, Georgia, serif; font-size: clamp(3rem, 5vw, 5rem); font-weight: 600; line-height: .95; text-transform: uppercase; }
.artist-story > div:last-child { padding-top: 2rem; color: #c9bfae; font-size: 1.05rem; line-height: 1.8; }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-top: 0; background: #15100b; }
.numbers div { display: flex; min-height: 220px; flex-direction: column; justify-content: center; padding: 2rem; border: 1px solid rgba(214, 173, 86, .35); }
.numbers strong { color: var(--gold); font-family: Imbue, Georgia, serif; font-size: clamp(4rem, 7vw, 7rem); line-height: 1; }
.numbers span { color: #c9bfae; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.gallery { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; background: #15100b; }
.gallery img { width: 100%; height: 760px; object-fit: cover; }
.gallery img:first-child { object-position: 50% 25%; }
.gallery img:last-child { object-position: 50% 20%; }

.performance {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8vw;
  align-items: center;
  background: #0d0b09;
  border-block: 1px solid rgba(214,173,86,.35);
}

.performance h2 { max-width: 11ch; margin: 0; font-family: Imbue, Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 600; line-height: .9; text-transform: uppercase; }
.performance p { max-width: 38rem; color: #c9bfae; line-height: 1.7; }
.performance > a { display: grid; justify-items: center; gap: 1rem; color: var(--gold); font-size: .75rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.performance svg { width: clamp(5rem, 10vw, 8rem); overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .45s var(--ease-out), color .3s ease; }
.performance svg path { fill: currentColor; stroke: none; }
.performance a:hover svg { color: var(--ivory); transform: scale(1.06); }

@media (max-width: 760px) {
  .hero { height: auto; min-height: 100svh; padding-top: 60vh; }
  .stage { height: 60vh; }
  .stage::before, .stage::after { left: 0; }
  .stage-rotator { left: 0; width: 100%; height: 60vh; }
  .stage-composite { object-position: 30% center; }
  .home-header { left: 0; min-height: 62px; padding: 0 1rem; background: linear-gradient(rgba(8,7,6,.9), transparent); }
  .home-header nav { gap: 1.1rem; }
  .home-header nav a { font-size: .7rem; }
  .spotlight-copy { right: 1rem; left: auto; top: 15vh; justify-items: end; text-align: right; }
  .spotlight-copy strong { font-size: 2.4rem; }
  .spotlight-copy a { font-size: .7rem; }
  .program { top: 60vh; width: 100%; height: 40vh; }
  .brand-logo { left: 4%; top: 3%; width: 30%; height: 27%; object-fit: contain; }
  .active-marker { left: 4%; top: 34%; height: 22%; }
  .artist-select { left: 4%; width: 96%; height: 25%; }
  .artist-select img { left: 4%; width: 18%; height: 78%; }
  .artist-name { left: 28%; font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .tai-select { top: 31%; }
  .luiz-select { top: 58%; }
  .divider { left: 4%; width: 92%; }
  .divider-one { top: 58%; }
  .divider-two { display: none; }
  .booking { left: 58%; top: 4%; width: 38%; height: 22%; padding: 0 4%; font-size: .7rem; white-space: normal; }
  .rio-lineart { display: none; }
  .hero[data-active="luiz"] .active-marker { top: 61%; }
  .manifesto, .contact { grid-template-columns: 1fr; }
  .manifesto h1, .manifesto > p:last-child { grid-column: 1; }
  .manifesto > p:last-child { margin-top: 0; }
  .cast-grid { grid-template-columns: 1fr; }
  .cast-card { min-height: 560px; }
  .contact > img { max-width: 220px; }
  footer { gap: 1rem; flex-direction: column; }
  .site-header { padding: .7rem 1rem; }
  .site-header img { width: 120px; height: 65px; }
  .site-header nav { gap: 1rem; }
  .site-header nav a { font-size: .7rem; }
  .artist-intro > img { object-position: 58% 25%; }
  .artist-intro-luiz > img { object-position: 28% 30%; }
  .artist-intro > div { left: 1.25rem; right: 1.25rem; bottom: 7vh; }
  .artist-story, .numbers, .gallery { grid-template-columns: 1fr; }
  .performance { grid-template-columns: 1fr; }
  .performance > a { justify-self: start; justify-items: start; text-align: left; }
  .numbers { padding-inline: 1.25rem; }
  .gallery img { height: 520px; }
}

@media (max-width: 360px) {
  .site-header img { width: 86px; }
  .site-header nav { gap: .55rem; }
  .site-header nav a { font-size: .7rem; letter-spacing: .06em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
