/* Places in PEC - County Magazine Styles on Foundation */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

body { font-family: 'Work Sans', -apple-system, sans-serif; color: #3a3632; line-height: 1.75; font-size: 17px; background: #fdfcfa; }
h1, h2, h3, h4, h5, h6 { font-family: 'Fraunces', Georgia, serif; color: #2a2520; font-weight: 600; letter-spacing: -0.01em; }
a { color: #5c6d4a; transition: color 0.15s; }
a:hover { color: #3d4a31; }
img { max-width: 100%; height: auto; }

/* Nav - centered brand, nav below */
.pec-nav { background: #fdfcfa; border-bottom: 1px solid #e8e3dc; padding: 1.5rem 0 0; text-align: center; }
.pec-brand { font-family: 'Fraunces', serif; font-size: 1.7rem; font-weight: 700; color: #2a2520; text-decoration: none; display: block; margin-bottom: 0.75rem; }
.pec-brand em { font-style: normal; color: #5c6d4a; }
.pec-links { display: flex; justify-content: center; gap: 0.25rem; flex-wrap: wrap; padding-bottom: 0.75rem; }
.pec-links a { color: #6b6560; font-size: 0.85rem; font-weight: 500; text-decoration: none; padding: 0.4rem 0.75rem; letter-spacing: 0.02em; }
.pec-links a:hover { color: #5c6d4a; }
.pec-mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #2a2520; }
@media (max-width: 640px) {
    .pec-links { display: none; flex-direction: column; align-items: center; }
    .pec-links.open { display: flex; }
    .pec-mobile-toggle { display: inline-block; margin-bottom: 0.5rem; }
}

/* Hero */
.pec-hero { padding: 4rem 0 3rem; background: #f5f1eb; text-align: center; }
.pec-hero h1 { font-size: 2.6rem; line-height: 1.2; margin-bottom: 0.75rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.pec-hero p { font-size: 1.1rem; color: #7a746d; max-width: 560px; margin: 0 auto 1.5rem; line-height: 1.65; }
.pec-hero img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 6px; margin-top: 2rem; }

/* Section */
.pec-section { padding: 3rem 0; }
.pec-section-bordered { border-bottom: 1px solid #e8e3dc; }
.pec-section-label { font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #5c6d4a; margin-bottom: 0.4rem; }
.pec-section h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.pec-section-desc { color: #7a746d; max-width: 580px; margin-bottom: 1.5rem; }

/* Cards */
.pec-card { background: #fff; border: 1px solid #e8e3dc; border-radius: 6px; overflow: hidden; margin-bottom: 1.25rem; transition: box-shadow 0.2s; }
.pec-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.pec-card img { width: 100%; height: 200px; object-fit: cover; }
.pec-card-body { padding: 1.15rem; }
.pec-card-body h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.pec-card-body h3 a { color: #2a2520; text-decoration: none; }
.pec-card-body h3 a:hover { color: #5c6d4a; }
.pec-card-body p { font-size: 0.9rem; color: #7a746d; line-height: 1.55; margin: 0; }
.pec-card-tag { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #5c6d4a; margin-bottom: 0.5rem; display: inline-block; }

/* Article page */
.pec-article { max-width: 720px; margin: 0 auto; padding: 2.5rem 0 3rem; }
.pec-article h1 { font-size: 2.2rem; line-height: 1.25; margin-bottom: 0.5rem; }
.pec-article .pec-meta { font-size: 0.85rem; color: #a09a93; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e8e3dc; }
.pec-article .pec-body p { margin-bottom: 1.25rem; }
.pec-article .pec-body h2 { font-size: 1.5rem; margin-top: 2.5rem; margin-bottom: 0.75rem; }
.pec-article .pec-body h3 { font-size: 1.15rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.pec-article .pec-body img { border-radius: 6px; margin: 1.5rem 0; }
.pec-article .pec-body .cap { font-size: 0.8rem; color: #a09a93; margin-top: -1rem; margin-bottom: 1.5rem; font-style: italic; }
.pec-article .pec-body a { text-decoration: underline; text-decoration-color: #c5d1b8; text-underline-offset: 3px; }
.pec-article .pec-body a:hover { text-decoration-color: #5c6d4a; }
.pec-article .pec-body blockquote { border-left: 3px solid #5c6d4a; padding: 0.75rem 1.25rem; margin: 1.5rem 0; background: #f5f1eb; color: #5a5550; font-style: italic; border-radius: 0 4px 4px 0; }

/* Related */
.pec-related { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e8e3dc; }

/* Hub intro */
.pec-hub { max-width: 720px; margin: 0 auto; padding: 2.5rem 0 1rem; }
.pec-hub h1 { font-size: 2rem; margin-bottom: 0.5rem; }
.pec-hub .pec-hub-desc { color: #7a746d; margin-bottom: 2rem; font-size: 1rem; line-height: 1.75; }
.pec-hub img { border-radius: 6px; margin: 1.5rem 0; }

/* Footer */
.pec-footer { background: #2a2520; color: rgba(255,255,255,0.55); padding: 2.5rem 0; margin-top: 3rem; }
.pec-footer a { color: rgba(255,255,255,0.55); text-decoration: none; }
.pec-footer a:hover { color: #fff; }
.pec-footer h4 { color: #fff; font-size: 0.95rem; margin-bottom: 0.5rem; }
.pec-footer ul { list-style: none; margin: 0; padding: 0; }
.pec-footer li { padding: 0.2rem 0; font-size: 0.88rem; }
.pec-footer .pec-footer-tagline { font-size: 0.88rem; line-height: 1.6; max-width: 320px; }
.pec-footer .pec-footer-bottom { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.78rem; color: rgba(255,255,255,0.3); }
