/* ============================================================
   mwf-blog.css — Shared stylesheet for Mark's Wash & Fold blog posts
   markwashfold.com/blog — edit here, not in individual posts.
   ============================================================ */

:root {
  --blue:        #1e56a0;
  --blue-light:  #2d6fc4;
  --blue-pale:   #eff5ff;
  --blue-border: #c2d8f5;
  --slate:       #111827;
  --body-text:   #374151;
  --muted:       #6b7280;
  --bg:          #f9fafb;
  --white:       #ffffff;
  --border:      #e5e7eb;
  --radius:      14px;
}
* { box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: var(--bg); color: var(--body-text); margin: 0; line-height: 1.7; }

.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--border); border-top: 4px solid var(--blue); padding: 0.85rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo img { height: 40px; width: auto; }
.logo-divider { width: 1px; height: 28px; background: var(--border); flex-shrink: 0; }
.logo-tagline { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 500; color: var(--muted); letter-spacing: 0.4px; }
.header-actions { display: flex; gap: 0.6rem; }
.btn-header { padding: 0.45rem 1rem; border-radius: 8px; font-size: 0.84rem; font-weight: 600; text-decoration: none; }
.btn-outline { border: 1px solid var(--blue-border); color: var(--blue); }
.btn-solid { background: var(--blue); color: #fff; }

/* Two-column layout: article + sticky sidebar */
.page-outer { max-width: 1060px; margin: 0 auto; padding: 2rem 1.5rem; display: grid; grid-template-columns: 1fr 280px; gap: 2.5rem; align-items: start; }
.article-col { min-width: 0; }
.sidebar-col { position: sticky; top: 1.5rem; }
.article-meta { font-size: 0.8rem; color: var(--muted); margin-bottom: 1rem; letter-spacing: 0.3px; }

h1 { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 700; color: var(--slate); line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 0.5rem; }
h2 { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--slate); letter-spacing: -0.3px; margin: 1.8rem 0 0.5rem; }
h3 { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--slate); margin: 1.4rem 0 0.4rem; }
p { margin-bottom: 1.1rem; }
a { color: var(--blue); }

.hero-img { width: 100%; border-radius: var(--radius); margin: 1.2rem 0 1.8rem; object-fit: cover; object-position: top; max-height: 420px; }
.inline-cta { background: var(--white); border: 1px solid var(--blue-border); border-left: 4px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.3rem 1.5rem; margin: 2rem 0; }
.inline-cta p { margin-bottom: 0.7rem; }
.btn-cta-inline { display: inline-block; background: var(--blue); color: #fff; padding: 0.6rem 1.3rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.9rem; text-decoration: none; }
.btn-cta-inline:hover { background: var(--blue-light); }

/* Sticky sidebar card */
.sidebar-card { background: var(--white); border: 1px solid var(--blue-border); border-top: 4px solid var(--blue); border-radius: var(--radius); padding: 1.5rem; text-align: center; }
.sidebar-card h3 { font-family: 'Outfit', sans-serif; color: var(--slate); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.4rem; }
.sidebar-card p { font-size: 0.84rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.5; }
.sidebar-card .divider { border: none; border-top: 1px solid var(--border); margin: 1rem 0; }
.btn-sidebar-primary { display: block; background: var(--blue); color: #fff; padding: 0.75rem 1rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.92rem; text-decoration: none; margin-bottom: 0.6rem; }
.btn-sidebar-primary:hover { background: var(--blue-light); }
.btn-sidebar-secondary { display: block; border: 1.5px solid var(--blue); color: var(--blue); background: var(--white); padding: 0.7rem 1rem; border-radius: 8px; font-weight: 600; font-size: 0.88rem; text-decoration: none; }
.sidebar-tagline { font-size: 0.75rem; color: var(--muted); font-style: italic; margin-top: 0.9rem; }

.site-footer { text-align: center; padding: 2rem; color: var(--muted); font-size: 0.78rem; border-top: 1px solid var(--border); margin-top: 3rem; background: var(--white); }
.site-footer a { color: var(--blue); text-decoration: none; }

@media (max-width: 780px) {
  .page-outer { grid-template-columns: 1fr; }
  .sidebar-col { position: static; }
}

/* ── Unified header additions (2026-06-11): social icons + big phone ── */
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-social { display: flex; align-items: center; gap: 0.65rem; }
.header-social img { width: 21px; height: 21px; object-fit: contain; display: block; filter: brightness(0) saturate(100%) invert(14%) sepia(84%) saturate(747%) hue-rotate(208deg) brightness(94%) contrast(92%); transition: transform 0.18s; }
.header-social a:hover img { transform: scale(1.15); }
.header-phone { display: inline-block; font-family: 'Outfit', sans-serif; font-size: 1.22rem; font-weight: 800; color: var(--blue); text-decoration: none; letter-spacing: 0.3px; white-space: nowrap; }
.header-phone:hover { color: var(--blue-light); }
@media (max-width: 920px) { .header-social { display: none; } }
@media (max-width: 780px) { .logo-divider, .logo-tagline { display: none; } }
@media (max-width: 600px) { .header-phone { font-size: 1.02rem; } .btn-outline { display: none; } }
