:root {
  --bg: #f4efe3;
  --sand: #e8d5b5;
  --leaf: #274b3a;
  --leaf-2: #3e6b4f;
  --moss: #6f8f63;
  --sun: #c98c3a;
  --sun-2: #e7b864;
  --text: #1e241f;
  --muted: #556157;
  --card: rgba(255, 250, 241, 0.82);
  --line: rgba(39, 75, 58, 0.16);
  --shadow: 0 20px 50px rgba(27, 37, 31, 0.12);
  --radius: 24px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(231, 184, 100, 0.18), transparent 32%),
    radial-gradient(circle at right 20%, rgba(111, 143, 99, 0.12), transparent 28%),
    linear-gradient(180deg, #f2eadb 0%, #f8f4eb 44%, #f3eee3 100%);
  line-height: 1.6;
}

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

.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(244, 239, 227, 0.72);
  border-bottom: 1px solid rgba(39, 75, 58, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-logo-footer {
  border-radius: 10px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover { color: var(--leaf); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: 180ms ease;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--leaf), var(--leaf-2));
  color: #fff;
  box-shadow: 0 16px 32px rgba(39, 75, 58, 0.22);
}

.button.primary:hover { transform: translateY(-2px); }
.button.secondary {
  background: rgba(255,255,255,0.5);
  border-color: rgba(39, 75, 58, 0.18);
  color: var(--leaf);
}

.hero-video-section {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
}

.hero-video-section video {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  display: block;
}

.hero {
  padding: 64px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: stretch;
}

.hero-copy,
.hero-visual,
.glass-card,
.room-card,
.experience-card,
.review-card,
.contact-card,
.story-card,
.gallery-card,
.metric-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-copy {
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 184, 100, 0.28), transparent 70%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(39, 75, 58, 0.08);
  color: var(--leaf);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3, h4, p { margin: 0; }

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-top: 18px;
}

.hero-copy p.lead {
  max-width: 58ch;
  font-size: 1.08rem;
  color: var(--muted);
  margin-top: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.metric-card {
  padding: 18px;
  min-height: 110px;
  background: rgba(255,255,255,0.52);
}

.metric-card strong {
  display: block;
  font-size: 1.9rem;
  color: var(--leaf);
  line-height: 1;
  margin-bottom: 6px;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-visual {
  overflow: hidden;
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(180deg, rgba(11, 32, 27, 0.10), rgba(11, 32, 27, 0.35)),
    url('images/property-night.jpg') center top/cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 10%, rgba(26, 39, 31, 0.18) 55%, rgba(26, 39, 31, 0.58) 100%),
    radial-gradient(circle at 30% 15%, rgba(255, 222, 160, 0.3), transparent 24%);
}


.floating-note {
  position: absolute;
  z-index: 1;
  max-width: 280px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(246, 240, 228, 0.9);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 16px 36px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
}

.floating-note.top { top: 22px; right: 22px; }
.floating-note.bottom { left: 22px; bottom: 22px; }
.floating-note strong {
  display: block;
  color: var(--leaf);
  margin-bottom: 4px;
  font-size: 0.95rem;
}
.floating-note span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

section { padding: 44px 0; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-head p {
  color: var(--muted);
  max-width: 54ch;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.glass-card {
  padding: 28px;
}

.feature-list,
.story-points,
.contact-list,
.quick-facts {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.feature-item,
.story-point,
.contact-item,
.fact-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.44);
  border: 1px solid var(--line);
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  background: linear-gradient(135deg, rgba(62,107,79,0.14), rgba(201,140,58,0.18));
}

.feature-item strong,
.story-point strong,
.contact-item strong,
.fact-item strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 2px;
}

.feature-item span,
.story-point span,
.contact-item span,
.fact-item span {
  color: var(--muted);
  font-size: 0.94rem;
}

.rooms-grid,
.experiences-grid,
.reviews-grid,
.gallery-grid,
.story-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

.rooms-grid { grid-template-columns: repeat(3, 1fr); }
.experiences-grid { grid-template-columns: repeat(4, 1fr); }
.reviews-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; grid-auto-rows: 240px; }
.story-grid { grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.footer-grid { grid-template-columns: 1.3fr 0.7fr; gap: 26px; }

.room-card,
.experience-card,
.review-card,
.gallery-card,
.story-card,
.contact-card {
  overflow: hidden;
}

.room-card .image,
.experience-card .image,
.gallery-card .image,
.story-card .image {
  min-height: 210px;
  background-size: cover;
  background-position: center;
}

.room-card .content,
.experience-card .content,
.review-card .content,
.story-card .content,
.contact-card .content {
  padding: 24px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.tag {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(39,75,58,0.08);
  color: var(--leaf);
  font-size: 0.8rem;
  font-weight: 600;
}

.room-card h3,
.experience-card h3,
.story-card h3,
.contact-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}

.room-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.experience-card .image { min-height: 180px; }

.review-card {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.9), rgba(242, 236, 224, 0.78));
}

.review-card .content { display: grid; gap: 14px; }
.quote-mark {
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.7;
  color: rgba(39, 75, 58, 0.18);
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--leaf);
}

.gallery-card { position: relative; }
.gallery-card.large { grid-row: span 2; }
.gallery-card .image { height: 100%; min-height: 100%; }
.gallery-card .overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(180deg, rgba(14,23,18,0), rgba(14,23,18,0.72));
}

.story-card.split {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
}

.contact-card .content,
.story-card .content { display: grid; gap: 16px; }

.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(39,75,58,0.16);
  background: rgba(255,255,255,0.72);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  resize: vertical;
  min-height: 52px;
}

.contact-form textarea { min-height: 130px; }

.site-footer {
  padding: 24px 0 48px;
}

.footer-shell {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(39,75,58,0.98), rgba(52,95,69,0.98));
  color: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}

.footer-shell p,
.footer-shell a { color: rgba(255,255,255,0.8); }

.footer-links {
  display: grid;
  gap: 10px;
  justify-content: start;
}

.mini-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.68);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-grid,
  .story-grid,
  .story-card.split,
  .footer-grid,
  .rooms-grid,
  .reviews-grid,
  .experiences-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-card.large { grid-row: span 1; min-height: 320px; }
  .hero-visual { min-height: 520px; }
}

@media (max-width: 760px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .nav-links { width: 100%; justify-content: space-between; gap: 12px; font-size: 0.88rem; }
  .hero-grid,
  .split-grid,
  .rooms-grid,
  .experiences-grid,
  .reviews-grid,
  .gallery-grid,
  .story-grid,
  .story-card.split,
  .footer-grid,
  .hero-stats {
    grid-template-columns: 1fr;
  }
  .hero-copy { padding: 28px; }
  .hero-visual { min-height: 430px; }
  .section-head { align-items: start; flex-direction: column; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .floating-note { max-width: calc(100% - 32px); }
  .floating-note.top { top: 16px; right: 16px; }
  .floating-note.bottom { left: 16px; bottom: 16px; }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  z-index: 999;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Made with Bob */
