:root {
  --paper: #f3f0e8;
  --ink: #17231d;
  --muted: #68736b;
  --line: #cbc8bd;
  --orange: #ee6c2f;
  --orange-dark: #c74c17;
  --green: #1f5a47;
  --white: #fffdf7;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
.review-bar { height: 29px; display: grid; place-items: center; background: #0c1511; color: #d8ddd9; font: 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: absolute; z-index: 10; top: 29px; left: 0; right: 0; height: 84px; padding: 0 clamp(20px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--orange); color: #1c1713; font: 900 19px/1 var(--sans); transform: rotate(-3deg); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; line-height: 1; letter-spacing: -.02em; }
.brand small { margin-top: 4px; font: 10px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.header-call { font: 700 12px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.header-call span { color: #fff; margin-left: 10px; }

.hero { position: relative; min-height: calc(100svh - 29px); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.hero-photo { position: absolute; inset: 0; background: url("assets/carpenter-working.jpg") center 46% / cover no-repeat; transform: scale(1.015); animation: heroDepth 9s cubic-bezier(.2,.65,.25,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,13,.94) 0%, rgba(8,17,13,.76) 42%, rgba(8,17,13,.14) 72%), linear-gradient(0deg, rgba(8,17,13,.55), transparent 52%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 88vw); padding: 160px clamp(20px, 7vw, 106px) clamp(82px, 10vh, 110px); }
.eyebrow, .section-number { margin: 0 0 22px; font: 700 11px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #f0b18f; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 670px; font-size: clamp(54px, 8.8vw, 126px); line-height: .82; letter-spacing: -.065em; }
h1 span { display: block; color: var(--orange); }
.hero-line { max-width: 560px; margin: 28px 0 0; font-size: clamp(20px, 2.3vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.hero-actions, .final-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font: 800 13px/1 var(--mono); letter-spacing: .03em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--orange); color: #19130f; }
.button-primary:hover { background: #ff8250; }
.button-quiet { border-color: rgba(255,255,255,.42); color: #fff; }
.button-quiet:hover { background: #fff; color: var(--ink); }
.hero-note { margin: 18px 0 0; color: #c9cfca; font-size: 13px; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(20px, 4vw, 58px); bottom: 34px; display: flex; align-items: center; gap: 12px; color: #d8ddd9; text-decoration: none; font: 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 32px; height: 1px; background: var(--orange); }

.intro, .area { max-width: 1280px; margin: 0 auto; padding: clamp(88px, 13vw, 180px) clamp(20px, 6vw, 84px); display: grid; grid-template-columns: minmax(150px, .6fr) minmax(0, 1.7fr); gap: 40px; }
.section-number { color: var(--orange-dark); }
.intro h2, .area h2, .services h2, .process h2, .final-cta h2 { margin: 0; font-size: clamp(39px, 6.4vw, 86px); line-height: .96; letter-spacing: -.055em; }
.intro > div > p, .area > div > p { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.services { border-top: 1px solid var(--line); }
.services-heading { max-width: 1280px; margin: 0 auto; padding: 100px clamp(20px, 6vw, 84px) 70px; display: grid; grid-template-columns: minmax(150px, .6fr) minmax(0, 1.7fr); gap: 40px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(55px,.3fr) minmax(220px,.8fr) minmax(260px,1.1fr); align-items: start; gap: 28px; max-width: 1280px; margin: 0 auto; padding: 40px clamp(20px, 6vw, 84px); border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--orange-dark); font: 700 12px/1 var(--mono); }
.service-row h3 { margin: 0; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.04em; }
.service-row p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.65; }

.process { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.process-copy { min-height: 660px; padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.section-number.light { color: #f0b18f; }
.process-copy > p:not(.section-number) { max-width: 480px; margin: 28px 0 0; color: #adb8b1; font-size: 18px; }
.text-link { display: inline-flex; justify-content: space-between; gap: 24px; width: min(370px, 100%); margin-top: 50px; padding: 0 0 14px; border-bottom: 2px solid var(--orange); color: #fff; text-decoration: none; font: 800 13px/1 var(--mono); text-transform: uppercase; }
.text-link span { color: var(--orange); }
.process-steps { margin: 0; padding: 0 clamp(20px, 7vw, 100px); list-style: none; display: flex; flex-direction: column; justify-content: center; }
.process-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-steps li:last-child { border-bottom: 0; }
.process-steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #69746e; color: #f0b18f; font: 700 12px/1 var(--mono); }
.process-steps strong { font-size: 22px; }
.process-steps p { margin: 10px 0 0; color: #adb8b1; line-height: 1.55; }

.area { align-items: center; grid-template-columns: minmax(190px,.6fr) minmax(0,1.7fr); }
.area-stamp { justify-self: start; width: 170px; height: 170px; border: 2px solid var(--green); border-radius: 50%; display: grid; place-items: center; align-content: center; color: var(--green); transform: rotate(-7deg); }
.area-stamp span, .area-stamp small { font: 700 10px/1.4 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.area-stamp strong { font-size: 54px; line-height: 1; }

.final-cta { padding: clamp(90px, 14vw, 190px) clamp(20px, 7vw, 104px); background: var(--green); color: #fff; }
.final-cta > div { max-width: 1280px; margin: 0 auto; }
.final-cta h2 { max-width: 900px; }
.phone-plain { color: #fff; font: 800 15px/1 var(--mono); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding: 14px 0 10px; }
footer { min-height: 210px; padding: 52px clamp(20px, 6vw, 84px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; background: #0c1511; color: #d8ddd9; }
.footer-brand { color: #fff; }
footer p { margin: 8px 0 0; font-size: 13px; text-align: right; }
footer .credit { grid-column: 2; color: #7f8b84; font-size: 10px; }

.motion-page .eyebrow, .motion-page h1, .motion-page .hero-line, .motion-page .hero-actions, .motion-page .hero-note { opacity: 0; transform: translateY(18px); animation: heroIn 620ms cubic-bezier(.2,.65,.25,1) forwards; animation-delay: calc(var(--motion-order, 0) * 90ms + 90ms); }
.motion-reveal { opacity: 0; transform: translateY(28px); transition: opacity 560ms cubic-bezier(.2,.65,.25,1), transform 560ms cubic-bezier(.2,.65,.25,1); }
.motion-reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroIn { to { opacity: 1; transform: none; } }
@keyframes heroDepth { from { transform: scale(1.08); } to { transform: scale(1.015); } }

@media (max-width: 760px) {
  .review-bar { font-size: 9px; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .header-call span { display: none; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 47% 45%; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,17,13,.94) 0%, rgba(8,17,13,.72) 65%, rgba(8,17,13,.25) 100%); }
  .hero-content { width: 100%; padding: 150px 20px 100px; }
  h1 { font-size: clamp(58px, 20vw, 86px); }
  .hero-line { font-size: 21px; }
  .hero-actions .button { flex: 1; }
  .scroll-cue { display: none; }
  .intro, .services-heading, .area { grid-template-columns: 1fr; gap: 18px; }
  .service-row { grid-template-columns: 42px 1fr; gap: 16px; }
  .service-row p { grid-column: 2; }
  .process { grid-template-columns: 1fr; }
  .process-copy { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-steps { padding: 28px 20px; }
  .area-stamp { width: 132px; height: 132px; }
  .area-stamp strong { font-size: 42px; }
  footer { grid-template-columns: 1fr; }
  footer p { text-align: left; }
  footer .credit { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-reveal { opacity: 1; transform: none; }
}
