:root {
  --forest: #173a2b;
  --forest-2: #214b38;
  --cream: #f4efe5;
  --sand: #d9c7a4;
  --charcoal: #20231f;
  --white: #ffffff;
  --muted: #6c716b;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--charcoal); background: #fbfaf7; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px, 4vw, 60px); color: white; transition: .3s; }
.site-header.scrolled { background: rgba(23,58,43,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0,0,0,.12); padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 700; }
.brand-mark { display:grid; place-items:center; width:44px; height:44px; border:1px solid rgba(255,255,255,.7); border-radius:50%; font-family:"Playfair Display",serif; }
.brand-text { line-height: 1.05; letter-spacing:.02em; }
.brand-text small { display:block; margin-top:5px; font-weight:500; font-size:10px; letter-spacing:.16em; text-transform:uppercase; opacity:.8; }
.nav { display:flex; align-items:center; gap:28px; font-size:14px; font-weight:600; }
.nav a { opacity:.9; }
.nav a:hover { opacity:1; }
.nav-cta { border:1px solid rgba(255,255,255,.65); padding:9px 16px; border-radius:999px; }
.menu-toggle { display:none; background:none; border:0; color:white; font-size:26px; }
.hero { position:relative; min-height:94vh; display:flex; align-items:flex-end; color:white; background:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=90') center/cover; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(8,24,17,.82) 0%, rgba(8,24,17,.45) 50%, rgba(8,24,17,.08) 100%), linear-gradient(0deg, rgba(8,24,17,.65), transparent 55%); }
.hero-content { position:relative; z-index:2; width:min(880px, 100%); padding:170px clamp(24px, 7vw, 110px) 70px; }
.eyebrow { margin:0 0 16px; font-size:12px; text-transform:uppercase; letter-spacing:.22em; font-weight:700; color:#e3d2ad; }
.eyebrow.dark { color:#8a6f3f; }
h1,h2,h3 { margin-top:0; line-height:1.12; }
h1,h2 { font-family:"Playfair Display",serif; }
h1 { font-size:clamp(48px,7vw,88px); letter-spacing:-.025em; margin-bottom:22px; }
h2 { font-size:clamp(34px,5vw,58px); letter-spacing:-.02em; margin-bottom:20px; }
.hero-copy { max-width:720px; font-size:clamp(18px,2vw,22px); color:rgba(255,255,255,.87); }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:999px; font-weight:700; transition:.2s; }
.button:hover { transform:translateY(-2px); }
.button.primary { background:var(--sand); color:#213128; }
.button.secondary { border:1px solid rgba(255,255,255,.65); color:white; }
.button.light { background:white; color:var(--forest); white-space:nowrap; }
.quick-facts { display:flex; flex-wrap:wrap; gap:18px 30px; margin-top:42px; font-size:13px; color:rgba(255,255,255,.78); }
.quick-facts strong { color:white; font-size:19px; margin-right:4px; }
.section { padding:110px clamp(24px,6vw,88px); }
.section-heading { max-width:790px; }
.section-heading.centered { text-align:center; margin:0 auto 56px; }
.intro { max-width:var(--max); margin:auto; }
.intro-grid { display:grid; grid-template-columns:1.3fr .7fr; gap:70px; align-items:start; margin-top:50px; }
.intro-copy { font-size:18px; color:#4e554f; }
.text-link { display:inline-block; margin-top:16px; color:var(--forest); font-weight:700; border-bottom:1px solid #b9ad93; }
.feature-card { background:var(--forest); color:white; border-radius:24px; padding:38px; box-shadow:0 24px 60px rgba(20,49,36,.18); }
.feature-card p { color:rgba(255,255,255,.75); }
.feature-icon { font-size:36px; display:block; margin-bottom:24px; }
.experience-strip { display:grid; grid-template-columns:repeat(3,1fr); background:var(--cream); }
.experience-strip article { padding:55px clamp(28px,5vw,70px); border-right:1px solid rgba(32,35,31,.12); }
.experience-strip span { font-size:12px; letter-spacing:.2em; color:#9a7e4e; }
.experience-strip h3 { margin:14px 0 8px; font-family:"Playfair Display",serif; font-size:28px; }
.experience-strip p { margin:0; color:var(--muted); }
.amenities { max-width:var(--max); margin:auto; }
.amenity-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.amenity { padding:30px; border:1px solid #e7e1d7; border-radius:18px; background:white; }
.amenity span { font-size:28px; }
.amenity h3 { margin:18px 0 8px; }
.amenity p { margin:0; color:var(--muted); }
.gallery-section { background:var(--forest); color:white; padding:110px clamp(24px,6vw,88px); }
.gallery-section .section-heading { max-width:680px; margin-bottom:44px; }
.gallery-section .section-heading p:last-child { color:rgba(255,255,255,.65); }
.gallery-grid { display:grid; grid-template-columns:1.3fr .7fr .7fr; grid-auto-rows:240px; gap:14px; }
.gallery-grid figure { margin:0; overflow:hidden; border-radius:18px; }
.gallery-main { grid-row:span 2; }
.gallery-grid img { transition:transform .5s; }
.gallery-grid figure:hover img { transform:scale(1.04); }
.area { max-width:var(--max); margin:auto; }
.area-grid { display:grid; grid-template-columns:1fr .8fr; gap:80px; align-items:center; }
.area-copy ul { padding-left:20px; color:#505750; }
.map-card { background:var(--cream); padding:44px; border-radius:26px; }
.map-pin { width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:var(--forest); color:white; font-size:28px; margin-bottom:24px; }
.testimonial { min-height:440px; display:grid; place-items:center; padding:60px 24px; text-align:center; color:white; background:linear-gradient(rgba(13,36,25,.68),rgba(13,36,25,.68)),url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=85') center/cover; }
.testimonial blockquote { max-width:950px; font-family:"Playfair Display",serif; font-size:clamp(30px,5vw,56px); line-height:1.25; }
.booking { max-width:var(--max); margin:auto; }
.booking-card { background:var(--forest); color:white; border-radius:28px; padding:54px; display:flex; justify-content:space-between; gap:40px; align-items:center; }
.booking-card p { color:rgba(255,255,255,.7); max-width:680px; }
footer { background:#0e261b; color:white; padding:52px clamp(24px,6vw,88px) 28px; display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; }
.footer-brand { display:flex; gap:14px; align-items:center; }
.footer-brand small { display:block; margin-top:4px; color:rgba(255,255,255,.55); }
.footer-links { display:flex; gap:24px; }
.copyright { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.12); padding-top:22px; margin:0; color:rgba(255,255,255,.45); font-size:13px; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 900px) {
  .nav { position:absolute; top:76px; left:16px; right:16px; display:none; flex-direction:column; align-items:stretch; padding:22px; background:rgba(23,58,43,.98); border-radius:18px; }
  .nav.open { display:flex; }
  .menu-toggle { display:block; }
  .intro-grid,.area-grid { grid-template-columns:1fr; gap:42px; }
  .experience-strip { grid-template-columns:1fr; }
  .experience-strip article { border-right:0; border-bottom:1px solid rgba(32,35,31,.12); }
  .amenity-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:220px; }
  .gallery-main { grid-column:1/-1; grid-row:span 1; }
  .booking-card { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 600px) {
  .site-header { padding:14px 18px; }
  .brand-text { font-size:14px; }
  .hero { min-height:100svh; }
  .hero-content { padding:135px 22px 48px; }
  h1 { font-size:48px; }
  .quick-facts { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .section,.gallery-section { padding:78px 22px; }
  .amenity-grid,.gallery-grid { grid-template-columns:1fr; }
  .gallery-grid { grid-auto-rows:240px; }
  .gallery-main { grid-column:auto; }
  .booking-card { padding:34px 26px; }
  footer { grid-template-columns:1fr; }
  .footer-links { flex-wrap:wrap; }
}
