:root {
  --navy: #0e1a2b;
  --navy-2: #16243a;
  --navy-3: #1e3048;
  --gold: #c9a227;
  --gold-2: #e0c56a;
  --cream: #f6f1e6;
  --cream-2: #fbf8f2;
  --ink: #243044;
  --muted: #5c6674;
  --line: rgba(201, 162, 39, 0.35);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(14, 26, 43, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream-2);
  line-height: 1.65;
  font-size: 18px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, .btn { font-family: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  background: var(--navy);
  color: var(--cream);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 0; flex-wrap: wrap;
}
.topbar a { color: var(--gold-2); }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 242, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(14, 26, 43, 0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 88px; gap: 20px;
  position: relative;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo { height: 72px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--navy);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px;
}
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 7px 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border-radius: 2px; border: 1px solid transparent;
  letter-spacing: 0.12em; text-transform: uppercase; font-size: 13px;
  font-weight: 600; cursor: pointer; transition: 0.2s ease;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-2); }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: var(--navy-3); }
.btn-ghost { border-color: var(--gold); color: var(--cream); background: transparent; }
.btn-ghost:hover { background: var(--gold); color: var(--navy); }
.btn-ghost-dark { border-color: var(--navy); color: var(--navy); background: transparent; }

.hero {
  position: relative; min-height: 82vh;
  background: var(--navy) center/cover no-repeat;
  color: var(--cream); display: grid; align-items: end;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,26,43,.28) 0%, rgba(14,26,43,.82) 100%);
}
.hero-inner { position: relative; z-index: 1; padding: 80px 0 72px; }
.eyebrow {
  color: var(--gold-2); letter-spacing: 0.28em; text-transform: uppercase;
  font-size: 13px; margin-bottom: 14px;
}
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; }
.hero h1 {
  font-size: clamp(52px, 8vw, 96px); line-height: 0.92;
  letter-spacing: 0.02em; max-width: 12ch;
}
.hero p.lead { max-width: 34em; margin: 22px 0 32px; font-size: 20px; color: #efe7d4; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.times { background: var(--navy-2); color: var(--cream); border-top: 1px solid var(--line); }
.times-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-card { padding: 28px 10px; text-align: center; }
.time-card span {
  display: block; font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-2); margin-bottom: 6px;
}
.time-card strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }

section { padding: 88px 0; }
.section-kicker {
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold);
  font-size: 12px; margin-bottom: 10px;
}
h2 { font-size: clamp(34px, 5vw, 54px); line-height: 1.05; color: var(--navy); }
.lede { font-size: 20px; color: var(--muted); max-width: 40em; margin-top: 14px; }

.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.mission {
  background: var(--white); padding: 36px 28px; box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
}
.mission h3 { font-size: 36px; color: var(--navy); margin-bottom: 10px; }
.mission p { color: var(--muted); }

.one { background: var(--navy); color: var(--cream); text-align: center; }
.one .section-kicker { color: var(--gold-2); }
.one h2 { color: var(--cream); }
.one-words {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px;
  margin-top: 36px; font-family: var(--serif); font-size: clamp(22px, 3vw, 32px);
}
.one p { max-width: 38em; margin: 28px auto 0; color: #d8d0bf; }

.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 460px; object-fit: cover; }
.split.reverse { grid-template-columns: 0.9fr 1.1fr; }
.belief-list { margin-top: 22px; }
.belief-list li { list-style: none; padding: 12px 0; border-bottom: 1px solid rgba(14,26,43,.08); }
.belief-list strong { color: var(--navy); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.card { background: var(--white); overflow: hidden; box-shadow: var(--shadow); }
.card img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 24px; }
.card h3 { font-size: 28px; margin-bottom: 8px; color: var(--navy); }
.card p { color: var(--muted); font-size: 16px; }
.card a.more { display: inline-block; margin-top: 12px; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 600; }

.cta {
  background:
    linear-gradient(180deg, rgba(14,26,43,.72), rgba(14,26,43,.82)),
    url("../images/exterior.jpg") center/cover no-repeat;
  color: var(--cream); text-align: center;
}
.cta h2 { color: var(--cream); }
.cta p { margin: 16px auto 28px; max-width: 34em; color: #efe7d4; }

.page-hero { background: var(--navy); color: var(--cream); padding: 72px 0 56px; }
.page-hero h1 { font-size: clamp(40px, 6vw, 72px); line-height: 0.95; }
.page-hero p { margin-top: 14px; color: #d9d1bf; max-width: 36em; }

.form { display: grid; gap: 14px; margin-top: 24px; }
.form input, .form textarea, .form select {
  width: 100%; padding: 14px 16px; border: 1px solid rgba(14,26,43,.15);
  background: var(--white); font: inherit; color: var(--ink);
}
.form textarea { min-height: 140px; resize: vertical; }
.note { font-size: 14px; color: var(--muted); margin-top: 10px; }

.hours, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }

.embed {
  position: relative; width: 100%; padding-bottom: 56.25%;
  background: var(--navy); margin: 28px 0;
}
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.quick {
  background: var(--white); padding: 22px 20px; border-top: 3px solid var(--gold);
  box-shadow: var(--shadow);
}
.quick h3 { font-size: 24px; color: var(--navy); margin-bottom: 6px; }
.quick p { color: var(--muted); font-size: 15px; }

footer { background: var(--navy); color: #cfc6b4; padding: 56px 0 24px; font-size: 15px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(201,162,39,.2);
}
.footer-brand img { height: 92px; width: auto; background: #fff; padding: 8px; }
.footer-brand strong {
  display: block; font-family: var(--serif); font-size: 28px; color: var(--gold-2);
  letter-spacing: 0.12em; font-weight: 500; margin-top: 10px;
}
.footer-brand p { margin-top: 12px; max-width: 28em; }
footer h4 {
  font-family: var(--sans); letter-spacing: 0.16em; text-transform: uppercase;
  font-size: 12px; color: var(--gold-2); margin-bottom: 14px;
}
footer a { color: #efe7d4; }
footer a:hover { color: var(--gold-2); }
footer ul { list-style: none; }
footer li { margin-bottom: 8px; }
.legal {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 18px; font-size: 13px;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--cream-2); flex-direction: column; align-items: flex-start;
    padding: 18px 24px 24px; border-bottom: 1px solid rgba(14,26,43,.08);
  }
  .nav-links.open { display: flex; }
  .times-grid, .mission-grid, .cards, .split, .split.reverse,
  .hours, .contact-grid, .footer-grid, .quick-links {
    grid-template-columns: 1fr;
  }
  .split img { height: 280px; }
  .hero { min-height: 72vh; }
  .brand-logo { height: 58px; }
}
