:root {
  color-scheme: dark;
  --bg: #141411;
  --bg-soft: #1d1d19;
  --text: #f2eee4;
  --muted: #c1bcb0;
  --gold: #dfb869;
  --brand-gold: #d8a848;
  --gold-bright: #f5d28a;
  --line: #454239;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 1rem/1.65 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, .gallery:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
::selection { background: var(--gold); color: var(--bg); }
.shell { width: min(100% - 2.5rem, 74rem); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; padding: .5rem 1rem; background: var(--gold-bright); color: var(--bg); }
.skip-link:focus { top: 1rem; }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { position: relative; display: block; width: 8rem; height: 7rem; flex: none; overflow: hidden; }
.brand img { position: absolute; top: -2.3rem; left: -2rem; width: 12rem; height: 12rem; max-width: none; }
.header-contact { padding: .6rem .9rem; border: 1px solid var(--gold); color: var(--gold-bright); font-size: .875rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.header-contact span, .button span, .text-link span { margin-left: .2em; }
.header-contact:hover, .header-contact:focus-visible { background: var(--gold); color: var(--bg); }

.eyebrow { margin: 0 0 .8rem; color: var(--gold-bright); font-size: .82rem; font-weight: 600; line-height: 1.4; letter-spacing: .04em; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.035em; line-height: 1.16; }
h1 { max-width: 16ch; margin-bottom: 1.25rem; font-size: clamp(2.25rem, 5vw, 3.75rem); }
.headline-gold { color: var(--brand-gold); }
h2 { max-width: 24ch; margin-bottom: 1.25rem; font-size: clamp(1.7rem, 3.3vw, 2.5rem); }

.hero { display: grid; gap: 2rem; padding-block: 3rem; }
.hero-copy { align-self: center; }
.lead { max-width: 37rem; margin-bottom: 1.5rem; color: var(--text); font-size: 1.0625rem; line-height: 1.6; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .4rem; min-height: 3.5rem; padding: .85rem 1.25rem; font-size: .99rem; font-weight: 700; line-height: 1.3; text-align: center; text-decoration: none; }
.button-primary { background: var(--gold); color: #17150f; }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-bright); }
.hero-image { margin: 0; min-width: 0; aspect-ratio: 2048 / 1365; overflow: hidden; background: var(--bg-soft); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }

.section { padding-block: 3.5rem; }
.section-rule { border-top: 1px solid var(--line); }
.split-section { display: grid; gap: .6rem; }
.section-prose { max-width: 37rem; color: var(--muted); font-size: 1.08rem; }
.section-prose p:last-child { margin-bottom: 0; }

.gallery-section { background: var(--bg-soft); }
.gallery-controls { display: flex; justify-content: flex-end; gap: .5rem; margin-bottom: .9rem; }
.gallery-controls button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--gold); border-radius: 0; background: transparent; color: var(--gold-bright); font: inherit; font-size: 1.35rem; line-height: 1; cursor: pointer; }
.gallery-controls button:hover { background: var(--gold); color: var(--bg); }
.gallery { display: flex; gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-color: var(--gold) var(--line); }
.gallery-item { flex: 0 0 min(83vw, 24rem); min-width: 0; margin: 0; scroll-snap-align: start; }
.gallery-item img { width: 100%; height: 19rem; object-fit: cover; background: #32312c; }
.gallery-item-tall img { object-position: center 54%; }
.reviews-section { border-top: 1px solid var(--line); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.reviews-heading p, .visit-block > p { max-width: 37rem; color: var(--muted); }
.review-controls { display: flex; flex: none; gap: .5rem; margin-bottom: 1rem; }
.review-controls button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--gold); border-radius: 0; background: transparent; color: var(--gold-bright); font: inherit; font-size: 1.35rem; line-height: 1; cursor: pointer; }
.review-controls button:hover { background: var(--gold); color: var(--bg); }
.reviews-list { display: flex; gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; margin: 1.2rem 0; padding-bottom: 1rem; scrollbar-color: var(--gold) var(--line); }
.review { flex: 0 0 min(83vw, 27rem); min-width: 0; margin: 0; padding: 1.25rem; border: 1px solid var(--line); scroll-snap-align: start; }
.review-stars { margin-bottom: .85rem; color: var(--gold-bright); letter-spacing: .1em; font-size: 1.15rem; }
.review blockquote { margin: 0 0 1rem; font-size: 1.08rem; line-height: 1.55; }
.review figcaption { color: var(--muted); font-size: .875rem; }
.visit-section { background: #24231e; }
.visit-block { max-width: 45rem; }
.hours-title { margin: 1.6rem 0 .7rem; font-size: 1.125rem; letter-spacing: 0; }
.hours { max-width: 26rem; margin: 0 0 1.25rem; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .48rem 0; border-bottom: 1px solid var(--line); }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: var(--text); font-weight: 600; white-space: nowrap; }
.visit-layout { display: grid; gap: 1.75rem; align-items: center; }
.map-image { display: block; overflow: hidden; background: var(--bg-soft); }
.map-image img { width: 100%; height: auto; aspect-ratio: 603 / 513; object-fit: cover; }
.text-link { display: inline-block; padding: .3rem 0; color: var(--gold-bright); font-weight: 700; text-underline-offset: .25rem; }
.text-link:hover { color: var(--text); }

.final-cta { padding-block: 4.3rem; text-align: center; }
.final-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { max-width: 23ch; margin-bottom: 1.5rem; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; }
.footer-inner { display: flex; flex-direction: column; gap: .7rem; padding-block: 1.5rem; }
.footer-inner p { margin: 0; }
.footer-inner a { align-self: start; color: var(--gold-bright); }

@media (min-width: 42rem) {
  .shell { width: min(100% - 4rem, 74rem); }
  .gallery-item { flex-basis: min(55vw, 30rem); }
  .gallery-item img { height: 23rem; }
  .review { flex-basis: min(56vw, 30rem); }
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 56rem) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, .98fr); align-items: center; gap: 3rem; padding-block: 4rem; }
  .hero-image { height: min(38rem, 57vw); aspect-ratio: auto; }
  .hero-image img { object-position: 60% center; }
  .section { padding-block: 4.5rem; }
  .split-section { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; }
  .gallery-item { flex-basis: min(38vw, 30rem); }
  .review { flex-basis: min(38vw, 30rem); }
  .visit-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
