:root {
  --burgundy: #6b2c3e;
  --burgundy-deep: #4a1d2b;
  --burgundy-ink: #2f121c;
  --cream: #f7f1e8;
  --cream-card: #fffaf3;
  --slate: #3d4a54;
  --slate-soft: #5a6a76;
  --gold: #b8925a;
  --gold-deep: #8f6d3e;
  --line: rgba(74, 29, 43, 0.14);
  --foam: #efe6da;
  --radius: 16px;
  --shadow: 0 16px 36px rgba(47, 18, 28, 0.10);
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--burgundy-ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.125rem; /* 18px */
}
img { max-width: 100%; height: auto; display: block; border-radius: 12px; }
a { color: var(--burgundy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.wrap, .container { width: min(1100px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--burgundy-deep); color: #fff;
  padding: .7rem 1.1rem; z-index: 100; border-radius: 999px; min-height: 44px;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.utility-bar {
  background: var(--burgundy-ink); color: #f3e7dc; font-size: .9rem; padding: .5rem 0;
}
.utility-bar .container {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center;
}
.utility-bar a { color: #fff; font-weight: 700; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 241, 232, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem 0; flex-wrap: wrap;
}
.logo {
  display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--burgundy-deep);
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem;
}
.logo svg { flex-shrink: 0; border-radius: 12px; }
.logo .tag { display: block; font-family: var(--font-body); font-size: .72rem; font-weight: 600; color: var(--slate-soft); letter-spacing: .04em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: .65rem; margin-left: auto; }
.header-phone { font-weight: 700; text-decoration: none; color: var(--burgundy-ink); white-space: nowrap; min-height: 44px; display: inline-flex; align-items: center; }
.nav-toggle {
  display: none; border: 1px solid var(--line); background: #fff;
  border-radius: 999px; padding: .55rem 1rem; font: inherit; cursor: pointer; min-height: 44px;
}
.site-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .2rem .85rem; align-items: center;
}
.site-nav a {
  text-decoration: none; color: var(--burgundy-ink); font-weight: 600; font-size: .92rem;
  padding: .45rem .2rem; min-height: 44px; display: inline-flex; align-items: center;
}
.site-nav a[aria-current="page"] { color: var(--burgundy); border-bottom: 2px solid var(--gold); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .75rem 1.25rem; border-radius: 999px; font-weight: 700;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; font: inherit;
  min-height: 44px; min-width: 44px;
}
.btn-primary { background: var(--burgundy); color: #fff; }
.btn-primary:hover { background: var(--burgundy-deep); color: #fff; }
.btn-gold { background: var(--gold); color: var(--burgundy-ink); }
.btn-gold:hover { background: var(--gold-deep); color: #fff; }
.btn-outline { background: #fff; color: var(--burgundy-deep); border-color: var(--burgundy); }
.btn-outline:hover { background: var(--burgundy); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.hero {
  position: relative; color: #fff; min-height: 62vh; display: grid; align-items: end;
  background: #2f121c center/cover no-repeat;
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; z-index: 0;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(115deg, rgba(47,18,28,.88), rgba(107,44,62,.55) 55%, rgba(184,146,90,.28));
}
.hero-content { position: relative; z-index: 2; padding: 4.5rem 0 3rem; width: min(1100px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow, .pill {
  display: inline-block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
  font-weight: 800; color: var(--burgundy-deep); background: rgba(247,241,232,.95);
  padding: .4rem .8rem; border-radius: 999px; margin-bottom: 1rem;
}
.hero h1, .page-hero h1, .section h2, .prose h2, .prose h3 {
  font-family: var(--font-display); font-weight: 650; line-height: 1.2;
}
.hero h1, .page-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.85rem); margin: 0 0 1rem; }
.hero-lead, .page-hero .lead { font-size: 1.15rem; max-width: 42rem; opacity: .97; }
.page-hero {
  background: linear-gradient(120deg, var(--burgundy-ink), var(--burgundy));
  color: #fff; padding: 3rem 0 2.3rem;
}
.page-hero .eyebrow { color: var(--burgundy-deep); }
.btn-row, .hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.hours-banner {
  background: var(--foam); border-left: 4px solid var(--burgundy); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.2rem; margin: 1.4rem 0; color: var(--burgundy-ink);
}
.section { padding: 3.2rem 0; }
.section.alt { background: var(--foam); }
.section.deep { background: var(--burgundy-ink); color: #f3e7dc; }
.section.deep a { color: #f0d7a8; }
.section h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0 0 1rem; color: var(--burgundy-deep); }
.section.deep h2 { color: #fff; }
.prose p { margin: 0 0 1.05rem; }
.prose h2 { margin-top: 2rem; }
.prose h3 { font-size: 1.25rem; margin: 1.6rem 0 .6rem; color: var(--burgundy); }
.split { display: grid; gap: 1.75rem; grid-template-columns: 1.15fr .85fr; align-items: center; }
.split.reverse { grid-template-columns: .85fr 1.15fr; }
.split.reverse > :first-child { order: 2; }
.card-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--cream-card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
}
.card-body { padding: 1.2rem 1.25rem 1.4rem; }
.card h3 { font-family: var(--font-display); margin: 0 0 .5rem; font-size: 1.35rem; color: var(--burgundy-deep); }
.pill-list { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-list li {
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .85rem;
  font-size: .92rem; font-weight: 600; color: var(--slate);
}
.gallery-grid {
  display: grid; gap: .85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.gallery-grid figure { margin: 0; }
.gallery-grid figcaption { font-size: .88rem; color: var(--slate-soft); margin-top: .4rem; }
.map-wrap {
  width: 100%; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: #ddd;
}
.map-wrap iframe { width: 100%; max-width: 100%; height: 450px; border: 0; display: block; border-radius: 0; }
.site-footer {
  background: var(--burgundy-ink); color: #f0e4d8; padding: 3rem 0 1.5rem;
}
.site-footer a { color: #f0d7a8; }
.footer-grid {
  display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 2rem;
}
.site-footer h2, .site-footer h3 {
  font-family: var(--font-display); color: #fff; margin: 0 0 .75rem; font-size: 1.25rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: .35rem 0; }
.site-footer li a { text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom {
  border-top: 1px solid rgba(240,212,168,.2); padding-top: 1rem; font-size: .92rem;
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; justify-content: space-between;
}
.partner-links { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-top: .75rem; }
.partner-links a { font-weight: 700; }
.contact-form {
  display: grid; gap: 1rem; background: var(--cream-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow);
}
.contact-form label { font-weight: 700; display: grid; gap: .35rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  font: inherit; padding: .7rem .85rem; border-radius: 10px; border: 1px solid var(--line);
  background: #fff; min-height: 44px;
}
.faq details {
  background: var(--cream-card); border: 1px solid var(--line); border-radius: 12px;
  padding: 1rem 1.15rem; margin-bottom: .75rem;
}
.faq summary { cursor: pointer; font-weight: 700; color: var(--burgundy-deep); min-height: 44px; display: flex; align-items: center; }
.directory-brand img { max-width: 220px; background: #fff; padding: .5rem; border: 1px solid var(--line); border-radius: 10px; }
.directory-facility { margin: 1.5rem 0; }
.muted { color: var(--slate-soft); }
.note-soft {
  background: #fff; border: 1px dashed var(--line); border-radius: 12px; padding: 1rem 1.15rem; font-size: 1rem;
}
@media (max-width: 900px) {
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; width: 100%; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
