/*
 * Theme Name:  EscapeRV
 * Theme URI:   https://escapervrentals.com
 * Description: EscapeRV standalone theme for Escape RV Rentals. No parent theme required.
 * Author:      Escape RV Rentals
 * Version:     2.0.0
 * Text Domain: escaperv
 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #1a1a2e; background: #ffffff; }
img { max-width: 100%; height: auto; display: block; }
a { color: #0072ce; text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 { font-weight: 600; line-height: 1.25; margin: 0 0 .75rem; }
h1 { font-size: clamp(1.6rem,4vw,2.4rem); }
h2 { font-size: clamp(1.25rem,3vw,1.75rem); }
p { margin: 0 0 1rem; }
ul,ol { padding-left: 1.5rem; margin: 0 0 1rem; }

:root {
  --erv-accent:#00877a; --erv-accent-light:#e0f5f3; --erv-accent-dark:#005e55;
  --erv-cta:#ff6b35; --erv-cta-hover:#e55a26;
  --erv-text:#1a1a2e; --erv-text-muted:#5a6572;
  --erv-bg:#ffffff; --erv-bg-secondary:#f5f7fa; --erv-border:#e1e5eb;
  --erv-shadow:0 2px 8px rgba(0,0,0,.08); --erv-radius:8px; --erv-radius-lg:12px;
}
body.erv-theme-b { --erv-accent:#d4660a; --erv-accent-light:#fff3e0; --erv-cta:#d4660a; --erv-bg:#fdfcf9; --erv-bg-secondary:#f7f3ec; }
body.erv-theme-c { --erv-accent:#1565c0; --erv-accent-light:#e3f2fd; --erv-cta:#0052cc; --erv-bg:#f0f4f8; --erv-bg-secondary:#e4ecf4; }
body.erv-theme-d { --erv-accent:#2e7d32; --erv-accent-light:#e8f5e9; --erv-cta:#33691e; --erv-bg:#faf8f0; --erv-bg-secondary:#f0ece0; }

.site { display:flex; flex-direction:column; min-height:100vh; }
.site-header { background:var(--erv-bg); border-bottom:1px solid var(--erv-border); padding:1rem 1.5rem; display:flex; align-items:center; justify-content:space-between; }
.site-title a { font-size:1.4rem; font-weight:700; color:var(--erv-accent); text-decoration:none; }
.site-nav a { margin-left:1.5rem; color:var(--erv-text-muted); font-size:14px; }
.site-content { flex:1; max-width:860px; margin:0 auto; padding:2rem 1.25rem 5rem; width:100%; }
.site-footer { background:var(--erv-bg-secondary); border-top:1px solid var(--erv-border); padding:1.5rem; text-align:center; font-size:13px; color:var(--erv-text-muted); }

.erv-btn-primary { display:inline-block; background:var(--erv-cta); color:#fff; padding:12px 24px; border-radius:var(--erv-radius); font-size:15px; font-weight:600; border:none; cursor:pointer; text-decoration:none; }
.erv-btn-primary:hover { background:var(--erv-cta-hover); color:#fff; text-decoration:none; }
.erv-btn-secondary { display:inline-block; background:transparent; color:var(--erv-accent); padding:10px 20px; border-radius:var(--erv-radius); font-size:14px; border:1.5px solid var(--erv-accent); cursor:pointer; text-decoration:none; }
.erv-section-title { font-size:1.3rem; font-weight:600; border-bottom:2px solid var(--erv-accent); padding-bottom:.4rem; display:inline-block; margin:2rem 0 1rem; }
.erv-data-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:10px; margin:1.5rem 0; }
.erv-data-card { background:var(--erv-bg-secondary); border:.5px solid var(--erv-border); border-radius:var(--erv-radius); padding:14px; }
.erv-data-label { font-size:11px; color:var(--erv-text-muted); text-transform:uppercase; letter-spacing:.05em; display:block; margin-bottom:4px; }
.erv-data-value { font-size:22px; font-weight:700; display:block; }
.erv-warning-box { border-radius:var(--erv-radius); padding:1rem 1.25rem; margin:1.5rem 0; border-left:4px solid #f9a825; background:#fff8e1; }
.erv-warning-box.erv-critical { border-left-color:#e53935; background:#fff0ee; }
.erv-warning-title { font-size:15px; font-weight:600; margin:0 0 .5rem; }
.erv-faq-item { border-bottom:.5px solid var(--erv-border); }
.erv-faq-question { font-size:15px; font-weight:600; padding:1rem 0; cursor:pointer; display:flex; justify-content:space-between; }
.erv-faq-question::after { content:'+'; font-size:20px; color:var(--erv-accent); }
.erv-faq-item.open .erv-faq-question::after { content:'−'; }
.erv-faq-answer { display:none; padding:0 0 1rem; font-size:14px; }
.erv-faq-item.open .erv-faq-answer { display:block; }
.erv-widget-primary { background:var(--erv-bg-secondary); border:.5px solid var(--erv-border); border-radius:var(--erv-radius-lg); padding:1.5rem; margin:1.5rem 0; }
.erv-campground-item { display:flex; align-items:center; gap:12px; background:var(--erv-bg-secondary); border-radius:var(--erv-radius); padding:10px 14px; font-size:14px; margin-bottom:8px; }
.erv-author-card { display:flex; align-items:center; gap:12px; }
.erv-author-photo { width:48px; height:48px; border-radius:50%; object-fit:cover; }
.erv-sticky-cta { position:fixed; bottom:0; left:0; right:0; background:var(--erv-bg); border-top:.5px solid var(--erv-border); padding:.75rem 1.25rem; display:flex; align-items:center; justify-content:space-between; z-index:1000; box-shadow:0 -4px 12px rgba(0,0,0,.08); }
@media (min-width:900px) { .erv-sticky-cta { display:none; } }
@media (prefers-color-scheme:dark) { :root { --erv-bg:#12151a; --erv-bg-secondary:#1c2028; --erv-text:#e4e6eb; --erv-text-muted:#8b9099; --erv-border:#2a2e38; } }
