:root{--ink:#263a31;--surface:#efe9dd;--paper:#faf7f0;--forest:#365d49;--clay:#a5674f;--line:#d6cdbf}body{background:var(--surface);color:var(--ink)}h1,h2{font-family:Georgia,"Times New Roman",serif}.site-header{position:sticky;top:2rem;z-index:40;background:rgb(239 233 221/.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:center;padding:5rem 0}.hero-media{min-height:38rem;border-radius:12rem 0 0 0;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.button{background:var(--forest);color:#fff}.card{padding:1.4rem;border:1px solid var(--line);border-radius:.5rem;background:var(--paper)}.four-up{grid-template-columns:repeat(4,1fr)}.three-up{grid-template-columns:repeat(3,1fr)}.gallery img{width:100%;height:18rem;object-fit:cover}.gallery figure{margin:0}.gallery figcaption{padding:.5rem 0;font-weight:600}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-media{min-height:28rem}.four-up{grid-template-columns:1fr 1fr}}@media(max-width:560px){.four-up,.three-up{grid-template-columns:1fr}.hero-media{border-radius:5rem 0 0 0}}
.gallery-daylight img{object-position:28% center}.gallery-accent img{object-position:78% center}
