:root {
    --black: #0c0c0b;
    --gold: #c8a76d;
    --gold-light: #f1d98d;
    --gold-deep: #9e7330;
    --wine: #79183b;
    --cream: #f7f3ea;
    --ink: #1b1a18;
    --line: #d9d2c5;
    --muted: #625e56;
    --w: 1200px;
}

* { box-sizing: border-box; }
html { background: #090909; scroll-behavior: smooth; }
body { margin: 0; background: #090909; color: var(--ink); font: 16px/1.65 Arial, sans-serif; }
main { background: var(--cream); }
.wrap { width: min(calc(100% - 64px), var(--w)); margin: auto; }
h1, h2, h3 { font-family: Arial, sans-serif; font-weight: 400; line-height: 1.04; }
h1 { max-width: 750px; font-size: clamp(2.4rem, 4.5vw, 4.6rem); }
h2 { margin: 0 0 28px; font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.lead { font: clamp(1.25rem, 2vw, 1.65rem)/1.45 Arial, sans-serif; }
.eyebrow { color: var(--gold); font-size: .7rem; font-weight: bold; letter-spacing: .15em; text-transform: uppercase; }
.section { padding: clamp(78px, 11vw, 145px) 0; }
.dark { color: #fff; background: var(--black); }
.muted { background: #eae5db; }

.skip { position: fixed; top: 8px; left: 8px; z-index: 9; padding: 8px 14px; color: #000; background: var(--gold); transform: translateY(-150%); }
.skip:focus { transform: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

header { position: relative; z-index: 3; width: 100%; color: #fff; background: #090909; border-bottom: 1px solid #ffffff40; }
.bar { display: flex; width: min(calc(100% - 64px), var(--w)); min-height: 84px; margin: auto; align-items: center; justify-content: space-between; gap: 20px; }
.bar img { display: block; width: 142px; height: 60px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { color: inherit; font-size: .68rem; font-weight: bold; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
nav .button { width: 199px; min-height: 48px; padding: 8px; color: #10100e; background: linear-gradient(135deg, #f1d98d 0%, #b48636 43%, #f0cf76 100%); border: 2px solid #f8df90; box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 7px 18px rgb(0 0 0 / 35%); font-size: .805rem; letter-spacing: .085em; }
nav .button:not(.disabled):hover, nav .button:not(.disabled):focus-visible { color: #090907; background: linear-gradient(135deg, #fff0ae 0%, #c79a44 43%, #ffe69a 100%); box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 10px 22px rgb(0 0 0 / 52%); transform: translateY(-2px); }
.button { display: inline-flex; min-height: 48px; padding: 12px 19px; align-items: center; justify-content: center; border: 2px solid transparent; box-shadow: 0 7px 18px rgb(0 0 0 / 18%); font: inherit; font-size: .7rem; font-weight: bold; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.gold { color: #10100e; background: linear-gradient(135deg, var(--gold-light) 0%, #b48636 43%, #f0cf76 100%); border-color: #f8df90; box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 8px 20px rgb(0 0 0 / 28%); }
.black { color: #fff; background: var(--black); }
.button:not(.disabled):hover, .button:not(.disabled):focus-visible { color: #090907; background: linear-gradient(135deg, #fff0ae 0%, #c79a44 43%, #ffe69a 100%); box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 12px 25px rgb(0 0 0 / 38%); transform: translateY(-2px); }
.button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.disabled { color: #d5c498; background: linear-gradient(135deg, #28231d, #161412); border-color: #776546; box-shadow: inset 0 1px 0 rgb(255 237 184 / 10%); cursor: not-allowed; }
.toggle { display: none; color: #fff; background: none; border: 0; font: 700 .7rem Arial; letter-spacing: .1em; text-transform: uppercase; }

.contact-modal { width: min(920px, calc(100% - 36px)); max-height: min(760px, calc(100% - 36px)); padding: 0; color: var(--cream); background: var(--black); border: 1px solid #ffffff35; box-shadow: 0 24px 80px #000a; }
.contact-modal::backdrop { background: rgb(0 0 0 / 78%); backdrop-filter: blur(4px); }
.contact-modal__layout { display: grid; grid-template-columns: 35% 65%; min-height: 560px; }
.contact-modal__intro { padding: 44px; background: #171613; }
.contact-modal__intro .eyebrow { margin: 0 0 12px; }
.contact-modal__intro h2 { margin: 0 0 20px; font-size: clamp(2.15rem, 4vw, 3.5rem); }
.contact-modal__intro p:last-child { margin: 0; color: #c8c2b8; font-size: .92rem; }
.contact-modal__form-wrap { position: relative; padding: 55px 44px 42px; overflow: auto; }
.contact-modal__close { position: absolute; top: 15px; right: 18px; width: 38px; height: 38px; color: var(--cream); background: transparent; border: 0; font: 2rem/1 Arial, sans-serif; cursor: pointer; }
.contact-modal__close:hover, .contact-modal__close:focus-visible { color: var(--gold); }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: #d9d2c5; font-size: .67rem; font-weight: bold; letter-spacing: .1em; text-transform: uppercase; }
.contact-form__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid #77736b; border-radius: 0; font: 16px/1.4 Arial, sans-serif; letter-spacing: normal; text-transform: none; }
.contact-form select { padding: 12px 14px; color: #fff; background: #24221f; border: 1px solid #77736b; }
.contact-form select option { color: #fff; background: #171613; }
.contact-form textarea { min-height: 92px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-bottom-color: var(--gold); }
.contact-form__honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form__status { min-height: 1.6em; margin: -5px 0 0; color: #c8c2b8; font-size: .82rem; }
.contact-form__status.is-error { color: #f19b90; }
.contact-form__status.is-success { color: #d3bc8b; }

.hero { display: flex; min-height: 760px; padding: 42px 0 75px; align-items: flex-start; color: #fff; background: linear-gradient(90deg, #000b, #0002), url('/assets/hero-bg.jpg') center / cover; }
.hero .wrap { margin: 0 auto; }
.hero-card { width: min(720px, 100%); padding: 30px 28px 38px; background: linear-gradient(135deg, rgb(17 14 12 / 88%), rgb(0 0 0 / 65%)); border: 1px solid rgb(200 167 109 / 52%); box-shadow: 0 18px 45px rgb(0 0 0 / 42%), inset 0 1px 0 rgb(255 244 209 / 13%); }
.hero-card > img { display: block; width: min(550px, 100%); margin: 0 auto 26px; }
.hero-card__copy { padding-left: 60px; text-align: left; }
.hero-card__title { display: inline-block; width: fit-content; max-width: 100%; margin: 0 0 24px; padding: 13px 0 14px; color: #e5ce8e; border-top: 1px solid rgb(229 206 142 / 78%); border-bottom: 1px solid rgb(229 206 142 / 78%); font-size: clamp(.936rem, 1.62vw, 1.296rem); font-weight: 700; letter-spacing: .26em; line-height: 1.35; text-transform: uppercase; }
.hero .eyebrow { margin: 0 0 12px; color: #e5ce8e; font-size: clamp(.85rem, 1.2vw, 1.3rem); letter-spacing: .32em; }
.hero h1 { max-width: none; margin: 0 0 24px; color: #f7f3ea; font-size: clamp(.95rem, 1.25vw, 1.35rem); font-weight: 700; letter-spacing: .23em; line-height: 1.75; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero .button { min-width: min(390px, 100%); min-height: 64px; padding: 15px 34px; color: #10100e; background: linear-gradient(135deg, #f1d98d 0%, #b48636 43%, #f0cf76 100%); border: 2px solid #f8df90; box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 10px 24px rgb(0 0 0 / 42%); font-size: clamp(.82rem, 1.25vw, 1.08rem); letter-spacing: .11em; }
.hero .button:not(.disabled):hover, .hero .button:not(.disabled):focus-visible { color: #090907; background: linear-gradient(135deg, #fff0ae 0%, #c79a44 43%, #ffe69a 100%); box-shadow: inset 0 0 0 2px rgb(30 22 9 / 45%), 0 15px 30px rgb(0 0 0 / 55%); transform: translateY(-3px); }
.date { font-size: .78rem; font-weight: bold; letter-spacing: .1em; text-transform: uppercase; }
.date i { display: inline-block; height: 14px; margin: 0 18px; vertical-align: middle; border-left: 1px solid var(--gold); }
.split { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 11vw, 150px); }
.notice { padding: 28px 0; color: #1b1710; background: linear-gradient(100deg, #a77d38, #e3c77e 48%, #b88c41); box-shadow: inset 0 1px 0 rgb(255 248 210 / 35%), inset 0 -1px 0 rgb(81 54 17 / 30%); }
.notice b { display: block; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.sub { margin-bottom: 50px; color: #c8c2b8; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cards details { padding: 24px; background: linear-gradient(145deg, #1b1a18, #111110); border: 1px solid #4a4843; border-top: 3px solid var(--gold-deep); box-shadow: inset 0 1px 0 rgb(255 244 209 / 7%); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.cards details:nth-child(3n + 2) { border-top-color: #a13f58; }
.cards details:nth-child(3n) { border-top-color: #d3b36d; }
.cards details:hover, .cards details[open] { background: linear-gradient(145deg, #25211d, #151412); border-color: #8d7544; transform: translateY(-2px); }
.faqs details { padding: 22px 0; border-bottom: 1px solid #4a4843; }
summary { cursor: pointer; list-style: none; font: 1.3rem Arial, sans-serif; }
summary::after { float: right; color: var(--gold); content: '+'; }
details[open] summary::after { content: '−'; }
.cards p { color: #b8b2aa; font-size: .88rem; }

.event { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.bigdate { color: var(--gold); font: clamp(2.2rem, 4vw, 4rem)/1.05 Arial, sans-serif; }
.event-info { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.event-info p { padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line); font: 1.2rem Arial, sans-serif; }
.event-info p:nth-child(odd) { padding-right: 20px; }
.event-info p:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.event-info span { display: block; color: var(--muted); font: 700 .65rem Arial; letter-spacing: .13em; text-transform: uppercase; }

.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tiers div { min-height: 185px; padding: 26px 24px; background: linear-gradient(145deg, #1b1a18, #10100f); border: 1px solid #45423c; border-top: 3px solid var(--gold-deep); box-shadow: inset 0 1px 0 rgb(255 244 209 / 6%); }
.tiers div:nth-child(2) { border-top-color: #b44963; }
.tiers div:nth-child(3) { border-top-color: #d3b36d; }
.tiers div:nth-child(4) { border-top-color: #8f6b35; }
.tiers h3 { font-size: 1.3rem; }
.tiers p { color: #aaa49a; font-size: .85rem; }
.partner { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 18%, rgb(179 132 50 / 38%), transparent 29%), linear-gradient(115deg, #17110d, #3a2418 57%, #59152d); }
.partner::before { position: absolute; inset: 18px; border: 1px solid rgb(231 202 125 / 28%); content: ''; pointer-events: none; }
.partner .wrap { position: relative; }
.partner .eyebrow { color: #e5c777; }
.small { font-size: .82rem; }
.faqs { border-top: 1px solid var(--line); }
.faqs details { border-color: var(--line); }
.faqs summary { font-size: 1.12rem; }
.faqs p { color: var(--muted); }
.updates { padding: 100px 0; color: #fff; background: linear-gradient(110deg, #191816, #261d18 60%, #391625); }
.updates h2 { max-width: 800px; font-size: clamp(2.2rem, 4vw, 4rem); }
footer { padding: 40px 0; color: #aaa49a; background: #090909; font-size: .75rem; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.foot img { width: 120px; height: 48px; object-fit: contain; }
.foot p { margin: 0; }
.foot a { color: var(--gold); }

@media (max-width: 980px) {
    .toggle { display: block; }
    nav { position: absolute; top: 84px; right: 24px; display: none; width: min(330px, calc(100vw - 48px)); padding: 24px; flex-direction: column; align-items: stretch; background: var(--black); }
    nav.open { display: flex; }
    .tiers { grid-template-columns: repeat(2, 1fr); }
    .tiers div:nth-child(2) { border-right: 0; }
    .tiers div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 650px) {
    .wrap, .bar { width: calc(100% - 36px); }
    .hero { min-height: 680px; padding-top: 26px; background-position: 58% center; }
    .hero-card { padding: 24px 14px 28px; }
    .hero-card__copy { padding-left: 0; }
    .hero-card > img { width: min(430px, 100%); }
    .hero .eyebrow { font-size: .72rem; letter-spacing: .23em; }
    .hero h1 { font-size: .82rem; letter-spacing: .14em; line-height: 1.65; }
    .hero .button { min-width: 0; width: 100%; min-height: 58px; font-size: .78rem; }
    .split, .event, .event-info, .cards, .tiers { grid-template-columns: 1fr; }
    .cards details:nth-child(n) { padding: 20px; border-left: 1px solid #4a4843; }
    .event-info p:nth-child(n) { padding-right: 0; padding-left: 0; border-left: 0; }
    .tiers div:nth-child(n) { min-height: auto; padding: 22px 20px; border-right: 1px solid #45423c; }
    .date i { display: none; }
    .date { display: flex; flex-direction: column; gap: 5px; }
    .foot { flex-direction: column; align-items: flex-start; }
    .contact-modal { width: calc(100% - 20px); max-height: calc(100% - 20px); }
    .contact-modal__layout { grid-template-columns: 1fr; }
    .contact-modal__intro { padding: 30px 30px 24px; }
    .contact-modal__form-wrap { padding: 45px 30px 30px; }
    .contact-form__fields { grid-template-columns: 1fr; gap: 14px; }
}
