/*
Theme Name: Patty's Porch Picks
Theme URI: https://pattysporchpicks.com
Author: Thomas Loyd Publishers
Description: A warm, modern WordPress theme for Patty's Porch Picks — an Amazon affiliate blog for women 50+.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pattys-porch-picks
*/

:root {
    --ppp-green: #3B6B4A;
    --ppp-green-dark: #2C5530;
    --ppp-green-light: #5A8F6A;
    --ppp-gold: #D4A843;
    --ppp-gold-light: #E8C36B;
    --ppp-cream: #FAFAF7;
    --ppp-cream-warm: #F5F2EC;
    --ppp-white: #FFFFFF;
    --ppp-charcoal: #2D3436;
    --ppp-text: #4A4A4A;
    --ppp-text-light: #777777;
    --ppp-sage: #8FAF88;
    --ppp-sage-light: #B5CFAD;
    --ppp-border: #E8E5DF;
    --ppp-border-light: #F0EDE8;
    --ppp-shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
    --ppp-shadow: 0 2px 8px rgba(0,0,0,0.06);
    --ppp-shadow-md: 0 4px 16px rgba(0,0,0,0.08);
    --ppp-shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
    --font-heading: 'Georgia', 'Palatino Linotype', 'Book Antiqua', serif;
    --font-body: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-accent: 'Georgia', serif;
    --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1.0625rem; --text-lg: 1.1875rem;
    --text-xl: 1.375rem; --text-2xl: 1.75rem; --text-3xl: 2.125rem; --text-4xl: 2.75rem;
    --space-xs: 0.375rem; --space-sm: 0.625rem; --space-md: 1rem; --space-lg: 1.5rem;
    --space-xl: 2rem; --space-2xl: 3rem; --space-3xl: 4rem; --space-4xl: 5rem; --space-5xl: 7rem;
    --container-max: 1100px; --container-narrow: 740px;
    --border-radius: 10px; --border-radius-lg: 16px; --border-radius-xl: 24px;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition: 0.25s var(--ease); --transition-fast: 0.15s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: var(--text-base); line-height: 1.75; color: var(--ppp-text); background-color: var(--ppp-cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ppp-green); text-decoration: none; transition: color var(--transition-fast); }
a:hover, a:focus { color: var(--ppp-green-light); }
a:focus-visible { outline: 2px solid var(--ppp-gold); outline-offset: 2px; border-radius: 3px; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--ppp-green-dark); line-height: 1.3; margin-bottom: var(--space-md); font-weight: 400; letter-spacing: -0.01em; }
h1 { font-size: var(--text-4xl); } h2 { font-size: var(--text-3xl); } h3 { font-size: var(--text-2xl); } h4 { font-size: var(--text-xl); }
p { margin-bottom: var(--space-lg); }
blockquote { border-left: 3px solid var(--ppp-sage-light); padding: var(--space-lg) var(--space-xl); margin: var(--space-xl) 0; background: var(--ppp-white); border-radius: 0 var(--border-radius) var(--border-radius) 0; font-style: italic; font-family: var(--font-heading); font-size: var(--text-lg); color: var(--ppp-green); }

.skip-link { position: absolute; top: -100%; left: var(--space-md); background: var(--ppp-green); color: var(--ppp-white); padding: var(--space-sm) var(--space-lg); z-index: 10000; border-radius: 0 0 var(--border-radius) var(--border-radius); font-weight: 600; }
.skip-link:focus { top: 0; color: var(--ppp-white); text-decoration: none; }

/* HEADER */
.site-header { background: var(--ppp-white); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--ppp-border-light); transition: box-shadow var(--transition); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: var(--space-sm) var(--space-xl); max-width: var(--container-max); margin: 0 auto; min-height: 64px; }
.site-branding a { display: flex; align-items: center; gap: var(--space-sm); text-decoration: none; }
.site-branding img, .custom-logo { max-height: 48px; width: auto; }
.site-title { font-family: var(--font-heading); font-size: var(--text-xl); color: var(--ppp-green-dark); margin: 0; line-height: 1.2; font-weight: 400; }
.site-tagline { display: none; }

/* NAV */
.main-navigation { display: flex; align-items: center; }
.nav-menu { display: flex; list-style: none; gap: 0; align-items: center; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: block; padding: var(--space-sm) var(--space-md); color: var(--ppp-text); font-size: var(--text-sm); font-weight: 400; letter-spacing: 0.02em; transition: color var(--transition-fast); white-space: nowrap; }
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-parent > a { color: var(--ppp-green); text-decoration: none; }
.nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 200px; background: var(--ppp-white); border: 1px solid var(--ppp-border-light); border-radius: var(--border-radius); box-shadow: var(--ppp-shadow-md); list-style: none; z-index: 100; padding: var(--space-xs) 0; margin-top: 4px; }
.nav-menu li:hover > .sub-menu, .nav-menu li:focus-within > .sub-menu { display: block; }
.nav-menu .sub-menu a { display: block; padding: var(--space-sm) var(--space-lg); color: var(--ppp-text); font-size: var(--text-sm); transition: all var(--transition-fast); }
.nav-menu .sub-menu a:hover { background: var(--ppp-cream); color: var(--ppp-green); text-decoration: none; }
.menu-item-has-children > a::after { content: ''; display: inline-block; width: 0; height: 0; margin-left: 5px; vertical-align: middle; border-left: 3.5px solid transparent; border-right: 3.5px solid transparent; border-top: 4px solid currentColor; opacity: 0.4; }

/* MOBILE TOGGLE */
.menu-toggle { display: none; background: none; border: 1px solid var(--ppp-border); border-radius: 8px; padding: var(--space-sm); cursor: pointer; color: var(--ppp-green); min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.menu-toggle .hamburger { display: block; width: 20px; height: 2px; background: var(--ppp-green-dark); position: relative; transition: var(--transition); }
.menu-toggle .hamburger::before, .menu-toggle .hamburger::after { content: ''; position: absolute; width: 20px; height: 2px; background: var(--ppp-green-dark); left: 0; transition: var(--transition); }
.menu-toggle .hamburger::before { top: -6px; }
.menu-toggle .hamburger::after { top: 6px; }
.menu-toggle.active .hamburger { background: transparent; }
.menu-toggle.active .hamburger::before { top: 0; transform: rotate(45deg); }
.menu-toggle.active .hamburger::after { top: 0; transform: rotate(-45deg); }

/* HERO — Clean, centered, photo-forward */
.hero-section { background: linear-gradient(180deg, var(--ppp-cream-warm) 0%, var(--ppp-cream) 100%); padding: var(--space-3xl) var(--space-xl) var(--space-4xl); text-align: center; }
.hero-content { max-width: 600px; margin: 0 auto; }
.hero-profile-image { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; margin: 0 auto var(--space-lg); border: 4px solid var(--ppp-white); box-shadow: var(--ppp-shadow-md); }
.hero-logo-image { max-width: 260px; margin: 0 auto var(--space-md); border-radius: var(--border-radius); }
.hero-section h1 { font-size: var(--text-3xl); color: var(--ppp-green-dark); font-weight: 400; margin-bottom: var(--space-sm); }
.hero-tagline { font-family: var(--font-accent); font-style: italic; font-size: var(--text-base); color: var(--ppp-text-light); margin-bottom: var(--space-lg); }
.hero-bio-box { background: var(--ppp-white); border: 1px solid var(--ppp-border-light); border-radius: var(--border-radius-lg); padding: var(--space-lg) var(--space-xl); margin-bottom: var(--space-xl); font-size: var(--text-sm); color: var(--ppp-text-light); line-height: 1.6; }
.hero-bio-box .bio-title { font-size: var(--text-sm); color: var(--ppp-text); margin-bottom: var(--space-xs); }
.hero-cta { display: inline-flex; align-items: center; gap: var(--space-sm); background: var(--ppp-green); color: var(--ppp-white); padding: 12px 32px; border-radius: 50px; font-weight: 600; font-size: var(--text-sm); text-decoration: none; transition: all var(--transition); letter-spacing: 0.04em; text-transform: uppercase; }
.hero-cta:hover { background: var(--ppp-green-dark); color: var(--ppp-white); text-decoration: none; transform: translateY(-1px); box-shadow: var(--ppp-shadow); }

/* SECTION TITLES */
.section-header { text-align: center; margin-bottom: var(--space-2xl); }
.section-title { font-family: var(--font-heading); font-size: var(--text-2xl); color: var(--ppp-green-dark); font-weight: 400; margin-bottom: var(--space-xs); }
.section-title .emoji { margin-right: var(--space-xs); }
.section-divider { width: 40px; height: 3px; background: var(--ppp-gold); margin: var(--space-sm) auto; border-radius: 2px; }
.section-subtitle { color: var(--ppp-text-light); font-size: var(--text-sm); font-style: italic; font-family: var(--font-accent); }

/* CATEGORY GRID */
.category-section { padding: var(--space-4xl) var(--space-xl); max-width: var(--container-max); margin: 0 auto; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--space-lg); margin-top: var(--space-xl); }
.category-card { background: var(--ppp-white); border: 1px solid var(--ppp-border-light); border-radius: var(--border-radius-lg); padding: var(--space-xl) var(--space-md); text-align: center; transition: all var(--transition); text-decoration: none; display: block; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--ppp-shadow-md); text-decoration: none; border-color: var(--ppp-sage-light); }
.category-icon { font-size: 1.75rem; margin-bottom: var(--space-sm); display: block; }
.category-card h3 { font-family: var(--font-heading); font-size: var(--text-sm); color: var(--ppp-green-dark); margin-bottom: var(--space-xs); font-weight: 400; font-style: italic; }
.category-card p { font-size: var(--text-xs); color: var(--ppp-text-light); margin-bottom: 0; line-height: 1.4; }

/* POSTS GRID */
.posts-section { padding: var(--space-4xl) var(--space-xl); max-width: var(--container-max); margin: 0 auto; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-xl); }
.post-card { background: var(--ppp-white); border-radius: var(--border-radius-lg); overflow: hidden; border: 1px solid var(--ppp-border-light); transition: all var(--transition); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-2px); box-shadow: var(--ppp-shadow-md); }
.post-card-image { aspect-ratio: 16/10; overflow: hidden; background: var(--ppp-cream-warm); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.post-card:hover .post-card-image img { transform: scale(1.03); }
.post-card-body { padding: var(--space-lg); flex-grow: 1; display: flex; flex-direction: column; }
.post-card-category { display: inline-block; font-size: var(--text-xs); font-weight: 600; color: var(--ppp-sage); margin-bottom: var(--space-xs); letter-spacing: 0.03em; }
.post-card-title { font-family: var(--font-heading); font-size: var(--text-lg); color: var(--ppp-green-dark); margin-bottom: var(--space-sm); line-height: 1.35; font-weight: 400; }
.post-card-title a { color: inherit; text-decoration: none; }
.post-card-title a:hover { color: var(--ppp-green-light); }
.post-card-excerpt { font-size: var(--text-sm); color: var(--ppp-text-light); line-height: 1.6; margin-bottom: var(--space-md); flex-grow: 1; }
.read-more-link { display: inline-flex; align-items: center; gap: 4px; color: var(--ppp-green); font-weight: 600; font-size: var(--text-sm); transition: gap var(--transition-fast); }
.read-more-link:hover { gap: 8px; text-decoration: none; }
.read-more-link::after { content: '\2192'; font-size: 0.95em; }

/* ABOUT */
.about-section { background: var(--ppp-white); padding: var(--space-5xl) var(--space-xl); }
.about-inner { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3xl); align-items: center; max-width: var(--container-max); margin: 0 auto; }
.about-image-wrap { text-align: center; }
.about-profile-photo { width: 240px; height: 240px; border-radius: 50%; object-fit: cover; border: 4px solid var(--ppp-cream); box-shadow: var(--ppp-shadow); }
.about-content h2 { font-size: var(--text-3xl); margin-bottom: var(--space-lg); font-weight: 400; }
.about-content p { color: var(--ppp-text); font-size: var(--text-base); }
.about-quote { font-family: var(--font-heading); font-style: italic; font-size: var(--text-lg); color: var(--ppp-green); border-left: 3px solid var(--ppp-sage-light); padding-left: var(--space-lg); margin: var(--space-xl) 0; }
.trust-badges { display: flex; gap: var(--space-xl); margin-top: var(--space-xl); flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: var(--space-sm); font-size: var(--text-sm); color: var(--ppp-text-light); }
.trust-badge-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--ppp-cream); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }

/* NEWSLETTER */
.newsletter-section { background: var(--ppp-green); color: var(--ppp-white); padding: var(--space-4xl) var(--space-xl); text-align: center; }
.newsletter-inner { max-width: 520px; margin: 0 auto; }
.newsletter-section h2 { color: var(--ppp-white); font-size: var(--text-2xl); margin-bottom: var(--space-sm); font-weight: 400; }
.newsletter-section .newsletter-desc { opacity: 0.85; margin-bottom: var(--space-2xl); font-size: var(--text-base); }
.newsletter-form { display: flex; gap: var(--space-sm); max-width: 440px; margin: 0 auto; }
.newsletter-form input[type="email"] { flex: 1; padding: 12px 20px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50px; background: rgba(255,255,255,0.12); color: var(--ppp-white); font-size: var(--text-sm); font-family: var(--font-body); }
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,0.55); }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--ppp-gold-light); background: rgba(255,255,255,0.18); }
.newsletter-form button { background: var(--ppp-white); color: var(--ppp-green-dark); border: none; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: var(--text-sm); font-family: var(--font-body); cursor: pointer; transition: all var(--transition); white-space: nowrap; min-height: 44px; }
.newsletter-form button:hover { background: var(--ppp-cream); transform: translateY(-1px); }

/* SINGLE POST */
.single-post-header { background: var(--ppp-cream-warm); padding: var(--space-3xl) var(--space-xl) var(--space-2xl); text-align: center; }
.single-post-header .post-category-label { display: inline-block; color: var(--ppp-sage); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.05em; margin-bottom: var(--space-md); text-transform: uppercase; }
.single-post-header .post-category-label a { color: inherit; text-decoration: none; }
.single-post-header h1 { color: var(--ppp-green-dark); max-width: var(--container-narrow); margin: 0 auto var(--space-md); font-size: var(--text-3xl); font-weight: 400; }
.post-meta { font-size: var(--text-sm); color: var(--ppp-text-light); }
.post-meta span + span::before { content: '\00B7'; margin: 0 var(--space-sm); opacity: 0.5; }
.ftc-disclosure { background: var(--ppp-cream-warm); border: 1px solid var(--ppp-border-light); border-left: 3px solid var(--ppp-sage-light); padding: var(--space-md) var(--space-lg); margin-bottom: var(--space-2xl); border-radius: 0 var(--border-radius) var(--border-radius) 0; font-size: var(--text-sm); color: var(--ppp-text-light); line-height: 1.5; }
.ftc-disclosure strong { color: var(--ppp-text); }
.post-content { max-width: var(--container-narrow); margin: var(--space-2xl) auto; padding: 0 var(--space-xl); }
.post-content h2 { margin-top: var(--space-2xl); }
.post-content ul, .post-content ol { margin-bottom: var(--space-lg); padding-left: var(--space-xl); }
.post-content li { margin-bottom: var(--space-sm); }
.amazon-button, .wp-block-button__link { display: inline-flex; align-items: center; gap: var(--space-sm); background: var(--ppp-green); color: var(--ppp-white) !important; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: var(--text-sm); text-decoration: none !important; transition: all var(--transition); border: none; cursor: pointer; }
.amazon-button:hover, .wp-block-button__link:hover { background: var(--ppp-green-dark); transform: translateY(-1px); box-shadow: var(--ppp-shadow); color: var(--ppp-white) !important; }
.post-navigation { max-width: var(--container-narrow); margin: var(--space-2xl) auto; padding: 0 var(--space-xl); display: flex; justify-content: space-between; gap: var(--space-xl); }
.post-navigation a { display: block; padding: var(--space-lg); background: var(--ppp-white); border: 1px solid var(--ppp-border-light); border-radius: var(--border-radius); transition: all var(--transition); max-width: 48%; }
.post-navigation a:hover { border-color: var(--ppp-sage-light); box-shadow: var(--ppp-shadow); text-decoration: none; }
.post-navigation .nav-label { font-size: var(--text-xs); color: var(--ppp-text-light); text-transform: uppercase; letter-spacing: 0.04em; display: block; margin-bottom: var(--space-xs); }
.post-navigation .nav-title { font-family: var(--font-heading); color: var(--ppp-green-dark); font-size: var(--text-sm); }

/* ARCHIVE */
.archive-header { background: var(--ppp-cream-warm); padding: var(--space-3xl) var(--space-xl); text-align: center; }
.archive-header h1 { color: var(--ppp-green-dark); font-size: var(--text-3xl); font-weight: 400; margin-bottom: var(--space-xs); }
.archive-header .archive-description { color: var(--ppp-text-light); font-size: var(--text-base); max-width: 520px; margin: 0 auto; }
.archive-posts { max-width: var(--container-max); margin: 0 auto; padding: var(--space-3xl) var(--space-xl); }
.breadcrumbs { max-width: var(--container-max); margin: 0 auto; padding: var(--space-md) var(--space-xl); font-size: var(--text-sm); color: var(--ppp-text-light); }
.breadcrumbs a { color: var(--ppp-text-light); }
.breadcrumbs a:hover { color: var(--ppp-green); }
.breadcrumbs .sep { margin: 0 var(--space-sm); opacity: 0.4; }
.pagination { display: flex; justify-content: center; align-items: center; gap: var(--space-sm); margin-top: var(--space-3xl); }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: var(--space-sm) var(--space-md); border-radius: var(--border-radius); font-weight: 600; font-size: var(--text-sm); transition: all var(--transition-fast); }
.pagination a { background: var(--ppp-white); border: 1px solid var(--ppp-border); color: var(--ppp-text); }
.pagination a:hover { background: var(--ppp-green); color: var(--ppp-white); text-decoration: none; border-color: var(--ppp-green); }
.pagination .current { background: var(--ppp-green); color: var(--ppp-white); border: 1px solid var(--ppp-green); }

/* PAGE */
.page-header { background: var(--ppp-cream-warm); padding: var(--space-3xl) var(--space-xl); text-align: center; }
.page-header h1 { color: var(--ppp-green-dark); font-weight: 400; }
.page-content { max-width: var(--container-narrow); margin: var(--space-2xl) auto; padding: 0 var(--space-xl); }

/* WIDGETS */
.widget { background: var(--ppp-white); border: 1px solid var(--ppp-border-light); border-radius: var(--border-radius-lg); padding: var(--space-xl); margin-bottom: var(--space-xl); }
.widget-title { font-family: var(--font-heading); font-size: var(--text-lg); color: var(--ppp-green-dark); margin-bottom: var(--space-lg); padding-bottom: var(--space-sm); border-bottom: 2px solid var(--ppp-sage-light); font-weight: 400; }
.widget ul { list-style: none; padding: 0; }
.widget ul li { padding: var(--space-sm) 0; border-bottom: 1px solid var(--ppp-border-light); }
.widget ul li:last-child { border-bottom: none; }
.widget ul li a { font-size: var(--text-sm); }
.search-form { display: flex; gap: var(--space-xs); }
.search-form input[type="search"] { flex: 1; padding: 10px 16px; border: 1px solid var(--ppp-border); border-radius: var(--border-radius); font-size: var(--text-sm); font-family: var(--font-body); min-height: 44px; }
.search-form input[type="search"]:focus { outline: none; border-color: var(--ppp-green); }
.search-form button { background: var(--ppp-green); color: var(--ppp-white); border: none; padding: 10px 16px; border-radius: var(--border-radius); cursor: pointer; min-width: 44px; min-height: 44px; }
.search-form button:hover { background: var(--ppp-green-dark); }

/* FOOTER */
.site-footer { background: var(--ppp-white); border-top: 1px solid var(--ppp-border-light); color: var(--ppp-text); padding: var(--space-3xl) var(--space-xl) var(--space-xl); }
.footer-inner { max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: var(--space-3xl); }
.footer-brand .footer-logo { font-family: var(--font-heading); font-size: var(--text-xl); color: var(--ppp-green-dark); margin-bottom: var(--space-md); font-weight: 400; }
.footer-brand .footer-logo .highlight { color: var(--ppp-gold); }
.footer-brand p { font-size: var(--text-sm); color: var(--ppp-text-light); line-height: 1.6; margin-bottom: var(--space-lg); }
.footer-social { display: flex; gap: var(--space-sm); }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ppp-cream); color: var(--ppp-green); transition: all var(--transition-fast); font-size: 0.9rem; }
.footer-social a:hover { background: var(--ppp-green); color: var(--ppp-white); text-decoration: none; }
.footer-column h4 { color: var(--ppp-green-dark); font-family: var(--font-heading); font-size: var(--text-base); font-weight: 400; margin-bottom: var(--space-lg); }
.footer-column ul { list-style: none; padding: 0; }
.footer-column ul li { margin-bottom: var(--space-sm); }
.footer-column ul li a { color: var(--ppp-text-light); font-size: var(--text-sm); transition: color var(--transition-fast); }
.footer-column ul li a:hover { color: var(--ppp-green); text-decoration: none; }
.footer-bottom { max-width: var(--container-max); margin: var(--space-2xl) auto 0; padding-top: var(--space-lg); border-top: 1px solid var(--ppp-border-light); text-align: center; }
.footer-disclosure { font-size: var(--text-xs); color: var(--ppp-text-light); opacity: 0.7; line-height: 1.5; max-width: 640px; margin: 0 auto var(--space-md); }
.footer-links { display: flex; justify-content: center; gap: var(--space-lg); flex-wrap: wrap; }
.footer-links a { font-size: var(--text-xs); color: var(--ppp-text-light); }
.footer-links a:hover { color: var(--ppp-green); }
.footer-links span { font-size: var(--text-xs); color: var(--ppp-text-light); opacity: 0.7; }

/* COMMENTS */
.comments-area { max-width: var(--container-narrow); margin: var(--space-3xl) auto; padding: 0 var(--space-xl); }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--ppp-border); border-radius: var(--border-radius); font-family: var(--font-body); font-size: var(--text-base); min-height: 44px; }
.comment-form textarea { min-height: 140px; resize: vertical; }
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--ppp-green); }
.comment-form .form-submit input[type="submit"] { background: var(--ppp-green); color: var(--ppp-white); border: none; padding: 12px 28px; border-radius: 50px; font-weight: 600; cursor: pointer; }
.comment-form .form-submit input[type="submit"]:hover { background: var(--ppp-green-dark); }

/* 404 */
.error-404-content { text-align: center; padding: var(--space-4xl) var(--space-xl); max-width: 520px; margin: 0 auto; }
.error-404-content .error-emoji { font-size: 4rem; margin-bottom: var(--space-xl); display: block; }
.error-404-content h1 { font-size: var(--text-3xl); font-weight: 400; }
.error-404-content p { font-size: var(--text-base); color: var(--ppp-text-light); }

/* UTILITY */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; word-wrap: normal !important; }

/* RESPONSIVE: TABLET */
@media (max-width: 960px) {
    :root { --text-4xl: 2.125rem; --text-3xl: 1.75rem; }
    .menu-toggle { display: flex; }
    .main-navigation .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ppp-white); border-top: 1px solid var(--ppp-border-light); box-shadow: var(--ppp-shadow-lg); flex-direction: column; padding: var(--space-md); z-index: 999; }
    .main-navigation .nav-menu.active { display: flex; }
    .nav-menu > li > a { padding: var(--space-md); text-align: left; width: 100%; }
    .nav-menu .sub-menu { position: static; box-shadow: none; border: none; transform: none; padding-left: var(--space-lg); background: var(--ppp-cream); border-radius: var(--border-radius); margin: var(--space-xs) 0; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .posts-grid { grid-template-columns: repeat(2, 1fr); }
    .about-inner { grid-template-columns: 1fr; text-align: center; }
    .about-quote { text-align: left; }
    .trust-badges { justify-content: center; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

/* RESPONSIVE: MOBILE */
@media (max-width: 600px) {
    :root { --text-4xl: 1.75rem; --text-3xl: 1.5rem; --text-2xl: 1.25rem; }
    .header-inner { padding: var(--space-sm) var(--space-md); }
    .hero-section { padding: var(--space-2xl) var(--space-md); }
    .hero-profile-image { width: 150px; height: 150px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-md); }
    .posts-grid { grid-template-columns: 1fr; }
    .newsletter-form { flex-direction: column; }
    .footer-inner { grid-template-columns: 1fr; gap: var(--space-2xl); }
    .post-navigation { flex-direction: column; }
    .post-navigation a { max-width: 100%; }
}

@media print {
    .site-header, .site-footer, .newsletter-section, .menu-toggle, .post-navigation, .comments-area { display: none !important; }
    body { font-size: 12pt; color: #000; background: #fff; }
}
