:root {
  --ink: #20262a;
  --muted: #5f6768;
  --paper: #ece9e2;
  --paper-2: #e2ded5;
  --panel: #f5f2eb;
  --night: #17232c;
  --night-2: #22313a;
  --cedar: #8b6247;
  --cedar-deep: #654530;
  --line: #cfc8bb;
  --cream: #f6f1e7;
  --shadow: 0 18px 50px rgba(21, 26, 29, .14);
  --radius: 4px;
  --max: 1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.65}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--cedar-deep)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(23,35,44,.96);color:var(--cream);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:30px;justify-content:space-between}
.brand{text-decoration:none;line-height:1.05}.brand strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.16rem;letter-spacing:.01em;color:#a84a43}.brand span{display:block;margin-top:6px;color:#c8c7c0;font-size:.72rem;letter-spacing:.11em;text-transform:uppercase}
.desktop-nav{display:flex;gap:22px;align-items:center;font-size:.86rem}.desktop-nav a{text-decoration:none;color:#e8e4da}.desktop-nav a:hover{color:#fff}.contact-actions{display:flex;gap:9px;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 18px;border:1px solid transparent;text-decoration:none;font-weight:750;font-size:.88rem;letter-spacing:.01em}.button.primary{background:var(--cream);color:var(--night)}.button.secondary{border-color:rgba(255,255,255,.4);color:var(--cream)}.button.dark{background:var(--night);color:var(--cream)}.button.outline{border-color:var(--night);color:var(--night)}
.mobile-menu{display:none}.mobile-menu summary{cursor:pointer;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-panel{position:absolute;left:0;right:0;top:78px;background:var(--night);padding:22px 20px 28px;border-top:1px solid rgba(255,255,255,.08)}.mobile-panel a{display:block;padding:9px 0;color:var(--cream);text-decoration:none}.mobile-panel .button{margin-top:10px;text-align:center}
.hero{position:relative;min-height:690px;background:var(--night);color:var(--cream);overflow:hidden}.hero-grid{min-height:690px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:90px 60px 90px max(0px,calc((100vw - var(--max))/2));padding-left:max(40px,calc((100vw - var(--max))/2));padding-right:66px}.hero .eyebrow{color:#d6b39b}.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(3.2rem,6vw,5.9rem);line-height:.94;letter-spacing:-.035em;margin:18px 0 28px;max-width:680px}.hero p{color:#d3d4d0;max-width:610px;font-size:1.08rem;margin:0 0 30px}.hero-image{position:relative;min-height:690px}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,35,44,.42),transparent 28%)}.hero-note{position:absolute;right:28px;bottom:24px;background:rgba(23,35,44,.82);padding:10px 14px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#eae5db}
.intro-strip{background:var(--paper-2);border-bottom:1px solid var(--line)}.intro-grid{display:grid;grid-template-columns:1.05fr 1.95fr;gap:70px;padding:72px 0}.intro-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,3.2rem);line-height:1.08;font-weight:500;margin:8px 0 0}.intro-grid p{margin:0;color:#43494a;font-size:1.05rem;max-width:790px}
.section{padding:105px 0}.section.dark{background:var(--night);color:var(--cream)}.section.soft{background:var(--panel)}.section-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;margin-bottom:55px}.section-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(2.5rem,4vw,4.4rem);line-height:1;margin:10px 0}.section-head p{margin:4px 0 0;color:var(--muted);font-size:1.05rem}.dark .section-head p{color:#c6c9c6}.dark .eyebrow{color:#d6b39b}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:var(--panel);text-decoration:none;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-card .content{padding:28px}.service-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.6rem;font-weight:500;margin:0 0 10px}.service-card p{font-size:.94rem;color:var(--muted);margin:0}.service-card .link{display:block;margin-top:18px;font-size:.82rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--cedar-deep)}
.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.story-grid.reverse{grid-template-columns:.92fr 1.08fr}.story-grid.reverse .story-photo{order:2}.story-photo{position:relative}.story-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow)}.story-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,4vw,4.6rem);font-weight:500;line-height:1.02;margin:12px 0 24px}.story-copy p{color:#4e5555}.dark .story-copy p{color:#c9cbc8}.quote{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;line-height:1.35;border-left:3px solid var(--cedar);padding-left:24px;margin:30px 0;color:var(--ink)}.dark .quote{color:var(--cream)}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:18px}.compare figure{margin:0;background:var(--night);color:var(--cream)}.compare img{width:100%;aspect-ratio:4/3;object-fit:cover}.compare figcaption{padding:12px 16px;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}
.callout{background:var(--cedar-deep);color:var(--cream);padding:72px 0}.callout-grid{display:flex;align-items:center;justify-content:space-between;gap:40px}.callout h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.02;font-weight:500;margin:0 0 12px}.callout p{margin:0;color:#efe4da}.callout .button.primary{min-width:140px}
.page-hero{background:var(--night);color:var(--cream);padding:90px 0 0}.page-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:end}.page-hero-copy{padding-bottom:70px}.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.4rem,6vw,6.2rem);font-weight:500;line-height:.95;letter-spacing:-.035em;margin:16px 0 26px}.page-hero p{color:#ced1cf;max-width:620px}.page-hero img{width:100%;height:470px;object-fit:cover;object-position:center}
.prose{max-width:820px;margin-inline:auto}.prose h2{font-family:Georgia,"Times New Roman",serif;font-size:2.5rem;font-weight:500;line-height:1.1;margin:58px 0 16px}.prose h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500;margin:38px 0 10px}.prose p{color:#464d4d}.prose .lead{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1.5;color:var(--ink)}.aside-note{background:var(--panel);border-left:4px solid var(--cedar);padding:24px 28px;margin:36px 0}.aside-note p{margin:0}.project{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;padding:40px 0;border-top:1px solid var(--line)}.project h2{font-family:Georgia,"Times New Roman",serif;font-size:2.3rem;font-weight:500;margin:0}.placeholder{min-height:280px;background:linear-gradient(135deg,var(--paper-2),#d2ccc0);display:grid;place-items:center;text-align:center;padding:30px;color:#727676;border:1px solid var(--line)}
.site-footer{background:#101920;color:#bbc0bd;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:50px}.footer-grid h3{font-family:Georgia,"Times New Roman",serif;color:var(--cream);font-weight:500;margin-top:0}.footer-grid a{color:#dfe0dc;text-decoration:none}.footer-grid p{margin:.25rem 0}.footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;gap:20px;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#8f9895}
@media(max-width:980px){.desktop-nav{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:85px 34px 60px}.hero-image{min-height:470px}.hero-image::after{background:linear-gradient(180deg,rgba(23,35,44,.18),transparent)}.intro-grid,.section-head,.story-grid,.story-grid.reverse,.page-hero-grid,.project{grid-template-columns:1fr}.story-grid.reverse .story-photo{order:0}.services{grid-template-columns:1fr 1fr}.page-hero-copy{padding-bottom:10px}.page-hero img{height:390px}.footer-grid{grid-template-columns:1fr 1fr}.contact-actions{margin-left:auto}}
@media(max-width:650px){body{font-size:17px}.wrap{width:min(calc(100% - 28px),var(--max))}.site-header{position:relative}.header-inner{min-height:72px}.brand strong{font-size:1rem}.brand span{font-size:.62rem}.contact-actions .secondary{display:none}.mobile-panel{top:72px}.hero,.hero-grid{min-height:auto}.hero-copy{padding:68px 24px 50px}.hero h1{font-size:3.15rem}.hero-image{min-height:360px}.intro-grid{gap:26px;padding:58px 0}.section{padding:78px 0}.section-head{gap:18px;margin-bottom:36px}.services{grid-template-columns:1fr}.story-grid,.story-grid.reverse{gap:32px}.compare{grid-template-columns:1fr}.callout-grid{align-items:flex-start;flex-direction:column}.page-hero{padding-top:62px}.page-hero h1{font-size:3.35rem}.page-hero img{height:320px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.project{gap:18px}.contact-actions .primary{padding:0 13px;font-size:.82rem}}

/* Cedar Siding V2 */
.desktop-nav a[aria-current='page']{color:#fff;border-bottom:1px solid #d6b39b;padding-bottom:5px}
.cedar-hero{background:var(--night);color:var(--cream);padding:70px 0 0;overflow:hidden}.cedar-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:end}.cedar-hero-copy{padding:42px 0 86px}.cedar-hero .eyebrow,.power-section .eyebrow,.live-project .eyebrow,.cedar-close .eyebrow{color:#d6b39b}.cedar-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.8rem,7vw,7.2rem);font-weight:500;line-height:.88;letter-spacing:-.045em;margin:16px 0 22px}.cedar-hero .hero-lead{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,2.5vw,2.15rem);color:#e8ded2;margin:0 0 20px}.cedar-hero-copy>p:not(.hero-lead){color:#c9cdca;max-width:620px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.cedar-hero-photo{margin:0;position:relative}.cedar-hero-photo img{width:100%;height:640px;object-fit:cover;object-position:center}.cedar-hero-photo figcaption{position:absolute;right:20px;bottom:18px;background:rgba(16,25,32,.82);padding:10px 14px;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#eee9df}.cedar-manifesto{padding:82px 0;background:var(--paper-2);border-bottom:1px solid var(--line)}.narrow{max-width:900px}.cedar-manifesto h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(2.6rem,5vw,5rem);line-height:1.02;margin:10px 0 26px}.cedar-manifesto p{font-size:1.08rem;color:#444b4c;max-width:790px}.cedar-head{align-items:end}.cinema-compare{display:grid;grid-template-columns:1fr 54px 1fr;align-items:center}.cinema-compare figure{margin:0;position:relative;background:var(--night)}.cinema-compare img{width:100%;aspect-ratio:4/3;object-fit:cover}.cinema-compare figcaption{display:flex;justify-content:space-between;gap:15px;padding:14px 16px;color:#d7d8d3;font-size:.78rem}.cinema-compare figcaption strong{text-transform:uppercase;letter-spacing:.13em;color:#fff}.compare-arrow{font-family:Georgia,serif;text-align:center;font-size:2rem;color:var(--cedar-deep)}.future-note{border-top:1px solid rgba(255,255,255,.15);padding-top:18px!important;margin-top:28px!important;font-size:.86rem!important;color:#aeb5b1!important}.power-section{background:var(--night-2);color:var(--cream);padding:120px 0}.power-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.power-title h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(3.3rem,6vw,6.6rem);line-height:.91;margin:15px 0}.power-copy{max-width:670px}.power-copy p{color:#cbd0cc}.power-copy .lead{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:1.55rem;line-height:1.4;margin-top:0}.power-copy .quote{color:var(--cream);border-left-color:#d6b39b;margin-top:42px}.cowboy-section{background:#ebe5da}.process-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:end}.process-wide{margin:0}.process-wide img{width:100%;height:620px;object-fit:cover}.process-wide figcaption{font-size:.78rem;color:#656b69;margin-top:10px}.process-copy{padding-bottom:20px}.process-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:2.2rem;font-weight:500;line-height:1.1;margin:0 0 20px}.process-copy p{color:#4b5252}.handwritten{font-family:Georgia,"Times New Roman",serif!important;font-size:1.65rem!important;font-style:italic;color:var(--cedar-deep)!important;border-top:1px solid #c9bfae;padding-top:22px;margin-top:28px}.repair-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center}.repair-copy h2,.detail-copy h2,.oil-copy h2,.live-copy h2,.cedar-close h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.02}.repair-copy h2{font-size:clamp(2.7rem,4.5vw,4.8rem);margin:12px 0 24px}.repair-copy p{color:#4b5252}.repair-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.repair-gallery img{width:100%;height:570px;object-fit:cover}.detail-break{padding:0;background:var(--paper)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:none;width:100%}.detail-photo img{width:100%;height:700px;object-fit:cover}.detail-copy{padding:100px max(40px,calc((100vw - var(--max))/2));padding-right:max(40px,calc((100vw - var(--max))/2));background:var(--cedar-deep);color:var(--cream);display:flex;flex-direction:column;justify-content:center}.detail-copy .eyebrow{color:#ead0bd}.detail-copy h2{font-size:clamp(2.8rem,4.5vw,4.8rem);margin:12px 0 24px}.detail-copy p{color:#efe4da;max-width:620px}.oil-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}.oil-copy h2{font-size:clamp(3rem,5vw,5.5rem);margin:12px 0 26px}.oil-copy p{color:#c9cecb}.tiny-rule{width:80px;border-top:1px solid #d6b39b;margin:30px 0}.oil-photo{margin:0}.oil-photo img{width:100%;height:680px;object-fit:cover}.oil-photo figcaption{text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;margin-top:10px;color:#aeb5b1}.garage-story{background:var(--panel)}.center-note{text-align:center;color:#666d6b;font-size:.86rem;margin:24px auto 0;max-width:700px}.live-project{background:#111c23;color:var(--cream);padding:120px 0}.live-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.live-copy{position:sticky;top:120px}.live-copy h2{font-size:clamp(3rem,5vw,5.3rem);margin:12px 0 26px}.live-copy p{color:#c7cdca}.live-kicker{font-family:Georgia,"Times New Roman",serif!important;font-style:italic;font-size:1.5rem!important;color:#e9d8c8!important;margin-top:34px!important}.live-images{display:grid;grid-template-columns:1fr 1fr;gap:16px}.live-images figure{margin:0;background:#0b1318}.live-images img{width:100%;height:520px;object-fit:cover}.live-images figcaption{padding:12px 14px;text-transform:uppercase;letter-spacing:.11em;font-size:.7rem;color:#adb5b1}.coming-soon{grid-column:1/-1;min-height:260px;border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#17232c,#22313a);text-align:center}.coming-soon span{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#aeb5b1}.coming-soon strong{font-family:Georgia,"Times New Roman",serif;font-size:4rem;font-weight:500;line-height:1;margin:8px 0}.coming-soon em{color:#d6b39b}.cedar-close{background:var(--cedar-deep);color:var(--cream);padding:85px 0}.cedar-close-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center}.cedar-close h2{font-size:clamp(2.7rem,4.5vw,4.8rem);margin:10px 0 18px}.cedar-close p{color:#efe4da}.close-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
@media(max-width:980px){.cedar-hero-grid,.power-grid,.process-grid,.repair-story,.oil-grid,.live-grid,.cedar-close-grid{grid-template-columns:1fr}.cedar-hero-copy{padding-bottom:20px}.cedar-hero-photo img{height:520px}.power-grid{gap:35px}.process-wide img{height:auto}.repair-gallery img{height:480px}.detail-grid{grid-template-columns:1fr}.detail-photo img{height:520px}.detail-copy{padding:75px 40px}.oil-photo img{height:auto}.live-copy{position:static}.close-actions{justify-content:flex-start}.cinema-compare{grid-template-columns:1fr}.compare-arrow{transform:rotate(90deg);padding:6px}.live-images img{height:440px}}
@media(max-width:650px){.cedar-hero{padding-top:45px}.cedar-hero h1{font-size:3.7rem}.cedar-hero-photo img{height:380px}.cedar-manifesto{padding:65px 0}.power-section,.live-project{padding:82px 0}.power-title h2{font-size:3.65rem}.cinema-compare figcaption{flex-direction:column;gap:2px}.repair-gallery{grid-template-columns:1fr}.repair-gallery img{height:auto}.detail-photo img{height:420px}.detail-copy{padding:65px 24px}.live-images{grid-template-columns:1fr}.live-images img{height:auto}.coming-soon{grid-column:auto}.cedar-close{padding:70px 0}}

/* Cedar V2.1 — color matching + solid-color cedar */
.cedar-color-story{background:#f2eee6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stage-strip{display:grid;grid-template-columns:1fr 48px 1fr 48px 1fr;gap:0;align-items:stretch;margin-top:12px}
.stage-card{background:var(--paper);border:1px solid #d7cfc1;padding:34px 30px;min-height:230px;display:flex;flex-direction:column;justify-content:flex-start}
.stage-card span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cedar-deep);margin-bottom:38px}.stage-card strong{font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:500;margin-bottom:10px}.stage-card p{margin:0;color:#555d5b;font-size:.93rem}.stage-arrow{display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:1.7rem;color:var(--cedar-deep)}
.solid-color-story{background:#dfe3e0;padding:0}.solid-color-grid{width:100%;max-width:none;display:grid;grid-template-columns:1.08fr .92fr;gap:0}.solid-color-grid figure{margin:0;position:relative}.solid-color-grid img{width:100%;height:690px;object-fit:cover}.solid-color-grid figcaption{position:absolute;left:20px;bottom:18px;background:rgba(16,25,32,.82);color:#eee9df;padding:10px 14px;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.solid-color-copy{padding:95px max(40px,calc((100vw - var(--max))/2));padding-left:70px;display:flex;flex-direction:column;justify-content:center}.solid-color-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,4.6vw,5rem);font-weight:500;line-height:1.02;margin:12px 0 26px}.solid-color-copy p{max-width:620px;color:#414949}.solid-note{font-family:Georgia,"Times New Roman",serif!important;font-style:italic;font-size:1.35rem!important;color:var(--cedar-deep)!important;border-top:1px solid #b9c0bc;padding-top:22px;margin-top:22px}
@media(max-width:980px){.stage-strip{grid-template-columns:1fr}.stage-arrow{transform:rotate(90deg);height:42px}.solid-color-grid{grid-template-columns:1fr}.solid-color-grid img{height:520px}.solid-color-copy{padding:75px 40px}}
@media(max-width:650px){.stage-card{min-height:auto;padding:28px 24px}.stage-card span{margin-bottom:24px}.solid-color-grid img{height:360px}.solid-color-copy{padding:65px 24px}}

/* Cedar v2.2 review refinements */
.cedar-proof-pair{display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:center;max-width:1180px;margin:0 auto}.cedar-proof-pair figure{margin:0;background:var(--night);box-shadow:0 18px 45px rgba(17,28,35,.08)}.cedar-proof-pair .proof-before{transform:translateY(-12px)}.cedar-proof-pair .proof-after{transform:translateY(18px)}.cedar-proof-pair img{width:100%;display:block;object-fit:cover}.cedar-proof-pair .proof-before img{aspect-ratio:1.42/1;object-position:48% 48%}.cedar-proof-pair .proof-after img{aspect-ratio:1.34/1;object-position:46% 50%}.cedar-proof-pair figcaption{display:flex;justify-content:space-between;gap:15px;padding:14px 16px;color:#d7d8d3;font-size:.78rem}.cedar-proof-pair figcaption strong{text-transform:uppercase;letter-spacing:.13em;color:#fff}.woodpecker-photo{background:#9b745a}.woodpecker-photo img{object-position:center 46%}.solid-color-compare{display:grid;grid-template-rows:1fr 1fr;min-width:0}.solid-color-compare figure{min-height:0}.solid-color-compare img{height:345px;object-position:center 43%}.solid-color-compare figure:first-child img{object-position:center 48%}.solid-color-compare figcaption strong{color:#fff}.solid-color-grid{grid-template-columns:1.08fr .92fr}
@media(max-width:980px){.cedar-proof-pair{grid-template-columns:1fr;gap:16px}.cedar-proof-pair .proof-before,.cedar-proof-pair .proof-after{transform:none}.solid-color-compare img{height:420px}.solid-color-grid{grid-template-columns:1fr}}
@media(max-width:650px){.cedar-proof-pair figcaption{flex-direction:column;gap:2px}.solid-color-compare img{height:280px}}

/* Cedar v2.3: manually aligned first proof pair */
.cedar-proof-pair{grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.cedar-proof-pair .proof-before{transform:translateY(-4px)}
.cedar-proof-pair .proof-after{transform:translateY(4px)}
.cedar-proof-pair .proof-before img,.cedar-proof-pair .proof-after img{aspect-ratio:4/3;object-position:center}

/* Cedar v3.0 — tighter proof alignment + real garage process photos */
.cedar-proof-pair .proof-before,.cedar-proof-pair .proof-after{transform:none}
.cedar-proof-pair .proof-before img,.cedar-proof-pair .proof-after img{aspect-ratio:4/3;object-fit:cover;object-position:center}
.stage-strip-photos .stage-card{margin:0;padding:0;min-height:0;overflow:hidden;display:block}
.stage-strip-photos .stage-card img{width:100%;aspect-ratio:1.72/1;object-fit:cover;object-position:center}
.stage-strip-photos .stage-card figcaption{padding:22px 24px 26px}
.stage-strip-photos .stage-card span{display:block;margin-bottom:16px}
.stage-strip-photos .stage-card strong{display:block;margin-bottom:8px;font-size:1.7rem}
@media(max-width:980px){.stage-strip-photos .stage-card img{aspect-ratio:16/7}}
@media(max-width:650px){.stage-strip-photos .stage-card img{aspect-ratio:1.72/1}}

/* Decks v3.2 — real project photography */
.deck-hero{background:var(--night);color:var(--cream);padding:70px 0 0;overflow:hidden}.deck-hero-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:58px;align-items:end}.deck-hero-copy{padding:42px 0 82px}.deck-hero .eyebrow,.deck-oil .eyebrow,.deck-close .eyebrow{color:#d6b39b}.deck-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.8rem,7vw,7.1rem);font-weight:500;line-height:.89;letter-spacing:-.045em;margin:16px 0 24px}.deck-hero .hero-lead{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.35;color:#e8ded2}.deck-hero-copy>p:not(.hero-lead){color:#c9cdca;max-width:610px}.deck-hero-photo{margin:0;position:relative}.deck-hero-photo img{width:100%;height:650px;object-fit:cover;object-position:center}.deck-hero-photo figcaption{position:absolute;right:20px;bottom:18px;background:rgba(16,25,32,.82);padding:10px 14px;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#eee9df}.deck-intro{padding:88px 0;background:var(--paper-2);border-bottom:1px solid var(--line)}.deck-intro h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:500;line-height:1.01;margin:12px 0 26px}.deck-intro p{font-size:1.08rem;color:#444b4c;max-width:790px}.deck-feature-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:58px;align-items:center}.deck-feature-main{margin:0;background:var(--night)}.deck-feature-main img{width:100%;height:660px;object-fit:cover}.deck-feature-main figcaption,.deck-repair-grid figcaption{display:flex;justify-content:space-between;gap:15px;padding:14px 16px;color:#d7d8d3;font-size:.75rem}.deck-feature-main figcaption strong,.deck-repair-grid figcaption strong{text-transform:uppercase;letter-spacing:.12em;color:#fff}.deck-feature-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:2.5rem;font-weight:500;line-height:1.08}.deck-feature-copy p{color:#4b5252}.deck-script{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.55rem!important;color:var(--cedar-deep)!important;border-top:1px solid #c9bfae;padding-top:24px;margin-top:30px}.deck-oil{background:var(--night-2);color:var(--cream);padding:115px 0}.deck-oil .oil-copy p{color:#c9cecb}.deck-ipe{background:#ebe5da}.ipe-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.ipe-gallery figure{margin:0;background:var(--night);color:#fff}.ipe-gallery img{width:100%;height:590px;object-fit:cover}.ipe-gallery figure:nth-child(2){margin-top:70px}.ipe-gallery figcaption,.step-gallery figcaption{padding:13px 15px;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem}.deck-repair{background:#111c23;color:var(--cream);padding:120px 0}.deck-repair .repair-copy p{color:#c7cdca}.deck-repair .repair-copy .eyebrow{color:#d6b39b}.deck-repair-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.deck-repair-grid figure{margin:0;background:#0b1318}.deck-repair-grid img{width:100%;height:560px;object-fit:cover}.deck-repair-grid figcaption{flex-direction:column;gap:4px}.deck-step{background:var(--paper)}.step-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.step-gallery figure{margin:0;background:var(--night);color:#fff}.step-gallery img{width:100%;height:570px;object-fit:cover}.deck-before-after{background:var(--panel)}.deck-close{background:var(--cedar-deep);color:var(--cream);padding:85px 0}.deck-close h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,4.5vw,4.8rem);font-weight:500;line-height:1.02;margin:10px 0 18px}.deck-close p{color:#efe4da}
@media(max-width:980px){.deck-hero-grid,.deck-feature-grid{grid-template-columns:1fr}.deck-hero-copy{padding-bottom:20px}.deck-hero-photo img{height:520px}.deck-feature-main img{height:auto}.ipe-gallery img,.deck-repair-grid img,.step-gallery img{height:460px}.ipe-gallery figure:nth-child(2){margin-top:0}}
@media(max-width:650px){.deck-hero{padding-top:45px}.deck-hero h1{font-size:3.65rem}.deck-hero-photo img{height:390px}.deck-intro{padding:65px 0}.deck-oil,.deck-repair{padding:82px 0}.ipe-gallery,.deck-repair-grid,.step-gallery{grid-template-columns:1fr}.ipe-gallery img,.deck-repair-grid img,.step-gallery img{height:auto}.deck-feature-main figcaption{flex-direction:column;gap:2px}.deck-close{padding:70px 0}}

/* Decks v3.3 — wraparound step sequence */
.step-story-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:18px;align-items:stretch}.step-story-main,.step-sequence figure{margin:0;background:var(--night);color:#fff}.step-story-main img{width:100%;height:100%;min-height:650px;object-fit:cover}.step-story-main figcaption{display:flex;flex-direction:column;gap:4px;padding:15px 17px}.step-story-main figcaption strong{text-transform:uppercase;letter-spacing:.11em;font-size:.76rem}.step-story-main figcaption span{font-size:.82rem;color:#cdd1ce}.step-sequence{display:grid;grid-template-columns:1fr 1fr;gap:12px}.step-sequence figure{display:flex;flex-direction:column}.step-sequence img{width:100%;height:250px;object-fit:cover;flex:1}.step-sequence figcaption{padding:10px 12px;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.deck-step .section-head p{max-width:720px}@media(max-width:980px){.step-story-grid{grid-template-columns:1fr}.step-story-main img{min-height:0;height:auto}.step-sequence img{height:280px}}@media(max-width:650px){.step-sequence{grid-template-columns:1fr 1fr}.step-sequence img{height:180px}.step-story-main figcaption span{font-size:.76rem}}

/* Log Homes + working Wood Care repository v3.6 */
.why-link{display:inline-block;margin-top:8px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cedar-deep);text-decoration:none;border-bottom:1px solid currentColor}.why-link:hover{opacity:.72}.why-link.light{color:#e3c5b1}.future-projects{display:grid;grid-template-columns:1fr 1fr;gap:22px}.future-projects>div{min-height:210px;border:1px dashed #aaa294;background:rgba(255,255,255,.32);display:flex;flex-direction:column;justify-content:flex-end;padding:26px}.future-projects strong{font-family:Georgia,"Times New Roman",serif;font-size:1.6rem;font-weight:500}.future-projects span{color:var(--muted);margin-top:5px}.prose>section{scroll-margin-top:110px;padding:12px 0 38px;border-bottom:1px solid var(--line)}.prose>section+section{padding-top:38px}.prose>section h2{margin-top:0}@media(max-width:650px){.future-projects{grid-template-columns:1fr}.future-projects>div{min-height:160px}}


/* Log Homes v3.7 — matched project stories, technical detail moves to Wood Care */
.log-hero .deck-hero-photo img{object-position:center 48%}.log-projects{background:var(--paper)}.log-proof{display:grid;gap:105px}.log-project{display:grid;gap:32px}.log-project-copy{max-width:800px}.log-project-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,4vw,4.25rem);font-weight:500;line-height:1.03;margin:10px 0 18px}.log-project-copy p{color:#4c5454;max-width:720px}.log-before-after{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.log-before-after figure{margin:0;background:var(--night);color:var(--cream);box-shadow:var(--shadow)}.log-before-after img{width:100%;aspect-ratio:4/3;object-fit:cover}.log-before-after figcaption{display:flex;justify-content:space-between;gap:14px;padding:13px 15px;font-size:.76rem;color:#cdd0cc}.log-before-after figcaption strong{text-transform:uppercase;letter-spacing:.13em;color:#fff}.log-placeholder{min-height:420px;border:1px dashed #aaa294;background:var(--paper-2);display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.log-placeholder span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-bottom:6px}.log-placeholder strong{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;font-weight:500}.log-ends{background:#e7dfd3}.log-ends .section-head{margin-bottom:0}@media(max-width:650px){.log-proof{gap:75px}.log-before-after{grid-template-columns:1fr}.log-before-after figcaption{flex-direction:column;gap:2px}.log-placeholder{min-height:250px}}

/* Wood Treatment Facts */
.care-jump-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}
.care-jump-grid a{display:flex;flex-direction:column;gap:4px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.35);text-decoration:none;color:inherit}
.care-jump-grid a:hover{transform:translateY(-1px)}
.care-jump-grid span{font-size:.9rem;opacity:.72}
.prose>section{scroll-margin-top:110px;margin-top:48px}
.prose>section:first-of-type{margin-top:24px}
@media(max-width:760px){.care-jump-grid{grid-template-columns:1fr}}

/* Wood Care: keep the Decks chapter visually distinct without forcing readers into a dark section. */
.woodcare-decks{background:#e9e2d6;color:var(--ink)}
.woodcare-decks .eyebrow{color:var(--cedar-deep)}

/* Specialty Projects v4.2 — selective problem solving, not a handyman menu */
.specialty-intro{background:var(--paper-2)}.specialty-intro .narrow{max-width:900px}.specialty-intro h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,5vw,5rem);font-weight:500;line-height:1.02;margin:12px 0 24px}.specialty-intro p{color:#4b5252;max-width:790px}.specialty-feature{padding:105px 0;border-bottom:1px solid var(--line)}.specialty-feature-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}.specialty-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,4.5vw,4.8rem);font-weight:500;line-height:1.02;margin:10px 0 22px}.specialty-copy p{color:#4b5252}.specialty-photo{margin:0}.specialty-photo img{width:100%;max-height:650px;object-fit:cover}.specialty-photo figcaption,.specialty-triptych figcaption,.specialty-roof figcaption{font-size:.76rem;color:#666d6b;margin-top:10px}.specialty-dark{background:var(--night);color:var(--cream)}.specialty-dark .specialty-copy p{color:#c9cfcc}.specialty-dark .eyebrow{color:#d6b39b}.specialty-dark .specialty-photo figcaption{color:#aeb5b1}.specialty-triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px}.specialty-triptych figure{margin:0}.specialty-triptych img{width:100%;aspect-ratio:4/3;object-fit:cover}.specialty-roof{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:38px}.specialty-roof figure{margin:0}.specialty-roof img{width:100%;height:430px;object-fit:cover}.specialty-close{background:var(--cedar-deep);color:var(--cream)}.specialty-close p{color:#efe4da}.specialty-close .button.outline{border-color:#f3ede4;color:#fff}@media(max-width:800px){.specialty-feature-grid,.specialty-roof{grid-template-columns:1fr}.specialty-triptych{grid-template-columns:1fr}.specialty-feature{padding:75px 0}.specialty-roof img{height:auto}}


/* Desktop contact dialog v4.3 — phones keep native call/text behavior. */
.contact-dialog{border:0;padding:0;background:transparent;max-width:min(92vw,520px);width:100%}.contact-dialog::backdrop{background:rgba(10,16,20,.62);backdrop-filter:blur(3px)}.contact-dialog-card{position:relative;background:var(--panel);color:var(--ink);padding:38px 38px 32px;box-shadow:0 24px 80px rgba(0,0,0,.34);border-top:4px solid #a84a43}.contact-dialog-close{position:absolute;top:12px;right:14px;border:0;background:transparent;color:var(--muted);font-size:1.75rem;line-height:1;cursor:pointer}.contact-dialog .eyebrow{margin-bottom:8px}.contact-dialog h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:500;line-height:1.08;margin:0 0 12px}.contact-dialog p{margin:0 0 22px;color:#4b5252}.contact-dialog-number{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,6vw,2.45rem);line-height:1;color:var(--night);text-decoration:none;margin:8px 0 24px}.contact-dialog-actions{display:flex;gap:10px;flex-wrap:wrap}.copy-status{font-size:.78rem;min-height:1.2em;margin-top:12px;color:var(--muted)}@media(max-width:650px){.contact-dialog-card{padding:32px 24px 26px}}
.specialty-subzero{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:42px}.specialty-subzero figure{margin:0}.specialty-subzero img{width:100%;aspect-ratio:4/3;object-fit:cover}.specialty-subzero figcaption{font-size:.76rem;color:#aeb5b1;margin-top:10px}@media(max-width:800px){.specialty-subzero{grid-template-columns:1fr}}
.specialty-pediment{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:44px}.specialty-pediment figure{margin:0}.specialty-pediment figure.wide{grid-column:1/-1}.specialty-pediment img{width:100%;height:460px;object-fit:cover}.specialty-pediment figure.wide img{height:auto;max-height:760px;object-fit:contain;background:var(--paper-2)}.specialty-pediment figcaption{font-size:.76rem;color:#666d6b;margin-top:10px}@media(max-width:800px){.specialty-pediment{grid-template-columns:1fr}.specialty-pediment figure.wide{grid-column:auto}.specialty-pediment img{height:auto}}

/* v4.8 mobile navigation */
.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}
.mobile-menu summary{width:46px;height:46px;border:1px solid rgba(255,255,255,.34);background:rgba(23,35,44,.96);display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.hamburger-lines,.hamburger-lines::before,.hamburger-lines::after{display:block;width:20px;height:2px;background:var(--cream);position:relative;transition:transform .2s ease,opacity .2s ease}
.hamburger-lines::before,.hamburger-lines::after{content:"";position:absolute;left:0}.hamburger-lines::before{top:-6px}.hamburger-lines::after{top:6px}
.mobile-menu[open] .hamburger-lines{background:transparent}.mobile-menu[open] .hamburger-lines::before{top:0;transform:rotate(45deg)}.mobile-menu[open] .hamburger-lines::after{top:0;transform:rotate(-45deg)}
@media(max-width:980px){
  .site-header{z-index:60}
  .mobile-menu{display:block;position:fixed;right:14px;top:13px;z-index:80}
  .mobile-panel{position:fixed;left:auto;right:12px;top:68px;width:min(330px,calc(100vw - 24px));padding:20px 22px 22px;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px rgba(0,0,0,.28);border-radius:4px}
  .mobile-panel a{padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.08)}
  .mobile-panel a:last-child{border-bottom:0}
  .header-inner{padding-right:58px}
}
@media(max-width:650px){
  .site-header{position:sticky}
  .header-inner{min-height:76px;gap:8px;padding-right:54px}
  .brand{min-width:0;max-width:172px;flex:1}.brand strong{font-size:.92rem;line-height:1.05}.brand span{font-size:.56rem;letter-spacing:.08em;line-height:1.2;margin-top:4px}
  .contact-actions{gap:5px;margin-left:auto}.contact-actions .secondary{display:inline-flex}.contact-actions .button{min-height:38px;padding:0 9px;font-size:.72rem}
  .mobile-menu{right:8px;top:15px}.mobile-menu summary{width:42px;height:42px}.mobile-panel{right:8px;top:64px;width:min(320px,calc(100vw - 16px))}
  
}
