:root {
  --ink: #130f10;
  --ink-soft: #241b1d;
  --cream: #f5ede4;
  --paper: #fffaf4;
  --red: #8f1725;
  --red-bright: #b72637;
  --gold: #c79a52;
  --muted: #bdaea4;
  --line: rgba(245, 237, 228, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2rem;
  min-height: 88px;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; letter-spacing: .03em; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: .78rem;
}
nav { display: flex; gap: 2rem; align-items: center; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
nav a:last-child { color: var(--gold); }
.language-toggle {
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .5rem .75rem;
  color: var(--cream);
  background: rgba(19,15,16,.42);
  font: 700 .8rem var(--sans);
  cursor: pointer;
}
.language-toggle:hover, .language-toggle:focus-visible { border-color: var(--gold); outline: none; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  min-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(143, 23, 37, .25), transparent 34%),
    linear-gradient(135deg, #130f10 0%, #1d1416 66%, #2e1116 100%);
}
.hero-copy { align-self: center; max-width: 770px; padding: 150px 6vw 100px 7vw; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.03; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.2rem, 6.6vw, 6.75rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.4rem, 4vw, 4.7rem); letter-spacing: -.035em; }
.hero-lede { max-width: 650px; margin-bottom: 2.2rem; color: #ded3cc; font-size: clamp(1.1rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
}
.button-primary { background: var(--red-bright); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: #d02d41; outline: 2px solid var(--gold); outline-offset: 3px; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.035); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--gold); outline: none; }
.hero-portrait { position: relative; min-height: 780px; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink), transparent 30%), linear-gradient(0deg, rgba(19,15,16,.7), transparent 36%); pointer-events: none; }
.hero-portrait img { height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.8) contrast(1.04); }
.portrait-caption { position: absolute; z-index: 1; right: 3.5rem; bottom: 3.2rem; max-width: 260px; color: var(--paper); font-family: var(--serif); font-size: 1.25rem; font-style: italic; text-align: right; }
.hero-name { position: absolute; z-index: -1; left: 1vw; bottom: -8vw; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 23vw; line-height: 1; letter-spacing: -.08em; }

.signature-strip { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 4vw, 4rem); min-height: 92px; padding: 1rem 5vw; color: var(--gold); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1rem, 1.7vw, 1.35rem); }
.signature-strip span:nth-child(even) { font-size: .55rem; }
.section { max-width: 1440px; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 7vw; }

.appearance { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.appearance-image { position: relative; }
.appearance-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); z-index: -1; }
.appearance-image img { aspect-ratio: 16 / 10; object-fit: cover; }
.appearance-copy .date { margin: 0 0 .75rem; color: var(--red-bright); font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 850; line-height: .9; letter-spacing: -.05em; }
.appearance-copy h2 { font-size: clamp(2.2rem, 3.5vw, 4rem); }
.appearance-copy > p:last-child { max-width: 530px; color: var(--muted); font-size: 1.12rem; }

.event-fit { max-width: none; background: var(--paper); color: var(--ink); }
.event-fit > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 3rem; align-items: start; }
.section-heading h2 { max-width: 800px; }
.event-list { margin-top: 4rem; border-top: 1px solid rgba(19,15,16,.2); }
.event-list article { display: grid; grid-template-columns: 80px .55fr 1fr; gap: 2rem; align-items: baseline; padding: 2.2rem 0; border-bottom: 1px solid rgba(19,15,16,.2); }
.event-list article > span { color: var(--red); font-weight: 850; }
.event-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.6rem); font-weight: 500; }
.event-list p { margin: 0; color: #594d49; font-size: 1.05rem; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.about-portrait { position: relative; }
.about-portrait::after { content: ""; position: absolute; width: 50%; height: 65%; right: -24px; bottom: -24px; border: 1px solid var(--gold); z-index: -1; }
.about-portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 48% center; }
.about-copy p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.15rem; }

.watch { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; max-width: none; background: linear-gradient(135deg, #791321, #380d14); }
.watch > *:first-child { margin-left: max(0px, calc((100vw - 1440px) / 2)); }
.watch-copy p:not(.eyebrow) { max-width: 600px; color: #eadbd4; font-size: 1.12rem; }
.youtube-link { display: inline-flex; align-items: center; gap: .9rem; margin-top: 1rem; color: white; text-decoration: none; font-size: 1.05rem; font-weight: 750; }
.youtube-icon { display: grid; place-items: center; width: 50px; height: 36px; border-radius: 10px; background: #ff0033; font-size: .9rem; }
.youtube-link:hover span:last-child, .youtube-link:focus-visible span:last-child { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.watch-image img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 20%; box-shadow: 30px 30px 0 rgba(19,15,16,.25); }

.booking { text-align: center; padding-top: clamp(7rem, 11vw, 11rem); padding-bottom: clamp(7rem, 11vw, 11rem); }
.booking h2 { max-width: 950px; margin-left: auto; margin-right: auto; }
.booking > p:not(.eyebrow) { max-width: 690px; margin: 0 auto 2.2rem; color: var(--muted); font-size: 1.15rem; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.5rem 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
footer p { margin: 0; }
footer > a:last-child { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { position: relative; grid-template-columns: 1fr auto; min-height: 76px; padding: 0 1.25rem; background: var(--ink); }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 5rem 1.5rem 3.5rem; }
  .hero-portrait { min-height: 560px; }
  .portrait-caption { right: 1.5rem; bottom: 1.5rem; }
  .appearance, .about, .watch { grid-template-columns: 1fr; }
  .watch > *:first-child { margin-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 0; }
  .event-list article { grid-template-columns: 50px 1fr; }
  .event-list article p { grid-column: 2; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 560px) {
  h1 { font-size: 3.35rem; }
  .hero-portrait { min-height: 470px; }
  .signature-strip { flex-wrap: wrap; gap: .6rem 1rem; padding: 1.25rem; }
  .section { padding-left: 1.35rem; padding-right: 1.35rem; }
  .appearance-image::before, .about-portrait::after { display: none; }
  .event-list article { gap: .8rem; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
