@font-face {
  font-family: "Libre Caslon Text";
  src: url("fonts/LibreCaslonText[wght].woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("fonts/LibreCaslonText-Italic[wght].woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
body {
  color: var(--wp--preset--color--text-dark);
}

h1,
h2 {
  font-family: "Libre Caslon Text";
}

h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.paragraph-without-indent {
  text-indent: 0 !important;
}

.single-project .project-content p,
.custom_content p {
  text-indent: 2em;
}

/* Checkmarks as dots in list */
.our-story ul,
.why-us ul {
  list-style: none;
  padding-left: 0;
}
.our-story ul li,
.why-us ul li {
  position: relative;
  padding-left: 1.5rem;
}
.our-story ul li::before,
.why-us ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/icons/checkmark-circle-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-list {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  flex-wrap: wrap;
}

a {
  text-decoration: none;
}

/* nav */
.site-header .main-nav .menu a,
.site-header .mobile-menu a,
.offcanvas .main-nav .menu a,
.offcanvas .mobile-menu a {
  position: relative;
  transition: color 0.2s ease;
}
.site-header .main-nav .menu a:hover,
.site-header .mobile-menu a:hover,
.offcanvas .main-nav .menu a:hover,
.offcanvas .mobile-menu a:hover {
  color: var(--wp--preset--color--gold);
}
.site-header .main-nav .menu a::after,
.site-header .mobile-menu a::after,
.offcanvas .main-nav .menu a::after,
.offcanvas .mobile-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--gold);
  transition: width 0.2s ease;
}
.site-header .main-nav .menu a:hover::after,
.site-header .main-nav .menu .current-menu-item a::after,
.site-header .mobile-menu a:hover::after,
.site-header .mobile-menu .current-menu-item a::after,
.offcanvas .main-nav .menu a:hover::after,
.offcanvas .main-nav .menu .current-menu-item a::after,
.offcanvas .mobile-menu a:hover::after,
.offcanvas .mobile-menu .current-menu-item a::after {
  width: 100%;
}

.site-header {
  padding: 1rem;
  background-color: var(--wp--preset--color--bg-light-light);
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-header .site-logo svg {
  display: block;
  max-height: 60px;
  width: auto;
  color: var(--wp--preset--color--gold);
}
.site-header .main-nav .menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-nav .menu a {
  color: var(--wp--preset--color--text-dark);
  text-decoration: none;
}
.site-header .main-nav .menu .current-menu-item a {
  color: var(--wp--preset--color--gold);
  position: relative;
}
.site-header .main-nav .menu .current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--gold);
}
.site-header .quote {
  background-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--text-dark);
  white-space: nowrap;
}
.site-header .navbar-toggler {
  border: 0;
}

/* Mobile offcanvas */
.offcanvas .mobile-logo img {
  max-height: 50px;
}
.offcanvas .mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas .mobile-menu li {
  margin-bottom: 1rem;
}
.offcanvas .mobile-menu a {
  color: var(--wp--preset--color--text-dark);
  font-size: 1.3rem;
}
.offcanvas .mobile-menu .current-menu-item a {
  color: var(--wp--preset--color--gold);
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.site-footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .wrapper nav {
  margin-bottom: 2rem;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.offcanvas {
  background-color: white;
}
.offcanvas.offcanvas-top {
  height: unset !important;
}
.offcanvas .nav a {
  font-size: 1.5rem;
  padding: 0.5rem 0;
  text-decoration: none;
  color: black;
}
.offcanvas .nav a:hover {
  color: #007bff;
}

.navbar-toggler {
  border: 0;
  background: transparent;
  padding: 0.25rem 0.5rem;
  color: var(--wp--preset--color--text-dark);
}

.navbar-toggler-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: none;
}

.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

/* Utilities */
.wp-block-button:not(.quote) {
  background-color: transparent;
  border: var(--wp--preset--color--gold) 2px solid;
}

.wp-element-button,
.pagination .page-numbers {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 600;
}

.wp-block-button,
.quote,
.pagination .page-numbers {
  transition: filter 0.2s ease, transform 0.2s ease;
}
.wp-block-button:hover,
.quote:hover,
.pagination .page-numbers:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.section-inner {
  width: min(1400px, 100% - 6rem);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .section-inner {
    width: calc(100% - 3rem);
  }
}

.bold {
  font-weight: 600;
}

.gold {
  color: var(--wp--preset--color--gold) !important;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.gold-no-bold {
  color: var(--wp--preset--color--gold) !important;
}

.wp-block-separator {
  border-color: var(--wp--preset--color--gold) !important;
  max-width: 4rem;
  min-width: 4rem;
  margin-left: unset !important;
  opacity: 1;
}

/* Hero */
.wp-block-cover__inner-container {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: max(3rem, min((100vw - 1400px) / 2, 8rem));
  max-width: 50vw;
}
@media (max-width: 1000px) {
  .wp-block-cover__inner-container {
    max-width: unset;
  }
}

.hero .wp-block-cover {
  color: var(--wp--preset--color--text-light);
}

.hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 50%) !important;
  opacity: 1 !important;
}
@media (max-width: 1000px) {
  .hero .wp-block-cover__background {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 90%) !important;
  }
}

/* Quote button */
.quote {
  background-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--text-dark);
}

/* About section */
.about-panel {
  background-color: var(--wp--preset--color--bg-light-light);
}
.about-panel .wp-block-column:first-child {
  padding-top: 3rem;
  padding-bottom: 1rem;
  flex-basis: 45% !important;
  max-width: 45%;
  padding-right: clamp(2rem, 20vw - 12rem, 20rem);
}
.about-panel .wp-block-column:last-child {
  flex-basis: 55% !important;
  max-width: 55%;
}
.about-panel .wp-block-cover {
  min-height: 100%;
}

/* Features section */
.features,
.working,
.working2 {
  background-color: var(--wp--preset--color--bg-light-dark);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.features .wp-block-paragraph:not(:first-child),
.working .wp-block-paragraph:not(:first-child),
.working2 .wp-block-paragraph:not(:first-child) {
  margin-block-start: 0.5rem;
}
.features a,
.working a,
.working2 a {
  color: var(--wp--preset--color--text-dark);
  transition: color 0.2s ease;
}
.features a:hover,
.working a:hover,
.working2 a:hover {
  color: var(--wp--preset--color--gold) !important;
}
.features .section-inner > .wp-block-columns,
.working .section-inner > .wp-block-columns,
.working2 .section-inner > .wp-block-columns {
  gap: 3rem;
}
.features .section-inner > .wp-block-columns > .wp-block-column,
.working .section-inner > .wp-block-columns > .wp-block-column,
.working2 .section-inner > .wp-block-columns > .wp-block-column {
  position: relative;
}
.features .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns,
.working .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns,
.working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns {
  gap: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.features .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:first-child,
.working .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:first-child,
.working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: row;
}
.features .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:last-child,
.working .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:last-child,
.working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
  flex: 1;
}
@media (min-width: 1201px) {
  .features .section-inner > .wp-block-columns > .wp-block-column:not(:first-child)::before,
  .working .section-inner > .wp-block-columns > .wp-block-column:not(:first-child)::before,
  .working2 .section-inner > .wp-block-columns > .wp-block-column:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(196, 196, 196);
  }
}
.features .wp-block-image img,
.working .wp-block-image img,
.working2 .wp-block-image img {
  height: 4rem;
  width: auto;
  padding-top: 5px;
}

/* Recent projects section */
.recent-projects {
  background-color: var(--wp--preset--color--bg-light);
}
.recent-projects > .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* How we work section */
.how-we-work {
  background-color: var(--wp--preset--color--bg-light-dark);
}
.how-we-work .wp-block-paragraph:not(:first-child) {
  margin-block-start: 0.5rem;
}
.how-we-work .section-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.how-we-work .section-inner > p {
  text-align: center;
}
.how-we-work .section-inner .wp-block-image {
  display: flex;
  justify-content: center;
}
.how-we-work .section-inner .wp-block-image img {
  height: 4rem;
  width: auto;
}
.how-we-work .section-inner > .wp-block-columns {
  gap: 3rem;
}
.how-we-work .section-inner > .wp-block-columns > .wp-block-column {
  position: relative;
}
@media (min-width: 1201px) {
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: rgb(196, 196, 196);
  }
}
.how-we-work .section-inner > .wp-block-columns .wp-block-column > .wp-block-columns {
  gap: 0px;
}
.how-we-work .section-inner > .wp-block-columns .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
  padding-top: 2rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "Libre Caslon Text";
  color: var(--wp--preset--color--gold);
}

/* Recent projects section */
.recent-projects {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.recent-projects .project h2 {
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-weight: 500;
  color: var(--wp--preset--color--text-light);
}
.recent-projects .wp-block-query {
  width: 100%;
}
.recent-projects .wp-block-post {
  position: relative;
  overflow: hidden;
}
.recent-projects .wp-block-post-featured-image {
  margin: 0;
}
.recent-projects .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recent-projects .wp-block-post-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.55);
  color: white;
}
.recent-projects .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}
.recent-projects .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Our story */
.our-story {
  background-color: var(--wp--preset--color--bg-light);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.our-story h2,
.our-story p {
  margin-block-start: 0.5rem;
}
.our-story figure {
  height: 100%;
}
.our-story figure img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Why us */
.why-us {
  background-color: var(--wp--preset--color--bg-light);
}
.why-us .wp-block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
.why-us .wp-block-columns > .wp-block-column:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child {
  display: flex;
  gap: 0.5rem;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover {
  margin-block-start: 0;
  min-height: unset;
  align-items: flex-end;
  flex: 1 1 0;
  min-width: 0;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover__inner-container {
  padding: clamp(0.1rem, 1vw, 1rem);
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover__inner-container p {
  color: var(--wp--preset--color--text-light);
  margin-block-start: 0;
  text-align: left;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover__inner-container p:first-child {
  font-family: "Libre Caslon Text";
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover__inner-container p:last-child {
  height: 2lh;
}
.why-us .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover__background {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 50%) !important;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .why-us {
    padding-bottom: 1rem;
  }
  .why-us > .section-inner > .wp-block-columns {
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (min-width: 100px) {
  .why-us > .section-inner > .wp-block-columns > .wp-block-column:first-child {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .why-us > .section-inner > .wp-block-columns > .wp-block-column:last-child {
    justify-content: center;
  }
  .why-us > .section-inner > .wp-block-columns > .wp-block-column:last-child .wp-block-cover {
    min-height: 20rem;
  }
}
@media (max-width: 750px) {
  .why-us > .section-inner > .wp-block-columns > .wp-block-column:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
  }
}

/* Footer */
/* Work together */
.work-together {
  background-color: var(--wp--preset--color--bg-dark);
  color: var(--wp--preset--color--text-light);
  border-bottom: gray 1px solid;
}
.work-together > .section-inner .quote {
  margin-left: auto;
}
.work-together > .section-inner .wp-block-paragraph {
  margin-block-start: 0;
}
.work-together > .section-inner {
  /* right column */
}
.work-together > .section-inner .wp-block-column:last-child .wp-block-image {
  height: 8rem;
}
.work-together > .section-inner .wp-block-column:last-child img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-together > .section-inner .wp-block-column:last-child > .wp-block-columns {
  align-items: center;
  justify-content: flex-end;
}
.work-together > .section-inner .wp-block-column:last-child {
  /* button column */
}
.work-together > .section-inner .wp-block-column:last-child .wp-block-column:first-child {
  flex: 0 0 auto;
}
.work-together > .section-inner .wp-block-column:last-child {
  /* image column */
}
.work-together > .section-inner .wp-block-column:last-child .wp-block-column:last-child {
  flex: 0 0 auto;
}

/* Footer2 */
.footer {
  padding-top: 1rem;
}
.footer a {
  transition: color 0.2s ease;
}
.footer a:hover {
  color: var(--wp--preset--color--gold) !important;
}

.footer,
footer {
  background-color: var(--wp--preset--color--bg-dark);
  color: var(--wp--preset--color--text-light);
  padding-bottom: 1rem;
}
.footer .footer-logo img,
footer .footer-logo img {
  width: 12rem;
}
.footer .wp-block-navigation,
footer .wp-block-navigation {
  gap: 0;
}
.footer .contact .wp-block-image.alignleft,
footer .contact .wp-block-image.alignleft {
  float: left;
  margin: 0 0.75rem 0 0;
}
.footer .contact .wp-block-image.alignleft img,
footer .contact .wp-block-image.alignleft img {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .contact a,
footer .contact a {
  color: var(--wp--preset--color--text-light);
}
.footer .contact p,
footer .contact p {
  margin-block-start: 0;
  margin-block-end: 1rem;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
}

.copy-rights {
  text-align: center;
  margin: 0;
  font-size: small;
}

/* -------------------------------------------------------
---------------------------Telefony-----------------------
---------------------------------------------------------*/
/* Features */
@media (max-width: 1200px) {
  .features .section-inner > .wp-block-columns,
  .working .section-inner > .wp-block-columns,
  .working2 .section-inner > .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 1rem;
  }
  .features .section-inner > .wp-block-columns > .wp-block-column,
  .working .section-inner > .wp-block-columns > .wp-block-column,
  .working2 .section-inner > .wp-block-columns > .wp-block-column {
    flex: 0 0 calc(50% - 0.5rem) !important;
    flex-basis: calc(50% - 0.5rem) !important;
    flex-grow: 0 !important;
    width: calc(50% - 0.5rem);
    box-sizing: border-box;
  }
  .features .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column,
  .working .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column,
  .working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .features .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column p,
  .working .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column p,
  .working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column p {
    text-align: center;
  }
  .features .section-inner > .wp-block-columns > .wp-block-column:nth-child(2)::before, .features .section-inner > .wp-block-columns > .wp-block-column:nth-child(4)::before,
  .working .section-inner > .wp-block-columns > .wp-block-column:nth-child(2)::before,
  .working .section-inner > .wp-block-columns > .wp-block-column:nth-child(4)::before,
  .working2 .section-inner > .wp-block-columns > .wp-block-column:nth-child(2)::before,
  .working2 .section-inner > .wp-block-columns > .wp-block-column:nth-child(4)::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(196, 196, 196);
  }
}
/* About panel */
@media (max-width: 1000px) {
  .about-panel .wp-block-column:first-child {
    max-width: 100%;
  }
  .about-panel .wp-block-column:last-child {
    display: none;
  }
}
/* Recent projects */
@media (max-width: 770px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
/* How we work */
@media (max-width: 1200px) {
  .how-we-work .section-inner > .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 1rem;
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column {
    flex: 0 0 calc(50% - 0.5rem) !important;
    flex-basis: calc(50% - 0.5rem) !important;
    flex-grow: 0 !important;
    width: calc(50% - 0.5rem);
    box-sizing: border-box;
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column:nth-child(2)::before, .how-we-work .section-inner > .wp-block-columns > .wp-block-column:nth-child(4)::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    width: 1px;
    top: 0px;
    bottom: 0px;
    background: rgb(196, 196, 196);
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns {
    justify-content: center;
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column p {
    text-align: center;
  }
  .how-we-work .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: auto !important;
  }
}
/* Work together */
@media (max-width: 1200px) {
  .work-together {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .work-together > .section-inner .wp-block-column:last-child .wp-block-column:last-child {
    display: none;
  }
  .work-together > .section-inner .wp-block-column:last-child .wp-block-columns {
    height: 100%;
  }
}
/* -----------------------------------------------------------------
-------------------------------BLUR------------------------------
-----------------------------------------------------------------*/
.how-we-work {
  position: relative;
}
.how-we-work::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  background: linear-gradient(to bottom, var(--wp--preset--color--bg-light-dark), var(--wp--preset--color--bg-light));
  pointer-events: none;
}
.how-we-work::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 3px;
  background: linear-gradient(to top, var(--wp--preset--color--bg-light-dark), var(--wp--preset--color--bg-light));
  pointer-events: none;
}

.about-panel {
  position: relative;
}
.about-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  background: linear-gradient(to bottom, var(--wp--preset--color--bg-light-light), var(--wp--preset--color--bg-light));
  pointer-events: none;
}
.about-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 3px;
  background: linear-gradient(to top, var(--wp--preset--color--bg-light-light), var(--wp--preset--color--bg-light));
  pointer-events: none;
}

/*  -----------------------------------------------------
------------------ Single project -----------------------
---------------------------------------------------------*/
.single-project .project-content {
  background-color: var(--wp--preset--color--bg-light);
  color: var(--wp--preset--color--text-dark);
  padding-top: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}
.single-project .project-description {
  max-width: 900px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 4rem;
}
.single-project .project-description p {
  margin-bottom: 1.5rem;
}
.single-project .project-gallery {
  background-color: var(--wp--preset--color--bg-light-dark);
  color: var(--wp--preset--color--text-dark);
}
.single-project .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.single-project .gallery figure {
  margin: 0;
  overflow: hidden;
}
.single-project .gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.single-project .gallery figure:hover img {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .single-project .gallery {
    grid-template-columns: 1fr;
  }
}

.single-project .project-hero {
  position: relative;
  height: clamp(25rem, 60vh, 45rem);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.single-project .project-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project .project-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 50%) !important;
  opacity: 1 !important;
}
@media (max-width: 1000px) {
  .single-project .project-hero-overlay {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 90%) !important;
  }
}
.single-project .project-hero-content {
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--text-light);
}
.single-project .project-hero-content h1 {
  max-width: 800px;
  margin: 0;
}
.single-project .project-content .colums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.single-project .project-content .column {
  min-width: 0;
}
.single-project .project-content .column:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 50px;
  border: 1px solid var(--wp--preset--color--gold);
}
.single-project .project-content .column:last-child img {
  display: block;
  width: min(100%, 420px);
  height: auto;
}
@media (max-width: 767px) {
  .single-project .project-content {
    padding: 70px 0;
  }
  .single-project .project-content .colums {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .single-project .project-content .column:last-child {
    min-height: 220px;
    padding: 30px;
  }
  .single-project .project-content .column:last-child img {
    width: min(100%, 350px);
  }
}
.single-project .project-gallery {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.lightbox.active {
  opacity: 1;
  visibility: visible;
}
.lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: 0;
  color: white;
  font-size: 3rem;
  cursor: pointer;
}

.gallery-item {
  cursor: zoom-in;
}
.gallery-item img {
  display: block;
  width: 100%;
}

.loading .loader {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.loading.loading .lightbox-image-large {
  opacity: 0;
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.projects-grid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--bg-light);
  color: var(--wp--preset--color--text-dark);
}
.projects-grid .project-card .title {
  font-size: 1.5rem;
  font-weight: 500;
  min-height: 2lh;
}
.projects-grid a {
  color: var(--wp--preset--color--text-dark);
}
.projects-grid .section-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1200px) {
  .projects-grid .section-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .projects-grid .section-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.projects-grid .project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06), 0 10px 25px rgba(0, 0, 0, 0.08);
}
.projects-grid .project-thumb-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.projects-grid .project-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.projects-grid .project-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.projects-grid .project-content .wp-block-buttons {
  margin-top: auto;
}

.pagination {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--bg-light-dark);
  width: 100%;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  background-color: transparent;
  border: var(--wp--preset--color--gold) 2px solid;
  color: var(--wp--preset--color--text-dark);
  text-decoration: none;
  font-weight: 600;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.pagination .page-numbers:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.pagination .page-numbers.current {
  background-color: var(--wp--preset--color--gold);
  color: #fff;
}

.contact-section {
  background-color: var(--wp--preset--color--bg-light);
  color: var(--wp--preset--color--text-dark);
}
.contact-section .section-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .contact-section .section-inner > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.contact-section .contact-image {
  height: 100%;
}
@media (max-width: 1200px) {
  .contact-section .contact-image {
    height: 20rem;
  }
}
.contact-section .contact-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contact-section .contact-list {
  counter-reset: group-counter;
  position: relative;
}
@media (min-width: 782px) {
  .contact-section .contact-list::before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(196, 196, 196);
  }
}
.contact-section .contact-list * {
  margin-block-start: 0;
}
.contact-section .contact-list .wp-block-group {
  margin-block-start: 1rem;
  margin-left: 3rem;
  position: relative;
  counter-increment: group-counter;
}
.contact-section .contact-list .wp-block-group::before {
  content: counter(group-counter, decimal-leading-zero);
  position: absolute;
  left: -3rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--bg-light-dark);
  color: var(--wp--preset--color--gold);
  font-size: 1rem;
  font-weight: bold;
}
.contact-section .email,
.contact-section .phone {
  display: flex;
  position: relative;
}
.contact-section .email img,
.contact-section .phone img {
  height: 4rem;
  width: auto;
  margin-top: 1.2rem;
}
.contact-section .email .wp-block-group,
.contact-section .phone .wp-block-group {
  padding-right: 1rem;
  padding-left: 1rem;
}
.contact-section .email a,
.contact-section .phone a {
  color: var(--wp--preset--color--text-dark);
  transition: color 0.2s ease;
}
.contact-section .email a:hover,
.contact-section .phone a:hover {
  color: var(--wp--preset--color--gold) !important;
}
.contact-section .phone {
  position: relative;
}
.contact-section .phone::before {
  content: "";
  position: absolute;
  left: 0;
  right: 1rem;
  top: 0;
  height: 1px;
  background: rgb(196, 196, 196);
}
.contact-section .email-button {
  background-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--text-light);
}
.contact-section .phone-button {
  color: var(--wp--preset--color--gold);
}
.contact-section .email-button .wp-element-button,
.contact-section .phone-button .wp-element-button {
  max-width: 40vw;
  padding-left: clamp(0.1rem, 4vw, 2rem);
  padding-right: clamp(0.1rem, 4vw, 2rem);
}
.contact-section .email-button .wp-block-button__link,
.contact-section .phone-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.contact-section .email-button .wp-block-button__link::after,
.contact-section .phone-button .wp-block-button__link::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 1L7 5L2 9' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 1L7 5L2 9' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

body:has(.contact-section) header .quote,
body:has(.contact-section) .offcanvas-body .quote {
  visibility: hidden;
}
body:has(.contact-section) .work-together {
  display: none;
}

.working2 .section-inner > .wp-block-columns > .wp-block-column > .wp-block-columns {
  flex-direction: column;
  text-align: center;
}/*# sourceMappingURL=main.css.map */