/* SCA Construction - Main Stylesheet */

*{margin:0;padding:0;box-sizing:border-box}

:root{
  --orange:#e43f13;
  --orange-dark:#b9320f;
  --orange-rgb:228,63,19;
  --black:#111;
  --dark:#151515;
  --gray:#555;
  --muted:#777;
  --light-gray:#f3f3f3;
  --white:#fff;
  --border:#dedede;
  --font-heading:'Oswald','Barlow Condensed',Arial,sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:'Barlow',Arial,sans-serif;color:var(--black);background:#f6f6f6;font-size:15px;line-height:1.45;padding:0}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{border:0}
.site-nav,.page,footer,.footer-bottom{width:100%}

/* NAV */
.site-nav{height:88px;padding:0 32px 0 40px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;box-shadow:0 1px 0 rgba(0,0,0,.03)}
.logo{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;cursor:pointer;min-width:154px}
.logo-mark{display:block;width:138px;height:43px;overflow:hidden}
.logo-img{width:138px;height:auto;max-width:none;object-fit:contain}
.logo-subtitle{display:block;color:var(--black);font-size:8px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:7.8px;margin-left:2px}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a{font-size:12px;font-weight:700;letter-spacing:.35px;text-transform:uppercase;padding:35px 0 30px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--orange);border-bottom-color:var(--orange)}
.nav-cta,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--orange);color:#fff;cursor:pointer;text-transform:uppercase;font-weight:700;letter-spacing:.6px;transition:background .2s,transform .2s}
.nav-cta{min-width:156px;height:38px;padding:0 16px;font-size:10px}
.btn-primary{align-self:flex-start;min-width:166px;height:42px;padding:0 20px;font-size:10px}
.nav-cta:hover,.btn-primary:hover{background:var(--orange-dark)}
.btn-arrow,.project-arrow{font-weight:700;line-height:1;transition:transform .2s}
.nav-cta:hover .btn-arrow,.btn-primary:hover .btn-arrow,.project-card:hover .project-arrow{transform:translateX(3px)}

/* PAGES */
.page{display:none;background:#f6f6f6}
.page.active{display:block}

/* HERO */
.hero{display:grid;grid-template-columns:35% 65%;min-height:470px;background:#fff;position:relative;overflow:hidden;isolation:isolate}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 28%,rgba(255,255,255,.97) 37%,rgba(255,255,255,.73) 47%,rgba(255,255,255,.25) 58%,rgba(255,255,255,0) 68%);z-index:1;pointer-events:none}
.hero-content{padding:0 20px 0 46px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}
.hero-tag{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.hero-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:44px;line-height:.98;text-transform:uppercase;margin-bottom:18px;letter-spacing:0;white-space:nowrap}
.hero-title span{color:var(--orange)}
.hero-desc{font-size:12px;color:var(--gray);line-height:1.58;max-width:345px;margin-bottom:22px}
.hero-desc a{color:var(--orange);text-decoration:underline;font-weight:600}
.hero-image{position:absolute;inset:0 0 0 31%;overflow:hidden;background:#ddd;min-height:470px;z-index:0;clip-path:polygon(7% 0,100% 0,100% 100%,0 100%)}
.hero-image::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.74) 0%,rgba(255,255,255,.28) 17%,rgba(255,255,255,0) 34%);z-index:1;pointer-events:none}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 54%;position:absolute;inset:0}

/* SHARED SECTIONS */
.section{padding:30px 30px}
.section-center{text-align:center}
.section-head{text-align:center}
.section-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:30px;line-height:1;text-transform:uppercase;letter-spacing:0;margin-bottom:8px}
.section-divider{width:30px;height:2px;background:var(--orange);margin:0 auto}

/* SERVICES HOME */
.services-home{padding-top:22px;padding-bottom:26px;background:#f6f6f6}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;margin:20px auto 0}
.service-card{text-align:center;padding:0 36px 0;border-right:1px solid var(--border)}
.service-card:last-child{border-right:0}
.service-icon{width:64px;height:58px;margin:0 auto 10px;color:var(--orange);display:inline-flex;align-items:center;justify-content:center}
.service-icon svg{width:42px;height:42px;stroke-width:1.8}
.service-name{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:15px;line-height:1.18;text-transform:uppercase;margin-bottom:9px;letter-spacing:0}
.service-desc{font-size:12px;color:var(--gray);line-height:1.55;max-width:220px;margin:0 auto}

/* PROJECTS HOME */
.projects-section{padding:32px 30px 36px;background:#f6f6f6}
.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;width:100%;margin:22px auto 0}
.project-card{background:#fff;cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .2s}
.project-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.project-img{height:170px;background:#2a2a2a;overflow:hidden}
.project-img img{width:100%;height:100%;object-fit:cover}
.project-info{padding:10px 12px 11px}
.project-name{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:15px;line-height:1.15;text-transform:uppercase;margin-bottom:8px;letter-spacing:0}
.project-loc{display:flex;align-items:center;justify-content:space-between;gap:12px}
.project-loc span:first-child{font-size:11px;color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:.2px}
.project-arrow{color:var(--orange);font-size:16px}

/* WHY CHOOSE */
.why-section{display:grid;grid-template-columns:36% 64%;gap:28px;align-items:stretch;width:calc(100% - 60px);margin:0 auto;padding:42px 0;background:#fff}
.why-content{display:flex;flex-direction:column;justify-content:center}
.why-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:34px;line-height:1;text-transform:uppercase;margin-bottom:18px;letter-spacing:0}
.why-title::after{content:"";display:block;width:34px;height:3px;background:var(--orange);margin-top:10px}
.why-list{list-style:none;display:flex;flex-direction:column;gap:7px}
.why-list li{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--gray);line-height:1.4}
.why-bullet{width:13px;height:13px;border-radius:50%;border:1.5px solid var(--orange);position:relative;flex:0 0 13px;margin-top:0}
.why-bullet::after{content:"";position:absolute;left:3px;top:2px;width:5px;height:4px;border-left:1.5px solid var(--orange);border-bottom:1.5px solid var(--orange);transform:rotate(-45deg)}
.why-image{height:270px;background:#2a2a2a;overflow:hidden}
.why-image img{width:100%;height:100%;object-fit:cover;object-position:center 52%}

/* HOME DESKTOP WIDTH CONTROL */
#page-home{background:#efefef}
#page-home .hero,#page-home .services-home,#page-home .projects-section,#page-home .why-section{width:min(1680px,calc(100% - 64px));max-width:none;margin-left:auto;margin-right:auto}
#page-home .hero{grid-template-columns:37% 63%;min-height:360px}
#page-home .hero::after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 24%,rgba(255,255,255,.78) 30%,rgba(255,255,255,.22) 36%,rgba(255,255,255,.05) 40%,rgba(255,255,255,0) 44%)}
#page-home .hero-content{padding-left:56px;padding-right:28px}
#page-home .hero-title{font-size:52px}
#page-home .hero-desc{max-width:385px;font-size:13px}
#page-home .hero-image{inset:0;min-height:360px;clip-path:none}
#page-home .hero-image::before{display:none}
#page-home .hero-image img{inset:0;width:100%;max-width:100%;object-position:center 36%}
#page-home .services-home{padding-top:24px;padding-bottom:20px;background:#efefef}
#page-home .services-grid{max-width:1120px;margin-top:22px}
#page-home .section-title{font-size:42px}
#page-home .service-name{font-size:22px}
#page-home .service-desc{max-width:235px;font-size:13px}
#page-home .projects-section{padding-top:22px;padding-bottom:36px;background:#efefef}
#page-home .projects-grid{max-width:1320px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}
#page-home .project-img{height:auto;aspect-ratio:1/1}
#page-home .project-info{padding:14px 15px 15px}
#page-home .project-name{font-size:22px;line-height:1.08}
#page-home .projects-home-actions{display:flex;justify-content:center;margin-top:24px}
#page-home .why-section{grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:28px;padding:36px 24px;background:#fff;overflow:hidden}
#page-home .why-content{min-width:0;padding-left:0}
#page-home .why-title{font-size:42px}
#page-home .why-list li{font-size:14px}
#page-home .why-cta{margin-top:20px}
#page-home .why-image{height:330px;min-width:0}

/* FOOTER */
footer{background:#1d1d1b;border-top:0;padding:32px 66px 30px;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.35fr 1.45fr;gap:42px;max-width:1030px;margin:0 auto}
.footer-logo{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px;margin-bottom:9px}
.footer-logo .logo-mark{width:118px;height:37px}
.footer-logo .logo-img{width:118px}
.footer-logo .logo-subtitle{color:#fff;font-size:7px;letter-spacing:6.8px}
.footer-tagline{font-size:11px;color:#d4d4d4;line-height:1.65;max-width:210px}
.footer-col-title{font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#fff;margin-bottom:10px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:5px}
.footer-links a{font-size:11px;color:#d0d0d0;cursor:pointer;transition:color .2s}
.footer-links a:hover{color:var(--orange)}
.footer-contact-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:7px}
.footer-contact-item svg{width:13px;height:13px;color:var(--orange);stroke-width:2;flex:0 0 13px;margin-top:2px}
.footer-contact-item span:last-child{font-size:11px;color:#d0d0d0;line-height:1.35}
.footer-bottom{height:34px;background:#1d1d1b;color:#d8d8d8;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(var(--orange-rgb),.35);font-size:10px}

/* PAGE HERO */
.page-hero{min-height:280px;padding:56px 34px;text-align:center;color:#fff;position:relative;overflow:hidden;background:#111}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.42));z-index:0}
.page-hero>*{position:relative;z-index:1}
.page-hero-services{background-image:url("../../assets/img/servicetop.jpeg");background-size:cover;background-position:center}
.page-hero-projects{background-image:url("../../assets/img/cladding.jpeg");background-size:cover;background-position:center}
.page-hero-contact{background-image:url("../../scaconstructionltdpictures/IMG_4907.jpeg");background-size:cover;background-position:center}
.page-hero-contact{min-height:250px;text-align:left;padding:56px clamp(34px,5.8vw,112px);display:flex;flex-direction:column;justify-content:center;background-position:center 42%}
.page-hero-contact::before{background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.58) 34%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.16))}
.page-hero-contact .breadcrumb{justify-content:flex-start;margin-bottom:10px}
.page-hero-contact .breadcrumb span:last-child{color:var(--orange);font-weight:800}
.page-hero-contact .page-hero-title{font-size:58px;margin-bottom:14px}
.page-hero-contact .page-hero-desc{margin:0;max-width:390px;color:#fff;font-weight:500}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:12px}
.breadcrumb a{cursor:pointer;color:#fff}
.breadcrumb a:hover{color:var(--orange)}
.page-hero-tag{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.page-hero-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:46px;line-height:1;text-transform:uppercase;margin-bottom:12px}
.page-hero-title span{color:var(--orange)}
.page-hero-desc{font-size:14px;color:rgba(255,255,255,.84);max-width:560px;margin:0 auto;line-height:1.65}

/* SERVICES DETAIL */
.services-detail{padding:56px 34px}
.service-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1080px;margin:0 auto 56px;padding-bottom:56px;border-bottom:1px solid var(--border)}
.service-detail-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.service-detail-card.reverse{direction:rtl}
.service-detail-card.reverse>*{direction:ltr}
.sdc-image{height:310px;background:#2a2a2a;overflow:hidden;border-radius:6px}
.sdc-image img{width:100%;height:100%;object-fit:cover}
.sdc-icon.service-icon{width:58px;height:58px;margin:0 0 18px;border:2px solid var(--orange);border-radius:6px;background:#fff}
.sdc-icon.service-icon svg{width:32px;height:32px}
.sdc-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:32px;line-height:1.05;text-transform:uppercase;margin-bottom:14px}
.sdc-title span{color:var(--orange)}
.sdc-desc{font-size:14px;color:var(--gray);line-height:1.75;margin-bottom:20px}
.sdc-features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px}
.sdc-features li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--gray)}
.sdc-features li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);flex-shrink:0}

/* PROJECTS PAGE */
.projects-page{background:#fff;padding:82px 32px 54px}
.projects-page-inner{width:min(1360px,100%);margin:0 auto}
.projects-intro{max-width:545px;margin-bottom:34px}
.projects-intro h1{font-family:'Barlow Condensed',Arial,sans-serif;font-size:64px;font-weight:800;line-height:.95;text-transform:uppercase;letter-spacing:0;margin-bottom:18px}
.projects-intro h1::after{content:"";display:block;width:44px;height:3px;background:var(--orange);margin-top:18px}
.projects-intro p{font-size:18px;line-height:1.75;color:var(--black)}
.filter-bar{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.filter-btn{padding:9px 22px;background:#fff;border:1px solid var(--border);font-size:11px;font-weight:800;text-transform:uppercase;color:var(--gray);cursor:pointer;transition:all .2s}
.filter-btn:hover,.filter-btn.active{border-color:var(--orange);color:var(--orange);background:rgba(var(--orange-rgb),.06)}
.projects-filter-bar{justify-content:flex-start;gap:20px;margin-bottom:42px}
.projects-page .filter-btn{min-width:176px;height:56px;padding:0 24px;color:var(--black);background:#fff;border-color:#d8d8d8}
.projects-page .filter-btn:hover,.projects-page .filter-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}
.projects-full-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;width:100%;margin:0 auto}
.pf-card{width:100%;display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid var(--border);overflow:hidden;cursor:pointer;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}
.pf-card:hover,.pf-card:focus-visible{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:rgba(var(--orange-rgb),.45);outline:none}
.pf-img{height:210px;background:#222;overflow:hidden}
.pf-img img{width:100%;height:100%;object-fit:cover;transition:transform .28s}
.pf-card:hover .pf-img img,.pf-card:focus-visible .pf-img img{transform:scale(1.04)}
.pf-body{padding:19px 20px 22px}
.pf-category{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--orange);letter-spacing:.3px;margin-bottom:8px}
.pf-name{font-family:'Barlow',Arial,sans-serif;font-weight:800;font-size:18px;text-transform:none;line-height:1.2;margin-bottom:12px}
.pf-loc{display:flex;align-items:center;gap:8px;font-size:13px;color:#444;margin-bottom:14px}
.loc-pin{width:10px;height:10px;border-radius:50% 50% 50% 0;background:#777;transform:rotate(-45deg);position:relative;flex:0 0 10px;margin-left:1px}
.loc-pin::after{content:"";position:absolute;left:3px;top:3px;width:4px;height:4px;border-radius:50%;background:#fff}
.pf-desc{font-size:13px;color:var(--black);line-height:1.65;margin-top:0}
.pf-more{display:inline-flex;margin-top:12px;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--orange);letter-spacing:.5px}
.pf-more::after{content:"\2192";margin-left:8px;transition:transform .2s}
.pf-card:hover .pf-more::after,.pf-card:focus-visible .pf-more::after{transform:translateX(3px)}
.projects-quote-strip{margin:48px auto 0;min-height:126px;background:#f3f3f3;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px 106px;width:100%}
.projects-quote-left{display:flex;align-items:center;gap:28px}
.projects-quote-icon{width:48px;height:60px;border:3px solid var(--orange);border-radius:2px;position:relative;flex:0 0 48px}
.projects-quote-icon::before{content:"";position:absolute;left:12px;top:14px;width:20px;height:3px;background:var(--orange);box-shadow:0 10px 0 var(--orange),0 20px 0 var(--orange)}
.projects-quote-icon::after{content:"+";position:absolute;right:-12px;bottom:-9px;width:26px;height:26px;border:3px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:var(--orange);font-size:22px;font-weight:800;line-height:1}
.projects-quote-left h2{font-size:20px;font-weight:800;line-height:1.1;margin-bottom:3px}
.projects-quote-left p{font-size:14px;color:var(--black)}
.projects-quote-strip .btn-primary{align-self:center;min-width:190px;height:58px}

body.modal-open{overflow:hidden}
.project-modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}
.project-modal.active{display:flex}
.project-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}
.project-modal-panel{position:relative;z-index:1;width:min(1040px,calc(100vw - 48px));max-height:86vh;display:grid;grid-template-columns:56% 44%;background:#fff;box-shadow:0 26px 70px rgba(0,0,0,.32);overflow:auto}
.project-modal-close{position:absolute;right:14px;top:14px;z-index:2;width:38px;height:38px;background:#fff;color:var(--black);font-size:28px;line-height:1;cursor:pointer;border:1px solid var(--border)}
.project-modal-close:hover{color:var(--orange);border-color:var(--orange)}
.project-modal-img{height:min(64vh,520px);min-height:420px;background:#222}
.project-modal-img img{width:100%;height:100%;object-fit:cover}
.project-modal-body{padding:44px 40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.project-modal-category{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:var(--orange);margin-bottom:10px}
.project-modal-title{font-family:'Barlow Condensed',Arial,sans-serif;font-size:42px;line-height:.98;text-transform:uppercase;margin-bottom:10px}
.project-modal-location{font-size:14px;color:var(--muted);margin-bottom:20px}
.project-modal-details{font-size:15px;line-height:1.7;color:var(--gray);margin-bottom:28px}

/* ABOUT */
.about-hero-section{display:grid;grid-template-columns:44% 56%;min-height:520px;background:#fff}
.about-hero-content{padding:70px 54px;display:flex;flex-direction:column;justify-content:center;background:#fff}
.about-hero-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:48px;line-height:1.1;text-transform:uppercase;margin-bottom:24px}
.about-hero-text{font-size:15px;line-height:1.65;color:var(--gray);margin-bottom:18px}
.about-hero-content .btn-primary{margin-top:12px}
.about-hero-image{background:#222;overflow:hidden}
.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-proof{background:#1d1d1b;color:#fff;padding:28px 34px}
.about-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1080px;margin:0 auto;background:#333}
.about-proof-grid>div{background:#1d1d1b;padding:24px 28px}
.about-stat-icon{width:44px;height:44px;color:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.about-stat-icon svg{width:32px;height:32px;stroke-width:1.5}
.about-stat-num{font-family:'Barlow Condensed',Arial,sans-serif;font-size:42px;font-weight:800;color:var(--orange);line-height:1;text-transform:uppercase;margin-bottom:8px}
.about-stat-label{font-size:11px;color:#cfcfcf;text-transform:uppercase;font-weight:700;letter-spacing:.6px;margin-top:6px}
.about-process{display:grid;grid-template-columns:44% 56%;gap:0;background:#fff;min-height:620px}
.about-process-content{padding:72px 58px 70px;display:flex;flex-direction:column;justify-content:center;background:#fff}
.about-hero-tag{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--orange);letter-spacing:.7px;margin-bottom:14px}
.about-section-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:42px;line-height:1.05;text-transform:uppercase;margin-bottom:34px;max-width:440px}
.about-section-title::after{content:"";display:block;width:50px;height:2px;background:var(--orange);margin-top:26px}
.about-process-image{min-height:620px;background:#222;overflow:hidden}
.about-process-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.process-list{display:flex;flex-direction:column;gap:0;max-width:520px}
.process-item{display:grid;grid-template-columns:44px 1fr;gap:22px;border-top:1px solid var(--border);padding:24px 0 25px}
.process-item:last-child{border-bottom:1px solid var(--border)}
.process-item span{font-family:'Barlow Condensed',Arial,sans-serif;font-size:22px;font-weight:800;color:var(--orange);line-height:1.1}
.process-item h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:18px;font-weight:800;text-transform:uppercase;margin-bottom:6px}
.process-item p{font-size:13px;color:var(--gray);line-height:1.65;max-width:390px}
.about-statement{position:relative;overflow:hidden;background:#1d1d1b;color:#fff;padding:48px 58px}
.about-statement::before,.about-statement::after{content:"";position:absolute;left:42%;bottom:-52px;width:180px;height:180px;background:rgba(255,255,255,.035);transform:rotate(45deg);pointer-events:none}
.about-statement::after{left:auto;right:42%;top:-70px;background:rgba(0,0,0,.28)}
.about-statement-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;max-width:1180px;margin:0 auto}
.about-statement-title,.about-statement p{position:relative;border-left:2px solid var(--orange);padding-left:28px}
.about-statement-title{font-family:'Barlow Condensed',Arial,sans-serif;font-size:31px;line-height:1.12;text-transform:uppercase;color:#fff}
.about-statement-title span{color:var(--orange)}
.about-statement p{font-size:14px;line-height:1.75;color:#e5e5e5;max-width:440px}
.about-values{padding:66px 34px 76px;background:#fff}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:54px;max-width:1060px;margin:52px auto 0}
.value-card{background:transparent;padding:0 28px;min-height:210px;text-align:center}
.value-icon{width:50px;height:50px;margin:0 auto 18px;color:var(--orange);display:flex;align-items:center;justify-content:center}
.value-icon svg{width:36px;height:36px;stroke-width:1.6}
.value-kicker{font-family:'Barlow Condensed',Arial,sans-serif;font-size:28px;font-weight:800;color:var(--orange);line-height:1;margin-bottom:10px}
.value-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:22px;text-transform:uppercase;margin-bottom:10px}
.value-desc{font-size:13px;color:var(--gray);line-height:1.65;max-width:260px;margin:0 auto}

/* CONTACT */
.contact-section{display:grid;grid-template-columns:27% 73%;min-height:540px;background:#fff}
.contact-info{position:relative;overflow:hidden;background:#151515;color:#fff;padding:58px 52px 62px clamp(34px,5.8vw,112px)}
.contact-info::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 10px);opacity:.22;pointer-events:none}
.contact-info>*{position:relative;z-index:1}
.contact-info-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:35px;line-height:1;text-transform:uppercase;margin-bottom:14px}
.contact-info-title span{color:var(--orange)}
.contact-info-title::after{content:"";display:block;width:58px;height:3px;background:var(--orange);margin-top:14px}
.contact-info-desc{font-size:15px;color:#e0e0e0;line-height:1.72;max-width:340px;margin-bottom:42px}
.contact-detail{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.contact-icon{width:54px;height:54px;border-radius:50%;border:2px solid var(--orange);display:inline-flex;align-items:center;justify-content:center;color:var(--orange);flex:0 0 54px}
.contact-icon svg{width:23px;height:23px;stroke-width:2.15}
.contact-detail-label{font-size:10px;font-weight:800;text-transform:uppercase;color:#aaa;margin-bottom:4px}
.contact-detail-value{font-size:15px;font-weight:700;color:#fff;line-height:1.45}
.contact-form-wrap{padding:38px clamp(28px,4vw,72px) 28px 48px;background:#fff}
.quote-form-wrap{background:#fff;color:var(--black);border:0;padding:38px clamp(28px,4vw,72px) 28px 48px}
.form-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:30px;line-height:1;text-transform:uppercase;margin-bottom:8px}
.form-title span{color:var(--orange)}
.form-desc{font-size:13px;color:var(--gray);margin-bottom:20px}
.quote-form-wrap .form-desc{color:#777;margin-bottom:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}
.form-group label{font-size:10px;font-weight:800;text-transform:uppercase;color:var(--gray);letter-spacing:.5px}
.quote-form-wrap .form-group label{font-size:10px;color:var(--black);letter-spacing:1.9px}
.form-group input,.form-group select,.form-group textarea{padding:12px 14px;border:1px solid var(--border);background:#fff;color:var(--black);outline:none;transition:border-color .2s}
.quote-form-wrap .form-group input,.quote-form-wrap .form-group select,.quote-form-wrap .form-group textarea{width:100%;min-height:36px;padding:8px 13px;border:1px solid #d2d2d2;background:#f8f8f8;color:var(--black);font-size:14px}
.quote-form-wrap .form-group input::placeholder,.quote-form-wrap .form-group textarea::placeholder{color:#8c8c8c}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange)}
.form-group select{appearance:auto}
.quote-form-wrap .form-group select{appearance:auto;color:var(--black)}
.form-group textarea{min-height:120px;resize:vertical}
.quote-form-wrap .form-group textarea{min-height:72px;line-height:1.5}
.form-help{font-size:11px;color:#777;line-height:1.35;margin-top:-2px}
.file-input{position:absolute;opacity:0;pointer-events:none}
.file-drop{min-height:62px;border:1px dashed #b9b9b9;background:#f8f8f8;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:11px 20px;cursor:pointer;text-transform:none!important;letter-spacing:0!important;color:var(--black)!important}
.file-drop:hover{border-color:var(--orange);background:#fff}
.file-icon{width:46px;height:46px;border:2px solid var(--orange);border-radius:50%;color:var(--orange);display:flex;align-items:center;justify-content:center}
.file-icon svg{width:18px;height:18px;stroke-width:2}
.file-text{font-size:14px;font-weight:500;line-height:1.3;color:var(--black);text-transform:none;letter-spacing:0}
.file-text strong{color:var(--orange);font-weight:500}
.file-note{font-size:13px;font-weight:500;color:#777;text-transform:none;letter-spacing:0;white-space:nowrap}
.quote-submit{width:100%;height:42px;background:var(--orange);color:#fff;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:1px;cursor:pointer;transition:background .2s}
.quote-submit:hover{background:var(--orange-dark)}
.form-response-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:13px;color:var(--gray);font-size:13px}
.form-response-note span{width:16px;height:16px;border:1.5px solid var(--orange);border-radius:50%;position:relative}
.form-response-note span::before{content:"";position:absolute;left:7px;top:3px;width:1.5px;height:6px;background:var(--orange)}
.form-response-note span::after{content:"";position:absolute;left:7px;top:8px;width:5px;height:1.5px;background:var(--orange);transform:rotate(25deg);transform-origin:left center}

/* TYPE */
.hero-title,.section-title,.service-name,.project-name,.pf-name,.why-title,.page-hero-title,.sdc-title,.projects-intro h1,.project-modal-title,.about-hero-title,.about-stat-num,.about-section-title,.about-statement-title,.process-item span,.process-item h3,.value-kicker,.value-title,.contact-info-title,.form-title,.projects-quote-left h2{
  font-family:var(--font-heading);
  font-weight:700;
  letter-spacing:0;
}
.nav-links a,.nav-cta,.btn-primary,.filter-btn,.pf-category,.pf-more,.quote-submit,.footer-col-title,.contact-detail-label,.form-group label{
  font-family:var(--font-heading);
  font-weight:700;
}
.quote-form-wrap .form-group label,.quote-submit{
  letter-spacing:.4px;
}

/* RESPONSIVE */
@media (min-width:1400px){
  body{font-size:15px}
  .site-nav{height:88px;padding-left:40px;padding-right:40px}
  .logo{min-width:160px}
  .logo-mark{width:146px;height:45px}
  .logo-img{width:146px}
  .logo-subtitle{font-size:8px;letter-spacing:8.3px}
  .nav-links{gap:34px}
  .nav-links a{font-size:12px;padding:33px 0 29px}
  .nav-cta{min-width:160px;height:38px;font-size:10px}
  .hero{min-height:470px}
  .hero-content{padding-left:48px}
  .hero-title{font-size:46px}
  .hero-tag{font-size:11px}
  .hero-desc{font-size:12px;max-width:370px}
  .hero-image{min-height:470px}
  .section-title{font-size:32px}
  .services-grid{width:100%}
  .service-name{font-size:16px}
  .service-desc{font-size:12px;max-width:220px}
  .projects-grid,.why-section,.footer-grid{max-width:none}
  .project-img{height:180px}
  .project-name{font-size:16px}
  .project-loc span:first-child{font-size:11px}
  .why-title{font-size:36px}
  .why-list li{font-size:13px}
  .why-image{height:280px}
  .pf-img{height:255px}
  .pf-name{font-size:23px}
  .page-hero-title{font-size:52px}
  .about-section-title{font-size:46px}
  .about-process{max-width:none}
  .values-grid{max-width:1140px}
  .contact-form-wrap:not(.quote-form-wrap){padding:64px 48px}
}

@media (max-width:1050px){
  .site-nav{padding:0 18px}
  .logo{min-width:124px}
  .logo .logo-mark{width:124px;height:39px}
  .logo .logo-img{width:124px;height:auto}
  .logo .logo-subtitle{font-size:7px;letter-spacing:7.2px}
  .nav-links{gap:18px}
  .nav-cta{min-width:132px;padding:10px 12px}
  .hero-content{padding-left:42px}
  .hero-title{font-size:34px}
  .hero-desc{max-width:315px}
  #page-home .hero,#page-home .services-home,#page-home .projects-section,#page-home .why-section{width:100%}
  #page-home .hero{max-width:none;grid-template-columns:36% 64%;min-height:360px}
  #page-home .hero-content{padding-left:42px}
  #page-home .hero-title{font-size:38px}
  #page-home .hero-image{inset:0;min-height:360px;clip-path:none}
  #page-home .section-title{font-size:36px}
  #page-home .projects-grid{max-width:900px;gap:14px}
  #page-home .project-name{font-size:19px}
  #page-home .why-title{font-size:36px}
  #page-home .why-image{height:280px}
  .projects-grid{gap:10px}
  .projects-filter-bar{gap:12px}
  .projects-page .filter-btn{min-width:160px}
  .project-img{height:120px}
  .contact-section{grid-template-columns:34% 66%}
  .contact-info{padding:48px 28px}
  .quote-form-wrap{padding:34px 28px}
  .contact-info-title{font-size:30px}
  .contact-detail{gap:14px}
  .contact-icon{width:46px;height:46px;flex-basis:46px}
  .about-section-title{font-size:38px}
  .about-process{grid-template-columns:1fr;max-width:none}
  .about-process-image{min-height:360px}
  .about-statement-inner{grid-template-columns:1fr;gap:28px}
  .about-statement p{max-width:none}
}

@media (max-width:760px){
  body{padding:0}
  .site-nav{height:auto;min-height:70px;flex-wrap:wrap;gap:10px;padding:10px 16px}
  .logo{min-width:auto}
  .logo .logo-mark{width:118px;height:37px}
  .logo .logo-img{width:118px}
  .logo .logo-subtitle{font-size:7px;letter-spacing:6.8px}
  .nav-links{order:3;width:100%;justify-content:center;gap:16px;flex-wrap:wrap}
  .nav-links a{padding:6px 0}
  .nav-cta{display:none}
  .hero,.why-section,.about-hero-section,.about-proof-grid,.about-process,.contact-section,.service-detail-card,.service-detail-card.reverse{grid-template-columns:1fr;direction:ltr}
  .hero-content,.about-hero-content,.contact-info,.contact-form-wrap{padding:42px 20px}
  .about-process{padding:0}
  .about-process-content{padding:30px 20px}
  .about-process-image{min-height:270px}
  .about-hero-image{min-height:280px}
  .about-proof{padding:20px}
  .about-proof-grid>div{padding:20px}
  .about-section-title{font-size:32px}
  .about-statement{padding:34px 20px}
  .about-statement-inner{grid-template-columns:1fr;gap:24px}
  .about-statement-title{font-size:26px}
  .about-statement-title,.about-statement p{padding-left:18px}
  .hero-title{font-size:34px;white-space:normal}
  #page-home .hero{grid-template-columns:1fr;min-height:430px}
  #page-home .hero-content{padding-left:20px;padding-right:20px}
  #page-home .hero-title{font-size:34px;white-space:normal}
  #page-home .hero-image{inset:0;height:auto;min-height:100%}
  #page-home .section-title{font-size:32px}
  #page-home .services-grid,#page-home .projects-grid{max-width:none}
  #page-home .projects-grid{grid-template-columns:1fr;gap:16px}
  #page-home .project-name{font-size:18px}
  #page-home .why-section{max-width:none;width:100%;padding:42px 20px}
  #page-home .why-title{font-size:34px}
  #page-home .why-image{height:auto}
  .hero{min-height:430px}
  .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 56%,rgba(255,255,255,.42) 100%)}
  #page-home .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 38%,rgba(255,255,255,.28) 58%,rgba(255,255,255,.06) 78%,rgba(255,255,255,0) 100%)}
  #page-home .hero-image img{inset:0;width:100%;max-width:100%;object-position:58% 38%}
  .hero-image{inset:0;height:auto;min-height:100%}
  .hero-image img{object-position:62% 54%}
  .services-grid,.projects-grid,.projects-full-grid,.values-grid,.footer-grid{grid-template-columns:1fr}
  .service-card{border-right:0;border-bottom:1px solid var(--border);padding:18px 10px}
  .service-card:last-child{border-bottom:0}
  .projects-section,.section,.why-section,.services-detail,.projects-full,.about-values,footer{padding-left:20px;padding-right:20px}
  .why-section{width:100%}
  .project-img{height:190px}
  .projects-page{padding:46px 20px}
  .projects-intro h1{font-size:48px}
  .projects-intro p{font-size:15px}
  .projects-filter-bar{gap:10px}
  .projects-page .filter-btn{min-width:0;width:100%}
  .projects-quote-strip{padding:28px 20px;align-items:flex-start;flex-direction:column}
  .projects-quote-left{gap:18px;align-items:flex-start}
  .project-modal{padding:14px}
  .project-modal-panel{width:calc(100vw - 28px);max-height:calc(100vh - 28px);grid-template-columns:1fr}
  .project-modal-img{height:min(58vh,520px);min-height:320px}
  .project-modal-body{padding:32px 24px 36px;justify-content:flex-start}
  .project-modal-title{font-size:34px}
  .project-modal-details{font-size:15px}
  .why-image{min-height:260px}
  .footer-grid{gap:22px}
  .page-hero{padding:48px 20px}
  .page-hero-title{font-size:36px}
  .sdc-image{height:260px}
  .form-row{grid-template-columns:1fr}
  .quote-form-wrap{padding:24px 18px}
  .quote-form-wrap .form-group label{font-size:11px;letter-spacing:1.4px}
  .file-drop{grid-template-columns:1fr;padding:18px;text-align:left}
  .file-note{white-space:normal}
  .form-response-note{align-items:flex-start;text-align:left}
}
