:root {
  --ink: #171715;
  --muted: #6d6b64;
  --cream: #f3f0e8;
  --paper: #fbfaf7;
  --gold: #d6aa42;
  --gold-bright: #f1bb36;
  --line: #d8d4ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.04em; }

.site-header {
  height: 94px; padding: 0 4vw; display: flex; align-items: center; gap: 2.2vw;
  background: var(--paper); position: relative; z-index: 20; border-bottom: 1px solid rgba(0,0,0,.08);
}
.brand { margin-right: auto; }
.brand img { width: 220px; height: 70px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 2vw; font-weight: 600; font-size: 14px; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: .25s; }
.nav a:hover::after { width: 100%; }
.header-call { padding-left: 2vw; border-left: 1px solid var(--line); line-height: 1.15; }
.header-call span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 4px; }
.header-call strong { font-size: 15px; }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 18px 24px;
  background: var(--gold-bright); color: var(--ink); font-weight: 800; font-size: 14px; border: 0;
  text-transform: uppercase; letter-spacing: .06em; transition: transform .2s, background .2s; cursor: pointer;
}
.button:hover { transform: translateY(-2px); background: #ffc84f; }
.button-small { padding: 14px 20px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { color: var(--gold); }
.text-link.light { color: white; }
.kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; color: var(--gold-bright); margin-bottom: 22px; }
.kicker.dark { color: #9b7418; }
.section { padding: 110px max(6vw, 40px); }

.hero { min-height: calc(100vh - 94px); position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero.jpg") center 48% / cover; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,14,.92) 0%, rgba(15,15,14,.66) 47%, rgba(15,15,14,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 78%); margin-left: max(6vw, 40px); padding: 100px 0 140px; }
.hero h1 { font-size: clamp(58px, 7.1vw, 112px); line-height: .91; margin-bottom: 34px; }
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-copy { font-size: 19px; line-height: 1.7; max-width: 670px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.trust-strip { position: absolute; z-index: 3; bottom: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(720px, 65vw); background: rgba(23,23,21,.95); }
.trust-strip div { padding: 27px 30px; display: flex; align-items: center; gap: 14px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-strip strong { color: var(--gold-bright); font-size: 25px; font-family: "Manrope", sans-serif; }
.trust-strip span { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.3; }

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.intro h2, .section-heading h2, .process h2, .contact h2 { font-size: clamp(38px, 4.5vw, 68px); line-height: 1.04; margin-bottom: 0; }
.intro-copy { font-size: 18px; line-height: 1.75; color: var(--muted); }
.intro-copy .text-link { margin-top: 20px; color: var(--ink); font-size: 14px; }

.services { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-heading > p { max-width: 420px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { min-height: 650px; position: relative; overflow: hidden; display: flex; align-items: end; color: white; }
.service-card .card-image { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .5s; }
.service-card.residential .card-image { background-image: linear-gradient(0deg, rgba(15,15,14,.91), rgba(15,15,14,.04) 70%), url("assets/residential.jpg"); }
.service-card.commercial .card-image { background-image: linear-gradient(0deg, rgba(15,15,14,.91), rgba(15,15,14,.04) 70%), url("assets/commercial.jpg"); }
.service-card:hover .card-image { transform: scale(1.035); }
.card-content { position: relative; z-index: 2; padding: 46px; width: 100%; }
.card-number { color: var(--gold-bright); font-weight: 800; font-size: 13px; }
.card-content h3 { font-size: 38px; margin: 12px 0 15px; }
.card-content p { color: rgba(255,255,255,.72); line-height: 1.65; max-width: 560px; }
.card-content ul { columns: 2; padding: 0; margin: 24px 0 34px; list-style: none; color: rgba(255,255,255,.9); font-size: 13px; }
.card-content li { margin-bottom: 9px; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: white; }
.process-title { position: sticky; top: 130px; align-self: start; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #a98124; font-weight: 800; font-size: 12px; }
.process-list h3 { font-size: 24px; margin: -5px 0 8px; }
.process-list p { color: var(--muted); line-height: 1.6; margin: 0; }

.projects { background: var(--ink); color: white; }
.projects .section-heading > p { color: rgba(255,255,255,.56); }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 20px; }
.project { position: relative; overflow: hidden; }
.project-large { grid-row: 1 / 3; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), transparent 55%); }
.project:hover img { transform: scale(1.04); }
.project-caption { position: absolute; z-index: 2; left: 30px; bottom: 25px; }
.project-caption span { color: var(--gold-bright); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.project-caption h3 { font-size: 24px; margin: 7px 0 0; }

.testimonial { text-align: center; background: var(--gold-bright); }
.quote-mark { font: 100px/1 Georgia, serif; height: 62px; }
blockquote { max-width: 1000px; margin: 20px auto 36px; font: 700 clamp(27px, 3vw, 43px)/1.35 "Manrope", sans-serif; letter-spacing: -.035em; }
.quote-credit strong, .quote-credit span { display: block; }
.quote-credit span { color: rgba(0,0,0,.55); margin-top: 5px; font-size: 13px; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: #20201e; color: white; }
.contact-copy > p:not(.kicker) { color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; max-width: 520px; }
.contact-details { margin-top: 50px; display: grid; gap: 22px; }
.contact-details a, .contact-details p { color: white !important; font-size: 16px !important; margin: 0; }
.contact-details span { display: block; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; margin-bottom: 6px; }
.quote-form { background: var(--paper); color: var(--ink); padding: 42px; }
.quote-form label { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
input, select, textarea { width: 100%; margin-top: 9px; padding: 13px 0; font: 15px "DM Sans", sans-serif; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aaa69d; border-radius: 0; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-button { width: 100%; margin-top: 8px; }
.form-note { color: #5c7527; font-weight: 700; margin: 16px 0 0; min-height: 20px; }
.form-note.error { color: #a13d2d; }

footer { padding: 55px max(6vw, 40px) 28px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 40px; background: var(--paper); }
footer img { width: 220px; }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 28px; font-weight: 700; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 1050px) {
  .nav, .header-call { display: none; }
  .menu-toggle { display: block; width: 42px; height: 42px; border: 0; background: none; padding: 10px; }
  .menu-toggle span { display: block; width: 22px; height: 2px; margin: 6px 0; background: var(--ink); transition: .25s; }
  .menu-open .nav { display: flex; position: fixed; inset: 94px 0 0; background: var(--ink); color: white; flex-direction: column; justify-content: center; gap: 30px; font-size: 25px; }
  .hero-content { width: 86%; }
  .trust-strip { width: 82vw; }
  .service-card { min-height: 580px; }
  .card-content ul { columns: 1; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand img { width: 170px; height: 58px; }
  .header-call, .site-header > .button { display: none; }
  .menu-open .nav { inset: 78px 0 0; }
  .section { padding: 78px 22px; }
  .hero { min-height: 760px; }
  .hero-content { width: auto; margin: 0; padding: 70px 22px 190px; }
  .hero h1 { font-size: clamp(53px, 17vw, 76px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; }
  .trust-strip div { padding: 13px 22px; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .intro, .process, .contact { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 560px; }
  .card-content { padding: 30px; }
  .card-content h3 { font-size: 32px; }
  .process-title { position: static; }
  .project-grid { display: block; }
  .project { height: 330px; margin-bottom: 15px; }
  .project-large { height: 460px; }
  .quote-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; padding: 45px 22px 25px; }
  .copyright { grid-column: auto; }
}
