/*
Theme Name: SF Stucco Contractors
Theme URI: https://www.sfstuccocontractors.com
Author: San Francisco Stucco Contractors
Author URI: https://www.sfstuccocontractors.com
Description: Professional stucco contractor theme for San Francisco Stucco Contractors. Features a single-page homepage with services, reviews, estimate form, and blog section. Optimized for local SEO.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sf-stucco
Tags: business, contractor, local-seo, one-page, blog
*/

/* ─── GOOGLE FONTS ─── */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Lora:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;600&display=swap');

/* ─── VARIABLES ─── */
:root {
  --green-dark: #1a4a2e;
  --green-main: #2d6a45;
  --green-light: #3d8a5c;
  --gold: #e8b830;
  --gold-dark: #c9971a;
  --cream: #faf7f0;
  --white: #ffffff;
  --charcoal: #1c1c1e;
  --gray: #6b7280;
  --gray-light: #f3f4f6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}

/* ─── NAV ─── */
nav.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: rgba(26,74,46,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-bear {
  width: 48px; height: 48px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem; overflow: hidden;
}
.nav-logo-bear img { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; }
.nav-brand { color: var(--white); font-family: 'Oswald', sans-serif; font-size: 1.1rem; line-height: 1.2; }
.nav-brand span { color: var(--gold); display: block; font-size: 0.8rem; font-weight: 400; letter-spacing: 1px; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.current-menu-item { color: var(--gold); }
.nav-links .nav-cta {
  background: var(--gold); color: var(--green-dark) !important;
  padding: 8px 18px; border-radius: 4px; font-weight: 700 !important;
}
.nav-links .nav-cta:hover { background: #f5c842 !important; }
.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; display: block; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Drawer */
#mobile-drawer {
  display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
  background: var(--green-dark); padding: 1.5rem 2rem;
  flex-direction: column; gap: 0.5rem; z-index: 999;
  overflow-y: auto;
}
#mobile-drawer.open { display: flex; }
#mobile-drawer a {
  color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 600;
  font-size: 1.1rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
#mobile-drawer a:hover { color: var(--gold); }
.drawer-cta {
  background: var(--gold) !important; color: var(--green-dark) !important;
  padding: 14px 20px !important; border-radius: 6px; text-align: center;
  margin-top: 0.5rem; font-weight: 700 !important;
}

/* ─── HERO ─── */
#home {
  min-height: 100vh;
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green-main) 50%, #1e3d2a 100%);
  display: flex; align-items: center;
  padding-top: 70px;
  position: relative; overflow: hidden;
}
.hero-texture {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 4rem 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,184,48,0.15); border: 1px solid rgba(232,184,48,0.4);
  color: var(--gold); font-size: 0.78rem; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 1.2rem;
}
.hero-h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 1rem;
}
.hero-h1 em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-family: 'Lora', serif; font-size: 1.1rem;
  color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 2rem;
}
.hero-stats { display: flex; gap: 2rem; margin-bottom: 2.2rem; }
.stat { text-align: center; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 2rem; font-weight: 700; color: var(--gold); }
.stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.5px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
  background: var(--gold); color: var(--green-dark);
  padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 1rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.25s; border: none; cursor: pointer;
}
.btn-primary:hover { background: #f5c842; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,184,48,0.35); }
.btn-outline {
  border: 2px solid rgba(255,255,255,0.5); color: var(--white);
  padding: 12px 26px; border-radius: 6px; font-weight: 600; font-size: 1rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.hero-right { display: flex; justify-content: center; }

/* ─── TRUST BAR ─── */
.trust-bar {
  background: var(--charcoal); padding: 1rem 2rem;
  display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 0.85rem; }

/* ─── SECTIONS ─── */
section { padding: 5rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: inline-block; background: var(--green-main);
  color: var(--white); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px;
  border-radius: 20px; margin-bottom: 0.8rem;
}
.section-h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; color: var(--green-dark); line-height: 1.15; margin-bottom: 1rem;
}
.section-h2 em { color: var(--green-main); font-style: normal; }
.section-sub { color: var(--gray); font-size: 1.05rem; line-height: 1.7; max-width: 640px; }

/* ─── SERVICES ─── */
#services { background: var(--cream); }
.services-header { text-align: center; margin-bottom: 3rem; }
.services-header .section-sub { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card {
  background: var(--white); border-radius: 12px; padding: 2rem;
  border: 2px solid transparent; transition: all 0.3s; position: relative; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--green-main); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.service-card:hover { border-color: var(--green-light); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(45,106,69,0.12); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.service-name { font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--green-dark); margin-bottom: 0.6rem; }
.service-desc { color: var(--gray); font-size: 0.9rem; line-height: 1.6; }

/* ─── WHY US ─── */
#why { background: linear-gradient(160deg, var(--green-dark) 0%, var(--green-main) 100%); color: var(--white); }
#why .section-h2 { color: var(--white); }
#why .section-label { background: rgba(232,184,48,0.2); color: var(--gold); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-check {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--green-dark);
  display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; font-size: 0.9rem;
}
.why-text strong { display: block; font-weight: 600; margin-bottom: 3px; }
.why-text { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.5; }
.why-image-box {
  background: rgba(255,255,255,0.07); border-radius: 16px; padding: 2.5rem;
  text-align: center; border: 1px solid rgba(255,255,255,0.12);
}
.process-steps { display: flex; flex-direction: column; gap: 1.2rem; }
.step { display: flex; gap: 1rem; align-items: flex-start; }
.step-num { font-family: 'Oswald', sans-serif; font-size: 2.5rem; font-weight: 700; color: var(--gold); opacity: 0.3; line-height: 1; min-width: 44px; }
.step-text strong { display: block; font-weight: 600; margin-bottom: 2px; }
.step-text { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.5; }

/* ─── REVIEWS ─── */
#reviews { background: var(--cream); }
.reviews-header { margin-bottom: 3rem; }
.reviews-summary { display: flex; gap: 2rem; margin-bottom: 2rem; }
.summary-box {
  background: var(--white); border-radius: 12px; padding: 1.5rem 2rem;
  text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); flex: 1;
}
.summary-score { font-family: 'Oswald', sans-serif; font-size: 3rem; font-weight: 700; color: var(--green-dark); }
.summary-stars { font-size: 1.4rem; color: var(--gold); letter-spacing: 2px; }
.summary-count { color: var(--gray); font-size: 0.85rem; margin-top: 4px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.review-card {
  background: var(--white); border-radius: 12px; padding: 1.8rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06); position: relative; overflow: hidden;
}
.review-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--green-main); }
.review-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 0.8rem; }
.review-text { color: var(--charcoal); font-family: 'Lora', serif; font-size: 0.95rem; line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.review-author strong { display: block; font-size: 0.9rem; font-weight: 600; }
.review-author span { color: var(--gray); font-size: 0.8rem; }
.review-source { color: var(--gray); font-size: 0.75rem; }

/* ─── ESTIMATE FORM ─── */
#estimate { background: var(--gray-light); }
.estimate-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.estimate-form-wrap {
  background: var(--white); border-radius: 16px; padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.form-title { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--green-dark); margin-bottom: 0.4rem; }
.form-sub { color: var(--gray); font-size: 0.9rem; margin-bottom: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--charcoal); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px; border: 2px solid #e5e7eb; border-radius: 8px;
  font-size: 0.95rem; font-family: inherit; transition: border-color 0.2s; background: var(--cream);
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--green-main); }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  width: 100%; background: var(--green-main); color: var(--white);
  padding: 16px; border-radius: 8px; font-size: 1rem; font-weight: 700;
  border: none; cursor: pointer; transition: all 0.25s; font-family: inherit;
}
.btn-submit:hover { background: var(--green-dark); transform: translateY(-2px); }
.field-error { color: #dc2626; font-size: 0.78rem; display: none; }
#form-error-banner {
  background: #fee2e2; border: 1px solid #fca5a5; color: #dc2626;
  padding: 10px 16px; border-radius: 8px; margin-bottom: 1rem; font-size: 0.88rem; display: none;
}
#form-success {
  background: #d1fae5; border: 1px solid #6ee7b7; color: #065f46;
  padding: 1.5rem; border-radius: 8px; text-align: center; display: none;
}

/* ─── BLOG ─── */
#blog { background: var(--cream); }
.blog-header { margin-bottom: 2.5rem; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; }
.blog-card {
  background: var(--white); border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: all 0.3s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(45,106,69,0.12); }
.blog-img {
  height: 140px; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; background: var(--green-main);
}
.blog-body { padding: 1.6rem; }
.blog-tag {
  display: inline-block; background: rgba(45,106,69,0.1); color: var(--green-main);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 10px; border-radius: 12px; margin-bottom: 0.6rem;
}
.blog-title { font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.5rem; line-height: 1.3; }
.blog-excerpt { color: var(--gray); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1rem; }
.blog-meta { display: flex; align-items: center; gap: 1rem; color: var(--gray); font-size: 0.8rem; }
.blog-read-more { color: var(--green-main); font-weight: 600; text-decoration: none; font-size: 0.88rem; margin-left: auto; }
.blog-read-more:hover { color: var(--green-dark); }

/* ─── AREAS ─── */
#areas { background: var(--white); }
.areas-grid { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.area-pill {
  background: var(--cream); border: 2px solid var(--green-light); border-radius: 50px;
  padding: 0.7rem 1.4rem; display: flex; flex-direction: column; align-items: center;
  min-width: 140px; transition: all 0.2s; text-align: center;
}
.area-pill:hover { background: var(--green-main); border-color: var(--green-main); color: var(--white); }
.area-pill strong { font-weight: 700; font-size: 0.9rem; }
.area-pill span { font-size: 0.75rem; color: var(--gray); }
.area-pill:hover span { color: rgba(255,255,255,0.8); }
.pin { font-size: 0.9rem; }

/* ─── FOOTER ─── */
footer {
  background: var(--green-dark); color: rgba(255,255,255,0.7);
  padding: 4rem 2rem 2rem;
}
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer-brand-name { font-family: 'Oswald', sans-serif; font-size: 1.2rem; color: var(--white); margin-bottom: 0.8rem; }
.footer-brand-name span { color: var(--gold); }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; margin-bottom: 0.6rem; }
.footer-contact-item a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-col h4 { color: var(--white); font-size: 0.85rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ─── FLOAT BUTTONS ─── */
.float-btn {
  position: fixed; bottom: 2rem; background: var(--green-main); color: white !important;
  padding: 12px 20px; border-radius: 50px; font-weight: 700; text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2); z-index: 50; font-size: 0.88rem; transition: all 0.25s;
}
.float-call { left: 2rem; }
.float-sms { right: 2rem; }
.float-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.25); color: white !important; }

/* ─── SINGLE POST ─── */
.post-hero {
  background: linear-gradient(160deg, var(--green-dark), var(--green-main));
  padding: 7rem 2rem 4rem; color: var(--white);
}
.post-breadcrumb { color: rgba(255,255,255,0.6); font-size: 0.82rem; margin-bottom: 1.2rem; }
.post-breadcrumb a { color: var(--gold); text-decoration: none; }
.post-category {
  display: inline-block; background: var(--gold); color: var(--green-dark);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px; margin-bottom: 1rem;
}
.post-hero h1 {
  font-family: 'Oswald', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.15; margin-bottom: 1.2rem;
}
.post-meta { display: flex; gap: 1.5rem; color: rgba(255,255,255,0.7); font-size: 0.85rem; flex-wrap: wrap; }
.post-layout {
  max-width: 1200px; margin: 0 auto; padding: 4rem 2rem;
  display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start;
}
.post-content h2 {
  font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700;
  color: var(--green-dark); margin: 2.5rem 0 1rem; padding-top: 0.5rem;
}
.post-content h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 600;
  color: var(--green-main); margin: 2rem 0 0.8rem;
}
.post-content p { color: var(--charcoal); line-height: 1.8; margin-bottom: 1.2rem; font-size: 1rem; }
.post-content ul, .post-content ol { margin: 1rem 0 1.5rem 1.8rem; }
.post-content li { margin-bottom: 0.5rem; line-height: 1.7; color: var(--charcoal); }
.post-content strong { color: var(--green-dark); }
.post-content a { color: var(--green-main); }
.post-content a:hover { color: var(--green-dark); }
.post-sidebar { position: sticky; top: 90px; }
.sidebar-cta {
  background: var(--green-dark); color: var(--white); border-radius: 14px;
  padding: 2rem; margin-bottom: 2rem; text-align: center;
}
.sidebar-cta h3 { font-family: 'Oswald', sans-serif; font-size: 1.3rem; color: var(--gold); margin-bottom: 0.8rem; }
.sidebar-cta p { font-size: 0.88rem; color: rgba(255,255,255,0.8); margin-bottom: 1.2rem; line-height: 1.6; }
.sidebar-phone { color: var(--gold); font-size: 1.1rem; font-weight: 700; text-decoration: none; display: block; margin-bottom: 1.2rem; }
.sidebar-btn {
  display: block; background: var(--gold); color: var(--green-dark) !important;
  padding: 12px 20px; border-radius: 6px; font-weight: 700; font-size: 0.9rem;
  text-decoration: none !important; transition: all 0.25s;
}
.sidebar-btn:hover { background: #f5c842 !important; transform: translateY(-2px); }
.faq-section { margin-top: 3rem; }
.faq-section h2 { font-family: 'Oswald', sans-serif; font-size: 1.8rem; color: var(--green-dark); margin-bottom: 1.5rem; }
.faq-item { border-bottom: 1px solid #e5e7eb; }
.faq-q {
  width: 100%; text-align: left; padding: 1.1rem 0; background: none; border: none;
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; color: var(--green-dark);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-q:hover { color: var(--green-main); }
.faq-icon { font-size: 1.2rem; transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 1.2rem; color: var(--gray); line-height: 1.7; font-size: 0.95rem; }
.faq-item.open .faq-a { display: block; }

/* ─── ARCHIVE / BLOG LISTING ─── */
.archive-hero {
  background: linear-gradient(160deg, var(--green-dark), var(--green-main));
  padding: 7rem 2rem 4rem; text-align: center;
}
.archive-hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,3rem); color: var(--white); margin-bottom: 0.8rem; }
.archive-hero h1 em { color: var(--gold); font-style: normal; }
.archive-hero p { color: rgba(255,255,255,0.8); font-family: 'Lora',serif; max-width: 580px; margin: 0 auto; line-height: 1.7; }
.archive-content { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; }
.archive-card {
  background: var(--white); border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.archive-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(45,106,69,0.14); }
.archive-thumb {
  height: 200px; overflow: hidden; background: var(--green-main);
  display: flex; align-items: center; justify-content: center; font-size: 4rem;
}
.archive-thumb img { width: 100%; height: 100%; object-fit: cover; }
.archive-body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.archive-meta { color: var(--gray); font-size: 0.78rem; margin-bottom: 0.6rem; }
.archive-title { font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.6rem; line-height: 1.3; }
.archive-excerpt { color: var(--gray); font-size: 0.9rem; line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.archive-readmore { color: var(--green-main); font-weight: 700; font-size: 0.85rem; }
.archive-card:hover .archive-readmore { color: var(--green-dark); }

/* ─── PAGINATION ─── */
.pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px; font-weight: 700; font-size: 0.9rem;
  background: var(--white); color: var(--green-main); text-decoration: none; border: 2px solid var(--green-main); transition: all 0.2s;
}
.page-numbers.current, .page-numbers:hover { background: var(--green-main); color: var(--white); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .estimate-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .post-layout { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-inner { padding: 3rem 1.5rem; }
  .hero-stats { gap: 1.2rem; }
  section { padding: 3.5rem 1.5rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
}
