@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/themes/darken/assets/fonts/manrope_normal_400.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/themes/darken/assets/fonts/manrope_normal_500.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/themes/darken/assets/fonts/manrope_normal_700.woff2") format("woff2");
}

:root {
  --pb-bg: #f8f8f4;
  --pb-ink: #050505;
  --pb-muted: #666a70;
  --pb-line: rgba(5, 5, 5, 0.18);
  --pb-accent: #2138ff;
  --pb-pad: clamp(18px, 3vw, 40px);
}

body.pb-refresh {
  min-height: 100vh;
  margin: 0;
  padding-bottom: 72px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 28rem),
    linear-gradient(180deg, #fbfbf8 0%, var(--pb-bg) 100%) !important;
  color: var(--pb-ink) !important;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  text-rendering: geometricPrecision;
}

body.pb-refresh a {
  color: inherit;
  text-decoration: none !important;
}

body.pb-refresh a:hover {
  color: var(--pb-accent) !important;
}

body.pb-refresh a:focus-visible {
  outline: 2px solid var(--pb-accent);
  outline-offset: 5px;
}

body.pb-refresh .screen-reader-text {
  position: fixed !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

body.pb-refresh .screen-reader-text:focus,
body.pb-refresh .screen-reader-text:focus-visible {
  top: 12px;
  left: 12px;
  z-index: 100;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  clip-path: none;
  padding: 10px 12px;
  overflow: visible;
  background: var(--pb-bg);
  color: var(--pb-ink);
  border: 1px solid var(--pb-line);
}

body.pb-refresh .wp-site-blocks {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 34px var(--pb-pad) 56px;
  overflow-x: hidden;
}

body.pb-refresh .pb-mobile-menu-mark {
  display: none;
}

body.pb-refresh header.wp-block-template-part {
  border-bottom: 1px solid var(--pb-line);
  margin: 0 !important;
  padding-bottom: 30px;
}

body.pb-refresh header.wp-block-template-part > .wp-block-group {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pb-refresh .wp-block-site-logo img {
  width: 128px;
  height: auto;
}

body.pb-refresh .wp-block-navigation {
  justify-self: end;
  gap: clamp(18px, 3vw, 42px) !important;
}

body.pb-refresh .wp-block-navigation__responsive-container-open,
body.pb-refresh .wp-block-navigation__responsive-container-close {
  color: var(--pb-ink);
}

body.pb-refresh .wp-block-navigation__container {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px) !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.pb-refresh .wp-block-navigation__container li {
  margin: 0;
  list-style: none;
}

body.pb-refresh .wp-block-navigation__container li::marker {
  content: "";
}

body.pb-refresh .wp-block-navigation-item__content {
  font-size: clamp(0.82rem, 0.95vw, 0.98rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.pb-refresh .pb-page-hero {
  width: min(100%, 1120px);
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(42px, 9vh, 92px) 0 clamp(28px, 5vh, 56px);
  text-align: center;
}

body.pb-refresh .pb-page-mark {
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto clamp(24px, 4vh, 40px);
  display: none;
}

body.pb-refresh .pb-kicker {
  margin: 0 0 16px;
  color: var(--pb-accent);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.pb-refresh .pb-page-title {
  margin: 0;
  color: var(--pb-ink);
  font-size: clamp(3rem, 9vw, 8.25rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0 !important;
  white-space: normal;
  overflow-wrap: break-word;
}

body.pb-page-about .pb-page-title {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.95rem, 3.85vw, 3.4rem);
  font-weight: 800;
  line-height: 0.98;
}

body.pb-page-calendar .pb-page-title {
  font-size: clamp(1.6rem, 3.1vw, 3rem);
}

body.pb-refresh .pb-page-deck {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--pb-ink);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 500;
}

body.pb-refresh main {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 0 0 clamp(40px, 8vh, 88px) !important;
  box-sizing: border-box;
}

body.pb-refresh main > .wp-block-group {
  max-width: none !important;
  padding: 0 !important;
}

body.pb-refresh .entry-content {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  color: var(--pb-ink);
  box-sizing: border-box;
}

body.pb-refresh .entry-content > * {
  max-width: 100%;
  box-sizing: border-box;
}

body.pb-refresh .entry-content h1,
body.pb-refresh .entry-content h2,
body.pb-refresh .entry-content h3,
body.pb-refresh .entry-content h4,
body.pb-refresh .entry-content h5,
body.pb-refresh .entry-content h6 {
  color: var(--pb-ink) !important;
  letter-spacing: 0 !important;
}

body.pb-refresh .entry-content h2 {
  font-size: clamp(2.4rem, 7vw, 5.8rem) !important;
  line-height: 0.98 !important;
  margin-bottom: 18px;
}

body.pb-refresh .entry-content h3 {
  font-size: clamp(1.6rem, 3.5vw, 3rem) !important;
  line-height: 1.05 !important;
}

body.pb-refresh .entry-content p,
body.pb-refresh .entry-content li {
  color: var(--pb-ink);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

body.pb-refresh .entry-content img {
  border-radius: 0;
}

body.pb-refresh .wp-block-separator,
body.pb-refresh .wp-block-uagb-separator__inner {
  border-color: var(--pb-line) !important;
  background: var(--pb-line) !important;
}

body.pb-refresh .wp-block-columns {
  gap: 18px;
}

body.pb-refresh .wp-block-column {
  border: 1px solid var(--pb-line);
  background: transparent !important;
  color: var(--pb-ink) !important;
  box-sizing: border-box;
}

body.pb-refresh .wp-block-column[style*="background-color"] {
  background: rgba(255, 255, 255, 0.52) !important;
}

body.pb-refresh .wp-block-column h2 {
  font-size: clamp(2.3rem, 4.5vw, 4.35rem) !important;
}

body.pb-page-recs .pb-page-title {
  font-size: clamp(3rem, 8vw, 7rem);
}

body.pb-refresh .pb-about-panel {
  width: min(100%, 760px);
  margin: 0 auto;
  border-top: 1px solid var(--pb-line);
  padding-top: clamp(28px, 5vh, 48px);
}

body.pb-refresh .pb-about-panel p {
  margin: 0 0 20px;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.7;
}

body.pb-refresh .pb-about-current {
  color: var(--pb-ink);
  font-weight: 400;
}

body.pb-refresh .pb-about-lead {
  color: var(--pb-ink);
  font-weight: 900;
}

body.pb-refresh .pb-about-current strong,
body.pb-refresh .pb-about-panel a {
  color: var(--pb-accent);
  font-weight: 800;
}

body.pb-refresh .pb-about-current strong {
  font-weight: 400;
}

body.pb-refresh .pb-inline-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pb-accent) !important;
  line-height: 1;
  text-transform: uppercase;
}

body.pb-refresh .pb-inline-action:hover .pb-inline-arrow {
  transform: translate(2px, -2px);
}

body.pb-refresh .pb-inline-arrow {
  width: 0.9em;
  height: 0.9em;
  color: var(--pb-accent);
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

body.pb-page-work .pb-work-hero {
  padding-bottom: clamp(22px, 4vh, 44px);
}

body.pb-page-work .pb-page-title {
  font-size: clamp(3.2rem, 8vw, 7.8rem);
}

body.pb-page-work .entry-content {
  width: min(100%, 1180px);
  max-width: 1180px;
}

body.pb-refresh .pb-work-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  width: 100%;
  border-top: 1px solid var(--pb-line);
  padding-top: clamp(24px, 5vh, 46px);
}

body.pb-refresh .pb-work-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9.4;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.28);
  background: #04110f;
  color: #f8f8f4;
  isolation: isolate;
}

body.pb-refresh .pb-work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0, rgba(0, 0, 0, 0.72) 58px, rgba(0, 0, 0, 0) 126px),
    radial-gradient(circle at 20% 50%, rgba(33, 56, 255, 0.22), transparent 32%);
}

body.pb-refresh .pb-work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248, 248, 244, 0.08), transparent 18%, transparent 82%, rgba(248, 248, 244, 0.07));
  mix-blend-mode: screen;
  opacity: 0.55;
}

body.pb-refresh .pb-work-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  transform: scale(1.012);
  transition: transform 260ms ease, filter 260ms ease;
}

body.pb-refresh .pb-work-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px clamp(18px, 2.4vw, 28px);
  color: #f8f8f4;
  font-size: clamp(1.05rem, 2.2vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0 !important;
  border-bottom: 1px solid rgba(248, 248, 244, 0.18);
}

body.pb-refresh .pb-work-card:hover .pb-work-thumb {
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.045);
}

body.pb-refresh .pb-work-card:focus-visible {
  outline: 2px solid var(--pb-accent);
  outline-offset: 5px;
}

body.pb-page-work .entry-content > h2:first-child,
body.pb-page-work .entry-content > h2:first-child + p,
body.pb-page-recs .entry-content > .wp-block-spacer:first-child,
body.pb-page-recs .entry-content > .uagb-block-b9d8fb60,
body.pb-page-calendar .entry-content > h5:first-child {
  display: none !important;
}

body.pb-refresh .pb-ticker {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 72px;
  overflow: hidden;
  background: var(--pb-ink);
  color: var(--pb-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.pb-refresh .pb-ticker-track {
  display: flex;
  width: max-content;
  animation: pb-ticker-scroll 36s linear infinite;
  will-change: transform;
}

body.pb-refresh .pb-ticker-group,
body.pb-refresh .pb-ticker span {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body.pb-refresh .pb-ticker span {
  gap: 26px;
  padding-right: 36px;
  font-size: clamp(0.92rem, 1.35vw, 1.25rem);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

body.pb-refresh .pb-ticker span::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pb-accent);
  flex: 0 0 auto;
}

@keyframes pb-ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pb-refresh *,
  body.pb-refresh *::before,
  body.pb-refresh *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (min-width: 861px) {
  body.pb-refresh .wp-block-navigation__responsive-container {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    color: var(--pb-ink) !important;
  }

  body.pb-refresh .wp-block-navigation__responsive-container-content {
    display: flex !important;
    align-items: center !important;
  }

  body.pb-refresh .wp-block-navigation__responsive-container-open,
  body.pb-refresh .wp-block-navigation__responsive-container-close {
    display: none !important;
  }

  body.pb-refresh .wp-block-navigation__container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }
}

@media (max-width: 860px) {
  body.pb-refresh {
    padding-bottom: 62px;
  }

  body.pb-refresh .wp-site-blocks {
    padding-top: 24px;
  }

  body.pb-refresh header.wp-block-template-part > .wp-block-group {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  body.pb-refresh .wp-block-navigation {
    justify-self: center;
    width: 100%;
    justify-content: center;
  }

  body.pb-refresh .wp-block-navigation__container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 340px);
    justify-content: center;
    gap: 14px 18px !important;
  }

  body.pb-refresh .wp-block-navigation-item__content {
    justify-content: center;
    font-size: 0.76rem;
    text-align: center;
    white-space: normal;
  }

  body.pb-refresh .pb-page-mark {
    width: min(100%, 260px);
  }

  body.pb-refresh .pb-page-title {
    font-size: clamp(1.95rem, 7.6vw, 2.35rem);
  }

  body.pb-page-about .pb-page-title {
    max-width: 330px;
    font-size: clamp(1.45rem, 6vw, 1.95rem);
    line-height: 1;
  }

  body.pb-page-calendar .pb-page-title {
    font-size: clamp(1.1rem, 4.2vw, 1.36rem);
  }

  body.pb-refresh .pb-page-deck {
    max-width: 315px;
  }

  body.pb-page-recs .pb-page-title {
    font-size: clamp(1.95rem, 7.2vw, 2.2rem);
  }

  body.pb-page-work .pb-page-title {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2rem, 8.8vw, 2.55rem);
  }

  body.pb-refresh .entry-content {
    width: 100%;
  }

  body.pb-refresh .entry-content h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.6rem) !important;
  }

  body.pb-refresh .pb-work-index {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
  }

  body.pb-refresh .pb-work-card {
    aspect-ratio: 16 / 10.4;
  }

  body.pb-refresh .pb-work-title {
    min-height: 56px;
    padding: 16px 18px;
    font-size: clamp(1rem, 5vw, 1.28rem);
  }

  body.pb-refresh .pb-ticker {
    min-height: 62px;
  }
}

@media (max-width: 500px) {
  body.pb-refresh .wp-site-blocks {
    position: relative;
    padding-top: 46px;
  }

  body.pb-refresh .pb-mobile-menu-mark {
    display: grid;
    align-content: center;
    gap: 4px;
    position: absolute;
    top: 56px;
    right: var(--pb-pad);
    z-index: 20;
    width: 16px;
    height: 14px;
  }

  body.pb-refresh .pb-mobile-menu-mark span {
    display: block;
    width: 16px;
    height: 2px;
    background: var(--pb-ink);
  }

  body.pb-refresh header.wp-block-template-part {
    padding-bottom: 12px;
  }

  body.pb-refresh header.wp-block-template-part > .wp-block-group {
    grid-template-columns: auto auto !important;
    justify-content: space-between;
    justify-items: stretch;
    gap: 16px;
    width: 100%;
  }

  body.pb-refresh .wp-block-site-logo {
    justify-self: start;
  }

  body.pb-refresh .wp-block-site-logo img {
    width: 126px;
  }

  body.pb-refresh .wp-block-navigation {
    position: relative;
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 0;
    justify-self: end;
    justify-content: flex-end;
    width: 24px;
    height: 24px;
    min-width: 24px;
    opacity: 0;
    transform: translateY(-50%);
    z-index: 2;
  }

  body.pb-refresh .wp-block-navigation > .wp-block-navigation__container {
    display: none !important;
  }

  body.pb-refresh .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  body.pb-refresh .wp-block-navigation__responsive-container-open svg {
    width: 20px;
    height: 20px;
  }

  body.pb-refresh .pb-page-hero {
    padding-top: clamp(34px, 8vh, 54px);
  }
}
