/* Artsemya V0.8 — final children poster gallery */
.children-v08-page .page-hero{padding-bottom:34px}
.children-v08-page .page-hero .lead{max-width:680px}
.children-copy-v08-section{padding-top:8px;padding-bottom:26px;background:var(--paper)}
.children-copy-v08{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.children-copy-v08 article{padding:28px 30px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.72)}
.children-copy-v08 h2{font-size:clamp(1.75rem,2.6vw,2.5rem);margin-bottom:18px}
.children-copy-v08 p+p{margin-top:14px}
.children-gallery-v08-section{padding-top:10px;background:var(--paper)}
.children-gallery-v08{display:grid;gap:48px}
.children-poster{margin:0}
.children-poster-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(66,48,34,.10);transition:transform .18s ease,box-shadow .18s ease}
.children-poster-button:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(66,48,34,.14)}
.children-poster-button:focus-visible{outline:3px solid rgba(231,101,79,.42);outline-offset:4px}
.children-poster img{display:block;width:100%;height:auto;background:#fffaf1}

@media(max-width:900px){
  .children-copy-v08{grid-template-columns:1fr}
  .children-gallery-v08{gap:36px}
  .children-poster-button{border-radius:22px}
}
@media(max-width:620px){
  .children-copy-v08 article{padding:22px}
  .children-gallery-v08{gap:24px}
  .children-poster-button{border-radius:16px}
}
