
:root{--forest:#17382d;--cream:#E7DCC4;--paper:#f7f1e6;--copper:#B87333;--ink:#222}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}a{color:inherit}
.home-wrap{position:relative;max-width:1600px;margin:0 auto;background:#111}.home-img{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;z-index:5;border-radius:6px}.hotspot:focus{outline:3px solid white;outline-offset:2px}
.hs-shop{left:6.5%;top:43.4%;width:17.4%;height:3.7%}.hs-story{left:26.2%;top:43.4%;width:15.1%;height:3.7%}
.hs-nav-shop{left:37%;top:2.1%;width:7.5%;height:2.3%}.hs-nav-story{left:46%;top:2.1%;width:9.5%;height:2.3%}
.hs-nav-events{left:58%;top:2.1%;width:7.8%;height:2.3%}.hs-nav-contact{left:78%;top:2.1%;width:9%;height:2.3%}
.hs-subscribe{left:76.6%;top:83.7%;width:14%;height:4.2%}
.mobile-nav{display:none;background:#101815;color:white;padding:14px;gap:10px;justify-content:center;flex-wrap:wrap}.mobile-nav a{padding:10px 12px;border:1px solid #776f63;border-radius:5px;text-decoration:none;font-weight:700;font-size:.82rem}
.site-header{position:sticky;top:0;z-index:20;background:#101815;color:white}.nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 22px;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}.brand img{width:58px;height:58px;border-radius:50%}.links{display:flex;gap:22px;font-size:.84rem;font-weight:700}.links a{text-decoration:none}
.page-hero{background:linear-gradient(135deg,#10261f,#21483a);color:white;text-align:center;padding:70px 22px}.page-hero h1{font-size:clamp(2.6rem,7vw,4.8rem);margin:8px 0 12px;line-height:1}.page-hero p{max-width:720px;margin:auto;color:#eee6da}.section{max-width:1040px;margin:auto;padding:58px 22px}.card{background:#fffdfa;border:1px solid #ded2bf;border-radius:14px;padding:24px;box-shadow:0 8px 26px rgba(30,25,18,.06);margin-bottom:20px}.notice{background:#efe3ce;border-left:5px solid var(--copper);padding:16px 18px;border-radius:6px}.btn{display:inline-block;padding:14px 20px;border-radius:6px;text-decoration:none;font-weight:800;background:var(--forest);color:white}.footer{background:#101815;color:#e6dfd5;padding:34px 22px;text-align:center}
@media(max-width:760px){.hotspot{display:none}.mobile-nav{display:flex}.links{gap:10px;font-size:.72rem;flex-wrap:wrap;justify-content:flex-end}.brand span{display:none}}
