/* Home Reno Hero — minimal blog + bridge styles. Sans-serif only, mobile-first. */
:root {
  --ink: #24303a; --muted: #5d6b78; --line: #e4e8ec; --bg: #fff; --bg-warm: #f6f8fa;
  --brand: #1f5c46; --cta: #e8720c; --cta-dark: #c95f04; --maxw: 700px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }
.masthead { border-bottom: 1px solid var(--line); }
.masthead-inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.masthead-inner.center-only { justify-content: center; }
.brand { font-weight: 800; font-size: 1.15rem; color: var(--brand); text-decoration: none; }
.mast-nav { display: flex; gap: 16px; font-size: 0.92rem; flex-wrap: wrap; }
.mast-nav a { color: var(--muted); text-decoration: none; }
.mast-nav a:hover { color: var(--brand); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }
.content { padding: 26px 0 40px; }
.content h1 { font-size: clamp(1.5rem, 5.4vw, 2.05rem); line-height: 1.22; margin-bottom: 12px; }
.content h2 { font-size: clamp(1.2rem, 4vw, 1.45rem); margin: 26px 0 10px; }
.content p { margin: 0 0 15px; }
.content ul { margin: 0 0 15px 22px; }
.content li { margin-bottom: 7px; }
.kicker { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); margin-bottom: 8px; }
.byline { color: var(--muted); font-size: 0.88rem; margin-bottom: 18px; }
.article-img { border-radius: 10px; overflow: hidden; margin: 18px 0; }
.article-img img { width: 100%; max-height: 400px; object-fit: cover; }
.article-img figcaption { font-size: 0.85rem; color: var(--muted); padding-top: 6px; }
.check-list li { margin-bottom: 9px; }
.callout { background: #fdf6dd; border-left: 4px solid #c9a32a; border-radius: 8px; padding: 13px 15px; margin: 18px 0; }

/* micro-quiz */
.microquiz { border: 1px solid var(--line); border-radius: 14px; padding: 20px 16px; margin: 24px 0; background: var(--bg-warm); }
.microquiz-eyebrow { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.09em; color: var(--brand); text-transform: uppercase; text-align: center; margin-bottom: 8px; }
.microquiz-q { font-size: 1.2rem; font-weight: 800; text-align: center; margin-bottom: 14px; }
.microquiz-grid { display: grid; gap: 10px; }
.microquiz-btn { display: block; text-align: center; background: #fff; border: 2px solid var(--line); border-radius: 11px; padding: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
.microquiz-btn:hover { border-color: var(--cta); background: #fff8f1; }
.microquiz-foot { text-align: center; font-size: 0.85rem; color: var(--muted); margin-top: 10px; }

.cta-btn { display: inline-block; background: var(--cta); color: #fff !important; font-weight: 800; font-size: 1.05rem; padding: 15px 26px; border-radius: 10px; text-decoration: none; text-align: center; }
.cta-btn:hover { background: var(--cta-dark); color: #fff !important; }
.cta-btn.block { display: block; }
.cta-fine { font-size: 0.83rem; color: var(--muted); font-style: italic; margin-top: 9px; text-align: center; }
.cta-box { background: var(--bg-warm); border: 1px solid var(--line); border-radius: 12px; padding: 20px 18px; margin: 24px 0; text-align: center; }

.card-list { display: grid; gap: 16px; margin: 20px 0; }
.card { display: flex; gap: 14px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--ink); align-items: stretch; }
.card img { width: 130px; min-height: 100%; object-fit: cover; flex-shrink: 0; }
.card .card-body { padding: 12px 14px; }
.card h3 { font-size: 1rem; line-height: 1.35; margin-bottom: 5px; }
.card p { font-size: 0.87rem; color: var(--muted); margin: 0; }

footer.site-footer { border-top: 1px solid var(--line); background: var(--bg-warm); margin-top: 36px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 26px 18px 32px; font-size: 0.82rem; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 12px; font-size: 0.88rem; }
.footer-links a { color: var(--ink); text-decoration: none; }
.footer-inner p { margin-bottom: 9px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-bottom: 18px; }
.footer-grid h4 { font-size: 0.85rem; color: var(--ink); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 6px; }
.footer-grid a { color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--brand); }
.footer-brand { font-weight: 800; color: var(--brand); font-size: 0.95rem; margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 14px; }
.footer-bottom a { color: var(--muted); }
@media (max-width: 560px) { .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .footer-grid > div:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .card img { width: 104px; } }

/* homepage extras */
.hero-feature { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 22px 0; text-decoration: none; color: var(--ink); }
.hero-feature img { width: 100%; height: 230px; object-fit: cover; }
.hero-feature .hf-body { padding: 16px 18px 18px; }
.hero-feature .kicker { margin-bottom: 6px; }
.hero-feature h2 { font-size: 1.3rem; line-height: 1.3; margin-bottom: 6px; }
.hero-feature p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.hero-feature:hover h2 { color: var(--brand); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin: 26px 0 4px; }
.section-head h2 { font-size: 1.25rem; }
.about-note { background: var(--bg-warm); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin: 26px 0 8px; font-size: 0.95rem; color: var(--muted); }
.about-note strong { color: var(--ink); }

/* contact form */
.form-row { margin-bottom: 12px; }
.form-row label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 5px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 11px 12px; border: 1.5px solid var(--line); border-radius: 9px; font-family: inherit; font-size: 0.95rem; color: var(--ink); }
.form-row textarea { min-height: 120px; resize: vertical; }
.btn-submit { background: var(--brand); color: #fff; border: none; border-radius: 9px; padding: 12px 22px; font-weight: 700; font-size: 0.98rem; cursor: pointer; font-family: inherit; text-align: center; }
.btn-submit:hover { background: #17452f; }
.contact-cols { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; margin: 20px 0; }
@media (min-width: 620px) { .contact-cols { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); } }
.contact-info dt { font-weight: 700; font-size: 0.88rem; margin-top: 12px; }
.contact-info dd { margin: 2px 0 0; font-size: 0.92rem; color: var(--muted); }
