:root {
  --ink: #1c2a3a;
  --ink-soft: #42566b;
  --cream: #faf6ee;
  --paper: #fffdf8;
  --gold: #d9a441;
  --gold-deep: #b5822a;
  --line: #eadfca;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: var(--gold-deep); }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, 92%); margin-inline: auto; }
.narrow { width: min(720px, 92%); }

/* ---- Top bar ---- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(28, 42, 58, .96);
  backdrop-filter: blur(6px);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem 0;
}
.brand { display: flex; align-items: baseline; gap: .55rem; text-decoration: none; }
.brand-mark {
  font-family: var(--serif); font-weight: 700; font-size: 1.15rem;
  color: #1c2a3a; background: var(--gold);
  padding: .15rem .5rem; border-radius: 6px;
}
.brand-name { color: #f4ead6; font-family: var(--serif); font-size: 1.05rem; letter-spacing: .4px; }
.nav { display: flex; align-items: center; gap: 1.1rem; }
.nav a:not(.btn) {
  color: #e8ddc4; text-decoration: none; font-size: .95rem;
}
.nav a:not(.btn):hover { color: #fff; }

/* ---- Buttons / chips ---- */
.btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .8rem 1.5rem; border-radius: 999px;
  text-decoration: none; font-weight: 600; font-size: .98rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #241a06; }
.btn-gold:hover { background: #e2b155; }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.65); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-small { padding: .45rem .95rem; font-size: .88rem; background: var(--gold); color: #241a06; }
.icon { width: 18px; height: 18px; }
.chip {
  display: inline-block; padding: .5rem 1rem; border-radius: 999px;
  background: rgba(28,42,58,.55); color: #f7efdc; font-size: .95rem;
  border: 1px solid rgba(255,255,255,.25);
}
.chip strong { color: var(--gold); margin-right: .3rem; }

/* ---- Hero ---- */
.hero { position: relative; min-height: 86vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,30,42,.55) 0%, rgba(20,30,42,.25) 45%, rgba(20,30,42,.7) 100%);
}
.hero-inner { position: relative; z-index: 1; color: #fff; padding: 4rem 0; }
.hero-kicker {
  text-transform: uppercase; letter-spacing: .22em; font-size: .82rem;
  color: #f0d9a8; margin-bottom: .9rem; font-weight: 600;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.06; text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero-tag { max-width: 34rem; margin-top: 1.1rem; font-size: 1.15rem; color: #f3ecdc; }
.hero-times { margin-top: 1.6rem; display: flex; gap: .7rem; flex-wrap: wrap; }
.hero-cta { margin-top: 2rem; display: flex; gap: .9rem; flex-wrap: wrap; }

/* ---- Sections ---- */
.section { padding: 4.5rem 0; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .2em; font-size: .78rem;
  font-weight: 700; color: var(--gold-deep); margin-bottom: .5rem;
}
.eyebrow.center { text-align: center; }
.section-title { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.4rem); text-align: center; margin-bottom: 2.2rem; }
h2 { font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 1rem; }
.lead { font-size: 1.1rem; color: var(--ink-soft); margin-bottom: 1rem; }
.welcome { background: var(--cream); border-block: 1px solid var(--line); }
.welcome .lead { margin-top: .4rem; }

/* ---- Cards ---- */
.cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
}
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.8rem 1.4rem; text-align: center;
  box-shadow: 0 6px 18px rgba(28,42,58,.06);
  display: flex; flex-direction: column; gap: .35rem;
}
.card-day { font-family: var(--serif); font-size: 1.25rem; color: var(--gold-deep); font-weight: 700; }
.card-time { font-size: 1.6rem; font-weight: 700; }
.card-label { color: var(--ink-soft); font-size: .95rem; }

/* ---- Visit ---- */
.visit-box {
  background: var(--ink); color: #eef0f2;
  border-radius: 20px; padding: 3rem 2.4rem;
}
.visit-box h2 { color: #fff; }
.visit-box .lead { color: #c8d2dc; }
.expect { list-style: none; margin: 1.2rem 0 1.4rem; }
.expect li { padding: .55rem 0 .55rem 1.9rem; position: relative; }
.expect li::before {
  content: "✦"; position: absolute; left: 0; color: var(--gold);
}
.visit-box a { color: #ecc684; }

/* ---- Contact ---- */
.contact { background: var(--cream); border-top: 1px solid var(--line); }
.contact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.contact-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.5rem; text-align: center;
}
.contact-card h3 { font-family: var(--serif); color: var(--gold-deep); font-size: 1.05rem; margin-bottom: .4rem; }
.contact-card p { color: var(--ink-soft); }

/* ---- Footer ---- */
.footer { background: var(--ink); color: #b9c3cd; padding: 1.6rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .92rem; }
.footer a { color: #ecc684; }

@media (max-width: 640px) {
  .nav a:not(.btn) { display: none; }
  .hero { min-height: 78vh; }
  .section { padding: 3.2rem 0; }
  .visit-box { padding: 2.2rem 1.4rem; }
}