/* Kingdom Painting & Drywall Services LLC
   Simple, fast, responsive one-page site. */
.site-logo{
height:65px;
width:auto;
margin-right:10px;
}
:root{
  /* Balanced Kingdom Premium Palette */
  --bg:#e9ebef;                 /* softer gray background */
  --panel:#f7f7f7;              /* light soft panel */
  --card:#ffffff;
  --text:#121212;               /* strong dark text */
  --muted:rgba(18,18,18,.70);
  --line:rgba(18,18,18,.12);

  --accent:#b9932f;             /* deeper gold */
  --accent2:#e5c45a;            /* soft gold highlight */

  --shadow: 0 12px 30px rgba(0,0,0,.10);
  --radius: 16px;
  --radius2: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(185,147,47,.08), transparent 60%),
    linear-gradient(180deg, #e9ebef 0%, #f7f7f7 45%, #e9ebef 100%);
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{ width:min(1120px, 92vw); margin:0 auto; }

.skip-link{
  position:absolute; left:-999px; top:0;
  background:#fff; color:#000; padding:10px 12px; border-radius:10px;
}
.skip-link:focus{ left:12px; top:12px; z-index:9999; }

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(18,18,18,.95);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
  gap:14px;
}
.brand{ display:flex; gap:12px; align-items:center; }
.brand-mark{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(212,175,55,.95), rgba(245,215,110,.75));
  border:1px solid rgba(255,255,255,.14);
  font-weight:800;
}
.brand-name{ font-weight:800; letter-spacing:.2px; }
.brand-sub{ font-size:12px; color:var(--muted); margin-top:2px; }

.nav{ display:flex; align-items:center; gap:12px; }
.navlinks{ display:flex; gap:14px; align-items:center; }
.navlinks a{ font-weight:600; font-size:14px; color:rgba(255,255,255,.88); }
.navlinks a:hover{ color:#ffffff; text-decoration:none; }

.nav-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.86);
  color:#ffffff;
  border-radius:14px;
  padding:10px 12px;
}
.hamburger{
  display:block; width:18px; height:2px; background: var(--text);
  position:relative;
}
.hamburger:before,.hamburger:after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:var(--text);
}
.hamburger:before{ top:-6px; }
.hamburger:after{ top:6px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#121212;
  border:none;
  padding:12px 16px;
  border-radius:999px;
  font-weight:800;
  box-shadow: 0 8px 22px rgba(0,0,0,.15);
  cursor:pointer;
}
.btn:hover{ filter: brightness(1.02); text-decoration:none; }
.btn:active{ transform: translateY(1px); }
.btn-sm{ padding:10px 14px; font-size:14px; }
.btn-block{ width:100%; }
.btn-ghost{
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: none;
}
.btn-ghost:hover{ background: rgba(11,15,23,.92); }

.badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.80);
  color: rgba(232,238,252,.88);
  font-weight:700;
  font-size:13px;
}

.hero{
  padding: 56px 0 36px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: start;
}
.hero h1{
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  margin: 14px 0 12px;
}
.accent{ color: var(--accent); }
.lead{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(232,238,252,.86);
  max-width: 60ch;
}

.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px; }

.trust-row{
  display:flex; gap:14px; margin-top: 20px; flex-wrap:wrap;
}
.trust-item{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.80);
}
.trust-k{
  width:24px; height:24px; border-radius:999px;
  display:grid; place-items:center;
  background: rgba(124,218,255,.18);
  border:1px solid var(--line);
  font-weight:900;
}

.section{ padding: 54px 0; }
.section.alt{
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.section-head{ margin-bottom: 18px; }
.section-head h2{ font-size: 30px; margin:0; }
.muted{ color: var(--muted); }
.tiny{ font-size: 12px; }
.fineprint{ color: var(--muted); font-size: 12px; margin: 10px 0 0; }

.grid{ display:grid; gap:14px; }
.cards-3{ grid-template-columns: repeat(3, 1fr); }
.gallery-grid{ grid-template-columns: repeat(3, 1fr); }
.contact-grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 14px; align-items:start; }

.card{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 16px;
}
.card-title{ margin:0 0 8px; font-size: 20px; }
.card-divider{ height:1px; background: var(--line); margin: 14px 0; }

.service h3{ margin: 0 0 8px; }
.checklist{ margin: 10px 0 0; padding-left: 18px; color: rgba(232,238,252,.86); }
.checklist li{ margin: 6px 0; }

.quote blockquote{
  margin:0;
  font-size: 16px;
  line-height: 1.6;
}
.quote figcaption{ margin-top:10px; color: var(--muted); font-size: 13px; }

.form{ display:grid; gap:12px; margin-top: 12px; }
.form label{ display:grid; gap:6px; font-weight:700; font-size: 13px; color: rgba(232,238,252,.92); }
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
  color: #ffffff;
  outline: none;
}
textarea{ resize: vertical; }
input:focus, select:focus, textarea:focus{
  border-color: rgba(124,218,255,.45);
  box-shadow: 0 0 0 4px rgba(124,218,255,.10);
}
.form-row{
  display:grid;
  gap:12px;
  grid-template-columns: 1fr 1fr;
}

.contact-mini{ display:grid; gap:10px; }
.mini{
  display:flex; justify-content:space-between; gap:12px;
  padding:10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.95);
  text-decoration:none;
}
.mini:hover{ background: rgba(255,255,255,.92); text-decoration:none; }
.mini-k{ color: var(--muted); font-weight:700; }
.mini-v{ font-weight:800; }

.filters{ display:flex; gap:10px; flex-wrap:wrap; margin: 12px 0 16px; }
.chip{
  border:1px solid var(--line);
  background: rgba(255,255,255,.80);
  color: rgba(232,238,252,.92);
  padding:8px 12px;
  border-radius: 999px;
  cursor:pointer;
  font-weight:800;
  font-size: 13px;
}
.chip.is-active{
  background: rgba(124,218,255,.18);
  border-color: rgba(124,218,255,.32);
}

.gallery-item{
  padding: 0;
  overflow:hidden;
  cursor:pointer;
  position:relative;
  min-height: 210px;
}
.gallery-item .thumb{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
  filter: saturate(1.05);
}
.gallery-item .gmeta{
  position:absolute;
  left: 10px; right:10px; bottom:10px;
  display:flex; justify-content:space-between; align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius: 16px;
  background: rgba(7,11,20,.72);
  border: 1px solid rgba(232,238,252,.10);
}
.gmeta .title{ font-weight:900; }
.gmeta .tag{ font-size: 12px; color: var(--muted); }

.steps{ margin: 10px 0 0; padding-left: 18px; color: rgba(232,238,252,.88); }
.steps li{ margin: 8px 0; }

.cta-strip{
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(124,218,255,.12), rgba(167,255,138,.08));
  display:flex; align-items:center; justify-content:space-between; gap: 12px;
}

.map-embed .map-placeholder{
  height: 220px;
  border-radius: var(--radius);
  border: 1px dashed rgba(232,238,252,.22);
  background: rgba(255,255,255,.95);
  display:grid; place-items:center;
  color: var(--muted);
}

.footer-cta{
  padding: 46px 0;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.footer-cta-inner{
  display:flex; align-items:center; justify-content:space-between; gap: 14px;
}
.footer-cta-actions{ display:flex; gap:12px; flex-wrap:wrap; }

.site-footer{
  padding: 26px 0 90px;
  border-top: 1px solid rgba(18,18,18,.10);
  background: rgba(18,18,18,.96);
  color: rgba(255,255,255,.92);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .6fr 1fr;
  gap: 14px;
  align-items:start;
}
.footer-links{ display:grid; gap:10px; }
.footer-brand{ font-weight:900; }
.footer-note{ text-align:right; }

.divider{ height:1px; background: var(--line); margin: 14px 0; }
.stack{ display:grid; gap:10px; }

/* Sticky bar */
.sticky-bar{
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  display:flex; gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(232,238,252,.12);
  backdrop-filter: blur(14px);
  z-index: 60;
}
.sticky-btn{
  flex:1;
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.86);
  font-weight: 900;
  text-decoration:none;
}
.sticky-btn:hover{ text-decoration:none; background: rgba(255,255,255,.92); }
.sticky-primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border: none;
  color: #0b0f17;
}

/* Modal */
.modal{
  position: fixed;
  inset: 0;
  display:none;
  z-index: 80;
}
.modal.is-open{ display:block; }
.modal-backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.62);
}
.modal-panel{
  position:relative;
  width:min(980px, 92vw);
  margin: 6vh auto;
  background: rgba(11,15,23,.96);
  border: 1px solid rgba(232,238,252,.14);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal-close{
  position:absolute; top:10px; right:10px;
  width:40px; height:40px;
  border-radius: 14px;
  border:1px solid rgba(232,238,252,.14);
  background: rgba(255,255,255,.92);
  color: var(--text);
  font-size: 22px;
  cursor:pointer;
}
.modal-head{ padding: 16px; border-bottom: 1px solid rgba(232,238,252,.12); }
.modal-title{ margin:0; }

.compare{ padding: 16px; }
.compare-frame{
  position:relative;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(232,238,252,.12);
  background: rgba(255,255,255,.95);
}
.compare-frame img{
  width:100%;
  height: min(56vh, 520px);
  object-fit: cover;
  display:block;
}
.compare-overlay{
  position:absolute;
  top:0; left:0; bottom:0;
  width:50%;
  overflow:hidden;
  border-right: 2px solid rgba(232,238,252,.35);
}
.compare-slider{
  position:absolute;
  left: 10px; right: 10px; bottom: 14px;
  width: calc(100% - 20px);
}
.compare-label{
  position:absolute; top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid rgba(232,238,252,.12);
  background: rgba(7,11,20,.60);
  font-weight: 900;
  font-size: 12px;
}
.compare-left{ left: 12px; }
.compare-right{ right: 12px; }

.modal-actions{ padding: 0 16px 16px; }

/* Responsive */
@media (max-width: 920px){
  .hero-grid{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .cards-3{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .footer-note{ text-align:left; }
  .cta-strip{ flex-direction: column; align-items:flex-start; }
  .header-cta{ display:none; }
  .nav-toggle{ display:inline-flex; }
  .navlinks{
    position:absolute;
    right: 4vw;
    top: 62px;
    display:none;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    width: min(260px, 92vw);
    border-radius: 18px;
    border: 1px solid rgba(232,238,252,.14);
    background: rgba(255,255,255,.98);
  }
  .navlinks.is-open{ display:flex; }
}

.sr-only{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}


/* PCA-style service picker */
.service-picker{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.svc{
  border:1px solid var(--line);
  background: rgba(255,255,255,.92);
  padding:12px 14px;
  border-radius: 12px;
  font-weight: 900;
  cursor:pointer;
  color: var(--text);
}
.svc:hover{ background: rgba(255,255,255,.92); }

/* Featured before/after cards */
.featured-ba .featured{
  padding:0;
  overflow:hidden;
  text-decoration:none;
}
.featured img{
  width:100%;
  height: 220px;
  object-fit:cover;
  display:block;
}
.featured-meta{
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.featured-title{ font-weight: 900; }

.cta-actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* quick highlight */
.pulse{
  outline: 3px solid rgba(212,175,55,.45);
  box-shadow: 0 0 0 6px rgba(212,175,55,.16), var(--shadow);
}

/* Footer link readability on dark footer */
.site-footer a{ color: rgba(255,255,255,.92); }
.site-footer .muted{ color: rgba(255,255,255,.70); }

.site-footer a{ color: rgba(255,255,255,.92); }
.site-footer .muted{ color: rgba(255,255,255,.70); }


/* ===== KINGDOM FINAL STRONG BLACK EDITION ===== */

/* Global text stronger */
body {
  color: #000000 !important;
}

/* Make all headings bold black */
h1, h2, h3, h4, h5, h6 {
  color: #000000 !important;
  font-weight: 900 !important;
}

/* Paragraphs darker */
p {
  color: #000000 !important;
  font-weight: 600 !important;
}

/* Navigation links strong */
.navlinks a {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* Section titles stronger */
.section-head h2 {
  font-weight: 900 !important;
  letter-spacing: -0.5px;
}

/* Buttons bold text */
.btn {
  font-weight: 900 !important;
}

/* Cards stronger text */
.card {
  color: #000000 !important;
}

/* Muted text slightly darker for clarity */
.muted {
  color: rgba(0,0,0,.75) !important;
}

/* Footer contrast */
.site-footer {
  color: #ffffff !important;
}


/* ===== KINGDOM MASTER FINAL COLOR FIX ===== */

/* Default text for all light sections */
body {
  color: #000000 !important;
}

/* Headings bold black */
h1, h2, h3, h4, h5, h6 {
  color: #000000 !important;
  font-weight: 900 !important;
}

/* Paragraphs strong dark */
p, li, span {
  color: #111111 !important;
  font-weight: 600;
}

/* Cards ensure black text */
.card {
  color: #000000 !important;
}

/* Buttons keep readable */
.btn {
  color: #111111 !important;
  font-weight: 900 !important;
}

/* ===== DARK SECTIONS KEEP WHITE TEXT ===== */

/* Header */
.site-header,
.site-header * {
  color: #ffffff !important;
}

/* Footer */
.site-footer,
.site-footer * {
  color: #ffffff !important;
}

/* Sticky bottom bar */
.sticky-bar,
.sticky-bar * {
  color: #ffffff !important;
}

/* Modal (dark background) */
.modal-panel,
.modal-panel * {
  color: #ffffff !important;
}


/* ===== FIX: Quote + Contact form text visibility ===== */

/* Make form labels clearly black and bold */
.form label{
  color:#000000 !important;
  font-weight: 900 !important;
}

/* Inputs: dark text on light fields */
input, select, textarea{
  color:#111111 !important;
  background:#ffffff !important;
  border:1px solid rgba(0,0,0,.18) !important;
}

/* Placeholder text */
input::placeholder, textarea::placeholder{
  color: rgba(0,0,0,.45) !important;
}

/* Helper text inside cards (like "Fast reply. No pressure.") */
.card .muted, .card .tiny, .card .fineprint{
  color: rgba(0,0,0,.70) !important;
  font-weight: 700 !important;
}

/* Card titles always bold black */
.card-title, .card h3, .card h2{
  color:#000000 !important;
  font-weight: 900 !important;
}


/* ===== FIX: Featured Before/After cards text ===== */
.featured-meta,
.featured-meta *,
.featured-title{
  color:#000000 !important;
  font-weight: 900 !important;
}
.featured-meta .muted,
.featured-meta .tiny{
  color: rgba(0,0,0,.75) !important;
  font-weight: 800 !important;
}

/* Google map iframe */
.gmap{
  width:100%;
  height: 320px;
  border:0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}


/* ===== FINAL FIX: Interior / Exterior / Drywall Titles ===== */

/* Service cards main titles */
.service h3{
  color:#000000 !important;
  font-weight:900 !important;
}

/* Featured section titles */
.featured-title{
  color:#000000 !important;
  font-weight:900 !important;
}

/* Gallery filter buttons text */
.chip{
  color:#000000 !important;
  font-weight:900 !important;
}
