/*
Theme Name: BUILT. V3.0
Theme URI: https://built.co
Author: Aman Anderson
*/

/* WEB FONT */
@import url(https://www.google.com/fonts#UsePlace:use/Collection:Raleway:400,300italic,700);

/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-color: #009251;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.fm-form-container.fm-theme1 {
width: 70%;
float: left !important;
}

hexGrod li:hover {opacity: 70%}

#gform_submit_button_1 {margin-left: 25px !important;}
#media_feed {min-width: 30%; width: 60%; padding-left:50px; float: left}

@media only screen and (max-width: 600px) {
#media_feed {width: 100%; padding-left: 0px !important; float: none}
}

#project_identif a {text-decoration: none !important}

.client-snippits a {color: white !important}
.client-snippits a:hover {text-decoration:underline}

.client-select-name a {color: white; text-decoration: none !important}

article {padding-top: 45px;}

.gform_wrapper, .gform_body {
margin-left: 25px;
color: white;
width: 50% ; float: left;
}

.gform_heading {margin-left: 25px !important;}
#gform_wrapper_1 {margin-top: 50px; color: white; }

/* BASIC */
body {
  font: normal 18px/22px "Raleway", sans-serif;
  background-color: black;
  color: #2e2e2e;
}
h1, h2 {
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  color: #e0e0e0;
}
h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: -20px;
}
p {
  margin: 20px 0;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* LAYOUT */
.fixed-nav-bar {
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.content {
  position: relative;
  background: #464646 url('https://built.co/wp-content/themes/html5blank/59H-from-gratisography.jpg') no-repeat center center fixed;
  background-size: cover;
}
.description, .some-related-articles {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.description {
  padding-top: 100px;
  min-height: 250px;
  text-align: center;
}
.some-related-articles {
  color: #747474;
}
.some-related-articles h1 {
  color: #384e56;
  margin-top: 60px;
  text-transform: uppercase;
}
.some-related-articles h2 a:link, .some-related-articles h2 a:visited  {
  color: #464646;
  transition: color 0.1s ease;
}
.some-related-articles h2 a:hover {
  color: #000000;
  transition: color 0.3s ease;
}

/* SPECIAL */
.summary {
  color: #d9dee2;
  margin-top: 40px;
  margin-bottom: 60px;
}
.button, .button:visited, .button-dark {
  display: inline-block;
  max-width: 200px;
  margin: 50px 10px 30px 10px;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 3px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.1s ease;
}
.button-dark, .button-dark:visited {
  margin: 20px 10px 30px 0;
  color: #464646;
  border-color: #464646;
}
.button:hover, .button-dark:hover {
  transition: all 0.3s ease;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-dark:hover {
  color: #ffffff;
  background-color: rgba(70, 70, 70, 0.9);
}

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background: #009351 url('https://built.co/wp-content/themes/html5blank/images/menu_grunge.png');
}

@media only screen and (max-width: 887px) {
.socialmedia {display:none}
}

.socialmedia img {margin-top:19px; float:left; margin-right: 6px;}

.content {
  margin-top: 20px;
}

.fixed-nav-bar li, .fixed-nav-bar a {
  height: 20px;
  line-height: 3px;
}

.menu-items li {padding-top:25px; text-align: right;}
.sitename, .menu-items {float:left;}

.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.menu a, .menu a:visited {
  color: #ffffff; font-size:12px; font-weight: bold; text-transform: uppercase;
}
.menu a:hover, .menu a:target {
  color: #ebebeb;
}
.menu-items {
  display: inline-block;
}
.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
a.sitename, a:visited.sitename {
  color: #e0e0e0;
}

#contenthome {
  position:absolute;
  top:0; bottom:0; left:0; right:0;
  overflow:hidden;
  background: #DDD url('https://built.co/wp-content/uploads/2016/11/built_home_bkg2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: black;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url('https://built.co/wp-content/themes/html5blank/polina.jpg') no-repeat;
  background-size: cover;
  z-index: 1;
}

@media only screen and (max-width: 500px) {
  #bgvid { display:none }
  #contenthome { display: inline-block; }
}

#contentabout {
  top:0; bottom:0; left:0; right:0;
  overflow:hidden;
  z-index:-1;
  background: #DDD url('https://built.co/wp-content/uploads/2016/11/about_background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contentabout_2 {
  top:0; bottom:0; left:0; right:0;
  overflow:hidden;
  z-index:-1;
  background: #DDD url('https://built.co/wp-content/uploads/2016/11/about_background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contentprojects {
  top:0; bottom:0; left:0; right:0;
  overflow:hidden;
}

.info_content {width:823px; height: 403px; background: url('https://built.co/wp-content/themes/html5blank/images/transparent_back.png'); background-repeat:repeat; margin: 0 auto; color: white; }
.proj_topgreenbar {width: 823px; height: 59px; background: #009351;}
.proj_topgreenbar span {text-transform: uppercase; font-size: 12px;margin:0px; padding: 0px}
.proj-select-name {font-size: 16px; margin:0px; padding: 0px; text-transform: uppercase;}
.client-select-name {font-size: 16px; margin:0px; padding: 0px; text-transform: uppercase;}
.proj-select-cont {margin-left: 33px; padding-right: 33px; float:left; height: 59px; border-right: 1px solid #404041}
.client-select-cont {float:left; margin-left: 33px;}

@media only screen and (max-width: 750px) {
.profileimages {margin-left: 0px !important; padding: 0px 13px 13px 0px; width: 30%;margin-top: 0px !important;}
div#progress-back.load-item {display:none !important;}
.info_content {width:100%; height: auto; background: url('https://built.co/wp-content/themes/html5blank/images/transparent_back.png'); background-repeat:repeat; color: white; margin-top:180px }
.proj_topgreenbar {width: 100%; height: 59px; background: #009351;}
.proj_topgreenbar span {text-transform: uppercase; font-size: 10px;margin:0px; padding: 0px}
.proj-select-name {font-size: 12px; margin:0px; padding: 0px; text-transform: uppercase; word-wrap: break-word; width: 76% !important;line-height: 12px;}
.client-select-name {font-size: 12px; margin:0px; padding: 0px; text-transform: uppercase;}
.proj-select-cont {margin-left: 33px; padding-right: 33px; height: 59px; border: 0px; float: none}
.client-select-cont {margin-left: 33px; float: none}
#toggle + label {margin-top:-106px; font-size: 12px}
.client-right-column {width: 100% !important; padding: 6px; float:left; text-align: center;}
.client-left-column {width: 100% !important; text-align: center; margin-top: 43px;}
.client-snippits {width: 100% !important; font-size: 14px}
.client-snippits li {list-style-type: none; border-bottom: 1px solid white; margin-right: 10px; padding: 6px 0px 9px 0px; }
.project-synopsis {font-size: 13px; margin-top: 20px; height: auto; width: 95%;}
}

@media only screen and (max-width: 600px) {
#hexgridcontainer {margin-left: 11px !important; margin-top: 0px !important; }
}

#hexgridcontainer {margin-left: 320px; margin-top: 80px; }
#hexmenu {width: 76px; height: 500px; position: fixed; margin-right: 35px; margin-left: 15px; margin-top: 90px; color: white; text-transform: uppercase; text-align: center;}
#hexmenu span{font-size: 13px; text-align: center; font-weight: bold}
#hexmenu img {margin: 0px; padding:0px; }

@media only screen and (max-width: 600px) {
#hexmenu {display:none}
#hexgridcontainer {margin-left: 11px !important; margin-top: 150px !important; }
#project_identif {width: 230px; height: 380px !important; float: none !important; margin-top: 90px; color: white; text-align: center !important; margin: 0 auto; padding-left: 0px !important}
#mobilecontainer {max-width: 654px; max-height: 567px; margin-left: 0px; margin-top: 168px;}
#bigmenucontainer { max-width: 654px; min-width: 100%; max-height: 567px; position: relative; }
.nav-item-center {max-width: 130px; width:45%; left: 31%; top:35%; position: absolute;z-index: 1000}
.nav-item-1 {max-width: 327px; width:53%; left: 0%; bottom:0%; position: absolute;}
.nav-item-2 {max-width: 327px; width:53%; left:24.5%; bottom:0%; position:absolute;}
.nav-item-3 {max-width: 327px; width:53%; left:48.8%; bottom:0%; position:absolute;}
.nav-item-4 {max-width: 327px; width:53%; left:0%; top:82%; position:absolute;}
.nav-item-5 {max-width: 327px; width:53%; left:24.5%; top:82%; position:absolute;}
.nav-item-6 {max-width: 327px; width:53%; left:48.8%; top:82%; position:absolute;}
}

#project_identif {width: 230px; height: 500px; padding-left: 100px; float: left; margin-top: 90px; color: white}
#project_identif p {font-size: 14px; border-top: solid 5px #009351; padding-top: 13px}
#project_identif a {color: white !important; text-decoration: underline}
#project_identif a:hover {color: #009351 !important}

#project_big_quote {border-top: solid 5px #009351; margin-top: 120px; width: 230px; float: left;margin-left: 30px }
#project_big_quote p {width: 230px; height: 500px; color: white; font-size: 30px; font-weight: bold; line-height: 29px; }

@media only screen and (max-width: 600px) {
#project_big_quote { opacity: 0 }
}

#mobilecontainer {max-width: 654px; max-height: 567px; margin-left: 200px;}
#bigmenucontainer { max-width: 654px; min-width: 654px; max-height: 567px; margin: 0 auto; padding-top:100px; position: relative; }

li.hex {cursor: pointer !important}
li.hex:hover {opacity: .6 !important; box-shadow: 10px 10px 5px green; }
li.hex { transition: all .2s ease-in-out; }

.nav-item-center {max-width: 205px; width:55%; left: 33%; top:291%; position: absolute;z-index: 1000}
.nav-item-1 {max-width: 327px; width:55%; left: 0%; position: absolute;}
.nav-item-2 {max-width: 327px; width:55%; left:23.1%; position:absolute;}
.nav-item-3 {max-width: 327px; width:55%; left:46.2%; position:absolute;}
.nav-item-4 {max-width: 327px; width:55%; left:0%; top:360%; position:absolute;}
.nav-item-5 {max-width: 327px; width:55%; left:23.1%; top:360%; position:absolute;}
.nav-item-6 {max-width: 327px; width:55%; left:46.2%; top:360%; position:absolute;}

.triangle-item .st0:hover {fill: #009251 !important; cursor:pointer}
polygon {cursor:pointer}

#aboutmenu_container {padding-top: 75px; width: 95px; margin:0 auto;}
#aboutlogo {width: 95px; height: 95px; float: left;}
.abouttagmenu {width: 353px; height: 20px; float:left;margin-top: 30px; margin-left: 14px;}
.abouttagmenu li {display: inline-block;}
.abouttagmenu a {color:white; margin-right: 12px;font-size: 15px; font-weight:bold; text-transform: uppercase;}

.about_quote {text-align: center;color:white;font-size: 35px; font-weight: bold;line-height: 37px; margin-top: 25px;}
#about_graph {font-size: 17px; width: 50%; margin: 0 auto; text-align: center; color: white; padding-top: 34px;}
#about_graph p{margin-bottom: 120px;}

#greenspace {background-color: #009351;color: white}
#greenspacegraph_cont {width: 960px; margin:0 auto; padding-left: 90px; padding-top: 80px; padding-bottom: 100px}

.left-graph {float: left; width: 300px; font-size: 38px; font-weight: 200; line-height: 37px; margin-right: 20px; text-align: right}
.right-graph {float: left; width: 450px; border-left: solid 1px white; padding-left: 15px; font-size: 16px }

@media only screen and (max-width: 600px) {
#about_graph {width: 90%}
#greenspacegraph_cont {width: 90%; padding: 0px;}
.left-graph {float: none; width: 100%; font-size: 38px; font-weight: 200; line-height: 37px; text-align: center; margin-right: 0px !important; padding-top: 40px; margin-bottom: 40px;}
.right-graph {width: 90%;padding-left: 15px;font-size: 16px;text-align: center; border: 0px}
}

.right-graph p {padding-bottom: 35px;}

#newshome {padding-top: 50px; width: 800px; margin: 0 auto;}
#clear {clear: both;}

#logobig img {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  position: absolute;
  max-width: 80%;
  height:auto;
  top: 30%;
  left: 0%;
  margin:0 auto;
  right: 0%;
  z-index: 100;
}

#processimage {width: 900px; height: 1200px; padding-right: 160px; padding-top: 90px; background: url('https://built.co/wp-content/themes/html5blank/images/process.png') no-repeat; }
#processcontainer {margin: 0 auto; width: 900px; padding-top: 90px}
#processimage ul {padding-top: 30px}
#processimage li {color: white; padding-bottom: 100px; margin-left: 439px; list-style: none}

.client-left-column {width: 214px; float: left; margin-right: 15px; margin-left: 12px}
.client-right-column {width: 560px; padding: 6px; float: left;}
.client-snippits {float: left; width: 200px; font-size: 14px}
.client-snippits li {list-style-type: none; border-bottom: 1px solid white; margin-right: 10px; padding: 6px 0px 9px 0px; }
.project-synopsis {font-size: 13px; margin-top: 20px; overflow: scroll; height: 234px}

.goback a {color: white;}
.goback {font-size: 12px; width: 200px; text-align: center; padding-bottom: 20px; padding-top: 5px;}
button {color: white; background: none}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#menu img {width:164px; height:34px; margin-top:9px; }
ul.menu-items {margin-left: 89px;}

.menu-items li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.menu-items a { text-decoration: none; }

.show, .hide {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #dde1e2;
}

@media only screen and (max-width: 800px) {
.menu { position: relative; width: 100%; }
.sitename { position: absolute; top: 0; left: 15px; margin-left: 0px; }
.menu-items { display: none; width: 100%; margin-top: 50px; background-color: #009351; margin-left: 0px !important; }
.menu-items li { display: block; text-align: center; }
.show, .hide { position: absolute; top: 0px; right: 15px; }
.show { display: inline-block; }
.hide { display: none; }
#menu:target .show { display: none; }
#menu:target .hide, #menu:target .menu-items { display: inline-block; }
}

a.show {margin-top:22px;}

@media only screen and (max-width: 220px) {
  .sitename, .show, .hide { font-size: 14px; }
}

.project_info_cont {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  height: 403px;
  transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 500px) {
#toggle:checked ~ .project_info_cont {
  bottom:35% !important; height: 59px !important; overflow: visible !important;
}
}

#toggle:checked ~ .project_info_cont {
  bottom:0%; height: 59px; overflow: hidden;
}

#toggle {
  position: absolute;
  appearance: none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}

#toggle + label {
  float: right;
  cursor:pointer;
  background: #005E36;
  width: 100px;
  border-radius: 0px;
  color: #FFF;
  height: 27px;
  padding-top: 18px;
  padding-bottom: 14px;
  margin-bottom: -15px;
  line-height:20px;
  font-size:16px;
  font-weight: bold;
  text-align:center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 500ms ease;
}
#toggle + label:after { content:"Show/Hide" }
#toggle:checked + label { background:#005E36; }
#toggle:checked + label:after { content:"Show" }


/* ===========================================
   BUILT. V3.0 - NEW PROJECT DETAIL STYLES
   These override old styles only on #project-detail
   =========================================== */
#project-detail {
  background: #ffffff;
}

#project-detail * {
  box-sizing: border-box;
  line-height: normal;
}

#project-detail p {
  margin: 0 0 1.4em 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
#project-detail h1,
#project-detail h2,
#project-detail h3 {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  font-weight: inherit;
}
.pdp-hero {
  position: relative;
  min-height: 480px;
  background: #111111;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.pdp-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pdp-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.pdp-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.15) 100%);
}

.pdp-hero__inner h1 {
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
}
.pdp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 48px;
}
.pdp-eyebrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.7) !important;
  margin: 0 0 10px !important;
}

.pdp-location-tag {
  display: inline-block;
  color: #009351 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.pdp-location-tag:hover { text-decoration: underline; }

.pdp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}
.pdp-stat {
  padding: 24px 32px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pdp-stat:nth-child(3n) { border-right: none; }
.pdp-stat__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
  margin: 0;
}
.pdp-stat__value {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  margin: 0;
}
.pdp-stat__value a { color: #111111; text-decoration: none; }
.pdp-stat__value a:hover { color: #009351; }

.pdp-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}
.pdp-main {
  padding: 52px 48px 52px 40px;
  border-right: 1px solid #e0e0e0;
}
.pdp-synopsis {
  font-size: 16px;
  line-height: 1.85;
  color: #333333;
  max-width: 640px;
}
.pdp-synopsis p { margin-bottom: 1.2em; }

.pdp-sidebar {
  padding: 40px 28px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pdp-sidebar__logo img {
  max-width: 130px;
  height: auto;
  display: block;
}


.pdp-sidebar__sector a {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  text-decoration: none;
}
.pdp-sidebar__sector a:hover { background: #005E36; }

.pdp-sidebar__pm {
  padding: 20px 0;
}



.pdp-sidebar__pm-name {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
}

.pdp-sidebar__pm-role {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin: 0 0 16px !important;
}

.pdp-sidebar__pm-contact {
  font-size: 13px !important;
  line-height: 1.9 !important;
  color: #555555 !important;
  margin: 0 !important;
}

.pdp-sidebar__pm-contact a {
  color: #009351 !important;
  text-decoration: none !important;
}

.pdp-sidebar__pm-contact a:hover {
  text-decoration: underline !important;
}

.pdp-share {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: auto;
}
.pdp-share__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888888;
}
.pdp-share a {
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  text-decoration: none;
}
.pdp-share a:hover { color: #009351; }

.pdp-gallery {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.pdp-gallery__track {
  display: flex;
  transition: transform 0.4s ease;
}

.pdp-gallery__item {
  flex: 0 0 33.333%;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: block;
}

.pdp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.pdp-gallery__item:hover img { opacity: 1; }

.pdp-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #009351;
  color: #ffffff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  line-height: 1;
}
.pdp-gallery__btn--prev { left: 12px; }
.pdp-gallery__btn--next { right: 12px; }
.pdp-gallery__btn:hover { background: #005E36; }

.pdp-related {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}
.pdp-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.pdp-related__header h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  margin: 0;
  line-height: 1;
}
.pdp-related__all {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 3px;
  text-decoration: none;
}
.pdp-related__all:hover { background: #005E36; }
.pdp-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pdp-related__card {
  text-decoration: none;
  color: #111111;
  display: block;
}
.pdp-related__img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #e0e0e0 center/cover no-repeat;
  border-radius: 3px;
  overflow: hidden;
  transition: opacity 0.25s ease;
}
.pdp-related__card:hover .pdp-related__img { opacity: 0.85; }
.pdp-related__info { padding: 12px 0 0; }
.pdp-related__info h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
  color: #111111;
}
.pdp-related__loc {
  font-size: 11px;
  font-weight: 700;
  color: #009351;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
}
.pdp-cta__left {
  position: relative;
  background: #111111 center/cover no-repeat;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
.pdp-cta__left-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
}
.pdp-cta__left-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pdp-cta__left p {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  max-width: 360px;
}
.pdp-cta__btn {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  width: fit-content;
}
.pdp-cta__btn:hover { background: #005E36; }
.pdp-cta__right {
  background: #f4f4f4;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.pdp-cta__right span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009351;
}
.pdp-cta__right p {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 12px;
}
.pdp-cta__contact {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  width: fit-content;
}
.pdp-cta__contact:hover { background: #005E36; }

@media (max-width: 960px) {
  .pdp-stats { grid-template-columns: repeat(2, 1fr); }
  .pdp-stat:nth-child(3n) { border-right: 1px solid #e0e0e0; }
  .pdp-stat:nth-child(2n) { border-right: none; }
  .pdp-body { grid-template-columns: 1fr; }
  .pdp-main { border-right: none; padding: 36px 24px; }
  .pdp-sidebar { padding: 28px 24px; }
  .pdp-gallery { grid-template-columns: repeat(2, 1fr); }
  .pdp-related__grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-cta { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .pdp-hero { min-height: 320px; }
  .pdp-hero__inner { padding: 0 20px 32px; }
  .pdp-hero__inner h1 { font-size: 26px; }
  .pdp-stats { grid-template-columns: 1fr 1fr; }
  .pdp-stat { padding: 16px 20px; }
  .pdp-gallery { grid-template-columns: repeat(2, 1fr); }
  .pdp-related { padding: 40px 20px; }
  .pdp-related__grid { grid-template-columns: 1fr; }
  .pdp-cta__left, .pdp-cta__right { padding: 40px 24px; }
  .pdp-cta__left p, .pdp-cta__right p { font-size: 20px; }
}

/* ===========================================
   BUILT. V3.0 - GLOBAL HEADER
   =========================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
}

/* -- Utility bar -- */
.site-header__utility {
  background: #111111;
  border-bottom: 1px solid #222222;
  height: 28px;
}

.site-header__utility-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-header__client-login {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.site-header__client-login:hover { color: #ffffff; }

.site-header__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-header__lang a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.site-header__lang a.active { color: #ffffff; }
.site-header__lang a:hover { color: #ffffff; }

.site-header__lang span {
  color: rgba(255,255,255,0.3);
}

/* -- Main nav bar -- */
.site-header__main {
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
}

.site-header__main-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__logo img {
  display: block;
  height: 32px;
  width: auto;
}

.site-header__nav { flex: 1; display: flex; justify-content: center; }

.site-header__menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.site-header__menu li a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-header__menu li a:hover { color: #009351; }

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__contact {
  background: #009351;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.site-header__contact:hover { background: #005E36; color: #ffffff; }

.site-header__search img {
  display: block;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.site-header__search:hover img { opacity: 1; }

/* push page content below fixed header (utility 28px + main 60px = 88px) */
#project-detail,
.content,
body > div:not(.site-header):not(.site-footer) {
  margin-top: 88px;
}

.site-header__mobile-toggle { display: none; }

/* -- Mobile -- */
@media (max-width: 800px) {
  .site-header__utility-inner { padding: 0 20px; }
  .site-header__main-inner { padding: 0 20px; }
  .site-header__nav { justify-content: flex-end; }

  .site-header__mobile-toggle {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
  }

  .site-header__menu {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    background: #009351;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .site-header__menu:target { display: flex; }

  .site-header__menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .site-header__menu li a {
    display: block;
    padding: 16px 24px;
    color: #ffffff !important;
    text-align: center;
  }

  .site-header__menu li a:hover { background: rgba(0,0,0,0.1); }
  .site-header__actions { display: none; }
}


/* ===========================================
   BUILT. V3.0 - GLOBAL FOOTER
   =========================================== */

.site-footer__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}

.site-footer__cta-left {
  background: #111111;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.site-footer__cta-left p {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  max-width: 360px;
}

.site-footer__cta-btn {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  width: fit-content;
}

.site-footer__cta-btn:hover { background: #005E36; color: #ffffff; }

.site-footer__cta-right {
  background: #f4f4f4;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.site-footer__cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009351;
}

.site-footer__cta-right p {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 12px;
}

.site-footer__contact-btn {
  display: inline-block;
  background: #009351;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  width: fit-content;
}

.site-footer__contact-btn:hover { background: #005E36; color: #ffffff; }

.site-footer__bar {
  background: #111111;
  border-top: 1px solid #222222;
  padding: 24px 0;
}

.site-footer__bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer__logo img {
  display: block;
  opacity: 0.8;
  filter: brightness(10);
  width: 100px;
  height: auto;
}

.site-footer__nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer__nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__nav a:hover { color: #ffffff; }

.site-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.site-footer__newsletter {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__newsletter:hover { color: #009351; }

.site-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.site-footer__social a img {
  display: block;
  opacity: 0.5;
  filter: brightness(10);
  transition: opacity 0.2s ease;
}

.site-footer__social a:hover img { opacity: 1; }

@media (max-width: 800px) {
  .site-footer__cta { grid-template-columns: 1fr; }
  .site-footer__cta-left, .site-footer__cta-right { padding: 40px 24px; }
  .site-footer__cta-left p, .site-footer__cta-right p { font-size: 20px; }
  .site-footer__bar-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-footer__right { align-items: flex-start; }
}