:root {
    --ink: #1b2e1d;
    --forest: #2d4b31;
    --moss: #4a5d4b;
    --sage: #93a68f;
    --blue-sage: #a4bdbb;
    --mist: #c8d6c6;
    --sand: #d1cab8;
    --cream: #f5f2eb;
    --paper: #fffdf8;
    --white: #fff;
    --danger: #a33a32;
    --success: #24623a;
    --shadow: 0 24px 70px rgba(27, 46, 29, .12);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.3rem, 5vw, 5rem); }
h3 { font-size: 1.55rem; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; border: 2px solid var(--ink); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; font: 700 .74rem/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.center { text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-header { position: relative; z-index: 50; height: 104px; background: rgba(245, 242, 235, .96); border-bottom: 1px solid rgba(27, 46, 29, .12); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: block; width: 176px; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { position: relative; color: var(--forest); font-size: .88rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-register)::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav .nav-register { padding: 11px 22px; color: var(--cream); background: var(--ink); border-radius: 100px; transition: background .2s, transform .2s; }
.site-nav .nav-register:hover { background: var(--forest); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

.flash-stack { position: fixed; z-index: 100; top: 120px; left: 50%; transform: translateX(-50%); display: grid; gap: 8px; pointer-events: none; }
.flash { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 680px; margin-left: auto; padding: 15px 16px 15px 20px; color: var(--white); background: var(--ink); box-shadow: 0 12px 36px rgba(0,0,0,.2); border-radius: 4px; pointer-events: auto; }
.flash--error { background: var(--danger); }
.flash--success { background: var(--success); }
.flash button { color: inherit; background: transparent; border: 0; font-size: 1.4rem; cursor: pointer; }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: min(760px, calc(100vh - 104px)); background: var(--white); }
.hero__title { display: flex; align-items: center; padding: clamp(50px, 8vw, 128px); background: var(--sage); }
.hero__title > div { max-width: 570px; margin-left: auto; }
.hero__title h1 { max-width: 620px; margin-bottom: 42px; color: var(--ink); }
.hero__image { position: relative; overflow: hidden; background: #090a08; }
.hero__image::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(0,0,0,.18); pointer-events: none; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: .9rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.story-section { padding: clamp(90px, 12vw, 180px) 0; background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 2.25fr; gap: 8vw; }
.story-grid > .eyebrow { padding-top: 14px; }
.story-grid h2 { max-width: 780px; margin-bottom: 48px; }
.story-grid .rule { width: 100%; height: 1px; margin-bottom: 45px; background: rgba(27,46,29,.35); }
.story-grid p:last-child { max-width: 760px; font: 400 clamp(1.1rem, 1.8vw, 1.45rem)/1.65 var(--sans); }

.updates-section { padding: clamp(80px, 10vw, 150px) 0; background: var(--blue-sage); }
.updates-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 10vw; }
.updates-copy { position: sticky; top: 40px; }
.updates-copy h2 { margin-bottom: 32px; }
.updates-copy > p:last-child { max-width: 430px; font-size: 1.05rem; }

.site-form { position: relative; }
.site-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .77rem; font-weight: 700; color: var(--ink); }
.site-form label > span { color: var(--danger); }
.site-form input, .site-form select, .site-form textarea { width: 100%; color: var(--ink); background: var(--paper); border: 1px solid rgba(27,46,29,.32); border-radius: 2px; outline: 0; transition: border .2s, box-shadow .2s; }
.site-form input, .site-form select { height: 49px; padding: 0 14px; }
.site-form textarea { min-height: 120px; padding: 12px 14px; resize: vertical; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(27,46,29,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row--three { grid-template-columns: 1.2fr .6fr .7fr; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 25px; border: 1px solid var(--ink); border-radius: 100px; font-size: .85rem; font-weight: 700; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(27,46,29,.16); }
.button--dark { color: var(--cream); background: var(--ink); }
.button--dark:hover { background: var(--forest); }
.button--wide { width: 100%; }
.button--large { min-height: 60px; font-size: .95rem; }

.register-cta { padding: 75px 0; background: var(--mist); }
.register-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.register-cta__inner h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.register-cta__inner p:last-child { margin-bottom: 0; font-size: 1.05rem; }
.register-cta .button { flex: 0 0 auto; }

.site-footer { padding: 64px 0 28px; color: var(--cream); background: var(--ink); }
.site-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(245,242,235,.2); }
.footer-brand { display: block; width: 165px; }
.footer-brand img { height: 54px; width: 100%; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .9; }
.site-footer nav { display: flex; gap: 30px; flex-wrap: wrap; }
.site-footer nav a { font-size: .75rem; text-decoration: none; opacity: .8; }
.site-footer nav a:hover { opacity: 1; text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; }
.site-footer__bottom p { margin: 0; font-size: .68rem; opacity: .6; }

.page-banner { min-height: 470px; display: flex; align-items: end; padding: 100px 0 70px; color: var(--cream); background: var(--ink); }
.page-banner__inner h1 { max-width: 1000px; margin-bottom: 30px; }
.page-banner__body { max-width: 690px; margin-bottom: 0; font-size: 1.16rem; color: rgba(245,242,235,.76); }
.section-pad { padding: clamp(75px, 10vw, 140px) 0; }

.event-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 560px; background: var(--paper); box-shadow: var(--shadow); }
.event-card__image { min-height: 520px; overflow: hidden; background: #0b0e0b; }
.event-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.event-card__image:hover img { transform: scale(1.025); }
.event-card__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 90px); }
.event-date-short { font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--moss); }
.event-card h2 { margin: 12px 0 30px; font-size: clamp(2.5rem, 4.2vw, 4.8rem); }
.event-card h2 a { text-decoration: none; }
.event-meta { display: grid; gap: 4px; margin-bottom: 25px; padding: 18px 0; border-block: 1px solid rgba(27,46,29,.2); font-size: .82rem; font-weight: 650; }
.event-card__content > p:not(.event-date-short):not(.event-meta) { color: rgba(27,46,29,.78); }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 22px; }

.event-hero { position: relative; height: min(780px, calc(100vh - 104px)); min-height: 600px; background: #060806; overflow: hidden; }
.event-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,24,12,.78), rgba(10,24,12,.05) 75%), linear-gradient(0deg, rgba(10,24,12,.55), transparent 55%); }
.event-hero img { width: 100%; height: 100%; object-fit: cover; }
.event-hero__overlay { position: absolute; z-index: 1; left: max(24px, calc((100% - 1180px)/2)); bottom: 70px; max-width: 850px; color: var(--cream); }
.event-hero__overlay h1 { margin: 0; }
.detail-grid { display: grid; grid-template-columns: 1.5fr .75fr; align-items: start; gap: 10vw; }
.detail-grid h2 { margin-bottom: 40px; }
.prose { font-size: 1.15rem; line-height: 1.8; }
.event-facts { padding: 38px; background: var(--mist); box-shadow: 14px 14px 0 var(--sage); }
.event-facts h3 { margin-bottom: 30px; }
.event-facts dl { margin: 0 0 32px; }
.event-facts dl > div { padding: 17px 0; border-top: 1px solid rgba(27,46,29,.25); }
.event-facts dt { margin-bottom: 3px; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.event-facts dd { margin: 0; font-size: .92rem; }

.register-section { background: var(--cream); }
.register-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); align-items: start; gap: 60px; }
.registration-form { padding: clamp(28px, 5vw, 62px); background: var(--paper); box-shadow: var(--shadow); }
.registration-form fieldset { min-width: 0; margin: 0 0 55px; padding: 0; border: 0; }
.registration-form legend { width: 100%; margin-bottom: 27px; padding-bottom: 15px; border-bottom: 1px solid rgba(27,46,29,.25); font: 500 2rem/1 var(--serif); letter-spacing: -.02em; }
.form-errors { margin-bottom: 38px; padding: 20px 22px; color: #742820; background: #f6e4df; border-left: 4px solid var(--danger); }
.form-errors h2 { margin-bottom: 9px; font: 700 1rem/1.3 var(--sans); letter-spacing: 0; }
.form-errors ul { margin: 0; padding-left: 20px; font-size: .86rem; }
.payment-options { display: grid; gap: 12px; }
.payment-option { display: block !important; margin: 0 !important; cursor: pointer; }
.payment-option > input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.payment-option > span { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 22px; color: var(--ink) !important; background: var(--cream); border: 1px solid rgba(27,46,29,.25); border-radius: 3px; transition: border .2s, box-shadow .2s, background .2s; }
.payment-option > input:checked + span { background: var(--mist); border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.payment-option strong { font-size: 1rem; }
.payment-option small { grid-column: 1; font-weight: 400; color: rgba(27,46,29,.7); }
.payment-option b { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 1rem; }
.zelle-reference { margin-top: 20px; }
.check-label { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 11px !important; margin-top: 26px; font-weight: 500 !important; line-height: 1.45; }
.check-label input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.check-label > span { color: var(--ink) !important; }
.order-summary { position: sticky; top: 30px; padding: 36px; color: var(--cream); background: var(--ink); }
.order-summary h2 { margin-bottom: 35px; font-size: 2.7rem; }
.order-summary dl { margin: 0 0 30px; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid rgba(245,242,235,.18); }
.order-summary dt { font-size: .73rem; opacity: .65; }
.order-summary dd { margin: 0; text-align: right; font-size: .8rem; }
.summary-total { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 20px; padding: 23px 0; border-top: 1px solid rgba(245,242,235,.5); }
.summary-total span { font-size: .8rem; }
.summary-total strong { font: 500 1.9rem/1 var(--serif); }
.summary-total small { grid-column: 1 / -1; opacity: .65; }
.secure-note { margin: 20px 0 0; font-size: .72rem; line-height: 1.6; opacity: .58; }

.confirmation-section { min-height: 80vh; padding: 90px 0; background: var(--mist); }
.confirmation-card { max-width: 760px; padding: clamp(30px, 7vw, 75px); text-align: center; background: var(--paper); box-shadow: var(--shadow); }
.status-mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 27px; color: var(--ink); background: var(--sand); border-radius: 50%; font: 500 2.4rem/1 var(--serif); }
.status-mark.is-paid { color: var(--white); background: var(--success); }
.confirmation-card h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.confirmation-lead { max-width: 550px; margin: 0 auto 35px; font-size: 1.08rem; }
.confirmation-number { display: grid; gap: 5px; margin: 0 auto 30px; padding: 17px; background: var(--cream); }
.confirmation-number span { font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.confirmation-number strong { font: 500 1.45rem/1.3 var(--serif); letter-spacing: .06em; }
.confirmation-details { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 35px; padding: 22px 0; border-block: 1px solid rgba(27,46,29,.2); }
.confirmation-details > div { padding: 0 10px; border-right: 1px solid rgba(27,46,29,.16); }
.confirmation-details > div:last-child { border: 0; }
.confirmation-details dt { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-details dd { margin: 5px 0 0; font-size: .86rem; }
.status { display: inline-block; padding: 4px 9px; font-size: .68rem; font-weight: 800; border-radius: 100px; background: var(--sand); }
.status--paid { color: var(--white); background: var(--success); }
.zelle-instructions { margin-top: 35px; padding: 30px; text-align: left; background: var(--mist); }
.zelle-instructions h2 { font-size: 2.15rem; }
.zelle-instructions ol { padding-left: 20px; }
.zelle-instructions label { display: grid; gap: 7px; margin: 25px 0 15px; font-size: .78rem; font-weight: 700; }
.zelle-instructions input { height: 48px; padding: 0 13px; border: 1px solid rgba(27,46,29,.4); }
.fine-print, .confirmation-help { font-size: .74rem; color: rgba(27,46,29,.67); }
.confirmation-help { margin: 30px 0 0; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 9vw; }
.contact-grid > div h2 { margin-bottom: 32px; }
.contact-grid > div > p:not(.eyebrow) { max-width: 420px; margin-bottom: 30px; }
.contact-form { padding: clamp(30px, 5vw, 60px); background: var(--paper); box-shadow: var(--shadow); }
.legal-prose { max-width: 820px; font-size: 1.1rem; line-height: 1.9; }

@media (max-width: 900px) {
    .site-header { height: 82px; }
    .brand { width: 145px; }
    .brand img { height: 48px; }
    .menu-toggle { display: block; cursor: pointer; }
    .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 18px 24px 30px; background: var(--cream); border-bottom: 1px solid rgba(27,46,29,.15); box-shadow: 0 20px 35px rgba(27,46,29,.12); }
    .site-nav.is-open { display: grid; }
    .site-nav a { padding: 13px 0; }
    .site-nav a::after { display: none; }
    .site-nav .nav-register { margin-top: 8px; text-align: center; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero__title { min-height: 470px; padding: 60px 32px; }
    .hero__title > div { margin: 0; }
    .hero__image { height: 700px; }
    .story-grid { grid-template-columns: 1fr; gap: 30px; }
    .updates-grid { grid-template-columns: 1fr; gap: 55px; }
    .updates-copy { position: static; }
    .event-card { grid-template-columns: 1fr; }
    .event-card__image { min-height: 0; aspect-ratio: 1.25; }
    .event-hero { height: 680px; }
    .detail-grid, .register-layout, .contact-grid { grid-template-columns: 1fr; }
    .order-summary { position: static; grid-row: 1; }
    .register-layout { gap: 28px; }
    .confirmation-details { grid-template-columns: 1fr 1fr; row-gap: 20px; }
    .confirmation-details > div:nth-child(2) { border: 0; }
}

@media (max-width: 600px) {
    .shell { width: min(100% - 30px, 1180px); }
    .site-header__inner { width: calc(100% - 30px); }
    .hero__title { min-height: 420px; padding: 52px 22px; }
    .hero__title h1 { margin-bottom: 32px; font-size: clamp(3rem, 15vw, 4.6rem); }
    .hero__image { height: 560px; }
    .story-section, .updates-section { padding-block: 75px; }
    .story-grid h2 { margin-bottom: 30px; }
    .form-row, .form-row--three { grid-template-columns: 1fr; gap: 0; }
    .register-cta__inner { align-items: stretch; flex-direction: column; gap: 25px; }
    .site-footer__top, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .site-footer nav { display: grid; gap: 12px; }
    .page-banner { min-height: 390px; padding: 75px 0 48px; }
    .page-banner__inner h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
    .event-card__content { padding: 35px 25px; }
    .button-row { align-items: stretch; flex-direction: column; }
    .event-hero { min-height: 520px; height: 70vh; }
    .event-hero__overlay { left: 20px; right: 20px; bottom: 40px; }
    .event-hero__overlay h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
    .event-facts { padding: 28px; box-shadow: 8px 8px 0 var(--sage); }
    .registration-form { padding: 28px 18px; }
    .registration-form legend { font-size: 1.65rem; }
    .payment-option > span { grid-template-columns: 1fr; }
    .payment-option b { grid-column: 1; grid-row: auto; }
    .order-summary { padding: 28px 23px; }
    .confirmation-card { width: calc(100% - 30px); }
    .confirmation-details { grid-template-columns: 1fr; }
    .confirmation-details > div { padding: 10px; border: 0; border-bottom: 1px solid rgba(27,46,29,.15); }
    .confirmation-details > div:last-child { border: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

