:root {
  --header-height: 8rem;
}
@media screen and (min-width: 960px) {
  :root {
    --header-height: 11.25rem;
  }
}

body main {
  margin-top: 0 !important;
  padding-top: var(--header-height);
}
body.home header.wp-block-template-part.headroom--top .vlip-brand svg path {
  fill: var(--wp--preset--color--base);
}
body.home header.wp-block-template-part.headroom--top .vlip-navigation {
  --vlip--hamburger--color: var(--wp--preset--color--base);
}
body.home header.wp-block-template-part.headroom--top .vlip-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--base);
}
body.home main {
  padding-top: 0;
}
body.home main .entry-content > .wp-block-cover:first-child {
  padding-top: var(--header-height);
  min-height: 100vh !important;
  min-height: 100dvh !important;
}
@media screen and (min-width: 960px) {
  body.home main .entry-content > .wp-block-cover:first-child {
    min-height: 72vh !important;
    min-height: 72dvh !important;
  }
}
body.home main .entry-content > .wp-block-cover:first-child img {
  opacity: 1 !important;
  transform: translate(0) !important;
}

header.wp-block-template-part {
  position: fixed;
  top: var(--wp-admin--admin-bar--height);
  right: 0;
  left: 0;
  z-index: 1000;
  min-height: var(--header-height);
  transition: all var(--vlip--speed--fast) ease-in-out;
}
header.wp-block-template-part .vlip-brand svg {
  width: auto;
  transition: all var(--vlip--speed--fast) ease-in-out;
}
.menu-is-visible header.wp-block-template-part .vlip-brand svg path {
  fill: var(--wp--preset--color--base);
}
header.wp-block-template-part .vlip-navigation {
  --vlip--menu--bg: var(--wp--preset--color--primary);
}
header.wp-block-template-part .vlip-navigation__menu {
  gap: var(--wp--preset--spacing--30);
}
header.wp-block-template-part .vlip-navigation .wp-block-navigation-item__content {
  font-weight: 700;
}
header.wp-block-template-part.headroom--not-top {
  min-height: 5rem;
  background-color: var(--wp--preset--color--primary);
}
header.wp-block-template-part.headroom--not-top .vlip-brand svg {
  --wp--preset--color--contrast: transparent;
  --wp--preset--color--primary: var(--wp--preset--color--base);
  height: 3rem;
  transition: all var(--vlip--speed--fast) ease-in-out;
}
@media screen and (min-width: 960px) {
  header.wp-block-template-part.headroom--not-top .vlip-brand svg {
    height: 3.5rem;
  }
}
header.wp-block-template-part.headroom--not-top .vlip-navigation {
  --vlip--hamburger--color: var(--wp--preset--color--base);
}
header.wp-block-template-part.headroom--not-top .vlip-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--base);
}
header.wp-block-template-part.headroom--unpinned {
  transition: all var(--vlip--speed--fast) ease-in-out;
  transform: translateY(-95%);
}

.menu-is-visible .vlip-brand svg {
  height: 6rem !important;
}
.menu-is-visible .vlip-navigation {
  --vlip--hamburger--color: var(--wp--preset--color--base);
}
.menu-is-visible .vlip-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--base);
}

.vlip-carousel .swiper-slide {
  margin-right: var(--wp--preset--spacing--40);
  border-radius: 0;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
  outline-color: white !important;
}

.vlip-carousel__slide img {
  transition: all var(--vlip--speed--normal) var(--vlip--easing--ease-out-expo);
}
.vlip-carousel__slide-inner {
  padding: var(--wp--preset--spacing--30) !important;
}
.vlip-carousel__slide-meta {
  align-items: flex-start;
  gap: var(--wp--preset--spacing--20);
}
.vlip-carousel__slide-date {
  display: none;
}
.vlip-carousel__slide-category, .vlip-carousel__slide-e-date {
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  padding-inline: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--secondary-1);
}
.vlip-carousel__slide-category {
  font-size: var(--wp--preset--font-size--small);
}
.vlip-carousel__slide-e-date {
  font-size: var(--wp--preset--font-size--x-large);
}
.vlip-carousel__slide-excerpt {
  height: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all var(--vlip--speed--normal) var(--vlip--easing--ease-out-expo);
}
.vlip-carousel__slide > a:hover img {
  opacity: 0.25 !important;
  transform: scale(1.1) !important;
}
.vlip-carousel__slide > a:hover .vlip-carousel__slide-excerpt {
  height: calc(var(--wp--preset--font-size--medium) * 2 * 1.6);
  opacity: 1;
  transform: translateY(0);
}

a:not([class]) {
  color: var(--wp--preset--color--secondary-2);
}
.has-background a:not([class]), .wp-block-post-terms a:not([class]), .vlip-carousel__slide a:not([class]), .wp-block-navigation-item.wp-block-navigation-link a:not([class]) {
  color: unset;
}

.vlip-carousel__slide > a {
  color: currentColor;
}
