@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#181b1a;--panel:#202422;--ink:#f2f1ea;--muted:#b1b6b0;--gold:#bd9a68;--line:#ffffff21;--display:'Manrope',sans-serif;--body:'DM Sans',sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:125px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500}h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.18;letter-spacing:-.045em}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--gold)}p{color:var(--muted)}:focus-visible{outline:2px solid var(--gold);outline-offset:5px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--gold);padding:12px;color:#171a18}.skip:focus{top:10px}.header{height:105px;padding:0 5%;position:fixed;z-index:30;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff25;background:#181b1af2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:.9;width:max-content}.brand>span{font-family:var(--display);font-size:39px;font-weight:800;letter-spacing:.07em}.brand-dot{color:var(--gold);letter-spacing:0}.brand small{font-size:10px;letter-spacing:.38em;margin-top:8px}.header nav{display:flex;align-items:center;gap:36px;font-size:14px}.header nav>a:not(.nav-quote){color:#dddeda}.header nav>a:hover{color:var(--gold)}.nav-quote{border:1px solid #c8ac7d8c;padding:14px 22px}.nav-quote span{margin-left:25px;color:var(--gold)}.menu{display:none}.hero{min-height:800px;height:min(100svh,1100px);position:relative;overflow:hidden;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;height:100%;object-position:center;animation:hero-in 1.8s ease-out}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#111b1ecc 0%,#111b1e88 33%,#111b1e15 72%),linear-gradient(0deg,#151b1bd9 0%,transparent 35%)}.hero-content{position:relative;margin:110px 0 105px 7%;max-width:780px}.eyebrow{font-size:12px;font-weight:550;letter-spacing:.15em;color:var(--gold)}.hero .eyebrow{color:#dbd8ca;display:flex;gap:12px;align-items:center;margin-bottom:25px}.eyebrow>span{display:block;width:24px;height:1px;background:var(--gold)}h1{font-size:clamp(3.2rem,5.65vw,6rem);line-height:1.045;letter-spacing:-.05em;text-shadow:0 2px 35px #0003}.hero h1 em{font-size:1.06em}.hero-description{color:#d0d3cd;line-height:1.65;margin:24px 0 30px;font-size:16px}.button{display:inline-flex;gap:35px;align-items:center;justify-content:space-between;padding:18px 24px;font-size:14px;font-weight:600;min-height:57px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.gold{background:var(--gold);color:#171d1b;border:1px solid var(--gold)}.gold:hover{background:#d3b47f}.outline{border:1px solid #b99a6970;color:var(--ink)}.outline:hover{background:#bd9a6815}.hero-bottom{position:absolute;bottom:29px;left:5%;width:90%;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-bottom p{font-size:10px;letter-spacing:.12em;color:#cccec3}.hero-bottom a{font-size:12px;color:#d6d8cf;display:flex;gap:18px;align-items:center}.hero-bottom a span{font-size:22px;color:var(--gold)}.service-ribbon{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px 7%;background:#232825;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:.04em}.service-ribbon i{color:var(--gold);font-style:normal;font-size:12px}.section{padding:105px 7%}.section-label{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.13em;color:var(--gold);margin-bottom:42px}.short-line{display:block;height:1px;background:var(--line);width:120px}.intro{padding-top:100px;padding-bottom:110px}.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10%}.intro-grid p+p{margin-top:18px}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:14px;padding:12px 0;border-bottom:1px solid #b4976770;font-weight:500;color:var(--ink)}.text-link span{color:var(--gold);font-size:20px}.intro .text-link{margin-top:22px}.services{background:#202522}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px}.section-heading>p{max-width:355px}.services-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:7%}.material-image{position:relative;overflow:hidden;min-height:515px}.material-image img{height:100%;position:absolute;inset:0;object-position:48%}.material-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#101a18b0)}.material-image figcaption{position:absolute;z-index:1;left:28px;bottom:25px;font-size:10px;letter-spacing:.14em;display:flex;flex-direction:column;color:#fff}.service-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;padding:23px 0;display:flex;align-items:center;gap:22px;cursor:pointer;font-family:var(--display);font-size:22px;line-height:1.3}summary::-webkit-details-marker{display:none}.number{font-family:var(--body);color:var(--gold);font-size:12px}.expand{position:relative;width:13px;height:13px;margin-left:auto;flex-shrink:0}.expand:before,.expand:after{content:'';position:absolute;background:var(--gold);width:13px;height:1px;top:6px;left:0}.expand:after{transform:rotate(90deg)}details[open] .expand:after{transform:rotate(0)}.service-copy{padding:0 15px 26px 37px;font-size:15px}.service-copy a{display:inline-block;margin-top:18px;color:var(--gold);font-size:13px}.showcase{background:#e9e9e1;color:#232a25}.showcase .section-label{color:#756246}.showcase em{color:#8d714e}.showcase .text-link{color:#293028}.gallery{display:grid;grid-template-columns:1.3fr 1fr;gap:45px 35px;align-items:start}.project{border:0;background:none;text-align:left;padding:0;min-width:0;color:inherit}.project-photo{position:relative;overflow:hidden}.project-photo img{height:450px;transition:transform .65s}.project:hover img{transform:scale(1.035)}.project-small{margin-top:90px}.project-small img{height:360px}.project-wide{grid-column:1/-1}.project-wide img{height:440px;object-position:center 60%}.project-photo:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#0007)}.round-arrow{position:absolute;right:20px;bottom:20px;border:1px solid #ffffff80;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:23px;color:white;z-index:1;background:#2223}.image-label{position:absolute;left:22px;bottom:26px;font-size:10px;letter-spacing:.12em;color:white;z-index:1}.project-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.project-caption h3{font-size:21px;letter-spacing:-.035em}.project-caption>span{font-size:9px;letter-spacing:.1em;color:#72746a}.image-note{font-size:12px;line-height:1.6;margin-top:30px;color:#777b72}.approach-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:10%}.approach-grid>div>p{max-width:460px;margin:25px 0 32px}.principles article{display:flex;gap:26px;padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid var(--line)}.principles article>span{color:var(--gold);font-size:12px;padding-top:7px}.principles h3{font-size:21px;letter-spacing:-.025em;margin-bottom:10px}.principles p{font-size:15px}.trust{text-align:center;background:#232a25;padding-top:75px;padding-bottom:75px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust h2{margin:22px 0}.trust>p:not(.eyebrow){max-width:550px;margin:0 auto 20px}.estimate{display:grid;grid-template-columns:.9fr 1.1fr;gap:10%;padding-top:115px;padding-bottom:110px}.estimate h2{margin:28px 0 25px;font-size:clamp(3rem,4.8vw,4.7rem)}.estimate-intro>p:not(.eyebrow){max-width:390px}.contact-block{display:flex;flex-direction:column;margin-top:40px;align-items:flex-start}.contact-block>span{color:var(--gold);font-size:10px;letter-spacing:.15em;margin-top:22px;margin-bottom:5px}.contact-block>a{font-size:24px;letter-spacing:-.025em}.contact-block>a.email{font-size:16px;overflow-wrap:anywhere}.contact-block>p{font-size:15px;color:var(--ink)}form{background:#222724;border:1px solid var(--line);padding:37px}.form-heading h3{font-size:25px;letter-spacing:-.03em}.form-heading p{font-size:14px;margin:5px 0 27px}label{display:flex;flex-direction:column;position:relative;font-size:12px;margin-bottom:22px;gap:9px;color:#dedfd6}label>span{display:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{width:100%;min-width:0;background:#1a201c;border:1px solid #ffffff21;border-radius:0;padding:13px 12px;color:var(--ink);font-size:14px;line-height:1.5}input,select{min-height:49px}input::placeholder,textarea::placeholder{color:#8e978e}textarea{resize:vertical}form>.button{width:100%;font-size:14px}.form-note{font-size:12px;line-height:1.6;margin-top:16px}#form-result{padding-top:25px;margin-top:20px;border-top:1px solid var(--line)}#form-result p{font-size:14px;margin:8px 0 15px;overflow-wrap:anywhere}#form-result textarea{height:180px}#form-result button{background:none;border:0;border-bottom:1px solid var(--gold);cursor:pointer}footer{padding:50px 7% 30px;background:#131815;border-top:1px solid var(--line)}.footer-top{display:flex;align-items:center;gap:60px;padding-bottom:45px}.footer-top>p{font-size:14px;line-height:1.65}.back-top{margin-left:auto;font-size:12px;color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:23px;font-size:11px;color:#929e93}.footer-bottom>span:nth-child(2){letter-spacing:.1em}.mobile-cta{display:none}dialog{padding:0;border:1px solid var(--line);background:var(--bg);color:var(--ink);max-width:900px;width:90%;max-height:90svh;overflow:auto}dialog::backdrop{background:#07100dea;backdrop-filter:blur(6px)}dialog>img{height:360px}.dialog-close{position:absolute;right:16px;top:16px;width:44px;height:44px;border:1px solid #ffffff60;background:#111d;z-index:2}.dialog-content{padding:30px}.dialog-content h2{margin:15px 0;font-size:34px}.dialog-content .button{margin-top:25px}.dialog-content .image-note{margin-top:12px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@keyframes hero-in{from{transform:scale(1.035);opacity:.7}to{transform:scale(1);opacity:1}}
@media(min-width:1600px){.section{padding-left:max(7%,calc((100vw - 1450px)/2));padding-right:max(7%,calc((100vw - 1450px)/2))}}@media(max-width:1100px){.header nav{gap:22px}.hero{min-height:770px}.hero-content{margin-left:6%}.hero-bottom p:last-child{display:none}.section{padding:80px 6%}.service-ribbon{padding:23px 6%;gap:15px;font-size:11px}.section-heading>p{max-width:290px;font-size:15px}.project-caption{display:block}.project-caption>span{display:block;margin-top:4px}.services-layout{gap:5%}.estimate{gap:6%}form{padding:25px}.form-row{grid-template-columns:1fr;gap:0}.contact-block>a.email{font-size:14px}.intro-grid{gap:6%}.approach-grid{gap:7%}.section-label{font-size:10px}}
@media(max-width:760px){html{scroll-padding-top:105px}.header{height:85px;padding:0 6%}.brand>span{font-size:32px}.brand small{font-size:8px}.menu{display:flex;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;background:none;border:1px solid #ffffff30;padding:11px}.menu span{height:1px;width:20px;background:white;transition:transform .2s}.menu[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:85px;left:0;right:0;background:#1a221f;padding:25px 6%;border-bottom:1px solid var(--line);align-items:stretch;font-size:17px;box-shadow:0 20px 30px #0006}.header nav.open{display:flex;flex-direction:column;gap:24px}.nav-quote{display:flex;justify-content:space-between}.hero{min-height:760px;height:100svh;max-height:940px;align-items:flex-start}.hero-photo{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#111a1cd9,#111a1c65 65%,#111a1c33),linear-gradient(0deg,#111b1bbb,transparent 40%)}.hero-content{margin:150px 6% 100px;max-width:88%}.hero .eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:25px}h1{font-size:clamp(3.25rem,9.8vw,4.8rem);line-height:1.09;letter-spacing:-.05em}.hero-description{font-size:15px;margin:24px 0}.hero .button{font-size:13px;padding:16px 19px;gap:24px}.hero-bottom{left:6%;width:88%;bottom:30px}.hero-bottom>p{display:none}.hero-bottom>a{width:100%;justify-content:space-between;border-top:1px solid #ffffff30;padding-top:15px}.service-ribbon{flex-wrap:wrap;justify-content:center;gap:10px 18px;padding:22px 6%;font-size:12px}.service-ribbon i{font-size:8px}.service-ribbon i:nth-child(6){display:none}.section{padding:66px 6%}.section-label{margin-bottom:28px;font-size:10px;gap:20px}.section-label>span:nth-child(2){display:none}h2{font-size:2.6rem}.intro-grid,.services-layout,.approach-grid,.estimate{grid-template-columns:1fr;gap:30px}.intro-grid>div>p{font-size:15px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:23px}.section-heading>.text-link{margin-top:16px}.material-image{min-height:340px}.service-list summary{padding:22px 0;font-size:21px}.service-copy{font-size:15px}.gallery{gap:32px;grid-template-columns:1fr}.project-small{margin-top:0}.project-wide{grid-column:auto}.project-photo img,.project-small img,.project-wide img{height:300px}.project-caption{display:flex;align-items:flex-start}.project-caption h3{font-size:19px}.project-caption>span{font-size:8px;text-align:right;max-width:120px}.image-note{font-size:12px}.principles{margin-top:16px}.principles article:last-child{margin-bottom:0}.trust h2{font-size:2.6rem}.trust>p:not(.eyebrow){font-size:15px}.estimate h2{font-size:3.5rem}.estimate-intro>p:not(.eyebrow){max-width:100%}.contact-block{margin-top:12px}.contact-block>a.email{font-size:16px}form{padding:26px 20px;margin-top:14px}.form-row{grid-template-columns:1fr}label{font-size:14px}input,select,textarea{font-size:16px}footer{padding:40px 6% 98px}.footer-top{gap:30px;flex-wrap:wrap;padding-bottom:25px}.footer-top>p{font-size:12px}.back-top{margin-left:0}.footer-bottom{flex-direction:column;gap:10px}.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:20;display:grid;grid-template-columns:.8fr 1.2fr;background:#19201c;border-top:1px solid #b79a6570;padding:9px 12px max(9px,env(safe-area-inset-bottom));gap:10px;box-shadow:0 -5px 30px #0003}.mobile-cta a{display:grid;place-items:center;min-height:46px;font-size:13px}.mobile-cta a:first-child{border:1px solid #b79a6570}.mobile-cta a:last-child{background:var(--gold);color:#162017;font-weight:600}dialog{width:94%;max-height:85svh}dialog>img{height:250px}.dialog-content{padding:25px}.dialog-content h2{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

.faq{background:#1c221e}.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:8%}.faq summary{font-size:18px}.faq .service-copy{padding-left:0}.hero .eyebrow{font-size:11px}.service-list summary{overflow-wrap:anywhere}@media(max-width:760px){.faq-grid{grid-template-columns:1fr;gap:30px}.hero .eyebrow{font-size:9px;letter-spacing:.06em}.hero .eyebrow>span{width:12px}.services summary{font-size:19px}.hero-description br{display:none}}

@media(max-width:760px){h1 .home-line{font-size:.76em;letter-spacing:-.05em}.hero-bottom{bottom:95px}}

@media(max-width:760px){.header nav{max-height:calc(100dvh - 155px);overflow-y:auto}}

.hardie-logo{display:block;width:290px;max-width:100%;padding:26px 30px;margin:0 auto 30px;background:#fff}.hardie-logo img{width:100%;height:auto;object-fit:contain}
.gallery-page{background:#181b1a}.gallery-hero{padding:175px 7% 75px;display:grid;grid-template-columns:1.2fr .8fr;gap:8%;align-items:end;border-bottom:1px solid var(--line)}.gallery-hero h1{font-size:clamp(3.4rem,7vw,7.5rem);line-height:.98}.gallery-hero p{max-width:480px}.gallery-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 32px}.gallery-card{margin:0}.gallery-card:nth-child(even){margin-top:80px}.gallery-card img{height:460px}.gallery-card figcaption{padding-top:18px;display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.gallery-card h2{font-size:1.45rem;letter-spacing:-.03em}.gallery-card p{font-size:13px;text-align:right}.gallery-note{margin-top:55px;font-size:13px}.gallery-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#232a25}.gallery-cta h2{max-width:680px}@media(max-width:760px){.gallery-hero{padding:135px 6% 55px;grid-template-columns:1fr;gap:25px}.gallery-page-grid{grid-template-columns:1fr;gap:38px}.gallery-card:nth-child(even){margin-top:0}.gallery-card img{height:300px}.gallery-card figcaption{display:block}.gallery-card p{text-align:left;margin-top:5px}.gallery-cta{display:block}.gallery-cta .button{margin-top:25px}}
