/* Read Eric's Mind — v1.4.0 extras (nav, home blurb, responsive text) */

/* About removed from nav */
.menu-item-1328{ display:none !important; }

/* Desktop: "More Topics" dropdown excludes the 4 already in the bar */
@media (min-width:769px){
  .menu-item-3549, .menu-item-3550, .menu-item-3551, .menu-item-3553{ display:none; }
}

/* Mobile: hide the 4 top-level categories; show the full topic list expanded */
@media (max-width:768px){
  .menu-item-3544, .menu-item-3545, .menu-item-3546, .menu-item-3547{ display:none; }
  .menu-item-3549, .menu-item-3550, .menu-item-3551, .menu-item-3553{ display:block; }
  .main-navigation .menu-item-3548 > a{ font-size:0; pointer-events:none; }
  .main-navigation .menu-item-3548 > a::before{ content:"Topics"; font-size:15px; }
  .main-navigation .menu-item-3548 > a .dropdown-menu-toggle{ display:none !important; }
  .main-navigation .menu-item-3548 > .sub-menu{ display:block !important; position:static !important; opacity:1 !important; visibility:visible !important; width:auto !important; }
}

/* Home intro blurb (centered) */
.home.blog .site-main::before{
  content:"Hi, I'm Eric. For the past few years, I've tried to capture my ideas when they come to me and have AI, usually ChatGPT but occasionally Claude, turn them into an article or easy-to-read one-pager. This site is the result. Hope it helps spark some ideas for you as well.";
  grid-column:1/-1; max-width:760px; margin:2px auto 16px; text-align:center; color:#26323f; font-size:1.16rem; line-height:1.6;
}

/* Body text sizing */
.single-post .entry-content{ font-size:20px; }
@media (max-width:768px){
  .single-post .entry-content{ font-size:21px; line-height:1.72; }
  .single-post .entry-content > p:first-of-type{ font-size:1.22rem; }
  .archive .entry-title, .blog .entry-title{ font-size:1.45rem; line-height:1.25; }
  .archive .entry-summary, .blog .entry-summary{ font-size:1.12rem; line-height:1.6; }
  .home.blog .site-main::before{ font-size:1.12rem; }
}
