/* Wind Houses — «Журнал»: брендовые editorial-стили (Vetrino заголовки, зелёная гамма, Mulish текст). */
@font-face{font-family:'Vetrino';src:url('/fonts/Vetrino_2.woff') format('woff');font-display:swap}
:root{
  --forest:#354035; --hvoya:#3d5d3d; --green:#4d7a4d;
  --ink:#2b2b2b; --muted:#eff0ef; --sand:#f5f3ee; --line:#e2e4e0;
  --wrap:800px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Mulish',-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:#fff;line-height:1.7;font-size:18px}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:'Vetrino','Playfair Display',Georgia,serif;color:var(--forest);line-height:1.1;font-weight:400}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}

/* Header */
.wh-head{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}
.wh-head .wrap{max-width:1200px;display:flex;align-items:center;justify-content:space-between;height:64px}
.wh-logo{font-family:'Vetrino',serif;font-size:26px;color:var(--forest);letter-spacing:.5px}
.wh-nav{display:flex;align-items:center;gap:22px;font-size:15px}
.wh-nav a{color:var(--ink)}
.wh-btn{display:inline-block;background:var(--forest);color:#fff!important;padding:11px 22px;border-radius:8px;font-weight:700;text-decoration:none!important}
.wh-btn:hover{background:var(--hvoya)}
@media(max-width:720px){.wh-nav a.hide-m{display:none}.wh-logo{font-size:22px}}

/* Breadcrumbs */
.crumbs{font-size:14px;color:#777;padding:18px 0}
.crumbs a{color:#777}

/* Hero */
.art-hero{position:relative;border-radius:16px;overflow:hidden;margin:6px 0 8px;min-height:420px;display:flex;align-items:flex-end}
.art-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.art-hero .ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(53,64,53,.15),rgba(53,64,53,.75))}
.art-hero .cap{position:relative;padding:32px;color:#fff}
.art-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.4rem);margin:0 0 8px}
.art-hero .meta{color:#e8ece7;font-size:15px}

/* Article body */
.art{padding:10px 0 40px}
.art h2{font-size:clamp(1.7rem,3.5vw,2.4rem);margin:2.2em 0 .5em}
.art h3{font-size:1.35rem;margin:1.6em 0 .4em}
.art p{margin:0 0 1.1em}
.art figure{margin:1.6em 0}
.art figure img{border-radius:12px}
.art figcaption{font-size:14px;color:#888;margin-top:8px;text-align:center}
.lead{font-size:1.25rem;color:#444}
.tip{background:var(--sand);border-left:4px solid var(--green);border-radius:10px;padding:18px 22px;margin:1.6em 0}
.tip b{color:var(--forest)}
.art ul{margin:0 0 1.1em;padding-left:1.2em}
.art li{margin:.35em 0}

/* CTA */
.cta{background:var(--forest);color:#fff;border-radius:16px;padding:38px 28px;text-align:center;margin:40px 0}
.cta h2{color:#fff;margin:0 0 10px}
.cta p{color:#dbe0da;max-width:520px;margin:0 auto 20px}
.cta .wh-btn{background:#fff;color:var(--forest)!important}

/* FAQ */
.faq details{border-bottom:1px solid var(--line);padding:16px 0}
.faq summary{cursor:pointer;font-family:'Vetrino',serif;font-size:1.2rem;color:var(--forest);list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';float:right;color:var(--green)}
.faq details[open] summary::after{content:'–'}
.faq p{margin:12px 0 4px}

/* Cards (journal index) */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:26px;margin:20px 0 50px}
.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:box-shadow .2s}
.card:hover{box-shadow:0 12px 30px rgba(53,64,53,.12)}
.card a{color:inherit;text-decoration:none}
.card .ph{aspect-ratio:16/10;overflow:hidden}
.card .ph img{width:100%;height:100%;object-fit:cover}
.card .bd{padding:18px 20px 22px}
.card h3{margin:0 0 8px;font-size:1.35rem}
.card p{margin:0;color:#666;font-size:15px}
.page-title{font-size:clamp(2.2rem,5vw,3.4rem);margin:26px 0 4px}
.page-sub{color:#666;font-size:1.15rem;margin:0 0 10px}

/* Footer */
.wh-foot{background:var(--forest);color:#fff;padding:40px 0 30px;margin-top:20px}
.wh-foot .wrap{max-width:1200px}
.wh-foot a{color:#cfe0cf}
.wh-foot .cols{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}
.wh-foot h4{font-family:'Vetrino',serif;color:#fff;font-weight:400;font-size:1.4rem;margin:0 0 10px}
.wh-foot .fine{color:#a9b3a7;font-size:13px;margin-top:24px;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}
