:root {
  --bg: #111111;
  --bg-soft: #181818;
  --paper: #f6f1e8;
  --text: #f5f2ec;
  --text-dark: #1f1f1f;
  --muted: #c7c0b6;
  --accent: #7a1e2c;
  --border: rgba(255,255,255,.12);
  --container: 1200px;
  --radius: 20px;
  --shadow: 0 20px 50px rgba(0,0,0,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: 800px; }
.site-main { min-height: 60vh; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); background: rgba(17,17,17,.88); border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.site-title, h1, h2, h3, .eyebrow { font-family: "Cormorant Garamond", serif; }
.site-title { font-size: 1.6rem; font-weight: 700; }
.primary-menu, .footer-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.25rem; }
.primary-menu a { color: var(--paper); }
.menu-toggle { display: none; background: transparent; color: var(--paper); border: 1px solid var(--border); border-radius: 999px; padding: .65rem .9rem; }
.hero { position: relative; min-height: 78vh; background-size: cover; background-position: center; display: grid; align-items: end; }
.hero--small { min-height: 50vh; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.72)); }
.hero__content { position: relative; z-index: 1; padding: 7rem 0 5rem; max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .9rem; color: var(--muted); margin: 0 0 .5rem; }
.hero h1, .page-header h1, .section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .95; margin: 0 0 1rem; }
.hero__text { font-size: 1.15rem; max-width: 62ch; }
.hero__actions, .buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .95rem 1.35rem; font-weight: 600; transition: .25s ease; }
.button--primary { background: var(--accent); color: #fff; }
.button--primary:hover { transform: translateY(-1px); }
.button--ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.section { padding: 5rem 0; }
.section--light { background: var(--paper); color: var(--text-dark); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading h2, .section-heading h1, .page-header h1 { color: inherit; }
.text-link { color: var(--accent); font-weight: 700; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.section--light .card { background: #fff; border-color: rgba(0,0,0,.06); }
.card__media img, .card__placeholder { aspect-ratio: 16/10; object-fit: cover; width: 100%; background: linear-gradient(135deg, #3c3c3c, #1d1d1d); }
.card__body { padding: 1.25rem; }
.card__meta { font-size: .9rem; color: #b8ad9f; margin-top: 0; }
.section--light .card__meta { color: #7d7165; }
.card h3 { font-size: 2rem; line-height: 1; margin: 0 0 .75rem; }
.split-block { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.gallery-placeholder { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.gallery-placeholder div { background: linear-gradient(135deg, #2d2d2d, #5a5a5a); border-radius: 16px; min-height: 160px; }
.section--light .gallery-placeholder div { background: linear-gradient(135deg, #d8d0c6, #bfb3a2); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 2rem; }
.detail-box { background: rgba(255,255,255,.04); border: 1px solid var(--border); padding: 1.5rem; border-radius: var(--radius); align-self: start; position: sticky; top: 90px; }
.section--light .detail-box { background: #fff; border-color: rgba(0,0,0,.08); }
.site-footer { border-top: 1px solid var(--border); padding: 3rem 0; }
.site-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-menu { flex-direction: column; gap: .5rem; }
@media (max-width: 1023px) {
  .cards-grid, .split-block, .content-grid, .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .detail-box { position: static; }
}
@media (max-width: 767px) {
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #151515; border-bottom: 1px solid var(--border); }
  .primary-nav.is-open { display: block; }
  .primary-menu { flex-direction: column; padding: 1rem; }
  .cards-grid, .split-block, .gallery-placeholder, .site-footer__grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .hero { min-height: 70vh; }
  .hero__content { padding-top: 6rem; }
}

.center-text { text-align: center; }
.lead { font-size: 1.125rem; max-width: 60ch; margin: 0 auto; }
.events-list { display: grid; gap: 1rem; }
.event-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 1.25rem; align-items: center; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.2rem; box-shadow: var(--shadow); }
.section--light .event-row { background: #fff; border-color: rgba(0,0,0,.08); }
.event-row__date { display: grid; gap: .2rem; font-weight: 700; }
.event-row__date small { font-weight: 500; opacity: .8; }
.event-row__content h3 { margin: 0 0 .25rem; font-size: 1.8rem; }
.event-row__content p { margin: 0; }
@media (max-width: 767px) {
  .event-row { grid-template-columns: 1fr; }
  .event-row__action .button { width: 100%; }
}
