*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f7f4ef;color:#333;line-height:1.6}
.container{max-width:1000px;margin:0 auto;padding:20px}
.site-header{background:#fff;border-bottom:2px solid #e2ddd4}
.header-inner{display:flex;gap:16px;align-items:center;padding-bottom:10px}
.brand{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{height:70px;width:auto;display:block}
.brand-text{display:flex;flex-direction:column}
.brand-name{font-size:22px;font-weight:700;color:#4a5d4f}
.brand-tagline{font-size:14px;color:#6b6b6b}
.nav{display:flex;flex-wrap:wrap;gap:14px;padding-bottom:10px}
.nav a{text-decoration:none;color:#4a5d4f;font-weight:700}
.nav a:hover{text-decoration:underline}
.site-main{background:#fff}
h1,h2{color:#4a5d4f;margin-top:0}
h2{margin-top:28px}
ul{padding-left:20px}
.site-footer{background:#f1ede7;margin-top:40px}
.footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.footer-inner a{color:#4a5d4f;font-weight:700;text-decoration:none}
.footer-inner a:hover{text-decoration:underline}
.cta-row{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;background:#4a5d4f;color:#fff;padding:12px 18px;border-radius:4px;text-decoration:none;border:0;cursor:pointer;font-weight:700}
.btn:hover{filter:brightness(0.95)}
.btn-secondary{background:#7a8f7e}
.contact-form{max-width:560px;margin-top:18px}
.field{margin-bottom:14px}
label{font-weight:700;display:block;margin-bottom:6px}
input,select,textarea{width:100%;padding:10px;border:1px solid #d8d3cb;border-radius:4px;font:inherit;background:#fff}
textarea{resize:vertical}
.small-note{font-size:14px;color:#666}
@media (max-width:520px){
  .header-inner{flex-direction:column;align-items:flex-start}
  .brand-logo{height:64px}
}