/* ==========================================================================
   LUCKY STAR LANDSCAPING SERVICE INC. - DEDICATED DESKTOP STYLES
   Loaded via <link media="screen and (min-width: 992px)">
   ========================================================================= */

/* 1. DESKTOP HEADER & NAVIGATION BAR */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: var(--shadow-sm) !important;
}

.site-header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.25rem !important;
  max-width: 1320px !important;
  padding: 0 1.5rem !important;
}

.brand-logo-img {
  height: 56px !important;
  width: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: 1.35rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.925rem !important;
  color: var(--neutral-800) !important;
  padding: 0.5rem 0;
  position: relative;
  white-space: nowrap !important;
}

.mobile-nav-toggle {
  display: none !important;
}

#mobile-nav-drawer,
.mobile-drawer-backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.btn-text-desktop {
  display: inline !important;
}

.btn-text-mobile {
  display: none !important;
}

.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  flex-shrink: 0 !important;
}

/* 2. DESKTOP HERO BANNER SECTION */
.hero-section {
  padding: 6rem 0 6.5rem !important;
  background: linear-gradient(135deg, rgba(6, 78, 36, 0.92) 0%, rgba(15, 23, 42, 0.88) 100%),
              url('../assets/images/gallery_patio_1.jpg') center/cover no-repeat !important;
  color: var(--white) !important;
  display: block !important;
}

.hero-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 3.5rem !important;
  align-items: center !important;
}

.hero-title {
  font-size: 3.25rem !important;
  line-height: 1.18 !important;
  color: var(--white) !important;
}

.hero-description {
  font-size: 1.2rem !important;
  max-width: 600px !important;
  color: var(--neutral-200) !important;
}

.hero-stats-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.25rem !important;
  margin-top: 2.5rem !important;
  padding-top: 2rem !important;
}

.hero-stat-item {
  padding: 1.2rem 1rem !important;
  border-radius: var(--radius-lg) !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.hero-stat-item h4 {
  font-size: 2.2rem !important;
  color: var(--star-gold) !important;
}

.hero-stat-item p {
  font-size: 0.85rem !important;
  color: var(--neutral-200) !important;
}

.hero-form-card {
  padding: 2.5rem !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: var(--radius-xl) !important;
  color: var(--neutral-900) !important;
}

/* 3. DESKTOP SERVICES CATALOG */
.services-section {
  display: block !important;
  padding: 5rem 0 !important;
  background-color: var(--bg-secondary) !important;
}

.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
}

/* 4. DESKTOP PHOTO GALLERY GRID */
.gallery-section {
  padding: 5rem 0 !important;
}

.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.75rem !important;
}

.gallery-item {
  height: 280px !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: var(--shadow-md) !important;
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* 5. DESKTOP BEFORE & AFTER TRANSFORMATION SLIDER */
.ba-section {
  padding: 5rem 0 !important;
  background-color: var(--bg-tinted) !important;
}

.ba-container {
  position: relative !important;
  max-width: 960px !important;
  height: 520px !important;
  margin: 0 auto !important;
  border-radius: var(--radius-xl) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-xl) !important;
}

.ba-img-after,
.ba-img-before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.ba-img-before {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%) !important;
}

/* 6. DESKTOP INSTANT ESTIMATE CALCULATOR */
.calculator-section {
  display: block !important;
  padding: 5rem 0 !important;
  background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-green-dark) 100%) !important;
}

.calculator-card {
  padding: 3rem 2.5rem !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: var(--radius-xl) !important;
}

.calc-steps-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 3.5rem !important;
}

.calc-cards-selector {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1rem !important;
}

.calc-result-box {
  padding: 2.25rem 2rem !important;
}

/* 7. DESKTOP CONTACT & HOURS SECTION */
.contact-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr !important;
  gap: 3.5rem !important;
  align-items: start !important;
}

.contact-info-card,
.contact-hours-card,
.contact-form-card {
  padding: 2.5rem !important;
}

/* 8. DESKTOP ELEGANT FOOTER */
.site-footer {
  display: block !important;
  background: linear-gradient(180deg, #0F172A 0%, #064E24 100%) !important;
  color: #F8FAFC !important;
  padding: 4rem 0 2rem !important;
  border-top: 4px solid var(--star-gold) !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr !important;
  gap: 2.5rem !important;
}

.footer-brand-title {
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
}

.footer-brand-title span {
  color: var(--star-gold) !important;
}

.footer-desc {
  color: #CBD5E1 !important;
}

.footer-col-title {
  color: #FFFFFF !important;
}

.footer-links a {
  color: #E2E8F0 !important;
}

.footer-links a:hover {
  color: var(--star-gold) !important;
}

.footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.floating-call-bar {
  display: none !important;
}

body {
  padding-bottom: 0 !important;
}

/* 9. DESKTOP APPOINTMENT BOOKING MODAL */
.booking-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 4000 !important;
  background: rgba(15, 23, 42, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.5rem !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.booking-modal-backdrop.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.booking-modal-card {
  max-width: 720px !important;
  width: 90% !important;
  padding: 2.25rem 2.5rem !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  position: relative !important;
  background: #FFFFFF !important;
  border-radius: var(--radius-xl) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35) !important;
  margin: auto !important;
}

.booking-grid-rows {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.85rem 1.25rem !important;
}

.form-input-compact,
.form-select-compact {
  padding: 0.65rem 0.9rem !important;
  font-size: 0.95rem !important;
  height: 44px !important;
}

.form-textarea-compact {
  padding: 0.65rem 0.9rem !important;
  font-size: 0.95rem !important;
  height: 72px !important;
}

.booking-submit-btn {
  padding: 0.8rem 1.5rem !important;
  font-size: 1rem !important;
}
