/* Base responsive defaults - see lib/build.ts */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; }
img, picture, video, canvas, svg, iframe { max-width: 100%; height: auto; }
table { max-width: 100%; }
pre { overflow-x: auto; }
input, button, textarea, select { font: inherit; max-width: 100%; }
/* 16px minimum stops mobile Safari zooming in when a field takes focus. */
input, textarea, select { font-size: max(1rem, 16px); }

*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}body{font-family:'Segoe UI',Helvetica,Arial,sans-serif;color:#3a332b;background:#f5efe6;line-height:1.6;font-size:16px;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:#8a5a2b}h1,h2,h3{line-height:1.2;color:#4a3b28}p{margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:100;background:#4a3b28;box-shadow:0 2px 8px rgba(0,0,0,.2)}.header-inner{max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo{width:48px;height:48px;background:#8a5a2b;border-radius:6px;padding:4px}.brand-text{display:flex;flex-direction:column}.brand-name{color:#f5efe6;font-weight:700;font-size:1.25rem}.brand-tag{color:#d8b98c;font-size:.8rem;font-style:italic}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;width:100%}.main-nav a{color:#f5efe6;text-decoration:none;padding:.65rem .8rem;border-radius:5px;font-weight:600;min-height:44px;display:flex;align-items:center}.main-nav a:hover{background:#5f4c34}.nav-cta{background:#c17a3f;color:#fff!important}.nav-cta:hover{background:#a9642e!important}section{padding:2.5rem 1rem;max-width:1100px;margin:0 auto}.hero{position:relative;padding:0;max-width:none;margin:0}.hero-bg{background:linear-gradient(rgba(40,30,18,.55),rgba(40,30,18,.55)),url('images/4be96b58-94d7-426f-af99-9740fa3547e4-joinery3.jpg');background-size:cover;background-position:center;padding:3.5rem 1.25rem;color:#fff;text-align:center}.hero-bg h1{font-size:clamp(2rem,7vw,3.5rem);margin-bottom:.5rem;text-shadow:0 2px 6px rgba(0,0,0,.5)}.hero-bg .hero-sub{font-size:clamp(1.1rem,3.5vw,1.5rem);font-style:italic;color:#f0d9b8;margin-bottom:1.5rem}.hero-bg p{max-width:600px;margin:0 auto 1.5rem}.btn{display:inline-block;background:#c17a3f;color:#fff;text-decoration:none;padding:.9rem 1.6rem;border-radius:6px;font-weight:700;min-height:44px}.btn:hover{background:#a9642e}h2.section-title{font-size:clamp(1.6rem,5vw,2.4rem);margin-bottom:1rem;border-bottom:3px solid #c17a3f;display:inline-block;padding-bottom:.3rem}.alt{background:#ece2d2}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.gallery img{border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.15);width:100%;object-fit:cover;height:100%}.about-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.about-grid img{border-radius:8px}.stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.stat{flex:1 1 140px;background:#4a3b28;color:#f5efe6;padding:1.25rem;border-radius:8px;text-align:center}.stat strong{display:block;font-size:1.8rem;color:#e8b877}.services-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem;margin-top:1.5rem}.services-list li{background:#fff;border-left:4px solid #c17a3f;padding:.8rem 1rem;border-radius:4px;font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,.08)}.contact-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.contact-block{flex:1 1 260px}.contact-block a{font-weight:700}.contact-cta{background:#4a3b28;color:#f5efe6;padding:2rem 1.25rem;border-radius:10px;text-align:center;margin-top:2rem}.contact-cta h3{color:#e8b877;font-size:1.4rem;margin-bottom:.75rem}.site-footer{background:#332a1c;color:#d8cbb6;padding:2.5rem 1rem 1rem;margin-top:2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.5rem}.footer-col{flex:1 1 220px}.footer-col h3{color:#e8b877;margin-bottom:.6rem}.footer-links{list-style:none}.footer-links a{color:#d8cbb6;text-decoration:none;display:inline-block;padding:.4rem 0;min-height:32px}.footer-links a:hover{color:#fff}.site-footer a{color:#e8b877}.copyright{text-align:center;margin-top:2rem;font-size:.85rem;color:#9d8f77}.back-to-top{display:block;text-align:center;margin:1rem auto 0;color:#e8b877;text-decoration:none;font-weight:700;padding:.6rem}@media(min-width:48em){.header-inner{flex-direction:row;justify-content:space-between}.main-nav{width:auto}.about-grid{flex-direction:row;align-items:center}.about-grid .about-text{flex:1 1 55%}.about-grid img{flex:1 1 40%}}