/* ===== STRONG ABODE CONSTRUCTION — STYLESHEET ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --black:#0D0D0D;--charcoal:#1C1C1C;--dark:#2A2A2A;
  --mid:#6B6B6B;--border:#E0E0E0;--light:#F6F5F3;--white:#fff;
  --gold:#C8922A;--gold-lt:#E5B04A;--gold-dk:#A8761F;
  --nav-h:72px;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--black);background:var(--white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

/* ── BUTTONS ── */
.btn-gold{display:inline-block;background:var(--gold);color:white;padding:0.9rem 2rem;font-size:0.85rem;font-weight:600;letter-spacing:0.04em;transition:background 0.2s}
.btn-gold:hover{background:var(--gold-dk)}
.btn-dark{display:inline-block;background:var(--charcoal);color:white;padding:0.9rem 2rem;font-size:0.85rem;font-weight:600;letter-spacing:0.04em;transition:background 0.2s}
.btn-dark:hover{background:var(--black)}
.btn-outline-white{display:inline-block;border:1.5px solid rgba(255,255,255,0.5);color:white;padding:0.9rem 2rem;font-size:0.85rem;font-weight:600;letter-spacing:0.04em;transition:border-color 0.2s,background 0.2s}
.btn-outline-white:hover{border-color:white;background:rgba(255,255,255,0.08)}

/* ── HEADER ── */
.site-header{
  position:sticky;top:0;z-index:200;
  background:rgba(13,13,13,0.97);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.07);
  height:var(--nav-h);
}
.header-inner{
  max-width:1280px;margin:0 auto;height:100%;
  display:flex;align-items:center;justify-content:space-between;padding:0 2rem;
}
.logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none}
.logo-mark{
  width:42px;height:42px;background:var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:'Barlow Condensed',sans-serif;font-size:1rem;font-weight:700;
  color:white;letter-spacing:0.05em;flex-shrink:0;
}
.logo-mark.sm{width:36px;height:36px;font-size:0.88rem}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:white;letter-spacing:0.05em;line-height:1.1}
.logo-sub{font-size:0.62rem;color:rgba(255,255,255,0.4);letter-spacing:0.12em;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:0.25rem}
.main-nav a{
  font-size:0.82rem;font-weight:500;color:rgba(255,255,255,0.6);
  padding:0.5rem 0.9rem;letter-spacing:0.02em;transition:color 0.2s;
}
.main-nav a:hover,.main-nav a.active{color:white}
.main-nav a.active{border-bottom:2px solid var(--gold)}
.nav-cta{
  background:var(--gold)!important;color:white!important;
  padding:0.55rem 1.25rem!important;margin-left:0.5rem;
  font-weight:600!important;transition:background 0.2s!important;
}
.nav-cta:hover{background:var(--gold-dk)!important}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.hamburger span{display:block;width:22px;height:1.5px;background:white;transition:0.3s}

/* ── HERO ── */
.hero{
  position:relative;min-height:90vh;
  background:var(--charcoal);
  display:flex;align-items:center;overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background:linear-gradient(135deg, #0D0D0D 0%, #1C1C1C 40%, #2A2018 100%);
  opacity:0.95;
}
.hero-bg::after{
  content:'';position:absolute;inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8922A' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content{
  position:relative;z-index:1;
  max-width:1280px;margin:0 auto;padding:6rem 2rem;
  width:100%;
}
.hero-eyebrow{font-size:0.72rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:500}
.hero-h1{
  font-family:'Barlow Condensed',sans-serif;font-size:clamp(3rem,7vw,5.5rem);
  font-weight:700;color:white;line-height:1.0;margin-bottom:1.5rem;
  letter-spacing:-0.01em;max-width:700px;
}
.hero-h1 em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,0.6);max-width:520px;line-height:1.7;margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}
.hero-stats{display:flex;align-items:center;gap:2rem}
.hero-stat{text-align:left}
.stat-n{font-family:'Barlow Condensed',sans-serif;font-size:2rem;font-weight:700;color:white;line-height:1}
.stat-l{font-size:0.7rem;color:rgba(255,255,255,0.4);letter-spacing:0.1em;text-transform:uppercase;margin-top:0.2rem}
.hero-stat-div{width:1px;height:40px;background:rgba(255,255,255,0.12)}

/* ── TRUST BAR ── */
.trust-bar{background:var(--gold);padding:0.9rem 0}
.trust-bar-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.78rem;font-weight:600;color:white;letter-spacing:0.06em;text-transform:uppercase}
.trust-item svg{width:15px;height:15px}
.trust-div{width:1px;height:20px;background:rgba(255,255,255,0.3)}

/* ── SECTIONS ── */
.section{padding:6rem 0}
.section-inner{max-width:1280px;margin:0 auto;padding:0 2rem}
.section-label{font-size:0.68rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:0.75rem}
.section-label.light{color:var(--gold-lt)}
.section-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-0.01em}
.section-title.light{color:white}
.section-sub{font-size:1rem;color:var(--mid);max-width:540px;line-height:1.7;margin-bottom:3rem}

/* ── SERVICES GRID ── */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border)}
.service-card{
  background:white;padding:2.25rem 2rem;
  display:flex;flex-direction:column;gap:0.75rem;
  transition:background 0.2s;text-decoration:none;color:inherit;
}
.service-card:hover{background:var(--light)}
.sc-icon{width:48px;height:48px;background:var(--light);display:flex;align-items:center;justify-content:center;margin-bottom:0.5rem}
.sc-icon svg{width:22px;height:22px;stroke:var(--gold)}
.sc-title{font-family:'Barlow Condensed',sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:0.02em}
.sc-desc{font-size:0.85rem;color:var(--mid);line-height:1.6;flex:1}
.sc-link{font-size:0.78rem;font-weight:600;color:var(--gold);margin-top:0.5rem}

/* ── PROCESS ── */
.process-section{background:var(--charcoal);padding:6rem 0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(255,255,255,0.08);margin-top:3rem}
.process-step{background:var(--charcoal);padding:2.5rem 2rem}
.step-num{font-family:'Barlow Condensed',sans-serif;font-size:3.5rem;font-weight:700;color:var(--gold);opacity:0.5;line-height:1;margin-bottom:1rem}
.step-title{font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:700;color:white;margin-bottom:0.75rem;letter-spacing:0.02em}
.step-desc{font-size:0.85rem;color:rgba(255,255,255,0.5);line-height:1.7}

/* ── PREVIEW GRID ── */
.preview-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4px}
.preview-placeholder{
  background:var(--light);aspect-ratio:4/3;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:1rem;transition:background 0.2s;
}
.preview-placeholder.large{aspect-ratio:unset;grid-row:span 1}
.preview-placeholder:hover{background:#EDECE9}
.preview-icon svg{width:48px;height:48px;stroke:var(--border)}
.preview-text{font-size:0.82rem;font-weight:600;color:var(--mid)}

/* ── CTA STRIP ── */
.cta-strip{background:var(--black);padding:5rem 0}
.cta-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}
.cta-title{font-family:'Barlow Condensed',sans-serif;font-size:2.25rem;font-weight:700;color:white;letter-spacing:-0.01em;margin-bottom:0.5rem}
.cta-sub{font-size:0.95rem;color:rgba(255,255,255,0.5)}
.cta-actions{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0}

/* ── PAGE HERO ── */
.page-hero{background:var(--charcoal);padding:5rem 0 4rem;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0D0D0D,#2A2A2A)}
.page-hero.short{padding:4rem 0 3.5rem}
.page-hero-content{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}
.page-hero-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:white;letter-spacing:-0.01em;margin-bottom:0.75rem}
.page-hero-sub{font-size:1rem;color:rgba(255,255,255,0.55);max-width:480px}

/* ── SERVICES DETAIL ── */
.service-detail-card{
  display:grid;grid-template-columns:64px 1fr;gap:2rem;
  padding:2.5rem 0;border-bottom:1px solid var(--border);
  align-items:start;
}
.service-detail-card:last-child{border-bottom:none}
.sd-icon{width:64px;height:64px;background:var(--light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:0.25rem}
.sd-icon svg{width:26px;height:26px;stroke:var(--gold)}
.sd-num{font-size:0.65rem;letter-spacing:0.2em;color:var(--gold);font-weight:600;margin-bottom:0.5rem}
.sd-title{font-family:'Barlow Condensed',sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:0.02em}
.sd-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0.5rem 2rem}
.sd-list li{font-size:0.88rem;color:var(--mid);padding-left:1rem;position:relative}
.sd-list li::before{content:'—';position:absolute;left:0;color:var(--gold);font-size:0.7rem}

/* ── PROJECTS GRID ── */
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.project-item{overflow:hidden;aspect-ratio:4/3}
.project-item.large{grid-column:span 2;grid-row:span 2;aspect-ratio:unset}
.project-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.project-item:hover img{transform:scale(1.04)}
.no-projects{text-align:center;padding:5rem 2rem}
.no-projects svg{width:64px;height:64px;stroke:var(--border);margin:0 auto 1.5rem}
.no-projects h3{font-size:1.25rem;margin-bottom:0.75rem}
.no-projects p{color:var(--mid);max-width:400px;margin:0 auto}

/* ── ABOUT ── */
.about-split{display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:start}
.about-text{font-size:0.95rem;color:var(--mid);line-height:1.8;margin-bottom:1.25rem}
.about-badges{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;margin-top:2rem}
.about-badge{display:flex;align-items:center;gap:0.6rem;font-size:0.82rem;font-weight:500;padding:0.75rem 1rem;border:1px solid var(--border);background:var(--light)}
.about-badge svg{width:16px;height:16px;stroke:var(--gold);flex-shrink:0}
.about-img-block{position:sticky;top:calc(var(--nav-h) + 2rem)}
.about-img-placeholder{
  aspect-ratio:4/5;background:var(--light);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;
  border:2px dashed var(--border);
}
.about-img-placeholder svg{width:64px;height:64px;stroke:var(--border)}
.about-img-placeholder span{font-size:0.78rem;color:var(--mid)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:var(--border);margin-top:3rem}
.value-card{background:white;padding:2rem 1.75rem}
.value-icon{width:40px;height:40px;margin-bottom:1rem}
.value-icon svg{width:24px;height:24px;stroke:var(--gold)}
.value-title{font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:0.5rem;letter-spacing:0.02em}
.value-desc{font-size:0.85rem;color:var(--mid);line-height:1.6}

/* ── CONTACT ── */
.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:start}
.contact-form-title{font-family:'Barlow Condensed',sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:1.75rem;letter-spacing:0.02em}
.form-alert{display:flex;align-items:flex-start;gap:0.6rem;padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:0.88rem;line-height:1.5}
.form-alert svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.form-alert.success{background:#F0FDF4;color:#166534;border-left:3px solid #22C55E}
.form-alert.error{background:#FEF2F2;color:#991B1B;border-left:3px solid #D94F3D}
.quote-form{display:flex;flex-direction:column;gap:1.25rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.form-group{display:flex;flex-direction:column;gap:0.4rem}
.form-label{font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;color:var(--dark)}
.req{color:#D94F3D}
.optional{color:var(--mid);font-weight:400;text-transform:none;letter-spacing:0}
.form-input{
  padding:0.8rem 1rem;border:1.5px solid var(--border);
  font-family:'Inter',sans-serif;font-size:0.9rem;color:var(--black);
  background:white;outline:none;width:100%;transition:border-color 0.2s;
  appearance:none;-webkit-appearance:none;
}
.form-input:focus{border-color:var(--gold)}
.form-textarea{resize:vertical;min-height:130px}
.submit-btn{padding:1rem 2rem;font-size:0.9rem;font-weight:600;letter-spacing:0.04em;border:none;cursor:pointer;width:100%}
.form-note{font-size:0.75rem;color:var(--mid);line-height:1.5}
.contact-info-cards{display:flex;flex-direction:column;gap:1rem}
.info-card{
  display:flex;align-items:flex-start;gap:1rem;
  padding:1.25rem;border:1px solid var(--border);
  text-decoration:none;color:inherit;transition:border-color 0.2s,background 0.2s;
}
.info-card:hover{border-color:var(--gold);background:var(--light)}
.info-icon{width:42px;height:42px;background:var(--light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-icon svg{width:18px;height:18px;stroke:var(--gold)}
.info-label{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--mid);margin-bottom:0.3rem}
.info-value{font-size:0.9rem;font-weight:500}
.info-sub{font-size:0.75rem;color:var(--mid);margin-top:0.2rem}

/* ── FOOTER ── */
.site-footer{background:var(--charcoal);padding:4rem 0 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem}
.footer-logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem}
.footer-tagline{font-size:0.85rem;color:rgba(255,255,255,0.4);line-height:1.6;margin-bottom:1.5rem}
.footer-socials{display:flex;gap:0.75rem}
.social-link{width:36px;height:36px;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.social-link:hover{background:var(--gold)}
.social-link svg{width:16px;height:16px;fill:rgba(255,255,255,0.6)}
.social-link:hover svg{fill:white}
.footer-col-title{font-size:0.62rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:1rem}
.footer-col{display:flex;flex-direction:column;gap:0.6rem}
.footer-col a{font-size:0.83rem;color:rgba(255,255,255,0.5);transition:color 0.2s}
.footer-col a:hover{color:white}
.footer-contact-item{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.83rem;color:rgba(255,255,255,0.5)}
.footer-contact-item svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding:1.25rem 2rem;text-align:center;font-size:0.72rem;color:rgba(255,255,255,0.25);max-width:1280px;margin:0 auto}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .about-split{grid-template-columns:1fr}
  .about-right{display:none}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .main-nav{display:none;position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;background:rgba(13,13,13,0.98);flex-direction:column;align-items:flex-start;padding:2rem;gap:0;z-index:199;overflow-y:auto}
  .main-nav.open{display:flex}
  .main-nav a{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.08);width:100%}
  .main-nav a.active{border-bottom-color:rgba(255,255,255,0.08)}
  .nav-cta{margin:1.5rem 0 0!important;padding:0.85rem 0!important;background:none!important;font-size:1.1rem!important;border-bottom:none!important;color:var(--gold)!important}
  .hamburger{display:flex}
  .hero{min-height:70vh}
  .hero-stats{gap:1.25rem}
  .trust-bar-inner{justify-content:flex-start;gap:1.25rem}
  .trust-div{display:none}
  .services-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .sd-list{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .preview-grid{grid-template-columns:1fr 1fr}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
  .project-item.large{grid-column:span 2;grid-row:span 1}
}
@media(max-width:480px){
  .hero-h1{font-size:2.5rem}
  .about-badges{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .projects-grid{grid-template-columns:1fr}
  .project-item.large{grid-column:span 1}
  .footer-inner{grid-template-columns:1fr}
}

/* ===== HOME PROJECTS PREVIEW ===== */
.preview-img{position:relative;overflow:hidden;display:block;background:var(--light)}
.preview-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.preview-img:hover img{transform:scale(1.04)}
.preview-img.large{aspect-ratio:unset}
.preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:white;padding:2rem 1.5rem 1.25rem;font-size:0.85rem;font-weight:600;letter-spacing:0.04em;opacity:0;transition:opacity 0.3s}
.preview-img:hover .preview-overlay{opacity:1}
