/*
Theme Name: Plumelore
Theme URI: https://plumelore.com
Author: Plumelore
Author URI: https://plumelore.com
Description: Lightweight block theme for Plumelore birding authority site. Built for Core Web Vitals. No page builder required.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plumelore
Tags: custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, block-patterns, threaded-comments, translation-ready
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #1A2B27;
    background-color: #FBF8F1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 700;
    color: #143C34;
    line-height: 1.25;
    text-wrap: balance;
}
h1 { font-size: clamp(32px, 5vw, 48px); }
h2 { font-size: clamp(24px, 3.5vw, 32px); margin-top: 48px; }
h3 { font-size: clamp(20px, 2.5vw, 22px); margin-top: 36px; }
h4 { font-size: 18px; margin-top: 28px; }
p { margin-bottom: 1.2em; text-wrap: pretty; }
a { color: #0F766E; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: #C8941A; }
img { max-width: 100%; height: auto; display: block; }

.wp-site-blocks { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.content-container { max-width: 760px; margin: 0 auto; padding: 0 24px; width: 100%; }
.wide-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #FBF8F1;
    border-bottom: 1px solid #D7E0DC;
    backdrop-filter: blur(8px);
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.site-logo {
    font-family: Fraunces, Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #143C34;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.primary-nav { display: flex; list-style: none; gap: 4px; }
.primary-nav a {
    font-size: 15px;
    font-weight: 500;
    color: #1A2B27;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: background-color 0.2s;
}
.primary-nav a:hover { background-color: #EEF4F2; color: #0F766E; }
.header-cta {
    background-color: #C8941A;
    color: #143C34;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.header-cta:hover { opacity: 0.9; color: #143C34; }

.site-footer {
    background-color: #143C34;
    color: #D7E0DC;
    padding: 48px 24px 24px;
    margin-top: auto;
}
.site-footer a { color: #C8941A; }
.site-footer h3 { color: #FBF8F1; font-size: 18px; margin-bottom: 16px; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-brand { max-width: 280px; }
.footer-brand p { font-size: 14px; line-height: 1.6; color: #B0BFB9; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
    color: #B0BFB9;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-links a:hover { color: #C8941A; }
.footer-bottom {
    border-top: 1px solid rgba(215,224,220,0.2);
    margin-top: 32px;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #8A968E;
}

.plumelore-card {
    background: #FBF8F1;
    border: 1px solid #D7E0DC;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(20,60,52,0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}
.plumelore-card:hover { box-shadow: 0 4px 16px rgba(20,60,52,0.08); }

.btn-primary {
    display: inline-block;
    background-color: #C8941A;
    color: #143C34;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.9; color: #143C34; }
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #0F766E;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #0F766E;
    cursor: pointer;
    transition: background-color 0.2s;
}
.btn-secondary:hover { background-color: #0F766E; color: #FBF8F1; }

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}
.comparison-table th {
    background-color: #143C34;
    color: #FBF8F1;
    font-weight: 600;
    text-align: left;
    padding: 14px 16px;
}
.comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #D7E0DC;
}
.comparison-table tr:nth-child(even) { background-color: #EEF4F2; }
.comparison-table .top-pick { background-color: rgba(200,148,26,0.08); }

.top-pick-box {
    background: linear-gradient(135deg, #EEF4F2 0%, #FBF8F1 100%);
    border: 2px solid #C8941A;
    border-radius: 12px;
    padding: 28px;
    margin: 28px 0;
    position: relative;
}
.top-pick-box::before {
    content: 'OUR TOP PICK';
    position: absolute;
    top: -12px;
    left: 24px;
    background: #C8941A;
    color: #143C34;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 4px;
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}
.pros-card { border-left: 4px solid #0F766E; }
.cons-card { border-left: 4px solid #C8541A; }

.faq-item { margin-bottom: 24px; }
.faq-question {
    font-family: Fraunces, Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #143C34;
    margin-bottom: 8px;
}

.author-box {
    display: flex;
    gap: 20px;
    background: #EEF4F2;
    border-radius: 12px;
    padding: 24px;
    margin: 36px 0;
}
.author-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.author-info h4 { margin-top: 0; color: #143C34; }
.author-info p { font-size: 14px; margin-bottom: 0; }

.sidebar-widget {
    background: #FBF8F1;
    border: 1px solid #D7E0DC;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.announcement-bar {
    background-color: #143C34;
    color: #FBF8F1;
    text-align: center;
    font-size: 14px;
    padding: 8px 16px;
}
.announcement-bar a { color: #C8941A; font-weight: 600; }

.breadcrumbs {
    font-size: 14px;
    color: #5B6B66;
    margin-bottom: 16px;
}
.breadcrumbs a { color: #5B6B66; text-decoration: none; }
.breadcrumbs a:hover { color: #0F766E; }

.ftc-disclosure {
    background: #EEF4F2;
    border-left: 4px solid #C8941A;
    padding: 16px 20px;
    font-size: 14px;
    color: #5B6B66;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.sticky-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FBF8F1;
    border-top: 1px solid #D7E0DC;
    padding: 12px 16px;
    z-index: 99;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
}

.newsletter-box {
    background: linear-gradient(135deg, #143C34 0%, #0F766E 100%);
    color: #FBF8F1;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}
.newsletter-box h3 { color: #FBF8F1; margin-top: 0; }

@media (max-width: 768px) {
    body { font-size: 16px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .primary-nav { display: none; }
    .pros-cons-grid { grid-template-columns: 1fr; }
    .sticky-mobile-cta { display: block; }
    .author-box { flex-direction: column; text-align: center; }
    .content-container { padding: 0 16px; }
    h2 { margin-top: 36px; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
    .comparison-table { font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 10px; }
}

@media print {
    .site-header, .site-footer, .sticky-mobile-cta, .newsletter-box, .sidebar { display: none !important; }
    body { background: white; color: black; }
    a { text-decoration: underline; color: #0F766E; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    html { scroll-behavior: auto; }
}

a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 2px solid #0F766E;
    outline-offset: 2px;
}

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0;
}

/* === Announcement Bar (demo match) === */
.announcement-bar {
    background: #143C34;
    color: #FBF8F1;
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
}
.announcement-bar a { color: #C8941A; font-weight: 600; text-decoration: none; }
.announcement-bar a:hover { text-decoration: underline; }

/* === Header inner (demo match) === */
.header-inner, .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.site-logo { font-family: Fraunces, Georgia, serif; font-size: 26px; font-weight: 700;
    color: #143C34; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.site-logo:hover { color: #143C34; }
.nav-desktop { display: flex; list-style: none; gap: 4px; align-items: center; }
.nav-desktop a { font-size: 15px; font-weight: 500; color: #1A2B27; text-decoration: none;
    padding: 8px 16px; border-radius: 8px; transition: all .2s; }
.nav-desktop a:hover { background: #EEF4F2; color: #0F766E; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-search { background: #EEF4F2; border: 1px solid #D7E0DC; border-radius: 10px;
    padding: 8px 14px; font-size: 14px; font-family: Inter; width: 200px; outline: none;
    transition: border-color .2s; }
.header-search:focus { border-color: #0F766E; }
.btn-gold { background: #C8941A; color: #143C34; font-weight: 600; font-size: 14px;
    padding: 10px 22px; border-radius: 10px; text-decoration: none; border: none;
    cursor: pointer; transition: opacity .2s; display: inline-block; }
.btn-gold:hover { opacity: .9; color: #143C34; }
.btn-outline { background: transparent; color: #0F766E; font-weight: 600; font-size: 15px;
    padding: 10px 24px; border-radius: 10px; text-decoration: none; border: 2px solid #0F766E;
    cursor: pointer; transition: all .2s; display: inline-block; }
.btn-outline:hover { background: #0F766E; color: #FBF8F1; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-toggle svg { width: 28px; height: 28px; color: #143C34; }

/* === Hero (demo match) === */
.hero, .hero-section {
    padding: 80px 24px 64px;
    text-align: center;
    background: linear-gradient(180deg, #FBF8F1 0%, #F5F0E8 100%);
}
.hero-badge { display: inline-block; background: #EEF4F2; color: #0F766E; font-size: 13px;
    font-weight: 600; padding: 6px 16px; border-radius: 20px; margin-bottom: 24px;
    letter-spacing: .5px; text-transform: uppercase; }
.hero-headline, .hero h1 { margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto; }
.hero-subhead { font-size: clamp(17px, 2vw, 20px); color: #5B6B66; margin-bottom: 40px;
    max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.hero-search { max-width: 520px; margin: 0 auto 56px; display: flex; gap: 8px; }
.hero-search input { flex: 1; padding: 14px 20px; border: 2px solid #D7E0DC; border-radius: 12px;
    font-size: 16px; font-family: Inter; background: #fff; outline: none; transition: border-color .2s; }
.hero-search input:focus { border-color: #0F766E; }
.hero-search button { padding: 14px 28px; }
/* block search in hero gets same styling */
.hero-search .wp-block-search__input { flex: 1; padding: 14px 20px; border: 2px solid #D7E0DC;
    border-radius: 12px; font-size: 16px; font-family: Inter; }
.hero-search .wp-block-search__button { padding: 14px 28px; background: #C8941A; color: #143C34;
    font-weight: 600; border: none; border-radius: 10px; cursor: pointer; }

/* === Silo Cards === */
.silo-section { padding: 0 24px 64px; background: #F5F0E8; }
.silo-grid, .silo-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; max-width: 1200px; margin: 0 auto; }
.silo-card { background: #FBF8F1; border: 1px solid #D7E0DC; border-radius: 14px;
    overflow: hidden; box-shadow: 0 2px 8px rgba(20,60,52,.06);
    transition: box-shadow .3s, transform .3s; }
.silo-card:hover { box-shadow: 0 8px 24px rgba(20,60,52,.1); transform: translateY(-4px); }
.silo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.silo-card-body { padding: 24px; }
.silo-card-body h3 { margin-bottom: 10px; font-size: 20px; }
.silo-card-body p { font-size: 15px; color: #5B6B66; margin-bottom: 16px; line-height: 1.55; }
.silo-card-body a { font-size: 14px; }
/* wp-block-group used as silo-card */
.plumelore-card.silo-card .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.plumelore-card.silo-card { padding: 0; }
.plumelore-card.silo-card > * { padding: 0 24px; }
.plumelore-card.silo-card > .wp-block-image { padding: 0; }
.plumelore-card.silo-card > .wp-block-heading { padding-top: 24px; padding-bottom: 0; margin: 0; }
.plumelore-card.silo-card > .wp-block-paragraph { padding-bottom: 0; margin-bottom: 0; }
.plumelore-card.silo-card > .wp-block-paragraph:last-child { padding-bottom: 24px; }

/* === Start Here section === */
.start-here, .start-here-strip { padding: 80px 24px; background: #FBF8F1; }
.start-here h2, .start-here-strip h2 { text-align: center; margin-bottom: 48px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
    max-width: 1000px; margin: 0 auto; text-align: center; }
.step-num { width: 48px; height: 48px; background: linear-gradient(135deg, #0F766E, #143C34);
    color: #fff; font-family: Fraunces, serif; font-size: 22px; font-weight: 700;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; }
.step h4 { font-size: 18px; margin-bottom: 12px; color: #143C34; }
.step p { font-size: 15px; color: #5B6B66; line-height: 1.6; }

/* === Featured Guides === */
.guides-section, .featured-guides { padding: 80px 24px; background: #F5F0E8; }
.guides-section h2, .featured-guides h2 { text-align: center; margin-bottom: 48px; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
    max-width: 1200px; margin: 0 auto; }
.guide-card { background: #FBF8F1; border: 1px solid #D7E0DC; border-radius: 14px;
    overflow: hidden; box-shadow: 0 2px 8px rgba(20,60,52,.06); transition: box-shadow .3s; }
.guide-card:hover { box-shadow: 0 6px 20px rgba(20,60,52,.1); }
.guide-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.guide-card-body { padding: 22px; }
.guide-card-body h3 { margin-bottom: 10px; font-size: 18px; line-height: 1.35; }
.guide-card-body h3 a { color: #143C34; text-decoration: none; }
.guide-card-body h3 a:hover { color: #0F766E; }
.guide-card-body p { font-size: 14px; color: #5B6B66; line-height: 1.55; margin-bottom: 14px; }
.guide-card-body .read-more { font-size: 14px; font-weight: 600; }
.guide-meta { display: flex; gap: 16px; font-size: 13px; color: #8A968E; margin-top: 12px; }
.guide-meta span { display: flex; align-items: center; gap: 4px; }
/* wp:query block with guides-grid class */
.archive-grid .wp-block-post, .guides-grid .wp-block-post { background: #FBF8F1;
    border: 1px solid #D7E0DC; border-radius: 14px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(20,60,52,.06); transition: box-shadow .3s; padding: 0; }

/* === Funnel === */
.funnel, .consumable-funnel { padding: 72px 24px; background: #FBF8F1; text-align: center; }
.funnel h2, .consumable-funnel h2 { margin-bottom: 20px; text-align: center; }
.funnel p, .consumable-funnel p { max-width: 640px; margin: 0 auto 28px; color: #5B6B66; font-size: 17px; }

/* === Trust Strip === */
.trust, .trust-strip { padding: 72px 24px; background: #EEF4F2; text-align: center; }
.trust h2, .trust-strip h2 { margin-bottom: 20px; text-align: center; }
.trust p, .trust-strip p { max-width: 640px; margin: 0 auto 28px; color: #5B6B66; }
.trust-badge { display: inline-flex; align-items: center; gap: 8px; background: #FBF8F1;
    padding: 10px 20px; border-radius: 10px; font-size: 14px; font-weight: 500;
    color: #143C34; border: 1px solid #D7E0DC; }
.trust-badge svg { width: 20px; height: 20px; color: #0F766E; }

/* === Comparison Table (demo match) === */
.table-section { padding: 64px 24px; background: #F5F0E8; }
.table-section h2 { text-align: center; margin-bottom: 40px; }
.comparison-table-wrap h2 { text-align: center; margin-bottom: 40px; }
.comparison-table { width: 100%; max-width: 1100px; margin: 0 auto; border-collapse: collapse;
    font-size: 15px; background: #FBF8F1; border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(20,60,52,.06); }
.comparison-table th { background: #143C34; color: #FBF8F1; font-weight: 600;
    text-align: left; padding: 16px 18px; font-size: 14px; }
.comparison-table td { padding: 16px 18px; border-bottom: 1px solid #D7E0DC; }
.comparison-table tr:nth-child(even) { background: #EEF4F2; }
.comparison-table .top-pick { background: rgba(200,148,26,.08); }
.comparison-table .top-pick td:first-child { font-weight: 600; color: #143C34; }
.comparison-table .top-pick small { color: #C8941A; font-weight: 700; font-size: 11px;
    text-transform: uppercase; letter-spacing: .5px; }
.comparison-table .btn-table, .comparison-table .btn-primary { background: #C8941A;
    color: #143C34; font-weight: 600; font-size: 13px; padding: 8px 18px; border-radius: 8px;
    text-decoration: none; display: inline-block; transition: opacity .2s; }
.comparison-table .btn-table:hover, .comparison-table .btn-primary:hover { opacity: .9; color: #143C34; }

/* === Top Pick Box (demo match) === */
.toppick-section { padding: 64px 24px; background: #FBF8F1; }
.top-pick-box { background: linear-gradient(135deg, #EEF4F2 0%, #FBF8F1 100%);
    border: 2px solid #C8941A; border-radius: 16px; padding: 36px; max-width: 900px;
    margin: 0 auto; position: relative; }
.top-pick-box .badge { position: absolute; top: -14px; left: 32px; background: #C8941A;
    color: #143C34; font-size: 11px; font-weight: 700; letter-spacing: 1px;
    padding: 5px 14px; border-radius: 4px; text-transform: uppercase; }
.top-pick-inner { display: flex; gap: 32px; align-items: center; }
.top-pick-img { flex: 0 0 280px; border-radius: 12px; overflow: hidden; }
.top-pick-img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; }
.top-pick-info { flex: 1; }
.top-pick-info h3 { font-size: 24px; margin-bottom: 14px; }
.top-pick-info p { color: #5B6B66; margin-bottom: 20px; line-height: 1.6; }

/* === FAQ (demo match) === */
.faq-section { padding: 72px 24px; background: #F5F0E8; }
.faq-section h2 { text-align: center; margin-bottom: 40px; }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item { background: #FBF8F1; border: 1px solid #D7E0DC; border-radius: 12px;
    padding: 24px 28px; margin-bottom: 16px; transition: box-shadow .2s; }
.faq-item:hover { box-shadow: 0 4px 12px rgba(20,60,52,.06); }
.faq-item h3, .faq-question { font-size: 18px; margin-bottom: 10px; color: #143C34; font-weight: 600; }
.faq-item p { color: #5B6B66; font-size: 15px; line-height: 1.6; margin-bottom: 0; }

/* === Newsletter (demo match) === */
.newsletter, .newsletter-box { padding: 72px 24px;
    background: linear-gradient(135deg, #143C34 0%, #0F766E 100%);
    text-align: center; color: #FBF8F1; border-radius: 0; }
.newsletter h2, .newsletter-box h3 { color: #FBF8F1; margin-bottom: 16px; }
.newsletter > p, .newsletter-box > p { max-width: 520px; margin: 0 auto 32px;
    color: rgba(251,248,241,.85); font-size: 16px; }
.newsletter-form { max-width: 480px; margin: 0 auto; display: flex; gap: 10px; }
.newsletter-form input { flex: 1; padding: 14px 20px; border-radius: 10px; border: none;
    font-size: 15px; font-family: Inter; outline: none; }
.newsletter-form button { padding: 14px 28px; background: #C8941A; color: #143C34;
    font-weight: 600; font-size: 15px; border: none; border-radius: 10px;
    cursor: pointer; transition: opacity .2s; }
.newsletter-form button:hover { opacity: .9; }

/* === Author Box (demo match) === */
.author-box { display: flex; gap: 20px; background: #EEF4F2; border-radius: 12px;
    padding: 24px; max-width: 760px; margin: 36px auto; }
.author-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-info h4 { margin: 0 0 6px; color: #143C34; font-size: 16px; }
.author-info p { font-size: 14px; color: #5B6B66; margin: 0; line-height: 1.6; }

/* === Footer (demo match) === */
.site-footer { background: #143C34; color: #B0BFB9; padding: 56px 24px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px; max-width: 1200px; margin: 0 auto; }
.footer-brand { max-width: 300px; }
.footer-brand .logo-footer { font-family: Fraunces, serif; font-size: 24px; font-weight: 700;
    color: #FBF8F1; margin-bottom: 14px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.65; color: #B0BFB9; }
.footer-col h4 { color: #FBF8F1; font-size: 15px; font-weight: 600; margin-bottom: 18px; font-family: Inter; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #B0BFB9; text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: #C8941A; }
.footer-bottom { border-top: 1px solid rgba(215,224,220,.15); margin-top: 40px;
    padding: 20px 0; text-align: center; font-size: 13px; color: #8A968E; }
.footer-bottom a { color: #C8941A; text-decoration: none; }
/* wp site-footer block overrides */
.wp-block-group.site-footer .wp-block-columns { max-width: 1200px; margin: 0 auto; }
.wp-block-group.site-footer .wp-block-column h4 { color: #FBF8F1; }
.wp-block-group.site-footer .wp-block-navigation a { color: #B0BFB9; }
.wp-block-group.site-footer .wp-block-navigation a:hover { color: #C8941A; }
.wp-block-group.site-footer .wp-block-paragraph { color: #B0BFB9; }

/* === FTC Note === */
.ftc-note, .ftc-disclosure { max-width: 760px; margin: 20px auto 0; font-size: 13px;
    color: #8A968E; text-align: center; font-style: italic; }

/* === Container helpers === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.content-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; width: 100%; }
.wide-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }

/* === Layout spacers === */
.wp-block-group.featured-guides { padding: 80px 24px; background: #F5F0E8; }
.wp-block-group.consumable-funnel { padding: 72px 24px; background: #FBF8F1; text-align: center; }
.wp-block-group.trust-strip { padding: 72px 24px; background: #EEF4F2; text-align: center; }
.wp-block-group.start-here-strip { padding: 80px 24px; background: #FBF8F1; }
.wp-block-group.hero-section { padding: 80px 24px 64px; background: linear-gradient(180deg,#FBF8F1 0%,#F5F0E8 100%); text-align: center; }

/* === Responsive (demo match) === */
@media(max-width:900px) {
    .silo-grid, .silo-cards-grid { grid-template-columns: repeat(2,1fr); }
    .guides-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid { grid-template-columns: 1fr; gap: 32px; }
    .top-pick-inner { flex-direction: column; text-align: center; }
    .top-pick-img { flex: 0 0 auto; max-width: 280px; margin: 0 auto; }
}
@media(max-width:768px) {
    .nav-desktop { display: none; }
    .primary-nav { display: none; }
    .mobile-toggle { display: block; }
    .header-search { display: none; }
    .silo-grid, .silo-cards-grid { grid-template-columns: 1fr; max-width: 400px; }
    .guides-grid { grid-template-columns: 1fr; max-width: 450px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .hero, .hero-section { padding: 56px 24px 48px; }
    .newsletter-form { flex-direction: column; }
    .comparison-table { font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 12px 14px; }
    .author-box { flex-direction: column; }
}
