@charset "UTF-8";
/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #66764B;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #66764B;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

a:not(.wp-element-button) {
  transition: all 0.25s ease-in-out;
}
a:not(.wp-element-button):hover {
  text-underline-offset: 2px;
  text-decoration-color: #C2C2C2;
}

strong, b {
  font-weight: 600;
}

.editor-styles-wrapper .block-featured-projects, .block-featured-projects {
  display: grid;
  gap: 0.875rem;
  position: relative;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal, .block-featured-projects.is-style-minimal {
  gap: 0;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal.us:hover:after, .block-featured-projects.is-style-minimal.us:hover:after {
  opacity: 0.9;
  background-color: #66764B;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal.us:after, .block-featured-projects.is-style-minimal.us:after {
  background-color: #000;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  transition: all 0.5s ease;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal.u-k:hover:after, .block-featured-projects.is-style-minimal.u-k:hover:after {
  opacity: 0.9;
  background-color: #CF6F35;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal.u-k:after, .block-featured-projects.is-style-minimal.u-k:after {
  background-color: #000;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  transition: all 0.5s ease;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2, .block-featured-projects.is-style-minimal .project-details h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 37px;
  padding-left: 40px;
  z-index: 1000;
  width: 100%;
  font-weight: 400;
  height: 100%;
  text-align: left;
  margin-bottom: 0;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2 a, .block-featured-projects.is-style-minimal .project-details h2 a {
  color: #fff;
  font-size: clamp(32px, 5vw, 42px);
  display: flex;
  gap: 0.5rem;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2 a:before, .block-featured-projects.is-style-minimal .project-details h2 a:before {
  font: var(--fa-font-sharp-light);
  content: "\e09f";
  display: none;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2 a:after, .block-featured-projects.is-style-minimal .project-details h2 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2 a:hover svg, .block-featured-projects.is-style-minimal .project-details h2 a:hover svg {
  transform: translateX(2px) translateY(-2px);
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details h2 a svg, .block-featured-projects.is-style-minimal .project-details h2 a svg {
  transition: all 0.5s ease;
  font-size: 1.6875rem;
}
.editor-styles-wrapper .block-featured-projects.is-style-minimal .project-details .project-terms, .block-featured-projects.is-style-minimal .project-details .project-terms {
  display: none;
}
.editor-styles-wrapper .block-featured-projects:hover img, .block-featured-projects:hover img {
  transform: scale(1.1);
}
.editor-styles-wrapper .block-featured-projects .thumb-wrapper, .block-featured-projects .thumb-wrapper {
  aspect-ratio: 1.7;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.editor-styles-wrapper .block-featured-projects .thumb-wrapper img, .block-featured-projects .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
}
.editor-styles-wrapper .block-featured-projects .project-details, .block-featured-projects .project-details {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.editor-styles-wrapper .block-featured-projects .project-details h2, .block-featured-projects .project-details h2 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.editor-styles-wrapper .block-featured-projects .project-details h2 a, .block-featured-projects .project-details h2 a {
  text-decoration: none;
}
.editor-styles-wrapper .block-featured-projects .project-details h2 a:after, .block-featured-projects .project-details h2 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.editor-styles-wrapper .block-featured-projects .project-details .project-terms, .block-featured-projects .project-details .project-terms {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.editor-styles-wrapper .block-featured-projects .project-details .project-terms p, .block-featured-projects .project-details .project-terms p {
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 0;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .block-featured-projects .project-details .project-terms .project-cat + .project-loc:before, .block-featured-projects .project-details .project-terms .project-cat + .project-loc:before {
  content: " ⸱ ";
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 0;
  position: relative;
}
