header.wp-block-template-part {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 21.52vw;
  width: 100%;
  position: absolute;
  z-index: 100;
}
header.wp-block-template-part .wp-block-site-logo .custom-logo-link {
  display: block;
  position: relative;
}
@media (max-width: 781px) {
  header.wp-block-template-part .wp-block-site-logo .custom-logo-link {
    height: auto !important;
    width: 40vw !important;
  }
}
@media (min-width: 782px) {
  header.wp-block-template-part .wp-block-site-logo .custom-logo-link {
    height: auto !important;
    width: 27.15vw !important;
  }
}
header.wp-block-template-part .wp-block-site-logo .custom-logo-link svg {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 782px) {
  header.wp-block-template-part .wp-block-site-logo .custom-logo-link::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    background-image: url("https://www.bowenbasincircular.com.au/wp-content/uploads/2025/07/Bowen-Basin-Circularity-logo-2.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  header.wp-block-template-part .wp-block-site-logo .custom-logo-link:hover::before {
    opacity: 1;
  }
  header.wp-block-template-part .wp-block-site-logo .custom-logo-link:hover svg {
    opacity: 0;
  }
}
header.wp-block-template-part .wp-block-navigation a {
  text-transform: lowercase;
}
header.wp-block-template-part .wp-block-navigation a:hover {
  background: var(--wp--preset--gradient--header-hover-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer.wp-block-template-part .custom-logo-link {
  height: 3.47vw;
  width: 14.58vw;
}
@media (max-width: 781px) {
  footer.wp-block-template-part .custom-logo-link {
    height: 7.31vw;
    width: 30vw;
  }
}
footer.wp-block-template-part .custom-logo-link svg {
  height: 100% !important;
  width: 100% !important;
}
footer.wp-block-template-part p.site-acknowledgement {
  padding: 0 6.94vw;
}
@media (max-width: 781px) {
  footer.wp-block-template-part p.site-acknowledgement {
    padding: var(--wp--preset--spacing--sm);
  }
}
@media (max-width: 781px) {
  footer.wp-block-template-part .site-row-footer-details {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  footer.wp-block-template-part .site-row-footer-details > * {
    padding: var(--wp--preset--spacing--sm) !important;
    border-left-style: none;
    border-right-style: none;
  }
  footer.wp-block-template-part .site-row-footer-details > *:not(:last-child) {
    border-bottom: 1px solid var(--wp--preset--color--white);
  }
}

#footer-cover .wp-block-cover__image-background {
  transition: opacity 0.5s;
}
#footer-cover:hover .wp-block-cover__image-background {
  opacity: 0;
}

header.wp-block-template-part + .wp-block-group {
  padding-top: 0;
}

.entry-content > .wp-block-group > * {
  margin-top: 0;
}

.home-grid-intro {
  grid-template-columns: 1fr 41.32%;
}
@media (max-width: 781px) {
  .home-grid-intro {
    grid-template-columns: 100%;
  }
  .home-grid-intro > .wp-block-group {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .home-grid-intro > .wp-block-group:last-child {
    border-bottom: 1px solid var(--wp--preset--color--white) !important;
  }
}

.entry-content > .wp-block-group > .wp-block-cover > .wp-block-cover__inner-container .wp-block-cover:has(.home-grid-intro) {
  padding-top: 21.5vw !important;
}

@media (max-width: 781px) {
  .home-row-stats {
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-row-stats .wp-block-cover {
    height: auto;
    width: 100%;
    min-height: 0 !important;
    padding-bottom: 105%;
  }
  .home-row-stats > .wp-block-group {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .home-row-stats > .wp-block-group {
    width: calc(41.32% + 1px);
  }
}

@media (max-width: 781px) {
  .home-grid-value {
    grid-template-columns: 100%;
  }
}

@media (max-width: 781px) {
  .home-row-heading-para {
    flex-direction: column;
  }
  .home-row-heading-para .wp-block-heading {
    border-right: none;
  }
}

@media (max-width: 781px) {
  .flow-diagram {
    padding-bottom: 257%;
    background-image: url("https://www.bowenbasincircular.com.au/wp-content/uploads/2025/06/mobile_infographic_2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .flow-diagram img {
    display: none;
  }
}

body.single-post header.wp-block-template-part + .wp-block-group {
  background-size: 100% auto !important;
  background-position: top center;
  background-repeat: no-repeat;
}
body.single-post .entry-content > .wp-block-group {
  grid-template-columns: 58.61% 1fr;
}
@media (max-width: 781px) {
  body.single-post .entry-content > .wp-block-group {
    grid-template-columns: 100%;
  }
  body.single-post .entry-content > .wp-block-group > .wp-block-group:last-child {
    border-left: none !important;
    border-top: 1px solid var(--wp--preset--color--white);
  }
}

.noisy-gradient {
  background-size: 100px auto, auto !important;
}

.wp-block-button.is-style-outline {
  line-height: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: white;
  color: black !important;
  mix-blend-mode: screen;
}
.wp-block-button.download-link .wp-block-button__link {
  display: flex;
  gap: 0.5em;
}
.wp-block-button.download-link .wp-block-button__link::before {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M10.5 0.5V10.086L14 6.586L15.414 8L9.5 13.914L3.586 8L5 6.586L8.5 10.086V0.5H10.5ZM2 11.5V16.5H17V11.5H19V18.5H0V11.5H2Z' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M10.5 0.5V10.086L14 6.586L15.414 8L9.5 13.914L3.586 8L5 6.586L8.5 10.086V0.5H10.5ZM2 11.5V16.5H17V11.5H19V18.5H0V11.5H2Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
}

.wp-block-group.is-style-has-borders-within.is-vertical {
  border: 1px solid var(--wp--preset--color--white);
  border-style: none none none solid;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-has-borders-within.is-vertical {
    border-style: none;
  }
}
.wp-block-group.is-style-has-borders-within.is-vertical > *:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--white);
}

.wp-block-image picture,
.wp-block-image img {
  border-radius: inherit;
}
.wp-block-image.full-width-img, .wp-block-image.full-width-img img {
  height: auto !important;
  width: 100% !important;
}

@media (min-width: 782px) {
  #graphic-input-waste,
  #graphic-circularity {
    position: relative;
  }
  #graphic-input-waste::before,
  #graphic-circularity::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  #graphic-input-waste img,
  #graphic-circularity img {
    opacity: 1;
    transition: opacity 0.5s;
  }
  #graphic-input-waste:hover::before,
  #graphic-circularity:hover::before {
    opacity: 1;
  }
  #graphic-input-waste:hover img,
  #graphic-circularity:hover img {
    opacity: 0;
  }
}

#graphic-input-waste::before {
  background-image: url("https://www.bowenbasincircular.com.au/wp-content/uploads/2025/07/Property-1Variant2-1.svg");
}

#graphic-circularity::before {
  background-image: url("https://www.bowenbasincircular.com.au/wp-content/uploads/2025/07/Property-1Variant2-2.svg");
}

@media (max-width: 781px) {
  .wp-block-query .wp-block-post-template {
    gap: var(--wp--preset--spacing--md);
  }
}
@media (min-width: 782px) {
  .wp-block-query .wp-block-post-template {
    grid-template-rows: min-content 1fr min-content;
  }
  .wp-block-query .wp-block-post-template > .wp-block-post {
    grid-row: 1/span 3;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
  }
  .wp-block-query .wp-block-post-template > .wp-block-post > .wp-block-group {
    grid-row: 1/span 3;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
  }
}
.wp-block-query .wp-block-post {
  gap: 0;
}
.wp-block-query .wp-block-post-featured-image {
  aspect-ratio: 1.4;
  margin-bottom: 0;
}
.wp-block-query .wp-block-post-featured-image img {
  aspect-ratio: inherit !important;
  height: 100% !important;
  width: 100% !important;
  background-color: black;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-query .wp-block-post h4 {
  padding-left: 6.5vw !important;
  position: relative;
}
.wp-block-query .wp-block-post h4::before {
  bottom: auto;
  left: 3.25vw;
  right: auto;
  top: var(--wp--preset--spacing--xs);
  position: absolute;
  transform: translateX(-50%);
  font-size: max(3.33vw, 24px);
}
.wp-block-query .wp-block-post:nth-child(1) h4::before {
  content: "1";
}
.wp-block-query .wp-block-post:nth-child(2) h4::before {
  content: "2";
}
.wp-block-query .wp-block-post:nth-child(3) h4::before {
  content: "3";
}
.wp-block-query .wp-block-post .wp-block-read-more:hover {
  background-color: white;
  color: black !important;
  mix-blend-mode: screen;
}

.wp-block-statistic__inner-container {
  display: flex;
  flex-direction: row;
  padding: 2.63vw 2.63vw 2.63vw 8.06vw;
  position: relative;
  gap: 1.11vw;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 781px) {
  .wp-block-statistic__inner-container {
    padding: 2.63vw 2.63vw 2.63vw 21.5vw;
    gap: 1.11vw;
  }
}
.wp-block-statistic__icon {
  bottom: auto;
  left: 1.94vw;
  right: auto;
  top: 1.67vw;
  height: 2.77vw;
  width: 2.99vw;
  position: absolute;
}
@media (max-width: 781px) {
  .wp-block-statistic__icon {
    bottom: auto;
    left: 8.96vw;
    right: auto;
    top: 4.48vw;
    height: 5.97vw;
    width: 6.42vw;
  }
}
.wp-block-statistic__icon img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
.wp-block-statistic__number {
  margin: 0;
  font-size: 6.94vw;
  font-weight: 300;
}
@media (max-width: 781px) {
  .wp-block-statistic__number {
    font-size: 14.94vw;
  }
}
.wp-block-statistic__description {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1.25vw;
  font-weight: 400;
  gap: 0;
  line-height: 1;
}
@media (max-width: 781px) {
  .wp-block-statistic__description {
    font-size: 2.69vw;
  }
}
.wp-block-statistic__description big {
  font-size: 3.33vw;
}
@media (max-width: 781px) {
  .wp-block-statistic__description big {
    font-size: 7.16vw;
  }
}
