/*
Theme Name: LHS Ocala V11.2 Footer Service Links
Theme URI: https://www.lhsocala.com
Author: AI Developer
Description: LHS Ocala V11.2 with corrected footer links. Services footer links now point to actual homepage service anchors instead of non-existing pages.
Version: 11.2
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: lhs-ocala-v11
*/

:root{--black:#090604;--black2:#15100c;--wood:#24150d;--bronze:#c18445;--bronze2:#a96727;--tan:#f5ebdd;--cream:#fff8ef;--text:#241a12;--muted:#d8c7b0;--line:#d4b08a;--shadow:0 18px 45px rgba(0,0,0,.22)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--black)!important;line-height:1.6;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{color:var(--bronze)}
.container{width:min(1400px,calc(100% - 44px));margin-inline:auto}
h1,h2,h3,h4{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',Arial,sans-serif;text-transform:uppercase;letter-spacing:.03em;line-height:.96;margin:0}
p{margin-top:0}
.eyebrow{display:block;color:var(--bronze);font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.7rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border-radius:4px;border:2px solid transparent;font-size:.9rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em;transition:.18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow);text-decoration:none}
.btn-primary{background:var(--bronze);color:#fff}
.btn-outline{border-color:#fff;color:#fff;background:transparent}
.topbar{background:#070402;color:#fff;font-size:.9rem;font-weight:700;border-bottom:1px solid rgba(193,132,69,.25)}
.topbar .container{min-height:38px;display:flex;justify-content:flex-end;align-items:center;gap:1rem;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:99;background:linear-gradient(180deg,#15100c 0%,#090604 100%)!important;background-image:none!important;color:#fff;border-bottom:2px solid var(--bronze);box-shadow:0 4px 18px rgba(0,0,0,.35)}
.header-inner{min-height:104px;display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}
.logo-wrap{background:radial-gradient(circle at center,rgba(245,235,221,.28),rgba(193,132,69,.10) 45%,transparent 72%);padding:8px 14px;border-radius:10px}
.logo-img{width:300px;max-height:96px;object-fit:contain}
.primary-menu{display:flex;align-items:center;justify-content:center;gap:clamp(.85rem,2vw,1.8rem);padding:0;margin:0;list-style:none}
.primary-menu a{font-size:.88rem;font-weight:900;text-transform:uppercase}
.primary-menu a:hover{color:var(--bronze)}
.hero{min-height:560px;color:#fff;display:flex;align-items:center;background:linear-gradient(90deg,rgba(9,6,4,.96),rgba(9,6,4,.74) 42%,rgba(9,6,4,.12)),url('assets/images/hero-builtins.jpg') center/cover no-repeat!important}
.hero-content{max-width:640px;padding:4.3rem 0}
.hero h1{font-size:clamp(3.2rem,7vw,6.3rem);color:#f8eee3;text-shadow:0 7px 20px rgba(0,0,0,.65)}
.hero p{font-size:clamp(1.05rem,2vw,1.3rem);max-width:570px;margin:1.1rem 0 1.65rem}
.actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-badges{display:flex;gap:1.35rem;flex-wrap:wrap;margin-top:1.55rem}
.hero-badge{display:flex;gap:.45rem;align-items:center;font-weight:900;font-size:.78rem;text-transform:uppercase}
.hero-badge span{color:var(--bronze);font-size:1.25rem}
.section{padding:clamp(3.5rem,6vw,6rem) 0;background:var(--black)!important;background-image:none!important}
.panel{background:var(--tan);border:1px solid var(--line);box-shadow:var(--shadow);padding:clamp(1.4rem,3vw,2.8rem)}
.section-header{text-align:center;max-width:920px;margin:0 auto 2rem}
.section-header h2{font-size:clamp(2.1rem,4vw,3.25rem)}
.section-header p{font-size:1.06rem;color:#5a4b3d}
.section-dark{background:var(--black)!important;background-image:none!important;color:#fff}
.section-dark .panel{background:var(--black2);color:#fff;border-color:rgba(193,132,69,.45)}
.section-dark p,.section-dark li{color:var(--muted)}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.service-card{background:var(--cream);border:1px solid var(--line);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.14);transition:.18s ease;display:flex;flex-direction:column}
.service-card:hover{transform:translateY(-4px)}
.service-card img{width:100%;height:230px;object-fit:cover}
.service-body{padding:1.2rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.service-body h3{font-size:1.65rem;color:var(--text)}
.service-body p{margin:0;color:#514236}
.service-body a{margin-top:auto;color:var(--bronze2);font-weight:900;text-transform:uppercase;font-size:.82rem}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.image-frame{border:8px solid var(--cream);box-shadow:var(--shadow)}
.image-frame img{width:100%;height:430px;object-fit:cover}
.check-list{list-style:none;padding:0;margin:1.2rem 0 0}
.check-list li{margin:.7rem 0}
.check-list li:before{content:'✓';color:var(--bronze);font-weight:900;margin-right:.55rem}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.portfolio-item{background:var(--cream);border:1px solid var(--line);overflow:hidden}
.portfolio-item img{width:100%;height:230px;object-fit:cover}
.portfolio-item figcaption{padding:1rem;font-weight:900;text-transform:uppercase}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.review-box{background:var(--cream);border:1px solid var(--line);padding:1.35rem}
.stars{color:var(--bronze);font-size:1.15rem;letter-spacing:.08em;margin-bottom:.75rem}
.faq-list{max-width:980px;margin:0 auto;display:grid;gap:.9rem}
.faq-item{background:var(--cream);border:1px solid var(--line);padding:1.15rem}
.faq-item h3{font-family:Arial,Helvetica,sans-serif;font-size:1rem;font-weight:900;text-transform:none;letter-spacing:0;margin-bottom:.35rem}
.contact-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:2rem;align-items:start}
.contact-form-card,.contact-details{background:var(--tan);border:1px solid var(--line);box-shadow:var(--shadow);padding:2rem}
.leadconnector-form-placeholder{background:var(--cream);border:1px dashed var(--bronze);padding:1.2rem;margin-top:1rem;color:#4d3c2d}
.leadconnector-form-placeholder code{background:#eee0cd;padding:.15rem .35rem;border-radius:3px}
.cta-section{background:linear-gradient(135deg,#24150d,#090604)!important;background-image:none!important;color:#fff;text-align:center;padding:70px 24px;border-top:3px solid var(--bronze);border-bottom:3px solid var(--bronze)}
.cta-section h2{font-size:clamp(2.4rem,5vw,4.6rem)}
.cta-section p{max-width:720px;margin:1rem auto 1.6rem;color:var(--muted)}
.site-footer{background:#070402!important;background-image:none!important;color:var(--muted);padding:2.5rem 0 1rem;border-top:2px solid var(--bronze)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.footer-logo{width:260px;margin-bottom:1rem}
.site-footer h3{font-size:1.3rem;color:#fff;margin-bottom:.7rem}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:.4rem 0}
.copyright{border-top:1px solid rgba(255,255,255,.14);padding-top:1rem;margin-top:2rem;text-align:center;font-size:.85rem}
.page-hero{background:linear-gradient(90deg,#090604,#24150d)!important;background-image:none!important;color:#fff;padding:5rem 0;border-bottom:3px solid var(--bronze)}
.page-hero h1{font-size:clamp(3rem,6vw,5.4rem)}
.breadcrumb{color:var(--bronze);font-weight:900;text-transform:uppercase;margin-bottom:.8rem}
.post-card{background:var(--tan);border:1px solid var(--line);padding:1.5rem;margin-bottom:1.5rem}
@media(max-width:1180px){.header-inner{grid-template-columns:1fr;gap:1rem;padding:1rem 0}.primary-menu{justify-content:flex-start;flex-wrap:wrap}.services-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.topbar{display:none}.split-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.image-frame img{height:300px}.logo-img{width:240px}}
@media(max-width:540px){.container{width:min(100% - 28px,1400px)}.services-grid,.portfolio-grid,.reviews-grid,.footer-grid{grid-template-columns:1fr}.actions{flex-direction:column}.btn{width:100%}.hero{min-height:530px}}


/* ============================================================
   V9.1 PROFESSIONAL POLISH
   Solid header, no background bleed, improved logo visibility,
   cleaner navigation spacing, and refined premium styling.
   ============================================================ */

/* Global site canvas */
html,
body,
#page,
.site,
.site-main,
main,
.entry-content,
.wp-site-blocks {
    background: #090604 !important;
    background-image: none !important;
}

/* Solid dark walnut header */
.site-header,
header.site-header,
.site-header::before,
.site-header::after {
    background: #15100c !important;
    background-image: none !important;
    border-bottom: 3px solid #c18445 !important;
    box-shadow: 0 6px 22px rgba(0,0,0,.42) !important;
    backdrop-filter: none !important;
}

/* Top contact bar */
.topbar,
.top-bar {
    background: #070402 !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(193,132,69,.35) !important;
}

/* Prevent page builder or theme sections from repeating header/image backgrounds */
.site-content,
.content-area,
.page,
.page-header,
.page-hero,
.entry-header,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.wp-block-group,
.lhs-hero,
.section,
.section-dark,
.panel,
.contact-form-card,
.contact-details,
.post-card {
    background-repeat: no-repeat !important;
}

.page-header,
.entry-header,
.page-hero,
.lhs-hero {
    background: linear-gradient(90deg, #090604 0%, #24150d 100%) !important;
    background-image: none !important;
}

/* Keep homepage hero image only where intended */
.hero {
    background:
        linear-gradient(
            90deg,
            rgba(9,6,4,.96) 0%,
            rgba(9,6,4,.76) 42%,
            rgba(9,6,4,.16) 100%
        ),
        url('assets/images/hero-builtins.jpg') center center / cover no-repeat !important;
}

/* Logo readability on dark header */
.logo-wrap {
    background: rgba(245,235,221,.14) !important;
    border: 1px solid rgba(193,132,69,.34) !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    box-shadow:
        0 8px 24px rgba(0,0,0,.35),
        inset 0 0 24px rgba(193,132,69,.08) !important;
}

.logo-img {
    filter:
        drop-shadow(0 3px 7px rgba(0,0,0,.65))
        drop-shadow(0 0 10px rgba(245,235,221,.18)) !important;
}

/* Navigation refinement */
.primary-menu {
    gap: clamp(1.15rem, 2.4vw, 2.35rem) !important;
}

.primary-menu a {
    position: relative !important;
    color: #fff8ef !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    padding: .55rem 0 !important;
    transition: color .22s ease !important;
}

.primary-menu a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: .25rem !important;
    width: 0 !important;
    height: 2px !important;
    background: #c18445 !important;
    transition: width .22s ease !important;
}

.primary-menu a:hover,
.primary-menu a:focus {
    color: #c18445 !important;
    text-decoration: none !important;
}

.primary-menu a:hover::after,
.primary-menu a:focus::after {
    width: 100% !important;
}

/* Premium panel/card polish */
.panel,
.contact-form-card,
.contact-details,
.post-card {
    background: #f5ebdd !important;
    border: 1px solid #d4b08a !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.26) !important;
}

.service-card,
.portfolio-item,
.review-box,
.faq-item {
    background: #fff8ef !important;
    border: 1px solid rgba(193,132,69,.42) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;
}

/* Better image presentation */
.service-card img,
.portfolio-item img,
.image-frame img {
    object-fit: cover !important;
    object-position: center center !important;
}

/* Section rhythm */
.section {
    background: #090604 !important;
    background-image: none !important;
}

.section-dark {
    background: #090604 !important;
    background-image: none !important;
}

.section-dark .panel {
    background: #15100c !important;
    border-color: rgba(193,132,69,.55) !important;
}

/* CTA and footer stay clean and solid */
.cta-section,
.lhs-cta {
    background: linear-gradient(135deg, #24150d 0%, #090604 100%) !important;
    background-image: none !important;
    border-top: 3px solid #c18445 !important;
    border-bottom: 3px solid #c18445 !important;
}

.site-footer,
.site-footer::before,
.site-footer::after {
    background: #070402 !important;
    background-image: none !important;
    border-top: 3px solid #c18445 !important;
}

/* Mobile header polish */
@media (max-width: 1180px) {
    .header-inner {
        align-items: flex-start !important;
    }

    .primary-menu {
        gap: 1rem 1.35rem !important;
    }
}

@media (max-width: 540px) {
    .logo-wrap {
        padding: 8px 12px !important;
    }

    .logo-img {
        width: 220px !important;
    }
}

/* ============================================================
   V9.2 SITE POLISH
   ============================================================ */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c18445!important;outline-offset:3px!important}
.service-card-link{display:flex!important;flex-direction:column!important;color:inherit!important;text-decoration:none!important;height:100%!important}
.service-card-link:hover,.service-card-link:focus{color:inherit!important;text-decoration:none!important}
.service-card{border:1px solid rgba(193,132,69,.42)!important}
.service-card:hover,.service-card:focus-within{transform:translateY(-5px)!important;box-shadow:0 18px 38px rgba(0,0,0,.22)!important;border-color:#c18445!important}
.service-body .service-cta{display:inline-block!important;margin-top:auto!important;color:#a96727!important;font-weight:900!important;text-transform:uppercase!important;font-size:.82rem!important}
.inline-cta{margin-top:2.25rem;padding:2rem;background:#24150d;color:#fff8ef;border-left:6px solid #c18445;box-shadow:0 14px 32px rgba(0,0,0,.18)}
.inline-cta h3{color:#fff8ef;font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:.8rem}
.inline-cta p{color:#e4d6c4;max-width:760px}
.inline-cta .btn{margin-top:.6rem}
.contact-page-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:2rem;align-items:start}
.contact-help-card{background:#fff8ef;border:1px solid rgba(193,132,69,.42);padding:1.5rem;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.contact-help-card h3{color:#241a12;font-size:1.65rem;margin-bottom:.7rem}
.contact-help-card ul{margin:0;padding-left:1.2rem}.contact-help-card li{margin-bottom:.55rem}
.portfolio-category{margin-bottom:2rem;background:#fff8ef;border:1px solid rgba(193,132,69,.42);box-shadow:0 10px 24px rgba(0,0,0,.12);overflow:hidden}
.portfolio-category-header{padding:1.5rem}.portfolio-category-header h2{font-size:clamp(2rem,4vw,3.1rem)}
.portfolio-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.65rem;padding:0 1.5rem 1.5rem}
.portfolio-gallery img{width:100%;height:220px;object-fit:cover;background:#15100c}.portfolio-gallery img:first-child{grid-row:span 2;height:450px}
.btn[aria-label]{text-decoration:none!important}a[href^="tel:"],a[href^="mailto:"]{font-weight:800}
.service-card img,.portfolio-item img,.image-frame img{object-fit:cover!important;object-position:center center!important}
@media(max-width:900px){.contact-page-grid{grid-template-columns:1fr}.portfolio-gallery{grid-template-columns:1fr}.portfolio-gallery img,.portfolio-gallery img:first-child{height:260px;grid-row:auto}}


/* ============================================================
   LHS OCALA V10 PREMIUM HOMEPAGE
   Inspired by approved homepage mockup.
   ============================================================ */

:root{
  --lhs-black:#090604;
  --lhs-dark:#15100c;
  --lhs-walnut:#24150d;
  --lhs-gold:#c18445;
  --lhs-gold-dark:#a96727;
  --lhs-tan:#f5ebdd;
  --lhs-cream:#fff8ef;
  --lhs-text:#241a12;
  --lhs-muted:#e6ddd3;
}

body{
  background:#090604!important;
}

.site-header{
  background:#090604!important;
  border-bottom:1px solid rgba(193,132,69,.38)!important;
}

.logo-wrap{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}

.logo-img{
  width:260px!important;
  max-height:86px!important;
  object-fit:contain!important;
}

.primary-menu a{
  color:#fff8ef!important;
  letter-spacing:.08em!important;
}

.primary-menu a:hover{
  color:#c18445!important;
}

/* V10 Hero */
.v10-hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(9,6,4,.96) 0%,rgba(9,6,4,.78) 43%,rgba(9,6,4,.20) 100%),
    url('assets/images/homepage-hero-builtins-entertainment-center.jpg') center center/cover no-repeat;
}

.v10-hero .container{
  position:relative;
  z-index:2;
}

.v10-hero-content{
  max-width:720px;
  padding:95px 0;
}

.v10-hero-kicker{
  color:#c18445;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:18px;
}

.v10-hero h1{
  font-family:Impact,Arial Black,sans-serif;
  font-size:clamp(3.8rem,7vw,7rem);
  line-height:.92;
  text-transform:uppercase;
  color:#fff8ef;
  text-shadow:0 10px 25px rgba(0,0,0,.65);
}

.v10-hero p{
  font-size:1.22rem;
  line-height:1.75;
  color:#eee2d5;
  max-width:620px;
  margin:24px 0 32px;
}

.v10-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.v10-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:3px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  text-decoration:none!important;
  transition:.2s ease;
}

.v10-btn-primary{
  background:#c18445;
  color:#fff!important;
}

.v10-btn-primary:hover{
  background:#a96727;
  transform:translateY(-2px);
}

.v10-btn-outline{
  border:2px solid rgba(255,255,255,.78);
  color:#fff!important;
}

.v10-btn-outline:hover{
  border-color:#c18445;
  color:#c18445!important;
}

/* Trust bar */
.v10-trustbar{
  background:#140d08;
  color:#fff8ef;
  border-top:1px solid rgba(193,132,69,.35);
  border-bottom:1px solid rgba(193,132,69,.35);
}

.v10-trustbar-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  padding:24px 0;
}

.v10-trust-item{
  display:flex;
  align-items:center;
  gap:14px;
}

.v10-trust-icon{
  color:#c18445;
  font-size:34px;
  line-height:1;
}

.v10-trust-item strong{
  display:block;
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.v10-trust-item span{
  display:block;
  color:#d8c7b0;
  font-size:.92rem;
}

/* Service grid */
.v10-light-section{
  background:#f5ebdd!important;
  padding:72px 0;
}

.v10-section-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 36px;
}

.v10-section-header .eyebrow{
  color:#c18445;
}

.v10-section-header h2{
  font-family:Impact,Arial Black,sans-serif;
  color:#24150d;
  font-size:clamp(2.6rem,5vw,4.5rem);
  text-transform:uppercase;
  line-height:1;
}

.v10-section-header p{
  color:#4d3c2d;
  font-size:1.15rem;
  line-height:1.75;
}

.v10-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.v10-service-tile{
  position:relative;
  display:block;
  min-height:220px;
  overflow:hidden;
  border:1px solid rgba(193,132,69,.55);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  text-decoration:none!important;
  background:#090604;
}

.v10-service-tile img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}

.v10-service-tile:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.72) 100%);
  z-index:1;
}

.v10-service-tile span{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  display:block;
  padding:16px 12px;
  background:rgba(9,6,4,.84);
  color:#fff;
  text-align:center;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.v10-service-tile:hover img{
  transform:scale(1.05);
  filter:brightness(1.08);
}

/* Featured project */
.v10-featured{
  background:#090604;
  color:#fff;
  padding:78px 0;
  border-top:1px solid rgba(193,132,69,.35);
  border-bottom:1px solid rgba(193,132,69,.35);
}

.v10-featured-grid{
  display:grid;
  grid-template-columns:.85fr 1.4fr;
  gap:42px;
  align-items:center;
}

.v10-featured h2{
  font-family:Impact,Arial Black,sans-serif;
  font-size:clamp(2.6rem,5vw,4.4rem);
  text-transform:uppercase;
  line-height:1;
  color:#fff8ef;
}

.v10-featured p{
  color:#e6ddd3;
  font-size:1.1rem;
  line-height:1.8;
}

.v10-featured img{
  width:100%;
  height:420px;
  object-fit:cover;
  border:1px solid rgba(193,132,69,.55);
  box-shadow:0 18px 46px rgba(0,0,0,.35);
}

/* Reviews */
.v10-reviews{
  background:#fff8ef;
  padding:72px 0;
}

.v10-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.v10-review{
  background:#f5ebdd;
  border:1px solid #d4b08a;
  padding:28px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.v10-stars{
  color:#c18445;
  font-size:1.4rem;
  letter-spacing:.1em;
  margin-bottom:12px;
}

.v10-review p{
  color:#4d3c2d;
  line-height:1.8;
}

.v10-review strong{
  color:#24150d;
}

/* Bottom CTA */
.v10-bottom-cta{
  background:#140d08;
  color:#fff;
  padding:58px 0;
  border-top:1px solid rgba(193,132,69,.4);
}

.v10-bottom-cta .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
}

.v10-bottom-cta h2{
  font-family:Impact,Arial Black,sans-serif;
  font-size:clamp(2rem,4vw,3.3rem);
  text-transform:uppercase;
  margin:0;
}

.v10-bottom-cta p{
  color:#e6ddd3;
  margin:.4rem 0 0;
}

@media(max-width:1100px){
  .v10-services-grid{grid-template-columns:repeat(2,1fr)}
  .v10-trustbar-grid{grid-template-columns:repeat(2,1fr)}
  .v10-featured-grid{grid-template-columns:1fr}
  .v10-review-grid{grid-template-columns:1fr}
}

@media(max-width:640px){
  .v10-trustbar-grid{grid-template-columns:1fr}
  .v10-services-grid{grid-template-columns:1fr}
  .v10-hero{min-height:620px}
  .v10-actions{flex-direction:column}
  .v10-btn{width:100%}
  .v10-featured img{height:280px}
}


/* ============================================================
   LHS OCALA V10.1 SITEWIDE PREMIUM SYSTEM
   Official logo, clean images, HTML/CSS overlay text, unified pages.
   ============================================================ */

:root{
  --lhs-black:#090604;
  --lhs-charcoal:#0f0b08;
  --lhs-dark:#15100c;
  --lhs-walnut:#24150d;
  --lhs-gold:#c18445;
  --lhs-gold-dark:#a96727;
  --lhs-tan:#f5ebdd;
  --lhs-cream:#fff8ef;
  --lhs-text:#241a12;
  --lhs-muted:#e6ddd3;
  --lhs-border:#d4b08a;
}

html,body{
  background:#090604!important;
}

body{
  color:#24150d;
}

/* Header and logo */
.site-header{
  background:#090604!important;
  background-image:none!important;
  border-bottom:1px solid rgba(193,132,69,.42)!important;
}

.logo-wrap{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}

.logo-img{
  width:280px!important;
  max-height:92px!important;
  object-fit:contain!important;
}

.primary-menu a{
  color:#fff8ef!important;
  letter-spacing:.08em!important;
}

.primary-menu a:hover{
  color:#c18445!important;
}

.btn-primary,
.v10-btn-primary,
.lhs-btn{
  background:#c18445!important;
  color:#fff!important;
}

.btn-primary:hover,
.v10-btn-primary:hover,
.lhs-btn:hover{
  background:#a96727!important;
}

/* Universal V10.1 page shell */
.lhs-v101-page{
  font-family:Arial,Helvetica,sans-serif;
  background:#090604;
  color:#24150d;
}

.lhs-v101-hero{
  position:relative;
  color:#fff;
  text-align:center;
  padding:90px 20px;
  background:
    linear-gradient(180deg,rgba(9,6,4,.70),rgba(9,6,4,.92)),
    var(--hero-image, linear-gradient(135deg,#24150d,#090604)) center center/cover no-repeat;
  border-bottom:1px solid rgba(193,132,69,.42);
}

.lhs-v101-logo{
  display:block;
  max-width:420px;
  width:100%;
  height:auto;
  margin:0 auto 35px;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.6));
}

.lhs-v101-eyebrow{
  color:#c18445;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:16px;
}

.lhs-v101-hero h1,
.lhs-v101-section h2,
.lhs-v101-cta h2{
  font-family:Impact,Arial Black,sans-serif;
  text-transform:uppercase;
  letter-spacing:2px;
}

.lhs-v101-hero h1{
  font-size:clamp(3.2rem,7vw,6rem);
  line-height:.95;
  margin:16px 0 0;
  color:#fff8ef;
  text-shadow:0 10px 25px rgba(0,0,0,.65);
}

.lhs-v101-line{
  width:120px;
  height:4px;
  background:#c18445;
  margin:30px auto;
}

.lhs-v101-hero h2{
  color:#c18445;
  font-size:28px;
  margin:0;
}

.lhs-v101-hero p{
  max-width:950px;
  margin:30px auto 0;
  font-size:20px;
  line-height:1.9;
  color:#e6ddd3;
}

.lhs-v101-section{
  max-width:1300px;
  margin:70px auto;
  padding:0 22px;
}

.lhs-v101-panel{
  background:#f5ebdd;
  border:1px solid #c18445;
  border-radius:8px;
  padding:38px;
  box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.lhs-v101-panel h2{
  color:#24150d;
  font-size:clamp(2.4rem,5vw,4rem);
  margin-top:0;
}

.lhs-v101-panel p{
  color:#4d3c2d;
  font-size:18px;
  line-height:1.85;
}

.lhs-v101-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.lhs-v101-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.lhs-v101-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.lhs-v101-card{
  background:#fff8ef;
  border:1px solid #d4b08a;
  border-radius:6px;
  padding:26px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.lhs-v101-card h3{
  margin-top:0;
  color:#24150d;
  font-size:22px;
}

.lhs-v101-card p{
  color:#4d3c2d;
  line-height:1.75;
}

.lhs-v101-image-card{
  position:relative;
  display:block;
  min-height:260px;
  overflow:hidden;
  border-radius:6px;
  border:1px solid rgba(193,132,69,.56);
  background:#090604;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
  text-decoration:none!important;
}

.lhs-v101-image-card img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}

.lhs-v101-image-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.76) 100%);
  z-index:1;
}

.lhs-v101-image-card span{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:18px 14px;
  background:rgba(9,6,4,.82);
  color:#fff;
  text-align:center;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.lhs-v101-image-card:hover img{
  transform:scale(1.05);
  filter:brightness(1.08);
}

.lhs-v101-cta{
  background:#140d08;
  color:#fff;
  text-align:center;
  padding:60px 24px;
  border-top:1px solid rgba(193,132,69,.45);
}

.lhs-v101-cta h2{
  color:#fff8ef;
  font-size:clamp(2.2rem,5vw,4rem);
  margin-top:0;
}

.lhs-v101-cta p{
  max-width:850px;
  color:#e6ddd3;
  font-size:19px;
  line-height:1.8;
  margin:0 auto 28px;
}

.lhs-v101-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:52px;
  padding:0 28px;
  border-radius:4px;
  background:#c18445;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  transition:.2s ease;
}

.lhs-v101-btn:hover{
  background:#a96727;
  transform:translateY(-2px);
}

/* Page editor compatibility */
.page-template-page-contact .page-hero,
.page-template-page-portfolio .page-hero,
.page-template-page-services .page-hero,
.page-template-page-about .page-hero,
.page-template-page-reviews .page-hero,
.page-template-page-faq .page-hero{
  display:none!important;
}

/* Let editor content span naturally inside simple page templates */
.page-template-page-contact .section,
.page-template-page-portfolio .section,
.page-template-page-services .section,
.page-template-page-about .section,
.page-template-page-reviews .section,
.page-template-page-faq .section{
  padding:0!important;
}

.page-template-page-contact .container,
.page-template-page-portfolio .container,
.page-template-page-services .container,
.page-template-page-about .container,
.page-template-page-reviews .container,
.page-template-page-faq .container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

/* Contact embed consistency */
.lhs-contact-page iframe,
.lhs-form-box iframe{
  display:block;
  width:100%!important;
  border:none!important;
  border-radius:6px!important;
}

@media(max-width:1100px){
  .lhs-v101-grid-4{grid-template-columns:repeat(2,1fr)}
  .lhs-v101-grid-3{grid-template-columns:1fr}
}

@media(max-width:900px){
  .lhs-v101-grid-2{grid-template-columns:1fr}
}

@media(max-width:640px){
  .lhs-v101-logo{max-width:320px}
  .lhs-v101-hero{padding:70px 18px}
  .lhs-v101-grid-4{grid-template-columns:1fr}
  .lhs-v101-panel{padding:28px}
}


/* ============================================================
   LHS OCALA V10.2 CLEAN IMAGE FIX
   Images contain no baked-in wording; all wording is HTML/CSS.
   ============================================================ */

.v10-service-tile span{
  background:rgba(9,6,4,.88)!important;
}

.v10-service-tile img{
  object-position:center center!important;
}

.v10-hero{
  background:
    linear-gradient(90deg,rgba(9,6,4,.96) 0%,rgba(9,6,4,.78) 43%,rgba(9,6,4,.20) 100%),
    url('assets/images/homepage-hero-builtins-entertainment-center.jpg') center center/cover no-repeat!important;
}


/* ============================================================
   LHS OCALA V10.3 CLEAN HERO OVERLAY
   Keeps wording/buttons on top of image while image stays clean.
   ============================================================ */

.v10-hero{
  min-height:680px!important;
  background:
    linear-gradient(90deg,rgba(9,6,4,.96) 0%,rgba(9,6,4,.82) 38%,rgba(9,6,4,.28) 72%,rgba(9,6,4,.10) 100%),
    url('assets/images/homepage-hero-builtins-entertainment-center.jpg') center center/cover no-repeat!important;
}

.v10-hero-content{
  max-width:680px!important;
  padding:105px 0!important;
}

.v10-hero-kicker{
  color:#c18445!important;
  font-size:1.08rem!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
  margin-bottom:14px!important;
}

.v10-hero h1{
  font-size:clamp(3.6rem,6.8vw,6.6rem)!important;
  line-height:.94!important;
  color:#fff8ef!important;
  text-shadow:0 8px 22px rgba(0,0,0,.72)!important;
}

.v10-hero p{
  max-width:590px!important;
  color:#f0e7dc!important;
  font-size:1.18rem!important;
  line-height:1.75!important;
  text-shadow:0 3px 14px rgba(0,0,0,.70)!important;
}

.v10-actions{
  margin-top:28px!important;
}

.v10-btn-primary{
  background:#c18445!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(0,0,0,.28)!important;
}

.v10-btn-outline{
  background:rgba(9,6,4,.42)!important;
  border:2px solid rgba(255,255,255,.75)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
}

.v10-btn-outline:hover{
  border-color:#c18445!important;
  color:#c18445!important;
}

@media(max-width:700px){
  .v10-hero{
    min-height:620px!important;
    background:
      linear-gradient(180deg,rgba(9,6,4,.84) 0%,rgba(9,6,4,.92) 100%),
      url('assets/images/homepage-hero-builtins-entertainment-center.jpg') center center/cover no-repeat!important;
  }

  .v10-hero-content{
    padding:80px 0!important;
  }
}


/* ============================================================
   LHS OCALA V10.4 PHASE 1 BRAND UNIFIED
   Sitewide luxury carpentry brand system.
   ============================================================ */

:root{
  --lhs-black:#090604;
  --lhs-charcoal:#0f0b08;
  --lhs-header:#090604;
  --lhs-walnut:#24150d;
  --lhs-walnut-2:#15100c;
  --lhs-gold:#c18445;
  --lhs-gold-dark:#a96727;
  --lhs-tan:#f5ebdd;
  --lhs-cream:#fff8ef;
  --lhs-text:#241a12;
  --lhs-muted:#e6ddd3;
  --lhs-border:#d4b08a;
  --lhs-shadow:0 20px 45px rgba(0,0,0,.20);
}

html,
body,
#page,
.site,
.site-main,
main,
.entry-content,
.wp-site-blocks{
  background:#090604!important;
  background-image:none!important;
}

body{
  color:var(--lhs-text);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

a{
  transition:.2s ease;
}

/* Header */
.topbar{
  background:#070402!important;
  border-bottom:1px solid rgba(193,132,69,.35)!important;
}

.site-header{
  background:#090604!important;
  background-image:none!important;
  border-bottom:1px solid rgba(193,132,69,.48)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.38)!important;
}

.header-inner{
  min-height:98px!important;
}

.logo-wrap{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  padding:4px 0!important;
}

.logo-img{
  width:280px!important;
  max-height:90px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55))!important;
}

.primary-menu{
  gap:clamp(1rem,2vw,2rem)!important;
}

.primary-menu a{
  color:#fff8ef!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.primary-menu a:hover,
.primary-menu a:focus{
  color:#c18445!important;
}

/* Universal buttons */
.btn,
.v10-btn,
.lhs-btn,
.lhs-v101-btn,
.wp-block-button__link{
  border-radius:3px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.btn-primary,
.v10-btn-primary,
.lhs-btn,
.lhs-v101-btn,
.wp-block-button__link{
  background:#c18445!important;
  color:#fff!important;
  border-color:#c18445!important;
}

.btn-primary:hover,
.v10-btn-primary:hover,
.lhs-btn:hover,
.lhs-v101-btn:hover,
.wp-block-button__link:hover{
  background:#a96727!important;
  color:#fff!important;
  transform:translateY(-2px);
}

.btn-outline,
.v10-btn-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.75)!important;
  background:rgba(9,6,4,.42)!important;
}

.btn-outline:hover,
.v10-btn-outline:hover{
  color:#c18445!important;
  border-color:#c18445!important;
}

/* Headings and copy rhythm */
h1,h2,h3,h4,
.lhs-v101-hero h1,
.lhs-v101-section h2,
.v10-section-header h2{
  letter-spacing:.035em;
}

.eyebrow,
.lhs-eyebrow,
.lhs-v101-eyebrow{
  color:#c18445!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

/* Sitewide page design utility classes */
.lhs-page,
.lhs-about-page,
.lhs-reviews-page,
.lhs-faq-page,
.lhs-portfolio-page,
.lhs-contact-page,
.lhs-services-page,
.lhs-v101-page{
  font-family:Arial,Helvetica,sans-serif!important;
  background:#090604!important;
  color:#241a12!important;
}

.lhs-hero,
.lhs-about-hero,
.lhs-reviews-hero,
.lhs-faq-hero,
.lhs-portfolio-hero,
.lhs-contact-hero,
.lhs-services-hero,
.lhs-v101-hero{
  background:#24150d!important;
  background-image:linear-gradient(180deg,rgba(9,6,4,.25),rgba(9,6,4,.62))!important;
  color:#fff!important;
  text-align:center!important;
  padding:80px 20px!important;
  border-bottom:1px solid rgba(193,132,69,.48)!important;
}

.lhs-logo,
.lhs-about-logo,
.lhs-reviews-logo,
.lhs-faq-logo,
.lhs-portfolio-logo,
.lhs-contact-logo,
.lhs-services-logo,
.lhs-v101-logo{
  display:block!important;
  margin:0 auto 35px!important;
  max-width:420px!important;
  width:100%!important;
  height:auto!important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.55))!important;
}

.lhs-hero h1,
.lhs-about-hero h1,
.lhs-reviews-hero h1,
.lhs-faq-hero h1,
.lhs-portfolio-hero h1,
.lhs-contact-hero h1,
.lhs-services-hero h1,
.lhs-v101-hero h1{
  font-family:Impact,Arial Black,sans-serif!important;
  font-size:clamp(3.2rem,7vw,6rem)!important;
  line-height:.95!important;
  color:#fff8ef!important;
  margin:16px 0 0!important;
  text-transform:uppercase!important;
  text-shadow:0 8px 22px rgba(0,0,0,.65)!important;
}

.lhs-hero h2,
.lhs-about-hero h2,
.lhs-reviews-hero h2,
.lhs-faq-hero h2,
.lhs-portfolio-hero h2,
.lhs-contact-hero h2,
.lhs-services-hero h2,
.lhs-v101-hero h2{
  color:#c18445!important;
  font-size:28px!important;
  margin:0!important;
}

.lhs-hero p,
.lhs-about-hero p,
.lhs-reviews-hero p,
.lhs-faq-hero p,
.lhs-portfolio-hero p,
.lhs-contact-hero p,
.lhs-services-hero p,
.lhs-v101-hero p{
  max-width:950px!important;
  margin:30px auto 0!important;
  font-size:20px!important;
  line-height:1.9!important;
  color:#e6ddd3!important;
}

.lhs-gold-line,
.lhs-v101-line{
  width:120px!important;
  height:4px!important;
  background:#c18445!important;
  margin:30px auto!important;
}

.lhs-section,
.lhs-v101-section{
  max-width:1300px!important;
  margin:70px auto!important;
  padding:0 22px!important;
}

.lhs-panel,
.lhs-v101-panel{
  background:#f5ebdd!important;
  border:1px solid #c18445!important;
  border-radius:8px!important;
  padding:38px!important;
  box-shadow:var(--lhs-shadow)!important;
}

.lhs-panel h2,
.lhs-v101-panel h2{
  font-family:Impact,Arial Black,sans-serif!important;
  color:#24150d!important;
  font-size:clamp(2.4rem,5vw,4rem)!important;
  text-transform:uppercase!important;
  margin-top:0!important;
}

.lhs-panel p,
.lhs-v101-panel p{
  color:#4d3c2d!important;
  font-size:18px!important;
  line-height:1.85!important;
}

.lhs-card,
.lhs-v101-card,
.lhs-review-card,
.lhs-faq-item{
  background:#fff8ef!important;
  border:1px solid #d4b08a!important;
  border-radius:6px!important;
  padding:26px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
}

.lhs-card h3,
.lhs-v101-card h3,
.lhs-review-card h3,
.lhs-faq-item h3{
  color:#24150d!important;
  margin-top:0!important;
}

.lhs-card p,
.lhs-v101-card p,
.lhs-review-card p,
.lhs-faq-item p{
  color:#4d3c2d!important;
  line-height:1.75!important;
}

.lhs-cards,
.lhs-values,
.lhs-review-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;
  gap:22px!important;
}

/* Unified CTA */
.lhs-cta,
.lhs-v101-cta,
.bottom-cta,
.v10-bottom-cta{
  background:#140d08!important;
  color:#fff!important;
  text-align:center!important;
  padding:60px 24px!important;
  border-top:1px solid rgba(193,132,69,.48)!important;
}

.lhs-cta h2,
.lhs-v101-cta h2,
.bottom-cta h2,
.v10-bottom-cta h2{
  font-family:Impact,Arial Black,sans-serif!important;
  color:#fff8ef!important;
  font-size:clamp(2.2rem,5vw,4rem)!important;
  text-transform:uppercase!important;
  margin-top:0!important;
}

.lhs-cta p,
.lhs-v101-cta p,
.bottom-cta p,
.v10-bottom-cta p{
  color:#e6ddd3!important;
  max-width:850px!important;
  font-size:19px!important;
  line-height:1.8!important;
  margin:0 auto 28px!important;
}

/* WordPress editor pages should not get boxed twice */
.page-template-page-contact .section,
.page-template-page-portfolio .section,
.page-template-page-services .section,
.page-template-page-about .section,
.page-template-page-reviews .section,
.page-template-page-faq .section{
  padding:0!important;
  background:#090604!important;
}

.page-template-page-contact .container,
.page-template-page-portfolio .container,
.page-template-page-services .container,
.page-template-page-about .container,
.page-template-page-reviews .container,
.page-template-page-faq .container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

/* Hide legacy theme page hero on editable custom pages */
.page-template-page-contact .page-hero,
.page-template-page-portfolio .page-hero,
.page-template-page-services .page-hero,
.page-template-page-about .page-hero,
.page-template-page-reviews .page-hero,
.page-template-page-faq .page-hero{
  display:none!important;
}

/* Forms and embeds */
.lhs-form-box,
.contact-form-card,
.contact-details{
  background:#f5ebdd!important;
  border:1px solid #c18445!important;
  border-radius:8px!important;
  box-shadow:var(--lhs-shadow)!important;
}

.lhs-form-box iframe,
.lhs-contact-page iframe{
  display:block!important;
  width:100%!important;
  border:none!important;
  border-radius:6px!important;
}

/* Footer */
.site-footer{
  background:#070402!important;
  border-top:1px solid rgba(193,132,69,.48)!important;
}

.footer-logo{
  width:300px!important;
  max-width:100%!important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55))!important;
}

/* Accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid #c18445!important;
  outline-offset:3px!important;
}

@media(max-width:900px){
  .header-inner{
    grid-template-columns:1fr!important;
    gap:1rem!important;
  }

  .primary-menu{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }

  .lhs-panel,
  .lhs-v101-panel{
    padding:28px!important;
  }
}

@media(max-width:640px){
  .logo-img{
    width:235px!important;
  }

  .lhs-logo,
  .lhs-about-logo,
  .lhs-reviews-logo,
  .lhs-faq-logo,
  .lhs-portfolio-logo,
  .lhs-contact-logo,
  .lhs-services-logo,
  .lhs-v101-logo{
    max-width:320px!important;
  }

  .lhs-hero,
  .lhs-about-hero,
  .lhs-reviews-hero,
  .lhs-faq-hero,
  .lhs-portfolio-hero,
  .lhs-contact-hero,
  .lhs-services-hero,
  .lhs-v101-hero{
    padding:70px 18px!important;
  }
}


/* ============================================================
   LHS OCALA V11 COMPLETE SITE SYSTEM
   Final consolidated code base for current LHS Ocala site.
   ============================================================ */

:root{
  --lhs-black:#090604;
  --lhs-charcoal:#0f0b08;
  --lhs-dark:#15100c;
  --lhs-walnut:#24150d;
  --lhs-gold:#c18445;
  --lhs-gold-dark:#a96727;
  --lhs-tan:#f5ebdd;
  --lhs-cream:#fff8ef;
  --lhs-text:#241a12;
  --lhs-muted:#e6ddd3;
  --lhs-border:#d4b08a;
  --lhs-shadow:0 20px 45px rgba(0,0,0,.20);
}

html,
body,
#page,
.site,
.site-main,
main,
.entry-content,
.wp-site-blocks{
  background:#090604!important;
  background-image:none!important;
}

body{
  color:var(--lhs-text);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

img{
  max-width:100%;
  height:auto;
}

/* Header */
.topbar{
  background:#070402!important;
  border-bottom:1px solid rgba(193,132,69,.35)!important;
}

.site-header{
  background:#090604!important;
  background-image:none!important;
  border-bottom:1px solid rgba(193,132,69,.48)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.38)!important;
}

.header-inner{
  min-height:98px!important;
}

.logo-wrap{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  padding:4px 0!important;
}

.logo-img{
  width:280px!important;
  max-height:90px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55))!important;
}

.primary-menu{
  gap:clamp(1rem,2vw,2rem)!important;
}

.primary-menu a{
  color:#fff8ef!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.primary-menu a:hover,
.primary-menu a:focus{
  color:#c18445!important;
}

/* Editor controlled page templates */
.page-template-page-contact .section,
.page-template-page-portfolio .section,
.page-template-page-services .section,
.page-template-page-about .section,
.page-template-page-reviews .section,
.page-template-page-faq .section{
  padding:0!important;
  background:#090604!important;
}

.page-template-page-contact .container,
.page-template-page-portfolio .container,
.page-template-page-services .container,
.page-template-page-about .container,
.page-template-page-reviews .container,
.page-template-page-faq .container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.page-template-page-contact .page-hero,
.page-template-page-portfolio .page-hero,
.page-template-page-services .page-hero,
.page-template-page-about .page-hero,
.page-template-page-reviews .page-hero,
.page-template-page-faq .page-hero{
  display:none!important;
}

/* Sitewide hero image restore and consistency fix.
   This fixes the brown-block issue caused by earlier global !important background rules. */
.lhs-contact-hero,
.lhs-portfolio-hero,
.lhs-about-hero,
.lhs-reviews-hero,
.lhs-faq-hero,
.lhs-services-hero{
  background:
    linear-gradient(180deg,rgba(9,6,4,.78),rgba(9,6,4,.92)),
    url("assets/images/homepage-hero-builtins-entertainment-center.jpg") center center / cover no-repeat !important;
  color:#fff!important;
  text-align:center!important;
  border-bottom:1px solid rgba(193,132,69,.48)!important;
}

/* Universal page shells */
.lhs-contact-page,
.lhs-portfolio-page,
.lhs-about-page,
.lhs-reviews-page,
.lhs-faq-page,
.lhs-services-page{
  font-family:Arial,Helvetica,sans-serif!important;
  background:#090604!important;
  color:#241a12!important;
}

/* Hero text/logo common styling */
.lhs-contact-logo,
.lhs-portfolio-logo,
.lhs-about-logo,
.lhs-reviews-logo,
.lhs-faq-logo,
.lhs-services-logo{
  display:block!important;
  max-width:380px!important;
  width:100%!important;
  height:auto!important;
  margin:0 auto 35px!important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.55))!important;
}

.lhs-eyebrow{
  color:#c18445!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  font-size:16px!important;
}

.lhs-gold-line{
  width:120px!important;
  height:4px!important;
  background:#c18445!important;
  margin:30px auto!important;
}

.lhs-contact-hero h1,
.lhs-portfolio-hero h1,
.lhs-about-hero h1,
.lhs-reviews-hero h1,
.lhs-faq-hero h1,
.lhs-services-hero h1{
  font-family:Impact,Arial Black,sans-serif!important;
  font-size:clamp(3.2rem,7vw,6.2rem)!important;
  line-height:.95!important;
  color:#fff8ef!important;
  text-transform:uppercase!important;
  margin:16px auto!important;
  text-align:center!important;
  text-shadow:0 8px 22px rgba(0,0,0,.65)!important;
}

.lhs-contact-hero h2,
.lhs-portfolio-hero h2,
.lhs-about-hero h2,
.lhs-reviews-hero h2,
.lhs-faq-hero h2,
.lhs-services-hero h2{
  color:#c18445!important;
  font-size:28px!important;
  margin:0!important;
}

.lhs-contact-hero p,
.lhs-portfolio-hero p,
.lhs-about-hero p,
.lhs-reviews-hero p,
.lhs-faq-hero p,
.lhs-services-hero p{
  max-width:850px!important;
  margin:30px auto 0!important;
  font-size:20px!important;
  line-height:1.85!important;
  color:#e6ddd3!important;
  text-align:center!important;
}

/* Buttons */
.btn,
.v10-btn,
.lhs-btn,
.wp-block-button__link{
  border-radius:3px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  transition:.2s ease!important;
}

.btn-primary,
.v10-btn-primary,
.lhs-btn,
.wp-block-button__link{
  background:#c18445!important;
  color:#fff!important;
  border-color:#c18445!important;
}

.btn-primary:hover,
.v10-btn-primary:hover,
.lhs-btn:hover,
.wp-block-button__link:hover{
  background:#a96727!important;
  color:#fff!important;
  transform:translateY(-2px);
}

.btn-outline,
.v10-btn-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.75)!important;
  background:rgba(9,6,4,.42)!important;
}

.btn-outline:hover,
.v10-btn-outline:hover{
  color:#c18445!important;
  border-color:#c18445!important;
}

/* Panels, cards, and sections */
.lhs-panel,
.lhs-about-panel,
.lhs-reviews-panel,
.lhs-faq-panel,
.lhs-contact-info,
.lhs-form-panel,
.lhs-category{
  background:#fff8ef!important;
  border:1px solid #d4b08a!important;
  border-radius:8px!important;
  box-shadow:0 20px 45px rgba(0,0,0,.16)!important;
}

.lhs-card,
.lhs-value-card,
.lhs-review-card,
.lhs-faq-item,
.lhs-trust-card{
  background:#f5ebdd!important;
  border:1px solid #d4b08a!important;
  border-radius:8px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
}

.lhs-contact-wrap,
.lhs-portfolio-section,
.lhs-about-section,
.lhs-reviews-section,
.lhs-faq-section,
.lhs-services-section{
  background:#f5ebdd!important;
}

/* CTAs */
.lhs-contact-cta,
.lhs-portfolio-cta,
.lhs-about-cta,
.lhs-reviews-cta,
.lhs-faq-cta,
.lhs-services-cta,
.lhs-cta,
.v10-bottom-cta{
  background:#24150d!important;
  color:#fff!important;
  text-align:center!important;
  border-top:1px solid rgba(193,132,69,.45)!important;
}

.lhs-contact-cta h2,
.lhs-portfolio-cta h2,
.lhs-about-cta h2,
.lhs-reviews-cta h2,
.lhs-faq-cta h2,
.lhs-services-cta h2,
.lhs-cta h2,
.v10-bottom-cta h2{
  font-family:Impact,Arial Black,sans-serif!important;
  color:#fff8ef!important;
  text-transform:uppercase!important;
}

/* Iframes */
.lhs-form-frame iframe,
.lhs-contact-page iframe,
.lhs-form-box iframe{
  display:block!important;
  width:100%!important;
  border:none!important;
  border-radius:6px!important;
}

/* Footer */
.site-footer{
  background:#070402!important;
  background-image:none!important;
  border-top:1px solid rgba(193,132,69,.48)!important;
}

.footer-logo{
  width:300px!important;
  max-width:100%!important;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55))!important;
}

/* Accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid #c18445!important;
  outline-offset:3px!important;
}

/* Responsive */
@media(max-width:1000px){
  .lhs-contact-grid,
  .lhs-trust-grid,
  .lhs-category-feature,
  .lhs-about-grid,
  .lhs-values-grid,
  .lhs-review-highlight,
  .lhs-review-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:900px){
  .header-inner{
    grid-template-columns:1fr!important;
    gap:1rem!important;
  }

  .primary-menu{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
}

@media(max-width:600px){
  .logo-img{
    width:235px!important;
  }

  .lhs-contact-logo,
  .lhs-portfolio-logo,
  .lhs-about-logo,
  .lhs-reviews-logo,
  .lhs-faq-logo,
  .lhs-services-logo{
    max-width:300px!important;
  }

  .lhs-contact-hero h1,
  .lhs-portfolio-hero h1,
  .lhs-about-hero h1,
  .lhs-reviews-hero h1,
  .lhs-faq-hero h1,
  .lhs-services-hero h1{
    font-size:44px!important;
  }
}


/* ============================================================
   LHS OCALA V11.1 FOOTER LINK POLISH
   ============================================================ */
.site-footer a{
  color:#e6ddd3!important;
}
.site-footer a:hover,
.site-footer a:focus{
  color:#c18445!important;
}
.site-footer .footer-grid{
  align-items:start!important;
}
.site-footer h3{
  color:#fff8ef!important;
}
.site-footer li{
  line-height:1.6!important;
}


/* ============================================================
   V11.2 FOOTER LINK FIX
   Services footer links point to homepage anchors.
   ============================================================ */

#custom-closets,
#entertainment-centers,
#built-in-cabinetry,
#feature-walls,
#fireplace-mantels,
#finish-carpentry,
#commercial-millwork,
#furniture-restoration{
  scroll-margin-top:130px;
}

.site-footer a{
  color:#e6ddd3!important;
}

.site-footer a:hover,
.site-footer a:focus{
  color:#c18445!important;
}
