
:root{
  --ink:#171711;
  --cream:#f3efe5;
  --paper:#fbfaf6;
  --rust:#a65f31;
  --wood:#6d4a2f;
  --muted:#6c6b64;
  --line:#d7d1c3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase;margin:0;line-height:.92;letter-spacing:-.02em}
h1 span,h2 span{color:var(--rust)}
p{line-height:1.65}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(23,23,17,.92);backdrop-filter:blur(14px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:78px;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-family:"Barlow Condensed";font-size:17px;line-height:.95;letter-spacing:.04em}
.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.brand b{font-size:21px}
.nav-links{display:flex;gap:30px;align-items:center;font-weight:600;font-size:14px}
.nav-links a:hover{color:#e9c3a9}
.nav-cta{background:var(--rust);padding:13px 18px;border-radius:3px}
.menu-btn{display:none;background:none;border:0;padding:6px}
.menu-btn span{display:block;width:26px;height:2px;background:white;margin:5px}

.hero{min-height:780px;height:92vh;position:relative;color:#fff;display:flex;align-items:flex-end;background:url('assets/hero-construction-premium.jpg') center/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,7,.85) 0%,rgba(10,10,7,.56) 45%,rgba(10,10,7,.15) 72%),linear-gradient(0deg,rgba(10,10,7,.65) 0%,transparent 50%)}
.hero-content{position:relative;z-index:2;max-width:1240px;width:100%;margin:0 auto;padding:160px 24px 115px}
.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:800;text-transform:uppercase;margin:0 0 18px;color:var(--rust)}
.hero .eyebrow{color:#f0b68c}
h1{font-size:clamp(76px,11vw,160px);max-width:850px}
.hero-copy{font-size:20px;max-width:650px;color:#f3eee6;margin:28px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border-radius:3px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--rust);color:white}
.btn-primary:hover{background:#884923}
.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff}
.hero-badge{position:absolute;z-index:2;right:4vw;bottom:38px;border-left:2px solid var(--rust);padding-left:15px;font-size:11px;line-height:1.6;letter-spacing:.12em}

.proof-strip{background:var(--ink);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:0 calc((100vw - 1240px)/2);border-top:1px solid rgba(255,255,255,.08)}
.proof-strip div{padding:28px 24px;border-right:1px solid rgba(255,255,255,.1)}
.proof-strip strong,.proof-strip span{display:block}
.proof-strip strong{font-family:"Barlow Condensed";font-size:22px;color:#f0b68c}
.proof-strip span{font-size:12px;color:#c6c2b9;margin-top:4px}

.section{max-width:1240px;margin:auto;padding:110px 24px}
.section-head{max-width:760px;margin-bottom:50px}
.section-head h2,.about h2,.contact h2,.cta-section h2{font-size:clamp(54px,7vw,96px)}
.section-head>p:last-child{color:var(--muted);font-size:17px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px}
.service-card>span{font-size:12px;font-weight:800;color:var(--rust)}
.service-card h3{font-size:34px;margin:45px 0 10px}
.service-card p{font-size:14px;color:var(--muted);margin:0}

.work{max-width:none;background:var(--cream)}
.work .section-head,.work .gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.gallery figure,
.gallery .g-wide,
.gallery .g-tall{
  margin:0;
  position:relative;
  overflow:hidden;
  background:#ddd;
  height:360px;
  grid-column:auto;
  grid-row:auto;
}
.gallery .g-wide{
  grid-column:1 / -1;
  height:460px;
}
.gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease;
}
.gallery figure:hover img{transform:scale(1.02)}
.gallery figcaption{
  position:absolute;
  left:16px;
  bottom:14px;
  background:rgba(23,23,17,.9);
  color:#fff;
  padding:9px 12px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-image{height:680px;overflow:hidden;background:#ddd}
.about-copy>p:not(.eyebrow){color:var(--muted);font-size:17px}
.about-points{margin-top:35px;border-top:1px solid var(--line)}
.about-points div{padding:20px 0;border-bottom:1px solid var(--line)}
.about-points b,.about-points span{display:block}
.about-points b{font-family:"Barlow Condensed";font-size:24px;text-transform:uppercase}
.about-points span{font-size:13px;color:var(--muted);margin-top:4px}

.cta-section{background:var(--ink);color:#fff;text-align:center;padding:110px 24px}
.cta-section .eyebrow{color:#f0b68c}
.cta-section p:not(.eyebrow){color:#c6c2b9;margin:20px auto 28px}
.cta-section .btn{min-width:220px}

.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.contact-copy>p:not(.eyebrow){color:var(--muted);max-width:500px}
.contact-direct{display:grid;gap:12px;margin-top:36px}
.contact-direct a{font-family:"Barlow Condensed";font-size:30px;font-weight:700}
.contact-direct small{display:block;color:var(--rust);font-family:Inter;font-size:10px;letter-spacing:.18em}
.lead-form{background:var(--cream);padding:32px;display:grid;gap:17px}
.lead-form label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;margin-top:7px;border:1px solid #c7c0b1;background:#fff;padding:14px;font:inherit;font-size:15px;border-radius:0}
.form-note{font-size:11px;color:var(--muted);margin:0}

footer{background:#11110d;color:#fff;padding:40px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:54px;height:54px;border-radius:50%}
.footer-brand b,.footer-brand span{display:block}
.footer-brand b{font-family:"Barlow Condensed";font-size:21px}
.footer-brand span,footer>p{font-size:11px;color:#aaa}
.footer-links{display:flex;gap:22px;font-size:12px;font-weight:700;text-transform:uppercase}
footer>p{grid-column:1/-1;margin:0;border-top:1px solid #29291f;padding-top:18px}

@media(max-width:800px){
  .nav-wrap{height:66px;padding:0 16px}
  .brand span{display:none}.brand img{width:42px;height:42px}
  .menu-btn{display:block}
  .nav-links{display:none;position:absolute;top:66px;left:0;right:0;background:#171711;padding:22px 18px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #333}
  .nav-links.open{display:flex}
  .nav-links a{padding:15px 4px;border-bottom:1px solid #2d2d28}
  .nav-links .nav-cta{text-align:center;margin-top:12px;border:0}
  .hero{height:auto;min-height:740px;background-position:64% center}
  .hero-shade{background:linear-gradient(0deg,rgba(10,10,7,.89),rgba(10,10,7,.38))}
  .hero-content{padding:130px 18px 95px}
  h1{font-size:72px}
  .hero-copy{font-size:17px}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .hero-badge{display:none}
  .proof-strip{grid-template-columns:1fr;padding:0}
  .proof-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:18px}
  .section{padding:78px 18px}
  .section-head h2,.about h2,.contact h2,.cta-section h2{font-size:56px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:180px;padding:26px}
  .service-card h3{margin-top:28px}
  .section-head.split{grid-template-columns:1fr;gap:20px}
  .gallery{grid-template-columns:1fr;gap:12px}
  .gallery figure,.gallery .g-wide,.gallery .g-tall{
    grid-column:auto;
    grid-row:auto;
    height:260px;
  }
  .about{grid-template-columns:1fr;gap:38px}
  .about-image{height:460px;order:2}
  .about-copy{order:1}
  .contact{grid-template-columns:1fr;gap:38px}
  .lead-form{padding:22px}
  footer{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}

.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.form-note.success{color:#2f6f3e;font-weight:700}.form-note.error{color:#9b3528;font-weight:700}
