:root{
  --forest:#0d1f17;
  --forest-2:#142d20;
  --mango:#f5b642;
  --gold:#d99a2b;
  --cream:#fff6e5;
  --sand:#ead8b3;
  --ink:#172018;
  --muted:#6d705f;
  --white:#ffffff;
  --glass:rgba(255,255,255,.12);
  --shadow:0 24px 70px rgba(0,0,0,.25);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55} a{text-decoration:none;color:inherit} img{max-width:100%}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:22px 5vw;color:white;transition:.3s;background:linear-gradient(to bottom,rgba(0,0,0,.55),rgba(0,0,0,0))}.site-header.scrolled,.site-header.inner{background:rgba(13,31,23,.96);backdrop-filter:blur(12px);padding:14px 5vw;box-shadow:0 8px 30px rgba(0,0,0,.18)}
.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border:1px solid rgba(245,182,66,.7);border-radius:50%;display:grid;place-items:center;color:var(--mango);font-family:Georgia,serif;font-weight:700}.brand strong{display:block;letter-spacing:.03em}.brand em{display:block;font-size:11px;font-style:normal;color:#f1d79b;letter-spacing:.14em;text-transform:uppercase}.site-nav{display:flex;gap:24px;align-items:center;font-size:14px}.site-nav a{opacity:.9}.site-nav a:hover{color:var(--mango)}.nav-cta{padding:10px 16px;border:1px solid var(--mango);border-radius:999px;color:var(--mango)!important}.nav-toggle{display:none;background:none;border:0;color:white;font-size:28px}
.hero{min-height:100vh;position:relative;display:grid;place-items:center;padding:120px 5vw 60px;color:white;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80') center/cover}.hero-bg:after{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1561731216-c3a4d99437d5?auto=format&fit=crop&w=1600&q=75') right bottom/520px auto no-repeat;opacity:.18;mix-blend-mode:screen}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(245,182,66,.15),transparent 35%),linear-gradient(90deg,rgba(7,20,13,.92),rgba(7,20,13,.54),rgba(7,20,13,.25))}.hero-content{position:relative;max-width:930px;justify-self:start}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--mango);font-weight:700;font-size:12px}.eyebrow.dark{color:#9d6714}.hero h1,.page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,8vw,108px);line-height:.92;margin:14px 0 22px;letter-spacing:-.05em}.hero-text{font-size:clamp(18px,2vw,24px);max-width:680px;color:#f8ead2}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;cursor:pointer}.primary{background:var(--mango);color:#261707}.ghost{border-color:rgba(255,255,255,.45);color:white}.hero-card{position:absolute;right:5vw;bottom:48px;width:min(360px,90vw);padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:28px}.glass{background:rgba(255,255,255,.10);backdrop-filter:blur(16px)}.hero-card span{color:var(--mango);font-size:12px;text-transform:uppercase;letter-spacing:.16em}.hero-card strong{display:block;font-size:24px;margin:8px 0}.hero-card p{color:#f7e8ce;margin:0}
.section{padding:95px 5vw}.intro-grid,.conservation,.form-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.section h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,62px);line-height:1;margin:8px 0 18px;letter-spacing:-.04em}.large-copy{font-size:22px;color:#3d4437}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:var(--forest);color:white}.stats div{border:1px solid rgba(245,182,66,.25);border-radius:24px;padding:28px;background:rgba(255,255,255,.04)}.stats strong{display:block;color:var(--mango);font-size:54px;font-family:Georgia,serif}.stats span{color:#ead8b3}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.image-panel{min-height:610px;border-radius:36px;box-shadow:var(--shadow);background-size:cover;background-position:center}.orchard-img{background-image:url('https://images.unsplash.com/photo-1629118688005-71d59e4ea791?auto=format&fit=crop&w=1200&q=80')}.mango-img{background-image:url('https://images.unsplash.com/photo-1623938176850-290a51a2fd85?auto=format&fit=crop&w=1200&q=80')}.content-panel{background:white;border-radius:36px;padding:48px;box-shadow:0 16px 50px rgba(0,0,0,.08)}.steps{display:grid;gap:14px}.steps article{border-left:3px solid var(--mango);padding-left:18px}.steps span{color:#9d6714;font-weight:800}.steps h3{margin:4px 0}.steps p{margin:0;color:var(--muted)}
.dark-section{background:var(--forest);color:white}.center{text-align:center;max-width:900px;margin:0 auto 44px}.plan-grid,.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.plan-card,.price-card,.cards-3 article,.gift-grid article{background:white;border-radius:28px;padding:30px;box-shadow:0 15px 45px rgba(0,0,0,.08)}.dark-section .plan-card{background:rgba(255,255,255,.07);border:1px solid rgba(245,182,66,.22)}.plan-card.featured,.price-card.premium{border:2px solid var(--mango);transform:translateY(-10px)}.plan-card h3,.price-card h2{font-family:Georgia,serif;font-size:30px;margin:0 0 10px}.plan-card p,.price-card p{color:var(--muted)}.dark-section .plan-card p{color:#e7d7b8}.plan-card strong{display:block;color:var(--mango);font-size:24px;margin:20px 0}.plan-card a{color:var(--mango);font-weight:800}.tiger-band{min-height:520px;color:white;display:flex;align-items:center;background:linear-gradient(90deg,rgba(13,31,23,.9),rgba(13,31,23,.48)),url('https://images.unsplash.com/photo-1549366021-9f761d040a94?auto=format&fit=crop&w=1600&q=80') center/cover}.tiger-band>div{max-width:720px}.tiger-band p{font-size:20px;color:#f3dec0}.tree-map-preview{background:#fffaf0}.map-board{position:relative;height:450px;border-radius:34px;background:linear-gradient(135deg,#d6be7c,#7e8a47);box-shadow:var(--shadow);overflow:hidden}.map-board:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(35deg,rgba(255,255,255,.16) 0 8px,transparent 8px 48px)}.tree-dot{position:absolute;width:36px;height:36px;border-radius:50%;border:3px solid white;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.25)}.tree-dot.available{background:#234d2f}.tree-dot.reserved{background:var(--mango)}.tree-dot:nth-child(1){left:18%;top:24%}.tree-dot:nth-child(2){left:38%;top:55%}.tree-dot:nth-child(3){left:58%;top:35%}.tree-dot:nth-child(4){left:74%;top:63%}.tree-dot:nth-child(5){left:48%;top:18%}.tree-tooltip{position:absolute;left:30px;bottom:30px;background:white;border-radius:999px;padding:12px 18px;font-weight:800}.cta-panel{text-align:center;background:white;margin:5vw;border-radius:40px;box-shadow:var(--shadow)}
.page-hero{min-height:62vh;padding:160px 5vw 80px;color:white;background:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.5)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80') center/cover}.reserve-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1520412099551-62b6bafeb5bb?auto=format&fit=crop&w=1600&q=80')}.orchard-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1623938176850-290a51a2fd85?auto=format&fit=crop&w=1600&q=80')}.tiger-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1549366021-9f761d040a94?auto=format&fit=crop&w=1600&q=80')}.visit-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1600&q=80')}.gift-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1601004890684-d8cbf643f5f2?auto=format&fit=crop&w=1600&q=80')}.corporate-hero,.contact-hero{background-image:linear-gradient(90deg,rgba(13,31,23,.95),rgba(13,31,23,.45)),url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1600&q=80')}.page-hero p{max-width:720px;font-size:22px;color:#f4dfbd}.pricing-grid{align-items:start}.price-card span{color:#9d6714;text-transform:uppercase;font-size:12px;letter-spacing:.14em;font-weight:900}.price-card ul{padding-left:20px;color:#4a5144}.price-card li{margin:9px 0}.form-section{background:white}.reserve-form{display:grid;gap:14px}.reserve-form input,.reserve-form select,.reserve-form textarea{width:100%;border:1px solid #ded2b7;border-radius:18px;padding:16px;font:inherit;background:#fffaf0}.reserve-form textarea{min-height:120px}.form-note{color:#38623e;font-weight:800}.cards-3,.gift-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards-3 h3,.gift-grid h3{font-family:Georgia,serif;font-size:28px;margin:0 0 8px}.check-list{list-style:none;padding:0}.check-list li{margin:10px 0;padding-left:30px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#9d6714;font-weight:900}.site-footer{display:flex;justify-content:space-between;gap:30px;padding:45px 5vw;background:#08130e;color:white}.site-footer p{color:#cbbd9b}.site-footer div:last-child{display:flex;gap:18px;flex-wrap:wrap}.site-footer a{color:#f4d28f}
@media(max-width:980px){.site-nav{position:fixed;inset:72px 18px auto 18px;background:rgba(13,31,23,.98);border:1px solid rgba(245,182,66,.25);border-radius:22px;padding:22px;display:none;flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.nav-toggle{display:block}.hero-card{position:relative;right:auto;bottom:auto;margin-top:40px}.hero{display:block}.intro-grid,.split,.conservation,.form-section{grid-template-columns:1fr}.plan-grid,.pricing-grid,.cards-3,.gift-grid,.stats{grid-template-columns:1fr 1fr}.image-panel{min-height:420px}}
@media(max-width:620px){.hero h1,.page-hero h1{font-size:48px}.section{padding:64px 24px}.plan-grid,.pricing-grid,.cards-3,.gift-grid,.stats{grid-template-columns:1fr}.site-footer{flex-direction:column}.content-panel{padding:28px}.page-hero{padding:130px 24px 64px}.hero{padding:120px 24px 50px}.brand em{display:none}}
