:root {
  --ink: #12252c;
  --ink-2: #18333c;
  --paper: #f3f0e8;
  --white: #fffdf8;
  --accent: #e95e2e;
  --accent-soft: #f7b59e;
  --line: rgba(18, 37, 44, .16);
  --muted: #647178;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 800; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 4px; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 78px); color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--accent); color: white; font-weight: 900; letter-spacing: -2px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: .02em; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .68; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: 13px; font-weight: 700; }
nav a { opacity: .8; transition: opacity .2s, color .2s; }
nav a:hover { opacity: 1; color: var(--accent-soft); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); opacity: 1; }

.hero { min-height: 800px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: white; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(28px, 7vw, 110px) 90px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--accent-soft); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow span { display: block; width: 32px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 5.3vw, 82px); line-height: .98; font-weight: 750; }
h1 em, h2 em { color: var(--accent); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lead { max-width: 640px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 0; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: #ff6b37; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.36); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 46px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.trust-row span::before { content: '✓'; color: var(--accent); margin-right: 8px; }

.hero-visual { position: relative; min-height: 800px; background: #d9d3c6; overflow: hidden; }
.blueprint-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(18,37,44,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(18,37,44,.16) 1px, transparent 1px); background-size: 42px 42px; }
.building { position: absolute; background: var(--ink-2); box-shadow: 0 34px 70px rgba(18,37,44,.28); }
.building-back { width: 58%; height: 47%; right: 9%; top: 19%; transform: skewY(-8deg); background: #a6a092; }
.building-back::before { content: ''; position: absolute; inset: 8% 8% auto; height: 27%; border: 2px solid rgba(255,255,255,.5); }
.building-front { width: 62%; height: 48%; left: 9%; bottom: 14%; transform: skewY(5deg); }
.building-front::before { content: ''; position: absolute; width: 33%; height: 62%; bottom: 0; left: 12%; background: var(--accent); }
.building-front::after { content: ''; position: absolute; width: 26%; height: 29%; top: 18%; right: 13%; border: 5px solid #d9d3c6; }
.building-front span, .building-front i { position: absolute; background: rgba(255,255,255,.08); }
.building-front span { width: 100%; height: 1px; left: 0; top: 48%; }
.building-front i { height: 100%; width: 1px; top: 0; left: 53%; }
.plan-label { position: absolute; z-index: 2; padding: 10px 14px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-label small { color: var(--accent); margin-right: 8px; }
.label-one { top: 16%; left: 6%; }
.label-two { top: 43%; right: 3%; }
.project-card { position: absolute; z-index: 3; left: 7%; right: 7%; bottom: 6%; min-height: 82px; padding: 18px 22px; display: flex; align-items: center; gap: 14px; background: rgba(255,253,248,.94); color: var(--ink); box-shadow: 0 20px 50px rgba(18,37,44,.18); }
.status-dot { width: 10px; height: 10px; background: #51a772; border-radius: 50%; box-shadow: 0 0 0 6px rgba(81,167,114,.15); }
.project-card div { display: flex; flex: 1; flex-direction: column; }
.project-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.project-card strong { margin-top: 5px; font-size: 15px; }
.project-card b { font-size: 26px; color: var(--accent); }

.ticker { padding: 20px 4vw; display: flex; justify-content: center; gap: clamp(18px, 3vw, 52px); overflow: hidden; background: var(--accent); color: white; white-space: nowrap; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.ticker i { font-style: normal; color: var(--ink); font-size: 16px; }
.section { padding: 120px clamp(24px, 6vw, 92px); }
.services { background: var(--paper); }
.section-heading { max-width: 1080px; }
.section-heading h2, .promise-copy h2, .projects-intro h2, .contact h2 { margin-bottom: 24px; font-size: clamp(40px, 4.7vw, 68px); line-height: 1.02; }
.section-heading > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.23); transition: background .25s, transform .25s; }
.service-card:hover { background: var(--white); transform: translateY(-6px); }
.service-number { color: var(--accent); font-size: 11px; font-weight: 900; }
.service-icon { position: relative; width: 64px; height: 64px; margin: 50px 0 34px; border: 2px solid var(--ink); }
.service-icon::before, .service-icon::after, .service-icon i { content: ''; position: absolute; background: var(--accent); }
.service-icon::before { width: 2px; height: 78px; top: -9px; left: 30px; transform: rotate(45deg); }
.service-icon::after { width: 22px; height: 22px; right: -10px; bottom: -10px; }
.service-icon i:first-child { width: 7px; height: 7px; top: 8px; left: 8px; }
.service-icon i:last-child { width: 14px; height: 2px; right: 7px; top: 12px; }
.service-card h3 { font-size: 21px; }
.service-card p { flex: 1; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--accent); font-size: 12px; font-weight: 800; }

.promise-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--ink); color: white; }
.promise-visual { position: relative; min-height: 640px; overflow: hidden; background: #e5dfd2; }
.promise-visual::before { content: ''; position: absolute; width: 55%; height: 72%; left: 24%; top: 12%; background: var(--ink); transform: perspective(600px) rotateY(-12deg); box-shadow: 38px 38px 0 #a8a193; }
.promise-visual::after { content: ''; position: absolute; width: 33%; height: 45%; left: 35%; bottom: 13%; border: 18px solid var(--accent); border-bottom: 0; }
.measure { position: absolute; z-index: 2; color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.measure::after { content: ''; display: block; margin-top: 6px; background: var(--ink); }
.measure-top { top: 6%; left: 24%; width: 55%; }
.measure-top::after { height: 1px; width: 100%; }
.measure-side { writing-mode: vertical-rl; left: 13%; top: 18%; height: 70%; }
.measure-side::after { width: 1px; height: 100%; margin: 8px 0 0 6px; }
.material-swatch { position: absolute; z-index: 3; width: 70px; height: 70px; bottom: 7%; border: 6px solid rgba(255,255,255,.7); box-shadow: 0 10px 24px rgba(18,37,44,.2); }
.swatch-one { left: 8%; background: var(--accent); transform: rotate(-8deg); }
.swatch-two { left: 17%; background: #847f74; transform: rotate(5deg); }
.swatch-three { left: 26%; background: var(--white); transform: rotate(-2deg); }
.promise-stamp { position: absolute; z-index: 4; top: 10%; right: 6%; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(18,37,44,.4); background: var(--white); color: var(--ink); transform: rotate(9deg); }
.promise-stamp strong { font-size: 28px; color: var(--accent); }
.promise-stamp span { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.promise-copy { padding: 110px clamp(34px, 7vw, 110px); }
.promise-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.64); line-height: 1.75; }
.promise-copy ul { margin: 50px 0 0; padding: 0; list-style: none; }
.promise-copy li { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.promise-copy li b { color: var(--accent); font-size: 11px; }
.promise-copy li span { display: flex; flex-direction: column; gap: 5px; }
.promise-copy li strong { font-size: 15px; }
.promise-copy li span { color: rgba(255,255,255,.58); font-size: 13px; }
.promise-copy li span strong { color: white; }

.process { background: var(--white); }
.section-heading.horizontal { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading.horizontal h2 { max-width: 700px; margin-bottom: 0; }
.section-heading.horizontal > p { max-width: 390px; }
.steps { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); }
.step { padding-right: 28px; }
.step > span { color: var(--accent); font-size: 12px; font-weight: 900; }
.step-line { height: 2px; margin: 17px 0 28px; background: var(--line); position: relative; }
.step-line::before { content: ''; position: absolute; width: 8px; height: 8px; top: -3px; left: 0; background: var(--accent); }
.step h3 { font-size: 18px; }
.step p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.projects { padding: 110px clamp(24px, 6vw, 92px) 120px; background: #d8d1c4; }
.projects-intro { max-width: 760px; color: var(--ink); }
.projects-intro > p:last-child { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; margin-top: 58px; }
.project-tile { position: relative; height: 450px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: white; background: var(--ink); }
.project-tile::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to bottom, rgba(8,20,25,.2) 0%, rgba(8,20,25,.05) 42%, rgba(8,20,25,.9) 100%); }
.project-tile > span { position: absolute; z-index: 2; top: 24px; left: 26px; color: var(--accent-soft); font-size: 11px; font-weight: 900; }
.project-tile h3, .project-tile p { position: relative; z-index: 2; }
.project-tile h3 { margin-bottom: 8px; font-size: 24px; }
.project-tile p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.photo-credit { position: absolute; z-index: 2; top: 23px; right: 24px; max-width: 70%; color: rgba(255,255,255,.68); font-size: 8px; text-align: right; }
.tile-shape { position: absolute; inset: 0; transition: transform .4s; }
.project-tile:hover .tile-shape { transform: scale(1.04); }
.house-shape { background: #6f756f url("https://unsplash.com/photos/_TPTXZd9mOo/download?force=true&w=1600") center / cover no-repeat; }
.interior-shape { background: #8a8177 url("https://unsplash.com/photos/0IwypLLbHiA/download?force=true&w=1400") center / cover no-repeat; }
.commercial-shape { background: #34454b url("https://unsplash.com/photos/eHD8Y1Znfpk/download?force=true&w=1400") center / cover no-repeat; }

.transformations { padding: 120px clamp(24px, 6vw, 92px); background: var(--white); }
.transformations-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.transformations-head h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(40px, 4.7vw, 68px); line-height: 1.02; }
.illustration-notice { max-width: 470px; margin: 0; padding: 18px 20px; border-left: 3px solid var(--accent); background: #f3ede3; color: var(--muted); font-size: 13px; line-height: 1.65; }
.transformation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; }
.transformation-card { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.transformation-title { min-height: 94px; display: flex; align-items: flex-start; gap: 20px; padding: 24px 26px; }
.transformation-title > span { padding-top: 3px; color: var(--accent); font-size: 11px; font-weight: 900; }
.transformation-title h3 { margin-bottom: 7px; font-size: 21px; }
.transformation-title p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.before-after { display: grid; grid-template-columns: 1fr 38px 1fr; align-items: stretch; }
.before-after figure { position: relative; min-width: 0; min-height: 320px; margin: 0; overflow: hidden; background: #b9b1a3; }
.before-after img { width: 100%; height: 100%; min-height: 320px; display: block; object-fit: cover; filter: saturate(.9); transition: transform .4s; }
.before-after figure:hover img { transform: scale(1.035); }
.state-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 8px 10px; background: rgba(18,37,44,.9); color: white; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.before-after figcaption { position: absolute; z-index: 2; right: 10px; bottom: 9px; padding: 5px 7px; background: rgba(18,37,44,.72); color: rgba(255,255,255,.8); font-size: 8px; }
.compare-arrow { display: grid; place-items: center; background: var(--accent); color: white; font-size: 20px; font-weight: 800; }
.transformations-cta { margin-top: 30px; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: white; }
.transformations-cta p { margin: 0; display: flex; flex-direction: column; gap: 7px; }
.transformations-cta p strong { font-size: 18px; }
.transformations-cta p span { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.transformations-cta .button { flex: 0 0 auto; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); padding: 120px clamp(24px, 7vw, 110px); background: var(--ink); color: white; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.75; }
.contact-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.contact-facts div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-facts small, .contact-facts strong { display: block; }
.contact-facts small { margin-bottom: 10px; color: var(--accent-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.contact-facts strong { font-size: 13px; line-height: 1.6; }
.contact-facts a { transition: color .2s; }
.contact-facts a:hover { color: var(--accent-soft); }
.contact-form { padding: 38px; background: var(--white); color: var(--ink); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: #58666c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); }
.contact-form textarea { resize: vertical; }
.form-button { width: 100%; margin-top: 6px; }
.form-note { display: none; margin: 14px 0 0; color: #3b7650; font-size: 12px; line-height: 1.5; }
.form-note.visible { display: block; }

footer { min-height: 100px; padding: 28px clamp(24px, 5vw, 78px); display: flex; align-items: center; gap: 40px; background: #0b1a20; color: white; }
footer > p { margin: 0 auto 0 10px; color: rgba(255,255,255,.5); font-size: 12px; }
footer > div { display: flex; gap: 24px; font-size: 12px; }
footer > small { color: rgba(255,255,255,.4); }

@media (max-width: 1000px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; }
  .hero-visual { min-height: 560px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .promise-section, .contact { grid-template-columns: 1fr; }
  .promise-copy { order: -1; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-tile:first-child { grid-column: 1 / -1; }
  .transformations-head { align-items: flex-start; }
  .transformation-grid { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .site-header { height: 78px; padding: 0 18px; }
  .brand-copy small { display: none; }
  .nav-cta { padding: 10px 12px; }
  .hero-copy { min-height: 690px; padding: 130px 22px 70px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; }
  .hero-visual { min-height: 460px; }
  .ticker { justify-content: flex-start; }
  .section { padding: 84px 22px; }
  .services-grid, .steps, .project-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .section-heading.horizontal { display: block; }
  .section-heading.horizontal > p { margin-top: 22px; }
  .step { padding: 0 0 24px; }
  .project-tile, .project-tile:first-child { grid-column: auto; height: 370px; }
  .transformations { padding: 84px 22px; }
  .transformations-head { display: block; }
  .illustration-notice { margin-top: 26px; }
  .before-after { grid-template-columns: 1fr; }
  .before-after figure, .before-after img { min-height: 250px; }
  .compare-arrow { min-height: 38px; transform: rotate(90deg); }
  .transformations-cta { align-items: stretch; flex-direction: column; }
  .transformations-cta .button { width: 100%; }
  .promise-copy { padding: 84px 22px; }
  .promise-visual { min-height: 470px; }
  .contact { padding: 84px 22px; }
  .contact-facts, .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  footer { align-items: flex-start; }
  footer > p { width: 100%; margin: 0; }
  footer > small { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
