:root{--ink:#17352e;--accent:#bc5c39;--soft:#f3f0e8;--line:#d8dfdb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.65}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}header{min-height:80vh;color:#fff;background:linear-gradient(90deg,#102f28df,#102f2844),url(/images/mountains.svg) center/cover}nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand,.links a,footer a{color:inherit;text-decoration:none}.brand{font-weight:800}.links{display:flex;gap:18px;align-items:center}.links span{display:flex;gap:4px}.links button{border:0;background:#fff2;color:#fff;padding:6px;border-radius:6px}.links .on{background:#fff;color:var(--ink)}.hero{padding:11vh 0}.hero h1,h2{font-family:Georgia,serif;line-height:1.08}.hero h1{font-size:clamp(2.7rem,6vw,5.3rem);max-width:850px;margin:.2em 0}.hero p{font-size:1.2rem;max-width:700px}.ey{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:#e9b29f}.darkey{color:var(--accent)}.btn{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;border:0;border-radius:8px;padding:13px 20px;font-weight:800;cursor:pointer;margin-right:10px}.ghost{background:transparent;border:1px solid #fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}.stats article{padding:16px;border-right:1px solid var(--line)}.stats b,.stats span{display:block}.stats span{color:#66756f}.section{padding:90px 0}.section h2{font-size:clamp(2rem,4vw,3.4rem)}.soft{background:var(--soft)}.dark{background:var(--ink);color:#fff}.grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.grid>img,.twocol>img{width:100%;height:100%;object-fit:cover;border-radius:14px}.grid>div{background:var(--soft);padding:25px;border-radius:14px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:12px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery img:first-child{grid-row:1/3}.gallery img:last-child{grid-column:2/4}.twocol,.bookgrid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.calendar{background:#fff;padding:24px;border-radius:14px}.week,.days{display:grid;grid-template-columns:repeat(7,1fr)}.week b,.days span{padding:10px;border:1px solid var(--line);min-height:55px}.week b{text-align:center;background:var(--soft)}.muted{color:#aaa}.note{font-size:.9rem;color:#66756f}form{background:#fff;color:var(--ink);padding:28px;border-radius:14px}label{display:block;font-weight:700;margin-bottom:14px}input,textarea{width:100%;margin-top:6px;padding:11px;border:1px solid #bcc8c2;border-radius:7px}.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{width:100%}footer{background:#10251f;color:#dbe7e2;padding:32px 0}@media(max-width:820px){.links a{display:none}.stats{grid-template-columns:1fr 1fr}.grid,.twocol,.bookgrid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:200px 170px}.gallery img:first-child{grid-column:1/3;grid-row:auto}.gallery img:last-child{grid-column:auto}.row{grid-template-columns:1fr}.week b,.days span{padding:5px;min-height:42px;font-size:.85rem}}
