/*
Theme Name: NKHBAT AFQE Landscapes
Theme URI: https://lovable.dev/
Author: Lovable
Description: Bilingual premium landscaping WordPress theme for NKHBAT AFQE Landscape and Maintenance LLC.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: nkhbat-afqe
*/

:root {
  --background: 48 42% 96%;
  --foreground: 145 24% 13%;
  --paper: 43 44% 92%;
  --card: 46 46% 94%;
  --primary: 145 43% 17%;
  --primary-foreground: 44 56% 94%;
  --leaf: 134 35% 34%;
  --gold: 40 72% 50%;
  --earth: 30 36% 34%;
  --ink-soft: 145 13% 34%;
  --border: 42 23% 78%;
  --shadow-soft: 0 16px 40px -28px hsl(145 43% 17% / 0.35);
  --shadow-botanical: 0 28px 70px -38px hsl(145 43% 17% / 0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: Manrope, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-main { min-height: 100vh; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid hsl(var(--border) / .7);
  background: hsl(var(--paper) / .86); backdrop-filter: blur(18px);
}
.nav-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; color: hsl(var(--primary)); letter-spacing: 0; }
.brand img { height: 48px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; color: hsl(var(--ink-soft)); font-size: 14px; font-weight: 800; }
.nav-links a:hover { color: hsl(var(--primary)); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; padding: 12px 20px; border: 1px solid transparent;
  font-size: 14px; font-weight: 900; transition: .25s ease;
}
.button-garden { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: var(--shadow-soft); }
.button-garden:hover { transform: translateY(-2px); background: hsl(var(--leaf)); }
.button-paper { background: hsl(var(--paper)); color: hsl(var(--primary)); border-color: hsl(var(--border)); }
.button-paper:hover { transform: translateY(-2px); border-color: hsl(var(--gold)); }
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 88px; }
.garden-wash { position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, hsl(var(--gold)/.18), transparent 26%), linear-gradient(135deg, hsl(var(--paper)), hsl(var(--background))); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding: 72px 0; }
.badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid hsl(var(--border)); background: hsl(var(--paper)/.75); padding: 10px 16px; color: hsl(var(--primary)); font-size: 14px; font-weight: 900; box-shadow: var(--shadow-soft); }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; letter-spacing: 0; margin: 0; color: hsl(var(--primary)); }
h1 { margin-top: 24px; font-size: clamp(52px, 7vw, 112px); line-height: .95; font-weight: 700; max-width: 850px; }
h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1; font-weight: 700; }
h3 { font-size: 30px; line-height: 1.05; font-weight: 700; }
p { color: hsl(var(--ink-soft)); line-height: 1.75; }
.hero-copy { margin-top: 28px; max-width: 650px; font-size: 19px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.image-frame { position: relative; overflow: hidden; border: 1px solid hsl(var(--border)); background: hsl(var(--paper)); box-shadow: var(--shadow-botanical); }
.image-frame img { aspect-ratio: 1.42 / 1; width: 100%; height: 100%; object-fit: cover; }
.section { padding: 92px 0; }
.paper-grain { background-color: hsl(var(--paper)); background-image: radial-gradient(hsl(var(--primary)/.08) 1px, transparent 1px); background-size: 18px 18px; }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: end; margin-bottom: 48px; }
.eyebrow { margin: 0 0 12px; color: hsl(var(--gold)); text-transform: uppercase; font-size: 13px; font-weight: 1000; letter-spacing: 0; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card { display: block; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 24px; box-shadow: var(--shadow-soft); transition: .3s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-botanical); }
.icon { font-size: 34px; color: hsl(var(--gold)); margin-bottom: 32px; }
.arabic { direction: rtl; color: hsl(var(--earth)); font-weight: 900; }
.service-card p { font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { overflow: hidden; border: 1px solid hsl(var(--border)); background: hsl(var(--paper)); box-shadow: var(--shadow-soft); }
.gallery-item img { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; }
.contact { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); position: relative; }
.contact h2, .contact p { color: hsl(var(--primary-foreground)); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; }
.contact-logo { height: 112px; width: auto; background: hsl(var(--paper)/.95); padding: 12px; box-shadow: var(--shadow-soft); margin-bottom: 32px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-content: end; }
.contact-card { border: 1px solid hsl(var(--primary-foreground)/.25); background: hsl(var(--primary-foreground)/.1); padding: 26px; }
.contact-card strong { display: block; margin-top: 8px; font-size: clamp(22px, 2vw, 30px); }
.service-hero { padding: 128px 0 84px; position: relative; }
.service-hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: start; }
.deliverables-grid, .process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start; }
.process-grid { grid-template-columns: repeat(3, 1fr); }
.info-card { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 26px; box-shadow: var(--shadow-soft); height: auto; }
.service-hero .badge { display: flex; width: fit-content; }
.info-card li { margin: 0 0 14px; color: hsl(var(--ink-soft)); font-weight: 800; }
.info-card ul { padding-left: 18px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 34px; }
details { border-top: 1px solid hsl(var(--border)); padding: 20px 0; }
summary { cursor: pointer; color: hsl(var(--primary)); font-size: 18px; font-weight: 900; }
.faq-ar { margin-top: 16px; border-right: 4px solid hsl(var(--gold)); background: hsl(var(--paper)/.7); padding: 16px; text-align: right; direction: rtl; }
@media (max-width: 980px) { .hero-grid, .section-head, .contact-grid, .service-hero-grid, .faq-grid { grid-template-columns: 1fr; } .services-grid { grid-template-columns: repeat(2, 1fr); } .gallery-grid, .process-grid { grid-template-columns: 1fr; } .nav-links { display:none; } }
@media (max-width: 640px) { .container { width: min(100% - 28px, 1180px); } .services-grid, .deliverables-grid, .contact-cards { grid-template-columns: 1fr; } .brand span { display: none; } h1 { font-size: 50px; } }
