/* Studio P — Project styles */

/* Hero highlight background */
div.et_pb_section.et_pb_section_0 {
  background-position: center center;
  background-image: url(../../../uploads/0095-studiop/IMG_1618.webp) !important;
}

/* Section padding */
.et_pb_section_1.et_pb_section {
  padding-top: 100px;
  padding-bottom: 0px;
}

/* Content rows — width 85%, centred */
.et_pb_row_1,
body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,
.et_pb_row_3,
body #page-container .et-db #et-boc .et-l .et_pb_row_3.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3.et_pb_row,
.et_pb_row_4,
body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row,
.et_pb_row_6,
body #page-container .et-db #et-boc .et-l .et_pb_row_6.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_6.et_pb_row {
  width: 85%;
}

/* Row padding */
.et_pb_row_1.et_pb_row {
  padding-bottom: 49px !important;
  padding-bottom: 49px;
}
.et_pb_row_3.et_pb_row {
  padding-top: 70px !important;
  padding-bottom: 47px !important;
  padding-top: 70px;
  padding-bottom: 47px;
}
.et_pb_row_4.et_pb_row {
  padding-top: 70px !important;
  padding-bottom: 47px !important;
  padding-top: 70px;
  padding-bottom: 47px;
}
.et_pb_row_6.et_pb_row {
  padding-bottom: 48px !important;
  padding-bottom: 48px;
}

/* Gallery rows */
.et_pb_row_2.et_pb_row,
.et_pb_row_5.et_pb_row {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
  padding-top: 2px;
  padding-bottom: 0px;
}

/* Section paddings */
.et_pb_section_2.et_pb_section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.et_pb_section_4.et_pb_section,
.et_pb_section_5.et_pb_section {
  padding-top: 35px;
  padding-bottom: 0px;
}

/* All images: left-aligned, no auto margin */
.et_pb_image_0,
.et_pb_image_1,
.et_pb_image_2,
.et_pb_image_3,
.et_pb_image_4,
.et_pb_image_5,
.et_pb_image_6,
.et_pb_image_7,
.et_pb_image_8 {
  text-align: left;
  margin-left: 0;
}

/* Side column images (1/4 col) — landscape, natural ratio */
.et_pb_image_0 .et_pb_image_wrap img,
.et_pb_image_4 .et_pb_image_wrap img,
.et_pb_image_5 .et_pb_image_wrap img {
  width: 120% !important;
  height: auto !important;
  aspect-ratio: unset !important;
}

/* Gallery images (1/3 col) — portrait crop to match other project galleries */
.et_pb_image_1 .et_pb_image_wrap img,
.et_pb_image_2 .et_pb_image_wrap img,
.et_pb_image_3 .et_pb_image_wrap img,
.et_pb_image_6 .et_pb_image_wrap img,
.et_pb_image_7 .et_pb_image_wrap img,
.et_pb_image_8 .et_pb_image_wrap img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1091 / 1050 !important;
  object-fit: cover !important;
  object-position: center center;
}

/* Mid-page highlight divider */
div.et_pb_section.et_pb_section_3 {
  background-position: center bottom 0px;
  background-image: url(../../../uploads/0095-studiop/IMG_1639.webp) !important;
}

/* Closing highlight divider */
div.et_pb_section.et_pb_section_6 {
  background-position: center bottom 0px;
  background-image: url(../../../uploads/0095-studiop/IMG_1648.webp) !important;
}

/* Highlight sections: full-width centred */
.et_pb_section_3,
.et_pb_section_6 {
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Responsive */
@media only screen and (max-width: 980px) {
  .et_pb_section_1.et_pb_section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .et_pb_image_0 .et_pb_image_wrap img,
  .et_pb_image_4 .et_pb_image_wrap img,
  .et_pb_image_5 .et_pb_image_wrap img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_section_1.et_pb_section {
    padding-top: 70px;
  }
  .et_pb_image_0 .et_pb_image_wrap img,
  .et_pb_image_4 .et_pb_image_wrap img,
  .et_pb_image_5 .et_pb_image_wrap img {
    width: auto;
  }
}
