
:root{--ink:#263128;--sage:#71806b;--cream:#f7f3e9;--paper:#fffdf8;--gold:#b4945c;--line:#ddd4c3}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.12;margin-top:0}h1{font-size:clamp(2.7rem,7vw,5.8rem);margin-bottom:.5rem}h2{font-size:clamp(2rem,4vw,3.4rem)}
a{color:inherit}.wrap{width:min(1120px,90%);margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--sage)}
header{position:sticky;top:0;z-index:5;background:rgba(255,253,248,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:Georgia,serif;font-size:1.3rem;font-weight:700;text-decoration:none}
.links{display:flex;gap:22px;align-items:center}.links a{text-decoration:none;font-size:.92rem}.button{display:inline-block;background:var(--ink);color:white;text-decoration:none;padding:13px 20px;border-radius:999px;font-weight:700}
.hero{min-height:680px;display:grid;place-items:end start;background:linear-gradient(90deg,rgba(22,29,23,.78),rgba(22,29,23,.1)),url('images/silver-fox-rabbits-grass.jpeg') center/cover;color:white}
.hero .content{padding:100px 0 80px;max-width:760px}.hero p{font-size:1.18rem;max-width:650px}.hero .button{background:var(--cream);color:var(--ink);margin-right:10px;margin-top:10px}
section{padding:82px 0}.intro{text-align:center;max-width:780px;margin:auto}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.card{background:var(--cream);padding:30px;border:1px solid var(--line);border-radius:18px}
.price{font:700 2.3rem Georgia,serif;margin:.3rem 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split img{width:100%;height:560px;object-fit:cover;border-radius:20px}
.avail{background:var(--cream)}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0}.fact{background:var(--paper);padding:18px;border-radius:12px;border:1px solid var(--line)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery img{width:100%;height:280px;object-fit:cover;border-radius:12px}.gallery img:nth-child(1),.gallery img:nth-child(6){grid-column:span 2}
.contact{text-align:center;background:var(--ink);color:white}.contact .button{background:var(--cream);color:var(--ink)}footer{padding:30px 0;text-align:center;background:#1e261f;color:#e9e4d9;font-size:.9rem}
@media(max-width:800px){.links a:not(.button){display:none}.hero{min-height:610px;background-position:58% center}.cards,.split,.facts{grid-template-columns:1fr}.split img{height:430px}.gallery{grid-template-columns:1fr 1fr}.gallery img,.gallery img:nth-child(1),.gallery img:nth-child(6){grid-column:span 1;height:220px}section{padding:60px 0}}
