@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/dm-sans-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('fonts/fraunces-latin.woff2') format('woff2');
}

:root {
  --forest: #123c34;
  --forest-dark: #092c27;
  --leaf: #38765c;
  --lime: #dce8b4;
  --sand: #f4efe4;
  --cream: #fbf9f3;
  --ink: #17231f;
  --muted: #637069;
  --gold: #dcae63;
  --white: #fff;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --shadow: 0 24px 70px rgba(9, 44, 39, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: var(--leaf); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: 'Fraunces', Georgia, serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.3rem, 7.6vw, 7rem); }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.5rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.8; }
.top-gap { margin-top: 24px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 999px; padding: 14px 23px; font-weight: 700; transition: .25s ease; }
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--gold); color: var(--forest-dark); }
.button-primary:hover { background: #ebc37f; transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--forest); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); }
.nav { display: flex; min-height: 92px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: flex; align-items: center; gap: 12px; font-family: 'Fraunces', serif; font-size: 1.08rem; line-height: 1.05; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.brand-mark svg { width: 24px; }
.brand small { display: block; margin-top: 4px; font-family: 'DM Sans', sans-serif; font-size: .56rem; letter-spacing: .16em; opacity: .72; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 38px); font-size: .86rem; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--white); content: ''; transition: width .2s; }
.nav-links > a:hover::after { width: 100%; }
.lang { display: flex; gap: 7px; align-items: center; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.3); }
.lang a { opacity: .62; }
.lang a[aria-current='page'], .lang a:hover { opacity: 1; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; }

.hero { position: relative; display: grid; min-height: min(920px, 100svh); align-items: end; overflow: hidden; background: var(--forest-dark); color: var(--white); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,29,25,.88) 0%, rgba(4,29,25,.52) 45%, rgba(4,29,25,.12) 75%), linear-gradient(0deg, rgba(4,29,25,.7) 0%, transparent 42%), url('../assets/hero-eco-lodge.webp') center/cover no-repeat; content: ''; transform: scale(1.01); }
.hero-content { position: relative; z-index: 1; width: min(800px, 92%); padding: 190px 0 clamp(92px, 11vh, 130px); }
.hero .eyebrow { color: var(--lime); }
.hero h1 span { color: var(--lime); font-style: italic; }
.hero-copy { width: min(600px, 100%); margin-top: 25px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { display: flex; gap: 16px; align-items: center; margin-top: 34px; color: rgba(255,255,255,.74); font-size: .82rem; }
.hero-note .line { width: 42px; height: 1px; background: rgba(255,255,255,.5); }
.hero-side { position: absolute; z-index: 2; right: 4vw; bottom: 56px; display: flex; align-items: center; gap: 12px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-side::after { width: 1px; height: 58px; background: rgba(255,255,255,.5); content: ''; }

.quick-facts { position: relative; z-index: 4; margin-top: -1px; background: var(--forest); color: white; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { display: flex; min-height: 145px; align-items: center; gap: 18px; padding: 26px clamp(18px, 2.5vw, 34px); border-right: 1px solid rgba(255,255,255,.13); }
.fact:last-child { border: 0; }
.fact-icon { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lime); }
.fact-icon svg { width: 20px; height: 20px; }
.fact strong { display: block; font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 500; }
.fact span { color: rgba(255,255,255,.62); font-size: .76rem; }

.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.intro-copy { padding-top: 12px; }
.intro-copy .lead { margin-top: 28px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--leaf); color: var(--leaf); font-size: .86rem; font-weight: 700; }
.intro-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--forest), #245e4c); color: white; box-shadow: var(--shadow); }
.intro-card::before, .intro-card::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; }
.intro-card::before { width: 390px; height: 390px; top: -160px; right: -90px; }
.intro-card::after { width: 260px; height: 260px; right: 35px; bottom: -150px; }
.intro-card-content { position: relative; z-index: 1; display: flex; min-height: 480px; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 65px); }
.quote-mark { color: var(--lime); font-family: Georgia, serif; font-size: 6rem; line-height: .6; opacity: .7; }
.intro-card blockquote { margin: 0; font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 3.2vw, 3.15rem); line-height: 1.18; }
.intro-card cite { color: rgba(255,255,255,.6); font-size: .8rem; font-style: normal; }

.stays { background: var(--sand); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-head h2 { max-width: 720px; }
.section-head .lead { max-width: 420px; }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stay-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-md); background: var(--forest); color: white; }
.stay-card::before { position: absolute; inset: 0; background: var(--bg), linear-gradient(145deg, #38765c, #0d382f); content: ''; opacity: .9; transition: transform .6s ease; }
.stay-card:hover::before { transform: scale(1.04); }
.stay-card:nth-child(1) { --bg: radial-gradient(circle at 80% 15%, rgba(220,232,180,.44), transparent 30%); }
.stay-card:nth-child(2) { --bg: radial-gradient(circle at 20% 20%, rgba(220,174,99,.38), transparent 34%); }
.stay-card:nth-child(3) { --bg: radial-gradient(circle at 70% 80%, rgba(117,174,139,.4), transparent 36%); }
.stay-number { position: absolute; top: 26px; right: 28px; color: rgba(255,255,255,.5); font-family: 'Fraunces', serif; font-size: 3rem; }
.stay-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 34px; background: linear-gradient(transparent, rgba(3,27,23,.86)); }
.stay-content p { margin-top: 12px; color: rgba(255,255,255,.68); font-size: .9rem; }
.amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.amenities span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; font-size: .68rem; }

.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.experience-visual { position: relative; min-height: 640px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(9,44,39,.05), rgba(9,44,39,.25)), url('../assets/hero-eco-lodge.webp') 70% center/cover; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: 26px; bottom: 26px; width: 150px; height: 150px; border-radius: 50%; background: var(--gold); color: var(--forest-dark); display: grid; place-content: center; text-align: center; font-family: 'Fraunces', serif; font-size: 1.05rem; transform: rotate(-7deg); }
.experience-list { margin: 36px 0 0; padding: 0; list-style: none; }
.experience-list li { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; padding: 21px 0; border-bottom: 1px solid #d9ded9; }
.experience-list .num { color: var(--leaf); font-size: .72rem; }
.experience-list strong { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 500; }
.experience-list svg { width: 19px; color: var(--leaf); }

.dining { overflow: hidden; background: var(--forest-dark); color: white; }
.dining-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.dining .eyebrow { color: var(--lime); }
.dining .lead { margin-top: 26px; color: rgba(255,255,255,.66); }
.dining-points { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.dining-point { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.dining-point strong { display: block; color: var(--lime); font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 500; }
.dining-point span { color: rgba(255,255,255,.53); font-size: .78rem; }
.dining-art { position: relative; min-height: 520px; }
.dining-art::before { position: absolute; width: 430px; height: 430px; top: 30px; right: 0; border-radius: 50%; background: radial-gradient(circle at 38% 35%, #f0d49c, #bd743d 32%, #5f2f22 65%, #1c392f 66%); box-shadow: 0 0 0 28px rgba(255,255,255,.04); content: ''; }
.dining-art::after { position: absolute; width: 230px; height: 150px; right: 270px; bottom: 12px; border: 1px solid rgba(220,232,180,.28); border-radius: 50% 50% 8% 50%; transform: rotate(-18deg); content: ''; }
.leaf-lines { position: absolute; inset: 0; opacity: .35; }

.plan { background: var(--sand); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; counter-reset: step; }
.step { position: relative; padding: 34px clamp(24px, 4vw, 48px); border-left: 1px solid #ced5ca; counter-increment: step; }
.step:first-child { border-left: 0; padding-left: 0; }
.step::before { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 28px; border: 1px solid var(--leaf); border-radius: 50%; color: var(--leaf); content: '0' counter(step); font-size: .72rem; }
.step p { margin-top: 12px; color: var(--muted); font-size: .9rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 9vw, 130px); }
.faq-intro .lead { margin-top: 24px; }
.faq-list details { border-bottom: 1px solid #d7ddd7; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: 'Fraunces', serif; font-size: clamp(1.12rem, 2vw, 1.4rem); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border: 1px solid #b9c2ba; border-radius: 50%; content: '+'; font-family: 'DM Sans'; font-size: 1rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 670px; padding: 0 48px 26px 0; color: var(--muted); }

.final-cta { padding: 0 0 clamp(45px, 6vw, 80px); }
.cta-panel { position: relative; overflow: hidden; padding: clamp(48px, 8vw, 95px); border-radius: var(--radius-lg); background: var(--forest); color: white; text-align: center; }
.cta-panel::before, .cta-panel::after { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ''; }
.cta-panel::before { width: 500px; height: 500px; top: -350px; left: -120px; }
.cta-panel::after { width: 370px; height: 370px; right: -210px; bottom: -250px; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: var(--lime); }
.cta-panel h2 { max-width: 850px; margin: auto; }
.cta-panel p { max-width: 620px; margin: 22px auto 32px; color: rgba(255,255,255,.67); }

.site-footer { padding: 68px 0 28px; background: #071f1c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 54px; }
.footer-brand p { max-width: 360px; margin-top: 20px; color: rgba(255,255,255,.53); font-size: .86rem; }
.footer-col strong { display: block; margin-bottom: 18px; color: var(--lime); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; color: rgba(255,255,255,.62); font-size: .86rem; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .75rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
[dir='rtl'] body { font-family: 'DM Sans', Tahoma, Arial, sans-serif; }
[dir='rtl'] .eyebrow { letter-spacing: 0; }
[dir='rtl'] .eyebrow::before { order: 2; }
[dir='rtl'] .hero::before { transform: scaleX(-1.01); }
[dir='rtl'] .hero-side { right: auto; left: 4vw; }
[dir='rtl'] .fact { border-right: 0; border-left: 1px solid rgba(255,255,255,.13); }
[dir='rtl'] .fact:last-child { border-left: 0; }
[dir='rtl'] .step { border-left: 0; border-right: 1px solid #ced5ca; }
[dir='rtl'] .step:first-child { border-right: 0; padding-left: clamp(24px, 4vw, 48px); padding-right: 0; }
[dir='rtl'] .faq-list details p { padding-right: 0; padding-left: 48px; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; background: var(--forest-dark); font-size: 1.15rem; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .menu-open .nav-links { z-index: 20; opacity: 1; pointer-events: auto; }
  .menu-toggle { position: relative; z-index: 30; display: grid; place-items: center; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .intro-grid, .experience-grid, .dining-grid, .faq-grid { grid-template-columns: 1fr; }
  .intro-grid, .faq-grid { gap: 50px; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .stay-card:last-child { grid-column: span 2; }
  .experience-visual { min-height: 520px; }
  .dining-art { min-height: 460px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 78px; }
  .nav-links .button { width: min(260px, 80%); }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 150px; }
  .hero-side { display: none; }
  .hero-actions .button { width: 100%; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact { min-height: 104px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .fact:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .section-head { align-items: start; flex-direction: column; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card, .stay-card:last-child { grid-column: auto; min-height: 390px; }
  .experience-visual { min-height: 430px; }
  .experience-badge { width: 120px; height: 120px; font-size: .88rem; }
  .dining-points { grid-template-columns: 1fr; }
  .dining-art { min-height: 340px; }
  .dining-art::before { width: 310px; height: 310px; right: -30px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:first-child { padding: 28px 0; border-top: 1px solid #ced5ca; border-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
