/*
Theme Name: HWD Presentation Hero
Theme URI: https://happywifeday.com
Author: HappyWifeDay / ChatGPT
Description: A lightweight presentation-first WordPress theme for HappyWifeDay slideshows. It keeps the menu/header visible and places page content immediately underneath with minimal spacing. Designed for shortcode-driven hero slideshow pages.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: hwd-presentation-hero
*/

:root{
  --hwd-max: 1120px;
  --hwd-pad: clamp(12px, 2vw, 24px);
  --hwd-header-gap: 8px;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#111;font-family:Arial, Helvetica, sans-serif;line-height:1.45}
a{color:inherit}
.hwd-site-header{max-width:var(--hwd-max);margin:0 auto;padding:14px var(--hwd-pad) 6px;}
.hwd-site-title{font-size:20px;font-weight:700;margin:0 0 14px;}
.hwd-site-title a{text-decoration:none}
.hwd-main-menu ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:18px 26px;margin:0;padding:0;}
.hwd-main-menu a{text-decoration:none;font-size:18px;}
.hwd-main-menu a:hover{text-decoration:underline}
.hwd-main-menu .current-menu-item > a,.hwd-main-menu .current_page_item > a,.hwd-main-menu .current-menu-ancestor > a{background:#e6a400;color:#111;border-radius:9px;padding:6px 10px;font-weight:800;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.14)}
.hwd-content{max-width:var(--hwd-max);margin:0 auto;padding:var(--hwd-header-gap) var(--hwd-pad) 32px;}
.hwd-content > *:first-child{margin-top:0!important;}
.hwd-content .wp-block-post-title,
.hwd-content h1.entry-title{display:none!important;}
.hwd-content .wp-block-post-featured-image{display:none!important;}
.hwd-content .wp-block-shortcode{margin-top:0!important;}
.hwd-content .hwd-slideshow,
.hwd-content [class*="hwd-slideshow"],
.hwd-content [id*="hwd-slideshow"]{margin-top:0!important;}
.hwd-page-label,.hwd-home-label{display:none!important;}
.wp-site-blocks{padding-top:0!important;margin-top:0!important;}
.admin-bar .hwd-site-header{ }
@media(max-width:700px){.hwd-main-menu ul{gap:12px 16px}.hwd-main-menu a{font-size:16px}.hwd-site-title{font-size:18px}}
