:root {
  --bg: #0e0d0c;
  --bg-alt: #161412;
  --bg-dark: #0a0908;
  --text: #ece6d8;
  --muted: #9b9388;
  --gold: #c9a961;
  --gold-strong: #e0bf73;
  --max: 1100px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}

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

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

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 0;
}

h1 { font-size: clamp(1.8rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: .5rem; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 9, 8, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #1f1c18;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.brand {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text);
}
.brand span { color: var(--gold); }
.brand:hover { text-decoration: none; }

.site-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
}
.site-header nav a {
  color: var(--text);
  font-size: .92rem;
  letter-spacing: .04em;
}
.site-header nav a:hover { color: var(--gold); text-decoration: none; }

.nav-toggle, .nav-toggle-label { display: none; }

@media (max-width: 820px) {
  .site-header nav ul {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--bg-dark);
    border-bottom: 1px solid #1f1c18;
    padding: .5rem 0;
  }
  .site-header nav ul li { padding: 0 1.25rem; }
  .site-header nav ul li a { display: block; padding: .65rem 0; border-bottom: 1px solid #1a1815; }
  .nav-toggle-label {
    display: block;
    width: 32px; height: 24px;
    cursor: pointer;
    position: relative;
  }
  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--text);
  }
  .nav-toggle-label span { top: 11px; }
  .nav-toggle-label span::before { content: ""; top: -8px; }
  .nav-toggle-label span::after  { content: ""; top: 8px; }
  .nav-toggle:checked ~ ul { display: flex; }
}

/* Hero */
.hero {
  padding: clamp(4rem, 10vw, 8rem) 0;
  text-align: center;
  background:
    linear-gradient(rgba(10,9,8,0.55), rgba(10,9,8,0.85)),
    radial-gradient(ellipse at top, #2a221a, var(--bg-dark));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .85rem;
  color: var(--gold);
  margin: 0 0 1rem;
}

.hero h1 { margin: 0 0 1.25rem; }
.lead {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 1.1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: .85rem 1.75rem;
  background: var(--gold);
  color: #1a1410;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .9rem;
  border: 1px solid var(--gold);
  transition: background .2s, color .2s;
}
.btn:hover { background: var(--gold-strong); color: #1a1410; text-decoration: none; }

.btn-outline {
  background: transparent;
  color: var(--gold);
}
.btn-outline:hover { background: var(--gold); color: #1a1410; }

/* Sections */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--bg-dark); }

.section h2 { color: var(--text); }
.center { text-align: center; }

/* Program */
.program {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.program li {
  padding: .9rem 0 .9rem 1.5rem;
  border-bottom: 1px solid #2a2520;
  position: relative;
}
.program li::before {
  content: "♦";
  position: absolute;
  left: 0; top: .9rem;
  color: var(--gold);
  font-size: .8rem;
}
.program li:last-child { border-bottom: none; }

/* Tag */
.tag {
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: #5a1818;
  color: #ffd9d9;
  padding: .25rem .6rem;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: .5rem;
}

/* Grids */
.grid { display: grid; gap: 1rem; }

.grid-vip      { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.grid-gallery  { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.grid-vip a, .grid-gallery a { display: block; overflow: hidden; }
.grid-vip img, .grid-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  transition: transform .35s, opacity .2s;
}
.grid-vip a:hover img, .grid-gallery a:hover img { transform: scale(1.04); opacity: .9; }

/* Logos grid */
.grid-logos {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  margin-bottom: 3rem;
  gap: 1.5rem 2rem;
}
.grid-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: .5rem;
  filter: brightness(.95);
  transition: filter .2s, transform .2s;
}
.grid-logos a:hover { filter: brightness(1.1); transform: translateY(-2px); }
.grid-logos img { max-height: 70px; width: auto; object-fit: contain; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.contact-line { font-size: 1.1rem; }
.muted { color: var(--muted); font-size: .9rem; }

/* Footer */
.site-footer {
  background: var(--bg-dark);
  border-top: 1px solid #1f1c18;
  padding: 1.5rem 0;
  font-size: .9rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--gold); }
