:root {
  --plum: #2b1026;
  --plum-soft: #4a1f40;
  --wine: #6a2d52;
  --cream: #fffaf2;
  --paper: #f4eadb;
  --black: #151214;
  --gold: #c8a15b;
  --gold-pale: #e7d3a8;
  --body: #292329;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 1000; transform: translateY(-120%); background: var(--cream); padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(255, 250, 242, .96); border-bottom: 1px solid rgba(43, 16, 38, .12); position: relative; z-index: 20; }
.wordmark { text-decoration: none; color: var(--plum); font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; }
.wordmark span, h1 span { color: var(--gold); }
nav { display: flex; gap: clamp(1.4rem, 3vw, 3rem); }
nav a { text-decoration: none; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--wine); }
.header-cta { text-decoration: none; background: var(--plum); color: var(--cream); padding: .75rem 1.15rem; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.hero { min-height: calc(100svh - 82px); position: relative; display: grid; align-items: center; overflow: hidden; background: var(--plum); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(20, 7, 18, .88) 0%, rgba(30, 12, 26, .73) 38%, rgba(32, 12, 28, .16) 72%, rgba(25, 9, 22, .3) 100%); }
.hero-content { position: relative; z-index: 2; color: var(--cream); width: min(680px, 88vw); margin-left: clamp(1.25rem, 8vw, 9rem); padding: 5rem 0 10rem; }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--wine); font-size: .73rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow, .section-kicker.light { color: var(--gold-pale); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: .1rem; font-family: var(--serif); font-size: clamp(5.2rem, 13vw, 10rem); line-height: .78; letter-spacing: -.055em; }
.hero-tagline { font-family: var(--serif); font-size: clamp(1.6rem, 4vw, 2.4rem); letter-spacing: .02em; }
.hero-intro { max-width: 610px; font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255, 250, 242, .86); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.5rem; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--black); }
.text-link { color: var(--cream); text-decoration-color: rgba(255,255,255,.45); text-underline-offset: .35rem; font-size: .82rem; font-weight: 600; }
.event-ribbon { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(21,18,20,.92); color: var(--cream); backdrop-filter: blur(12px); padding: 1.25rem clamp(1.25rem, 8vw, 9rem); }
.event-ribbon div { padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.18); }
.event-ribbon div + div { padding-left: 1.5rem; }
.event-ribbon div:last-child { border: 0; }
.event-ribbon span { display: block; color: var(--gold-pale); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.event-ribbon strong { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 600; }

.countdown-section { text-align: center; padding: clamp(4rem, 8vw, 7rem) 1.25rem; background: var(--cream); }
h2 { color: var(--plum); font-family: var(--serif); font-size: clamp(2.7rem, 6vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.countdown-section h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(100px, 150px)); justify-content: center; margin: 2.8rem auto 1.25rem; }
.countdown div { padding: .5rem 1rem; border-right: 1px solid rgba(43,16,38,.2); }
.countdown div:last-child { border-right: 0; }
.countdown strong { display: block; color: var(--plum); font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.6rem); font-variant-numeric: tabular-nums; line-height: 1; }
.countdown span { color: #665b64; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.countdown-note { margin: 0; color: #6d626a; font-size: .84rem; }
.event-live { grid-column: 1 / -1; margin: 0; color: var(--plum); font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1; }
.event-live span { color: var(--wine); font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.about-section { max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 5vw, 4rem); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; border-top: 1px solid rgba(43,16,38,.12); }
.about-mark { color: var(--paper); font-family: var(--serif); font-size: clamp(9rem, 24vw, 18rem); font-weight: 700; line-height: .65; }
.about-copy p:not(.section-kicker) { max-width: 700px; font-size: 1.06rem; }

.experience-section { background: var(--plum); color: var(--cream); padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.experience-heading { max-width: 1180px; margin: 0 auto 4rem; }
.experience-heading h2 { color: var(--cream); }
.shift-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.23); }
.shift-card { padding: 2.5rem 2.5rem 1rem 0; }
.shift-card + .shift-card { padding-left: 2.5rem; border-left: 1px solid rgba(255,255,255,.23); }
.shift-card span, .included-list span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.shift-card h3 { margin: 1rem 0 .5rem; color: var(--cream); font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.4rem); }
.shift-card p { color: rgba(255,250,242,.72); }

.included-section { max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 4rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.included-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(43,16,38,.2); }
.included-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(43,16,38,.2); font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; }

.details-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; background: var(--black); }
.details-card { padding: clamp(4rem, 8vw, 8rem); background: var(--wine); color: var(--cream); }
.details-card h2 { color: var(--cream); }
.details-card dl { margin-top: 3rem; }
.details-card dl div { display: grid; grid-template-columns: 110px 1fr; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.24); }
.details-card dt { color: var(--gold-pale); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.details-card dd { margin: 0; font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; }
.details-section blockquote { margin: 0; padding: 5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, #4d273e 0, var(--black) 68%); text-align: center; color: var(--cream); }
.details-section blockquote p { max-width: 520px; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); line-height: .95; }
.details-section blockquote span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.host-section { max-width: 1040px; margin: 0 auto; padding: clamp(5rem, 11vw, 10rem) 1.25rem; display: grid; grid-template-columns: 180px 1fr; gap: clamp(2.5rem, 6vw, 6rem); }
.host-label { width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--plum); font-family: var(--serif); font-size: 1.1rem; transform: rotate(-8deg); }
.host-section p:last-child { max-width: 720px; font-size: 1.05rem; }

.reserve-section { position: relative; overflow: hidden; background: var(--plum); color: var(--cream); text-align: center; padding: clamp(6rem, 12vw, 10rem) 1.25rem; }
.reserve-ring { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(200,161,91,.24); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 90px rgba(200,161,91,.06), 0 0 0 180px rgba(200,161,91,.03); }
.reserve-section > *:not(.reserve-ring) { position: relative; }
.reserve-section h2 { max-width: 780px; margin-left: auto; margin-right: auto; color: var(--cream); }
.reserve-section p:not(.section-kicker) { max-width: 620px; margin-left: auto; margin-right: auto; color: rgba(255,250,242,.75); }
.button-gold { margin-top: 1.5rem; background: var(--gold); color: var(--black); }
.button-gold[aria-disabled="true"] { cursor: default; }
.reserve-section small { display: block; margin-top: 1rem; color: rgba(255,250,242,.58); }

footer { padding: 3rem clamp(1.25rem, 5vw, 5.5rem); display: grid; grid-template-columns: 1fr auto auto; gap: 1.5rem 3rem; align-items: center; background: var(--black); color: rgba(255,250,242,.68); font-size: .8rem; }
.footer-mark { color: var(--cream); }
footer p { margin: 0; }
.copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-reserve { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-header { height: 70px; }
  nav, .header-cta { display: none; }
  .hero { min-height: 880px; align-items: start; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(20,7,18,.86) 0%, rgba(30,12,26,.62) 62%, rgba(21,18,20,.94) 100%); }
  .hero-content { width: auto; margin: 0; padding: 7rem 1.25rem 15rem; }
  h1 { font-size: clamp(5rem, 27vw, 8rem); }
  .event-ribbon { grid-template-columns: 1fr; padding: 1.2rem; }
  .event-ribbon div, .event-ribbon div + div { padding: .6rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .event-ribbon div:last-child { border: 0; }
  .countdown { grid-template-columns: repeat(4, 1fr); }
  .countdown div { min-width: 0; padding: .4rem; }
  .countdown strong { font-size: clamp(2.4rem, 13vw, 4rem); }
  .about-section, .included-section, .details-section, .host-section { grid-template-columns: 1fr; }
  .about-mark { display: none; }
  .shift-grid { grid-template-columns: 1fr; }
  .shift-card, .shift-card + .shift-card { padding: 2rem 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .details-section blockquote { min-height: 460px; padding: 3rem 1.25rem; }
  .details-card { padding: 4rem 1.25rem; }
  .host-label { width: 105px; height: 105px; }
  footer { grid-template-columns: 1fr; padding-bottom: 6rem; }
  .copyright { grid-column: auto; }
  .mobile-reserve { display: block; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; padding: .75rem; background: rgba(21,18,20,.94); backdrop-filter: blur(10px); }
  .mobile-reserve a { min-height: 46px; display: grid; place-items: center; background: var(--gold); color: var(--black); text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 470px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .countdown span { font-size: .58rem; letter-spacing: .1em; }
  .details-card dl div { grid-template-columns: 1fr; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
