*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:"PingFang SC","Microsoft YaHei","Georgia",serif;background:#f4efe6;color:#2c2419;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:#1a5c45;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
.container{width:min(1100px,92vw);margin:0 auto}

.site-header{position:sticky;top:0;z-index:100;background:#2c2419;border-bottom:4px solid #8b6914}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:1rem}
.logo{font-weight:800;font-size:1.05rem;color:#f4efe6;letter-spacing:.04em;display:flex;align-items:center;gap:.55rem;font-family:"Georgia",serif}
.logo-shelf{width:22px;height:18px;border-bottom:3px solid #8b6914;position:relative}
.logo-shelf::before{content:"";position:absolute;bottom:3px;left:2px;width:5px;height:12px;background:#1a5c45}
.logo-shelf::after{content:"";position:absolute;bottom:3px;left:9px;width:5px;height:14px;background:#6b3a2a}
.nav-main{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;font-size:.88rem}
.nav-main a{color:#c9b896;font-weight:600}
.nav-main a.active,.nav-main a:hover{color:#f4efe6;text-decoration:none}
.btn-nav{display:inline-block;background:#8b6914;color:#fff!important;padding:.48rem 1.1rem;font-weight:800;font-size:.85rem;text-decoration:none!important}
.btn-nav:hover{background:#a07a18}
.btn-catalog{display:inline-block;background:#1a5c45;color:#fff!important;padding:.65rem 1.35rem;font-weight:800;font-size:.9rem;text-decoration:none!important}
.btn-catalog:hover{background:#144a38}

.section{padding:3.25rem 0}
.section-title{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:800;margin-bottom:.4rem;color:#2c2419;font-family:"Georgia",serif}
.section-lead{color:#6b5d4d;font-size:.92rem;margin-bottom:1.75rem;max-width:640px}

.footer{background:#2c2419;color:#c9b896;padding:2.5rem 0 0;font-size:.86rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer h3{font-size:.92rem;color:#8b6914;margin-bottom:.7rem;font-weight:800}
.footer a{color:#c9b896}
.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1rem}
.footer-bottom{border-top:1px solid #4a3f32;padding-top:1rem;text-align:center;color:#8a7a68;font-size:.78rem}

.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{background:#fff;border:1px solid #d4c4a8;border-left:4px solid #1a5c45}
.faq-q{width:100%;text-align:left;padding:1rem 1.15rem;font-weight:700;font-size:.92rem;background:transparent;border:none;cursor:pointer;color:#2c2419;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.faq-q::after{content:"+";font-size:1.2rem;color:#8b6914;font-weight:400}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.15rem 1rem;font-size:.88rem;color:#6b5d4d;line-height:1.7}
.faq-item.open .faq-a{display:block}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}
