/* Make post header cover transparent */
#page-header.post-bg,
#page-header.post-bg::before,
#page-header.post-bg .coverdiv {
  background: transparent !important;
  box-shadow: none !important;
}

/* Acrylic look for sidebar cards and homepage post cards */
#aside-content .card-widget,
#recent-posts .recent-post-item {
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

/* Dark theme tuning so acrylic stays readable */
body[data-theme="dark"] #aside-content .card-widget,
body[data-theme="dark"] #recent-posts .recent-post-item {
  background: rgba(24, 24, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

/* Lighten the mask on the home hero to brighten the banner image */
#page-header.full_page:not(.not-top-img)::before {
  background-color: rgba(0, 0, 0, 0.16) !important;
}

/* Handwritten, italic hero title */
#page-header #site-title {
  font-family: 'Dancing Script', 'Pacifico', 'Segoe Script', 'Brush Script MT', 'Lucida Handwriting', cursive;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #fdf4e3;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 219, 172, 0.45);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
}

#page-header #site-subtitle {
  letter-spacing: 0.08em;
  font-style: italic;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
