:root {
  --black: #090909;
  --ink: #171717;
  --gold: #d79622;
  --gold-light: #f0b145;
  --white: #f8f7f3;
  --muted: #b9b6af;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 84px; display: flex; gap: 32px; align-items: center; padding: 0 5vw; position: sticky; top: 0; z-index: 10; background: rgba(9, 9, 9, .96); border-bottom: 1px solid rgba(215, 150, 34, .55); }
.brand { display: inline-flex; align-items: center; gap: 9px; letter-spacing: 1.5px; }
.brand-mark { color: var(--gold); border: 3px solid var(--gold); border-left-color: var(--white); font-size: 27px; line-height: 31px; width: 35px; height: 38px; text-align: center; font-weight: 900; font-family: Impact, Arial Black, sans-serif; }
.brand strong { display: block; font-size: 24px; line-height: 20px; }
.brand small { display: block; color: var(--gold-light); margin-top: 4px; font-size: 11px; font-weight: 700; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .5px; }
.site-nav a:first-child, .site-nav a:hover { color: var(--gold-light); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .4px; border: 1px solid transparent; transition: .2s ease; }
.button-gold { color: #111; background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { color: var(--white); border-color: #b3b3b3; background: rgba(0,0,0,.22); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.menu-button { display: none; }

.hero { min-height: 630px; display: flex; align-items: center; padding: 60px 8vw; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 36%, rgba(0,0,0,.20) 64%, rgba(0,0,0,.10)), url('assets/manhattan-renovation-hero.png') center / cover no-repeat; }
.hero-content { width: min(590px, 100%); }
.eyebrow { margin: 0 0 15px; color: var(--gold-light); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.hero h1, h2, h3 { margin: 0; font-family: Impact, Arial Black, Arial, sans-serif; letter-spacing: .6px; }
.hero h1 { font-size: clamp(3.25rem, 7vw, 6.5rem); line-height: .89; }
.hero h1 span { color: var(--gold); }
.hero-copy { max-width: 530px; font-size: 20px; line-height: 1.45; color: #ecebe7; margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #2f2b22; border-bottom: 1px solid #2f2b22; background: #101010; }
.value-strip div { min-height: 106px; display: flex; align-items: center; gap: 13px; padding: 20px 2vw; border-right: 1px solid #2f2b22; text-transform: uppercase; }
.value-strip div:last-child { border-right: 0; }
.value-strip span { color: var(--gold); font-size: 20px; font-weight: 800; }
.value-strip strong { font-size: 13px; line-height: 1.25; letter-spacing: .3px; }

.section { padding: 92px 8vw; color: var(--ink); background: var(--white); text-align: center; }
.eyebrow.dark { color: #9b6817; }
.section h2, .about-copy h2, .contact-section h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: .98; }
.services-section h2 { margin-bottom: 38px; }
.service-card { width: min(700px, 100%); margin: auto; padding: 32px; display: flex; align-items: center; text-align: left; gap: 25px; border: 1px solid #dedbd5; background: #fff; box-shadow: 0 12px 38px rgba(0,0,0,.08); }
.service-icon { color: var(--gold); font-size: 60px; line-height: 1; }
.service-card h3 { font-size: 27px; }
.service-card p { margin: 10px 0 0; color: #555; font-size: 17px; line-height: 1.5; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 490px; background: #121212; }
.about-image { min-height: 430px; background: linear-gradient(90deg, transparent, rgba(0,0,0,.35)), url('assets/manhattan-renovation-hero.png') 72% center / cover no-repeat; }
.about-copy { padding: 80px 9%; display: flex; justify-content: center; flex-direction: column; }
.about-copy h2 { max-width: 620px; }
.about-copy > p:not(.eyebrow) { color: #dedbd4; max-width: 550px; line-height: 1.55; font-size: 18px; }
.about-copy ul { padding: 0; margin: 12px 0 0; list-style: none; color: #f3f0ea; line-height: 1.7; }
.about-copy li::before { content: '✓'; color: var(--gold); font-weight: 900; margin-right: 11px; }

.area-section p:last-child { margin: 20px auto 0; max-width: 560px; color: #575551; font-size: 18px; line-height: 1.5; }
.contact-section { padding: 72px 8vw; background: linear-gradient(100deg, rgba(0,0,0,.91), rgba(0,0,0,.62)), url('assets/manhattan-renovation-hero.png') center / cover no-repeat; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.contact-section h2 { max-width: 750px; }
.contact-section > div > p:last-child { margin-bottom: 0; color: #dedbd4; font-size: 17px; }
.contact-details { display: grid; gap: 13px; min-width: 270px; padding: 24px; border-left: 2px solid var(--gold); font-size: 17px; }
.contact-details a:hover { color: var(--gold-light); }
.contact-details span { color: #d6d2cb; }
footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 5vw; background: #070707; color: #a9a6a0; font-size: 13px; }

@media (max-width: 850px) {
  .site-header { height: 73px; padding: 0 5vw; gap: 15px; }
  .brand strong { font-size: 19px; }
  .brand-mark { width: 31px; height: 33px; line-height: 27px; font-size: 23px; }
  .menu-button { display: block; margin-left: auto; padding: 8px; color: var(--white); border: 1px solid #555; background: transparent; text-transform: uppercase; font-weight: 800; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 18px 5vw; background: #111; flex-direction: column; align-items: flex-start; gap: 18px; }
  .site-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: 600px; padding: 65px 7vw; background-position: 62% center; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5.4rem); }
  .hero-copy { font-size: 18px; max-width: 420px; }
  .value-strip { grid-template-columns: repeat(2, 1fr); }
  .value-strip div:nth-child(2) { border-right: 0; }
  .value-strip div:nth-child(-n+2) { border-bottom: 1px solid #2f2b22; }
  .about-section { grid-template-columns: 1fr; }
  .about-image { min-height: 310px; background-position: 68% center; }
  .about-copy { padding: 62px 8vw; }
  .contact-section { align-items: flex-start; flex-direction: column; }
  .contact-details { min-width: 0; }
}

@media (max-width: 500px) {
  .hero { min-height: 570px; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 100%), url('assets/manhattan-renovation-hero.png') 68% center / cover no-repeat; }
  .hero h1 { font-size: 3.1rem; }
  .value-strip div { min-height: 90px; padding: 15px; }
  .value-strip strong { font-size: 12px; }
  .section { padding: 70px 7vw; }
  .service-card { padding: 23px; align-items: flex-start; }
  .service-icon { font-size: 46px; }
  .service-card h3 { font-size: 23px; }
  footer { align-items: flex-start; flex-direction: column; }
}
