
/* ============================================================
   RESET & ROOT
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }

:root {
  --crimson:       #7B1515;
  --crimson-hover: #5E1010;
  --crimson-light: #9B2020;
  --gold:          #C4943A;
  --gold-soft:     #D4A84A;
  --gold-muted:    rgba(196,148,58,0.18);
  --gold-line:     rgba(196,148,58,0.30);
  --cream:         #F7F2EA;
  --cream-alt:     #F0E8D5;
  --ivory:         #FDFAF5;
  --charcoal:      #1A1208;
  --dark:          #0E0B05;
  --text-dark:     #2A1E0F;
  --text-mid:      #5A4830;
  --text-soft:     #7A6650;
  --text-cream:    #F0E4CE;
  --text-cream-dim:#B8A888;
  --ff-display:    'Cormorant Garamond', Georgia, serif;
  --ff-body:       'Libre Franklin', 'Helvetica Neue', sans-serif;
  --nav-h:         80px;
  --topbar-h:      36px;
}

body {
  font-family: var(--ff-body);
  color: var(--text-dark);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   DAMASK TEXTURE (light sections)
   ============================================================ */
.damask-bg {
  background-color: var(--cream);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M50 8 L92 50 L50 92 L8 50 Z' stroke='%23C4943A' stroke-width='0.6' opacity='0.12'/%3E%3Cpath d='M50 22 L78 50 L50 78 L22 50 Z' stroke='%23C4943A' stroke-width='0.4' opacity='0.08'/%3E%3Ccircle cx='50' cy='8' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='50' cy='92' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='8' cy='50' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='92' cy='50' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='50' cy='50' r='2.5' fill='none' stroke='%23C4943A' stroke-width='0.5' opacity='0.1'/%3E%3C/g%3E%3C/svg%3E");
}

/* ============================================================
   FILIGREE TEXTURE (dark sections)
   ============================================================ */
.filigree-bg {
  background-color: var(--cream);
  background-image: url('./bg-filigree.png');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 32px;
}

/* ── Dark section content wrapper with inner scrollwork ───── */
.dark-section-inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 60px 48px;
  background: var(--dark);
  border: 1px solid rgba(196,148,58,0.22);
  overflow: hidden;
}

/* R logo watermark — positioned in dark-section-inner */
.dark-section-inner-r {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 50px;
  height: auto;
  opacity: 0.85;
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: 2;
}
/* Content sits above the corner decorations */
.dark-section-inner > *:not(.dark-section-inner-r) { position: relative; z-index: 1; }

@media (max-width: 768px) {
  .dark-section-inner { padding: 32px 20px; }

}



/* ============================================================
   ORNAMENT UTILITIES
   ============================================================ */
.ornament-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 28px;
  max-width: 260px;
}
.ornament-rule::before,
.ornament-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
}
.ornament-rule-dark::before,
.ornament-rule-dark::after { background: var(--gold); opacity: 0.35; }
.ornament-diamond {
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.75;
}
.section-label {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
.section-label-dark { color: var(--gold-soft); }

/* ============================================================
   TOPBAR
   ============================================================ */

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--ivory);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M50 8 L92 50 L50 92 L8 50 Z' stroke='%23C4943A' stroke-width='0.6' opacity='0.12'/%3E%3Cpath d='M50 22 L78 50 L50 78 L22 50 Z' stroke='%23C4943A' stroke-width='0.4' opacity='0.08'/%3E%3Ccircle cx='50' cy='8' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='50' cy='92' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='8' cy='50' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='92' cy='50' r='1.5' fill='%23C4943A' opacity='0.14'/%3E%3Ccircle cx='50' cy='50' r='2.5' fill='none' stroke='%23C4943A' stroke-width='0.5' opacity='0.1'/%3E%3C/g%3E%3C/svg%3E");
  border-bottom: 1px solid rgba(196,148,58,0.25);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
nav {
  max-width: 1320px;
  margin: 0 auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 24px;
}
.nav-logo img {
  height: 52px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block;
  padding: 8px 13px;
  font-family: var(--ff-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-dark);
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links > li > a:hover { color: var(--crimson); }
.nav-links > li > a.active { color: var(--crimson); }
.nav-links > li > a .caret {
  margin-left: 4px;
  font-size: 9px;
  opacity: 0.5;
  display: inline-block;
  transition: transform 0.2s;
}
.nav-links > li:hover > a .caret { transform: rotate(180deg); }

/* Dropdowns */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-top: 2px solid var(--crimson);
  min-width: 190px;
  list-style: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transform: translateX(-50%) translateY(8px);
  pointer-events: none;
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.nav-links > li:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nav-dropdown li a {
  display: block;
  padding: 10px 18px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: color 0.2s, background 0.2s;
  border-bottom: 1px solid rgba(196,148,58,0.10);
}
.nav-dropdown li:last-child a { border-bottom: none; }
.nav-dropdown li a:hover { color: var(--crimson); background: rgba(196,148,58,0.05); }

.btn-reserve {
  background: var(--crimson);
  color: #fff !important;
  padding: 9px 18px 9px 8px !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  border-radius: 10px;
  transition: background 0.2s !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'EB Garamond', Georgia, serif;
}
.btn-reserve .r-logo {
  height: 48px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  margin-right: 2px;
}
.btn-reserve:hover { background: var(--crimson-hover) !important; color: #fff !important; }

/* Mobile hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--ivory);
  z-index: 200;
  overflow-y: auto;
  padding: 24px;
}
.mobile-nav.open { display: block; }
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.mobile-nav-close {
  background: none; border: none; cursor: pointer;
  font-size: 28px; color: var(--text-dark); line-height: 1;
}
.mobile-nav-links { list-style: none; }
.mobile-nav-links > li {
  border-bottom: 1px solid var(--gold-line);
}
.mobile-nav-links > li > a {
  display: block;
  padding: 14px 0;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-dark);
}
.mobile-nav-sub {
  list-style: none;
  padding: 0 0 10px 16px;
}
.mobile-nav-sub li a {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: var(--text-mid);
  letter-spacing: 0.06em;
}
.mobile-btn-reserve {
  display: block;
  margin-top: 28px;
  background: var(--crimson);
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: calc(100svh - var(--nav-h) - 36px);
  min-height: 620px;
  max-height: 1040px;
  overflow: hidden;
}
.hero-slides {
  position: absolute;
  inset: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
.hero-slide.active { opacity: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,7,3,0.20) 0%,
    rgba(10,7,3,0.10) 30%,
    rgba(10,7,3,0.10) 55%,
    rgba(10,7,3,0.72) 100%
  );
  z-index: 1;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 44px 24px 22px;
  text-align: center;
  overflow: visible;
}
.hero-bottom-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.hero-eyebrow {
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.13;
  letter-spacing: 0.01em;
  max-width: 820px;
  margin-bottom: 18px;
}
.hero-title em { font-style: italic; font-weight: 400; }
.hero-sub {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.72);
  margin-bottom: 34px;
  text-transform: uppercase;
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  background: var(--crimson);
  color: #fff;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 10px;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--crimson-hover); transform: translateY(-1px); }
.btn-ghost {
  color: rgba(255,255,255,0.82);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.7); }
.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
}
.hero-rating strong { color: rgba(255,255,255,0.85); }
.hero-stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.2s;
  border: none;
  padding: 0;
}
.hero-dot.active { background: var(--gold); }

/* ============================================================
   PROMO BANNER
   ============================================================ */
.promo-banner {
  background: #DEDAD3;
  padding: 20px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid var(--gold-line);
}
.promo-banner p { display: none; }
.promo-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--crimson);
  background: var(--ivory);
  border: 1px solid rgba(123,21,21,0.40);
  padding: 11px 28px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.promo-banner-link::before {
  content: '✦';
  font-size: 8px;
  color: var(--gold);
}
.promo-banner-link:hover {
  background: var(--crimson);
  color: #fff !important;
  border-color: var(--crimson);
}
.promo-banner-link:hover::before { color: rgba(255,255,255,0.7); }

/* ============================================================
   SECTION SHARED
   ============================================================ */
.section-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.section-inner-wide {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============================================================
   INTRO / THREE PILLARS
   ============================================================ */
.intro-section {
  padding: 90px 0 80px;
}
.intro-section .section-inner { text-align: center; }
.intro-headline {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-dark);
  max-width: 680px;
  margin: 0 auto 22px;
}
.intro-headline em { font-style: italic; color: var(--text-dark); }
.intro-body {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-mid);
  max-width: 620px;
  margin: 0 auto 44px;
}
.pillar-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--gold-line);
  margin-top: 20px;
}
.pillar {
  padding: 36px 30px;
  text-align: center;
  border-right: 1px solid var(--gold-line);
  position: relative;
}
.pillar:last-child { border-right: none; }
.pillar-icon {
  font-size: 24px;
  margin-bottom: 12px;
  display: block;
  color: var(--gold);
}
.pillar-title {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.pillar-text {
  font-family: var(--ff-body);
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--text-soft);
}

/* ============================================================
   BREAKFAST SECTION (DARK)
   ============================================================ */
.breakfast-section {
  position: relative;
}
.breakfast-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.breakfast-content {}
.breakfast-title {
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 6px;
}
.breakfast-title em { font-style: italic; display: block; }
.breakfast-title strong {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 400;
  font-style: normal;
  font-family: var(--ff-body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.breakfast-divider {
  width: 48px; height: 1px;
  background: var(--gold);
  margin: 24px 0;
  opacity: 0.5;
}
.breakfast-body {
  font-family: var(--ff-body);
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-cream-dim);
  margin-bottom: 28px;
}
.chef-credit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}
.chef-photo {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(196,148,58,0.4);
  flex-shrink: 0;
}
.chef-info {}
.chef-name {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
.chef-cred {
  font-family: var(--ff-body);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}
.btn-primary-outline {
  display: inline-block;
  border: 1px solid rgba(196,148,58,0.5);
  color: var(--gold);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-primary-outline:hover {
  background: var(--crimson);
  border-color: var(--crimson);
  color: #fff;
}

/* Food photo grid */
.breakfast-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.breakfast-photos img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: brightness(0.88) contrast(1.05);
  transition: filter 0.3s;
}
.breakfast-photos img:hover { filter: brightness(1.0) contrast(1.05); }
.breakfast-photos .photo-tall {
  grid-row: span 2;
  height: 100%;
  min-height: 450px;
}
.breakfast-photos .photo-wide {
  grid-column: span 2;
}

/* ============================================================
   ROOMS SECTION
   ============================================================ */
.rooms-section {
  padding: 90px 0;
}
.rooms-header {
  text-align: center;
  margin-bottom: 52px;
}
.rooms-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.rooms-sub {
  font-family: var(--ff-body);
  font-size: 13px;
  color: var(--text-soft);
  letter-spacing: 0.06em;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.room-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.room-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.room-card-img {
  position: relative;
  overflow: hidden;
}
.room-card-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.room-card:hover .room-card-img img { transform: scale(1.04); }
.room-card-floor {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(10,7,3,0.72);
  color: rgba(255,255,255,0.82);
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.room-card-body {
  padding: 24px 24px 28px;
}
.room-card-name {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.room-card-type {
  font-family: var(--ff-body);
  font-size: 11.5px;
  color: var(--text-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-height: 2.8em;
}
.room-card-features {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.room-tag {
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid);
  background: var(--cream-alt);
  padding: 4px 9px;
  border-radius: 4px;
}
.room-card-review {
  font-family: var(--ff-display);
  font-size: 14px;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.6;
  border-left: 2px solid var(--gold);
  padding-left: 12px;
  margin-bottom: 20px;
}
.room-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 16px;
  border-top: 1px solid var(--gold-line);
}
.room-card-rate {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-dark);
}
.room-card-rate span {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--text-soft);
}
.btn-room {
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--crimson);
  border-bottom: 1px solid rgba(123,21,21,0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.btn-room:hover { border-color: var(--crimson); }
.rooms-footer {
  text-align: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-secondary {
  display: inline-block;
  background: var(--crimson);
  color: #fff;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 10px;
  transition: background 0.2s;
}
.btn-secondary:hover { background: var(--crimson-hover); }
.btn-secondary-outline {
  display: inline-block;
  border: 1px solid var(--crimson);
  color: var(--crimson);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.btn-secondary-outline:hover { background: var(--crimson); color: #fff; }

/* ============================================================
   HISTORY SECTION
   ============================================================ */
.history-section {
  background: var(--cream) url('./bg-filigree.png') center/cover;
  padding: 90px 0;
}
.history-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.history-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.history-images img {
  width: 100%;
  object-fit: cover;
}
.history-images img:first-child {
  grid-column: span 2;
  height: 280px;
}
.history-images img:not(:first-child) {
  height: 180px;
}
.history-content {}
.history-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 8px;
}
.history-title em { font-style: italic; color: var(--crimson); }
.history-body {
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 20px 0 28px;
}
.history-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 3px solid var(--gold-line);
  margin: 28px 0;
}
.history-stat {
  padding: 20px 16px;
  text-align: center;
  border-right: 3px solid var(--gold-line);
}
.history-stat:last-child { border-right: none; }
.history-stat-num {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--crimson);
  line-height: 1;
}
.history-stat-label {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 4px;
}
.history-register {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 24px;
}
.history-register-badge { display: none; }

/* ============================================================
   LOCATION SECTION
   ============================================================ */
.location-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; justify-content: center; }
.btn-explore-village {
  display: inline-block;
  background: var(--ivory);
  color: var(--text-dark);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid rgba(196,148,58,0.40);
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.btn-explore-village:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.location-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: var(--dark);
}
.location-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/photos-2026/Reynolds_Mansion_Drone_Day_Time__007.jpg');
  background-size: cover;
  background-position: center 30%;
}
.location-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0.20) 0%,
    rgba(0,0,0,0.50) 50%,
    rgba(0,0,0,0.65) 100%);
}
.location-cta-band {
  padding: 56px 24px;
  text-align: center;
}
.location-cta-band .location-cta-row { margin-top: 0; }
.location-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.location-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto 16px;
}
.location-title em { font-style: italic; font-weight: 400; }
.location-body {
  font-family: var(--ff-body);
  font-size: 14.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto 36px;
}
.location-callouts {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px auto;
  max-width: 700px;
}
.location-callout {
  font-family: var(--ff-display);
  font-style: normal;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.01em;
}
.location-callout-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ============================================================
   REVIEWS SECTION
   ============================================================ */
.reviews-section {
  padding: 90px 0;
}
.reviews-header {
  text-align: center;
  margin-bottom: 52px;
}
.reviews-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.reviews-meta {
  font-family: var(--ff-body);
  font-size: 12px;
  color: var(--text-soft);
  letter-spacing: 0.06em;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  padding: 36px 30px;
  position: relative;
}
.review-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  left: 24px;
  font-family: var(--ff-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.22;
}
.review-stars {
  color: var(--crimson);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.review-quote {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--gold-line);
}
.review-attribution {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.review-source {
  font-family: var(--ff-body);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--crimson);
}

/* ============================================================
   REYNOLDS VILLAGE MENTION
   ============================================================ */
.village-section {
}
.village-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.village-title em { font-style: italic; }
.village-body {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--text-cream-dim);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto 28px;
}
.village-amenities {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.village-amenity {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-cream-dim);
  display: flex;
  align-items: center;
  gap: 7px;
}
.village-amenity::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.btn-ghost-gold {
  display: inline-block;
  border: 1px solid rgba(196,148,58,0.4);
  color: var(--gold);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-ghost-gold:hover {
  background: var(--crimson);
  border-color: var(--crimson);
  color: #fff;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-section {
  text-align: center;
}
.cta-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  max-width: 580px;
  margin: 0 auto 16px;
}
.cta-title em { font-style: italic; }
.cta-body {
  font-family: var(--ff-body);
  font-size: 13px;
  color: var(--text-cream-dim);
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}
.cta-sub {
  margin-top: 18px;
  font-family: var(--ff-body);
  font-size: 12px;
  color: var(--text-cream-dim);
}
.cta-sub a { color: var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--charcoal);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 0 32px;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 32px;
}
.footer-brand-logo img {
  height: 44px;
  width: auto;
  margin-bottom: 16px;
  opacity: 1;
}
.footer-brand-desc {
  font-family: var(--ff-body);
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0;
  transition: border-color 0.2s, color 0.2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links li a {
  font-family: var(--ff-body);
  font-size: 12.5px;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s;
  letter-spacing: 0.02em;
}
.footer-links li a:hover { color: var(--gold); }
.footer-contact-item {
  font-family: var(--ff-body);
  font-size: 12.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 6px;
}
.footer-contact-item a { color: rgba(255,255,255,0.85); transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-newsletter-label {
  font-family: var(--ff-body);
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
  line-height: 1.6;
}
.footer-newsletter-form {
  display: flex;
  gap: 8px;
}
.footer-newsletter-form input {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
  min-width: 0;
}
.footer-newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
.footer-newsletter-form input:focus { border-color: var(--gold); }
.footer-newsletter-form button {
  background: var(--crimson);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 4px;
  transition: background 0.2s;
  white-space: nowrap;
}
.footer-newsletter-form button:hover { background: var(--crimson-hover); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copyright {
  font-family: var(--ff-body);
  font-size: 11px;
  color: rgba(255,255,255,0.25);
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-family: var(--ff-body);
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--gold); }
.footer-badges {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 5px 10px;
  border-radius: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.ta-badge svg { flex-shrink: 0; }
.ta-badge:hover { color: var(--gold); border-color: rgba(196,148,58,0.3); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .breakfast-layout,
  .history-layout { grid-template-columns: 1fr; gap: 48px; }
  .history-images img:first-child { height: 240px; }
  .pillar-row { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid var(--gold-line); }
  .pillar:last-child { border-bottom: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  :root { --nav-h: 64px; --topbar-h: 32px; }
  .topbar { padding: 0 16px; }
  .topbar-left .address-hide { display: none; }
  nav { padding: 0 16px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .rooms-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .section-inner, .section-inner-wide { padding: 0 16px; }
  .hero-content { padding: 40px 16px 24px; }
  .breakfast-photos { grid-template-columns: 1fr; }
  .breakfast-photos .photo-tall { min-height: 280px; height: 280px; grid-row: auto; }
  .breakfast-photos img { height: 200px; }
  .location-callouts { flex-direction: column; align-items: center; gap: 14px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .history-stats { grid-template-columns: repeat(3, 1fr); }
  .village-amenities { flex-direction: column; align-items: center; gap: 10px; }
}
@media (max-width: 480px) {
  .hero { min-height: 480px; }
  .pillar-row { border: none; }
  .pillar { border: 1px solid var(--gold-line); margin-bottom: -1px; }
  .breakfast-photos { gap: 6px; }
}


/* ============================================================
   SKIP NAV (ADA)
   ============================================================ */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--crimson);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 12px 20px;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-nav:focus { top: 0; }

/* Focus ring for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--crimson);
  outline-offset: 3px;
}


/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/* ============================================================
   NAV CONTACT ROW (merged topbar)
   ============================================================ */
.nav-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 32px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-dark);
}

.nav-contact-left { display: flex; align-items: center; gap: 16px; }
.nav-contact-address { color: var(--text-mid); }
.nav-contact-divider { width: 1px; height: 12px; background: rgba(14,11,5,0.15); display: inline-block; }
.nav-contact-phone { color: var(--text-dark); transition: color 0.2s; }
.nav-contact-phone:hover { color: var(--crimson); }
.nav-contact-social { display: flex; align-items: center; gap: 10px; }
.nav-contact-social a {
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(14,11,5,0.18);
  border-radius: 50%;
  color: var(--text-dark);
  transition: border-color 0.2s, color 0.2s;
}
.nav-contact-social a:hover { border-color: var(--crimson); color: var(--crimson); }
@media (max-width: 768px) { .nav-contact-row { display: none; } }

/* ============================================================
   LOCATION CALLOUTS — single line
   ============================================================ */
.location-callouts--inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 0;
  justify-content: center;
  margin: 28px auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.location-callout-item {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-cream);
}
.location-callout-sep {
  color: var(--gold);
  margin: 0 14px;
  opacity: 0.6;
  font-size: 14px;
}

/* ============================================================
   ROOM CARDS — uniform line heights
   ============================================================ */
.room-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 58px;
  align-content: flex-start;
}
.room-card-review { min-height: 78px; }

/* ============================================================
   REVIEWS DARK SECTION — colors inside dark wrapper
   ============================================================ */


/* Expedia in footer */
.footer-expedia-text { cursor: default; }

/* ─── FILIGREE SPACER between Reynolds Village + CTA ───── */
.filigree-spacer {
  background-color: var(--cream);
  background-image: url('./bg-filigree.png');
  background-size: cover;
  background-position: center;
  height: 60px;
}

/* ─── LOCATION CALLOUT diamond dot ──────────────────────── */
.lc-dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--crimson);
  transform: rotate(45deg);
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}


.location-callouts.location-callouts--inline {
  max-width: 100%;
}
.btn-reserve {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 15px !important;
  letter-spacing: 0.06em !important;
}
.mobile-btn-reserve {
  font-family: 'EB Garamond', Georgia, serif !important;
}

/* ============================================================
   INTERIOR PAGE HEADER
   ============================================================ */
.page-header {
  padding: 64px 32px 48px;
  text-align: center;
}
.page-header-inner {
  max-width: 780px;
  margin: 0 auto;
}
.page-header h1 {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-header p {
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

/* ============================================================
   INTERIOR — TWO-COLUMN FEATURE CARD
   ============================================================ */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1220px;
  margin: 0 auto;
  align-items: stretch;
}
.feature-row.reverse .feature-img { order: 2; }
.feature-row.reverse .feature-text { order: 1; }

.feature-img {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
}
.feature-text .section-label { text-align: left; }
.feature-text h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 18px;
  line-height: 1.2;
}
.feature-text p {
  font-family: var(--ff-body);
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 16px;
}
.feature-text .feature-details {
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 24px;
}
.feature-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: var(--crimson);
  color: #fff;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--crimson-hover); color: #fff; }
.btn-outline {
  display: inline-block;
  padding: 11px 26px;
  background: transparent;
  color: var(--crimson);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  border: 1.5px solid var(--crimson);
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-outline:hover { background: var(--crimson); color: #fff; }

/* ============================================================
   INTERIOR — COMPARISON TEASER
   ============================================================ */
.comparison-teaser {
  text-align: center;
  padding: 64px 32px;
  max-width: 780px;
  margin: 0 auto;
}
.comparison-teaser h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.comparison-teaser p {
  font-family: var(--ff-body);
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 28px;
}

/* ============================================================
   PLAN YOUR STAY — GETTING HERE DISTANCES
   ============================================================ */
.getting-here-distances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 600px;
  margin: 24px auto 0;
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  overflow: hidden;
}
.distance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  border-bottom: 1px solid var(--gold-line);
}
.distance-item:nth-child(3n+2) {
  border-left: 1px solid var(--gold-line);
  border-right: 1px solid var(--gold-line);
}
.distance-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.distance-city {
  font-family: var(--ff-body);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.distance-time {
  font-family: var(--ff-display);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-mid);
  font-style: italic;
}

/* ============================================================
   PLAN YOUR STAY — POLICIES GRID
   ============================================================ */
.policies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 560px;
  margin: 24px auto 0;
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}
.policy-item {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gold-line);
}
.policy-item:nth-child(odd) {
  border-right: 1px solid var(--gold-line);
}
.policy-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.policy-label {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-mid);
  margin-bottom: 4px;
}
.policy-value {
  font-family: var(--ff-display);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.4;
}

/* ============================================================
   INTERIOR — RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .page-header { padding: 48px 20px 36px; }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .feature-row.reverse .feature-img { order: 1; }
  .feature-row.reverse .feature-text { order: 2; }
  .feature-img { min-height: 280px; }
  .feature-text { padding: 36px 24px; }
  .comparison-teaser { padding: 48px 20px; }
  .getting-here-distances { grid-template-columns: repeat(2, 1fr); }
  .getting-here-distances .distance-item:nth-child(3n+2) { border-left: none; border-right: none; }
  .getting-here-distances .distance-item { border-bottom: 1px solid var(--gold-line); }
  .getting-here-distances .distance-item:nth-child(odd) { border-right: 1px solid var(--gold-line); }
  .getting-here-distances .distance-item:last-child { border-bottom: none; }
  .policies-grid { grid-template-columns: 1fr; }
  .policy-item:nth-child(odd) { border-right: none; }
  .policy-item { border-bottom: 1px solid var(--gold-line); }
  .policy-item:last-child { border-bottom: none; }
  .dark-section-inner [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
}

/* ============================================================
   ROOM CARDS — interior room listing pages
   ============================================================ */
.floor-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
}
.floor-heading {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.04em;
  text-align: center;
  padding: 40px 0 28px;
  border-bottom: 1px solid var(--gold-line);
  margin-bottom: 36px;
}
.floor-heading:first-of-type { padding-top: 12px; }
.room-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 48px;
}
.room-card {
  background: #fff;
  border: 1px solid rgba(196,148,58,0.15);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.room-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.room-card-img {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.room-card:hover .room-card-img img {
  transform: scale(1.03);
}
/* ── Room photo carousel ──────────────────────────────── */
.room-carousel {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.room-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.room-carousel img.active {
  opacity: 1;
  pointer-events: auto;
}
.room-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: rgba(14,11,5,0.55);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-card:hover .room-carousel-arrow,
.room-carousel:focus-within .room-carousel-arrow {
  opacity: 1;
}
.room-carousel-arrow.prev { left: 10px; }
.room-carousel-arrow.next { right: 10px; }
.room-carousel-arrow:hover { background: rgba(14,11,5,0.78); }
.room-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.room-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s;
}
.room-carousel-dot.active {
  background: #fff;
}
.room-card-floor {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(14,11,5,0.72);
  color: var(--text-cream);
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
}
.room-card-body {
  padding: 28px 28px 32px;
}
.room-card-name {
  font-family: var(--ff-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.2;
}
.room-card-desc {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
}
.room-card-features {
  font-family: var(--ff-body);
  font-size: 12.5px;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--gold-line);
}
.room-card-features span {
  display: inline;
}
.room-card-features span::after {
  content: ' · ';
  color: var(--gold);
}
.room-card-features span:last-child::after {
  content: '';
}
.room-card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Single-column room card (for one-off rooms like Lila) */
.room-grid-single {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 610px;
  margin: 0 auto 48px;
  gap: 36px;
}

@media (max-width: 768px) {
  .floor-section { padding: 0 16px; }
  .room-grid { grid-template-columns: 1fr; gap: 28px; }
  .room-card-img { height: 220px; }
  .room-carousel { height: 220px; }
  .room-carousel-arrow { opacity: 0.7; }
  .room-card-body { padding: 22px 20px 28px; }
}

/* ============================================================
   ROOM COMPARISON TABLE
   ============================================================ */
.compare-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px 48px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--ff-body);
  font-size: 13.5px;
  min-width: 820px;
}
.compare-table thead th {
  font-family: var(--ff-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.03em;
  text-align: left;
  padding: 14px 14px;
  border-bottom: 2px solid var(--gold);
  white-space: nowrap;
  position: sticky;
  top: 0;
  background: var(--cream);
  z-index: 2;
}
.compare-table tbody tr {
  border-bottom: 1px solid rgba(196,148,58,0.15);
  transition: background 0.15s;
}
.compare-table tbody tr:hover {
  background: rgba(196,148,58,0.06);
}
.compare-table td {
  padding: 14px 14px;
  color: var(--text-mid);
  vertical-align: middle;
  line-height: 1.5;
}
.compare-table .room-name-cell {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-dark);
}
.compare-table .room-name-cell a {
  color: var(--text-dark);
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.compare-table .room-name-cell a:hover {
  color: var(--crimson);
  border-bottom-color: var(--crimson);
}
.compare-check {
  color: var(--gold);
  font-size: 16px;
}
.compare-dash {
  color: var(--text-soft);
  opacity: 0.4;
}
.compare-table .btn-primary {
  padding: 8px 18px;
  font-size: 12px;
}
.compare-section-label {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 24px 14px 8px;
  background: var(--cream);
}
.compare-pet-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--crimson);
  background: rgba(123,21,21,0.08);
  padding: 3px 8px;
  border-radius: 3px;
}

/* Mobile: scroll hint */
.compare-scroll-hint {
  display: none;
  text-align: center;
  font-size: 12px;
  color: var(--text-soft);
  padding: 8px 0 16px;
}
@media (max-width: 900px) {
  .compare-scroll-hint { display: block; }
  .compare-wrap { padding: 0 16px 48px; }
}


/* History page — Hope Diamond image pair (dark section) */
.hope-diamond-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0 28px;
}
.hope-diamond-pair img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.hope-diamond-pair .hope-diamond-caption {
  font-family: var(--ff-body);
  font-size: 12px;
  font-style: italic;
  color: var(--text-cream-dim);
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .hope-diamond-pair { grid-template-columns: 1fr; gap: 20px; }
}

/* History page — "Come Walk These Halls" image reduced ~30% */
.feature-row.reverse {
  grid-template-columns: 0.7fr 1.3fr;
}
@media (max-width: 768px) {
  .feature-row.reverse { grid-template-columns: 1fr; }
}

/* Reynolds Residence — Floor heading row with optional floor-plan link */
.floor-heading-row {
  position: relative;
  border-bottom: 1px solid var(--gold-line);
  margin-bottom: 36px;
  padding: 40px 0 28px;
}
.floor-section > .floor-heading-row:first-of-type { padding-top: 12px; }
.floor-heading-row .floor-heading {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.floor-plan-link {
  font-family: var(--ff-body);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--crimson);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.floor-plan-link:hover { border-bottom-color: var(--crimson); }
.floor-heading-row .floor-plan-link {
  display: block;
  text-align: center;
  margin-top: 10px;
}
