/* news.css — винесено з інлайну 2026-08-03 (BACKLOG №53, крок 3).
   Ідентичний набір правил у 6 статтях. Дві статті з відмінним :root
   (klinkerna-plytka-vybir.html, pro-klinkerne-budivnytstvo.html) лишено інлайн — зливати їх
   означало б мовчки змінити їм вигляд. */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'DM Sans',sans-serif;background:var(--ivory);color:var(--stone);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
:root{--ink:#0F0F0D;--stone:#2C2C2A;--mid:#6B6058;--warm:#756A60;--sand:#E4DDD3;--ivory:#F7F4F0;--off:#FAF7F3;--white:#fff;--accent:#C8A882;--accent-d:#9B7A58;--accent-l:#EAD9C4;--clay:#A07850;--ease-out:cubic-bezier(0.25,0,0.1,1);--ease-circ:cubic-bezier(0.76,0,0.24,1)}




.article-hero{background:linear-gradient(135deg,#5C3D2E,#8A6040);padding-top:68px;min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3.5rem;padding-left:3rem;padding-right:3rem;position:relative;overflow:hidden}
.article-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.3),transparent);pointer-events:none}
.article-back{font-size:11px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.5);transition:color .2s;margin-bottom:2rem;display:inline-block;position:relative}
.article-back:hover{color:var(--accent)}
.article-hero-meta{font-size:11px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1rem;position:relative}
.article-hero-meta span{color:var(--accent)}
.article-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,52px);font-weight:400;color:var(--white);line-height:1.15;max-width:800px;position:relative}
.article-wrap{max-width:720px;margin:0 auto;padding:4rem 3rem 5rem}
.article-body p{font-size:16px;font-weight:300;color:var(--mid);line-height:1.8;margin-bottom:1.5rem}
.article-body p strong{font-weight:500;color:var(--stone)}
.article-body h3{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:400;color:var(--ink);margin:2.25rem 0 1rem;line-height:1.2}
.article-body ul{margin:0 0 1.5rem 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}
.article-body ul li{font-size:15px;font-weight:300;color:var(--mid);line-height:1.7;padding-left:1.25rem;position:relative}
.article-body ul li::before{content:'—';position:absolute;left:0;color:var(--accent);font-weight:400}
.article-cta{margin-top:3rem;padding:2.5rem;background:var(--sand);border-left:4px solid var(--accent);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.article-cta-text{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:400;color:var(--ink);line-height:1.3}
.article-cta-text small{display:block;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:300;color:var(--warm);margin-top:.35rem}

.specs-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}
.specs-table tr{border-bottom:1px solid var(--sand)}
.specs-table tr:last-child{border-bottom:none}
.specs-table td{padding:.75rem .5rem;font-size:14px;font-weight:300;color:var(--mid)}
.specs-table td:first-child{font-weight:400;color:var(--stone);width:45%;padding-left:0}
.specs-table td:last-child{padding-right:0}
.gk-footer{background:var(--ink);color:rgba(255,255,255,.45);padding:4rem 3rem 2rem}
.gk-footer-inner{display:grid;grid-template-columns:1.4fr 2fr;gap:4rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.gk-footer-brand{display:flex;flex-direction:column;gap:1.25rem}
.gk-footer-tagline{font-size:12px;font-weight:300;line-height:1.7;color:rgba(255,255,255,.35)}
.gk-footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.gk-footer-col-title{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:1rem}
.gk-footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.gk-footer-links a{font-size:13px;font-weight:300;color:rgba(255,255,255,.5);transition:color .2s}
.gk-footer-links a:hover{color:var(--accent)}
.gk-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:11px;max-width:1200px;margin:0 auto}
@media(max-width:1024px){.article-hero{padding-left:2rem;padding-right:2rem}}
@media(max-width:768px){.article-hero{padding-left:1.5rem;padding-right:1.5rem;min-height:280px}.article-wrap{padding:2.5rem 1.5rem 3.5rem}.article-cta{flex-direction:column;gap:1.25rem}.gk-footer-inner{grid-template-columns:1fr;gap:2.5rem}.gk-footer-cols{grid-template-columns:1fr 1fr}.gk-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.gk-footer{padding:3rem 1.5rem 2rem}}
@media(max-width:480px){.gk-footer-cols{grid-template-columns:1fr}}
