@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --ink: #1b1b17;
  --cream: #f2ede3;
  --paper: #faf8f3;
  --wood: #a77547;
  --wood-light: #c69a65;
  --sage: #6f7863;
  --line: rgba(27, 27, 23, .16);
  --max: 1280px;
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; font-weight: 300; line-height: 1.6; }
section[id], footer[id], main[id] { scroll-margin-top: 104px; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section { padding: clamp(90px, 11vw, 170px) var(--pad); }
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 600; }
.eyebrow.light { color: rgba(255,255,255,.75); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', Arial, sans-serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 7.8vw, 116px); }
h2 { font-size: clamp(46px, 6vw, 88px); }
h3 { font-size: clamp(31px, 4vw, 52px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 27px; border: 1px solid var(--wood-light); background: var(--wood-light); color: #15140f; font-size: 13px; font-weight: 600; letter-spacing: .025em; transition: background .25s, color .25s, transform .25s; }
.button:hover { background: var(--cream); border-color: var(--cream); transform: translateY(-2px); }
.button-small { min-height: 45px; padding: 0 21px; }
.text-link { display: inline-flex; gap: 28px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: 13px; font-weight: 500; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 84px; display: grid; grid-template-columns: 210px 1fr auto auto; align-items: center; gap: clamp(16px, 2.2vw, 32px); padding: 0 var(--pad); color: white; transition: transform .35s, background .3s, height .3s; }
.site-header.scrolled { height: 70px; background: rgba(22,22,18,.94); backdrop-filter: blur(12px); box-shadow: 0 1px rgba(255,255,255,.08); }
.brand { width: 152px; height: 62px; display: flex; overflow: hidden; }
.brand-type { width: auto; height: auto; flex-direction: column; align-items: flex-start; justify-content: center; overflow: visible; text-transform: uppercase; line-height: .82; }
.brand-type strong { font-family: 'Manrope', Arial, sans-serif; font-size: 28px; font-weight: 600; letter-spacing: .13em; }
.brand-type span { margin-top: 8px; font-size: 8px; font-weight: 600; letter-spacing: .32em; }
.site-header.scrolled .brand-type strong { font-size: 24px; }
.brand-image { width: 190px; height: 58px; align-items: center; overflow: visible; }
.brand-image img { width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.site-header.scrolled .brand-image { width: 178px; height: 52px; }
.site-header.scrolled .brand-image img { height: 100%; }
.site-header nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); }
.site-header nav a { font-size: 12px; letter-spacing: .03em; }
.site-header nav a:hover { color: var(--wood-light); }
.header-phone { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid rgba(198,154,101,.5); white-space: nowrap; color: white; font-size: 12px; transition: color .2s, border-color .2s; }
.header-phone span { color: var(--wood-light); font-size: 13px; }
.header-phone strong { font-weight: 500; letter-spacing: .025em; }
.header-phone:hover { color: var(--wood-light); border-color: var(--wood-light); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #151511; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% 48%; opacity: .88; transform: scale(1.005); animation: hero-in 1.3s ease-out both; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,12,.83) 0%, rgba(15,15,12,.53) 44%, rgba(15,15,12,.08) 75%), linear-gradient(0deg, rgba(10,10,8,.52), transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 86vw); margin: 0 0 clamp(80px, 11vh, 130px) var(--pad); }
.hero-content h1 { margin: 0 0 30px; max-width: 900px; }
.hero-lede { max-width: 580px; margin-bottom: 37px; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 35px; }
.light-link { color: white; }
.hero-scroll { position: absolute; right: var(--pad); bottom: 43px; z-index: 3; display: flex; gap: 18px; align-items: center; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: rgba(255,255,255,.7); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } }

.trust-strip { padding: 0 var(--pad); background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-inner > div { position: relative; min-height: 116px; padding: 28px clamp(20px, 2.6vw, 38px); border-right: 1px solid var(--line); }
.trust-strip-inner > div:first-child { padding-left: 0; }
.trust-strip-inner > div:last-child { padding-right: 0; border-right: 0; }
.trust-strip-inner span { display: block; margin-bottom: 7px; color: var(--wood); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; }
.trust-strip-inner p { margin: 0; color: #656158; font-size: 13px; line-height: 1.45; }

.intro { max-width: var(--max); margin: auto; padding-top: clamp(70px, 8vw, 120px); padding-bottom: clamp(70px, 8vw, 120px); display: grid; grid-template-columns: 1fr 2.2fr; gap: 8vw; }
.section-kicker { display: flex; gap: 32px; align-items: flex-start; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.section-kicker span { color: var(--wood); }
.intro-copy h2 { margin-bottom: 42px; }
.intro-copy p { max-width: 700px; margin: 0 0 34px; color: #5c5b53; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.65; }

.services { background: var(--cream); }
.section-heading { max-width: var(--max); margin: 0 auto clamp(55px, 8vw, 105px); display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; align-items: end; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: #646158; font-size: 17px; line-height: 1.7; }
.service-list { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 375px; padding: clamp(30px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .35s, color .35s; }
.service-card > span { color: var(--wood); font-size: 12px; }
.service-card h3 { max-width: 440px; margin: auto 0 24px; font-size: clamp(31px, 3.7vw, 50px); }
.service-card p { max-width: 470px; margin: 0 0 34px; color: #666258; }
.service-card a { align-self: flex-start; font-size: 12px; border-bottom: 1px solid; padding-bottom: 5px; }
.service-card:hover { color: var(--cream); background: var(--ink); }
.service-card:hover p, .service-card:hover > span { color: var(--wood-light); }

.work { overflow: hidden; }
.portfolio-grid { max-width: var(--max); margin: 0 auto clamp(120px, 13vw, 190px); display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: 540px 380px; gap: 20px; }
.project { position: relative; margin: 0; overflow: hidden; background: #ddd5c9; }
.project-wide { grid-row: 1; }
.project-tall { grid-row: 1 / span 2; grid-column: 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:not(.project-tall) img { width: 116%; max-width: none; margin-left: -8%; }
.project-wide img { object-position: center 52%; }
.project-tall img { object-position: 52% center; }
.project-progress img { object-position: center 48%; }
.project:hover img { transform: scale(1.025); }
.project figcaption { position: absolute; inset: auto 0 0; padding: 70px 30px 28px; color: white; background: linear-gradient(transparent, rgba(13,13,10,.8)); }
.project figcaption span { display: block; margin-bottom: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.project figcaption strong { font-family: 'Manrope'; font-size: 23px; font-weight: 400; letter-spacing: -.02em; }
.transformation { max-width: var(--max); margin: 0 auto clamp(120px, 13vw, 190px); display: grid; grid-template-columns: .75fr 1fr; gap: 8vw; align-items: center; }
.transformation-copy p:not(.eyebrow) { max-width: 410px; color: #646158; }
.compare { --position: 50%; position: relative; height: min(720px, 72vw); max-height: 720px; overflow: hidden; background: #d7d2c9; }
.compare > img, .compare-after, .compare-after img { position: absolute; inset: 0; width: 110%; max-width: none; height: 100%; object-fit: cover; object-position: center; }
.compare > img, .compare-after img { left: -5%; top: 0; height: 112%; object-position: center top; }
.compare-after { width: 100%; }
.compare-before { filter: saturate(.75); }
.compare-after { clip-path: inset(0 0 0 var(--position)); }
.compare-line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; background: white; transform: translateX(-1px); pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; z-index: 4; top: 20px; padding: 7px 10px; background: rgba(20,20,17,.78); color: white; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; pointer-events: none; }
.before-label { left: 20px; }.after-label { right: 20px; }
.process-story { max-width: var(--max); margin: auto; padding: clamp(48px, 7vw, 88px); background: var(--ink); color: var(--cream); }
.process-story > div:first-child { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px; }
.process-story h3 { margin: 0; }
.process-images { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.process-images figure { margin: 0; }
.process-images img { width: 100%; height: 340px; object-fit: cover; }
.process-images figcaption { padding-top: 12px; color: #aca99f; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }

.details { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; align-items: center; }
.detail-visual { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; }
.detail-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.75); }
.detail-visual span { position: absolute; right: -28px; bottom: 55px; padding: 14px 18px; background: var(--wood); color: white; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.detail-copy > p:not(.eyebrow) { max-width: 570px; color: #646158; font-size: 17px; line-height: 1.75; }
.detail-points { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; }
.detail-points span { padding: 17px 0; border-top: 1px solid var(--line); font-size: 13px; }
.detail-points span:nth-child(odd) { margin-right: 20px; }

.how-it-works { background: var(--cream); }
.how-heading { max-width: var(--max); margin: 0 auto clamp(52px, 7vw, 90px); display: grid; grid-template-columns: 1.1fr .7fr; column-gap: 8vw; align-items: end; }
.how-heading .eyebrow { grid-column: 1 / -1; }
.how-heading h2 { margin: 0; }
.how-heading > p:last-child { max-width: 480px; margin: 0; color: #646158; font-size: 17px; }
.how-steps { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.how-step { min-height: 260px; margin: 0; padding: clamp(28px, 3.5vw, 48px); display: grid; grid-template-columns: 72px 1fr; gap: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-step > span { color: var(--wood); font-size: clamp(32px, 4vw, 54px); font-weight: 300; line-height: 1; letter-spacing: -.04em; opacity: .72; }
.how-step h3 { margin: 4px 0 20px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.12; }
.how-step p { max-width: 420px; margin: 0; color: #666258; }

.why { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.why-title { padding-left: max(0px, calc((100vw - var(--max)) / 2 - var(--pad))); }
.why-list { padding-right: max(0px, calc((100vw - var(--max)) / 2 - var(--pad))); }
.why-list div { display: grid; grid-template-columns: 55px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.15); }
.why-list span { color: var(--wood-light); font-size: 10px; }
.why-list strong { font-weight: 400; font-size: 18px; }

.final-cta { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1.5fr .6fr; align-items: end; gap: 10vw; }
.final-cta-copy { padding-left: max(0px, calc((100vw - var(--max)) / 2 - var(--pad))); }
.final-cta-copy h2 { margin-bottom: 30px; }
.final-cta-copy > p:not(.eyebrow) { margin-bottom: 34px; color: #b9b5aa; font-size: 18px; }
.final-contact { padding-right: max(0px, calc((100vw - var(--max)) / 2 - var(--pad))); display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
.final-contact p { color: #858278; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.final-contact a { margin-bottom: 7px; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-areas { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: end; }
.service-areas-intro h2 { margin-bottom: 28px; }
.service-areas-intro > p:last-child { max-width: 470px; color: #646158; font-size: 17px; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.area-list span { position: relative; padding: 23px 0 23px 21px; border-bottom: 1px solid var(--line); font-family: 'Manrope'; font-size: clamp(18px, 2vw, 25px); letter-spacing: -.025em; }
.area-list span::before { content: ''; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--wood); transform: translateY(-50%); }
.area-list span:nth-child(odd) { margin-right: 28px; }
.estimate-page { background: var(--paper); }
.estimate-page-main { padding-top: 70px; background: var(--ink); }
.free-estimate-shell { min-height: calc(100svh - 70px); max-width: 1440px; margin: auto; padding: clamp(34px, 5vh, 58px) var(--pad); display: grid; grid-template-columns: minmax(320px, .72fr) minmax(560px, 1.08fr); gap: clamp(55px, 7vw, 110px); align-items: center; color: var(--cream); }
.free-estimate-intro { align-self: center; }
.free-estimate-intro h1 { margin: 22px 0 27px; font-size: clamp(50px, 5.8vw, 82px); }
.estimate-lede { max-width: 480px; margin-bottom: 38px; color: #b6b2a8; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.65; }
.estimate-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.18); }
.estimate-contact span { color: var(--wood-light); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.estimate-contact a { font-size: 15px; font-weight: 500; }
.free-estimate-shell > .estimate-form { padding: clamp(30px, 3.5vw, 48px); background: var(--paper); color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.2); }
.free-estimate-shell .field { margin-bottom: 20px; }
.free-estimate-shell .field textarea { min-height: 96px; }
.free-estimate-shell .submit-button { min-height: 54px; }
.estimate-page-intro { min-height: 610px; padding: clamp(110px, 12vw, 180px) var(--pad) clamp(70px, 8vw, 110px); display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; background: var(--ink); color: var(--cream); }
.estimate-page-intro > div:first-child { padding-left: max(0px, calc((100vw - var(--max)) / 2 - var(--pad))); }
.estimate-page-intro h1 { margin: 25px 0 35px; font-size: clamp(58px, 7.5vw, 108px); }
.estimate-page-intro > div:first-child > p:last-child { max-width: 550px; color: #b6b2a8; font-size: clamp(17px, 1.7vw, 21px); }
.back-link { display: inline-block; margin-bottom: 70px; color: #9d998f; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.estimate-aside { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); }
.estimate-aside span { display: block; margin-bottom: 11px; color: var(--wood-light); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.estimate-aside strong { font-family: 'Manrope'; font-size: 22px; font-weight: 400; line-height: 1.25; }
.estimate-page-form { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .7fr 1.15fr; gap: 10vw; }
.form-intro > p:not(.eyebrow) { max-width: 390px; color: #646158; }
.form-intro a { border-bottom: 1px solid var(--line); color: var(--ink); }
.direct-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 42px; font-weight: 500; }
.direct-contact a { border-bottom: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 28px; }
.field label { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #918c80; border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ink); outline: none; transition: border-color .2s; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wood); border-bottom-width: 2px; }
.field input::placeholder, .field textarea::placeholder { color: #aaa69c; }
.honeypot { position: absolute; left: -10000px; }
.submit-button { width: 100%; justify-content: space-between; border: 0; margin-top: 10px; padding: 0 24px; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.submit-button.loading i { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 28px; margin: 16px 0 0; font-size: 13px; }
.form-status.success { color: #4c6b3f; }.form-status.error { color: #9b382e; }
.reassurance { margin: 13px 0 0; color: #77736a; font-size: 12px; text-align: center; }

footer { padding: 78px var(--pad) 25px; background: #10100d; color: var(--cream); }
.footer-top { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.3fr 1fr .8fr auto; gap: 50px; padding-bottom: 75px; }
.footer-brand { font-family: 'Manrope'; font-size: clamp(35px, 4vw, 54px); line-height: .92; letter-spacing: -.04em; }
.footer-logo { width: clamp(220px, 20vw, 270px); height: 90px; align-self: start; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-top p { color: #8e8b81; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.footer-top div a { font-size: 13px; margin-bottom: 5px; }
.back-top { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { max-width: var(--max); margin: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: #77756d; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 1100px) and (min-width: 901px) {
  .site-header { grid-template-columns: 175px 1fr auto auto; gap: 15px; }
  .brand-image, .site-header.scrolled .brand-image { width: 164px; }
  .site-header nav { gap: 22px; }
  .header-phone { font-size: 11px; }
  .header-cta { padding-inline: 17px; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto auto; }
  .brand { width: auto; height: auto; }
  .brand-image, .site-header.scrolled .brand-image { width: clamp(140px, 25vw, 164px); height: 48px; }
  .brand-image img, .site-header.scrolled .brand-image img { height: 100%; }
  .brand-type strong, .site-header.scrolled .brand-type strong { font-size: 23px; }
  .brand-type span { margin-top: 7px; font-size: 7px; }
  .header-cta { display: none; }
  .header-phone { width: 38px; height: 38px; padding-bottom: 0; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
  .header-phone strong { display: none; }
  .header-phone span { font-size: 14px; }
  .menu-toggle { z-index: 52; display: grid; width: 42px; height: 42px; align-content: center; gap: 5px; color: white; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 0; z-index: 51; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: var(--pad); background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .site-header nav.open { transform: none; }
  .site-header nav a { font-family: 'Manrope'; font-size: 38px; letter-spacing: -.04em; }
  .intro, .section-heading, .transformation, .details, .why, .final-cta, .service-areas, .estimate-page-intro, .estimate-page-form, .how-heading { grid-template-columns: 1fr; }
  .section-kicker { margin-bottom: 50px; }
  .section-heading { gap: 28px; }
  .section-heading > p { max-width: 520px; }
  .portfolio-grid { grid-template-columns: 1.15fr .85fr; grid-template-rows: 430px 310px; }
  .transformation { gap: 50px; }
  .compare { height: 700px; }
  .details { gap: 60px; }
  .detail-visual { max-width: 600px; }
  .why { gap: 60px; }
  .how-heading { gap: 28px; }
  .final-cta { gap: 65px; }
  .service-areas { gap: 50px; }
  .estimate-page-intro { gap: 55px; }
  .free-estimate-shell { min-height: 0; padding-top: 72px; padding-bottom: 72px; grid-template-columns: 1fr; gap: 48px; }
  .free-estimate-intro { max-width: 620px; }
  .free-estimate-shell > .estimate-form { width: 100%; max-width: 720px; }
  .footer-top { grid-template-columns: 1.5fr 1fr; }
}

@media (min-width: 621px) {
  .hero-image { left: -4%; right: auto; width: 108%; }
}

@media (max-width: 620px) {
  :root { --pad: 22px; }
  section[id], footer[id], main[id] { scroll-margin-top: 84px; }
  .section { padding-top: 88px; padding-bottom: 88px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 68% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(12,12,10,.88) 0%, rgba(12,12,10,.5) 55%, rgba(12,12,10,.25)); }
  .hero-content { width: auto; margin: 0 var(--pad) 96px; }
  .hero-content h1 { font-size: clamp(44px, 12.5vw, 58px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .trust-strip-inner > div { min-height: 105px; padding: 20px 14px; border-bottom: 1px solid var(--line); }
  .trust-strip-inner > div:nth-child(odd) { padding-left: 0; }
  .trust-strip-inner > div:nth-child(even) { padding-right: 0; border-right: 0; }
  .trust-strip-inner > div:nth-child(n+3) { border-bottom: 0; }
  .trust-strip-inner span { font-size: 8px; line-height: 1.45; }
  .trust-strip-inner p { font-size: 11px; line-height: 1.4; }
  .intro-copy h2, h2 { font-size: clamp(42px, 12.4vw, 57px); }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .portfolio-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: calc(var(--pad) * -1); padding-right: var(--pad); scroll-snap-type: x mandatory; scrollbar-width: none; }
  .portfolio-grid::-webkit-scrollbar { display: none; }
  .project { flex: 0 0 84vw; height: 500px; scroll-snap-align: start; }
  .project-tall { height: 500px; }
  .project figcaption strong { font-size: 20px; }
  .transformation { margin-bottom: 100px; }
  .compare { height: 560px; }
  .process-story { margin: 0 calc(var(--pad) * -1); padding: 70px var(--pad); }
  .process-story > div:first-child { display: block; }
  .process-images { display: flex; overflow-x: auto; margin-right: calc(var(--pad) * -1); padding-right: var(--pad); scroll-snap-type: x mandatory; }
  .process-images figure { flex: 0 0 82vw; scroll-snap-align: start; }
  .process-images img { height: 290px; }
  .detail-visual span { right: -8px; bottom: 24px; }
  .detail-points { grid-template-columns: 1fr; }
  .detail-points span:nth-child(odd) { margin-right: 0; }
  .why { padding-bottom: 100px; }
  .why-list div { min-height: 67px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .how-steps { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: 1fr; }
  .area-list span:nth-child(odd) { margin-right: 0; }
  .estimate-page-intro { min-height: 680px; padding-top: 110px; }
  .estimate-page-intro h1 { font-size: clamp(47px, 13.5vw, 62px); }
  .back-link { margin-bottom: 55px; }
  .free-estimate-shell { padding: 32px var(--pad) 54px; gap: 30px; }
  .free-estimate-intro h1 { margin: 17px 0 18px; font-size: clamp(43px, 12vw, 53px); }
  .free-estimate-intro .back-link { margin-bottom: 26px; }
  .free-estimate-intro .eyebrow { margin-bottom: 14px; }
  .estimate-lede { margin-bottom: 22px; font-size: 15px; }
  .estimate-contact { padding-top: 16px; }
  .free-estimate-shell > .estimate-form { padding: 28px 20px; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-logo { width: min(250px, 76vw); height: 84px; }
  .back-top { display: none; }
  .footer-bottom { display: block; padding-bottom: calc(75px + env(safe-area-inset-bottom)); }
  .footer-bottom span { display: block; margin-bottom: 7px; }
  .mobile-cta { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 52px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; background: var(--wood-light); color: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.25); font-size: 12px; font-weight: 600; }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; text-align: center; }
  .mobile-cta a + a { border-left: 1px solid rgba(27,27,23,.24); }
  .how-step { min-height: 0; grid-template-columns: 55px 1fr; gap: 16px; padding: 31px 24px; }
  .how-step > span { font-size: 35px; }
}

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