@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');
:root{--ink:#202226;--muted:#656970;--red:#cb242c;--paper:#f1f2f3;--line:#dfe1e4;--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:#fcfcfc;color:var(--ink);font:16px/1.65 Inter,Arial,sans-serif}h1,h2,h3{font-family:Outfit,Arial,sans-serif;line-height:1.04;letter-spacing:-.045em;font-weight:500;margin:0 0 24px}h1{font-size:clamp(3.4rem,6.5vw,6.3rem)}h2{font-size:clamp(2.6rem,4.5vw,4.7rem)}h3{font-size:1.65rem}p{margin:0 0 22px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button,summary{cursor:pointer}img{display:block;max-width:100%;height:auto}a,button{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}button{color:inherit}a:hover{color:var(--red)}.wrap{width:min(1360px,calc(100% - 100px));margin:auto}.skip{position:fixed;left:20px;top:-100px;padding:15px;background:white;z-index:100}.skip:focus{top:10px}.header{position:sticky;top:16px;z-index:40;width:min(1456px,calc(100% - 40px));margin:16px auto 0;background:#fffffff0;backdrop-filter:blur(22px);border:1px solid #e4e5e8;border-radius:22px;box-shadow:0 5px 26px #22252a06}.nav.wrap{width:calc(100% - 52px)}.nav{height:85px;display:flex;justify-content:space-between;align-items:center;gap:35px}.logo{width:190px;height:auto}.links{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:500}.btn{display:inline-flex;justify-content:center;align-items:center;gap:25px;border:0;background:var(--red);color:white;padding:17px 24px;border-radius:14px;font-weight:600;font-size:14px;line-height:1.5;transition:background .25s,transform .25s,box-shadow .25s}.btn:hover{color:white;background:#a91e25;transform:translateY(-2px);box-shadow:0 8px 20px #cb242c20}.arrow{width:20px;height:20px;flex-shrink:0}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:14px;font-weight:600;padding:10px 0;border-bottom:1px solid currentColor}.menu{display:none;border:0;background:none;padding:12px}.services-nav{display:flex;align-items:center;position:relative;gap:4px}.services-toggle{padding:14px 4px;background:none;border:0;display:flex}.service-menu{display:none;position:absolute;top:100%;left:-20px;width:240px;background:white;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 16px 42px #1112}.service-menu a{display:block;padding:12px;border-radius:9px}.service-menu a:hover{background:var(--paper)}.services-nav.open .service-menu{display:block}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:600;margin-bottom:25px;display:flex;align-items:center;gap:12px;line-height:1.5}.eyebrow:before{content:'';width:20px;height:3px;background:var(--red);flex-shrink:0}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.section{padding:105px 0}.heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:45px}.heading-row h2{margin-bottom:0}.heading-row>p{max-width:390px;color:var(--muted);margin:0}.home-opening{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:68px 0 60px;align-items:center}.hero-copy h1{font-size:clamp(4rem,7vw,7.3rem);line-height:.96;letter-spacing:-.055em;margin-bottom:28px}.hero-copy h1 span,.page-opening h1 span{color:var(--red)}.hero-copy>p{max-width:450px;color:var(--muted);font-size:17px;line-height:1.75;margin-bottom:30px}.hero-note{display:flex;align-items:center;gap:20px;margin-top:42px}.hero-note>span{font-family:Outfit,sans-serif;font-size:31px;letter-spacing:-.04em;border-right:1px solid var(--line);padding-right:20px}.hero-note p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.hero-visual{position:relative;border-radius:32px;overflow:hidden;height:650px;background:#d6d8da}.hero-main-photo{height:100%;width:100%;object-fit:cover;object-position:50% 40%;transition:transform 1s}.hero-visual:hover .hero-main-photo{transform:scale(1.025)}.hero-caption{position:absolute;bottom:18px;left:18px;right:18px;border-radius:18px;background:#ffffffeb;backdrop-filter:blur(15px);padding:20px 70px 20px 23px;display:flex;flex-direction:column;gap:4px}.hero-caption>span{text-transform:uppercase;font-size:10px;letter-spacing:.15em;color:var(--muted)}.hero-caption>strong{font-size:17px;font-weight:500}.hero-caption>a{position:absolute;right:20px;top:26px;background:var(--ink);color:white;border-radius:50%;width:40px;height:40px;display:grid;place-items:center}.scope-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.scope-strip>.wrap{display:flex;justify-content:space-between;gap:25px;font-size:13px;color:var(--muted)}.scope-strip span+span{border-left:1px solid var(--line);padding-left:35px}.offering-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px 24px}.offering{grid-column:span 2;min-width:0}.offering:nth-child(4),.offering:nth-child(5){grid-column:span 3}.offering-image{height:300px;border-radius:22px;overflow:hidden;position:relative;background:#e2e3e5}.offering-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.offering:nth-child(4) .offering-image img{object-position:35% 48%}.offering:hover img{transform:scale(1.04)}.offering-number{position:absolute;top:16px;left:16px;border-radius:50px;padding:7px 12px;background:#ffffffeb;color:var(--ink);font-size:12px}.offering-copy{display:grid;grid-template-columns:1fr auto;align-items:center;padding:22px 3px 5px;gap:10px}.offering-copy h3{font-size:27px;margin:0}.offering-copy>p{grid-column:1/-1;color:var(--muted);font-size:14px;max-width:420px;line-height:1.6;margin:0}.offering-copy>.arrow{border:1px solid var(--line);border-radius:50%;padding:7px;width:36px;height:36px}.capability-section{padding:85px 0;background:var(--paper)}.capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.capability-photo{position:relative;align-self:stretch;min-height:650px}.capability-photo img{height:100%;width:100%;object-fit:cover;border-radius:26px}.photo-caption{position:absolute;bottom:18px;left:18px;background:#ffffffec;border-radius:50px;padding:10px 17px;font-size:12px}.capability-copy>p{color:var(--muted);max-width:500px}.capability-facts{margin:30px 0}.capability-facts>div{display:grid;grid-template-columns:150px 1fr;gap:20px;border-top:1px solid #d8dadd;padding:18px 0}.capability-facts h3{font-size:17px;letter-spacing:-.02em;line-height:1.3;margin:0}.capability-facts p{font-size:13px;color:var(--muted);margin:0}.work-mosaic{display:grid;grid-template-columns:1.3fr 1fr;gap:20px}.work-mosaic>a{position:relative;min-height:260px;border-radius:24px;overflow:hidden}.work-mosaic>a:first-child{grid-row:span 2}.work-mosaic img{height:100%;width:100%;object-fit:cover;position:absolute;transition:transform .7s}.work-mosaic a:hover img{transform:scale(1.03)}.work-mosaic span{position:absolute;left:18px;bottom:18px;background:#fffffff0;padding:11px 17px;border-radius:50px;font-size:12px;color:var(--ink)}.assembly-band{padding:75px 0;background:#edeff0}.assembly-band>.wrap{display:grid;grid-template-columns:1fr 1.5fr;gap:75px;align-items:center}.assembly-band-copy>p{color:var(--muted);max-width:360px}.assembly-band-photos{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}.assembly-band-photos img{width:100%;height:390px;object-fit:cover;border-radius:24px}.assembly-band-photos img:last-child{height:300px}.before-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.before-grid figure{margin:0}.before-grid img{width:100%;aspect-ratio:1.5;object-fit:contain;background:var(--paper);border-radius:20px}.before-grid figcaption{padding-top:15px;font-size:14px;color:var(--muted)}.footer{border-top:1px solid var(--line);background:#f3f4f5;padding:0 0 25px}.footer-invite{display:flex;justify-content:space-between;align-items:center;padding:65px 0;border-bottom:1px solid #d7dadd;gap:25px}.footer-invite h2{font-size:clamp(3rem,5.7vw,6rem);margin:0}.footer-invite .eyebrow{margin-bottom:20px}.footer-main{display:grid;grid-template-columns:1.1fr 1.4fr 1fr 1fr;gap:50px;padding:50px 0 35px;font-size:13px}.footer-main p{margin:0;line-height:1.8;color:var(--muted)}.footer-main a:not(:first-child),.footer-main nav>a{display:block;margin-bottom:6px}.footer-main .logo{width:210px}.footer-label{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:15px}.footer-services{display:flex;gap:24px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--line);font-size:12px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:11px;color:var(--muted)}.page-opening{padding:80px 0 60px}.page-opening h1{max-width:950px}.page-intro{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-top:35px}.page-intro p{max-width:560px;font-size:18px;color:var(--muted);margin:0}.directory-section{padding-bottom:90px}.directory-section .offering-grid{grid-template-columns:repeat(2,1fr)}.directory-section .offering{grid-column:auto}.directory-section .offering-image{height:360px}.directory-section .offering:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--paper);padding:24px;border-radius:26px;align-items:center}.directory-section .offering:last-child .offering-copy{display:block;padding:25px}.directory-section .offering:last-child h3{font-size:40px}.directory-section .offering:last-child .arrow{margin:20px 0}.service-guide{background:var(--paper);padding:70px 0}.service-guide>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.service-guide p{color:var(--muted);max-width:500px}.breadcrumbs{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted);padding-top:35px}.detail-intro{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding:50px 0 85px;align-items:center}.detail-intro h1{font-size:clamp(3rem,5.3vw,5.3rem)}.detail-intro .eyebrow{font-size:11px}.detail-primary{width:min(100%,390px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:26px}.detail-lead{border-top:1px solid var(--line);padding:35px 0}.section-tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);display:block;margin-bottom:30px}.detail-lead h2{font-size:clamp(2.5rem,3.8vw,4rem)}.detail-lead p{font-size:17px;line-height:1.8;color:var(--muted);margin-bottom:30px}.detail-body{background:var(--paper)}.detail-body-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:100px;align-items:start}.detail-article{margin-bottom:40px}.detail-article:last-child{margin-bottom:0}.detail-article h2{font-size:30px;letter-spacing:-.03em;line-height:1.15}.detail-article p{color:var(--muted);font-size:16px}.quote-checklist{background:white;border:1px solid #e2e4e6;border-radius:24px;padding:32px}.quote-checklist h2{font-size:30px}.quote-checklist ul{list-style:none;margin:25px 0;padding:0}.quote-checklist li{border-top:1px solid var(--line);padding:14px 0;font-size:14px}.quote-checklist .text-link{font-size:13px}.service-photo-row{display:flex;gap:22px;padding-top:70px}.service-photo-row img{flex:1;width:0;min-width:0;height:310px;object-fit:cover;border-radius:24px}.faq-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:80px}.faq-layout h2{font-size:46px}.faq{border-top:1px solid var(--line);padding:24px 0}.faq:last-child{border-bottom:1px solid var(--line)}.faq summary{font-weight:500;font-size:16px;line-height:1.5;padding-right:10px}.faq p{font-size:15px;color:var(--muted);margin:18px 0 0}.contact{background:var(--paper)}.related-services{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.related-services>a{display:flex;justify-content:space-between;padding:24px;background:white;border-radius:16px;font-size:16px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service{background:white;border:1px solid var(--line);padding:32px;border-radius:24px}.service p{color:var(--muted);margin:0;font-size:15px}.about-card-title{font-size:30px}.heading-row>div>p{color:var(--muted);margin:25px 0 0}.gallery-hero{padding:75px 0 50px}.gallery-hero h1{font-size:clamp(4rem,7vw,7rem)}.gallery-hero p{max-width:520px;color:var(--muted);font-size:17px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-bottom:100px}.photo-grid>button{position:relative;border:0;background:var(--paper);padding:0;border-radius:23px;overflow:hidden}.photo-grid>button img{aspect-ratio:1.12;width:100%;height:auto;object-fit:cover;transition:transform .6s}.photo-grid>button:hover img{transform:scale(1.045)}.photo-grid>button:first-child{grid-column:span 2;grid-row:span 2}.photo-grid>button:first-child img{height:100%;width:100%;aspect-ratio:auto;object-fit:cover}.photo-grid>button:after{content:'View photo';position:absolute;bottom:15px;right:15px;background:#fffffff0;border-radius:30px;font-size:11px;padding:7px 13px;color:var(--ink)}dialog{border:0;border-radius:20px;padding:20px;max-width:min(1100px,94vw);max-height:94vh;background:white;color:var(--ink)}dialog::backdrop{background:#16191cec;backdrop-filter:blur(6px)}dialog>button{display:block;margin:0 0 15px auto;border:1px solid var(--line);border-radius:50px;padding:8px 17px;background:white;font-size:13px}dialog img{max-height:74vh;max-width:100%;object-fit:contain;margin:auto}dialog p{font-size:13px;margin:15px 0 0}.contact-page{padding:75px 0 100px}.contact-page>h1{font-size:clamp(3.2rem,6vw,6.1rem)}.contact-intro{max-width:560px;color:var(--muted);font-size:17px;margin-bottom:50px}.contact-page-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:80px;align-items:start}.inquiry-form{padding:36px;background:var(--paper);border-radius:26px}.inquiry-form h2{font-size:34px}.form-note{color:var(--muted);font-size:14px;margin-bottom:30px}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px;margin-bottom:28px}.form-field{min-width:0;display:flex;flex-direction:column;gap:8px}.form-field.full{grid-column:1/-1}.form-field label{font-size:13px;font-weight:500}.form-field label span{font-size:11px;color:var(--muted)}.form-field input,.form-field textarea,.form-field select{background:white;border:1px solid #d5d9dd;border-radius:11px;min-height:49px;padding:12px;color:var(--ink);width:100%;font-size:16px}.form-field textarea{min-height:160px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:2px solid var(--red);outline-offset:2px}.field-hint{color:var(--muted);font-size:12px}.form-status{font-size:14px;color:var(--muted);margin:20px 0 0}.form-status:empty{display:none}.contact-details{padding:20px 0}.contact-details h2{font-size:35px}.contact-detail{border-top:1px solid var(--line);padding:25px 0}.contact-detail>span{display:block;color:var(--muted);font-size:12px;margin-bottom:13px}.contact-detail>a{display:block;overflow-wrap:anywhere;font-size:15px}.contact-detail .contact-phone{font-family:Outfit,sans-serif;font-size:32px;letter-spacing:-.025em}.contact-detail p{font-size:15px}.contact-detail .text-link{display:inline-flex;font-size:13px}.contact-region{font-size:13px;color:var(--muted)}.reveal-in{animation:rise-in .7s cubic-bezier(.2,.7,.2,1) both}@keyframes rise-in{from{opacity:.3;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover) and (min-width:801px){.services-nav:hover .service-menu{display:block}}@media(min-width:1800px){.hero-visual{height:710px}}@media(max-width:1150px){.wrap{width:calc(100% - 60px)}.links{gap:17px;font-size:13px}.nav{gap:20px}.logo{width:170px}.links .btn{padding:14px 18px;gap:12px}.home-opening{gap:35px}.hero-visual{height:580px}.hero-copy h1{font-size:clamp(4rem,8vw,6.3rem)}.scope-strip span+span{padding-left:15px}.capability-grid{gap:50px}.capability-facts>div{grid-template-columns:1fr;gap:8px}.assembly-band>.wrap{gap:40px}.detail-intro{gap:50px}.detail-body-grid{gap:50px}.contact-page-grid{gap:40px}.footer-main{gap:30px}.offering-image{height:260px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{top:10px;width:calc(100% - 20px);margin-top:10px;border-radius:17px}.nav.wrap{width:calc(100% - 30px)}.nav{height:70px}.logo{width:161px}.menu{display:block}.links{display:none;position:absolute;top:70px;left:-1px;right:-1px;padding:22px;background:white;border:1px solid var(--line);border-radius:0 0 18px 18px;box-shadow:0 15px 25px #0001}.links.open{display:flex;flex-direction:column;gap:18px;align-items:stretch}.links>a:not(.btn){padding:4px 0}.services-nav{flex-wrap:wrap;justify-content:space-between}.services-nav>a{flex:1}.service-menu{position:static;width:100%;box-shadow:none;background:var(--paper);margin-top:8px}.home-opening{grid-template-columns:1fr;padding:42px 0 35px;gap:32px}.hero-copy h1{font-size:clamp(4rem,15vw,6rem)}.hero-copy>p{font-size:16px;max-width:500px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.1em}.hero-note{display:none}.hero-visual{height:440px;border-radius:24px}.hero-main-photo{object-position:center 42%}.hero-caption{padding:16px 65px 16px 18px;left:12px;right:12px;bottom:12px}.hero-caption>strong{font-size:15px}.hero-caption>a{top:21px;right:15px;width:35px;height:35px}.scope-strip{padding:20px 0}.scope-strip>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px 10px;font-size:11px}.scope-strip span+span{border:0;padding:0}.section{padding:65px 0}h2{font-size:clamp(2.5rem,9vw,3.5rem)}.heading-row{display:block;margin-bottom:30px}.heading-row>p{margin-top:23px;font-size:15px}.heading-row>.text-link{margin-top:25px}.eyebrow{font-size:11px;margin-bottom:20px}.offering-grid{grid-template-columns:1fr 1fr;gap:28px 15px}.offering,.offering:nth-child(4),.offering:nth-child(5){grid-column:auto}.offering:last-child{grid-column:1/-1}.offering-image{height:235px;border-radius:18px}.offering:last-child .offering-image{height:290px}.offering-copy{padding-top:16px;gap:8px}.offering-copy h3{font-size:22px}.offering-copy>p{font-size:12px}.offering-copy>.arrow{width:28px;height:28px;padding:5px}.offering-number{font-size:10px;padding:5px 9px;top:12px;left:12px}.capability-section{padding:55px 0}.capability-grid{grid-template-columns:1fr;gap:35px}.capability-photo{min-height:0;height:390px}.capability-copy h2 br:last-child{display:none}.capability-copy>p{font-size:15px}.capability-facts>div{grid-template-columns:1fr 1.5fr;gap:18px}.work-mosaic{gap:14px}.work-mosaic>a{min-height:200px;border-radius:18px}.work-mosaic>a:first-child{grid-column:1/-1;grid-row:auto;min-height:370px}.work-mosaic span{left:10px;bottom:10px;font-size:10px;padding:8px 10px}.assembly-band{padding:55px 0}.assembly-band>.wrap{grid-template-columns:1fr;gap:35px}.assembly-band-photos{gap:15px}.assembly-band-photos img{height:280px;border-radius:18px}.assembly-band-photos img:last-child{height:240px}.before-grid{grid-template-columns:1fr;gap:28px}.before-grid img{max-height:350px}.footer-invite{padding:45px 0;flex-direction:column;align-items:flex-start;gap:25px}.footer-invite h2{font-size:3.6rem}.footer-main{grid-template-columns:1fr 1fr;gap:35px 22px;padding:35px 0}.footer-main>.logo{width:170px}.footer-main>a:first-child{grid-column:1/-1}.footer-services{font-size:11px;gap:12px 20px}.footer-bottom{flex-direction:column;gap:8px}.page-opening{padding:50px 0 35px}.page-opening h1{font-size:clamp(3rem,10vw,4.5rem)}.page-intro{display:block;margin-top:25px}.page-intro p{font-size:16px;margin-bottom:25px}.directory-section{padding-bottom:55px}.directory-section .offering-grid{grid-template-columns:1fr 1fr}.directory-section .offering-image{height:240px}.directory-section .offering:last-child{display:block;padding:18px}.directory-section .offering:last-child .offering-copy{padding:20px 5px 5px}.directory-section .offering:last-child h3{font-size:30px}.service-guide{padding:55px 0}.service-guide>.wrap{grid-template-columns:1fr;gap:20px}.service-guide h2{margin:0}.breadcrumbs{font-size:11px;padding-top:27px;gap:9px}.detail-intro{grid-template-columns:1fr;gap:30px;padding:35px 0 55px}.detail-intro h1{font-size:clamp(3rem,10vw,4.3rem)}.detail-primary{width:min(100%,320px);border-radius:21px}.detail-lead{padding-top:25px;padding-bottom:0}.section-tag{margin-bottom:20px;font-size:10px}.detail-lead h2{font-size:2.7rem}.detail-lead p{font-size:16px}.detail-body-grid{grid-template-columns:1fr;gap:35px}.detail-article{margin-bottom:32px}.detail-article h2{font-size:27px}.detail-article p{font-size:15px}.quote-checklist{padding:26px}.service-photo-row{padding-top:50px;gap:13px;flex-wrap:wrap}.service-photo-row img{flex:1 1 42%;height:220px;border-radius:18px}.faq-layout{grid-template-columns:1fr;gap:20px}.faq-layout h2{font-size:2.8rem}.faq summary{font-size:15px}.related-services{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service{padding:28px}.gallery-hero{padding:50px 0 30px}.gallery-hero h1{font-size:3.8rem}.gallery-hero p{font-size:16px}.photo-grid{grid-template-columns:1fr 1fr;gap:13px;padding-bottom:60px}.photo-grid>button{border-radius:16px}.photo-grid>button:first-child{grid-column:span 2;grid-row:auto;height:350px}.photo-grid>button:after{font-size:10px;right:10px;bottom:10px;padding:5px 10px}.contact-page{padding:50px 0 65px}.contact-page>h1{font-size:clamp(3rem,10vw,4.2rem)}.contact-intro{font-size:16px;margin-bottom:30px}.contact-page-grid{grid-template-columns:1fr;gap:25px}.inquiry-form{padding:25px 20px;border-radius:22px}.inquiry-form h2{font-size:30px}.form-fields{grid-template-columns:1fr;gap:19px}.inquiry-form .btn{width:100%}.contact-details{padding:10px 0}.actions{gap:20px}.btn{padding:15px 20px}.text-link{font-size:13px}}
@media(max-width:430px){.offering-grid,.directory-section .offering-grid{grid-template-columns:1fr}.offering:last-child,.directory-section .offering:last-child{grid-column:auto}.offering-image,.directory-section .offering-image{height:285px}.offering-copy>p{font-size:14px}.hero-visual{height:390px}.hero-copy h1{font-size:clamp(3.25rem,15.5vw,4.15rem)}.hero-copy .actions{gap:16px}.capability-facts>div{grid-template-columns:1fr;gap:8px}.footer-main{grid-template-columns:1fr 1fr}.work-mosaic span{max-width:calc(100% - 20px)}.work-mosaic>a{min-height:180px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Professional industrial presentation */
:root{--ink:#222b36;--muted:#606975;--red:#b8272e;--paper:#f3f5f7;--line:#dce1e6;--radius:12px}body{background:#fff;font-size:16px;font-weight:500}h1,h2,h3{font-family:Inter,Arial,sans-serif;letter-spacing:-.035em;font-weight:600;line-height:1.17}h1{font-size:clamp(2.5rem,4.3vw,4rem)}h2{font-size:clamp(2rem,3vw,3rem)}h3{font-size:1.35rem}.wrap{width:min(1280px,calc(100% - 80px))}.business-bar{background:#f2f4f6;border-bottom:1px solid var(--line);padding:10px 0;font-size:12px;color:#596370}.business-bar>.wrap{display:flex;justify-content:space-between;gap:25px}.business-bar>.wrap>div{display:flex;gap:25px}.business-bar a{font-weight:600;color:var(--ink)}.header{top:0;margin:0;width:100%;border-radius:0;border:0;border-bottom:1px solid var(--line);box-shadow:none;background:#fffffff7}.nav.wrap{width:min(1280px,calc(100% - 80px))}.nav{height:92px}.logo{width:205px}.links{font-size:14px;gap:30px;font-weight:600}.btn{border-radius:8px;padding:15px 22px;gap:18px}.btn:hover{transform:none;box-shadow:none}.text-link{font-size:14px;gap:14px}.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:600;margin-bottom:18px}.section{padding:78px 0}.heading-row{gap:55px;margin-bottom:33px}.heading-row>p{font-size:15px;max-width:410px}.professional-hero{background:#fff;color:var(--ink)}.professional-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;padding:56px 0}.professional-hero-copy h1{font-size:clamp(2.5rem,3.7vw,3.7rem);line-height:1.15;font-weight:600;letter-spacing:-.04em;margin-bottom:23px}.professional-hero-copy>p{color:var(--muted);font-size:16px;max-width:540px;line-height:1.85;margin-bottom:30px}.professional-hero-copy .eyebrow{color:var(--muted)}.professional-hero-copy .eyebrow:before{background:var(--red)}.professional-hero-photo{width:100%;height:430px;object-fit:cover;border-radius:10px;object-position:center}.hero-secondary{display:inline-flex;align-items:center;gap:14px;color:var(--ink);font-size:14px;font-weight:600;padding:12px 0}.hero-secondary:hover{color:var(--red);text-decoration:underline}.professional-hero .actions{gap:23px}.scope-strip{background:#fafbfc;padding:22px 0}.scope-strip>.wrap{font-size:13px;color:#45505d}.offering-grid{gap:26px 24px}.offering-image{height:240px;border-radius:10px}.offering-copy{padding:19px 2px 4px}.offering-copy h3{font-size:22px}.offering-copy>p{font-size:14px}.offering-number{display:none}.offering-copy>.arrow{width:30px;height:30px;padding:6px;border-radius:5px}.offering:hover img{transform:scale(1.015)}.capability-section{padding:75px 0}.capability-grid{gap:70px;grid-template-columns:1fr 1.05fr}.capability-photo{min-height:530px}.capability-photo img{border-radius:12px}.capability-copy h2{font-size:clamp(2rem,3vw,3rem)}.capability-copy>p{font-size:15px;line-height:1.8}.photo-caption{border-radius:6px;font-size:12px}.capability-facts>div{grid-template-columns:155px 1fr;gap:15px}.capability-facts h3{font-size:15px}.capability-facts p{font-size:13px}.work-mosaic{grid-template-columns:repeat(3,1fr);gap:24px}.work-mosaic>a,.work-mosaic>a:first-child{grid-row:auto;min-height:340px;border-radius:12px}.work-mosaic span{font-size:12px;border-radius:6px;left:14px;bottom:14px}.assembly-band{background:#f5f6f7;padding:65px 0}.assembly-band-copy>p{font-size:15px}.assembly-band-photos img{border-radius:12px;height:310px}.assembly-band-photos img:last-child{height:310px}.before-grid img{border-radius:10px}.footer{background:#f2f4f6}.footer-invite{padding:48px 0}.footer-invite h2{font-size:clamp(1.8rem,3vw,2.8rem);max-width:740px}.footer-main{padding-top:40px}.footer-services,.footer-bottom{font-size:12px}.page-opening{padding:58px 0 38px}.page-opening h1{font-size:clamp(2.5rem,4vw,3.6rem)}.page-intro{margin-top:22px}.page-intro p{font-size:16px}.directory-section .offering-grid{display:block}.directory-section .offering,.directory-section .offering:last-child{display:grid;grid-template-columns:240px 1fr;gap:38px;padding:28px 0;margin:0;border-radius:0;background:white;border-bottom:1px solid var(--line);align-items:center}.directory-section .offering:first-child{padding-top:10px}.directory-section .offering-image,.directory-section .offering:last-child .offering-image{height:195px}.directory-section .offering-copy,.directory-section .offering:last-child .offering-copy{display:grid;grid-template-columns:1fr auto;gap:15px;padding:10px 0}.directory-section .offering-copy h3,.directory-section .offering:last-child h3{font-size:28px}.directory-section .offering:last-child .arrow{margin:0}.directory-section .offering-copy p{font-size:15px;max-width:660px}.service-guide{padding:58px 0}.service-guide>.wrap{gap:80px}.service-guide h2{font-size:30px;max-width:470px}.service-guide p{font-size:15px}.breadcrumbs{padding-top:26px}.detail-intro{padding:35px 0 60px;gap:75px}.detail-intro h1{font-size:clamp(2.4rem,4vw,3.8rem);margin-bottom:24px}.detail-primary{width:min(100%,340px);border-radius:12px}.detail-lead{padding-top:27px}.detail-lead h2{font-size:clamp(1.9rem,2.7vw,2.8rem)}.detail-lead p{font-size:16px}.section-tag{font-size:11px;margin-bottom:22px}.detail-body-grid{gap:80px}.detail-article h2{font-size:26px}.detail-article p{font-size:15px;line-height:1.85}.quote-checklist{border-radius:12px;padding:29px}.quote-checklist h2{font-size:26px}.quote-checklist li{font-size:14px}.service-photo-row{padding-top:55px}.service-photo-row img{height:270px;border-radius:12px}.faq-layout h2{font-size:32px}.faq summary{font-size:15px}.related-services>a{border:1px solid var(--line);border-radius:9px;font-size:15px;padding:20px}.service{border-radius:12px;padding:28px}.about-card-title{font-size:26px}.gallery-hero{padding:58px 0 34px}.gallery-hero h1{font-size:clamp(2.6rem,4.5vw,4rem)}.gallery-hero p{font-size:16px}.photo-grid{gap:20px}.photo-grid>button{border-radius:10px}.photo-grid>button:first-child{grid-column:auto;grid-row:auto}.photo-grid>button:first-child img{height:auto;aspect-ratio:1.12}.photo-grid>button:after{border-radius:5px;font-size:11px}.contact-page{padding:58px 0 75px}.contact-page>h1{font-size:clamp(2.4rem,4vw,3.8rem)}.contact-intro{font-size:16px;max-width:680px}.inquiry-form{border-radius:12px;padding:32px}.inquiry-form h2{font-size:26px}.contact-details h2{font-size:28px}.contact-detail .contact-phone{font-family:Inter,sans-serif;font-size:26px}.form-field input,.form-field textarea,.form-field select{border-radius:6px}.service-menu{border-radius:10px}.service-menu a{border-radius:5px}.services-toggle{padding-left:5px;padding-right:5px}
@media(max-width:1100px){.links{gap:20px}.nav{gap:25px}.logo{width:180px}.professional-hero-grid{gap:35px}.professional-hero-photo{height:390px}.capability-grid{gap:45px}.capability-facts>div{grid-template-columns:1fr;gap:7px}.work-mosaic>a,.work-mosaic>a:first-child{min-height:280px}}
@media(max-width:800px){.wrap,.nav.wrap{width:calc(100% - 40px)}.business-bar{font-size:10px;padding:8px 0}.business-bar>.wrap>div>span{display:none}.business-bar>.wrap{gap:15px}.business-bar>.wrap>span{max-width:210px}.header{top:0;border-radius:0;width:100%;margin:0}.nav{height:77px}.logo{width:170px}.links{top:77px;font-size:14px;gap:18px;border-radius:0 0 10px 10px}.professional-hero-grid{grid-template-columns:1fr;padding:38px 0;gap:30px}.professional-hero-copy h1{font-size:clamp(2.1rem,7.6vw,3.1rem)}.professional-hero-copy>p{font-size:15px;line-height:1.8}.professional-hero-photo{height:300px;border-radius:8px}.scope-strip>.wrap{font-size:11px}.section{padding:53px 0}.heading-row{margin-bottom:28px}h2{font-size:2rem}.offering-grid{grid-template-columns:1fr 1fr;gap:23px 16px}.offering-image{height:200px;border-radius:8px}.offering-copy h3{font-size:19px}.offering-copy>p{font-size:13px}.offering:last-child .offering-image{height:240px}.capability-section{padding:50px 0}.capability-photo{min-height:0;height:340px}.capability-grid{grid-template-columns:1fr;gap:30px}.capability-copy h2{font-size:2rem}.work-mosaic{grid-template-columns:1fr;gap:18px}.work-mosaic>a,.work-mosaic>a:first-child{grid-column:auto;min-height:300px}.assembly-band{padding:48px 0}.assembly-band-photos img,.assembly-band-photos img:last-child{height:230px}.footer-invite{padding:35px 0;gap:22px}.footer-invite h2{font-size:2rem}.footer-invite .btn{font-size:13px}.footer-main{gap:30px 22px}.footer-services{font-size:11px}.footer-bottom{font-size:11px}.page-opening{padding:40px 0 20px}.page-opening h1{font-size:2.6rem}.page-intro p{font-size:15px}.directory-section .offering,.directory-section .offering:last-child{grid-template-columns:130px 1fr;gap:19px;padding:24px 0}.directory-section .offering-image,.directory-section .offering:last-child .offering-image{height:140px}.directory-section .offering-copy h3,.directory-section .offering:last-child h3{font-size:21px}.directory-section .offering-copy p{font-size:13px}.directory-section .offering-copy,.directory-section .offering:last-child .offering-copy{gap:9px}.service-guide{padding:45px 0}.service-guide>.wrap{gap:22px}.service-guide h2{font-size:26px}.detail-intro{padding:28px 0 45px;gap:28px}.detail-intro h1{font-size:2.5rem}.detail-primary{width:min(100%,300px)}.detail-lead h2{font-size:2rem}.detail-lead p{font-size:15px}.detail-body-grid{gap:30px}.detail-article h2{font-size:23px}.quote-checklist{padding:25px}.service-photo-row img{height:220px}.faq-layout h2{font-size:28px}.related-services>a{font-size:14px}.gallery-hero{padding:40px 0 25px}.gallery-hero h1{font-size:2.7rem}.photo-grid>button:first-child{height:auto;grid-column:auto}.photo-grid>button:first-child img{aspect-ratio:1.12;height:auto}.contact-page{padding:40px 0 55px}.contact-page>h1{font-size:2.4rem}.inquiry-form{padding:25px 20px}.contact-intro{font-size:15px}}
@media(max-width:430px){.offering-grid{grid-template-columns:1fr}.offering-image{height:250px}.directory-section .offering,.directory-section .offering:last-child{grid-template-columns:1fr;gap:13px}.directory-section .offering-image,.directory-section .offering:last-child .offering-image{height:210px}.directory-section .offering-copy p{font-size:14px}.professional-hero-photo{height:250px}.business-bar>.wrap>span{max-width:180px}.professional-hero .actions{gap:13px}.professional-hero-copy h1{font-size:2.1rem}.work-mosaic>a,.work-mosaic>a:first-child{min-height:280px}}
.shop-intro{padding-bottom:35px}.shop-intro .breadcrumbs{margin-bottom:38px}.shop-intro h1{font-size:clamp(2.4rem,4vw,3.8rem)}.shop-intro>p{max-width:680px;color:var(--muted)}.shop-video-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.shop-video-heading h2{font-size:24px;margin:0}.shop-video-heading>span{font-size:13px;color:var(--muted)}.shop-video{display:block;width:100%;aspect-ratio:16/9;background:#18222c;border-radius:12px;max-height:720px}.shop-video-note{font-size:13px;color:var(--muted);margin:16px 0 0}.shop-video-note a{color:var(--ink);text-decoration:underline}.shop-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.shop-photo-grid figure{margin:0}.shop-photo-grid img{width:100%;height:330px;object-fit:cover;border-radius:10px}.shop-photo-grid h3{font-size:21px;margin:20px 0 12px}.shop-photo-grid p{font-size:14px;color:var(--muted);margin-bottom:12px}.shop-photo-grid a{font-size:14px;font-weight:500;color:var(--red)}@media(min-width:801px) and (max-width:1150px){.links{gap:14px}.links .btn{padding:13px 15px;gap:10px}}@media(max-width:800px){.shop-intro .breadcrumbs{margin-bottom:28px}.shop-intro{padding-bottom:25px}.shop-video-heading{align-items:flex-start;flex-direction:column;gap:8px}.shop-video-heading h2{font-size:21px}.shop-video{border-radius:8px}.shop-photo-grid{grid-template-columns:1fr;gap:30px}.shop-photo-grid img{height:300px}.shop-intro h1{font-size:2.4rem}}
.assembly-image-note{max-width:340px;font-size:13px;color:var(--muted);margin:12px 0 0}
.service-photo-row .assembly-support{flex:1;width:0;min-width:0;margin:0}.service-photo-row .assembly-support img{width:100%;height:270px}.assembly-support figcaption{font-size:13px;color:var(--muted);margin-top:10px}@media(max-width:800px){.service-photo-row .assembly-support{flex:1 1 42%}.service-photo-row .assembly-support img{height:220px}}

/* Consistent service photography and colour selection section. */
.service-photo-row .service-photo{flex:1;width:0;min-width:0;margin:0}
.service-photo-row .service-photo img{display:block;width:100%;height:270px;object-fit:cover}
.service-photo figcaption,.service-main-photo figcaption,.colour-samples figcaption{font-size:14px;line-height:1.55;color:var(--muted);margin-top:10px}
.service-main-photo{margin:0;width:min(100%,340px)}
.service-main-photo .detail-primary{width:100%}
.colour-section{background:#f5f6f7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.colour-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.colour-copy h2{max-width:540px}.colour-copy p{max-width:570px;color:var(--muted)}
.colour-service-link{display:table;margin-top:18px}.colour-samples{margin:0;min-width:0}
.colour-image{aspect-ratio:1.2;overflow:hidden;border-radius:12px;background:#e8eaec}
.colour-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom}
@media(max-width:800px){.service-photo-row .service-photo{flex:1 1 42%}.service-photo-row .service-photo img{height:220px}.service-main-photo{width:min(100%,300px)}.colour-grid{grid-template-columns:1fr;gap:30px}.colour-image{aspect-ratio:1.15}}
@media(max-width:480px){.service-photo-row .service-photo{flex:1 1 100%;width:100%}}

/* Slightly larger brand mark across screen sizes. */
.header .logo{width:235px}.footer-main .logo{width:240px}
@media(max-width:1100px){.header .logo{width:205px}}
@media(max-width:800px){.header .logo{width:195px}.footer-main .logo{width:220px}}

.footer-bottom{flex-wrap:wrap;gap:12px 24px}.studio-credit{font-size:inherit;color:inherit}.studio-credit:hover{text-decoration:underline;text-underline-offset:3px}

/* Preserve the full proportions of the selected wide logo. */
.header .logo,.footer-main .logo{aspect-ratio:1920/460;object-fit:contain;object-position:center;height:auto}
