:root{--ink:#17202a;--muted:#65717f;--paper:#f7f4ee;--white:#fff;--pine:#25483f;--accent:#b27646;--line:#dfddd7;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max);margin:auto;padding:0 24px}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.navin{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Georgia,serif;font-size:22px;letter-spacing:.02em}.links{display:flex;align-items:center;gap:22px;font-size:14px}.button,.book-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;background:var(--pine);color:white;font-weight:700;border:0;cursor:pointer}.button.ghost{background:transparent;color:var(--pine);border:1px solid var(--pine)}.hero{position:relative;min-height:78vh;display:grid;align-items:end;background:#223}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.65))}.hero-copy{position:relative;z-index:2;color:white;padding:72px 24px;max-width:1180px;width:100%;margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,88px);line-height:.96;margin:12px 0 18px;font-weight:500;max-width:920px}.hero p{font-size:20px;max-width:720px;color:rgba(255,255,255,.9)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero .button.ghost{color:white;border-color:rgba(255,255,255,.8)}section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-head h2,.split h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.06;margin:0}.section-head p{max-width:620px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 34px rgba(0,0,0,.05)}.card img{height:260px;width:100%;object-fit:cover}.card-body{padding:22px}.card h3{font-family:Georgia,serif;font-size:28px;margin:0 0 8px}.specs{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:14px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.split img{border-radius:24px;width:100%;height:560px;object-fit:cover}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.feature{background:var(--paper);border-radius:16px;padding:20px}.feature strong{display:block;margin-bottom:5px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:260px;gap:10px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px}.gallery img:first-child{grid-row:span 2}.cta{background:var(--pine);color:white;border-radius:28px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-family:Georgia,serif;font-weight:500;font-size:42px;margin:0}.cta p{margin:8px 0 0;color:rgba(255,255,255,.8)}.cta .button{background:white;color:var(--pine)}footer{padding:34px 0 46px;color:var(--muted);font-size:13px}.footerin{border-top:1px solid var(--line);padding-top:28px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.page-hero{background:var(--paper);padding:76px 0 42px}.page-hero h1{font-size:clamp(42px,6vw,72px);max-width:850px}.page-hero p{font-size:18px;color:var(--muted);max-width:760px}.property-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.property-intro h2{font-family:Georgia,serif;font-size:40px;margin-top:0}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fact{background:var(--paper);padding:18px;border-radius:14px}.bed-list{margin:22px 0;padding:0;list-style:none}.bed-list li{padding:12px 0;border-bottom:1px solid var(--line)}.booking-wrap{background:var(--paper);border-radius:22px;padding:28px;margin-top:28px}.booking-wrap h3{margin-top:0;font-family:Georgia,serif;font-size:30px}.note{font-size:13px;color:var(--muted)}.mobile-book{display:none}.legal{font-size:12px;color:var(--muted)}
@media(max-width:900px){.links a:not(.book-btn){display:none}.cards,.feature-grid{grid-template-columns:1fr 1fr}.split,.property-intro{grid-template-columns:1fr}.split img{height:440px}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.gallery img:first-child{grid-column:span 2;grid-row:auto}.cta{align-items:flex-start;flex-direction:column}.mobile-book{display:block;position:fixed;left:16px;right:16px;bottom:14px;z-index:60;box-shadow:0 8px 30px rgba(0,0,0,.28)}body{padding-bottom:72px}}
@media(max-width:600px){.container{padding:0 18px}.navin{height:64px}.brand{font-size:18px}.hero{min-height:72vh}.hero-copy{padding:54px 18px}.hero p{font-size:17px}section{padding:54px 0}.cards,.feature-grid,.facts{grid-template-columns:1fr}.card img{height:230px}.gallery{grid-template-columns:1fr;grid-auto-rows:240px}.gallery img:first-child{grid-column:auto}.cta{padding:30px}.cta h2{font-size:34px}}
/* V2 refinement */
.navin{height:78px}.brand{font-size:20px;letter-spacing:.055em}.links{gap:28px}.book-btn{padding:13px 21px}.hero{min-height:76vh}.hero img{object-position:center 68%}.hero:after{background:linear-gradient(90deg,rgba(10,18,20,.64) 0%,rgba(10,18,20,.32) 48%,rgba(10,18,20,.08) 78%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 50%)}.hero-copy{padding-bottom:82px}.hero h1{font-size:clamp(48px,6vw,76px);line-height:1.01;max-width:720px}.hero p{font-size:19px;max-width:660px}.cards{gap:24px}.card{transition:transform .2s ease,box-shadow .2s ease;border-radius:18px}.card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.10)}.card-body{padding:24px}.card h3{font-size:30px}.split{gap:64px}.split h2{max-width:620px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:12px}.feature{background:rgba(255,255,255,.62);border:1px solid rgba(23,32,42,.08)}.gallery{grid-auto-rows:280px;gap:12px}.cta{padding:54px}.cta h2{font-size:44px}
@media(max-width:900px){.hero img{object-position:center 65%}.feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hero{min-height:70vh}.hero h1{font-size:46px}.hero img{object-position:58% center}.feature-grid{grid-template-columns:1fr}}
