@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--navy:#1b2e5e;--orange:#d4631d;--cream:#f8f5f0;--dark:#111827;--light-grey:#6b7280;--light:#e5e7eb;--border-grey:#e5e7eb;--muted:#6b7280}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--dark);background:#fff;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Playfair Display,serif;font-weight:600;line-height:1.2}h1{color:var(--dark);font-size:3.5rem}h2{color:var(--dark);font-size:2.5rem}h3{color:var(--dark);font-size:1.75rem}p{color:var(--dark);margin-bottom:1rem;font-size:1rem}a{color:var(--orange);text-decoration:none;transition:color .3s}a:hover{color:#b85317}nav{z-index:1000;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{box-shadow:0 2px 8px #0000001a}.nav-logo{cursor:pointer;align-items:center;width:auto;height:50px;text-decoration:none;display:flex}.nav-logo img{width:auto;height:100%}.nav-center{flex:1;align-items:center;gap:3rem;margin-left:3rem;display:flex}.nav-center a{color:var(--dark);padding:.5rem 0;font-weight:500;position:relative}.nav-center a:hover{color:var(--orange)}.nav-dropdown{position:relative}.nav-dropdown>a:after{content:"";border-right:2px solid var(--dark);border-bottom:2px solid var(--dark);width:6px;height:6px;margin-left:.5rem;transition:transform .3s;display:inline-block;transform:rotate(-45deg)}.nav-dropdown:hover>a:after{color:var(--orange);transform:rotate(135deg)}.dropdown-menu{border:1px solid var(--border-grey);opacity:0;visibility:hidden;background:#fff;border-radius:4px;min-width:220px;margin-top:.5rem;padding:.75rem 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:var(--dark);padding:.75rem 1.5rem;transition:all .2s;display:block}.dropdown-menu a:hover{background:var(--cream);color:var(--orange);padding-left:2rem}.nav-ctas{align-items:center;gap:1rem;display:flex}.nav-mobile-panel{display:contents}.nav-ctas-mobile{display:none}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--dark);border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.btn{cursor:pointer;text-align:center;border:none;border-radius:4px;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{color:#fff;background:#b85317}.btn-outline{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:#fff}.btn-white{color:var(--navy);background:#fff;border:2px solid #fff}.btn-white:hover{background:var(--cream);border-color:var(--cream)}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.btn-outline-light{color:#fff;background:0 0;border:2px solid #ffffffb3;padding:.75rem 2rem;font-size:.95rem}.btn-outline-light:hover{color:#fff;background:#ffffff1f;border-color:#fff}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:1;background:#0000008c;position:absolute;inset:0}.hero.no-video{background-image:url(/images/Workshop.jpg);background-position:50%;background-size:cover}.hero.no-video:before{content:"";z-index:1;background:#00000080;position:absolute;inset:0}.hero-content{z-index:3;color:#fff;text-align:center;max-width:800px;padding:2rem;position:relative}.hero-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.hero h1{color:#fff;margin-bottom:1.5rem}.hero-sub{color:#fffffff2;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-internal{background-color:var(--navy);text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:auto;min-height:400px;padding:8rem 2rem;display:flex;position:relative}.hero-internal:before{content:"";z-index:1;background:#1b2e5ed1;position:absolute;inset:0}.hero-internal h1{color:#fff}.hero-internal .hero-sub{color:#ffffffe6}.hero-internal .hero-eyebrow{color:var(--orange)}.hero-internal .hero-ctas{margin-top:2rem}.section-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.section-title{color:var(--navy);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600}.section-subtitle{color:var(--light-grey);font-size:1.1rem;line-height:1.7}section{padding:5rem 2rem}section.light-bg{background:var(--cream)}section.navy-bg{background:var(--navy);color:#fff}section.navy-bg h2,section.navy-bg h3,section.navy-bg .section-title{color:#fff}section.dark-bg{background:var(--dark);color:#fff}section.dark-bg h2,section.dark-bg h3,section.dark-bg .section-title{color:#fff}.container{max-width:1200px;margin:0 auto}.trust-bar{background:var(--navy);color:#fff;padding:2rem}.trust-items{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.trust-item{text-align:center;border-right:1px solid #ffffff4d;padding:0 1rem;font-size:.95rem;font-weight:500}.trust-item:last-child{border-right:none}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.product-card{aspect-ratio:3/4;cursor:pointer;group:product;border-radius:4px;position:relative;overflow:hidden}.product-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover img{transform:scale(1.08)}.product-overlay{color:#fff;background:linear-gradient(#0000 0%,#0009 60%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.product-card h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.product-card p{color:#ffffffe6;margin:0;font-size:.9rem}.product-card a{color:var(--orange)}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.two-col.reversed{direction:rtl}.two-col.reversed>*{direction:ltr}.two-col img{border-radius:4px;width:100%;height:auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem;display:grid}.stat-box{border-left:4px solid var(--orange);background:#fff;border-radius:2px;padding:2rem}.stat-box h3{color:var(--navy);margin-bottom:.5rem;font-size:1.5rem}.stat-box p{color:var(--light-grey);margin:0;font-size:.95rem}.projects-grid-featured{grid-template-columns:2fr 1fr;gap:2rem;margin-top:3rem;display:grid}.project-tile-large{aspect-ratio:3/4;border-radius:4px;grid-row:span 2;position:relative;overflow:hidden}.project-tile-small{aspect-ratio:4/3;border-radius:4px;position:relative;overflow:hidden}.project-tile img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-tile:hover img{transform:scale(1.05)}.project-overlay{color:#fff;background:linear-gradient(135deg,#0000 0%,#0006 50%,#000000b3 100%);align-items:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.project-overlay h3{color:#fff;margin-bottom:.5rem;font-size:1.25rem}.project-overlay p{color:#ffffffd9;margin:0;font-size:.9rem}.feature-list{margin-top:1.5rem;list-style:none}.feature-list li{color:var(--dark);padding:.75rem 0 .75rem 2rem;font-size:1rem;line-height:1.6;position:relative}.feature-list li:before{content:"✓";color:var(--orange);font-size:1.2rem;font-weight:700;position:absolute;left:0}.buyer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.buyer-card{border:2px solid var(--border-grey);text-align:center;cursor:pointer;background:#fff;border-radius:4px;padding:2.5rem;transition:all .3s}.buyer-card:hover{border-color:var(--orange);box-shadow:0 8px 24px #d4631d1a}.buyer-card h3{color:var(--navy);margin-bottom:1rem}.buyer-card p{color:var(--light-grey);margin-bottom:1.5rem}.accreditations{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;padding:3rem 2rem;display:flex}.accreditations img{opacity:.9;width:auto;height:80px;transition:opacity .3s}.accreditations img:hover{opacity:1}footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#ffffffb3}.footer-col a:hover{color:var(--orange)}.footer-logo{width:auto;height:50px;margin-bottom:1rem}.footer-tagline{color:#ffffffb3;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.footer-contact-info{font-size:.95rem;line-height:1.8}.footer-contact-info p{color:#ffffffb3;margin-bottom:.5rem}.footer-copyright{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}.footer-legal{background:#f4f4f4;border-top:1px solid #ddd;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:2.5rem;padding:1.5rem 3rem;display:flex}.footer-legal-text{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.footer-legal-text p{color:#555;margin:0;font-size:.78rem;line-height:1.5}.footer-legal-logos{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.footer-legal-logo-link{opacity:1;flex-shrink:0;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.footer-legal-logo-link:hover{opacity:.8}@media (max-width:768px){.footer-legal{flex-flow:column wrap;align-items:flex-start;padding:1.5rem}.footer-legal-logos{flex-wrap:wrap;gap:.75rem}}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--dark);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border-grey);border-radius:4px;width:100%;padding:.875rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #d4631d1a}.form-group textarea{resize:vertical;min-height:120px}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.contact-form{background:#fff}.contact-info{background:var(--cream);border-radius:4px;padding:2.5rem}.contact-info h3{color:var(--navy);margin-top:1.5rem;margin-bottom:1rem;font-size:1.1rem}.contact-info p{color:var(--dark);margin-bottom:.5rem;font-size:.95rem}.contact-info .accreditations{border-top:1px solid var(--border-grey);justify-content:flex-start;gap:1.5rem;margin-top:2rem;padding:2rem 0 0}.contact-info .accreditations img{height:60px}.feature-box{text-align:center;background:#fff;border-radius:4px;padding:2rem}.feature-box p{color:var(--light-grey);font-size:.95rem}.trade-cta{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:3rem;display:grid}.trade-cta-text h2{margin-bottom:1rem}.trade-cta-text p{margin-bottom:1.5rem;line-height:1.8}.trade-feature-boxes{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.trade-feature-item{color:#fff;background:#ffffff1a;border-radius:4px;padding:1.5rem}.trade-feature-item h4{margin-bottom:0;font-family:Playfair Display,serif;font-size:1.1rem}.trade-feature-cta{text-align:center;cursor:pointer;justify-content:center;align-items:center;text-decoration:none;transition:background .25s,transform .2s;display:flex;background:var(--orange)!important}.trade-feature-cta:hover{transform:translateY(-2px);background:#b8501a!important}.trade-feature-boxes{grid-template-columns:repeat(5,1fr)!important}.filter-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.filter-btn{background:var(--cream);color:var(--navy);cursor:pointer;border:2px solid #0000;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.project-card{aspect-ratio:4/3;cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card.hidden{display:none}.project-card-overlay{color:#fff;background:linear-gradient(135deg,#0000 0%,#00000080 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.project-card h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.project-card p{color:#ffffffe6;margin:0;font-size:.85rem}.project-category{color:var(--navy);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}@media (max-width:1024px){.nav-center{gap:2rem;margin-left:2rem}h1{font-size:2.5rem}h2{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr;gap:2.5rem}.two-col.reversed{direction:ltr}.footer-content{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr;gap:2.5rem}.projects-grid-featured{grid-template-columns:1fr}.project-tile-large{grid-row:unset;aspect-ratio:4/3}.features-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}.buyer-grid{grid-template-columns:1fr}}@media (max-width:768px){section{padding:3rem 1.5rem}nav{padding:0 1rem}.nav-center{display:none}.nav-mobile-panel{border-bottom:2px solid var(--orange);z-index:999;background:#fff;flex-direction:column;width:100%;max-height:calc(100vh - 72px);display:none;position:fixed;top:72px;left:0;right:0;overflow:hidden auto}nav.mobile-open .nav-mobile-panel{display:flex}nav.mobile-open .nav-center{background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:1.5rem 1.5rem .5rem;display:flex}nav.mobile-open .nav-center a{color:var(--navy);text-align:left;border-bottom:1px solid #0000000f;width:100%;padding:.65rem 0;font-size:1rem;font-weight:500}.hamburger{display:flex}.nav-ctas,nav.mobile-open .nav-ctas{display:none}.nav-ctas-mobile{background:var(--cream);border-top:1px solid var(--border-grey);flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.nav-ctas-mobile .btn{text-align:center;width:100%}.dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background:#f8f8f8;border:none;width:100%;margin-top:0;padding:0 0 0 1.25rem;position:static;transform:none}.nav-dropdown:hover .dropdown-menu{transform:none}.dropdown-menu a{text-align:left;padding:.5rem 0;color:var(--navy)!important;border-bottom:1px solid #0000000a!important;font-size:.9rem!important}.nav-dropdown>a:after{display:none}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.hero-h1{font-size:1.8rem}.hero-sub{font-size:1rem}.products-grid,.stats-grid,.features-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}.trust-items{flex-direction:column;gap:1rem}.trust-item{border-bottom:1px solid #ffffff4d;border-right:none;padding-bottom:1rem}.trust-item:last-child{border-bottom:none}.footer-content{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.accreditations{gap:2rem}.accreditations img{height:60px}.filter-buttons{justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.trade-feature-boxes,.trade-cta{grid-template-columns:1fr}.hero-internal{padding:4rem 1.5rem}}.reveal-up{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal-up.is-revealed{opacity:1;transform:translateY(0)}.products-grid .product-card:first-child,.stats-grid .stat-box:first-child,.buyer-grid .buyer-card:first-child,.projects-grid-featured .project-tile:first-child{transition-delay:.1s}.products-grid .product-card:nth-child(2),.stats-grid .stat-box:nth-child(2),.buyer-grid .buyer-card:nth-child(2),.projects-grid-featured .project-tile:nth-child(2){transition-delay:.2s}.products-grid .product-card:nth-child(3),.stats-grid .stat-box:nth-child(3),.buyer-grid .buyer-card:nth-child(3),.projects-grid-featured .project-tile:nth-child(3){transition-delay:.3s}.products-grid .product-card:nth-child(4),.stats-grid .stat-box:nth-child(4),.buyer-grid .buyer-card:nth-child(4){transition-delay:.4s}.faq-list{border-top:1px solid var(--border-grey);margin-top:2.5rem}.faq-item{border-bottom:1px solid var(--border-grey)}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--navy);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.45;transition:color .2s;display:flex}.faq-question:hover{color:var(--orange)}.faq-icon{border:1.5px solid var(--border-grey);width:28px;height:28px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .2s,border-color .2s,transform .3s;display:flex}.faq-item.open .faq-icon{background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-item.open .faq-answer{max-height:600px}.faq-answer p{color:var(--dark);margin-bottom:0;padding-bottom:1.35rem;font-size:.97rem;line-height:1.8}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.feature-box{border:1px solid var(--border-grey);background:#fff;border-radius:4px;padding:2rem}.feature-box h3{color:var(--navy);margin-bottom:.75rem;font-size:1.05rem}.feature-box p{color:var(--light-grey);margin-bottom:0;font-size:.92rem;line-height:1.7}.nav-center a.active{color:var(--orange)}section.navy-bg .section-title{color:#fff}section.navy-bg .section-subtitle{color:#ffffffbf}section.navy-bg .form-group label{color:#ffffffd9}section.navy-bg .form-group input,section.navy-bg .form-group select,section.navy-bg .form-group textarea{color:#fff;background:#ffffff14;border-color:#fff3}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.filter-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.filter-btn{border:2px solid var(--border-grey);color:var(--dark);cursor:pointer;background:#fff;border-radius:3px;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.filter-btn:hover{border-color:var(--orange);color:var(--orange)}.filter-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}.project-card{aspect-ratio:4/3;cursor:pointer;border-radius:4px;text-decoration:none;display:block;position:relative;overflow:hidden}.project-card img{transition:transform .5s}.project-card:hover img{transform:scale(1.05)}.project-card-overlay{background:linear-gradient(#0000 0%,#1a2b4a4d 50%,#1a2b4aeb 100%);flex-direction:column;justify-content:flex-end;padding:1.75rem;transition:background .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-card-overlay{background:linear-gradient(#1a2b4a1a 0%,#1a2b4a80 40%,#1a2b4af7 100%)}.project-category{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:block}.project-card-overlay h3{color:#fff;margin-bottom:.3rem;font-size:1.1rem;font-weight:700;line-height:1.3}.project-card-overlay p{color:#ffffffbf;margin-bottom:0;font-size:.82rem;line-height:1.5}@media (max-width:900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.projects-grid{grid-template-columns:1fr}.filter-buttons{gap:.5rem}.filter-btn{padding:.4rem .9rem;font-size:.82rem}}.project-detail-hero{align-items:flex-end;height:70vh;min-height:480px;display:flex;position:relative;overflow:hidden}.project-detail-hero-overlay{z-index:1;background:linear-gradient(#0000 35%,#0006 65%,#000000bf 100%);position:absolute;inset:0}.project-detail-hero-content{z-index:2;color:#fff;max-width:900px;padding:3rem 4rem;position:relative}.project-back-link{color:#ffffffbf;letter-spacing:.02em;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.project-back-link:hover{color:var(--orange)}.project-detail-label{text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:inline-block}.project-detail-hero h1{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.2}.project-detail-hero-sub{color:#ffffffd9;max-width:650px;margin-bottom:0;font-size:1.1rem;line-height:1.65}.project-detail-layout{grid-template-columns:1fr 360px;align-items:start;gap:4rem;margin-top:1rem;display:grid}.project-detail-body h2{color:var(--navy);margin-bottom:1.5rem;font-size:1.75rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.project-tag{background:var(--cream);border:1px solid var(--border-grey);color:var(--navy);border-radius:2px;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.project-stat-box{background:var(--navy);border-radius:4px;margin-bottom:1.5rem;padding:2rem}.project-stat-box h3{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.project-stat-list{list-style:none}.project-stat-item{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0;display:flex}.project-stat-item:last-child{border-bottom:none}.project-stat-label{color:#fff9;font-size:.82rem}.project-stat-value{color:#fff;text-align:right;font-size:.9rem;font-weight:700}.project-cta-box{background:var(--cream);border-left:4px solid var(--orange);border-radius:4px;padding:2rem}.project-cta-box h3{color:var(--navy);margin-bottom:.75rem;font-size:1.05rem}.project-cta-box p{color:var(--light-grey);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}@media (max-width:900px){.project-detail-layout{grid-template-columns:1fr;gap:2.5rem}.project-detail-hero-content{padding:2rem}}@media (max-width:600px){.project-detail-hero{height:60vh}.project-detail-hero h1{font-size:1.6rem}}details.faq-item{border-bottom:1px solid var(--border-grey)}details.faq-item summary.faq-question{cursor:pointer;color:var(--navy);justify-content:space-between;align-items:center;padding:1.35rem 0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.45;list-style:none;transition:color .2s;display:flex}details.faq-item summary.faq-question::-webkit-details-marker{display:none}details.faq-item summary.faq-question:after{content:"+";border:1.5px solid var(--border-grey);width:28px;height:28px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .2s,border-color .2s,transform .3s;display:flex}details.faq-item[open] summary.faq-question:after{content:"+";background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(45deg)}details.faq-item summary.faq-question:hover{color:var(--orange)}details.faq-item .faq-answer{max-height:none;overflow:visible}details.faq-item .faq-answer p{color:var(--dark);margin-bottom:0;padding-bottom:1.35rem;font-size:.97rem;line-height:1.8}.door-gallery{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.door-gallery-item{aspect-ratio:3/4;border-radius:4px;position:relative;overflow:hidden}.door-gallery-item img{transition:transform .4s}.door-gallery-item:hover img{transform:scale(1.04)}@media (max-width:768px){.door-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.door-gallery{grid-template-columns:1fr}}.reviews-section{background:var(--cream);padding:5rem 2rem}.reviews-header{border:1px solid var(--border-grey);background:#fff;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 1px 4px #0000000d}.reviews-header__left{flex-direction:column;gap:.5rem;display:flex}.reviews-google-brand{align-items:center;gap:.5rem;display:flex}.reviews-google-brand__label{color:var(--dark);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600}.reviews-summary{align-items:center;gap:.5rem;display:flex}.reviews-summary__score{color:var(--dark);font-size:1.5rem;font-weight:700;line-height:1}.reviews-summary__count{color:var(--muted);font-size:.95rem}.reviews-cta-btn{white-space:nowrap;flex-shrink:0}.review-stars{align-items:center;gap:2px;display:flex}.reviews-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.review-card{border:1px solid var(--border-grey);background:#fff;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:box-shadow .25s,transform .25s;display:flex}.review-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.review-card__header{align-items:center;gap:.75rem;display:flex}.review-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.review-avatar--initial{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;display:flex}.review-card__author{flex-direction:column;gap:.15rem;min-width:0;display:flex}.review-card__name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.review-card__time{color:var(--muted);font-size:.8rem}.review-card__text{color:var(--dark);flex:1;margin:0;font-size:.9rem;line-height:1.6}.review-card__read-more{color:var(--orange);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:color .2s}.review-card__read-more:hover{color:#b85317}.review-card__footer{color:var(--muted);border-top:1px solid var(--border-grey);align-items:center;gap:.4rem;margin-top:auto;padding-top:.75rem;font-size:.78rem;display:flex}.review-card__google-link{color:#4285f4;font-weight:500;text-decoration:none}.review-card__google-link:hover{text-decoration:underline}.reviews-load-more{justify-content:center;margin-top:2.5rem;display:flex}.reviews-loading{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.review-card--skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-color:#0000;height:220px;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.reviews-grid,.reviews-loading{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.reviews-header{flex-direction:column;align-items:flex-start}.reviews-cta-btn{text-align:center;width:100%}.reviews-grid,.reviews-loading{grid-template-columns:1fr}}
