:root {
  --ink: #1a1612;
  --ink-soft: #3d352c;
  --muted: #6b6258;
  --cream: #f3ece1;
  --paper: #faf7f2;
  --white: #fffcf8;
  --line: #e4d8c8;
  --forest: #1e4a2c;
  --forest-deep: #14321e;
  --moss: #2f6a40;
  --wine: #8e2d2d;
  --brass: #b8955a;
  --brass-soft: #d4bc8a;
  --shadow: 0 18px 40px rgba(26, 22, 18, 0.12);
  --radius: 18px;
  --header: 72px;
  --font-serif: "Fraunces", "Times New Roman", serif;
  --font-sans: "Source Sans 3", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}
.eyebrow {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--wine);
  margin-bottom: 0.5rem;
}
h1, h2, h3 { font-family: var(--font-serif); font-weight: 560; letter-spacing: -0.02em; line-height: 1.15; margin: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
h3 { font-size: 1.35rem; }
.lede { color: var(--ink-soft); font-size: 1.05rem; max-width: 62ch; }
.section { padding: 5rem 0; }
.section.alt { background: var(--cream); }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; z-index: 80; background: #fff; padding: .5rem 1rem; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 40;
  height: var(--header);
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}
.header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(26,22,18,.06); }
.header-inner {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand img { height: 46px; width: auto; }
.nav { display: flex; gap: 1.35rem; align-items: center; }
.nav a {
  text-decoration: none; font-weight: 600; font-size: 0.95rem; color: var(--ink-soft);
}
.nav a:hover, .nav a.active { color: var(--forest); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  text-decoration: none; border: 0; cursor: pointer;
  border-radius: 999px; padding: 0.8rem 1.2rem; font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--forest); color: #fff; }
.btn-primary:hover { background: var(--forest-deep); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); }
.btn-wine { background: var(--wine); color: #fff; }
.btn-wine:hover { background: #6f2121; }
.menu-toggle {
  display: none; background: none; border: 0; width: 44px; height: 44px;
}
.menu-toggle span {
  display: block; height: 2px; background: var(--ink); margin: 6px 8px; border-radius: 2px;
}

/* Hero */
.hero {
  position: relative; min-height: min(86vh, 760px);
  display: grid; place-items: end stretch;
  color: #fff; overflow: hidden;
}
.hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 22% 28%;
}
.hero .veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,.28) 40%,
      rgba(0,0,0,.78) 72%,
      rgba(0,0,0,.92) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 0 0 4.2rem; }
.hero-logo {
  width: min(300px, 72vw);
  height: auto;
  margin: 0 0 .35rem;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.85));
}
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.9rem);
  max-width: 12ch;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.95), 0 8px 28px rgba(0,0,0,.7);
}
.hero p {
  color: #fff;
  margin: 0.9rem 0 1.5rem;
  font-size: 1.12rem;
  max-width: 48ch;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0,0,0,.95), 0 6px 20px rgba(0,0,0,.65);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero .btn-ghost {
  background: rgba(0,0,0,.4);
  border-color: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
}
.hero-meta {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  font-size: .95rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.85);
}
.hero .eyebrow {
  color: #e8d4a8;
  text-shadow: 0 1px 8px rgba(0,0,0,.8);
}

/* Chips / facts */
.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin-top: -2.2rem; position: relative; z-index: 2;
  box-shadow: var(--shadow);
}
.fact { background: var(--white); padding: 1.2rem 1.1rem; }
.fact b { display: block; font-family: var(--font-serif); font-size: 1.05rem; }
.fact span { color: var(--muted); font-size: .92rem; }

.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.amenity-list {
  display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.3rem; padding: 0; list-style: none;
}
.amenity-list li {
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: .4rem .8rem; font-size: .92rem;
}

/* Rooms */
.rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.room {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(26,22,18,.05);
  display: flex; flex-direction: column;
}
.room img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.room > img { cursor: zoom-in; }
.carousel {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #1a1612;
  touch-action: pan-y;
  user-select: none;
}
.carousel-track {
  display: flex;
  height: 100%;
  transition: transform .35s ease;
}
.carousel-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  cursor: default;
  pointer-events: none;
}
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: rgba(20,18,14,.55); color: #fff; cursor: pointer;
  font-size: 1.4rem; line-height: 1; z-index: 2;
}
.carousel-btn.prev { left: .55rem; }
.carousel-btn.next { right: .55rem; }
.carousel-dots {
  position: absolute; left: 0; right: 0; bottom: .55rem;
  display: flex; justify-content: center; gap: .35rem; z-index: 2;
}
.carousel-dots button {
  width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.45); cursor: pointer;
}
.carousel-dots button.active { background: #fff; width: 18px; border-radius: 99px; }
.room-body { padding: 1.2rem 1.2rem 1.4rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.room ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.room .cap { color: var(--muted); font-size: .9rem; }
.room .btn { margin-top: auto; align-self: flex-start; }

/* Review widgets */
.widgets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.6rem; }
.widget {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.widget header { padding: 1.1rem 1.2rem; background: #f6f1ea; border-bottom: 1px solid var(--line); }
.w-src { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--muted); font-weight: 700; }
.w-score { margin: .2rem 0 0; font-family: var(--font-serif); font-size: 2.4rem; color: var(--forest); line-height: 1; }
.w-meta { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }
.w-body { padding: 1.15rem 1.2rem 1.2rem; min-height: 220px; display: flex; flex-direction: column; flex: 1; }
.g-slide { display: none; margin: 0; }
.g-slide.active { display: block; }
.stars { color: #c4a046; letter-spacing: 1px; margin: 0 0 .5rem; }
.w-body p { margin: 0; color: var(--ink-soft); }
.w-author { margin-top: .7rem; font-weight: 700; font-size: .92rem; color: var(--ink); }
.w-body > a { margin-top: auto; padding-top: 1rem; color: var(--forest); font-weight: 700; text-decoration: none; }

/* Gallery */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0; }
.filters button {
  border: 1px solid var(--line); background: var(--white); border-radius: 999px;
  padding: .4rem .85rem; cursor: pointer;
}
.filters button[aria-pressed="true"] { background: var(--forest); color: #fff; border-color: var(--forest); }
.grid-photos {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem;
}
.grid-photos button {
  padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 12px; overflow: hidden;
}
.grid-photos img { width: 100%; height: 220px; object-fit: cover; }

/* Instagram embeds */
.reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}
.reels .instagram-media {
  margin: 0 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  border-radius: 12px !important;
}

/* City */
.city-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.place-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.place-list a {
  display: flex; justify-content: space-between; gap: 1rem;
  text-decoration: none; background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; padding: .75rem .9rem;
}
.place-list small { color: var(--muted); }

/* Reserve */
.reserve {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 1.4rem; align-items: stretch;
}
.panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem;
}
.form { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.form label { display: grid; gap: .3rem; font-size: .88rem; font-weight: 650; color: var(--ink-soft); }
.form input, .form select, .form textarea {
  border: 1px solid var(--line); border-radius: 10px; padding: .7rem .75rem; background: var(--paper);
}
.form .full { grid-column: 1 / -1; }
.map iframe {
  width: 100%; height: 100%; min-height: 320px; border: 0; border-radius: 12px;
}

/* Footer */
.site-footer {
  background: var(--ink); color: #efe7db; padding: 2.4rem 0 1.4rem;
}
.site-footer a { color: var(--brass-soft); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.5rem; }
.legal { border-top: 1px solid rgba(255,255,255,.1); margin-top: 1.6rem; padding-top: 1rem; color: #b7ada0; font-size: .9rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

.wa {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 30;
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--wine); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(142, 45, 45, 0.28);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
}
.wa:hover { background: #6f2121; }
.wa svg { width: 24px; height: 24px; display: block; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(10,8,6,.94);
  display: none; place-items: center; z-index: 60; padding: 1rem;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(96vw, 1100px); max-height: 86vh; object-fit: contain; border-radius: 10px; }
.lightbox .close, .lightbox .navbtn {
  position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0;
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
}
.lightbox .close { top: 1rem; right: 1rem; }
.lightbox .prev { left: 1rem; top: 50%; }
.lightbox .next { right: 1rem; top: 50%; }
.lightbox p { color: #ddd; text-align: center; margin: .7rem 0 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px;
}

@media (max-width: 900px) {
  .hero img.bg { object-position: 12% 18%; }
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; position: absolute; top: var(--header); left: 0; right: 0;
    background: var(--paper); padding: 1rem; border-bottom: 1px solid var(--line);
  }
  .menu-toggle { display: block; }
  .facts, .rooms, .widgets, .grid-photos, .reels, .city-cols, .reserve, .about-grid, .footer-grid, .form {
    grid-template-columns: 1fr;
  }
  .grid-photos { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 78vh; }
}
