:root {
  --sand: #e8dcc8;
  --ivory: #f7f3ec;
  --paper: #fbf8f3;
  --taupe: #8a7a68;
  --gold: #b8956a;
  --gold-deep: #9a784c;
  --espresso: #2a2118;
  --ink: #1c1610;
  --muted: #5c5248;
  --line: rgba(42, 33, 24, 0.12);
  --glass: rgba(251, 248, 243, 0.72);
  --shadow: 0 18px 50px rgba(28, 22, 16, 0.12);
  --radius: 22px;
  --header: 4.6rem;
  --claim: 2.4rem;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--espresso);
  background: var(--paper);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.7;
  padding-top: var(--claim);
  padding-bottom: 5rem;
}

img,
iframe {
  max-width: 100%;
  border: 0;
}

img {
  display: block;
  height: auto;
}

a {
  color: var(--gold-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--espresso);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.visually-hidden,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: calc(var(--claim) + 0.6rem);
  left: 0.8rem;
  z-index: 80;
  background: var(--ink);
  color: var(--sand);
  padding: 0.7rem 1rem;
  border-radius: 999px;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, calc(100% - 2rem));
}

.section {
  padding: 5.2rem 0;
}

.section__intro {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold-deep);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 500;
}

.eyebrow--light {
  color: var(--sand);
}

h1,
h2,
h3,
.footer__brand {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.45rem;
  margin: 0 0 0.55rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.claim-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--claim);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--sand);
  font-size: 0.82rem;
}

.claim-bar p {
  margin: 0;
  color: inherit;
}

.claim-bar__cta {
  display: inline-flex;
  align-items: center;
  margin-left: 0.45rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.claim-bar__cta:hover {
  background: var(--sand);
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: var(--claim);
  z-index: 40;
  background: rgba(251, 248, 243, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  position: relative;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}

.nav__mark {
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  background: var(--espresso);
  color: var(--sand);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.nav__name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav__name strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.nav__name span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--taupe);
}

.nav__toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav__toggle-bar {
  display: block;
  width: 1.3rem;
  height: 1.5px;
  margin: 0.3rem auto;
  background: var(--espresso);
}

.nav__panel {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav__links {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__links a {
  color: var(--espresso);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav__links a:hover {
  color: var(--gold-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--gold {
  background: var(--gold);
  color: var(--ink);
}

.btn--gold:hover {
  background: #c9a67a;
  color: var(--ink);
}

.btn--ghost,
.btn--ghost-dark {
  border-color: rgba(232, 220, 200, 0.45);
  color: var(--sand);
  background: transparent;
}

.btn--ghost-dark {
  border-color: var(--line);
  color: var(--espresso);
}

.btn--dark {
  background: var(--espresso);
  color: var(--sand);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--claim) - var(--header));
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  background:
    radial-gradient(circle at 18% 20%, rgba(184, 149, 106, 0.28), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(232, 220, 200, 0.16), transparent 28%),
    linear-gradient(160deg, #3a2f24 0%, #1c1610 55%, #2a2118 100%);
}

.hero__media::after {
  content: "W";
  position: absolute;
  right: 4%;
  bottom: -6%;
  font-family: var(--font-display);
  font-size: clamp(12rem, 28vw, 26rem);
  line-height: 0.8;
  color: rgba(232, 220, 200, 0.06);
  pointer-events: none;
}

.hero__veil {
  background:
    linear-gradient(180deg, rgba(28, 22, 16, 0.28) 0%, rgba(28, 22, 16, 0.72) 78%),
    linear-gradient(90deg, rgba(28, 22, 16, 0.45), transparent 55%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4rem;
}

.hero__title {
  margin: 0 0 0.4rem;
  color: var(--ivory);
}

.hero__tag {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: var(--sand);
}

.hero__lead {
  max-width: 36rem;
  color: rgba(247, 243, 236, 0.86);
  font-size: 1.05rem;
}

.hero__meta,
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero__meta {
  margin: 1.5rem 0 1.3rem;
}

.rating-pill,
.hours-pill {
  margin: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(251, 248, 243, 0.12);
  border: 1px solid rgba(232, 220, 200, 0.2);
  color: var(--sand);
  text-decoration: none;
  font-size: 0.9rem;
}

.rating-pill {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.breadcrumbs {
  padding: 1.1rem 0 0;
  font-size: 0.82rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--taupe);
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.glass-card,
.why__item,
.theme-card,
.local__card,
.faq__item,
.about__card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.about__card,
.why__item,
.theme-card,
.local__card {
  padding: 1.6rem;
}

.facts {
  margin: 0;
}

.facts div {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.facts div:last-child {
  border-bottom: 0;
}

.facts dt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--taupe);
}

.facts dd {
  margin: 0.2rem 0 0;
}

.why__grid,
.review-themes,
.local__grid,
.footer__grid {
  display: grid;
  gap: 1rem;
}

.why__grid,
.local__grid,
.footer__grid {
  grid-template-columns: repeat(3, 1fr);
}

.why__item,
.local__card,
.theme-card {
  list-style: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why__grid {
  margin: 0;
  padding: 0;
}

.why__item:hover,
.local__card:hover,
.theme-card:hover {
  transform: translateY(-6px);
}

.services {
  background:
    radial-gradient(circle at top right, rgba(184, 149, 106, 0.12), transparent 40%),
    var(--ivory);
}

.reviews__head {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.reviews__score {
  text-align: center;
  padding: 1.8rem 1rem;
}

.reviews__number {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4.2rem;
  line-height: 1;
  color: var(--espresso);
}

.review-themes {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.6rem;
}

.faq__list {
  display: grid;
  gap: 0.8rem;
}

.faq__item {
  padding: 0;
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.3rem;
  font-weight: 500;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  padding: 0 1.3rem 1.2rem;
}

.contact__address {
  font-style: normal;
  margin-bottom: 1.4rem;
}

.contact__list {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.contact__list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.contact__list span:first-child {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--taupe);
}

.map-wrap {
  min-height: 360px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.cta {
  margin: 0 1rem 2rem;
  padding: 5rem 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 149, 106, 0.22), transparent 36%),
    linear-gradient(135deg, #2a2118, #1c1610 70%);
  color: var(--ivory);
  text-align: center;
}

.cta p,
.cta h2 {
  color: var(--ivory);
}

.cta__inner {
  width: min(680px, 100%);
}

.footer {
  padding: 3rem 0 6.5rem;
  background: var(--ink);
  color: var(--sand);
}

.footer p,
.footer a {
  color: var(--sand);
}

.footer__brand {
  font-size: 1.6rem;
  margin: 0 0 0.4rem;
}

.footer__label {
  margin: 0 0 0.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
}

.footer__note {
  width: min(1120px, calc(100% - 2rem));
  margin: 2rem auto 0;
  font-size: 0.78rem;
  opacity: 0.7;
}

.mobile-cta {
  display: none;
  position: fixed;
  inset: auto 0 0;
  z-index: 45;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(251, 248, 243, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}

.mobile-cta .btn {
  width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-visible {
  animation: fade-up 0.8s ease forwards;
}

.why__item:nth-child(2),
.local__card:nth-child(2),
.theme-card:nth-child(2) { animation-delay: 0.08s; }
.why__item:nth-child(3),
.local__card:nth-child(3),
.theme-card:nth-child(3) { animation-delay: 0.16s; }
.why__item:nth-child(4),
.local__card:nth-child(4) { animation-delay: 0.24s; }
.why__item:nth-child(5) { animation-delay: 0.32s; }
.why__item:nth-child(6) { animation-delay: 0.4s; }

@keyframes fade-up {
  to {
    opacity: 1;
    transform: none;
  }
}


@media (max-width: 900px) {
  .split,
  .why__grid,
  .review-themes,
  .local__grid,
  .reviews__head,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .nav__toggle {
    display: inline-block;
  }

  .nav__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
    padding: 1rem 1.2rem 1.3rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open .nav__panel {
    display: flex;
  }

  .nav__links {
    flex-direction: column;
  }

  .mobile-cta {
    display: block;
  }

  .hero__inner {
    padding-top: 4rem;
  }
}

@media (min-width: 901px) {
  body {
    padding-bottom: 0;
  }

  .footer {
    padding-bottom: 3rem;
  }
}

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

  .reveal,
  .btn,
  .why__item,
  .local__card,
  .theme-card {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}
