/*
Theme Name: Oakwood Home Renovations
Theme URI: https://oakwoodreno.com
Author: Oakwood Home Renovations
Description: Custom theme for Oakwood Home Renovations - Drywall, Painting & Pressure Washing in Nashville TN
Version: 1.0
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --oak: #1A3A1A;
  --oak-light: #2D5A2D;
  --oak-pale: #E8F0E8;
  --cream: #F5F8F5;
  --charcoal: #1C1C1A;
  --stone: #4A4A45;
  --mist: #9A9A94;
  --border: #E5DDD0;
  --white: #FFFFFF;
  --gold: #C9A227;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--charcoal); overflow-x: hidden; margin: 0; }

/* NAV */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(245,248,245,0.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 5%; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 36px; height: 36px; background: #1A3A1A; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.nav-logo-icon img { width: 28px; height: 28px; object-fit: contain; }
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--charcoal); line-height: 1.1; }
.nav-logo-text span { display: block; font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--oak); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--stone); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--oak); }
.nav-cta { background: var(--oak) !important; color: white !important; padding: 9px 20px; border-radius: 4px; font-size: 13px !important; font-weight: 600 !important; }
.nav-mobile-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; z-index: 110; }
.nav-mobile-btn span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.3s; }
.nav-mobile-btn.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-mobile-btn.open span:nth-child(2) { opacity: 0; }
.nav-mobile-btn.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: var(--cream); z-index: 99; padding: 32px 5%; flex-direction: column; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 18px; font-weight: 500; color: var(--charcoal); text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--border); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--oak); }
.mobile-menu .mobile-cta { margin-top: 24px; background: var(--oak); color: white !important; text-align: center; border-radius: 6px; border: none; padding: 16px !important; font-weight: 600 !important; }
@media(max-width:768px) { .nav-links { display: none; } .nav-mobile-btn { display: flex; } }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--oak); color: white; font-family: 'DM Sans',sans-serif; font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px rgba(26,58,26,0.3); }
.btn-primary:hover { background: #0f2210; transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--charcoal); font-family: 'DM Sans',sans-serif; font-size: 15px; font-weight: 500; padding: 14px 28px; border-radius: 6px; text-decoration: none; border: 1.5px solid var(--border); cursor: pointer; transition: all 0.2s; }
.btn-secondary:hover { border-color: var(--oak); color: var(--oak); }

/* SECTION COMMONS */
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--oak); margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display',serif; font-size: clamp(28px,4vw,44px); font-weight: 700; line-height: 1.15; color: var(--charcoal); margin-bottom: 16px; }
.section-sub { font-size: 16px; line-height: 1.7; color: var(--stone); font-weight: 300; max-width: 540px; margin-bottom: 48px; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg,#1A3A1A 0%,#2D5A2D 100%); padding: 120px 5% 70px; color: white; position: relative; overflow: hidden; }
.page-hero::before { content:''; position:absolute; top:-100px; right:-100px; width:500px; height:500px; background:radial-gradient(circle,rgba(201,162,39,0.12) 0%,transparent 70%); pointer-events:none; }
.page-hero .section-label { color: rgba(201,162,39,0.9); }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(32px,5vw,56px); font-weight:700; line-height:1.1; margin-bottom:16px; }
.page-hero p { font-size:17px; line-height:1.7; color:rgba(255,255,255,0.75); max-width:560px; font-weight:300; }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.5); margin-bottom:24px; }
.breadcrumb a { color:rgba(255,255,255,0.5); text-decoration:none; }
.breadcrumb a:hover { color:white; }
.breadcrumb span { color:rgba(255,255,255,0.3); }

/* TRUST BAR */
.trust-bar { background:var(--oak); padding:16px 5%; display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap; }
.trust-bar-item { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:500; color:rgba(255,255,255,0.9); }
.trust-bar-item .dot { width:6px; height:6px; background:var(--gold); border-radius:50%; }

/* SERVICE CARDS */
.service-card { background:white; border:1px solid var(--border); border-radius:10px; padding:32px 28px; transition:all 0.25s; position:relative; overflow:hidden; text-decoration:none; display:block; color:inherit; }
.service-card::before { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--oak); transform:scaleX(0); transition:transform 0.25s; transform-origin:left; }
.service-card:hover { border-color:rgba(26,58,26,0.3); transform:translateY(-4px); box-shadow:0 16px 40px rgba(0,0,0,0.08); }
.service-card:hover::before { transform:scaleX(1); }
.service-icon { width:52px; height:52px; background:var(--oak-pale); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:20px; }
.service-card h3 { font-family:'Playfair Display',serif; font-size:20px; font-weight:600; color:var(--charcoal); margin-bottom:10px; }
.service-card p { font-size:14px; line-height:1.7; color:var(--stone); font-weight:300; }
.card-link { display:inline-flex; align-items:center; gap:6px; margin-top:16px; font-size:13px; font-weight:600; color:var(--oak); }
.services-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:24px; }

/* PROCESS */
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative; margin-top:56px; }
.process-steps::before { content:''; position:absolute; top:26px; left:calc(12.5% + 26px); right:calc(12.5% + 26px); height:1px; background:var(--border); }
.process-step { text-align:center; padding:0 16px; }
.step-num { width:52px; height:52px; background:white; border:2px solid var(--oak); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:20px; font-weight:700; color:var(--oak); margin:0 auto 20px; position:relative; z-index:1; }
.process-step h4 { font-size:15px; font-weight:600; color:var(--charcoal); margin-bottom:8px; }
.process-step p { font-size:13px; line-height:1.65; color:var(--mist); }
@media(max-width:768px) { .process-steps { grid-template-columns:repeat(2,1fr); gap:32px; } .process-steps::before { display:none; } }

/* TESTIMONIALS */
.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media(max-width:900px) { .testimonials-grid { grid-template-columns:1fr; } }
.testimonial-card { background:white; border:1px solid var(--border); border-radius:10px; padding:28px; }
.testimonial-stars { color:#F5A623; font-size:14px; margin-bottom:14px; }
.testimonial-text { font-size:15px; line-height:1.75; color:var(--stone); font-weight:300; font-style:italic; margin-bottom:20px; }
.testimonial-author { display:flex; align-items:center; gap:12px; }
.author-avatar { width:40px; height:40px; border-radius:50%; background:var(--oak-pale); display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:16px; font-weight:700; color:var(--oak); flex-shrink:0; }
.author-info strong { display:block; font-size:14px; font-weight:600; color:var(--charcoal); }
.author-info span { font-size:12px; color:var(--mist); }

/* AREA PILLS */
.area-cities { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-top:36px; }
.city-pill { background:white; border:1px solid rgba(26,58,26,0.2); color:var(--stone); font-size:13px; font-weight:500; padding:8px 18px; border-radius:100px; transition:all 0.15s; cursor:default; }
.city-pill:hover { background:var(--oak); color:white; border-color:var(--oak); }

/* QUOTE / CONTACT FORMS */
.quote-section { padding:80px 5%; background:#162816; position:relative; overflow:hidden; }
.quote-section::before { content:''; position:absolute; top:-200px; right:-200px; width:600px; height:600px; background:radial-gradient(circle,rgba(26,58,26,0.3) 0%,transparent 70%); pointer-events:none; }
.quote-inner { max-width:800px; margin:0 auto; text-align:center; }
.quote-section .section-label { color:rgba(201,162,39,0.9); }
.quote-section .section-title { color:white; }
.quote-section .section-sub { color:rgba(255,255,255,0.6); margin:0 auto 48px; }
.quote-form { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:12px; padding:40px; text-align:left; }
@media(max-width:600px) { .quote-form { padding:24px 20px; } }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
@media(max-width:600px) { .form-row { grid-template-columns:1fr; } }
.form-group { display:flex; flex-direction:column; gap:7px; }
.form-group.full { grid-column:span 2; }
@media(max-width:600px) { .form-group.full { grid-column:span 1; } }
.form-group label { font-size:12px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.5); }
.form-group input, .form-group select, .form-group textarea { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12); color:white; font-family:'DM Sans',sans-serif; font-size:14px; padding:12px 16px; border-radius:6px; outline:none; transition:border-color 0.2s; -webkit-appearance:none; }
.form-group input::placeholder, .form-group textarea::placeholder { color:rgba(255,255,255,0.25); }
.form-group select option { background:#162816; color:white; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:#4a8a4a; }
.form-group textarea { resize:vertical; min-height:100px; }
.form-submit { margin-top:24px; width:100%; background:var(--oak); color:white; font-family:'DM Sans',sans-serif; font-size:16px; font-weight:600; padding:16px; border:none; border-radius:6px; cursor:pointer; transition:all 0.2s; box-shadow:0 4px 20px rgba(26,58,26,0.4); }
.form-submit:hover { background:#2D5A2D; transform:translateY(-1px); }
.form-note { text-align:center; font-size:12px; color:rgba(255,255,255,0.35); margin-top:14px; }

/* FOOTER */
footer.site-footer { background:#162816; padding:60px 5% 30px; color:rgba(255,255,255,0.5); }
.footer-inner { display:grid; grid-template-columns:2fr 1fr 1fr; gap:60px; margin-bottom:48px; }
@media(max-width:768px) { .footer-inner { grid-template-columns:1fr; gap:32px; } }
.footer-brand p { font-size:14px; line-height:1.75; margin-top:14px; max-width:300px; color:rgba(255,255,255,0.5); }
.footer-logo { display:flex; align-items:center; gap:10px; text-decoration:none; margin-bottom:14px; }
.footer-logo-icon { width:40px; height:40px; background:rgba(255,255,255,0.08); border-radius:6px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.footer-logo-icon img { width:32px; height:32px; object-fit:contain; }
.footer-logo-text { font-family:'Playfair Display',serif; font-size:16px; font-weight:700; color:white; line-height:1.1; }
.footer-logo-text span { display:block; font-family:'DM Sans',sans-serif; font-size:10px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:rgba(255,255,255,0.4); }
.footer-col h4 { font-size:12px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:rgba(255,255,255,0.8); margin-bottom:16px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-col ul li a { font-size:14px; color:rgba(255,255,255,0.45); text-decoration:none; transition:color 0.15s; }
.footer-col ul li a:hover { color:#4a8a4a; }
.footer-contact-item { display:flex; align-items:center; gap:8px; font-size:14px; margin-bottom:10px; color:rgba(255,255,255,0.45); }
.footer-contact-item a { color:rgba(255,255,255,0.45); text-decoration:none; transition:color 0.15s; }
.footer-contact-item a:hover { color:#4a8a4a; }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:24px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:12px; }
.footer-bottom a { color:#4a8a4a; text-decoration:none; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.fade-up { opacity:0; animation:fadeUp 0.6s ease forwards; }

/* HERO */
.hero-section { min-height:100vh; padding:68px 5% 0; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:60px; background:var(--cream); position:relative; overflow:hidden; }
.hero-section::before { content:''; position:absolute; top:-100px; right:-200px; width:700px; height:700px; background:radial-gradient(circle,rgba(26,58,26,0.06) 0%,transparent 70%); pointer-events:none; }
@media(max-width:900px) { .hero-section { grid-template-columns:1fr; padding-top:100px; } .hero-section::before { display:none; } .hero-visual { display:none; } }
.hero-badge { display:inline-flex; align-items:center; gap:7px; background:#E8F0E8; border:1px solid rgba(26,58,26,0.2); color:#1A3A1A; font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; padding:6px 14px; border-radius:100px; margin-bottom:28px; }
.hero-badge::before { content:''; width:7px; height:7px; background:#2D5A2D; border-radius:50%; }
.hero-section h1 { font-family:'Playfair Display',serif; font-size:clamp(38px,5vw,62px); font-weight:700; line-height:1.1; letter-spacing:-0.02em; color:var(--charcoal); margin-bottom:22px; }
.hero-section h1 em { font-style:italic; color:var(--oak); }
.hero-sub { font-size:17px; line-height:1.7; color:var(--stone); font-weight:300; max-width:480px; margin-bottom:40px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
.hero-trust { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.trust-item { display:flex; align-items:center; gap:7px; font-size:13px; font-weight:500; color:var(--stone); }
.trust-check { width:20px; height:20px; background:#E8F0E8; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; color:var(--oak); font-weight:700; }
.hero-visual { position:relative; height:580px; }
.hero-img-main { position:absolute; top:60px; left:0; right:40px; bottom:0; background:linear-gradient(145deg,#2a4a2a 0%,#1e381e 40%,#162816 100%); border-radius:12px; overflow:hidden; box-shadow:0 24px 60px rgba(0,0,0,0.15); }
.wall-texture { width:100%; height:100%; background-image:repeating-linear-gradient(0deg,transparent,transparent 48px,rgba(255,255,255,0.03) 48px,rgba(255,255,255,0.03) 49px),repeating-linear-gradient(90deg,transparent,transparent 98px,rgba(255,255,255,0.03) 98px,rgba(255,255,255,0.03) 99px); }
.hero-img-overlay { position:absolute; bottom:20px; left:20px; right:60px; z-index:2; background:rgba(245,248,245,0.95); backdrop-filter:blur(8px); border-radius:8px; padding:16px 20px; display:flex; align-items:center; gap:14px; box-shadow:0 8px 30px rgba(0,0,0,0.1); }
.overlay-icon { width:44px; height:44px; background:#E8F0E8; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.hero-img-card { position:absolute; top:20px; right:0; width:160px; background:white; border-radius:10px; padding:18px; box-shadow:0 12px 40px rgba(0,0,0,0.12); text-align:center; z-index:2; }
.stat-number { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:var(--oak); line-height:1; margin-bottom:6px; }
.stat-label { font-size:11px; font-weight:500; color:var(--mist); letter-spacing:0.06em; text-transform:uppercase; }

/* WHY US */
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
@media(max-width:900px) { .why-grid { grid-template-columns:1fr; gap:40px; } }
.why-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; background:linear-gradient(145deg,#e8f0e8 0%,#d0e4d0 100%); border-radius:12px; padding:40px; }
.why-stat { background:white; border-radius:8px; padding:24px 20px; text-align:center; box-shadow:0 4px 20px rgba(0,0,0,0.06); }
.why-stat .num { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:var(--oak); line-height:1; margin-bottom:6px; }
.why-stat .lbl { font-size:12px; color:var(--mist); font-weight:500; }
.why-list { list-style:none; display:flex; flex-direction:column; gap:20px; margin-top:36px; }
.why-list li { display:flex; gap:14px; align-items:flex-start; }
.why-icon { width:36px; height:36px; background:var(--oak-pale); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; margin-top:2px; }
.why-list strong { display:block; font-size:15px; font-weight:600; color:var(--charcoal); margin-bottom:4px; }
.why-list p { font-size:13px; line-height:1.65; color:var(--stone); font-weight:300; }

/* TOAST */
.toast { position:fixed; bottom:30px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--charcoal); color:white; padding:14px 28px; border-radius:8px; font-size:14px; font-weight:500; box-shadow:0 8px 30px rgba(0,0,0,0.25); opacity:0; transition:all 0.3s; pointer-events:none; z-index:999; border-left:3px solid #4a8a4a; }
.toast.show { opacity:1; transform:translateX(-50%) translateY(0); }

/* CONTACT PAGE */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; max-width:1000px; margin:0 auto; }
@media(max-width:768px) { .contact-grid { grid-template-columns:1fr; gap:40px; } }
.contact-item { display:flex; gap:16px; align-items:flex-start; margin-bottom:24px; }
.contact-icon { width:48px; height:48px; background:var(--oak-pale); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.contact-item strong { display:block; font-size:15px; font-weight:600; color:var(--charcoal); margin-bottom:4px; }
.contact-form-wrap { background:var(--cream); border-radius:12px; padding:36px; border:1px solid var(--border); }
.contact-form-group { display:flex; flex-direction:column; gap:7px; margin-bottom:16px; }
.contact-form-group label { font-size:12px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; color:var(--stone); }
.contact-form-group input, .contact-form-group textarea { background:white; border:1px solid var(--border); color:var(--charcoal); font-family:'DM Sans',sans-serif; font-size:14px; padding:12px 16px; border-radius:6px; outline:none; transition:border-color 0.2s; }
.contact-form-group input:focus, .contact-form-group textarea:focus { border-color:var(--oak); }
.contact-form-group textarea { resize:vertical; min-height:120px; }
