:root {
  --ink: #120f12;
  --panel: #1c171b;
  --panel-soft: #282026;
  --ivory: #f7f0e2;
  --muted: #cfc3af;
  --gold: #c8a45d;
  --burgundy: #7a2133;
  --line: rgba(247, 240, 226, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #f0cf87;
}

img,
iframe,
video,
audio {
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 15, 18, 0.88);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.05;
}

.brand span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.86rem;
}

.site-nav a {
  color: var(--ivory);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.lang-switch a[aria-current="page"] {
  color: var(--gold);
}

.lang-switch {
  display: flex;
  gap: 8px;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.lang-switch a {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hero {
  min-height: 94vh;
  display: grid;
  align-items: end;
  position: relative;
  padding: 116px 0 70px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 18, 0.92), rgba(18, 15, 18, 0.52) 44%, rgba(18, 15, 18, 0.16)),
    linear-gradient(0deg, var(--ink), rgba(18, 15, 18, 0.12) 34%),
    url("../images/portrait-hero-1600.jpg") right 6% / cover no-repeat;
  transform: scale(1.01);
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
}

.hero-kicker,
.section-kicker {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 18px 0 18px;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.95;
  font-weight: 500;
}

.hero-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.35rem);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.button.secondary {
  background: transparent;
  color: var(--ivory);
}

.button:hover,
.button:focus-visible {
  background: #f0cf87;
  color: var(--ink);
}

main {
  background:
    radial-gradient(circle at 18% 12%, rgba(122, 33, 51, 0.18), transparent 28%),
    linear-gradient(180deg, var(--ink), #191418 38%, #100d10);
}

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

.section h2 {
  margin: 10px 0 26px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.section-lede {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 44px;
  align-items: start;
}

.portrait {
  position: sticky;
  top: 104px;
}

.portrait img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-flow p {
  margin: 0 0 18px;
  color: #eee3d2;
}

.text-flow strong {
  color: var(--ivory);
}

.cards,
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.055);
}

.card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.events {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery button {
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery button:hover img,
.gallery button:focus-visible img {
  transform: scale(1.04);
}

.video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 8px;
  background: #000;
}

.audio-list {
  display: grid;
  gap: 16px;
}

.audio-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.audio-item h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #0b090b;
  font-size: 0.92rem;
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-height: 88vh;
  width: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ink);
  color: var(--ivory);
  font-size: 1.5rem;
  cursor: pointer;
}

.language-home {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(90deg, rgba(18, 15, 18, 0.92), rgba(18, 15, 18, 0.55)),
    url("../images/banner-960.jpg") center / cover no-repeat;
}

.language-panel {
  width: min(760px, 100%);
}

.language-panel h1 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 8vw, 6rem);
  line-height: 0.95;
  font-weight: 500;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 0 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: rgba(18, 15, 18, 0.98);
    font-size: 1.2rem;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .lang-switch {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

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

  .portrait {
    position: static;
  }

  .cards,
  .media-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .hero {
    min-height: 88vh;
    padding-bottom: 44px;
  }

  .hero::before {
    background:
      linear-gradient(0deg, var(--ink), rgba(18, 15, 18, 0.26) 52%),
      linear-gradient(90deg, rgba(18, 15, 18, 0.8), rgba(18, 15, 18, 0.35)),
      url("../images/portrait-hero-1600.jpg") 61% 4% / cover no-repeat;
  }

  .section {
    padding: 66px 0;
  }

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