:root {
  --bg: #fbf8f3;
  --panel: #ffffff;
  --ink: #1d2530;
  --muted: #657181;
  --line: #e7ded2;
  --brand: #24564f;
  --brand-dark: #163b36;
  --red: #941b1f;
  --gold: #d3a449;
  --gold-soft: #f3dfb6;
  --shadow: 0 18px 55px rgba(29, 37, 48, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fff1d2 0, transparent 32rem), var(--bg);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .85rem clamp(1rem, 4vw, 3rem);
  background: rgba(251, 248, 243, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(231, 222, 210, 0.9);
}

.brand { display: flex; align-items: center; min-width: 250px; }
.brand-logo { width: min(350px, 58vw); height: auto; display: block; filter: drop-shadow(0 10px 22px rgba(148, 27, 31, .08)); }

.top-nav { display: flex; gap: .3rem; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.top-nav a { padding: .65rem .8rem; border-radius: 999px; color: var(--muted); font-weight: 700; }
.top-nav a:hover { background: #efe7dd; color: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .94fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6.8rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 4vw, 3.5rem);
}

.eyebrow {
  margin: 0 0 .7rem;
  color: var(--brand);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.65rem, 6.1vw, 5.45rem); letter-spacing: -.065em; max-width: 11.8ch; }
h2 { font-size: clamp(1.85rem, 3.8vw, 3.05rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
.lead { margin: 1.4rem 0 0; font-size: clamp(1.08rem, 2.1vw, 1.32rem); color: #3c4652; max-width: 66ch; }

.hero-actions, .trust-list { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.hero-actions { margin-top: 1.8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.2rem;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
}
.button.primary { color: white; background: var(--brand); box-shadow: 0 12px 28px rgba(36, 86, 79, .22); }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { background: white; border-color: var(--line); color: var(--ink); }
.button.secondary:hover { border-color: var(--brand); }

.trust-list { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.trust-list li { background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .75rem; color: var(--muted); font-size: .95rem; }

.hero-photo {
  position: relative;
  margin: 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(231,222,210,.9);
  background: #efe7dd;
}
.hero-photo img { width: 100%; height: min(62vw, 620px); min-height: 420px; object-fit: cover; }
.hero-photo figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(29,37,48,.78);
  color: white;
  padding: .62rem .82rem;
  border-radius: 999px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.quickfacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 5vw, 5rem) clamp(2.4rem, 5vw, 4rem);
}
.quickfacts div {
  background: rgba(255,255,255,.8);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 10px 26px rgba(29,37,48,.05);
}
.quickfacts strong { display: block; color: var(--brand-dark); font-size: 1.1rem; }
.quickfacts span { display: block; color: var(--muted); margin-top: .2rem; }

.section { padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem); }
.section-heading { max-width: 850px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.intro { padding-bottom: 1.5rem; }

.room-feature {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
}
.room-feature-alt { background: #f4eee6; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.room-copy { max-width: 640px; }
.room-copy p:not(.eyebrow), .room-content p, .feature-list p, .booking-box p, .contact-card p, .site-footer p { color: var(--muted); }
.check-list { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.check-list li { position: relative; margin: .72rem 0; padding-left: 1.55rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: .65rem; height: .65rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(211,164,73,.18); }
.photo-stack { display: grid; grid-template-columns: 1fr .72fr; gap: 1rem; align-items: end; }
.photo-stack.reverse { grid-template-columns: .72fr 1fr; }
.photo-stack img { width: 100%; object-fit: cover; border-radius: 28px; border: 1px solid rgba(231,222,210,.9); box-shadow: 0 16px 38px rgba(29,37,48,.1); }
.photo-stack img:first-child { height: 470px; }
.photo-stack img:nth-child(2) { height: 330px; }
.photo-stack.reverse img:first-child { height: 330px; }
.photo-stack.reverse img:nth-child(2) { height: 470px; }

.room-grid-section { padding-top: 2rem; }
.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.room-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 34px rgba(29,37,48,.06); }
.room-card img { width: 100%; height: 310px; object-fit: cover; }
.room-content { padding: 1.35rem; }
.room-content ul, .price-card ul { padding-left: 1.1rem; margin: 1rem 0 0; }
.room-content li, .price-card li { margin: .45rem 0; }

.gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr 1.15fr;
  gap: .75rem;
  padding: 0 clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
}
.gallery img { height: 240px; width: 100%; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(29,37,48,.07); }

.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 2rem; align-items: start; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.feature-list div { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 1.1rem; }
.feature-list strong { color: var(--brand-dark); }

.prices { background: #f4eee6; }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.price-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: 0 12px 28px rgba(29,37,48,.06); }
.featured-price { border-color: rgba(211,164,73,.85); box-shadow: 0 18px 44px rgba(211,164,73,.18); }
.price { font-size: 2rem; font-weight: 950; letter-spacing: -.04em; color: var(--brand-dark); margin: 1rem 0; line-height: 1; }
.price span { font-size: .95rem; font-weight: 750; color: var(--muted); }

.booking-box, .contact-card { background: linear-gradient(135deg, #fff, #fff9ef); border: 1px solid var(--line); border-radius: 30px; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow); }
.booking-box ol { margin: 1rem 0 0; padding-left: 1.3rem; font-weight: 750; }
.booking-box li { margin: .5rem 0; }
.contact { padding-top: 1rem; }
.contact-card { text-align: center; max-width: 880px; margin-inline: auto; }
.contact-card p { max-width: 650px; margin-inline: auto; }

.site-footer { padding: 2rem clamp(1rem, 5vw, 5rem); border-top: 1px solid var(--line); background: #1a2523; color: white; }
.site-footer p { margin: .2rem 0; color: rgba(255,255,255,.72); }
.site-footer strong { color: white; }

@media (max-width: 1180px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-feature, .room-feature-alt { grid-template-columns: 1fr; }
  .room-copy { max-width: 820px; }
}

@media (max-width: 920px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero-photo img { min-height: 340px; height: 58vw; }
  .quickfacts, .room-grid, .price-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .top-nav { justify-content: flex-start; }
  h1 { max-width: 100%; }
}

@media (max-width: 640px) {
  .brand-logo { width: min(300px, 76vw); }
  .top-nav a { padding: .55rem .62rem; font-size: .94rem; }
  .photo-stack, .photo-stack.reverse { grid-template-columns: 1fr; }
  .photo-stack img:first-child, .photo-stack img:nth-child(2), .photo-stack.reverse img:first-child, .photo-stack.reverse img:nth-child(2) { height: auto; max-height: none; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: auto; }
  .hero-photo figcaption { position: static; border-radius: 0; }
}
.legal-page { max-width: 980px; margin: 0 auto; padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem); }
.legal-card { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 28px; padding: clamp(1.2rem, 4vw, 2.2rem); box-shadow: var(--shadow); }
.legal-card h1 { max-width: 100%; font-size: clamp(2rem, 4.6vw, 3.7rem); }
.legal-card h2 { margin-top: 2rem; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.legal-card h3 { margin-top: 1.4rem; }
.legal-card p, .legal-card li { color: #3c4652; }
.legal-card .meta { color: var(--muted); font-weight: 800; }
.legal-card .note { background: #fff5df; border: 1px solid #edd59b; border-radius: 16px; padding: .9rem 1rem; color: #5b4915; font-weight: 750; }
.legal-card table { width: 100%; border-collapse: collapse; margin: 1rem 0; overflow: hidden; border-radius: 12px; }
.legal-card th, .legal-card td { border: 1px solid var(--line); padding: .7rem; text-align: left; vertical-align: top; }
.legal-card th { background: #f4eee6; color: var(--brand-dark); }
