:root{--green:#234d32;--green2:#3d7748;--cream:#f7f4eb;--ink:#17231b;--line:#deddd5;--wood:#a86b32;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:30;background:#fffdf8ed;backdrop-filter:blur(14px);border-bottom:1px solid #e7e3d9}.nav{height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto;font-weight:800;color:var(--green)}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--green);border-radius:50%;font-family:Georgia;font-size:19px}.navlinks{display:flex;gap:24px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:9px;padding:12px 19px;background:var(--green2);color:#fff;font-weight:750;cursor:pointer}.btn.light{background:#fff;color:var(--green)}.btn.outline{background:transparent;color:var(--green);border:1px solid var(--green)}.hero{min-height:660px;display:flex;align-items:center;color:white;background-position:center;background-size:cover;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#08150fc7 0%,#0a1a115c 55%,#0002)}.hero-content{position:relative;max-width:700px;padding:80px 0}.eyebrow{letter-spacing:.15em;text-transform:uppercase;font-size:12px;font-weight:800}.hero h1{font:clamp(48px,7vw,82px)/.98 Georgia,serif;margin:18px 0}.hero p{font-size:19px;max-width:590px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.section{padding:80px 0}.section.white{background:#fff}.section-head{text-align:center;max-width:650px;margin:0 auto 36px}.section h1,.section h2{font-family:Georgia,serif;color:var(--green);font-size:clamp(34px,5vw,52px);line-height:1.1;margin:8px 0 14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #17301e0c}.card-img{aspect-ratio:4/3;object-fit:cover;width:100%}.card-body{padding:20px}.card h3{font:27px Georgia;color:var(--green);margin:3px 0 8px}.meta{display:flex;gap:14px;flex-wrap:wrap;color:#57635b;margin:14px 0}.price{font-size:18px;color:var(--green);font-weight:800}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:center}.feature{padding:26px 15px}.feature b{display:block;color:var(--green);margin:9px}.page-hero{padding:70px 0 40px}.filters,.form-card,.summary{background:white;border:1px solid var(--line);padding:24px;border-radius:14px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}label{font-weight:700;display:block;margin-bottom:5px}input,select,textarea{width:100%;border:1px solid #d6d6cf;background:#fff;padding:12px;border-radius:8px;font:inherit}textarea{min-height:120px}.gallery{columns:3;column-gap:16px}.gallery-item{border:0;padding:0;margin:0 0 16px;border-radius:12px;overflow:hidden;cursor:zoom-in;break-inside:avoid;background:none}.gallery-item img{width:100%}.detail-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.detail-gallery button{padding:0;border:0;background:none;border-radius:12px;overflow:hidden;cursor:zoom-in}.detail-gallery img{width:100%;height:220px;object-fit:cover}.detail-gallery button:first-child{grid-row:span 2}.detail-gallery button:first-child img{height:450px}.detail-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:42px;margin-top:45px}.amenities{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.amenity{padding:12px;background:#edf4ed;border-radius:9px;color:var(--green)}.sticky{position:sticky;top:100px}.total{font-size:28px;color:var(--green);font-weight:850}.price-list{padding:0;list-style:none}.price-list li{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:8px 0}.notice{padding:13px 16px;border-radius:9px;margin-bottom:18px}.notice.success{background:#e8f6e9;color:#24552e}.notice.error{background:#ffe8e5;color:#8c271e}.footer{background:#142b1d;color:#e8eee9;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer a{display:block;margin:7px 0}.whatsapp{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-weight:bold;z-index:20}.lightbox{position:fixed;inset:0;background:#07100deb;display:none;z-index:100;align-items:center;justify-content:center}.lightbox.open{display:flex}.lightbox img{max-width:88vw;max-height:86vh;border-radius:10px}.lightbox button{position:absolute;border:0;background:#fff;color:#17351f;border-radius:50%;width:44px;height:44px;font-size:22px;cursor:pointer}.lb-close{right:25px;top:25px}.lb-prev{left:25px}.lb-next{right:25px}.empty{text-align:center;padding:50px;color:#6b746d}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);white-space:nowrap}.badge{display:inline-block;padding:5px 9px;border-radius:99px;background:#e7f3e8;color:#286035;font-size:12px;font-weight:800}
@media(max-width:850px){.navlinks{display:none}.hero{min-height:600px}.grid,.grid.two{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr 1fr}.detail-layout{grid-template-columns:1fr}.sticky{position:static}.gallery{columns:2}.detail-gallery{grid-template-columns:1fr 1fr}.detail-gallery button:first-child{grid-column:1/-1;grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(100% - 24px,1160px)}.nav{height:65px}.brand small{display:none}.header .btn{padding:9px 12px}.hero h1{font-size:48px}.section{padding:55px 0}.grid,.grid.two,.feature-grid,.form-grid{grid-template-columns:1fr}.gallery{columns:1}.detail-gallery img,.detail-gallery button:first-child img{height:240px}.footer-grid{grid-template-columns:1fr}.actions .btn{width:100%}}
