:root {
  --navy: #102e56;
  --navy-deep: #0a1b31;
  --gold: #d0a255;
  --gold-soft: #e6d6b2;
  --gold-muted: #c69c56;
  --cream: #f4f1e5;
  --cream-deep: #efe4cc;
  --blue-accent: #1c84c6;
  --text: #1d2430;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(10, 27, 49, 0.18);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--text); background: var(--cream); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); background: rgba(248, 243, 231, 0.88); border-bottom: 1px solid rgba(17, 40, 71, 0.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-mark { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-copy { min-width: 0; }
.brand-logo { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(10, 27, 49, 0.12)); flex-shrink: 0; }
.brand-title, .brand-subtitle { display: block; }
.brand-title { font-size: 0.98rem; font-weight: 800; color: var(--navy); line-height: 1.15; }
.brand-subtitle { font-size: 0.82rem; color: rgba(17, 40, 71, 0.7); line-height: 1.2; }
.nav-links { display: flex; gap: 22px; font-weight: 600; color: rgba(17, 40, 71, 0.84); }
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero-brand-panel { position: absolute; top: 118px; right: 48px; z-index: 1; width: 230px; display: grid; place-items: center; background: rgba(244, 241, 229, 0.96); border-radius: 28px; padding: 16px 18px; border: 2px solid rgba(208, 162, 85, 0.7); box-shadow: 0 18px 40px rgba(10, 27, 49, 0.22); }
.hero-brand-panel img { width: 100%; height: auto; object-fit: contain; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(10, 27, 49, 0.9) 0%, rgba(10, 27, 49, 0.68) 45%, rgba(10, 27, 49, 0.32) 100%); }
.hero-content { position: relative; z-index: 1; color: var(--white); max-width: 720px; padding: 96px 0; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; font-weight: 800; color: var(--gold); margin-bottom: 18px; }
.section-kicker.light { color: var(--gold-soft); }
h1, h2, h3 { margin-top: 0; line-height: 1.05; color: var(--navy); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 7vw, 5.9rem); color: var(--white); margin-bottom: 20px; }
h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.hero-copy, .section-intro, p, li { font-size: 1.04rem; }
.hero-copy { max-width: 620px; color: rgba(255, 255, 255, 0.9); }
.hero-actions, .ticket-buttons, .mailing-actions, .social-links, .card-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin-top: 30px; }
.date-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.date-pill { display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; border-radius: 16px; background: rgba(244, 241, 229, 0.92); color: var(--navy-deep); min-width: 190px; box-shadow: 0 12px 24px rgba(10, 27, 49, 0.16); }
.date-pill strong { font-size: 0.95rem; }
.date-pill span { font-size: 0.84rem; color: rgba(10, 27, 49, 0.74); }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: transform 0.18s ease, opacity 0.18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: var(--navy-deep); }
.btn-secondary { background: rgba(17, 40, 71, 0.08); color: var(--navy); border: 1px solid rgba(17, 40, 71, 0.12); }
.btn-secondary.light { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: var(--navy-deep); border: 1px solid rgba(208, 162, 85, 0.35); box-shadow: 0 12px 28px rgba(10, 27, 49, 0.18); }
.btn-secondary.light:hover { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); opacity: 0.96; }
.section { padding: 92px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(239,228,204,0.72)); }
.section-dark { background: radial-gradient(circle at top, #17345d 0%, var(--navy-deep) 68%); color: rgba(255, 255, 255, 0.9); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.split-layout, .atmosphere-grid, .tickets-layout, .footer-grid, .mailing-panel { display: grid; gap: 38px; }
.split-layout, .atmosphere-grid, .tickets-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.image-card { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); align-self: start; }
.image-card img, .image-stack img { width: 100%; height: auto; object-fit: cover; }
.image-card.tall { min-height: 0; }
.event-grid, .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.event-card, .faq-item, .mailing-panel { background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(198, 156, 86, 0.18); border-radius: 24px; padding: 28px; box-shadow: 0 14px 34px rgba(17, 40, 71, 0.08); }
.event-tag { display: inline-block; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; background: rgba(28, 132, 198, 0.1); color: var(--blue-accent); font-weight: 700; font-size: 0.82rem; }
.text-link, .social-links a, .site-footer a { color: var(--blue-accent); font-weight: 700; }
.card-actions { margin-top: 16px; flex-direction: column; align-items: flex-start; }
.feature-list { padding-left: 18px; margin: 22px 0 0; }
.feature-list li { margin-bottom: 12px; }
.image-stack { display: grid; gap: 18px; }
.image-stack img { min-height: 230px; border-radius: 20px; box-shadow: var(--shadow); }
.ticket-note { margin-top: 16px; color: rgba(255, 255, 255, 0.72); }
.social-links { margin-top: 22px; flex-direction: column; align-items: flex-start; }
.faq-grid { margin-top: 30px; }
.site-footer { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); color: rgba(255, 255, 255, 0.8); padding: 34px 0 46px; }
.footer-logo { width: 94px; margin-bottom: 12px; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18)); }
.footer-grid { grid-template-columns: 1fr auto; align-items: center; }
.footer-grid div:last-child { display: grid; gap: 8px; text-align: right; }
@media (max-width: 900px) {
  .hero-brand-panel { width: 150px; top: 100px; right: 18px; padding: 10px 12px; }
  .nav-wrap, .nav-links, .split-layout, .atmosphere-grid, .tickets-layout, .footer-grid, .event-grid, .faq-grid { grid-template-columns: 1fr; }
  .nav-wrap { padding: 14px 0; }
  .nav-links { display: none; }
  .hero { min-height: 78vh; }
  .brand-logo { width: 58px; height: 58px; }
  .brand-title { font-size: 0.9rem; }
  .brand-subtitle { font-size: 0.76rem; }
  .hero-overlay { background: linear-gradient(180deg, rgba(10, 27, 49, 0.82) 0%, rgba(10, 27, 49, 0.6) 55%, rgba(10, 27, 49, 0.72) 100%); }
  .section { padding: 72px 0; }
  .footer-grid div:last-child { text-align: left; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 20px, 1160px); }
  .nav-wrap { min-height: 72px; gap: 12px; }
  .brand-mark { gap: 10px; align-items: center; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-copy { max-width: calc(100vw - 110px); }
  .brand-title { font-size: 0.82rem; }
  .brand-subtitle { font-size: 0.68rem; }
  .hero-brand-panel { width: 108px; top: auto; bottom: 18px; right: 12px; padding: 8px 10px; border-radius: 18px; }
  .hero-content { padding: 88px 0 138px; }
  .hero h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); max-width: 90%; }
  .eyebrow { max-width: calc(100% - 120px); }
}
