
:root {
  --blue: #1f4e8c;
  --blue-dark: #14365f;
  --gold: #c9a45c;
  --text: #22313f;
  --muted: #5f6f7e;
  --bg: #f7f5f1;
  --card: #ffffff;
  --line: #d9dee5;
  --shadow: 0 14px 40px rgba(17, 38, 68, 0.10);
  --radius: 18px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Source Sans 3", Arial, sans-serif; color: var(--text); background: #fff; font-size: 18px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.section-sm { padding: 56px 0; }
.eyebrow { display: inline-block; font-size: 0.85rem; letter-spacing: .13em; text-transform: uppercase; color: var(--blue); border: 1px solid rgba(31,78,140,.25); padding: 8px 12px; background: #fff; }
.page-title, h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.08; color: #172331; margin: 0 0 18px; font-weight: 600; }
h1, .page-title { font-size: clamp(2.6rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.4rem, 2.8vw, 2rem); }
p { margin: 0 0 18px; color: var(--muted); }
ul { margin: 0; padding: 0; list-style: none; }
.small { font-size: 0.95rem; }
.lead { font-size: 1.18rem; color: #42556a; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: .25s ease; border: 1px solid transparent; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-secondary { background: #fff; border-color: rgba(31,78,140,.25); color: var(--blue); }
.btn-secondary:hover { border-color: var(--blue); }
.btn-gold { background: var(--gold); color: #132436; }
.btn-gold:hover { filter: brightness(.97); transform: translateY(-1px); }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; color: #000; padding: 10px 14px; z-index: 9999; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(20,54,95,.08); backdrop-filter: blur(12px); }
.header-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; min-height: 98px; }
.brand-right { justify-self: end; }
.brand-logo { width: 92px; height: 92px; object-fit: contain; }
.desktop-nav ul { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.desktop-nav a { color: var(--blue); font-weight: 700; font-size: 1rem; padding: 10px 0; position: relative; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue-dark); }
.desktop-nav a[aria-current="page"]::after, .desktop-nav a:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 14px; justify-self: end; }
.menu-toggle { display: none; width: 54px; height: 54px; border-radius: 14px; border: 1px solid rgba(31,78,140,.18); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; background: var(--blue); border-radius: 2px; transition: .25s ease; }
.menu-toggle span { margin: 5px 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }

.mobile-drawer { position: fixed; top: 0; right: 0; width: min(92vw, 390px); height: 100vh; background: #fff; transform: translateX(100%); transition: transform .35s ease; z-index: 1200; box-shadow: -30px 0 50px rgba(17,38,68,.18); padding: 24px; display: flex; flex-direction: column; }
.mobile-drawer.active { transform: translateX(0); }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(8,20,32,.42); opacity: 0; pointer-events: none; transition: .25s ease; z-index: 1100; }
.drawer-backdrop.active { opacity: 1; pointer-events: auto; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-top img { width: 82px; height: 82px; }
.drawer-close { border: 0; background: #edf3fa; color: var(--blue); width: 44px; height: 44px; border-radius: 12px; font-size: 24px; cursor: pointer; }
.drawer-nav { padding: 26px 0; }
.drawer-nav a { display: block; padding: 14px 0; color: var(--blue); font-weight: 700; border-bottom: 1px solid #edf1f5; font-size: 1.08rem; }
.drawer-footer { margin-top: auto; display: grid; gap: 12px; }
body.menu-open { overflow: hidden; }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(245,242,236,.95) 0%, rgba(245,242,236,.88) 40%, rgba(245,242,236,.20) 70%, rgba(245,242,236,.10) 100%), url('assets/hero-statue.png') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,0)); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; min-height: 720px; display: grid; align-items: center; grid-template-columns: minmax(0, 600px) 1fr; }
.hero-copy { padding: 90px 0; }
.hero-card { background: rgba(255,255,255,.78); border: 1px solid rgba(31,78,140,.08); border-radius: 28px; box-shadow: var(--shadow); padding: 40px; max-width: 560px; }
.hero .lead { margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: .95rem; color: #4c6176; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: start; }
.panel { background: var(--card); border: 1px solid #e9edf2; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.panel.soft { background: linear-gradient(180deg, #fff, #f8fbff); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.stat { background: #fff; border: 1px solid #e9edf2; border-radius: 16px; padding: 20px; text-align: center; }
.stat strong { display: block; color: var(--blue); font-size: 1.9rem; font-family: "Cormorant Garamond", Georgia, serif; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: #fff; border: 1px solid #e9edf2; border-radius: 18px; box-shadow: var(--shadow); padding: 26px; }
.feature-card p { margin-bottom: 0; }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.event-card { background: linear-gradient(180deg, #fff, #fbfcfe); border: 1px solid #e7edf4; border-left: 6px solid var(--blue); border-radius: 18px; padding: 26px; box-shadow: var(--shadow); }
.event-meta { display: inline-block; margin-bottom: 10px; font-weight: 700; color: var(--blue); }
.timeline { position: relative; display: grid; gap: 22px; }
.timeline::before { content: ""; position: absolute; left: 13px; top: 7px; bottom: 7px; width: 2px; background: #d8e1ed; }
.timeline-item { position: relative; padding-left: 42px; }
.timeline-item::before { content: ""; position: absolute; left: 6px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 4px solid #fff; box-shadow: 0 0 0 1px rgba(31,78,140,.22); }
.quote { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; color: #213348; line-height: 1.3; }
.band { background: var(--bg); border-top: 1px solid #ece6da; border-bottom: 1px solid #ece6da; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--muted); }
.check-list li::before { content: "•"; position: absolute; left: 8px; color: var(--gold); font-size: 1.2rem; top: -1px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { background: #fff; border: 1px solid #e8edf2; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.gallery-item .gallery-copy { padding: 18px; }
.placeholder-photo { aspect-ratio: 4/3; background: linear-gradient(135deg, #e3ebf6, #f4f7fb); display: grid; place-items: center; color: var(--blue); font-weight: 700; text-align: center; padding: 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.site-footer { background: #10263f; color: rgba(255,255,255,.85); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 32px; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.82); }
.site-footer h3 { color: #fff; font-size: 1.5rem; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 18px; font-size: .95rem; }
.callout { background: linear-gradient(135deg, rgba(31,78,140,.06), rgba(201,164,92,.15)); border: 1px solid rgba(31,78,140,.1); border-radius: 20px; padding: 24px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 720px; background: #fff; border: 1px solid #e7edf3; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
th, td { padding: 16px 18px; text-align: left; border-bottom: 1px solid #edf1f5; }
th { color: var(--blue); background: #f7fafc; font-size: .98rem; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .split, .contact-grid, .footer-grid, .gallery-grid, .feature-grid, .event-grid, .stats { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; min-height: 640px; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .header-inner { min-height: 82px; gap: 12px; }
  .brand-logo { width: 74px; height: 74px; }
  .header-actions .btn-gold { display: none; }
  .hero-card { padding: 26px; border-radius: 22px; }
  .section { padding: 62px 0; }
  .split, .contact-grid, .footer-grid, .gallery-grid, .feature-grid, .event-grid, .stats { grid-template-columns: 1fr; }
  .panel, .event-card, .feature-card { padding: 22px; }
}
