/*
Theme Name: Moms4Paws
Theme URI: https://moms4paws.com/
Author: OpenAI
Description: A clean WordPress theme for Moms4Paws pet sitting and dog walking services, with a dedicated pricing page template.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: moms4paws
*/

:root {
  --m4p-black: #080808;
  --m4p-white: #ffffff;
  --m4p-red: #d92b2b;
  --m4p-soft: #f8f5f2;
  --m4p-ink: #151515;
  --m4p-muted: #666;
  --m4p-border: #e6ddd6;
  --m4p-shadow: 0 20px 45px rgba(0,0,0,.12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Georgia, 'Times New Roman', serif; color: var(--m4p-ink); background: var(--m4p-soft); line-height: 1.6; }
a { color: var(--m4p-red); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: var(--m4p-black); color: var(--m4p-white); border-bottom: 5px solid var(--m4p-red); }
.header-right { display: flex; align-items: center; gap: 18px; }
.fb-follow { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #ffffff; text-decoration: none; font-size: 0.7em; font-weight: 700; letter-spacing: 0.5px; white-space: nowrap; opacity: 0.88; transition: opacity 0.2s; min-width: 52px; }
.fb-follow:hover { opacity: 1; text-decoration: none; color: #ffffff; }
.fb-follow svg { flex-shrink: 0; }
.fb-follow-text { display: block; text-align: center; line-height: 1; }

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.logo-wrap { display: flex; align-items: center; gap: 14px; color: white; }
.logo-wrap img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; border: 2px solid white; }
.site-title { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1; color: white; text-shadow: 2px 2px 0 var(--m4p-red); }
.site-tagline { margin: 3px 0 0; color: #eee; font-size: 15px; }
.main-nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; padding: 0; margin: 0; }
.main-nav a { color: white; font-weight: 700; }
.button, .wp-block-button__link { display: inline-block; background: var(--m4p-red); color: white !important; padding: 13px 20px; border-radius: 999px; font-weight: 800; border: 2px solid var(--m4p-red); }
.button.secondary { background: white; color: var(--m4p-red) !important; }
.hero { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.68)), url('https://www.moms4paws.com/wp-content/uploads/2026/06/paw-prints-background.jpg') center/cover; color: white; padding: 84px 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(42px, 7vw, 78px); line-height: .98; margin: 0 0 18px; }
.hero p { font-size: 22px; max-width: 650px; margin-bottom: 28px; }
.hero-card { background: rgba(255,255,255,.95); color: var(--m4p-ink); padding: 26px; border-radius: 22px; box-shadow: var(--m4p-shadow); border: 4px solid white; }
.hero-card img { border-radius: 16px; display: block; margin-bottom: 16px; }
.hero-card strong { font-size: 30px; display: block; color: var(--m4p-red); }
.section { padding: 70px 0; }
.section.white { background: white; }
.section h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 0 0 16px; }
.lead { font-size: 21px; color: var(--m4p-muted); max-width: 760px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.card { background: white; border: 1px solid var(--m4p-border); border-radius: 20px; padding: 28px; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.white .card { background: var(--m4p-soft); }
.card h3 { margin-top: 0; font-size: 28px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.price-card { background: white; border: 2px solid var(--m4p-border); border-radius: 24px; padding: 30px; position: relative; box-shadow: var(--m4p-shadow); }
.price-card.featured { border-color: var(--m4p-red); transform: translateY(-8px); }
.price-card h3 { font-size: 30px; margin: 0 0 8px; }
.price { font-size: 52px; font-weight: 900; color: var(--m4p-red); line-height: 1; margin: 20px 0; }
.price span { font-size: 18px; color: var(--m4p-muted); font-weight: 400; }
.price-card ul { padding-left: 20px; }
.ribbon { position: absolute; top: 18px; right: 18px; background: var(--m4p-red); color: white; border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 800; }
.cta { background: var(--m4p-black); color: white; text-align: center; padding: 64px 0; }
.cta h2 { color: white; }
.site-footer { background: #000; color: white; padding: 30px 0; text-align: center; }
.site-footer a { color: white; }
.page-header { background: var(--m4p-black); color: white; padding: 52px 0; border-bottom: 5px solid var(--m4p-red); }
.page-header h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); }
.content-area { padding: 52px 0; }
.paw-border { border: 10px dotted var(--m4p-black); padding: 8px; background: white; }
@media (max-width: 850px) { .header-inner, .hero-grid { display: block; } .main-nav ul { margin-top: 18px; } .cards, .price-grid { grid-template-columns: 1fr; } .price-card.featured { transform: none; } .hero { padding: 50px 0; } }
