/* Keep complete photographs visible in every journal card. */
.blog-cover.blog-cover-photo,
.blog-grid-related .blog-cover.blog-cover-photo {
  min-height:0;height:220px;padding:0;background:#f7eee8;flex:none;
}
.blog-cover.blog-cover-photo img {
  object-fit:contain;object-position:center;transform:none!important;
}
.blog-cover.blog-cover-photo.blog-cover-crop img {object-fit:cover}
.blog-cover.blog-cover-madero-tools img {object-position:50% 52%}
.blog-cover.blog-cover-madero-treatment img {object-position:48% 50%}
.blog-cover.blog-cover-coach-focus img {object-position:24% 43%}
.blog-cover.blog-cover-photo::after {content:none}
.blog-cover-photo .blog-cover-star {font-size:1.2rem;top:.6rem;right:.7rem}
.blog-card-copy {padding:1.2rem}
.blog-card h3 {font-size:1.55rem;line-height:1.15;margin:.55rem 0 .75rem}
.blog-card-copy>p:not(.blog-category) {font-size:1rem;line-height:1.6;margin-bottom:1rem}
.blog-category {font-size:.8rem}
.blog-card-meta {font-size:.8rem;padding-top:.8rem}
.journal-invitation {
  margin:1.25rem 0 0;padding:.9rem 1.1rem;border-left:3px solid #ae2466;
  border-radius:0 .75rem .75rem 0;background:#fff0f5;color:#422b39;
  font-size:1rem;line-height:1.65;
}
.journal-invitation a {font-weight:700;text-decoration:underline;text-underline-offset:3px;color:#8b204f}
.journal-invitation a:hover {color:#4a266f}
.journal-invitation a:focus-visible {outline:3px solid #ae2466;outline-offset:3px;border-radius:3px}
.service-journal>.text-link {margin-top:1.5rem;display:inline-flex}
@media(max-width:820px) {
  .blog-hero {padding-block:1.8rem 2rem;gap:1.5rem}
  .blog-hero h1 {font-size:clamp(2rem,8vw,2.5rem);line-height:1.08}
  .blog-hero .lead,.blog-section-heading>p {font-size:1rem;line-height:1.65}
  .blog-hero-note {padding:1.2rem;box-shadow:4px 5px 0 var(--pink)}
  .blog-hero-note>p {font-size:1.65rem;margin:.2rem 0 1rem}
  .blog-hero-note li {font-size:.875rem}
  .blog-library {padding-block:1.8rem 2.4rem}
  .blog-section-heading {margin-bottom:1.4rem}
  .blog-section-heading h2,.blog-related h2 {font-size:1.9rem;line-height:1.15}
  .blog-grid {gap:1.1rem}
  .blog-cover.blog-cover-photo,.blog-grid-related .blog-cover.blog-cover-photo {height:200px}
  .blog-card-copy {padding:1rem}
  .blog-card h3,.blog-card-featured h3 {font-size:1.5rem;line-height:1.15}
  .blog-card-copy>p:not(.blog-category) {line-height:1.55;margin-bottom:.9rem}
  .blog-grid-related .blog-card-meta {font-size:.8rem}
  .article-hero {padding-block:1.5rem 2rem;gap:1.3rem}
  .article-hero h1 {font-size:clamp(1.9rem,8vw,2.3rem);line-height:1.12}
  .article-hero .lead {font-size:1rem;line-height:1.65}
  .article-cover {padding:1rem}
  .article-cover>p {font-size:1.6rem}
  .article-body {font-size:1rem;line-height:1.7}
  .article-body h2 {font-size:1.65rem;line-height:1.2;margin-bottom:.9rem}
  .article-section {margin-bottom:2rem}
  .article-takeaway {margin-bottom:1.7rem}
  .article-takeaway p {font-size:1rem;line-height:1.65}
  .article-layout {gap:1.5rem}
  .journal-invitation {padding:.85rem 1rem}
}

/* Two complete, compact cards on phones; native page zoom remains available. */
@media(max-width:600px) {
  .blog-library .blog-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;
  }
  .blog-library .blog-card {grid-column:auto;border-radius:1rem}
  .blog-library .blog-card-link {min-width:0;border-radius:.9rem}
  .blog-library .blog-cover.blog-cover-photo {
    height:auto;min-height:0;aspect-ratio:4 / 5;
  }
  .blog-library .blog-cover-star {font-size:1rem;top:.4rem;right:.4rem}
  .blog-library .blog-card-copy {min-width:0;padding:.65rem;overflow-wrap:anywhere;hyphens:auto}
  .blog-library .blog-category {font-size:.65rem;line-height:1.4;letter-spacing:.035em}
  .blog-library .blog-card h3 {
    font-size:1.2rem;line-height:1.15;margin:.45rem 0 .65rem;
  }
  .blog-library .blog-card-copy>p:not(.blog-category) {
    font-size:.875rem;line-height:1.5;margin-bottom:.8rem;
  }
  .blog-library .blog-card-meta {
    align-items:flex-start;flex-direction:column;gap:.4rem;padding-top:.6rem;font-size:.75rem;
  }
  .blog-library .blog-card-meta>span:last-child {gap:.4rem}
  .blog-library .blog-card-meta b {width:1.25rem;height:1.25rem}
}
