:root{--olive:#435844;--olive-dark:#25382b;--sand:#f3eee4;--cream:#fbf9f4;--gold:#bd9557;--text:#27322b;--muted:#687069;--shadow:0 16px 38px rgba(28,43,34,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--cream);font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{max-width:100%}a{color:var(--olive);text-decoration:none}h1,h2,h3{font-family:Georgia,serif;line-height:1.15}h2{margin:0 0 18px;color:var(--olive);font-size:clamp(2rem,4vw,3.2rem)}p{margin:0 0 18px}.section{padding:72px max(5vw,24px)}.section>*{max-width:1180px;margin-left:auto;margin-right:auto}.sand{background:var(--sand)}.lead{max-width:920px;font-size:1.18rem;color:#526158}.eyebrow{margin-bottom:12px;color:var(--gold);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.btn{display:inline-block;padding:12px 19px;border-radius:999px;background:var(--olive);color:#fff;font-weight:800;border:1px solid var(--olive);transition:.2s ease}.btn:hover{transform:translateY(-1px);background:var(--olive-dark)}.btn.alt{background:rgba(255,255,255,.12);border-color:#fff}.card,.booking-box,.notice{padding:24px;border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px max(4vw,22px);background:rgba(251,249,244,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(67,88,68,.12)}.brand{display:flex;align-items:center;min-width:190px}.brand img{width:210px;max-height:64px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:20px}.main-nav a{font-weight:700}.main-nav .nav-cta{padding:9px 16px;border-radius:999px;background:var(--olive);color:#fff}.lang{font-size:.8rem}.menu-toggle{display:none;border:0;background:none;font-size:1.8rem;color:var(--olive)}
.hero{min-height:630px;display:flex;align-items:center;padding:80px max(6vw,28px) 135px;color:#fff;background:linear-gradient(90deg,rgba(18,35,23,.72),rgba(18,35,23,.18)),url('../img/gallery/hero.jpg') center/cover no-repeat}.hero-inner{width:min(720px,100%)}.hero h1{margin:0 0 18px;font-size:clamp(3.2rem,8vw,6.4rem);text-shadow:0 3px 20px rgba(0,0,0,.28)}.hero p{font-size:clamp(1.08rem,2vw,1.35rem);max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.pool-highlight-wrap{position:relative;z-index:8;max-width:720px;margin:-105px auto 0;padding:0 22px}.pool-highlight{display:grid;grid-template-columns:56% 44%;overflow:hidden;border-radius:26px;background:#fff;color:var(--text);box-shadow:0 25px 55px rgba(22,38,27,.28);transition:transform .25s}.pool-highlight:hover{transform:translateY(-4px)}.pool-highlight-image{position:relative;min-height:285px}.pool-highlight-image img{width:100%;height:100%;object-fit:cover;display:block}.pool-badge{position:absolute;top:16px;left:16px;padding:8px 13px;border-radius:999px;background:rgba(37,56,43,.9);color:#fff;font-weight:800}.pool-highlight-copy{display:flex;flex-direction:column;justify-content:center;padding:32px}.pool-highlight-copy strong{color:var(--olive);font:700 1.65rem/1.2 Georgia,serif;margin-bottom:12px}.home-stats-section{padding-top:90px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{padding:24px;text-align:center;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(33,48,38,.08)}.stat strong{display:block;color:var(--olive);font:700 2rem/1 Georgia,serif;margin-bottom:9px}.photo-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:230px;gap:15px;margin-top:30px}.photo-grid img,.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.photo-grid img:first-child{grid-row:span 2}.photo-grid img:nth-child(2){grid-column:span 2}.split,.host-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;max-width:1180px;margin:auto}.split>img,.host-card>img{width:100%;max-height:520px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.host-card{padding:28px;border-radius:26px;background:#fff;box-shadow:var(--shadow)}.host-card>img{max-height:390px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:16px}.footer{padding:38px max(5vw,24px);background:var(--olive-dark);color:#fff;text-align:center}.footer a{color:#fff}.copyright{opacity:.75;font-size:.88rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px;border:1px solid #cfd6d0;border-radius:10px;background:#fff;font:inherit}.notice{margin:18px 0}.notice.error{border-left:5px solid #b64848}
@media(max-width:900px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px;background:var(--cream);box-shadow:var(--shadow)}.main-nav.open{display:flex}.hero{min-height:570px}.pool-highlight{grid-template-columns:1fr}.pool-highlight-image{min-height:260px}.stats{grid-template-columns:repeat(2,1fr)}.split,.host-card{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.photo-grid img:first-child,.photo-grid img:nth-child(2){grid-row:auto;grid-column:auto}.cards,.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.section{padding:55px 20px}.brand img{width:165px}.hero{min-height:540px;padding:65px 22px 125px}.hero h1{font-size:3.3rem}.pool-highlight-wrap{margin-top:-85px}.pool-highlight-image{min-height:220px}.pool-highlight-copy{padding:22px}.home-stats-section{padding-top:70px}.stats,.cards,.gallery,.form-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr;grid-auto-rows:220px}.hero-actions .btn{width:100%;text-align:center}}
