@font-face {
  font-family: "Freight Sans";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/FreightSansProBook-Regular.woff") format("woff");
}
@font-face {
  font-family: "Freight Sans";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("../fonts/FreightSansProMedium.woff") format("woff");
}
@font-face {
  font-family: "Freight Sans";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../fonts/FreightSansProBold.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: auto;
  src: url("../fonts/WorkSans-VariableFont_wght.ttf");
}
/* -- COLORS */
/* -- TYPOGRAPHY */
/* -- BREAKPOINTS */
/* -- DIVIDERS */
/* DIVS
/* Div primitive with adjusted spacing and breakpoints*/
.main-div, #about-title, .posts-archive, .post-content, .post-footer, .landing-section, .title_wrap, .fellow-archive-content, .fellows-breadcrumb, .fellows-stripe, .fellows-bio, .container-blue, .container-blue-landing, .footer-main, .warning-ribbon {
  padding-left: 20vw;
  padding-right: 20vw;
}
@media only screen and (max-width: 850px) {
  .main-div, #about-title, .posts-archive, .post-content, .post-footer, .landing-section, .title_wrap, .fellow-archive-content, .fellows-breadcrumb, .fellows-stripe, .fellows-bio, .container-blue, .container-blue-landing, .footer-main, .warning-ribbon {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.warning-ribbon {
  background-color: #db5461;
  color: #f4f8ff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 2.5rem;
}
.warning-ribbon > p {
  color: #f4f8ff;
  margin-bottom: 0;
}

.has-chevron::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}

.pill, .fellow-card-pill, .fellows-stripe > .fellows-info > .fellows-taxonomies > .fellow-pill {
  width: auto;
  flex-shrink: 6;
  background-color: #f4f8ff;
  text-decoration: none;
  font-size: 0.7862em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  border-radius: 999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.container-blue, .container-blue-landing, .footer-main {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 2.5rem;
  background-color: #003f96;
  margin-top: 2.5rem;
  color: #dbd7d2;
  font-family: "Work Sans", sans-serif;
}
.container-blue h1, .container-blue-landing h1, .footer-main h1,
.container-blue h2,
.container-blue-landing h2,
.footer-main h2,
.container-blue h3,
.container-blue-landing h3,
.footer-main h3,
.container-blue h4,
.container-blue-landing h4,
.footer-main h4,
.container-blue h5,
.container-blue-landing h5,
.footer-main h5,
.container-blue h6,
.container-blue-landing h6,
.footer-main h6 {
  color: #f4f8ff;
}
.container-blue ul, .container-blue-landing ul, .footer-main ul,
.container-blue li,
.container-blue-landing li,
.footer-main li,
.container-blue small,
.container-blue-landing small,
.footer-main small,
.container-blue p,
.container-blue-landing p,
.footer-main p {
  color: #dbd7d2;
}
.container-blue ul > a, .container-blue-landing ul > a, .footer-main ul > a,
.container-blue li > a,
.container-blue-landing li > a,
.footer-main li > a,
.container-blue small > a,
.container-blue-landing small > a,
.footer-main small > a,
.container-blue p > a,
.container-blue-landing p > a,
.footer-main p > a {
  color: #db5461;
  border-bottom: solid 1px #db5461;
}
.container-blue strong, .container-blue-landing strong, .footer-main strong {
  color: #f4f8ff;
}
.container-blue::before, .container-blue-landing::before, .footer-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M1200 120L0 16.48 0 0 1200 0 1200 120z' fill='%23003f96' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-100%) scaleY(-1);
  pointer-events: none;
  z-index: 1;
}
.container-blue::after, .container-blue-landing::after, .footer-main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M1200 120L0 16.48 0 0 1200 0 1200 120z' fill='%23003f96' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(100%) scaleX(-1);
  pointer-events: none;
  z-index: 1;
}

.button-master, .button-secondary-blue, .button-primary-blue, .button-secondary-white, .button-primary-white {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-family: "Freight Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: small;
  letter-spacing: 0.05em;
  text-align: center;
}

.button-primary-white {
  background-color: #f4f8ff;
  color: #003f96;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-primary-white:hover {
  background-color: #db5461;
  color: #f4f8ff;
}

.button-secondary-white {
  background-color: none;
  border: solid 2px #f4f8ff;
  color: #f4f8ff;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1), border 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-secondary-white:hover {
  color: #f4f8ff;
  background-color: #db5461;
  border: solid 2px #db5461;
}

.button-primary-blue {
  background-color: #003f96;
  color: #f4f8ff;
  transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-primary-blue:hover {
  background-color: #db5461;
}

.button-secondary-blue {
  background-color: none;
  border: solid 2px #003f96;
  color: #003f96;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1), border 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-secondary-blue:hover {
  color: #db5461;
  border: solid 2px #db5461;
}

.cover-image, .cover-image-fullwidth {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.cover-image-fullwidth {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.twocolumn-right, .twocolumn-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 850px) {
  .twocolumn-right, .twocolumn-left {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 850px) {
  .twocolumn-left {
    flex-direction: column-reverse;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: #f4f8ff;
  font-size: 18px;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

h1 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 3.33rem;
  line-height: 1;
  margin-bottom: 2vw;
}

h2 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 2.6179rem;
  line-height: 1;
  margin-bottom: 1rem;
}

h3 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 2.0581rem;
  line-height: 1;
  margin-bottom: 1rem;
}

h4 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 1.618rem;
  line-height: 1;
}

h5 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 1.272rem;
}

h6 {
  color: #003f96;
  font-family: "Freight Sans", sans-serif;
  font-size: 1rem;
}

small {
  font-size: 0.7862em;
  font-family: "Work Sans", sans-serif;
}

p {
  color: #242124;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
p > a {
  color: #db5461;
  text-decoration: none;
  border-bottom: solid 1px #db5461;
  padding-bottom: 0px;
  transition: padding-bottom ease-in-out 0.2s;
}
p > a:hover {
  padding-bottom: 0.125rem;
}

small > a {
  color: #db5461;
  text-decoration: none;
  border-bottom: solid 1px #db5461;
  padding-bottom: 0px;
  transition: padding-bottom ease-in-out 0.2s;
}
small > a:hover {
  padding-bottom: 0.125rem;
}

ul,
li {
  color: #242124;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

li {
  margin-left: 1rem;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  position: absolute;
  padding: 0.75rem;
  top: 0;
  left: 0;
  right: 0;
}

.site-header-solid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  position: absolute;
  padding: 0.75rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #003f96;
}

.custom-logo {
  height: 50px;
  width: auto;
  display: block;
}

.home .custom-logo {
  filter: drop-shadow(0px 0px 20px rgba(36, 33, 36, 0.5));
}

body:not(.home) .custom-logo {
  height: 35px;
}

.site-nav .nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 99998;
  margin-bottom: 0;
}
.site-nav .nav-list > .menu-item {
  position: relative;
  margin-bottom: 0;
}
.site-nav .nav-list > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Freight Sans", sans-serif;
  font-variant-numeric: lining-nums;
  color: #f4f8ff;
  opacity: 0.75;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0px 0px 16px rgba(36, 33, 36, 0.5);
  transition: opacity 0.2s;
}
.site-nav .nav-list > .menu-item > a:hover {
  opacity: 1;
}
.site-nav .nav-list > .menu-item:hover > a {
  opacity: 1;
}
.site-nav .nav-list > .current-menu-item > a,
.site-nav .nav-list > .current-menu-parent > a,
.site-nav .nav-list > .current-menu-ancestor > a {
  color: #f4f8ff;
}
@media only screen and (max-width: 850px) {
  .site-nav .nav-list {
    display: none;
  }
}

/* Dropdown */
.site-nav .sub-menu, .site-nav .sub-menu--flip {
  list-style: none;
  padding: 0.25rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  border-left: 2px solid #f4f8ff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.75rem);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #f4f8ff;
  padding-top: 0.75rem;
}
.site-nav .sub-menu .menu-item a, .site-nav .sub-menu--flip .menu-item a {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  font-family: "Freight Sans", sans-serif;
  font-variant-numeric: lining-nums;
  color: #242124;
  text-decoration: none;
}
.site-nav .sub-menu .menu-item a::before, .site-nav .sub-menu--flip .menu-item a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #003f96;
  margin-right: 0.5rem;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-nav .sub-menu .menu-item a:hover::before, .site-nav .sub-menu--flip .menu-item a:hover::before {
  width: calc(0.25rem + 1px);
  margin-right: 0.25rem;
}

.site-nav .sub-menu--flip {
  left: auto;
  right: 0;
}

.site-nav .nav-list > .menu-item:hover > .sub-menu, .site-nav .nav-list > .menu-item:hover > .sub-menu--flip {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.site-nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-top: -2px; /* optical vertical alignment */
}

/* Rotate arrow when parent is hovered */
.site-nav .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg); /* points up */
}

body:not(.home) .nav-list > .menu-item {
  height: 100%;
}
body:not(.home) .nav-list > .menu-item > a {
  opacity: 1;
  font-family: "Freight Sans", sans-serif;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
body:not(.home) .nav-list > .menu-item > a:hover {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}

body:not(.home) .site-nav .sub-menu, body:not(.home) .site-nav .sub-menu--flip {
  padding: 10px 0 0 0;
  background-color: #003f96;
  border: none;
}
body:not(.home) .site-nav .sub-menu > .menu-item a, body:not(.home) .site-nav .sub-menu--flip > .menu-item a {
  color: #f4f8ff;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: #003f96;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  /* hidden state */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.nav-menu-icon-mobile {
  display: none;
  color: #f4f8ff;
}
@media only screen and (max-width: 850px) {
  .nav-menu-icon-mobile {
    display: inline-block;
  }
}

.mobile-nav {
  margin-top: 30px;
  font-family: "Work Sans", sans-serif;
}
.mobile-nav .mobile-nav-menu > .menu-item {
  font-size: 2.0581rem;
  font-weight: 600;
  list-style: none;
}
.mobile-nav .mobile-nav-menu > .menu-item > a {
  color: #f4f8ff;
  text-decoration: none;
}
.mobile-nav .mobile-nav-menu > .menu-item .sub-menu, .mobile-nav .mobile-nav-menu > .menu-item .site-nav .sub-menu--flip, .site-nav .mobile-nav .mobile-nav-menu > .menu-item .sub-menu--flip {
  margin-bottom: 1rem;
}
.mobile-nav .mobile-nav-menu > .menu-item .sub-menu > .menu-item, .mobile-nav .mobile-nav-menu > .menu-item .site-nav .sub-menu--flip > .menu-item, .site-nav .mobile-nav .mobile-nav-menu > .menu-item .sub-menu--flip > .menu-item {
  list-style: none;
  font-size: 1.272rem;
  font-weight: 400;
  padding-left: 1.5rem;
}
.mobile-nav .mobile-nav-menu > .menu-item .sub-menu > .menu-item > a, .mobile-nav .mobile-nav-menu > .menu-item .site-nav .sub-menu--flip > .menu-item > a, .site-nav .mobile-nav .mobile-nav-menu > .menu-item .sub-menu--flip > .menu-item > a {
  color: #f4f8ff;
  text-decoration: none;
}

.nav-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-overlay-meta {
  color: #f4f8ff;
  font-family: "Freight Sans", sans-serif;
  font-weight: 600;
}

.footer-main {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.footer-main::after {
  content: none;
  display: none;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.footer-info .footer-social {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.footer-info .footer-social .dashicons {
  font-size: 32px;
}
.footer-info .footer-social > a {
  text-decoration: none;
  color: #dbd7d2;
}
.footer-info .footer-social > a:hover {
  color: #f4f8ff;
}

@media only screen and (max-width: 850px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav > .nav-list-footer {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.footer-nav > .nav-list-footer .menu-item > a {
  color: #f4f8ff;
  font-size: 0.7862em;
  text-decoration: none;
  border: none;
}

.footer-nav .sub-menu {
  margin-top: 0;
  list-style: none;
}
.footer-nav .sub-menu .menu-item {
  margin-bottom: 0;
  margin-left: 0;
}
.footer-nav .sub-menu .menu-item > a {
  font-weight: 400;
  font-size: 0.7862em;
  color: #dbd7d2;
  border: none;
  transition: color 0.2s;
}
.footer-nav .sub-menu .menu-item > a:hover {
  color: #f4f8ff;
}

.fellows-breadcrumb {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.fellows-stripe {
  background-color: #003f96;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
  gap: 2vw;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 850px) {
  .fellows-stripe {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.fellows-stripe > img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 850px) {
  .fellows-stripe > img {
    width: 100%;
  }
}
.fellows-stripe > .fellows-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.fellows-stripe > .fellows-info > .fellows-taxonomies {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding-bottom: 1.5rem;
}
.fellows-stripe > .fellows-info > .fellows-taxonomies > .fellow-pill {
  color: #003f96;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.fellows-stripe > .fellows-info > .fellows-taxonomies > .fellow-pill:hover {
  opacity: 0.8;
}
.fellows-stripe > .fellows-info > .fellows-info-content > h1 {
  font-size: 60px;
  font-family: "Freight Sans", sans-serif;
  color: #f4f8ff;
  margin: 0px;
  line-height: 1;
}
.fellows-stripe > .fellows-info > .fellows-info-content > h2 {
  font-size: 36px;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  color: #f4f8ff;
  font-weight: 400;
  margin-bottom: 0;
}

.fellows-bio {
  display: flex;
  flex-direction: column;
  min-width: 500px;
}

.fellow-archive-content {
  display: flex;
  flex-direction: column;
  padding-top: 5vw;
}

.fellow-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2vw;
  padding-bottom: 1rem;
}

/* -- CARDS */
.fellow-card a {
  text-decoration: none;
}

.fellow-card-content {
  display: flex;
  position: relative;
  flex-direction: column;
  text-decoration: none;
  background-color: #dbd7d2;
}
.fellow-card-content:hover .fellow-card-footer svg {
  transform: translateY(-10%);
}
.fellow-card-content:hover .fellow-card-footer .fellow-card-footer-content {
  transform: translateY(-7.5%);
}
.fellow-card-content:hover .fellow-image-wrap::after {
  opacity: 0;
}

.fellow-card-pills-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  position: absolute;
  z-index: 4;
  top: 3%;
  left: 3%;
}

.fellow-image-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.fellow-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 33, 36, 0.25);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.fellow-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fellow-card-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #003f96;
}
.fellow-card-footer svg {
  fill: #003f96;
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin-top: -20%;
  transition: transform 0.1s ease-in;
}

.fellow-card-footer-content {
  position: absolute;
  bottom: 0%;
  left: 0.75rem;
  z-index: 3;
  transition: transform 0.1s ease-in;
}

.fellow-card-name {
  color: #f4f8ff;
  text-decoration: none;
  font-size: clamp(32px, 2vw, 300px);
}

.fellow-card-institution {
  color: #dbd7d2;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.fellow-card-pill {
  color: #242124;
  opacity: 0.9;
}

.fellow-archive-breadcrumb {
  font-size: 0.7862rem;
}

.title_wrap {
  padding-top: 5vw;
}

.team-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  gap: 2vw;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}

.team-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.team-card-name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.team-card > .team-card-info > .team-card-role {
  color: #dbd7d2;
}

/* -- LANDING PAGE */
#landing-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("https://brias.be/wp-content/uploads/2025/03/2024-02-02_CALLEBAUTARCHITECTEN_USQUARE_0026_LR.jpg");
  background-position: center center;
  background-size: cover;
  align-items: center;
  padding-left: 20vw;
  padding-right: 20vw;
}

.hero-title {
  font-family: "Freight Sans", sans-serif;
  font-size: clamp(3.5rem, 6.3vw + 2.1rem, 6rem);
  text-shadow: 4px 4px 16px rgba(36, 33, 36, 0.8);
  color: #f4f8ff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-left: 20vw;
  padding-right: 20vw;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  position: absolute;
  top: 30%;
}

.hero-explore {
  position: absolute;
  bottom: 5%;
  text-align: center;
}
.hero-explore > a {
  color: #f4f8ff;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  text-shadow: 4px 4px 16px rgba(36, 33, 36, 0.8);
}

.landing-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: "Work Sans", sans-serif;
}

.container-blue-landing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.post-header {
  margin-top: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .post-header {
    margin-top: 2rem;
  }
}

.post-banner {
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0.75rem;
}
@media only screen and (max-width: 850px) {
  .post-banner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: flex;
    flex-direction: column-reverse;
  }
}

.post-title-wrap {
  display: flex;
  text-align: right;
  flex-direction: column;
  justify-content: end;
  grid-row: 1;
  grid-column: 1;
  margin-left: 20vw;
}
@media only screen and (max-width: 850px) {
  .post-title-wrap {
    justify-content: start;
    text-align: left;
    margin-left: 0;
  }
}

.post-cover-wrap {
  grid-row: 1;
  grid-column: 2;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .post-cover-wrap {
    height: 30vh;
  }
}

.post-content {
  padding-top: 4rem;
}

.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.post-nav-prev-wrap {
  grid-row: 1;
  grid-column: 1;
  text-align: left;
}

.post-nav-next-wrap {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
}

.archive-header {
  margin-top: 6rem;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2vw;
}

.post-card {
  overflow: hidden;
  border: 1px solid rgba(36, 33, 36, 0.3);
  display: block;
  background-color: #f4f8ff;
  transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.post-card:hover {
  background-color: white;
}
.post-card:hover > .post-card-inner > .post-card-image-wrap > img {
  transform: scale(1.06);
}

.post-card-inner {
  padding: 0.75rem;
  text-decoration: none;
  display: block;
}

.post-card-image-wrap {
  height: 66%;
  max-height: 350px;
  width: auto;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.post-card-image-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.post-card-meta {
  display: flex;
  flex-direction: row;
  color: #242124;
}

#about-title {
  margin-top: 6rem;
}

#team {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.brias-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.carousel-slide .is-active {
  transform: translateX(0);
}

.carousel-slide .is-prev {
  transform: translateX(-100%);
}

.carousel-slide .from-left {
  transform: translateX(-100%);
}

.carousel-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-slide-overlay {
  position: absolute;
  inset: 0;
  background: #000;
}

.carousel-slide-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 64px);
  gap: 12px;
}

.carousel-slide-content.text-light .carousel-slide-title,
.carousel-slide-content.text-light .carousel-slide-subtitle,
.carousel-slide-content.text-light .carousel-slide-body {
  color: #f4f8ff;
}

.carousel-slide-content.text-dark .carousel-slide-title,
.carousel-slide-content.text-dark .carousel-slide-subtitle,
.carousel-slide-content.text-dark .carousel-slide-body {
  color: #242124;
}

.carousel-slide-title {
  font-family: "Freight Sans", sans-serif;
  font-size: clamp(32px, 5vw, 2.6179rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0;
}

.carousel-slide-subtitle {
  font-size: clamp(13px, 1.5vw, 18px);
  letter-spacing: 0.08em;
  margin: 0;
  opacity: 0.7;
}

.carousel-slide-body {
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.7;
  max-width: 560px;
  opacity: 0.6;
}
.carousel-slide-body > p {
  color: #f4f8ff;
}

.carousel-slide-cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px;
  padding: 10px 24px;
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: background 0.2s, color 0.2s;
}

.text-light .carousel-slide-cta {
  color: #f4f8ff;
}

.text-light .carousel-slide-cta:hover {
  background: #f4f8ff;
  color: #242124;
}

.text-dark .carousel-slide-cta {
  color: #242124;
}

.text-dark .carousel-slide-cta:hover {
  background: #242124;
  color: #f4f8ff;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 8, 0.4);
  border: 1px solid rgba(240, 236, 226, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f4f8ff;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}

.carousel-arrow:hover {
  background: rgba(10, 10, 8, 0.7);
  border-color: rgba(240, 236, 226, 0.35);
}

.carousel-prev {
  left: 24px;
}

.carousel-next {
  right: 24px;
}

.carousel-arrow svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.carousel-bullets {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(240, 236, 226, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, width 0.2s;
  flex-shrink: 0;
}

.carousel-bullet.is-active {
  background: #f4f8ff;
  width: 24px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .carousel-track {
    aspect-ratio: 4/3;
  }
  .carousel-arrow {
    width: 36px;
    height: 36px;
  }
  .carousel-prev {
    left: 12px;
  }
  .carousel-next {
    right: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-slide {
    transition: none;
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    transform: scale(1.08) translate(-1.5%, -1%);
  }
}
[data-kenburns=true] .carousel-slide.is-active .carousel-slide-bg {
  animation: kenburns var(--kb-duration, 5s) ease-in-out forwards;
}

[data-kenburns=true] .carousel-slide:not(.is-active) .carousel-slide-bg {
  animation: none;
  transform: scale(1) translate(0%, 0%);
}

@media (prefers-reduced-motion: reduce) {
  [data-kenburns=true] .carousel-slide-bg {
    animation: none;
  }
}/*# sourceMappingURL=main.css.map */