:root {
  --bg: #f7f3ee;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 0.97);
  --text: #15324d;
  --muted: #5d7183;
  --navy: #15324d;
  --amber: #df742f;
  --border: rgba(21, 50, 77, 0.1);
  --shadow: 0 30px 80px rgba(21, 50, 77, 0.12);
  --shadow-soft: 0 18px 40px rgba(21, 50, 77, 0.08);
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top left, rgba(223, 116, 47, 0.12), transparent 30%), linear-gradient(180deg, #fffdf9 0%, #f7f3ee 100%); color: var(--text); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.site-shell { padding-bottom: 4rem; }
.topbar { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); background: rgba(247,243,238,0.88); border-bottom: 1px solid rgba(21,50,77,0.06); }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.8rem 0; position: relative; }
.brand { display: flex; align-items: center; gap: 0.95rem; min-width: 0; flex: 1 1 auto; }
.brand__mark-wrap { width: 3.8rem; height: 3.8rem; border-radius: 999px; overflow: hidden; background: white; box-shadow: var(--shadow-soft); flex: 0 0 auto; }
.brand__mark { width: 100%; height: 100%; object-fit: cover; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.02; }
.brand__name { font-family: Georgia, 'Times New Roman', serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 1.45rem; color: var(--navy); }
.brand__tag { font-family: Inter, system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; color: var(--amber); margin-top: 0.28rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,0.92); align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 0; cursor: pointer; flex: 0 0 46px; margin-left: auto; box-shadow: var(--shadow-soft); appearance: none; -webkit-appearance: none; position: relative; z-index: 60; }
.menu-toggle span { width: 18px; height: 2px; border-radius: 999px; background: var(--navy); display: block; }
.nav { display: flex; align-items: center; gap: 0.75rem; color: var(--muted); font-size: 0.95rem; flex-wrap: wrap; }
.nav__link { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 0.95rem; border-radius: 999px; border: 1px solid transparent; background: rgba(255,255,255,0.34); transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.nav__link:hover { color: var(--navy); background: rgba(255,255,255,0.82); border-color: rgba(21,50,77,0.08); }
.nav__cta { background: var(--navy); color: white; padding: 0 1rem; border-radius: 999px; font-weight: 700; }
.nav__cta:hover { color: white; background: #204766; border-color: transparent; }
.hero { position: relative; overflow: hidden; padding: 5rem 0 4rem; }
.hero__image-wrap { position: relative; border-radius: 34px; overflow: hidden; min-height: 82svh; box-shadow: var(--shadow); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,31,49,0.18) 0%, rgba(9,31,49,0.34) 30%, rgba(9,31,49,0.78) 58%, rgba(9,31,49,0.88) 100%); }
.hero__content { position: relative; z-index: 2; padding: 2rem; max-width: 42rem; color: white; }
.hero__content::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,24,38,0.18), rgba(8,24,38,0.42) 42%, rgba(8,24,38,0.62)); border-radius: 28px; z-index: -1; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.72rem; color: #ffe2cf; display: inline-block; margin-bottom: 0.75rem; text-shadow: 0 2px 10px rgba(0,0,0,0.18); }
.hero h1, .section h2, .section h3, .page-hero h1 { font-family: Georgia, 'Times New Roman', serif; line-height: 0.96; letter-spacing: -0.04em; }
.hero h1 { font-size: clamp(3.3rem, 7vw, 6.2rem); margin: 0; max-width: 10ch; color: white; text-shadow: 0 4px 16px rgba(0,0,0,0.22); }
.hero h1 .accent { color: #ffd8be; }
.hero__lede { max-width: 34rem; margin: 1.5rem 0 0; color: rgba(255,255,255,0.96); text-shadow: 0 2px 10px rgba(0,0,0,0.18); line-height: 1.8; font-size: 1.02rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button { border-radius: 999px; padding: 0.95rem 1.4rem; font-weight: 700; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; display: inline-flex; justify-content: center; align-items: center; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: white; color: var(--navy); box-shadow: 0 16px 40px rgba(21, 50, 77, 0.18); }
.button--ghost { border: 1px solid rgba(255,255,255,0.38); background: rgba(255,255,255,0.08); color: white; }
.button--navy { background: var(--navy); color: white; }
.button--outline { border: 1px solid var(--border); background: rgba(255,255,255,0.65); color: var(--navy); }
.button--wide { width: 100%; }
.section { padding: 4.6rem 0; }
.section h2 { color: var(--navy); margin-top: 0; }
.section p, .card p, .testimonial p, .seo-copy p, .seo-card p, .image-card p, .page-card p, .faq-card p { color: var(--muted); line-height: 1.8; }
.section--soft { background: rgba(255,255,255,0.42); }
.section--dark { background: linear-gradient(135deg, #163651, #224b6c); color: white; }
.section--dark h2, .section--dark .eyebrow, .section--dark p { color: white; }
.section--accent { background: linear-gradient(135deg, #15324d, #2a597e); color: white; }
.section--accent h2, .section--accent .moment-list li { color: white; }
.intro-grid, .cta-panel, .split-panel, .seo-grid, .photo-feature, .page-grid, .contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: center; }
.cards, .testimonials, .seo-cards, .image-row, .faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.card, .testimonial, .cta-card, .seo-card, .image-card, .page-card, .faq-card { border-radius: 24px; padding: 1.5rem; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.card__icon { width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--amber), #f2a171); margin-bottom: 1rem; }
.card h3, .seo-card h3, .image-card h3, .page-card h3, .faq-card h3 { margin: 0 0 0.75rem; font-size: 1.28rem; color: var(--navy); }
.feature-photo { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.feature-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; margin-bottom: 1rem; }
.moment-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 1rem; }
.moment-list li { padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.88); }
.show-list { display: grid; gap: 1rem; margin-top: 2rem; }
.show-item { display: flex; flex-direction: column; gap: 1rem; padding: 1.25rem 1.3rem; border-radius: 22px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.05); }
.show-item__main { display: flex; gap: 1rem; align-items: center; }
.show-item__date { min-width: 58px; text-align: center; }
.show-item__day { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; color: var(--amber); line-height: 1; }
.show-item__month { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.68); }
.show-item__title { font-weight: 700; color: #fff8ef; margin-bottom: 0.25rem; }
.show-item__meta { color: rgba(255,255,255,0.74); font-size: 0.95rem; }
.show-item__side { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.show-item__time { color: rgba(255,255,255,0.78); font-size: 0.92rem; }
.ticket-button { background: var(--amber); color: white; padding: 0.8rem 1rem; border-radius: 999px; font-size: 0.76rem; font-weight: 700; white-space: nowrap; }
.seo-copy { display: grid; gap: 1rem; }
.seo-highlight { border-left: 4px solid var(--amber); padding-left: 1rem; color: var(--navy); font-weight: 600; }
.newsletter-shell { display: grid; gap: 1rem; }
.newsletter-note { color: var(--muted); line-height: 1.7; }
.newsletter-form { display: grid; gap: 0.9rem; }
.newsletter-field { width: 100%; border-radius: 16px; border: 1px solid var(--border); background: white; padding: 0.95rem 1rem; font: inherit; color: var(--navy); }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; gap: 0.75rem; }
.newsletter-help { font-size: 0.88rem; color: var(--muted); }
.page-hero { padding: 3.5rem 0 2rem; }
.page-hero__card { background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)); border-radius: 32px; box-shadow: var(--shadow); padding: 2rem; border: 1px solid var(--border); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); color: var(--navy); margin: 0 0 1rem; }
.page-hero p { color: var(--muted); max-width: 46rem; line-height: 1.8; }
.list-clean { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.9rem; }
.contact-line { font-size: 1rem; color: var(--navy); font-weight: 600; }
.footer { background: #163651; color: white; padding: 4rem 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer__brand { max-width: 28rem; }
.footer__brand-row { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1rem; }
.footer__mark { width: 3rem; height: 3rem; border-radius: 999px; overflow: hidden; background: white; flex: 0 0 auto; }
.footer__mark img { width: 100%; height: 100%; object-fit: cover; }
.footer__title { font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer__copy, .footer a, .footer__small { color: rgba(255,255,255,0.72); }
.footer h3 { text-transform: uppercase; letter-spacing: 0.12em; color: #f0c6a0; font-size: 0.95rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.85rem; }
.footer a:hover { color: white; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2.5rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 900px) {
  .intro-grid, .cta-panel, .split-panel, .cards, .testimonials, .footer__grid, .seo-grid, .seo-cards, .photo-feature, .image-row, .page-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .topbar__inner { flex-wrap: wrap; align-items: center; column-gap: 0.75rem; row-gap: 0.65rem; }
  .brand { min-width: 0; flex: 1 1 calc(100% - 58px); }
  .brand__copy { min-width: 0; }
  .brand__name { font-size: 1.18rem; letter-spacing: 0.1em; }
  .brand__tag { font-size: 0.64rem; letter-spacing: 0.14em; }
  .menu-toggle { display: inline-flex; align-self: flex-start; }
  .nav { display: none; width: 100%; flex-direction: column; gap: 0.35rem; padding: 0.75rem 0 0.25rem; margin-top: 0.15rem; border-top: 1px solid rgba(21,50,77,0.08); order: 3; flex-basis: 100%; }
  .nav.nav--open { display: flex; }
  .nav__link { width: 100%; justify-content: flex-start; padding: 0.95rem 0.2rem; min-height: 0; border-radius: 0; border: 0; border-top: 1px solid rgba(21,50,77,0.08); background: transparent; }
  .nav__cta { justify-content: center; margin-top: 0.5rem; padding-inline: 1rem; border-radius: 999px; border: 0; }
  .hero__image-wrap { min-height: 74svh; }
}
@media (min-width: 901px) {
  .menu-toggle { display: none; }
  .nav { display: flex !important; }
}
@media (max-width: 640px) {
  .hero { padding-top: 3rem; }
  .hero__content { padding: 1.15rem; }
  .hero__content::before { border-radius: 22px; }
  .hero__image-wrap { min-height: 70svh; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.8rem); }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .topbar__inner { padding: 0.72rem 0; gap: 0.65rem; }
  .brand__mark-wrap { width: 3rem; height: 3rem; }
  .brand__name { font-size: 1.02rem; }
  .brand__tag { font-size: 0.58rem; letter-spacing: 0.12em; }
  .show-item__side, .newsletter-row { grid-template-columns: 1fr; display: grid; }
}
