:root {
  --bg: #0a0a0c; --bg2: #131317; --gold: #d4af37; --gold-dim: #a8862a;
  --text: #f0ede6; --dim: #a09a8c; --line: #26262c; --maxw: 1060px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font: 17px/1.65 "Segoe UI", -apple-system, Helvetica, Arial, sans-serif; }
a { color: var(--gold); text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.serif { font-family: Georgia, "Times New Roman", serif; }

.preview-note { background: #2a2313; color: #e8d48b; text-align: center; font-size: .8rem; padding: 6px 12px; letter-spacing: .04em; }

header { position: sticky; top: 0; z-index: 30; background: rgba(10,10,12,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
nav { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand .tm { width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: Georgia, serif; font-size: 1.05rem; flex: none; letter-spacing: 0; line-height: 1; }
.brand span { font-family: Georgia, serif; letter-spacing: .16em; font-size: .82rem; text-transform: uppercase; }
.navlinks { display: flex; align-items: center; gap: 20px; }
.navlinks a.l { color: var(--dim); font-size: .85rem; }
.navlinks a.l:hover { color: var(--text); }
.cta-mini { border: 1px solid var(--gold); color: var(--gold); border-radius: 6px; padding: 8px 16px; font-size: .85rem; letter-spacing: .06em; white-space: nowrap; }
.cta-mini:hover { background: var(--gold); color: #0a0a0c; }

.hero { position: relative; overflow: hidden; }
.hero video { width: 100%; height: 78vh; object-fit: cover; display: block; opacity: .5; }
.hero .overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px;
  background: linear-gradient(180deg, rgba(10,10,12,.25) 0%, rgba(10,10,12,.72) 88%); }
.eyebrow { color: var(--gold); letter-spacing: .28em; text-transform: uppercase; font-size: .72rem; margin-bottom: 14px; }
.hero h1 { font-family: Georgia, serif; font-size: clamp(1.6rem, 4.4vw, 2.9rem); line-height: 1.18; max-width: 16em; }
.hero h1 b { color: var(--gold); font-weight: normal; }
.hero .tag { margin-top: 14px; color: var(--dim); max-width: 40em; font-size: .98rem; }
.whenwhere { margin-top: 22px; display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; font-size: .92rem; }
.whenwhere div b { color: var(--gold); font-family: Georgia, serif; font-weight: normal; display: block; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 3px; }

.btn { display: inline-block; margin-top: 30px; background: var(--gold); color: #0a0a0c; padding: 14px 34px; border-radius: 6px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .88rem; border: none; cursor: pointer; font-family: inherit; }
.btn:hover { background: #e6c65a; }
.btn.ghost { background: transparent; border: 1px solid var(--gold); color: var(--gold); }
.btn.ghost:hover { background: var(--gold); color: #0a0a0c; }

section { padding: 72px 0; }
section.alt { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
h2 { font-family: Georgia, serif; font-size: 1.9rem; margin-bottom: 10px; }
.kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; margin-bottom: 12px; }
.lead { color: var(--dim); max-width: 46em; }

.directors { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.director { border: 1px solid var(--line); border-radius: 10px; padding: 24px; background: var(--bg); }
section.alt .director { background: var(--bg2); }
.director h3 { font-family: Georgia, serif; font-size: 1.25rem; }
.director .role { color: var(--gold); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin: 6px 0 10px; }
.director p { color: var(--dim); font-size: .93rem; }

.days { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.day { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg); }
section.alt .day { background: var(--bg2); }
.day .head { background: rgba(212,175,55,.09); border-bottom: 1px solid var(--line); padding: 16px 22px; }
.day .head b { color: var(--gold); font-family: Georgia, serif; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; display: block; margin-bottom: 4px; }
.day .head span { font-size: 1.02rem; }
.day ol { list-style: none; padding: 8px 22px 20px; }
.day li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .93rem; }
.day li:last-child { border-bottom: none; }
.day li i { color: var(--gold-dim); font-style: normal; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 2px; }

.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.tcard { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg); }
section.alt .tcard { background: var(--bg2); }
.tcard video { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; background: #000; }
.tcard .cap { padding: 11px 14px; font-size: .82rem; color: var(--dim); }
.tcard .cap b { display: block; color: var(--text); font-family: Georgia, serif; font-weight: normal; font-size: .92rem; margin-bottom: 2px; }
.subhead { margin-top: 44px; font-family: Georgia, serif; font-size: 1.15rem; }
.subhead + .tgrid { margin-top: 18px; }
.more { margin-top: 30px; }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; display: block; }

.signup-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }
form { display: grid; gap: 14px; margin-top: 8px; }
label { font-size: .85rem; color: var(--dim); display: grid; gap: 6px; }
input, select, textarea { background: var(--bg); border: 1px solid var(--line); border-radius: 6px; color: var(--text); padding: 12px 14px; font: inherit; width: 100%; }
section.alt input, section.alt select, section.alt textarea { background: var(--bg2); }
input:focus, select:focus, textarea:focus { outline: 1px solid var(--gold-dim); }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; }
.role-opt { border: 1px solid var(--line); border-radius: 8px; padding: 16px; cursor: pointer; }
.role-opt:hover { border-color: var(--gold-dim); }
.role-opt input { width: auto; margin-right: 8px; }
.role-opt b { font-family: Georgia, serif; font-weight: normal; }
.role-opt span { display: block; color: var(--dim); font-size: .82rem; margin-top: 6px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.fact { display: flex; gap: 14px; margin-top: 20px; }
.fact .dot { color: var(--gold); font-family: Georgia, serif; }
.fact div p { color: var(--dim); font-size: .93rem; }
.fact div b { display: block; margin-bottom: 2px; }
.support { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 26px; color: var(--dim); font-size: .88rem; }
.support b { color: var(--text); font-family: Georgia, serif; font-weight: normal; display: block; }

.pagehead { padding: 60px 0 0; }
.pagehead h1 { font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 10px; }
.back { color: var(--dim); font-size: .85rem; }
.back:hover { color: var(--gold); }

footer { border-top: 1px solid var(--line); padding: 36px 0 48px; color: var(--dim); font-size: .88rem; margin-top: 20px; }
footer .row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .directors, .days, .signup-grid, .roles { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .hero video { height: 66vh; }
  .navlinks a.l { display: none; }
}
@media (max-width: 560px) { .tgrid { grid-template-columns: 1fr; } }
