/* Inner pages — vertical layout, shared header/menu/footer */

html.inner,
body.inner {
  height: auto;
  overflow: auto;
}

html.inner.has-smooth,
html.inner.has-smooth body {
  height: 100%;
  overflow: hidden;
}

.smooth-scroll {
  will-change: transform;
  backface-visibility: hidden;
}

.smooth-bar {
  position: fixed;
  top: 0;
  right: 3px;
  width: 5px;
  height: 100%;
  z-index: 40;
  pointer-events: none;
}

.smooth-thumb {
  width: 5px;
  background: rgba(54, 62, 70, 0.45);
  border-radius: 4px;
}

body.inner {
  background: #fff;
}

body.inner .site-header {
  position: fixed;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
}

body.inner .logo svg path,
body.inner .search-btn svg path {
  fill: #000;
}

body.inner .search-btn {
  border-color: #363e46;
}

body.inner .menu-toggle {
  top: 15.625rem;
  left: 3.125rem;
  transform: none;
}

body.inner .menu-toggle span,
body.inner .menu-toggle span::before,
body.inner .menu-toggle span::after {
  background: #000;
  width: 32px;
}

body.inner .menu-toggle span::before {
  top: 10px;
}

body.inner .menu-toggle span::after {
  top: -10px;
}

body.inner.menu-open .menu-toggle span {
  background: transparent;
}

body.inner.menu-open .menu-toggle span::before,
body.inner.menu-open .menu-toggle span::after {
  top: 0;
  width: 32px;
  background: #9a9a9a;
}

body.inner.menu-open .menu-toggle span::before {
  transform: rotate(45deg);
}

body.inner.menu-open .menu-toggle span::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1400px) {
  body.inner .menu-toggle {
    left: 1.25rem;
  }
}

.page-title {
  padding: 10.625rem 0 3.125rem;
  background: #efefef;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}

.breadcrumb a {
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.6s;
}

.breadcrumb a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.page-title h1 {
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  padding-right: 15.625rem;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .page-title h1 {
    font-size: 60px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding-bottom: 40px;
  }

  .page-title h1 {
    font-size: 52px;
    padding: 0;
  }

  .breadcrumb {
    font-size: 15px;
  }
}

.page-hero {
  width: 100%;
  height: 100vh;
  padding: 0 !important;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-hero__bg {
  display: none;
}

.page-hero img {
  display: none;
}

.page-section {
  padding: 100px var(--page-x);
  background: #fff;
}

.page-section.alt {
  background: #efefef;
}

.page-section h2 {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 28px;
}

.page-section h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 16px;
}

.page-section p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 720px;
}

.page-section p + p {
  margin-top: 18px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}

.col-5 { width: calc(41.6667% - 15px); }
.col-6 { width: calc(50% - 15px); }
.col-7 { width: calc(58.3333% - 15px); }

.split {
  display: flex;
  gap: 80px;
}

.split .col {
  flex: 1;
}

.page-description {
  padding: 0 0 100px;
  background: #fff;
}

.page-description h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0 0 30px;
}

.page-description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
  max-width: none;
}

/* About stats — match dcc-group.com/about-us .number-block */
.number-block {
  padding-bottom: 6.25rem;
  background: #fff;
}

.number-block .container .flex-row .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 10px);
}

.number-block .container .flex-row .col .content .counter-block {
  margin-bottom: 2.5rem;
}

.number-block .container .flex-row .col .content .counter-block .count {
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

.number-block .container .flex-row .col .content .counter-block p {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

.number-block .container .flex-row .col .content .image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.number-block .container .flex-row .col.left .image img {
  height: 23.75rem;
}

.number-block .container .flex-row .col.right .image img {
  height: 38.75rem;
}

@media only screen and (min-width: 2000px) {
  .number-block .container .flex-row .col.left .image img {
    height: 27.5rem;
  }

  .number-block .container .flex-row .col.right .image img {
    height: 48.75rem;
  }
}

@media only screen and (max-width: 1200px) {
  .number-block {
    padding-bottom: 50px;
  }

  .number-block .container .flex-row .col .content .counter-block .count {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .number-block .container .flex-row .col.left .image img {
    height: 320px;
  }

  .number-block .container .flex-row .col.right .image img {
    height: 500px;
  }

  .number-block .container .flex-row .col .content .counter-block .count {
    font-size: 30px;
  }

  .number-block .container .flex-row .col .content .counter-block p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .number-block .container .flex-row {
    flex-direction: column;
  }

  .number-block .container .flex-row .col {
    width: 100%;
  }

  .number-block .container .flex-row .col .content .counter-block {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .number-block .container .flex-row .col .content .counter-block .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .number-block .container .flex-row .col .content .counter-block .count {
    font-size: 55px;
  }

  .number-block .container .flex-row .col .content .counter-block p {
    font-size: 20px;
  }

  .number-block .container .flex-row .col.right .image img {
    height: 200px;
  }
}

/* About accordion — same markup/classes as dcc-group.com */
.what-we-do-block {
  padding: 6.25rem 0;
  background: #efefef;
}

.what-we-do-block .top-row {
  padding-bottom: 5rem;
  margin: 0;
}

.what-we-do-block .top-row h4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 52px;
  text-transform: capitalize;
  margin: 0;
}

.what-we-do-block .list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.what-we-do-block .list ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.what-we-do-block .list ul li {
  overflow: visible;
}

.what-we-do-block .list ul li a {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 1.875rem 0;
  width: 100%;
  border-top: 1px solid #dad9da;
  height: 89px;
  transition: 0.6s;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.what-we-do-block .list ul li a:hover {
  background: transparent;
  text-decoration: none;
}

.what-we-do-block .list ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.what-we-do-block .list ul li:last-child a {
  border-bottom: 1px solid transparent;
}

.what-we-do-block .list ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}

.what-we-do-block .list ul li a:hover::after {
  background: #000;
}

.what-we-do-block .list ul li a span {
  transition: 0.6s;
}

.what-we-do-block .list ul li a span svg path {
  stroke: #363e46;
}

.what-we-do-block .list ul li.active a {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.what-we-do-block .list ul li.active a::after {
  background: transparent !important;
}

.what-we-do-block .list ul li .content {
  display: none;
  padding: 2.5rem 4.375rem;
  width: calc(100% + 50px);
  margin: 0 auto;
  background: #363e46;
  position: relative;
  left: -25px;
  transition: margin 0.6s 1s;
}

.what-we-do-block .list ul li.active .content {
  transition: margin 0.6s 1s;
}

.what-we-do-block .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.what-we-do-block .col-5 {
  width: calc(41.6667% - 15px);
}

.what-we-do-block .col-6 {
  width: calc(50% - 15px);
}

.what-we-do-block .col-7 {
  width: calc(58.3333% - 15px);
  padding-right: 50px;
}

.what-we-do-block .list ul li .content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
  color: #fff;
  text-transform: capitalize;
}

.what-we-do-block .list ul li .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin: 0 0 20px;
  max-width: none;
}

.what-we-do-block .list ul li .content img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  padding-right: 40px;
  display: block;
}

.what-we-do-block .close-btn {
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  width: 24px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 26px;
  transition: 0.6s;
  cursor: pointer;
}

.what-we-do-block .close-btn:hover {
  transform: scale(1.2);
}

.full-image {
  padding: 0 0 100px;
  background: #fff;
}

.full-image img {
  width: 100%;
  height: 56.25rem;
  object-fit: cover;
  display: block;
}

/* Tabs — Mission / Vision fade like dcc-group.com */
.tab-block {
  padding-bottom: 6.25rem;
  min-height: 400px;
  background: #fff;
}

.tab-block .tab-layout {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.tab-links {
  width: calc(41.6667% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.tab-links button,
.tabs button {
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 0 2.8125rem;
  opacity: 0.3;
  background: none;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.6s;
}

.tab-links button.is-on,
.tab-links button:hover,
.tabs button.is-on,
.tabs button:hover {
  opacity: 1;
}

.tab-links button.disabled,
.tabs button.disabled {
  pointer-events: none;
}

.tab-content,
.tab-panels {
  position: relative;
  width: calc(58.3333% - 15px);
  transition: height 0.6s;
}

.tab-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-right: 3.75rem;
  transition: 0.6s;
}

.tab-block .wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tab-panel.is-on .wrap {
  opacity: 1;
  transform: translateY(0);
}

.tab-panels p,
.tab-block .wrap p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 1.25rem;
  max-width: none;
}

@media only screen and (min-width: 2000px) {
  .tab-links button,
  .tabs button {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .tab-block .wrap p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .tab-block {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-block {
    min-height: 250px;
  }

  .tab-block .tab-layout {
    flex-direction: column;
  }

  .tab-links {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .tab-links button,
  .tabs button {
    font-size: 32px;
    margin-right: 25px;
    margin-bottom: 20px;
  }

  .tab-content,
  .tab-panels,
  .tab-panel {
    width: 100%;
    padding-right: 0;
  }
}

/* History — same Swiper timeline as dcc-group.com/about-us */
.history-block {
  position: relative;
  background: #efefef;
  padding: 7.5rem 0;
  overflow: hidden;
}

.history-block .line {
  height: 1px;
  background: #dad9da;
  width: 100vw;
  position: absolute;
  top: 22rem;
  left: 0;
  z-index: 0;
}

.history-block .top-row.with-arrow {
  align-items: center;
  margin-bottom: 7.5rem;
  padding-bottom: 0;
}

.history-block .top-row h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

.history-block .arrows-block {
  display: flex;
  align-items: center;
}

.history-block .arrows-block a {
  display: flex;
  transition: 0.6s;
  opacity: 1;
}

.history-block .arrows-block .right-arrow-block {
  margin-left: 1.875rem;
}

.history-block .arrows-block a.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.history-block .arrows-block a:hover {
  opacity: 0.5;
}

.history-block .arrows-block a svg path {
  fill: #000;
}

.history-block .history-slide {
  overflow: visible;
  cursor: grab;
}

.history-block .history-slide.is-grabbing {
  cursor: grabbing;
}

.history-block .swiper-wrapper {
  display: flex;
  will-change: transform;
}

.history-block .swiper-slide {
  width: 1000px;
  flex-shrink: 0;
  margin-right: 150px;
  position: relative;
}

.history-block .swiper-slide .info {
  max-width: 18.75rem;
  margin-top: 12.5rem;
  position: relative;
}

.history-block .swiper-slide .info::before {
  content: "";
  width: 0.0625rem;
  background: #dad9da;
  height: 6.25rem;
  top: -8.0625rem;
  left: 60px;
  position: absolute;
  transition: 0.6s;
}

.history-block .swiper-slide.swiper-slide-active .info::before {
  width: 0.4375rem;
  background: #000;
}

.history-block .swiper-slide .info h2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.875rem;
}

.history-block .swiper-slide .info h3 {
  text-transform: capitalize;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0 0 1.25rem;
  transition: 0.6s 0.2s;
  opacity: 0;
  transform: translateY(15px);
}

.history-block .swiper-slide .info p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin: 0;
  max-width: none;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(15px);
}

.history-block .swiper-slide.swiper-slide-active .info h3,
.history-block .swiper-slide.swiper-slide-active .info p {
  opacity: 1;
  transform: translateY(0);
}

.history-block .swiper-slide.swiper-slide-active .info h3 {
  transition: 0.6s;
}

.history-block .swiper-slide.swiper-slide-active .info p {
  transition: 0.6s 0.2s;
}

.history-block .swiper-slide .image {
  position: relative;
  z-index: 2;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(15px);
  width: 100%;
}

.history-block .swiper-slide.swiper-slide-active .image {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}

.history-block .swiper-slide .image img {
  object-fit: cover;
  max-width: 100%;
  transition: 0.3s;
  max-height: 450px;
  display: block;
}

.history-block .swiper-slide .image.one {
  display: flex;
  justify-content: flex-end;
}

.history-block .swiper-slide .image.two {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.history-block .swiper-slide .image.two .left img {
  max-width: 90%;
  max-height: 420px;
}

.history-block .swiper-slide .image.two .right img {
  max-width: 100%;
  max-height: 280px;
}

@media (max-width: 1200px) {
  .history-block {
    padding: 50px 0;
  }

  .history-block .swiper-slide {
    width: 900px;
  }

  .history-block .swiper-slide .info {
    margin-top: 269px;
  }

  .history-block .swiper-slide .info h2 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .history-block .line {
    top: 262px;
  }

  .history-block .swiper-slide {
    width: 700px;
  }

  .history-block .swiper-slide .info {
    margin-top: 250px;
  }

  .history-block .swiper-slide .info h2 {
    font-size: 50px;
    margin: 0;
  }

  .history-block .swiper-slide .info h3 {
    font-size: 28px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .history-block .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

  .history-block .line {
    top: 252px;
  }

  .history-block .top-row.with-arrow {
    flex-direction: column;
    margin-bottom: 70px;
    align-items: flex-start;
  }

  .history-block .swiper-slide .info {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .history-block .swiper-slide .info::before {
    width: 7px;
    top: -15px;
    left: -15px;
    height: 80px;
  }

  .history-block .swiper-slide .flex-row {
    flex-direction: column;
  }

  .history-block .swiper-slide .col-5,
  .history-block .swiper-slide .col-7 {
    width: 100%;
  }

  .history-block .swiper-slide .image.one {
    display: block;
  }

  .history-block .swiper-slide .image.one img {
    max-height: 340px;
    width: 100%;
  }
}

/* Projects — match dcc-group.com/projects */
.project-page-main-container {
  padding: 6.25rem 0;
  background: #fff;
}

.project-page-main-container .filter-wrap {
  padding-bottom: 3.125rem;
}

.project-page-main-container .filter-wrap .flex-row {
  align-items: flex-start;
}

.project-page-main-container .filter-wrap .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}

.project-page-main-container .filter-wrap .links .category--filter,
.filter-wrap .links label {
  color: #a7a7a7;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #a7a7a7;
  padding: 1rem 1.25rem;
  display: block;
  background: transparent;
  transition: 0.6s;
  margin: 0 1.375rem 1.5625rem 0;
  cursor: pointer;
}

.project-page-main-container .filter-wrap .links .category--filter.active,
.project-page-main-container .filter-wrap .links .category--filter:hover {
  border-color: #000;
  color: #000;
}

.filter-wrap .select-block .flex-row {
  align-items: center;
}

.filter-wrap .select-block p {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0.9375rem 0 0;
}

.filter-wrap .location--filter,
.filter-wrap .loc-filter {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  padding: 0 18px 0 0;
  cursor: pointer;
  min-width: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23000' stroke-width='1.2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.project-list-wrap .project-list-js {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 20px;
}

.project-list-wrap .item-col {
  flex: 0 0 calc(50% - 50px);
  width: calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin: 0;
  box-sizing: border-box;
}

.project-list-wrap .item-col.is-hidden {
  display: none;
}

.project-list-wrap .item {
  display: block;
  padding: 0;
  border: none;
  color: inherit;
  text-decoration: none;
}

.project-list-wrap .item .image {
  overflow: hidden;
}

.project-list-wrap .item .image img {
  width: 100%;
  height: 38.9375rem;
  object-fit: cover;
  display: block;
  transition: 0.6s;
  transform: scale(1);
}

.project-list-wrap .item:hover {
  color: #000;
  text-decoration: none;
}

.project-list-wrap .item:hover .image img {
  transform: scale(1.15);
}

.project-list-wrap .item .info h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 15px 0 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-list-wrap .item .info p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 0 20px;
}

@media only screen and (min-width: 2000px) {
  .project-page-main-container .filter-wrap .links .category--filter {
    font-size: 1.125rem;
    padding: 1.125rem 1.375rem;
  }

  .project-list-wrap .item .image img {
    height: 50rem;
  }
}

@media only screen and (max-width: 1200px) {
  .project-page-main-container {
    padding: 50px 0 80px;
  }

  .project-page-main-container .filter-wrap {
    padding-bottom: 30px;
  }

  .project-page-main-container .filter-wrap .links {
    max-width: 600px;
  }

  .project-page-main-container .filter-wrap .links .category--filter {
    font-size: 15px;
    padding: 13px 15px;
  }

  .project-list-wrap .item .image img {
    height: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .project-page-main-container .filter-wrap .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-page-main-container .filter-wrap .links {
    max-width: 100%;
  }

  .filter-wrap .select-block {
    margin-top: 20px;
  }

  .project-list-wrap .item-col {
    flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .project-list-wrap .item .image img {
    height: 400px;
  }

  .project-list-wrap .item .info h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .project-page-main-container {
    padding: 40px 0 80px;
  }

  .project-page-main-container .filter-wrap .links .category--filter {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 12px 11px;
  }

  .project-list-wrap .item-col {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/* Expertise */
.heading-xl {
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 300;
  line-height: 1.15;
  max-width: 920px;
}

.exp-block {
  padding: 90px var(--page-x);
  border-top: 1px solid #e5e5e5;
}

.exp-top {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}

.exp-top .left {
  flex: 0 0 38%;
}

.exp-block .num {
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 16px;
}

.exp-top h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}

.exp-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  flex: 1;
}

.exp-image {
  margin: 40px 0 0;
}

.exp-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.exp-subs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin-top: 50px;
}

.exp-subs h3 {
  font-size: 22px;
}

/* Contact */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.loc-card h3 {
  font-size: 26px;
  margin-bottom: 24px;
}

.loc-card h4 {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.45;
  margin: 16px 0 6px;
}

.loc-card a {
  text-decoration: underline;
}

/* Careers */
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}

.benefit-grid .num {
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 12px;
}

.openings {
  margin-top: 20px;
  padding: 28px 0;
  border-top: 1px solid #e5e5e5;
  opacity: 0.55;
}

/* Search */
.search-form {
  display: flex;
  max-width: 640px;
  border-bottom: 1px solid #000;
}

.search-form input {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 22px;
  font-weight: 300;
  padding: 12px 0;
  outline: none;
}

.search-form button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.search-results {
  margin-top: 40px;
}

.search-hit {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.search-hit h3 {
  font-size: 22px;
  margin-bottom: 4px;
}

.search-hit p {
  opacity: 0.6;
}

/* Legal */
.legal h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 36px 0 12px;
}

.legal p,
.legal li {
  font-size: 15px;
  line-height: 24px;
  max-width: 820px;
}

.legal ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 16px;
}

/* Project detail */
.project-hero {
  padding: 160px var(--page-x) 40px;
}

.project-hero .type {
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 12px;
}

.project-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 300;
}

.project-stats {
  display: flex;
  gap: 60px;
  padding: 40px var(--page-x);
  background: #f5f5f5;
}

.project-stats h3 {
  font-size: 28px;
  font-weight: 300;
}

.project-stats p {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 6px;
}

.meta-table {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px 24px;
  max-width: 800px;
}

.meta-table dt {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.45;
}

.meta-table dd {
  font-size: 16px;
  font-weight: 500;
}

.next-project {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px var(--page-x);
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
}

/* Inner footer — same as dcc-group.com inner pages (locations hidden) */
body.inner .section-footer,
.inner-footer {
  width: 100%;
  height: auto;
  min-height: 0;
  flex: none;
  background: #efefef;
}

body.inner .footer-wrap {
  height: auto;
  justify-content: flex-start;
  max-width: var(--container-w);
  width: 100%;
  margin: 0 auto;
  padding: 6.25rem var(--container-pad) 3.125rem;
}

.inner-footer .footer-brand {
  margin-bottom: 0;
}

.inner-footer .footer-brand .logo {
  padding-bottom: 0;
}

.inner-footer .locations {
  display: none;
}

.inner-footer .footer-nav {
  padding: 3.125rem 0;
  margin: 0 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-footer .footer-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
}

.inner-footer .footer-nav a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-transform: uppercase;
  transition: 0.6s;
}

.inner-footer .footer-nav a:hover {
  opacity: 0.6;
}

.inner-footer .footer-bottom {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.inner-footer .footer-bottom > p {
  flex: 0 0 auto;
  width: auto;
  margin: 15px 0;
  text-align: left;
}

.inner-footer .footer-legal {
  flex: 0 0 auto;
  margin-left: auto;
}

.inner-footer .footer-bottom p,
.inner-footer .footer-legal a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-align: left;
}

.inner-footer .footer-legal ul {
  display: flex;
  gap: 0;
}

.inner-footer .footer-legal li {
  padding-left: 30px;
  position: relative;
}

.inner-footer .footer-legal li::before {
  content: "";
  height: 11px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 15px;
  top: 7px;
}

.inner-footer .footer-legal li:first-child::before {
  background: transparent;
}

@media (max-width: 767px) {
  .inner-footer .footer-nav ul {
    flex-wrap: wrap;
  }

  .inner-footer .footer-nav ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .inner-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .inner-footer .footer-legal li:first-child {
    padding-left: 0;
  }
}

@media (min-width: 2000px) {
  .page-hero img,
  .full-image img {
    height: 62.5rem;
  }
}

@media (max-width: 1200px) {
  .page-hero {
    padding-bottom: 30px;
  }

  .page-hero img,
  .full-image img {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .page-hero img,
  .full-image img {
    height: 260px;
  }
}

@media (max-width: 1100px) {
  .split,
  .page-description .flex-row,
  .page-description .col-5,
  .page-description .col-6,
  .page-description .col-7,
  .exp-subs,
  .exp-top,
  .exp-lead,
  .loc-grid,
  .benefit-grid,
  .project-stats,
  .tab-block .tab-layout {
    grid-template-columns: 1fr;
    display: grid;
    gap: 28px;
  }

  .tab-links,
  .tab-panels,
  .tab-content {
    width: 100%;
  }

  .what-we-do-block .top-row h4,
  .tab-links button,
  .tabs button {
    font-size: 28px;
    line-height: 1.2;
  }

  .what-we-do-block .list ul li a {
    font-size: 20px;
    height: auto;
  }

  .what-we-do-block .list ul li .content {
    left: 0;
    width: 100%;
    padding: 30px 40px;
  }

  .what-we-do-block .flex-row,
  .what-we-do-block .col-5,
  .what-we-do-block .col-6,
  .what-we-do-block .col-7 {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .what-we-do-block .list ul li .content img {
    padding-right: 0;
    margin-bottom: 20px;
    height: 180px;
  }

  .split {
    display: block;
  }
}

/* ========== INNER FOOTER HOME-NEW v1.3.0 ========== */
body.inner .section-footer-cta {
  width: 100%;
  height: auto;
  min-height: 420px;
}
body.inner .footer-cta-inner {
  justify-content: center;
  padding: 5rem var(--page-x);
  max-width: calc(var(--container-w) + 2 * var(--container-pad));
  margin: 0 auto;
}
body.inner .section-footer,
.inner-footer {
  background: #fff;
}
.inner-footer .footer-brand .logo {
  padding-bottom: 3rem;
}
.inner-footer .locations {
  display: none !important;
}
.inner-footer .footer-contact {
  margin-bottom: 3rem;
}
.inner-footer .footer-nav {
  padding: 0 0 3.125rem;
  margin: 0 0 3.125rem;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .inner-footer .footer-contact {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}


/* ========== PROJECT META LIST v1.3.6 ========== */
.project-list-wrap .item .info h3 {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.project-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.project-meta-list li {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
.project-meta-list li span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 2px;
}
.page-title .page-intro {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
