:root {
  --ink: #28231d;
  --muted: #6b6259;
  --paper: #fbfaf7;
  --card: #ffffff;
  --gold: #b78b47;
  --gold-dark: #8a642c;
  --line: #e8dfd1;
  --dark: #17130f;
  --shadow: 0 18px 50px rgba(50, 37, 22, .1);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: var(--gold-dark); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); margin: 0 0 1.25rem; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 0 0 1rem; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); margin: 0 0 .7rem; }
p { margin: 0 0 1.2rem; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: .7rem 1rem;
  color: #fff;
  background: var(--dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 860px); margin-inline: auto; }
.section { padding: clamp(4.2rem, 8vw, 7.5rem) 0; }
.section-sm { padding: clamp(2.8rem, 6vw, 4.8rem) 0; }
.surface { background: #fff; }
.dark-surface { color: #eee7de; background: var(--dark); }
.dark-surface h2, .dark-surface h3 { color: #fff; }
.eyebrow {
  display: inline-block;
  margin-bottom: .9rem;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dark-surface .eyebrow { color: #e6bd79; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.text-center { text-align: center; }
.text-center .lead { margin-inline: auto; }
.stack > * + * { margin-top: 1rem; }
.mt-sm { margin-top: 1.2rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(183, 139, 71, .22);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 4px 22px rgba(30, 24, 17, .05);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; }
.brand img { width: 54px; height: 54px; border: 2px solid var(--gold); border-radius: 50%; object-fit: cover; }
.brand span { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 1.55rem; }
.site-nav a { color: var(--ink); font-size: .82rem; font-weight: 750; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-dark); }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.25rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #fff;
  background: var(--gold-dark);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { color: #fff; background: var(--gold); transform: translateY(-2px); }
.button-outline { color: var(--gold-dark); background: transparent; }
.button-outline:hover { color: #fff; }
.button-light { color: var(--dark); background: #fff; border-color: #fff; }
.button-light:hover { color: var(--dark); background: #f3e9da; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.text-center .button-row { justify-content: center; }

.promo-hero { display: block; color: inherit; background: #090807; text-decoration: none; }
.promo-hero img { width: 100%; height: auto; margin-inline: auto; }
.intro-grid, .two-col { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2.4rem, 6vw, 6rem); }
.feature-list { display: grid; gap: .85rem; padding: 0; margin: 1.7rem 0 0; list-style: none; }
.feature-list li { position: relative; padding-left: 1.7rem; }
.feature-list li::before { position: absolute; left: 0; color: var(--gold); content: "◆"; font-size: .74rem; }

.video-shell { position: relative; max-width: 420px; margin-inline: auto; overflow: hidden; border-radius: 24px; background: #17130f; box-shadow: var(--shadow); }
.video-shell::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; content: ""; pointer-events: none; }
.experience-video { width: 100%; aspect-ratio: 10 / 17; object-fit: cover; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2.3rem; }
.card {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 10px 30px rgba(50, 37, 22, .055);
}
.card p:last-child { margin-bottom: 0; }
.card-tag { display: inline-block; margin-bottom: 1rem; color: var(--gold-dark); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.area-card { display: block; color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.area-card:hover { color: inherit; box-shadow: var(--shadow); transform: translateY(-4px); }

.image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.image-grid figure { margin: 0; overflow: hidden; border-radius: 14px; background: #eee; }
.image-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-grid figcaption { padding: .8rem 1rem; color: var(--muted); background: #fff; font-size: .88rem; }
.menu-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.menu-panel + .menu-panel { margin-top: 2rem; }
.menu-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.policy-item { padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.05); }
.policy-item p { color: #cfc5b9; }
.note { padding: 1.1rem 1.2rem; border-left: 4px solid var(--gold); background: #f5ecde; }
.dark-surface .note { background: rgba(255,255,255,.08); }

.contact-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 2rem; align-items: start; }
.quote-form { padding: clamp(1.4rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: .4rem; font-size: .82rem; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: .72rem .8rem;
  border: 1px solid #d8cebf;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-submit { margin-top: 1rem; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(183,139,71,.2); border-color: var(--gold); }
.contact-card { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.contact-card:last-child { border-bottom: 0; }
.owner { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.owner img { width: 88px; height: 88px; border: 3px solid var(--gold); border-radius: 50%; object-fit: cover; }

.location-hero { background: #100d09; }
.location-hero img { width: 100%; max-height: 650px; object-fit: cover; }
.breadcrumbs { padding: 1rem 0; color: var(--muted); font-size: .88rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: .45rem; content: "/"; }
.article-header { padding: clamp(2.8rem, 7vw, 5.5rem) 0 2.5rem; }
.article-header h1 { max-width: 980px; font-size: clamp(2.5rem, 5.5vw, 4.8rem); }
.article-meta { color: var(--muted); font-size: .9rem; }
.article-body { padding-bottom: clamp(4rem, 8vw, 7rem); }
.article-body h2 { margin-top: 2.8rem; font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.article-body h3 { margin-top: 2rem; }
.article-body ul, .article-body ol { padding-left: 1.35rem; margin: 0 0 1.5rem; }
.article-body li + li { margin-top: .55rem; }
.article-feature-image { margin-bottom: 2.5rem; border-radius: 18px; }
.article-cta { margin: 3rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 18px; color: #fff; background: var(--dark); }
.article-cta h2, .article-cta h3 { color: #fff; margin-top: 0; }
.faq { margin-top: 3rem; }
.faq details { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { color: var(--ink); font-weight: 800; cursor: pointer; }
.faq details p { margin: .8rem 0 0; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; margin-top: 2.3rem; }
.blog-card { overflow: hidden; padding: 0; }
.blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card-content { padding: 1.5rem; }
.blog-card a { color: inherit; text-decoration: none; }
.blog-card a:hover h2, .blog-card a:hover h3 { color: var(--gold-dark); }

/* Guide layout: full-width editorial title, centered readable article. */
.guide-page { background: #f3f2f0; }
.guide-page .breadcrumbs { display: none; }
.guide-page .location-hero {
  padding: clamp(16px, 2.4vw, 32px) 0 0;
  background: #f3f2f0;
}
.guide-page .location-hero img {
  width: min(calc(100% - 2rem), var(--container));
  height: clamp(300px, 36vw, 510px);
  max-height: none;
  margin-inline: auto;
  border-radius: 12px;
  object-fit: cover;
}
.guide-page article { padding: 0 0 80px; }
.classic-article-card {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.guide-page .article-header.container {
  width: min(calc(100% - 2rem), var(--container));
  padding: clamp(3rem, 6vw, 5rem) 0 2.6rem;
}
.guide-page .article-header h1 {
  max-width: none;
  margin-bottom: 1.2rem;
  font-size: clamp(2.75rem, 5.7vw, 5.25rem);
  line-height: 1.08;
}
.guide-page .article-header .lead {
  width: min(100%, 860px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}
.guide-page .article-header .article-meta {
  width: min(100%, 860px);
  margin-right: auto;
  margin-left: auto;
}
.guide-page .article-body.narrow {
  width: min(calc(100% - 2rem), 860px);
  padding: 0 0 20px;
  font-size: 1rem;
  line-height: 1.78;
}
.guide-page .article-body h2 {
  margin-top: 2.35rem;
  font-size: clamp(1.72rem, 3vw, 2.15rem);
  line-height: 1.25;
}
.guide-page .article-body h3 {
  margin-top: 1.7rem;
  font-size: 1.35rem;
}
.guide-page .article-cta {
  margin: 2.4rem 0;
  padding: 1.8rem 2rem;
  border-radius: 4px;
}
.guide-page .article-cta h2 { font-size: 1.9rem; }
.guide-page .faq { margin-top: 2.5rem; }

/* Compact blog overview. */
.blog-index-page .article-header { padding: 3.2rem 0 1.4rem; }
.blog-index-page .article-header h1 {
  max-width: none;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
}
.blog-index-page .article-header .lead { font-size: 1.05rem; }
.blog-index-page .section-sm { padding: 1.6rem 0 4.2rem; }
.blog-index-page .blog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0;
}
.blog-index-page .blog-card {
  border-radius: 12px;
  box-shadow: 0 7px 22px rgba(50, 37, 22, .06);
}
.blog-index-page .blog-card > a { display: block; padding: .72rem .72rem 0; }
.blog-index-page .blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}
.blog-index-page .blog-card-content { padding: 1.05rem .38rem 1.2rem; }
.blog-index-page .blog-card .card-tag { margin-bottom: .55rem; font-size: .66rem; }
.blog-index-page .blog-card h2 {
  margin-bottom: .55rem;
  font-size: 1.38rem;
  line-height: 1.25;
}
.blog-index-page .blog-card p {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.55;
}
.blog-index-page .dark-surface { padding: 3.3rem 0; }
.blog-index-page .dark-surface h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }

.site-footer { padding: 3.2rem 0; color: #c9c0b6; background: #110e0b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.2rem; }
.site-footer a { color: #e8c58a; }
.footer-links { display: grid; gap: .55rem; }
.copyright { padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute;
    top: 78px;
    right: 1rem;
    left: 1rem;
    display: none;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav .button { width: 100%; }
  .intro-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .card-grid, .policy-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .blog-index-page .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .brand span { display: none; }
  .section { padding: 4rem 0; }
  .image-grid, .blog-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .button { width: 100%; }
  .button-row { display: grid; }
  .location-hero img { min-height: 260px; object-fit: cover; }
  .guide-page .location-hero { padding-top: 12px; }
  .guide-page .location-hero img { height: 250px; min-height: 0; border-radius: 9px; }
  .guide-page article { padding: 0 0 48px; }
  .guide-page .article-header.container { padding: 2.4rem 0 1.8rem; }
  .guide-page .article-header h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .guide-page .article-header .lead { font-size: 1rem; }
  .guide-page .article-body.narrow { padding: 0 0 24px; }
  .guide-page .article-body h2 { margin-top: 2rem; font-size: 1.65rem; }
  .guide-page .article-body h3 { font-size: 1.25rem; }
  .guide-page .article-cta { padding: 1.4rem 1.2rem; }
  .guide-page .article-cta h2 { font-size: 1.65rem; }
  .blog-index-page .article-header { padding: 2.5rem 0 1rem; }
  .blog-index-page .article-header h1 { font-size: 2.15rem; }
  .blog-index-page .blog-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
