/*
Theme Name: Exclusive Pro
Theme URI: https://exclusivecleaning.us
Author: Exclusive Housekeeping
Description: Premium black & gold theme for Exclusive Housekeeping
Version: 2.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --black: #0a0a0a;
  --black-soft: #111111;
  --black-card: #161616;
  --gold: #c9a227;
  --gold-light: #e8c547;
  --gold-dim: #a88b1f;
  --cream: #f5f0e6;
  --cream-dim: #d4cbb8;
  --white: #ffffff;
  --gray: #9ca3af;
  --radius: 10px;
  --shadow: 0 10px 40px rgba(0,0,0,0.45);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--black);
  color: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-light); }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,162,39,0.18);
}



.logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 700; color: var(--cream);
  letter-spacing: 0.04em; white-space: nowrap; text-transform: uppercase;
}
.logo span { color: var(--gold); }

.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-size: 0.9rem; font-weight: 500; color: var(--cream-dim); }
.nav a:hover { color: var(--gold); }



a.phone-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #c9a227 0%, #a88b1f 100%) !important;
  color: #0a0a0a !important;
  font-size: 1.15rem !important; font-weight: 700 !important;
  padding: 11px 20px !important; border-radius: 999px !important;
  white-space: nowrap !important; text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(201,162,39,0.35) !important;
  line-height: 1.3 !important; letter-spacing: 0.02em !important;
  flex-shrink: 0 !important;
}
a.phone-btn:hover {
  background: linear-gradient(135deg, #e8c547 0%, #c9a227 100%) !important;
  color: #0a0a0a !important;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 22px; font-size: 0.95rem; font-weight: 600;
  border-radius: 8px; border: none; cursor: pointer; transition: all 0.2s;
  white-space: nowrap; text-decoration: none;
}
.btn-primary { background: var(--gold); color: #0a0a0a; }
.btn-primary:hover { background: var(--gold-light); color: #0a0a0a; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(201,162,39,0.35); }
.btn-gold { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-gold:hover { background: var(--gold); color: #0a0a0a; }
.btn-outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(245,240,230,0.3); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-header { padding: 10px 16px !important; font-size: 0.88rem !important; }

.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--cream); }

/* HERO */
.hero {
  position: relative;
  background: linear-gradient(160deg, #0a0a0a 0%, #14110a 45%, #0f0c05 100%);
  color: var(--cream); padding: 100px 0 90px; overflow: hidden;
  border-bottom: 1px solid rgba(201,162,39,0.12);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(201,162,39,0.09) 0%, transparent 55%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,162,39,0.12); border: 1px solid rgba(201,162,39,0.3);
  padding: 8px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  color: var(--gold); margin-bottom: 24px; letter-spacing: 0.03em;
}
.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 3.8rem); font-weight: 700;
  line-height: 1.12; margin-bottom: 20px; color: var(--cream);
}
.hero h1 span { color: var(--gold); }
.hero-lead { font-size: 1.15rem; color: var(--cream-dim); margin-bottom: 36px; max-width: 580px; line-height: 1.65; }
.hero-actions {
  display: flex !important; flex-wrap: nowrap !important; flex-direction: row !important;
  align-items: center; gap: 12px; margin-bottom: 40px;
}
.hero-actions .btn { white-space: nowrap !important; flex-shrink: 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; font-size: 0.9rem; color: var(--cream-dim); }
.hero-trust span { display: flex; align-items: center; gap: 6px; }

/* TRUST BAR */
.trust-bar { background: var(--black-soft); padding: 28px 0; border-bottom: 1px solid rgba(201,162,39,0.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-item strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.7rem; color: var(--gold); font-weight: 700; }
.trust-item span { font-size: 0.88rem; color: var(--gray); }

/* SECTIONS */
.section { padding: 90px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 700; margin-bottom: 14px; color: var(--cream);
}
.section-header p { color: var(--gray); font-size: 1.05rem; }
.section-alt { background: var(--black-soft); }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.service-card {
  background: var(--black-card); border-radius: var(--radius); padding: 32px 28px;
  border: 1px solid rgba(201,162,39,0.12); transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(201,162,39,0.35); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.service-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(201,162,39,0.2), rgba(201,162,39,0.08));
  border: 1px solid rgba(201,162,39,0.25); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 18px; color: var(--gold);
}
.service-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.35rem; font-weight: 600; margin-bottom: 10px; color: var(--cream); }
.service-card p { color: var(--gray); font-size: 0.95rem; }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { text-align: center; }
.step-num {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: #0a0a0a; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; font-weight: 800; margin: 0 auto 18px;
}
.step h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; margin-bottom: 8px; color: var(--cream); }
.step p { color: var(--gray); font-size: 0.92rem; }

/* AREAS */
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.area-card { background: var(--black-card); border-radius: var(--radius); padding: 36px; border: 1px solid rgba(201,162,39,0.12); }
.area-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.45rem; color: var(--gold); margin-bottom: 12px; font-weight: 600; }
.area-card p { color: var(--gray); margin-bottom: 16px; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; }
.area-tag {
  background: rgba(201,162,39,0.1); color: var(--gold-light); padding: 6px 13px;
  border-radius: 50px; font-size: 0.85rem; font-weight: 500; border: 1px solid rgba(201,162,39,0.2);
}

/* PORTAL */
.portal-section {
  background: linear-gradient(135deg, #14110a 0%, #0a0a0a 100%);
  color: var(--cream); padding: 80px 0; text-align: center;
  border-top: 1px solid rgba(201,162,39,0.12); border-bottom: 1px solid rgba(201,162,39,0.12);
}
.portal-section h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.3rem; font-weight: 700; margin-bottom: 16px; color: var(--gold); }
.portal-section p { font-size: 1.1rem; color: var(--cream-dim); max-width: 560px; margin: 0 auto 32px; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.testimonial { background: var(--black-card); border-radius: var(--radius); padding: 28px; border: 1px solid rgba(201,162,39,0.1); }
.stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.testimonial p { font-style: italic; color: var(--cream-dim); margin-bottom: 16px; font-size: 0.98rem; }
.testimonial cite { font-weight: 600; font-style: normal; color: var(--gold); font-size: 0.9rem; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.contact-info h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; margin-bottom: 20px; color: var(--cream); }
.contact-item { display: flex; gap: 14px; margin-bottom: 18px; }
.contact-item strong { display: block; font-size: 0.85rem; color: var(--gray); margin-bottom: 2px; }
.contact-form {
  background: var(--black-card); padding: 36px; border-radius: var(--radius);
  border: 1px solid rgba(201,162,39,0.15); box-shadow: var(--shadow);
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 6px; color: var(--cream-dim); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1px solid rgba(201,162,39,0.2);
  border-radius: 8px; font-size: 1rem; font-family: inherit;
  background: var(--black); color: var(--cream); transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,0.15);
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* FOOTER */
.site-footer {
  background: #050505; color: var(--gray); padding: 70px 0 30px;
  border-top: 1px solid rgba(201,162,39,0.12);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .logo { color: var(--cream); margin-bottom: 16px; display: inline-block; }
.footer-brand p { font-size: 0.95rem; line-height: 1.6; color: var(--gray); }
.footer-col h4 { color: var(--gold); font-size: 0.95rem; font-weight: 700; margin-bottom: 18px; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--gray); font-size: 0.95rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(201,162,39,0.1); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; font-size: 0.88rem; color: var(--gray);
}
.social-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 600; }
.social-link:hover { color: var(--gold-light); }

.mobile-nav { display: none; background: var(--black-soft); padding: 20px 24px; border-top: 1px solid rgba(201,162,39,0.12); }
.mobile-nav.active { display: block; }
.mobile-nav a { display: block; padding: 12px 0; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--cream-dim); }
.mobile-nav a:hover { color: var(--gold); }

@media (max-width: 1150px) {
  .btn-header { display: none !important; }
  .nav a { font-size: 0.85rem; }
}
@media (max-width: 900px) {
  .nav { display: none !important; }
  .mobile-toggle { display: block !important; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .areas-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 70px 0 60px; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-wrap: wrap !important; }
  .btn-lg { width: 100%; }
  a.phone-btn { font-size: 1.05rem !important; padding: 10px 16px !important; }
}

/* Facebook icon button in header */
.fb-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(201,162,39,0.45);
  color: var(--gold) !important;
  transition: all 0.2s;
  flex-shrink: 0;
}
.fb-btn:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(24,119,242,0.4);
}
.fb-btn svg {
  width: 18px;
  height: 18px;
}

/* HUGE subtle logo watermark behind content */

/* Everything content sits above the fixed logo */
body > *:not(

@media (max-width: 700px) {
  
}


}



.hero,
.section,
.trust-bar,
.portal-section,
.site-footer,
.mobile-nav {
  position: relative;
  z-index: 2;
  background: inherit;
}




@media (max-width: 700px) {
  
  
}



/* ===== BOOKING – full viewport width + very tall ===== */
#book .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.booking-embed {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  overflow: hidden;
  background: #fff;
}
.booking-embed iframe {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 2400px !important;
  min-height: 2400px !important;
  border: 0 !important;
  background: #fff;
}
@media (max-width: 700px) {
  
  .booking-embed iframe {
    height: 2800px !important;
    min-height: 2800px !important;
  }
}


/* Booking embed backup styles */
.booking-embed {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  min-height: 2000px !important;
  background: #fff !important;
}
.booking-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 2000px !important;
  min-height: 2000px !important;
  border: 0 !important;
}







/* ========== CLEAN HEADER (rewritten) ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,162,39,0.18);
}

.header-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Brand = logo + name on ONE horizontal line */
.brand {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.brand-mark {
  width: 34px !important;
  height: 40px !important;
  max-width: 34px !important;
  max-height: 40px !important;
  flex-shrink: 0 !important;
  display: block !important;
  vertical-align: middle;
}

.brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #f5f0e6 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.brand-name em {
  font-style: normal !important;
  color: #c9a227 !important;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #d4cbb8;
  white-space: nowrap;
}

.nav a:hover { color: #c9a227; }

.header-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #f5f0e6;
}

@media (max-width: 1150px) {
  .btn-header { display: none !important; }
}

@media (max-width: 900px) {
  .nav { display: none !important; }
  .mobile-toggle { display: block !important; }
}

@media (max-width: 500px) {
  .brand-mark {
    width: 28px !important;
    height: 34px !important;
  }
  .brand-name { font-size: 1.05rem !important; }
}
