
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#000000;
  --primary:#2d2d2d;
  --surface:#141414;
  --surface-2:#1c1c1c;
  --border:#3a3a3a;
  --accent:#c9a227;
  --accent-hover:#e0b83a;
  --text:#f5f5f5;
  --muted:#a0a0a0;
  --white:#ffffff;
  --display:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --body:"Open Sans","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
}
html{scroll-behavior:smooth}
body{
  font-family:var(--body);
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
  font-size:16px;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button,input,textarea,select{font-family:inherit}
.container{width:min(1200px,92%);margin:0 auto}
.eyebrow{
  font-family:var(--display);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
}
h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.02em;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  padding:.95rem 1.6rem;
  font-family:var(--display);
  font-weight:700;
  font-size:.9rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  border-radius:999px;
  border:2px solid transparent;
  transition:background .25s,color .25s,border-color .25s,transform .2s;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px)}
.btn-accent{background:var(--accent);color:#111;border-color:var(--accent)}
.btn-accent:hover{background:var(--accent-hover);border-color:var(--accent-hover)}
.btn-outline{background:transparent;color:var(--text);border-color:rgba(255,255,255,.35)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent)}
.btn-dark{background:var(--primary);color:var(--text);border-color:var(--primary)}
.btn-dark:hover{background:#3a3a3a}
.icon-circle{
  width:36px;height:36px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#111;flex-shrink:0;
}
.icon-circle svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* TOP BAR */
.topbar{
  background:var(--accent);
  color:#111;
  font-size:.88rem;
  font-weight:600;
}
.topbar-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:1rem;padding:.55rem 0;flex-wrap:wrap;
}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.topbar a:hover{text-decoration:underline}

/* HEADER */
.site-header{
  background:var(--bg);
  border-bottom:1px solid var(--border);
  position:sticky;top:0;z-index:100;
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:1.5rem;padding:1rem 0;min-height:84px;
}
.logo{
  display:flex;align-items:center;gap:.75rem;flex-shrink:0;
}
.logo-mark{
  width:48px;height:48px;border-radius:8px;
  background:linear-gradient(135deg,var(--accent),#8a7018);
  display:flex;align-items:center;justify-content:center;
  color:#111;font-family:var(--display);font-weight:900;font-size:1.15rem;
}
.logo-text{display:flex;flex-direction:column;line-height:1.15}
.logo-text strong{font-family:var(--display);font-size:1.05rem;font-weight:800;color:var(--white)}
.logo-text span{font-size:.7rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:1.5rem}
.nav a{
  font-family:var(--display);font-weight:600;font-size:.88rem;
  color:var(--text);transition:color .2s;
}
.nav a:hover{color:var(--accent)}
.header-cta{display:flex;align-items:center;gap:.75rem}
.header-phone{
  font-family:var(--display);font-weight:800;font-size:1rem;color:var(--accent);
  display:flex;align-items:center;gap:.4rem;
}
.menu-toggle{display:none;background:none;border:0;color:var(--text);cursor:pointer;padding:.5rem}
.menu-toggle svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:2}

/* HERO */
.hero{
  position:relative;min-height:620px;
  display:flex;align-items:center;
  padding:6rem 0 5rem;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.75) 42%,rgba(0,0,0,.35) 100%);
}
.hero-content{position:relative;z-index:1;max-width:640px}
.hero h1{font-size:clamp(2.4rem,5vw,3.9rem);margin:.6rem 0 1.1rem;color:var(--white)}
.hero h1 em{font-style:normal;color:var(--accent)}
.hero-lead{font-size:1.1rem;color:var(--muted);max-width:520px;margin-bottom:1.75rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem}
.badge-pill{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.55rem 1rem;border-radius:8px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);backdrop-filter:blur(6px);
  font-size:.85rem;font-weight:600;
}
.badge-pill svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2}

/* QUICK SERVICES */
.quick-services{
  background:var(--primary);
  padding:0;
  margin-top:-2.5rem;
  position:relative;z-index:2;
}
.quick-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:0;
}
.quick-card{
  display:flex;align-items:center;gap:1rem;
  padding:1.5rem 1.75rem;
  border-right:1px solid rgba(255,255,255,.08);
  transition:background .25s;
}
.quick-card:last-child{border-right:0}
.quick-card:hover{background:rgba(201,162,39,.12)}
.quick-card img{
  width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;
}
.quick-card h3{font-size:1rem;margin-bottom:.25rem}
.quick-card p{font-size:.85rem;color:var(--muted);margin:0}

/* SECTION BASE */
section{position:relative}
.section-pad{padding:5rem 0}
.section-dark{background:var(--bg)}
.section-surface{background:var(--surface)}
.section-primary{background:var(--primary)}
.section-head{max-width:680px;margin-bottom:2.5rem}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{font-size:clamp(1.9rem,3.5vw,2.75rem);margin:.5rem 0 .85rem}
.section-head p{color:var(--muted);font-size:1.05rem}
.accent-rule{
  width:48px;height:4px;background:var(--accent);border-radius:4px;margin:.75rem 0 0;
}
.section-head.center .accent-rule{margin-left:auto;margin-right:auto}

/* ABOUT */
.about-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center;
}
.about-visual{position:relative}
.about-visual img{
  width:100%;border-radius:16px;object-fit:cover;max-height:520px;
  border:4px solid var(--primary);
}
.about-float{
  position:absolute;left:-1.25rem;bottom:12%;
  background:var(--accent);color:#111;
  padding:1rem 1.25rem;border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.4);
  max-width:220px;
}
.about-float strong{display:block;font-family:var(--display);font-size:1.6rem;line-height:1}
.about-float span{font-size:.8rem;font-weight:600}
.about-copy h2{font-size:clamp(1.9rem,3vw,2.6rem);margin:.5rem 0 1rem}
.about-copy p{color:var(--muted);margin-bottom:1rem}
.about-list{margin:1.25rem 0 1.75rem;display:grid;gap:.7rem}
.about-list li{
  display:flex;align-items:flex-start;gap:.7rem;
  font-weight:600;font-size:.95rem;
}
.about-list svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:2.4;flex-shrink:0;margin-top:2px}

/* SERVICES */
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.service-card{
  background:var(--surface-2);
  border:1px solid var(--border);
  border-radius:16px;overflow:hidden;
  display:flex;flex-direction:column;
  transition:border-color .25s,transform .25s;
}
.service-card:hover{border-color:var(--accent);transform:translateY(-3px)}
.service-card img{width:100%;height:180px;object-fit:cover}
.service-card-body{padding:1.4rem 1.35rem 1.5rem;flex:1;display:flex;flex-direction:column}
.service-icon{
  width:52px;height:52px;border-radius:12px;
  background:rgba(201,162,39,.12);
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem;
}
.service-icon svg{width:26px;height:26px;stroke:var(--accent);fill:none;stroke-width:1.8}
.service-card h3{font-size:1.2rem;margin-bottom:.5rem}
.service-card p{color:var(--muted);font-size:.92rem;flex:1;margin-bottom:1.1rem}
.service-card a{
  font-family:var(--display);font-weight:700;font-size:.82rem;
  letter-spacing:.06em;text-transform:uppercase;color:var(--accent);
  display:inline-flex;align-items:center;gap:.35rem;
}

/* CTA BANNER */
.cta-banner{
  position:relative;padding:4.5rem 0;overflow:hidden;
}
.cta-banner-bg{position:absolute;inset:0}
.cta-banner-bg img{width:100%;height:100%;object-fit:cover}
.cta-banner-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(45,45,45,.82));
}
.cta-inner{
  position:relative;z-index:1;
  display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;
}
.cta-inner h2{font-size:clamp(1.7rem,3vw,2.4rem);max-width:560px}
.cta-inner p{color:var(--muted);margin-top:.5rem;max-width:480px}

/* AWARDS */
.awards-row{
  display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;
}
.awards-logos{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
}
.award-tile{
  background:var(--surface-2);border:1px solid var(--border);
  border-radius:12px;padding:1.5rem 1rem;text-align:center;
  min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;
}
.award-tile strong{font-family:var(--display);font-size:.95rem}
.award-tile span{font-size:.75rem;color:var(--muted)}
.award-seal{
  width:48px;height:48px;border-radius:50%;
  border:2px solid var(--accent);color:var(--accent);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:800;font-size:.7rem;
}

/* TRUST */
.trust-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.trust-card{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:14px;padding:1.6rem 1.4rem;
}
.trust-card .icon-box{
  width:56px;height:56px;border-radius:12px;
  background:rgba(201,162,39,.1);margin-bottom:1rem;
  display:flex;align-items:center;justify-content:center;
}
.trust-card .icon-box svg{width:28px;height:28px;stroke:var(--accent);fill:none;stroke-width:1.8}
.trust-card h3{font-size:1.1rem;margin-bottom:.45rem}
.trust-card p{color:var(--muted);font-size:.92rem}

/* SPECIALS */
.specials-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;
}
.special-card{
  border:2px dashed rgba(201,162,39,.45);
  border-radius:16px;padding:1.75rem;
  background:linear-gradient(160deg,var(--surface-2),var(--primary));
  display:flex;flex-direction:column;gap:.75rem;
}
.special-card .tag{
  align-self:flex-start;
  background:var(--accent);color:#111;
  font-family:var(--display);font-weight:800;font-size:.75rem;
  letter-spacing:.08em;text-transform:uppercase;
  padding:.35rem .7rem;border-radius:6px;
}
.special-card h3{font-size:1.5rem}
.special-card .price{
  font-family:var(--display);font-weight:800;font-size:2.4rem;color:var(--accent);line-height:1;
}
.special-card p{color:var(--muted);font-size:.95rem;flex:1}

/* FINANCING */
.financing-box{
  display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;
  background:var(--surface);border:1px solid var(--border);border-radius:20px;
  padding:2.5rem;overflow:hidden;
}
.financing-box img{border-radius:14px;width:100%;height:280px;object-fit:cover}

/* TESTIMONIALS */
.testimonials-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.t-card{
  background:var(--surface-2);border:1px solid var(--border);
  border-radius:16px;padding:1.6rem;
  display:flex;flex-direction:column;gap:1rem;
}
.stars{display:flex;gap:3px;color:var(--accent)}
.stars svg{width:16px;height:16px;fill:var(--accent)}
.t-card blockquote{color:var(--muted);font-size:.95rem;flex:1}
.t-card cite{
  font-style:normal;font-weight:700;font-family:var(--display);
  font-size:.9rem;display:block;margin-top:.25rem;
}
.t-meta{font-size:.78rem;color:var(--muted)}

/* COMMUNITY */
.community-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;
}
.community-grid img{border-radius:16px;width:100%;height:380px;object-fit:cover;border:3px solid var(--primary)}
.values-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.value-chip{
  padding:.5rem .9rem;border-radius:999px;
  background:rgba(201,162,39,.12);border:1px solid rgba(201,162,39,.3);
  font-family:var(--display);font-weight:700;font-size:.78rem;
  letter-spacing:.05em;text-transform:uppercase;color:var(--accent);
}

/* SERVICE AREAS */
.areas-wrap{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:2.5rem;align-items:start;
}
.areas-list{
  display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1.25rem;margin-top:1.25rem;
}
.areas-list li{
  display:flex;align-items:center;gap:.5rem;
  font-weight:600;font-size:.95rem;color:var(--text);
}
.areas-list svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2.5}
.areas-map{
  border-radius:16px;overflow:hidden;border:1px solid var(--border);min-height:340px;
}
.areas-map img{width:100%;height:100%;min-height:340px;object-fit:cover}

/* FOOTER CTA */
.footer-cta{
  background:var(--accent);
  color:#111;
  padding:3.5rem 0;
  text-align:center;
}
.footer-cta h2{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.6rem}
.footer-cta p{max-width:560px;margin:0 auto 1.5rem;font-weight:500;opacity:.85}
.footer-cta .btn{background:#111;color:var(--white);border-color:#111}
.footer-cta .btn:hover{background:var(--primary);border-color:var(--primary)}

/* FOOTER */
.site-footer{
  background:#0a0a0a;
  border-top:1px solid var(--border);
  padding:4rem 0 2rem;
}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem;
  margin-bottom:2.5rem;
}
.footer-col h4{
  font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--accent);margin-bottom:1.1rem;
}
.footer-col p,.footer-col a{color:var(--muted);font-size:.92rem}
.footer-col ul{display:grid;gap:.55rem}
.footer-col a:hover{color:var(--accent)}
.footer-bottom{
  border-top:1px solid var(--border);
  padding-top:1.5rem;
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  font-size:.8rem;color:var(--muted);
}
.socials{display:flex;gap:.6rem;margin-top:1rem}
.socials a{
  width:38px;height:38px;border-radius:50%;
  border:1px solid var(--border);display:flex;align-items:center;justify-content:center;
  transition:border-color .2s,background .2s;
}
.socials a:hover{border-color:var(--accent);background:rgba(201,162,39,.1)}
.socials svg{width:16px;height:16px;stroke:var(--text);fill:none;stroke-width:2}

/* MOBILE NAV */
.mobile-nav{
  display:none;position:fixed;inset:0;z-index:200;
  background:rgba(0,0,0,.88);
}
.mobile-nav.open{display:block}
.mobile-panel{
  position:absolute;right:0;top:0;bottom:0;width:min(320px,88%);
  background:var(--primary);padding:1.5rem;overflow:auto;
  display:flex;flex-direction:column;gap:1rem;
}
.mobile-panel a{
  font-family:var(--display);font-weight:700;padding:.7rem 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mobile-close{align-self:flex-end;background:none;border:0;color:var(--text);cursor:pointer;padding:.5rem}
.mobile-close svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}

@media (max-width:978px){
  .nav,.header-phone{display:none}
  .menu-toggle{display:block}
  .about-grid,.awards-row,.financing-box,.community-grid,.areas-wrap{grid-template-columns:1fr}
  .services-grid,.trust-grid,.testimonials-grid{grid-template-columns:1fr 1fr}
  .quick-grid{grid-template-columns:1fr}
  .quick-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .about-float{left:1rem}
  .hero{min-height:520px;padding:4rem 0}
}
@media (max-width:640px){
  .services-grid,.trust-grid,.testimonials-grid,.specials-grid,.areas-list,.footer-grid,.awards-logos{grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
  .cta-inner{text-align:center;justify-content:center}
  .cta-inner .btn{width:100%;max-width:320px}
}
