/* ============================================
   Ramada Landscaping Services — "The Estate"
   Dark premium: #0E120E bg, #C9A24B gold, #EFE9DC cream
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #0E120E;
  color: #EFE9DC;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #EFE9DC;
  line-height: 1.25;
}
a { color: #C9A24B; text-decoration: none; transition: color .2s; }
a:hover { color: #e2c06e; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* --- Utility --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.gold { color: #C9A24B; }
.text-center { text-align: center; }

/* --- Photo Placeholder --- */
.photo-placeholder {
  background: linear-gradient(135deg, #1a2e1a 0%, #0E120E 50%, #2a1f0a 100%);
  display: flex; align-items: center; justify-content: center;
  color: #C9A24B; font-size: .85rem; font-style: italic;
  min-height: 280px; border: 1px solid #2a2a2a; border-radius: 4px;
}
.photo-placeholder::after {
  content: attr(data-placeholder);
  opacity: .6;
}

/* --- Buttons --- */
.btn {
  display: inline-block; padding: 14px 32px;
  font-weight: 600; font-size: .95rem;
  border-radius: 3px; border: 2px solid #C9A24B;
  cursor: pointer; transition: all .25s; text-align: center;
}
.btn-primary { background: #C9A24B; color: #0E120E; }
.btn-primary:hover { background: #e2c06e; color: #0E120E; }
.btn-outline { background: transparent; color: #C9A24B; }
.btn-outline:hover { background: #C9A24B; color: #0E120E; }
.btn-sm { padding: 10px 22px; font-size: .85rem; }

/* --- Header / Nav --- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(14,18,14,.95); backdrop-filter: blur(8px);
  border-bottom: 1px solid #1e261e;
  padding: 0 24px;
}
.nav-wrap {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo { font-family: Georgia, serif; font-size: 1.35rem; color: #EFE9DC; font-weight: 700; }
.logo span { color: #C9A24B; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: #EFE9DC; font-size: .9rem; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: #C9A24B; }
.nav-links .btn { padding: 8px 20px; font-size: .85rem; }
.nav-toggle { display: none; background: none; border: none; color: #C9A24B; font-size: 1.5rem; cursor: pointer; }

/* --- Hero --- */
.hero {
  position: relative; padding: 100px 24px 80px;
  text-align: center;
  background: linear-gradient(180deg, #0E120E 0%, #1a2e1a 50%, #0E120E 100%);
}
.hero h1 { font-size: 2.8rem; margin-bottom: 18px; }
.hero h1 .gold { display: block; }
.hero .subtitle { font-size: 1.15rem; color: #b8b0a0; max-width: 640px; margin: 0 auto 32px; }
.hero .btn { margin: 0 8px 12px; }

/* --- Section --- */
.section { padding: 80px 0; }
.section-dark { background: #0a0e0a; }
.section-title { font-size: 2rem; margin-bottom: 12px; }
.section-subtitle { color: #b8b0a0; font-size: 1.05rem; margin-bottom: 48px; }
.section-divider { width: 60px; height: 3px; background: #C9A24B; margin: 16px auto 0; border: none; }

/* --- Services Grid --- */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px; margin-top: 40px;
}
.service-card {
  background: #141a14; border: 1px solid #1e261e; border-radius: 6px;
  padding: 36px 28px; transition: border-color .25s, transform .25s;
}
.service-card:hover { border-color: #C9A24B; transform: translateY(-3px); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card p { color: #b8b0a0; font-size: .92rem; margin-bottom: 16px; }
.service-card .card-link { font-size: .88rem; font-weight: 600; }

/* --- Why Choose / Features --- */
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px;
}
.feature-item { text-align: center; padding: 24px; }
.feature-icon { font-size: 2.2rem; margin-bottom: 14px; display: block; color: #C9A24B; }
.feature-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature-item p { color: #b8b0a0; font-size: .9rem; }

/* --- Testimonial --- */
.testimonials { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.testimonial-card {
  background: #141a14; border: 1px solid #1e261e; border-radius: 6px;
  padding: 32px; position: relative;
}
.testimonial-card::before {
  content: '\201C'; font-family: Georgia, serif; font-size: 4rem;
  color: #C9A24B; opacity: .3; position: absolute; top: 10px; left: 20px;
}
.testimonial-card p { font-style: italic; color: #d4cec0; margin-bottom: 14px; padding-top: 24px; }
.testimonial-card .author { color: #C9A24B; font-weight: 600; font-size: .88rem; }
.stars { color: #C9A24B; font-size: .9rem; letter-spacing: 2px; margin-bottom: 8px; }

/* --- CTA Banner --- */
.cta-banner {
  background: linear-gradient(135deg, #1a2e1a 0%, #0E120E 100%);
  border: 1px solid #C9A24B; border-radius: 8px;
  padding: 48px 32px; text-align: center; margin: 40px 0;
}
.cta-banner h2 { font-size: 1.8rem; margin-bottom: 12px; }
.cta-banner p { color: #b8b0a0; margin-bottom: 24px; }

/* --- Gallery Grid --- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.gallery-item { border-radius: 6px; overflow: hidden; }
.gallery-item .photo-placeholder { min-height: 240px; }

/* --- FAQ --- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #1e261e; padding: 20px 0; }
.faq-item summary {
  cursor: pointer; font-family: Georgia, serif; font-size: 1.05rem;
  color: #EFE9DC; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::after { content: '+'; color: #C9A24B; font-size: 1.3rem; font-weight: 700; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .faq-answer { padding-top: 12px; color: #b8b0a0; font-size: .93rem; }

/* --- Process Steps --- */
.process-steps {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px; counter-reset: step;
}
.process-step {
  background: #141a14; border: 1px solid #1e261e; border-radius: 6px;
  padding: 32px 24px; text-align: center; counter-increment: step;
}
.process-step::before {
  content: counter(step); display: block;
  font-family: Georgia, serif; font-size: 2rem; color: #C9A24B;
  margin-bottom: 12px; font-weight: 700;
}
.process-step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.process-step p { color: #b8b0a0; font-size: .88rem; }

/* --- Contact / Forms --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info-item { margin-bottom: 24px; }
.contact-info-item h3 { font-size: 1rem; margin-bottom: 6px; color: #C9A24B; }
.contact-info-item p { color: #b8b0a0; }
.contact-info-item a { color: #EFE9DC; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 6px; font-size: .9rem; color: #b8b0a0; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px; background: #141a14; border: 1px solid #2a2a2a;
  border-radius: 4px; color: #EFE9DC; font-size: .95rem; font-family: inherit;
  transition: border-color .2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: #C9A24B;
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* --- Blog --- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.blog-card {
  background: #141a14; border: 1px solid #1e261e; border-radius: 6px;
  overflow: hidden; transition: border-color .25s;
}
.blog-card:hover { border-color: #C9A24B; }
.blog-card .photo-placeholder { min-height: 180px; border-radius: 0; border: none; }
.blog-card-body { padding: 24px; }
.blog-card-body .date { font-size: .8rem; color: #C9A24B; margin-bottom: 8px; }
.blog-card-body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.blog-card-body h3 a { color: #EFE9DC; }
.blog-card-body h3 a:hover { color: #C9A24B; }
.blog-card-body p { color: #b8b0a0; font-size: .9rem; }

/* --- Page Header (inner pages) --- */
.page-header {
  padding: 64px 24px 48px; text-align: center;
  background: linear-gradient(180deg, #1a2e1a 0%, #0E120E 100%);
  border-bottom: 1px solid #1e261e;
}
.page-header h1 { font-size: 2.2rem; margin-bottom: 12px; }
.page-header .breadcrumb { font-size: .85rem; color: #b8b0a0; }
.page-header .breadcrumb a { color: #C9A24B; }

/* --- Service Detail --- */
.service-detail { max-width: 900px; margin: 0 auto; }
.service-detail h2 { font-size: 1.5rem; margin: 40px 0 16px; color: #EFE9DC; }
.service-detail h3 { font-size: 1.15rem; margin: 24px 0 10px; color: #C9A24B; }
.service-detail p { color: #c8c0b0; margin-bottom: 16px; }
.service-detail ul { margin: 12px 0 20px 24px; }
.service-detail ul li { color: #b8b0a0; margin-bottom: 8px; position: relative; padding-left: 18px; }
.service-detail ul li::before { content: '\2022'; color: #C9A24B; position: absolute; left: 0; }

/* --- Pricing Table --- */
.pricing-note {
  background: #141a14; border-left: 3px solid #C9A24B;
  padding: 20px 24px; margin: 24px 0; border-radius: 0 4px 4px 0;
}
.pricing-note p { color: #b8b0a0; margin: 0; font-size: .92rem; }

/* --- Location Page --- */
.location-areas { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.location-area {
  background: #141a14; border: 1px solid #1e261e; border-radius: 6px;
  padding: 20px; text-align: center;
}
.location-area h3 { font-size: .95rem; margin-bottom: 4px; }
.location-area p { color: #b8b0a0; font-size: .85rem; }

/* --- Footer --- */
.site-footer {
  background: #080a08; border-top: 1px solid #1e261e; padding: 48px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px; margin-bottom: 40px;
}
.footer-col h4 {
  font-family: Georgia, serif; font-size: 1rem; color: #EFE9DC;
  margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #1e261e;
}
.footer-col p { color: #8a8478; font-size: .88rem; margin-bottom: 8px; }
.footer-col a { color: #8a8478; font-size: .88rem; display: block; margin-bottom: 6px; }
.footer-col a:hover { color: #C9A24B; }
.footer-bottom {
  border-top: 1px solid #1e261e; padding-top: 20px;
  text-align: center; font-size: .82rem; color: #5a5650;
}
.footer-bottom a { color: #5a5650; }
.arc-credit { font-size: .72rem; opacity: .65; margin-top: 6px; }
.arc-credit a { color: #5a5650; }

/* --- Skip Link --- */
.skip-link {
  position: absolute; top: -100%; left: 50%; transform: translateX(-50%);
  background: #C9A24B; color: #0E120E; padding: 8px 20px; z-index: 200;
  border-radius: 0 0 4px 4px; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* --- Schema / Structured Data (hidden) --- */
.schema-data { display: none; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.1rem; }
  .section-title { font-size: 1.6rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #0E120E; border-bottom: 1px solid #1e261e; padding: 24px; gap: 16px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 64px 24px 56px; }
  .hero h1 { font-size: 1.8rem; }
  .section { padding: 56px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.5rem; }
  .btn { padding: 12px 24px; font-size: .88rem; }
}

/* --- Print --- */
@media print {
  body { background: #fff; color: #000; }
  .site-header, .site-footer, .nav-toggle, .cta-banner, .btn { display: none; }
  h1, h2, h3 { color: #000; }
  a { color: #000; text-decoration: underline; }
  .page-header { background: none; border-bottom: 2px solid #000; }
}

/* --- Real photos (replacing photo-placeholder divs, 2026-09-18) --- */
img.real-photo {
  width: 100%; display: block; object-fit: cover;
  border-radius: 4px; border: 1px solid #2a2a2a;
  height: 280px;
}
img.real-photo.hero-bg { height: 420px; border-radius: 0; border: none; }
img.real-photo.service-card-img { height: 220px; }
.gallery-item img.real-photo { height: 240px; }
.blog-card img.real-photo { height: 180px; border-radius: 0; border: none; }
