/*
Theme Name: Kadence Child (NAIC)
Theme URI: https://nashvilleaiclub.com
Description: Child theme of Kadence for NashvilleAIClub.com. Holds custom styles, template overrides and small site-specific tweaks for the post-incident rebuild.
Author: Nashville AI Club
Template: kadence
Version: 1.0.2
Text Domain: kadence-child
*/

/* Custom styles below. Parent styles are enqueued from functions.php. */


/* Front page: hero carries the H1, hide the redundant page-title banner */
.home .entry-header,
body.page-id-13 .entry-header { display: none; }

/* Responsive: hero stacks on tablet & mobile, fluid type, full-width buttons */
@media (max-width: 1024px) {
  .home .wp-block-columns { flex-direction: column !important; }
  .home .wp-block-column { flex-basis: 100% !important; width: 100% !important; }
  .home .wp-block-heading.has-text-color { font-size: 44px !important; line-height: 1.1 !important; }
  .home .wp-block-image { margin-top: 28px; text-align: center; }
  .home .wp-block-image img { max-width: 340px; height: auto; }
}
@media (max-width: 600px) {
  .home .wp-block-heading.has-text-color { font-size: 32px !important; }
  .home .wp-block-paragraph.has-text-color { font-size: 17px !important; }
  .home .wp-block-buttons { flex-direction: column !important; align-items: stretch !important; }
  .home .wp-block-button { width: 100% !important; }
  .home .wp-block-button a { display: block; text-align: center; }
}
