:root{--ink:#17352d;--muted:#5e6e68;--paper:#f7f5ed;--white:#fff;--accent:#d4a84d;--line:#dfe4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}.wrap{width:min(1100px,90%);margin:auto}header{background:var(--paper);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.brand{font-size:1.35rem;font-weight:800;text-decoration:none;color:var(--ink)}nav{display:flex;gap:18px;flex-wrap:wrap}a{color:#276a56}.nav a{text-decoration:none;font-weight:700;font-size:.92rem}.hero{background:var(--paper);padding:84px 0}.hero .wrap{max-width:850px}.eyebrow,.tag{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#89702e}h1{font-size:clamp(2.5rem,7vw,5rem);line-height:1.02;margin:.25em 0}h2{font-size:clamp(1.8rem,4vw,2.7rem);margin:.25em 0 .8em}h3{font-size:1.3rem;margin:.5em 0}.hero p{max-width:720px;font-size:1.1rem;color:var(--muted)}.button{display:inline-block;margin-top:16px;padding:12px 18px;border-radius:8px;background:var(--ink);color:white;text-decoration:none;font-weight:800}.section{padding:64px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff}.card p{color:var(--muted)}.feature{background:var(--paper)}article.guide{max-width:780px;margin:auto;padding:60px 0}article.guide h1{font-size:clamp(2.3rem,6vw,4rem)}article.guide h2{margin-top:1.4em}.lede{font-size:1.15rem;color:var(--muted)}.note{background:var(--paper);padding:18px;border-radius:10px}.photo-placeholder{border:1px dashed #9aa8a2;padding:36px 20px;text-align:center;border-radius:12px;background:#fafafa;color:var(--muted);margin:24px 0}footer{background:var(--ink);color:#eef5f1;padding:42px 0}footer a{color:white}@media(max-width:760px){.nav{align-items:flex-start;flex-direction:column;padding:18px 0}nav{gap:12px}.hero{padding:58px 0}.grid{grid-template-columns:1fr}.section{padding:46px 0}}