/* V11 targeted refinements: contact, books imagery, and home portrait */
/* Home portrait: 20% smaller and frameless */
.home-page .portrait,
body.home .portrait,
body[data-page="home"] .portrait,
.hero .portrait{width:min(80%,416px)!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.hero .portrait::before,.hero .portrait::after{display:none!important}
.hero .portrait img{border:0!important;box-shadow:none!important;outline:0!important;background:transparent!important}

/* Book and activity imagery: prioritize legibility over decorative cropping */
.books-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.6rem!important}
.book-cover-button{background:#fff!important;padding:1rem!important;border-bottom:1px solid #e3e0d8!important}
.book-cover-button img{width:100%!important;height:auto!important;max-height:430px!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#fff!important;image-rendering:auto}
.book-card-body{padding:1.35rem!important}
.book-meta{font-size:.95rem!important;line-height:1.55!important}
.hero-image-frame{max-width:680px;margin-inline:auto}
.hero-image-frame::before{display:none!important}
.hero-image-frame img{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border:0!important;box-shadow:0 18px 48px rgba(0,0,0,.22)!important}
.intro-image{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;background:#fff!important}
.series-covers{height:260px!important;background:#fff!important}
.series-covers img{object-fit:contain!important;background:#fff!important}
@media(max-width:900px){.books-grid{grid-template-columns:1fr!important}.hero .portrait{width:min(80%,384px)!important}}
@media(max-width:480px){.hero .portrait{width:80%!important}.book-cover-button img{max-height:360px!important}}
