@font-face {
  font-family: "Cormorant Stranded";
  src: url("./assets/fonts/Cormorant-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Stranded";
  src: url("./assets/fonts/Cormorant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Stranded";
  src: url("./assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bungee Stranded";
  src: url("./assets/fonts/Bungee-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@property --nav-hover-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

:root {
  color-scheme: light;
  font-family: var(--font-heading-latin);
  --font-heading-latin: "Cormorant Stranded", Georgia, serif;
  --font-body-latin: "Roboto Stranded", Arial, sans-serif;
  --font-display-latin: "Bungee Stranded", Impact, sans-serif;
  --font-heading-arabic: "Segoe UI", Tahoma, Arial, sans-serif;
  --font-body-arabic: "Segoe UI", Tahoma, Arial, sans-serif;
  --hero-stage-offset-y: 52px;
  --hero-cooking-overlap: 151px;
  --hero-route-overlap: 148px;
  --header-plate-opacity: 0;
  --header-plate-y: -88px;
  background: #f9eae5;
}

* {
  box-sizing: border-box;
}

a[href],
button,
summary,
[role="button"],
[tabindex]:not(input):not(textarea):not(select),
.blue-button,
.video-button,
.light-button,
.interview-card,
.blog-card,
.devlog-card,
.interviews-gallery-card,
.blogs-gallery-card,
.devlogs-gallery-item,
.about-team-card,
.article-share-button,
.article-neighbor-card,
.junkland-article__button,
.article-audio-player__button,
.article-audio-player__track,
.contact-submit {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #f9eae5;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .hero,
html[dir="rtl"] .scene,
html[dir="rtl"] .foreground-clip,
html[dir="rtl"] .stage,
html[dir="rtl"] .hero-zoom-group,
html[dir="rtl"] .social-nav,
html[dir="rtl"] .spine-canvas,
html[dir="rtl"] .layer,
html[dir="rtl"] .layer-white-mask {
  direction: ltr;
}

html[data-language="ar"] body,
html[data-language="ar"] .games-copy p,
html[data-language="ar"] .video-copy p,
html[data-language="ar"] .interviews-copy p,
html[data-language="ar"] .interview-card p,
html[data-language="ar"] .devlogs-copy,
html[data-language="ar"] .blog-copy p,
html[data-language="ar"] .blog-card p,
html[data-language="ar"] .contact-copy,
html[data-language="ar"] .contact-form,
html[data-language="ar"] .newsletter-kit-embed,
html[data-language="ar"] .junkland-article,
html[data-language="ar"] .blog-article-meta,
html[data-language="ar"] .interview-article-byline {
  font-family: var(--font-body-arabic);
}

html[data-language="ar"] h1,
html[data-language="ar"] h2,
html[data-language="ar"] h3,
html[data-language="ar"] .site-nav a,
html[data-language="ar"] .mobile-menu__link,
html[data-language="ar"] .blue-button,
html[data-language="ar"] .video-button,
html[data-language="ar"] .contact-submit,
html[data-language="ar"] .interview-filter,
html[data-language="ar"] .blog-filter,
html[data-language="ar"] .article-share-rail__label {
  font-family: var(--font-heading-arabic);
  font-weight: 700;
  letter-spacing: 0;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .site-header__right,
html[dir="rtl"] .mobile-menu,
html[dir="rtl"] .mobile-menu__links {
  direction: rtl;
}

html[dir="rtl"] .site-nav,
html[dir="rtl"] .language-switcher {
  direction: ltr;
}

html[dir="rtl"] .site-nav a,
html[dir="rtl"] .mobile-menu__link {
  direction: rtl;
  unicode-bidi: isolate;
}

html[dir="rtl"] .language-switcher__button {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .mobile-menu__links {
  text-align: right;
}

html[dir="rtl"] .games-copy,
html[dir="rtl"] .video-copy,
html[dir="rtl"] .interviews-page__header,
html[dir="rtl"] .blogs-page__header,
html[dir="rtl"] .devlogs-page__header,
html[dir="rtl"] .junkland-page__header,
html[dir="rtl"] .contact-page .form-field label,
html[dir="rtl"] .contact-status {
  text-align: right;
}

html[dir="rtl"] .games-copy h1,
html[dir="rtl"] .games-line {
  margin-right: 0;
}

html[dir="rtl"] .contact-page .form-field input:not([type="email"]),
html[dir="rtl"] .contact-page .form-field textarea {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .contact-page .form-field input[type="email"] {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .contact-page__inner,
html[dir="rtl"] .contact-page h1,
html[dir="rtl"] .contact-copy,
html[dir="rtl"] .newsletter-kit-embed {
  text-align: center;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body.is-hero-shaking {
  transform-origin: 50% 35%;
  animation: hero-screen-shake 70ms linear infinite;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@keyframes hero-screen-shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  20% {
    transform: translate3d(-12px, 6px, 0) rotate(-1.05deg);
  }

  40% {
    transform: translate3d(12px, -6px, 0) rotate(1.05deg);
  }

  60% {
    transform: translate3d(-9px, -3px, 0) rotate(0.75deg);
  }

  80% {
    transform: translate3d(9px, 3px, 0) rotate(-0.75deg);
  }
}

.scroll-header-plate {
  position: fixed;
  top: -1px;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 88px;
  background: #932e58;
  opacity: var(--header-plate-opacity);
  pointer-events: none;
  transform: translateY(var(--header-plate-y));
  transition: opacity 120ms ease-out, transform 120ms ease-out;
}

.hero {
  --stage-scale: 0.64;
  --stage-offset-x: 61px;
  --cat-screen-offset-x: 80px;
  --hands-screen-offset-x: 34px;
  --hands-screen-offset-y: -23px;
  --white-mask-top: 912px;
  --hero-click-zoom: 1;
  --scene-h: 784px;

  position: relative;
  height: var(--scene-h);
  min-height: var(--scene-h);
  overflow: visible;
  background: transparent;
}

.hero,
.scene,
.foreground-clip,
.stage,
.hero-zoom-group,
.spine-canvas,
.layer,
.layer-white-mask {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.site-header,
.site-logo,
.site-nav,
.social-nav,
.social-link,
.mobile-menu-toggle,
.mobile-menu,
.mobile-menu__social {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.site-header a {
  pointer-events: auto;
}

.site-logo {
  position: fixed;
  top: clamp(20px, 1.37vw, 28px);
  left: clamp(24px, 2.83vw, 58px);
  z-index: 102;
  display: block;
  line-height: 0;
}

.site-logo img {
  display: block;
  width: clamp(98px, 5.91vw, 121px);
  height: auto;
  -webkit-user-drag: none;
}

.site-header__right {
  display: contents;
}

.site-nav {
  --nav-gap: clamp(9px, 1.175vw, 24px);

  position: fixed;
  top: clamp(26px, 1.56vw, 32px);
  left: 50%;
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--nav-gap);
  transform: translateX(-50%);
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

body.is-header-condensed .site-nav,
body.is-header-condensed .social-nav,
body.is-header-condensed .language-switcher--desktop {
  display: none;
}

body.is-header-condensed .mobile-menu-toggle {
  position: fixed;
  top: calc(14px + env(safe-area-inset-top, 0px));
  right: calc(14px + env(safe-area-inset-right, 0px));
  z-index: 112;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(24, 7, 22, 0.92);
  box-shadow: 0 3px 0 rgba(55, 22, 49, 0.24);
  place-items: center;
  pointer-events: auto;
  cursor: pointer;
}

body.is-header-condensed .mobile-menu-toggle span {
  display: block;
  grid-area: 1 / 1;
  width: 25px;
  height: 4px;
  border-radius: 999px;
  background: #f9eae5;
  transition: transform 220ms ease, opacity 180ms ease;
}

body.is-header-condensed .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(-9px);
}

body.is-header-condensed .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(9px);
}

body.is-header-condensed.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

body.is-header-condensed.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.is-header-condensed.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

body.is-header-condensed .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 108;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(82vw, 320px);
  height: 100vh;
  max-width: calc(100vw - 24px);
  padding: 104px 32px 34px;
  background: #932e58;
  box-shadow: -12px 0 24px rgba(24, 7, 22, 0.24);
  transform: translateX(103%);
  transition: transform 300ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

@supports (width: 100svw) {
  body.is-header-condensed .mobile-menu {
    width: min(82svw, 320px);
    max-width: calc(100svw - 24px);
  }
}

@supports (height: 100dvh) {
  body.is-header-condensed .mobile-menu {
    height: 100dvh;
  }
}

body.is-header-condensed.is-mobile-menu-open .mobile-menu {
  transform: translateX(0);
}

body.is-header-condensed .mobile-menu__links {
  display: grid;
  width: 100%;
  gap: 0;
}

body.is-header-condensed .language-switcher--mobile {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 220px);
  margin-top: 24px;
}

body.is-header-condensed .language-switcher--mobile .language-switcher__button {
  min-width: 54px;
  height: 38px;
  background: transparent;
}

body.is-header-condensed .mobile-menu__link {
  position: relative;
  --nav-hover-scale: 1;
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: scale(var(--nav-hover-scale)) rotate(0deg);
  transform-origin: center center;
  transition:
    --nav-hover-scale 260ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 220ms ease,
    transform 220ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

body.is-header-condensed .mobile-menu__divider {
  display: block;
  width: 106px;
  height: 2px;
  margin: 0 auto;
  background: #180716;
}

body.is-header-condensed .mobile-menu__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(100%, 220px);
  margin-top: 28px;
}

body.is-header-condensed .mobile-menu__social {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  line-height: 0;
  text-decoration: none;
}

body.is-header-condensed .mobile-menu__social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  pointer-events: auto;
}

.language-switcher--desktop {
  position: fixed;
  top: clamp(24px, 1.46vw, 30px);
  right: clamp(72px, 5.6vw, 118px);
  z-index: 104;
}

body.is-language-switcher-stacked .language-switcher--desktop {
  top: clamp(78px, 5.4vw, 92px);
}

.language-switcher--mobile {
  display: none;
}

.language-switcher__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f9eae5;
  font-family: "Roboto Stranded", Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  overflow: visible;
  box-shadow: none;
  transition:
    transform 160ms ease;
}

.language-switcher__button::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -18px;
  width: 14px;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.72) 48%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
}

.language-switcher__button:hover,
.language-switcher__button:focus-visible {
  transform: translateY(-2px);
}

.language-switcher__button:hover::after,
.language-switcher__button:focus-visible::after {
  animation: languageIconSweep 560ms ease-out;
}

.language-switcher__button:active .language-switcher__icon,
.language-switcher__button.is-popping .language-switcher__icon {
  animation: languageIconPop 260ms cubic-bezier(0.2, 1.3, 0.32, 1);
}

.language-switcher__button.is-active {
  color: #f9eae5;
}

.language-switcher__icon {
  display: block;
  width: 48px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
  pointer-events: none;
  filter: grayscale(1) saturate(0.05) contrast(1.05) brightness(0.86) drop-shadow(0 4px 5px rgba(24, 7, 22, 0.34));
  transform: scale(1);
  transform-origin: center;
  transition:
    filter 170ms ease,
    opacity 170ms ease,
    transform 180ms cubic-bezier(0.2, 1.15, 0.32, 1);
}

.language-switcher__button.is-active .language-switcher__icon {
  filter: saturate(1.08) contrast(1.03) drop-shadow(0 0 9px rgba(249, 234, 229, 0.38)) drop-shadow(0 5px 7px rgba(24, 7, 22, 0.34));
  transform: scale(1.12);
}

.language-switcher__button:hover .language-switcher__icon,
.language-switcher__button:focus-visible .language-switcher__icon {
  filter: saturate(1.18) contrast(1.05) drop-shadow(0 0 12px rgba(249, 234, 229, 0.46)) drop-shadow(0 7px 8px rgba(24, 7, 22, 0.36));
  transform: scale(1.18) rotate(-3deg);
}

.language-switcher__button.is-active:hover .language-switcher__icon,
.language-switcher__button.is-active:focus-visible .language-switcher__icon {
  transform: scale(1.22) rotate(-3deg);
}

@keyframes languageIconSweep {
  0% {
    opacity: 0;
    left: -18px;
  }

  22% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
    left: calc(100% + 12px);
  }
}

@keyframes languageIconPop {
  0% {
    transform: scale(1.08);
  }

  48% {
    transform: scale(1.28) rotate(2deg);
  }

  100% {
    transform: scale(1);
  }
}

.language-switcher__flag {
  font-size: 17px;
}

.language-switcher__code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-nav a {
  position: relative;
  --nav-hover-scale: 1;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0;
  color: transparent;
  font-size: clamp(18px, 1.12vw, 23px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: scale(var(--nav-hover-scale)) rotate(0deg);
  transform-origin: center center;
  transition:
    --nav-hover-scale 260ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 220ms ease,
    transform 220ms cubic-bezier(0.22, 0.68, 0.18, 1);
  white-space: nowrap;
}

html[data-language="ar"] .site-nav a {
  min-height: 36px;
  padding: 1px 0 5px;
  line-height: 1.32;
  overflow: visible;
}

.site-nav a::before,
.site-nav a::after,
.mobile-menu__link::before,
.mobile-menu__link::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: clip-path 330ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

html[data-language="ar"] .site-nav a::before,
html[data-language="ar"] .site-nav a::after {
  inset: -3px 0;
}

.site-nav a::before,
.mobile-menu__link::before {
  z-index: 2;
  color: #180716;
  clip-path: polygon(118% 0, 118% 0, 100% 100%, 100% 100%);
}

.site-nav a::after,
.mobile-menu__link::after {
  z-index: 1;
  color: #ffffff;
  clip-path: polygon(0 0, 118% 0, 100% 100%, 0 100%);
}

.site-nav a:hover::before,
.mobile-menu__link:hover::before {
  clip-path: polygon(-18% 0, 118% 0, 100% 100%, -36% 100%);
}

.site-nav a:hover::after,
.mobile-menu__link:hover::after {
  clip-path: polygon(-36% 0, -18% 0, -36% 100%, -54% 100%);
}

.nav-divider {
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 21px;
  background: #180716;
}

.social-nav {
  position: absolute;
  top: clamp(16px, 1.12vw, 23px);
  right: clamp(10px, 0.83vw, 17px);
  z-index: 65;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 0.73vw, 15px);
}

.social-link {
  display: grid;
  width: clamp(34px, 2.15vw, 44px);
  height: clamp(34px, 2.15vw, 44px);
  place-items: center;
  line-height: 0;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
}

.site-logo:hover,
.social-link:hover,
.mobile-menu__social:hover {
  animation: mm-shake 110ms ease-in-out infinite;
  filter: drop-shadow(0 3px 0 rgba(44, 15, 42, 0.18));
}

.site-nav .shake-link:hover,
.mobile-menu__link:hover {
  --nav-hover-scale: 1.18;
  animation: header-link-shake 220ms ease-in-out infinite;
  filter: drop-shadow(0 3px 0 rgba(44, 15, 42, 0.18));
}

.site-nav a.is-route-active,
.mobile-menu__link.is-route-active {
  --nav-hover-scale: 1.08;
}

.site-nav a.is-route-active {
  box-shadow: 0 9px 0 -5px #ef6f9f;
}

.mobile-menu__link.is-route-active {
  box-shadow: inset 0 -3px 0 #f9eae5;
}

@keyframes mm-shake {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }

  50% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  75% {
    transform: translate(-1px, -1px) rotate(0.6deg);
  }
}

@keyframes header-link-shake {
  0%,
  100% {
    transform: scale(var(--nav-hover-scale)) rotate(0deg);
  }

  25% {
    transform: scale(var(--nav-hover-scale)) rotate(-3deg);
  }

  50% {
    transform: scale(var(--nav-hover-scale)) rotate(3deg);
  }

  75% {
    transform: scale(var(--nav-hover-scale)) rotate(-2.1deg);
  }
}

.scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: pointer;
}

.foreground-clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: calc(var(--scene-h) + 16px);
  overflow: visible;
  pointer-events: none;
}

.stage {
  position: absolute;
  top: var(--hero-stage-offset-y);
  left: calc(50% - 2172px + var(--stage-offset-x));
  width: 4344px;
  height: 1144px;
  transform: scale(var(--stage-scale));
  transform-origin: top center;
  will-change: transform;
}

.stage-base {
  z-index: 2;
}

.stage-foreground {
  z-index: 1;
}

.hero-zoom-group {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: -25px;
  z-index: 1;
  transform: scale(var(--hero-click-zoom));
  transform-origin: 50% 78%;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.layer {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.spine-canvas {
  pointer-events: none;
}

.layer-skyline,
.layer-background,
.layer-window-mask,
.layer-staircase,
.layer-vase,
.layer-chair,
.layer-left-top-lamp,
.layer-right-top-lamp {
  will-change: translate;
}

.layer-skyline {
  left: 3316px;
  top: -250px;
  z-index: 1;
  width: 1117px;
  height: 1117px;
}

.layer-background {
  left: -57px;
  top: -108px;
  z-index: 2;
  width: 3574px;
  height: 1020px;
}

.layer-window-mask {
  left: 3502px;
  top: -108px;
  z-index: 3;
  width: 1110px;
  height: 1020px;
}

.layer-staircase {
  left: -65px;
  top: 240px;
  z-index: 4;
  width: 692px;
  height: 765px;
}

.layer-vase {
  left: 811px;
  top: 512px;
  z-index: 4;
  width: 242px;
  height: 492px;
}

.layer-chair {
  left: 2699px;
  top: 254px;
  z-index: 4;
  width: 805px;
  height: 750px;
}

.layer-left-top-lamp {
  left: 2538px;
  top: -101px;
  z-index: 5;
  width: 179px;
  height: 366px;
}

.layer-right-top-lamp {
  left: 1515px;
  top: -101px;
  z-index: 5;
  width: 181px;
  height: 277px;
}

.layer-left-top-lamp,
.layer-right-top-lamp {
  --lamp-rotate-left: -5deg;
  --lamp-rotate-right: 5deg;
  --lamp-swing-duration: 4.2s;

  transform-origin: 50% 0%;
  animation: lamp-swing var(--lamp-swing-duration) ease-in-out infinite;
  animation-delay: var(--lamp-swing-delay, 0s);
  will-change: transform, translate;
}

@keyframes lamp-swing {
  0%,
  100% {
    transform: rotate(var(--lamp-rotate-right));
  }

  50% {
    transform: rotate(var(--lamp-rotate-left));
  }
}

.layer-cat {
  left: 0;
  top: 0;
  z-index: 6;
  width: 4344px;
  height: 1144px;
}

.layer-white-mask {
  left: 0;
  top: var(--white-mask-top);
  z-index: 7;
  width: 4344px;
  height: 232px;
  background: #f9eae5;
}

.layer-hands {
  left: 0;
  top: 0;
  z-index: 8;
  width: 4344px;
  height: 1144px;
}

.layer-warning-popup {
  left: 1288px;
  top: 195px;
  z-index: 11;
  width: 667px;
  height: 575px;
  opacity: 0;
  transform: scale(1);
  transform-origin: 47% 54%;
  transition: opacity 220ms ease;
  will-change: opacity, transform;
}

.hero.is-warning-visible .layer-warning-popup {
  opacity: 1;
  animation: warning-popup-in 233ms linear both;
}

@keyframes warning-popup-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  42.857% {
    opacity: 1;
    transform: scale(1.2);
  }

  71.429% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.layer-mug {
  left: 593px;
  top: 813px;
  z-index: 9;
  width: 294px;
  height: 297px;
}

.layer-pens {
  left: 926px;
  top: 733px;
  z-index: 10;
  width: 245px;
  height: 389px;
}

.layer-book {
  left: 3470px;
  top: 880px;
  z-index: 9;
  width: 441px;
  height: 225px;
}

.layer-tablet {
  left: 2870px;
  top: 901px;
  z-index: 10;
  width: 625px;
  height: 241px;
}

.file-warning {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 20;
  display: grid;
  gap: 8px;
  width: min(440px, calc(100vw - 32px));
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(8, 18, 30, 0.88);
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  transform: translate(-50%, -50%);
}

.file-warning[hidden] {
  display: none;
}

.file-warning a {
  color: #f7d965;
  font-weight: 700;
}

.status {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 20;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(5, 14, 24, 0.58);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}

.status[data-state="ready"] {
  display: none;
}

.status[data-state="error"] {
  background: rgba(120, 24, 32, 0.82);
  opacity: 1;
}

.games-section {
  position: relative;
  z-index: 6;
  --games-title-start-x: 397px;
  --games-title-x: var(--games-title-start-x);
  --games-title-entered-x: 0px;
  --games-line-x: 540px;
  --games-body-x: 261px;
  --games-buttons-x: 252px;
  --games-title-opacity: 0;
  --games-title-blur: 18px;
  --games-line-opacity: 0;
  --games-body-opacity: 0;
  --games-buttons-opacity: 0;
  overflow: hidden;
  height: var(--games-section-height, 739px);
  margin-top: calc(-1 * var(--hero-cooking-overlap));
  background: transparent;
  color: #371631;
}

.section-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 2048px);
  height: 100%;
  margin: 0 auto;
}

.ambient-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.ambient-particles--light {
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.ambient-particles--dark {
  opacity: 0.36;
  mix-blend-mode: screen;
}

.ambient-particles--mixed {
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.route-page > .ambient-particles {
  opacity: 0.24;
  filter: none;
  transition: none;
}

.games-copy {
  position: absolute;
  top: 151px;
  left: calc(50% - 1024px + 442px);
  z-index: 3;
  width: 641px;
}

.games-copy h1 {
  margin: 0;
  width: 366px;
  color: #371631;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
  opacity: var(--games-title-opacity);
  filter: blur(var(--games-title-blur));
  transform: translate3d(var(--games-title-x), 0, 0);
  transition:
    opacity 500ms ease,
    filter 500ms ease,
    transform 720ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: opacity, filter, transform;
}

.games-section.is-games-title-visible {
  --games-title-opacity: 1;
  --games-title-blur: 0px;
}

.title-line {
  display: block;
  width: max-content;
  filter: none;
  transform: translate3d(var(--games-title-line-start-x, 0), 0, 0);
  transition: transform 720ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.title-line-one {
  --games-title-line-start-x: 60px;
}

.title-line-two {
  --games-title-line-start-x: 6px;
}

.games-section.is-games-title-entered {
  --games-title-x: var(--games-title-entered-x);
}

.games-section.is-games-title-entered .title-line {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

html[dir="rtl"] .games-section {
  --games-title-start-x: 406px;
  --games-title-entered-x: 0px;
}

html[dir="rtl"] .games-section .games-copy h1 {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

html[dir="rtl"] .games-section .title-line,
html[dir="rtl"] .games-section .games-line {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .games-section.is-games-title-entered {
  --games-title-x: var(--games-title-entered-x);
  --games-line-x: 0px;
  --games-line-opacity: 1;
}

html[dir="rtl"] .games-section.is-games-title-entered .games-line {
  filter: blur(0);
}

@media (min-width: 1200px) {
  html[data-language="fr"] .games-section {
    --games-title-start-x: 300px;
    --games-section-height: 900px;
    --games-actions-top: 770px;
  }

  html[data-language="fr"] .games-copy h1 {
    width: 560px;
  }

  html[data-language="fr"] .games-section.is-games-title-entered {
    --games-title-x: var(--games-title-entered-x);
  }
}

.section-line {
  display: block;
  width: 81px;
  height: 6px;
  object-fit: cover;
}

.games-line {
  margin: 12px 0 33px;
  filter: blur(4px);
  opacity: var(--games-line-opacity);
  transform: translate3d(var(--games-line-x), 0, 0);
  transition:
    filter 520ms ease,
    opacity 420ms ease,
    transform 680ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: filter, opacity, transform;
}

.games-copy p,
.video-copy p,
.interviews-copy p,
.interview-card p,
.devlogs-copy,
.blog-copy p,
.blog-card p,
.contact-copy,
.contact-form,
.newsletter-kit-embed {
  margin: 0;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
}

.games-copy p {
  filter: blur(5px);
  opacity: var(--games-body-opacity);
  transform: translate3d(var(--games-body-x), 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: filter, opacity, transform;
}

.games-section.is-games-copy-entered {
  --games-line-x: 0px;
  --games-body-x: 0px;
  --games-line-opacity: 1;
  --games-body-opacity: 1;
}

.games-section.is-games-copy-entered .games-line,
.games-section.is-games-copy-entered .games-copy p {
  filter: blur(0);
}

.latest-content-panel {
  position: absolute;
  top: 236px;
  left: min(calc(50% - 1024px + 1248px), calc(100vw - 456px));
  z-index: 4;
  width: 430px;
  color: #371631;
  filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(124px, 24px, 0) scale(0.98);
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: filter, opacity, transform;
}

.games-section.is-games-latest-entered .latest-content-panel {
  filter: blur(0);
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.latest-content-panel__visit {
  width: min(100%, 380px);
  margin: 8px auto 0;
  color: rgba(55, 22, 49, 0.72);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  filter: blur(8px);
  opacity: 0;
  transform: translate3d(34px, 10px, 0);
  transition:
    filter 420ms ease 750ms,
    opacity 420ms ease 750ms,
    transform 520ms cubic-bezier(0.22, 0.68, 0.18, 1) 750ms;
}

.games-section.is-games-latest-entered .latest-content-panel__visit:not([hidden]) {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.latest-content-stack {
  position: relative;
  width: 100%;
  height: 336px;
}

.latest-content-card {
  position: absolute;
  display: block;
  width: 248px;
  height: 328px;
  overflow: visible;
  color: #371631;
  text-decoration: none;
  transform-origin: center center;
}

.latest-content-card__surface {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #faeae5;
  box-shadow: 0 14px 24px rgba(55, 22, 49, 0.2);
  color: #371631;
  filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
  transition:
    box-shadow 260ms ease,
    filter 420ms ease,
    opacity 420ms ease,
    transform 420ms cubic-bezier(0.22, 0.68, 0.18, 1);
  will-change: filter, opacity, transform;
}

.latest-content-card:hover .latest-content-card__surface,
.latest-content-card:focus-visible .latest-content-card__surface {
  box-shadow: 0 20px 30px rgba(55, 22, 49, 0.28);
  outline: none;
}

.latest-content-card:focus-visible .latest-content-card__surface {
  box-shadow:
    0 0 0 3px rgba(241, 105, 155, 0.75),
    0 20px 30px rgba(55, 22, 49, 0.28);
}

.latest-content-card--blog {
  top: 50px;
  left: 16px;
  z-index: 1;
}

.latest-content-card--blog .latest-content-card__surface {
  transform: translate3d(108px, 30px, 0) rotate(5deg) scale(0.88);
}

.latest-content-card--interview {
  top: 0;
  right: 6px;
  z-index: 2;
}

.latest-content-card--interview .latest-content-card__surface {
  transform: translate3d(108px, 22px, 0) rotate(6deg) scale(0.94);
}

.games-section.is-games-latest-entered .latest-content-card--blog .latest-content-card__surface {
  filter: blur(0);
  opacity: 0.9;
  transform: translate3d(0, 10px, 0) rotate(-2deg) scale(0.92);
  transition-delay: 0ms;
}

.games-section.is-games-latest-entered .latest-content-card--interview .latest-content-card__surface {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1);
  transition-delay: 0ms;
}

.games-section.is-games-latest-delay-active.is-games-latest-entered .latest-content-card--interview .latest-content-card__surface {
  transition-delay: 500ms;
}

.latest-content-card--blog:hover,
.latest-content-card--blog:focus-visible {
  z-index: 5;
}

.games-section.is-games-latest-entered .latest-content-card--blog:hover .latest-content-card__surface,
.games-section.is-games-latest-entered .latest-content-card--blog:focus-visible .latest-content-card__surface,
.latest-content-card--blog:hover .latest-content-card__surface,
.latest-content-card--blog:focus-visible .latest-content-card__surface {
  opacity: 1;
  transform: translate3d(34px, -18px, 0) rotate(1.4deg) scale(1.045);
  transition-delay: 0ms;
}

.latest-content-card--interview:hover,
.latest-content-card--interview:focus-visible {
  z-index: 5;
}

.games-section.is-games-latest-entered .latest-content-card--interview:hover .latest-content-card__surface,
.games-section.is-games-latest-entered .latest-content-card--interview:focus-visible .latest-content-card__surface,
.latest-content-card--interview:hover .latest-content-card__surface,
.latest-content-card--interview:focus-visible .latest-content-card__surface {
  transform: translate3d(-28px, -16px, 0) rotate(-1.2deg) scale(1.045);
  transition-delay: 0ms;
}

.latest-content-card__media {
  position: relative;
  height: 156px;
  overflow: hidden;
  background: #371631;
}

.latest-content-card__media::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 58%;
  content: "";
  background: linear-gradient(180deg, rgba(55, 22, 49, 0), rgba(20, 12, 22, 0.78));
}

.latest-content-card__media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.latest-content-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-content-card--interview .latest-content-card__media {
  height: 246px;
}

.latest-content-card__eyebrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 3;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.latest-content-card__body {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  padding: 16px 17px 18px;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.latest-content-card__body > * {
  position: relative;
  z-index: 1;
}

.latest-content-card--interview .latest-content-card__body {
  min-height: 82px;
  padding: 12px 16px 13px;
}

.latest-content-card__title {
  display: block;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.06;
}

.latest-content-card--interview .latest-content-card__title {
  font-size: 18px;
}

.latest-content-card__body p {
  display: -webkit-box;
  margin: 10px 0 18px;
  overflow: hidden;
  color: rgba(55, 22, 49, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: color 180ms ease;
}

.latest-content-card--interview .latest-content-card__body p {
  margin: 6px 0 7px;
  font-size: 14px;
  line-height: 1.06;
  -webkit-line-clamp: 2;
}

.latest-content-card__body time {
  color: rgba(55, 22, 49, 0.56);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 13px;
  transition: color 180ms ease;
}

.latest-content-card:hover .latest-content-card__media::before,
.latest-content-card:focus-visible .latest-content-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.latest-content-card:hover .latest-content-card__body,
.latest-content-card:focus-visible .latest-content-card__body {
  background-position: 100% 0;
  color: #ffffff;
}

.latest-content-card:hover .latest-content-card__body p,
.latest-content-card:focus-visible .latest-content-card__body p,
.latest-content-card:hover .latest-content-card__body time,
.latest-content-card:focus-visible .latest-content-card__body time {
  color: rgba(255, 255, 255, 0.84);
}

.latest-mobile-panel {
  display: none;
}

.latest-mobile-card {
  -webkit-tap-highlight-color: transparent;
}

.paw-art,
.paw-art-two,
.extra-paws-layer {
  --paw-top-opacity: 0.6;
  --paw-middle-opacity: 0;
  --paw-bottom-opacity: 0;
  --paw-top-progress: 1;
  --paw-middle-progress: 0;
  --paw-bottom-progress: 0;
  opacity: 1;
  filter: none;
  transition:
    opacity 500ms ease,
    filter 500ms ease;
}

.paw-art {
  position: absolute;
  top: 112px;
  left: calc(50% - 1024px + 1150px);
  z-index: 1;
  width: 690px;
  height: 627px;
}

.paw-state {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 260ms ease;
}

.paw-state-middle {
  opacity: var(--paw-middle-opacity);
}

.paw-state-top {
  opacity: var(--paw-top-opacity);
}

.paw-state-bottom {
  opacity: var(--paw-bottom-opacity);
}

.paw-art-two {
  position: absolute;
  z-index: 2;
  width: 425px;
  height: 279px;
  pointer-events: none;
}

.paw-art-two-main {
  top: 26px;
  left: calc(50% - 1024px + 762px);
  width: 425px;
  height: 279px;
}

.paw-art-two-copy {
  top: 95px;
  left: calc(50% - 1024px + 485px);
  width: 287px;
  height: 188px;
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.paw-two-state {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 260ms ease;
}

.paw-two-state-top {
  opacity: calc(var(--paw-top-opacity) * 0.333333);
}

.paw-two-state-middle {
  opacity: calc(var(--paw-middle-opacity) * 0.333333);
}

.paw-two-state-bottom {
  opacity: calc(var(--paw-bottom-opacity) * 0.333333);
}

.paw-art-two-copy .paw-two-state-top {
  opacity: calc(var(--paw-top-opacity) * 0.166667);
}

.paw-art-two-copy .paw-two-state-middle {
  opacity: calc(var(--paw-middle-opacity) * 0.166667);
}

.paw-art-two-copy .paw-two-state-bottom {
  opacity: calc(var(--paw-bottom-opacity) * 0.166667);
}

.extra-paws-layer {
  position: absolute;
  top: 0;
  left: calc(50% - 1024px);
  z-index: 2;
  width: 2048px;
  height: 100%;
  pointer-events: none;
}

.extra-paw {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 68px;
  transform-origin: 0 0;
}

.extra-paw-01 {
  transform: matrix(1, 0, 0, 1, 372, 152.5);
}

.extra-paw-02 {
  transform: matrix(0.832529, -0.255033, 0.255033, 0.832529, 295.852, 204.037);
}

.extra-paw-03 {
  transform: matrix(0.750337, 0.052212, -0.052212, 0.750337, 245.251, 283);
}

.extra-paw-04 {
  transform: matrix(0.37825, -0.650122, 0.650122, 0.37825, 317.209, 311.93);
}

.extra-paw-05 {
  transform: matrix(0.21809, -0.600399, 0.600399, 0.21809, 288.298, 406.945);
}

.extra-paw-06 {
  transform: matrix(0.581938, -0.263421, 0.263421, 0.581938, 208.202, 396.949);
}

.extra-paw-07 {
  transform: matrix(0.581938, -0.263421, 0.263421, 0.581938, 184.202, 487.949);
}

.extra-paw-08 {
  transform: matrix(0.335659, -0.543485, 0.543485, 0.335659, 263.177, 488.984);
}

.extra-paw-09 {
  transform: matrix(0.335659, -0.543485, 0.543485, 0.335659, 245.177, 564.984);
}

.extra-paw-10 {
  transform: matrix(0.575902, -0.276368, 0.276368, 0.575902, 160.103, 573.648);
}

.extra-paw-11 {
  transform: matrix(0.575902, -0.276368, 0.276368, 0.575902, 161.103, 659.648);
}

.extra-paw-12 {
  transform: matrix(0.357936, -0.529079, 0.529079, 0.357936, 230.131, 644.829);
}

.extra-paw-state {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 260ms ease;
}

.extra-paw-state-top {
  opacity: calc(var(--paw-top-progress) * 0.5);
}

.extra-paw-state-middle {
  opacity: calc(var(--paw-middle-progress) * 0.5);
}

.extra-paw-state-bottom {
  opacity: calc(var(--paw-bottom-progress) * 0.5);
}

.games-actions {
  position: absolute;
  top: var(--games-actions-top, 629px);
  left: calc(50% - 1024px + 442px);
  z-index: 3;
  display: flex;
  gap: 12px;
}

.games-section.is-games-buttons-entered {
  --games-buttons-x: 0px;
  --games-buttons-opacity: 1;
}

.blue-button,
.video-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: center center;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.blue-button {
  width: 324px;
  background-color: #3087e0;
  box-shadow: 0 4px 4px rgba(43, 47, 55, 0.32);
  color: #ffffff;
}

.games-actions .blue-button {
  filter: blur(5px);
  opacity: var(--games-buttons-opacity);
  transform: translate3d(var(--games-buttons-x), 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1),
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease,
    box-shadow 180ms ease;
  will-change: filter, opacity, transform;
}

.games-section.is-games-buttons-entered .games-actions .blue-button {
  filter: blur(0);
}

.games-section.is-games-buttons-entered .games-actions .blue-button:nth-child(2) {
  transition-delay: 250ms;
}

.games-actions .blue-button:nth-child(2) {
  width: 323px;
}

.blue-button:hover,
.video-button:hover {
  animation: button-wiggle 180ms ease-in-out infinite;
  background-position: 100% 0;
  box-shadow: 0 7px 12px rgba(43, 47, 55, 0.28);
  color: #ffffff;
}

@keyframes button-wiggle {
  0%,
  100% {
    transform: translateY(-2px) scale(1.045) rotate(0deg);
  }

  50% {
    transform: translateY(-2px) scale(1.045) rotate(-1.8deg);
  }
}

.video-section {
  position: relative;
  z-index: 2;
  --video-section-bg: #738c3e;
  height: 827px;
  overflow: hidden;
  background-color: var(--video-section-bg);
  transition: background-color 620ms ease;
}

.video-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 360px;
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.94) 0%, rgba(3, 3, 3, 0.68) 42%, rgba(3, 3, 3, 0) 100%);
  pointer-events: none;
}

.video-crop {
  position: absolute;
  top: 0;
  left: calc(50% - 1024px + 166px);
  z-index: 1;
  width: 1718px;
  height: 827px;
  overflow: hidden;
}

.video-crop::after {
  content: none;
}

.video-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 720ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.video-slide.is-active {
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.video-slide.is-left {
  z-index: 1;
  transform: translate3d(-100%, 0, 0);
}

.video-slide.is-right {
  z-index: 1;
  transform: translate3d(100%, 0, 0);
}

.video-slide video {
  position: absolute;
  top: -66px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

.video-copy {
  position: absolute;
  top: 680px;
  left: calc(50% - 1024px + 439px);
  z-index: 4;
  display: flex;
  align-items: flex-start;
  gap: 66px;
  color: #ffffff;
}

.video-text-group {
  display: grid;
  gap: 14px;
  width: 746px;
}

.video-button {
  flex: 0 0 auto;
  width: 272px;
  background-color: #ffffff;
  color: #171017;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(0, 64px, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1),
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease,
    box-shadow 180ms ease;
  will-change: filter, opacity, transform;
}

.video-copy p {
  width: 100%;
  padding-top: 0;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(0, 64px, 0);
  transition:
    filter 520ms ease 250ms,
    opacity 520ms ease 250ms,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1) 250ms;
  will-change: filter, opacity, transform;
}

.video-carousel-controls {
  position: absolute;
  top: 764px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: auto;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(-50%, 42px, 0);
  transition:
    filter 520ms ease 250ms,
    opacity 520ms ease 250ms,
    transform 760ms cubic-bezier(0.65, 0, 0.35, 1) 250ms;
  will-change: filter, opacity, transform;
}

.video-section.is-video-copy-entered .video-carousel-controls {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.video-section.has-single-video .video-carousel-controls {
  display: none;
}

.video-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.video-dot.is-active {
  background: #ffffff;
  transform: scale(1.1);
}

.video-pause-toggle {
  position: relative;
  display: grid;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  place-items: center;
  transition: transform 180ms ease, background-color 180ms ease;
}

.video-pause-toggle::before,
.video-pause-toggle::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 3px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
}

.video-pause-toggle::before {
  left: 8px;
}

.video-pause-toggle::after {
  right: 8px;
}

.video-pause-toggle.is-paused::before {
  top: 6px;
  left: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
  border-radius: 0;
  background: transparent;
}

.video-pause-toggle.is-paused::after {
  display: none;
}

.video-dot:hover,
.video-pause-toggle:hover {
  transform: scale(1.12);
}

.video-section.is-video-copy-entered .video-button,
.video-section.is-video-copy-entered .video-copy p {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.interviews-section {
  position: relative;
  z-index: 1;
  height: 1085px;
  overflow: hidden;
  background: #f9eae5;
  color: #371631;
  text-align: center;
}

.interviews-section::after {
  content: "";
  position: absolute;
  top: 795px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #a2878a;
  pointer-events: none;
}

.interviews-section .section-frame,
.devlogs-section .section-frame {
  z-index: 1;
}

.interviews-section h2,
.devlogs-section h2 {
  position: absolute;
  margin: 0;
  color: #371631;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.88;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-section h2 {
  top: 98px;
  left: calc(50% - 1024px + 882px);
  width: 286px;
}

.interviews-line {
  position: absolute;
  top: 186px;
  left: calc(50% - 1024px + 983px);
  filter: blur(4px);
  opacity: 0;
  transform: translate3d(150px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-copy {
  position: absolute;
  top: 219px;
  left: calc(50% - 1024px + 551px);
  display: grid;
  gap: 28px;
  width: 946px;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    transform 820ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-section.is-interviews-heading-entered h2,
.devlogs-section.is-devlogs-heading-entered h2 {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.interviews-section.is-interviews-copy-entered .interviews-line,
.interviews-section.is-interviews-copy-entered .interviews-copy,
.devlogs-section.is-devlogs-copy-entered .devlogs-line,
.devlogs-section.is-devlogs-copy-entered .devlogs-copy {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.interview-cards {
  position: absolute;
  top: 399px;
  left: calc(50% - 1024px + 439px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 354px);
  gap: 42px;
}

.interview-card {
  --interview-card-y: 74px;
  --interview-card-scale: 1;
  --interview-card-rotate: 0deg;
  position: relative;
  display: block;
  width: 354px;
  height: 529px;
  overflow: hidden;
  border-radius: 22px;
  background: #f9eae5;
  box-shadow: 0 4px 10px rgba(55, 22, 49, 0.28);
  color: #371631;
  text-align: left;
  text-decoration: none;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(0, var(--interview-card-y), 0) scale(var(--interview-card-scale)) rotate(var(--interview-card-rotate));
  transform-origin: 50% 50%;
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    box-shadow 220ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-section.is-interviews-cards-entered .interview-card {
  --interview-card-y: 0px;
  filter: blur(0);
  opacity: 1;
}

.interviews-section.is-interviews-cards-entered .interview-card:nth-child(2) {
  transition-delay: 250ms;
}

.interviews-section.is-interviews-cards-entered .interview-card:nth-child(3) {
  transition-delay: 500ms;
}

.interviews-section.is-interviews-cards-entered .interview-card:hover {
  --interview-card-y: -5px;
  --interview-card-scale: 1.035;
  --interview-card-rotate: 2.4deg;
  box-shadow: 0 9px 18px rgba(55, 22, 49, 0.44);
  transition-delay: 0ms;
}

.interview-card__media {
  position: relative;
  height: 397px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.interview-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.interview-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.44) 18%, rgba(0, 0, 0, 0) 48%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 42%);
  pointer-events: none;
}

.interview-card__media img {
  display: block;
  width: 350px;
  height: 395px;
  margin: 2px;
  object-fit: cover;
  transition: filter 220ms ease;
}

.interview-card:hover .interview-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.interview-card:hover .interview-card__media img {
  filter: brightness(1.12) saturate(1.04);
}

.interview-card__person {
  position: absolute;
  top: 31px;
  left: 15px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto auto;
  gap: 9px;
  height: 318px;
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.interview-card__person strong {
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.interview-card__person span {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: none;
}

.interview-card p {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  height: 132px;
  padding: 24px 24px 0;
  color: #371631;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  font-size: 20px;
  line-height: 1.05;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.interview-card__copy {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 63px;
  text-overflow: ellipsis;
}

.interview-card time {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  display: block;
  color: rgba(55, 22, 49, 0.72);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: color 180ms ease;
}

.interview-card:hover p {
  background-position: 100% 0;
  color: #ffffff;
}

.interview-card:hover time {
  color: rgba(255, 255, 255, 0.82);
}

.light-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 56px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  background-color: #f9eae5;
  box-shadow: 0 4px 4px rgba(55, 22, 49, 0.28);
  color: #371631;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.light-button:hover {
  animation: button-wiggle 180ms ease-in-out infinite;
  background-position: 100% 0;
  box-shadow: 0 7px 12px rgba(55, 22, 49, 0.34);
  color: #ffffff;
}

.all-interviews-button {
  position: absolute;
  top: 977px;
  left: calc(50% - 136px);
  z-index: 2;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 180ms ease,
    color 180ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-section.is-interviews-cards-entered .all-interviews-button {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.devlogs-section {
  position: relative;
  z-index: 1;
  height: 710px;
  overflow: hidden;
  background: #f9eae5;
  color: #371631;
  text-align: center;
}

.devlogs-section h2 {
  top: 62px;
  left: calc(50% - 1024px + 917px);
  width: 215px;
}

.devlogs-line {
  position: absolute;
  top: 158px;
  left: calc(50% - 1024px + 983px);
  filter: blur(4px);
  opacity: 0;
  transform: translate3d(150px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.devlogs-copy {
  position: absolute;
  top: 191px;
  left: calc(50% - 1024px + 556px);
  width: 937px;
  filter: blur(5px);
  opacity: 0;
  font-size: 20px;
  line-height: 1.2;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    transform 820ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.devlog-cards {
  position: absolute;
  top: 343px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 20px;
  transform: translateX(-50%);
}

.devlog-card {
  --devlog-card-y: 72px;
  --devlog-card-scale: 1;
  --devlog-card-rotate: 0deg;
  --devlog-card-blur: 5px;
  --devlog-title-rotation: -5deg;
  position: relative;
  display: block;
  width: 372px;
  height: 218px;
  border-radius: 20px;
  filter: blur(var(--devlog-card-blur)) drop-shadow(0 7px 12px rgba(55, 22, 49, 0.3));
  opacity: 0;
  transform: translate3d(0, var(--devlog-card-y), 0) scale(var(--devlog-card-scale)) rotate(var(--devlog-card-rotate));
  transform-origin: center;
  transition:
    opacity 560ms ease,
    filter 560ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.devlogs-section.is-devlogs-cards-entered .devlog-card {
  --devlog-card-y: 0px;
  --devlog-card-blur: 0px;
  opacity: 1;
}

.devlogs-section.is-devlogs-cards-entered .devlog-card:nth-child(2) {
  transition-delay: 250ms;
}

.devlogs-section.is-devlogs-cards-entered .devlog-card:hover {
  --devlog-card-y: -5px;
  --devlog-card-scale: 1.035;
  --devlog-card-rotate: 2.5deg;
  filter: blur(var(--devlog-card-blur)) drop-shadow(0 12px 18px rgba(55, 22, 49, 0.46));
  transition-delay: 0ms;
}

.devlog-card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.devlog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 38%, rgba(0, 0, 0, 0.22) 100%);
  opacity: 0.82;
  pointer-events: none;
}

.devlog-card__title {
  position: absolute;
  z-index: 2;
  display: block;
  color: #050505;
  font-family: "Bungee Stranded", Impact, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #ffffff;
  text-shadow:
    0 4px 0 #ffffff,
    0 9px 10px rgba(0, 0, 0, 0.32);
}

.devlog-card-five .devlog-card__title {
  top: -24px;
  left: 46px;
  transform: rotate(var(--devlog-title-rotation, -6deg));
}

.devlog-card-zero .devlog-card__title {
  top: -19px;
  left: 60px;
  transform: rotate(var(--devlog-title-rotation, 2deg));
}

.all-devlogs-button {
  position: absolute;
  top: 611px;
  left: calc(50% - 136px);
  width: 272px;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 180ms ease,
    color 180ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.devlogs-section.is-devlogs-button-entered .all-devlogs-button {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.blog-section {
  position: relative;
  z-index: 1;
  height: 1018px;
  overflow: hidden;
  background: linear-gradient(#f9eae5 0 570px, #5f4e5b 570px 100%);
  color: #5f4e5b;
  text-align: center;
}

.blog-section .section-frame,
.contact-section .section-frame {
  z-index: 1;
}

.blog-section h2 {
  position: absolute;
  top: 6px;
  left: calc(50% - 1024px + 962px);
  width: 126px;
  margin: 0;
  color: #371631;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.88;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-line {
  position: absolute;
  top: 101px;
  left: calc(50% - 1024px + 983px);
  filter: blur(4px);
  opacity: 0;
  transform: translate3d(150px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-copy {
  position: absolute;
  top: 135px;
  left: calc(50% - 1024px + 602px);
  display: grid;
  gap: 28px;
  width: 844px;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    transform 820ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-section.is-blog-heading-entered h2,
.contact-section.is-contact-intro-entered .contact-icon,
.contact-section.is-contact-intro-entered h2,
.contact-section.is-contact-intro-entered .contact-copy {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.blog-section.is-blog-copy-entered .blog-line,
.blog-section.is-blog-copy-entered .blog-copy {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.blog-cards {
  position: absolute;
  top: 300px;
  left: calc(50% - 1024px + 439px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 354px);
  gap: 42px;
}

.blog-card {
  --blog-card-y: 74px;
  --blog-card-scale: 1;
  --blog-card-rotate: 0deg;
  position: relative;
  display: block;
  width: 354px;
  height: 540px;
  overflow: hidden;
  border-radius: 22px;
  background: #f9eae5;
  box-shadow: 0 4px 10px rgba(55, 22, 49, 0.34);
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(0, var(--blog-card-y), 0) scale(var(--blog-card-scale)) rotate(var(--blog-card-rotate));
  transform-origin: 50% 50%;
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    box-shadow 220ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-section.is-blog-cards-entered .blog-card {
  --blog-card-y: 0px;
  filter: blur(0);
  opacity: 1;
}

.blog-section.is-blog-cards-entered .blog-card:nth-child(2) {
  transition-delay: 250ms;
}

.blog-section.is-blog-cards-entered .blog-card:nth-child(3) {
  transition-delay: 500ms;
}

.blog-section.is-blog-cards-entered .blog-card:hover {
  --blog-card-y: -5px;
  --blog-card-scale: 1.035;
  --blog-card-rotate: 2.4deg;
  box-shadow: 0 9px 18px rgba(55, 22, 49, 0.48);
  transition-delay: 0ms;
}

.blog-card__media {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.blog-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.blog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.44) 18%, rgba(0, 0, 0, 0) 48%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 44%);
  pointer-events: none;
}

.blog-card__media img {
  display: block;
  width: 350px;
  height: 270px;
  margin: 2px;
  object-fit: cover;
  transition: filter 220ms ease;
}

.blog-card:hover .blog-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.blog-card:hover .blog-card__media img {
  filter: brightness(1.12) saturate(1.04);
}

.blog-card__title {
  position: absolute;
  top: 27px;
  left: 21px;
  z-index: 3;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.blog-card p {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: -webkit-box;
  overflow: hidden;
  height: 270px;
  padding: 28px 20px 58px;
  color: #5f4e5b;
  background-color: #f9eae5;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  font-size: 20px;
  line-height: 1.02;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.blog-card time {
  position: absolute;
  right: 20px;
  bottom: 31px;
  left: 20px;
  z-index: 2;
  display: block;
  color: rgba(95, 78, 91, 0.76);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: color 180ms ease;
}

.blog-card:hover p {
  background-position: 100% 0;
  color: #ffffff;
}

.blog-card:hover time {
  color: rgba(255, 255, 255, 0.82);
}

.all-blogs-button {
  position: absolute;
  top: 884px;
  left: calc(50% - 136px);
  width: 272px;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 180ms ease,
    color 180ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-section.is-blog-button-entered .all-blogs-button {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-section {
  position: relative;
  z-index: 1;
  height: 760px;
  overflow: hidden;
  background: #5f4e5b;
  color: #f9eae5;
  text-align: center;
}

.contact-icon {
  position: absolute;
  top: 40px;
  left: calc(50% - 95px);
  width: 190px;
  height: 190px;
  object-fit: contain;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.contact-section h2 {
  position: absolute;
  top: 260px;
  left: calc(50% - 420px);
  width: 840px;
  margin: 0;
  color: #f9eae5;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.06;
  white-space: nowrap;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 780ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.contact-copy {
  position: absolute;
  top: 348px;
  left: calc(50% - 430px);
  width: 860px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 560ms ease,
    opacity 560ms ease,
    transform 820ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.contact-copy:empty {
  display: none;
}

.contact-form {
  position: absolute;
  inset: 0;
  color: #ffffff;
}

.newsletter-kit-embed {
  position: absolute;
  top: 370px;
  left: calc(50% - 1024px + 741px);
  display: flex;
  flex-direction: column;
  width: 563px;
  color: #ffffff;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.form-field,
.contact-submit {
  position: absolute;
  filter: blur(5px);
  opacity: 0;
  transform: translate3d(180px, 0, 0);
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 760ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.contact-section.is-contact-form-entered .form-field,
.contact-section.is-contact-form-entered .contact-submit,
.contact-section.is-contact-form-entered .newsletter-kit-embed {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-section.is-contact-form-entered .form-field-last {
  transition-delay: 120ms;
}

.contact-section.is-contact-form-entered .form-field-email {
  transition-delay: 240ms;
}

.contact-section.is-contact-form-entered .contact-submit {
  transition-delay: 320ms;
}

.contact-section.is-contact-form-entered .form-field-pet {
  transition-delay: 400ms;
}

.contact-section.is-contact-form-entered .newsletter-kit-embed {
  transition-delay: 180ms;
}

.form-field-first {
  top: 440px;
  left: calc(50% - 1024px + 741px);
  width: 273px;
}

.form-field-last {
  top: 440px;
  left: calc(50% - 1024px + 1031px);
  width: 273px;
}

.form-field-email {
  top: 520px;
  left: calc(50% - 1024px + 741px);
  width: 342px;
}

.form-field-pet {
  top: 600px;
  left: calc(50% - 1024px + 741px);
  width: 563px;
}

.form-field label {
  display: block;
  margin: 0 0 9px;
  color: #ffffff;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(249, 234, 229, 0.72);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.form-field input {
  height: 43px;
  padding: 0 15px;
}

.form-field textarea {
  min-height: 132px;
  padding: 12px 15px;
  line-height: 1.35;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(249, 234, 229, 0.62);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #f9eae5;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(249, 234, 229, 0.16);
}

.contact-botcheck {
  display: none !important;
}

.contact-submit {
  top: 542px;
  left: calc(50% - 1024px + 1100px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 41px;
  border: 0;
  border-radius: 22px;
  background: #f9eae5;
  color: #371631;
  cursor: pointer;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.contact-submit:hover {
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(55, 22, 49, 0.28);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-status {
  position: absolute;
  top: 690px;
  left: calc(50% - 1024px + 741px);
  width: 563px;
  min-height: 18px;
  margin: 0;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

.contact-status[data-state="success"] {
  color: #d6f3d2;
}

.contact-status[data-state="error"] {
  color: #ffd1d1;
}

.newsletter-kit-embed__loading,
.newsletter-kit-embed__fallback {
  margin: 0;
  color: rgba(249, 234, 229, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
}

.newsletter-kit-embed__fallback {
  margin-top: 10px;
}

.newsletter-kit-embed__fallback a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter-kit-embed__confirmation-note {
  order: 3;
  margin: 24px 0 0;
  color: rgba(249, 234, 229, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.newsletter-kit-embed__recaptcha-note {
  order: 5;
  margin: 5px 0 0;
  color: rgba(249, 234, 229, 0.62);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}

.newsletter-kit-embed__recaptcha-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter-kit-embed.is-kit-loaded .newsletter-kit-embed__loading {
  display: none;
}

.newsletter-kit-embed.is-kit-loaded .newsletter-kit-embed__fallback {
  display: none;
}

.newsletter-kit-embed .formkit-form[data-uid="b25bbcba95"] {
  order: 1;
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  overflow: visible !important;
}

.newsletter-kit-embed .formkit-background,
.newsletter-kit-embed .formkit-header,
.newsletter-kit-embed .formkit-subheader {
  display: none !important;
}

.newsletter-kit-embed .formkit-form[data-uid="b25bbcba95"] [data-style="minimal"] {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
}

.newsletter-kit-embed .formkit-fields {
  order: 1;
  display: grid !important;
  grid-template-columns: 1fr 203px;
  align-items: end;
  gap: 16px 17px;
  margin: 0 !important;
}

.newsletter-kit-embed.has-kit-multi-field .formkit-fields {
  grid-template-columns: 1fr 1fr;
}

.newsletter-kit-embed .formkit-field,
.newsletter-kit-embed .formkit-submit {
  min-width: 0 !important;
  margin: 0 !important;
}

.newsletter-kit-embed .formkit-field {
  width: 100% !important;
}

.newsletter-kit-embed .formkit-field::before {
  content: attr(data-kit-field-label);
  display: none;
  margin: 0 0 9px;
  color: #f9eae5;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.newsletter-kit-embed.has-kit-multi-field .newsletter-kit-field--first,
.newsletter-kit-embed.has-kit-multi-field .formkit-field:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-kit-embed.has-kit-multi-field .newsletter-kit-field--last,
.newsletter-kit-embed.has-kit-multi-field .formkit-field:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.newsletter-kit-embed.has-kit-multi-field .newsletter-kit-field--email,
.newsletter-kit-embed.has-kit-multi-field .formkit-field:nth-of-type(3) {
  grid-column: 1;
  grid-row: 2;
}

.newsletter-kit-embed.has-kit-multi-field .newsletter-kit-field--pet,
.newsletter-kit-embed.has-kit-multi-field .formkit-field:nth-of-type(4) {
  grid-column: 1 / -1;
  grid-row: 3;
}

.newsletter-kit-embed .formkit-input {
  width: 100% !important;
  height: 43px !important;
  border: 1px solid rgba(249, 234, 229, 0.72) !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #ffffff !important;
  font-family: "Roboto Stranded", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 0 15px !important;
  outline: none !important;
}

.newsletter-kit-embed .formkit-input::placeholder {
  color: rgba(249, 234, 229, 0.62) !important;
  opacity: 1 !important;
}

.newsletter-kit-embed .formkit-input:focus {
  border-color: #f9eae5 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 0 3px rgba(249, 234, 229, 0.16) !important;
}

.newsletter-kit-embed .formkit-submit {
  display: inline-flex !important;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: end;
  align-items: center !important;
  justify-content: center !important;
  width: 203px !important;
  height: 41px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #f9eae5 !important;
  color: #371631 !important;
  cursor: pointer !important;
  font-family: "Roboto Stranded", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.newsletter-kit-embed.has-kit-multi-field .formkit-submit {
  grid-column: 2;
  grid-row: 2;
}

.newsletter-kit-embed .formkit-submit:hover,
.newsletter-kit-embed .formkit-submit:focus {
  background: #ffffff !important;
  box-shadow: 0 6px 12px rgba(55, 22, 49, 0.28) !important;
}

.newsletter-kit-embed .formkit-submit > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 18px !important;
  background: transparent !important;
}

.newsletter-kit-embed .formkit-alert {
  order: 2;
  grid-column: 1 / -1;
  width: 100% !important;
  margin: 12px 0 0 !important;
  border-radius: 9px !important;
  font-family: "Roboto Stranded", Arial, sans-serif !important;
  font-size: 14px !important;
}

.newsletter-kit-embed .formkit-guarantee {
  order: 4;
  margin: 72px 0 0 !important;
  color: rgba(249, 234, 229, 0.58) !important;
  font-family: "Roboto Stranded", Arial, sans-serif !important;
  font-size: 9px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.newsletter-kit-embed .formkit-powered-by-convertkit-container {
  order: 6;
  justify-content: center !important;
  margin: 5px auto 0 !important;
  opacity: 0.75;
  transform: scale(0.62);
  transform-origin: 50% 50%;
}

.contact-section .newsletter-kit-embed .formkit-powered-by-convertkit {
  filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(506%) hue-rotate(318deg) brightness(106%) contrast(95%) !important;
}

.contact-page {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 132px 24px 112px;
  background: #f9eae5;
  color: #371631;
  text-align: center;
}

.contact-page__inner {
  width: min(100%, 1024px);
  margin: 0 auto;
}

.contact-page .contact-icon {
  position: static;
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(1134%) hue-rotate(265deg) brightness(91%) contrast(91%);
  opacity: 1;
  transform: none;
  transition: none;
}

.contact-page h1 {
  margin: 0 auto;
  color: #371631;
  font-size: clamp(58px, 7vw, 72px);
  font-weight: 700;
  line-height: 0.9;
}

.contact-page .contact-copy {
  position: static;
  width: min(100%, 860px);
  margin: 44px auto 0;
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  filter: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.contact-page .contact-form {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
  width: min(100%, 704px);
  margin: 58px auto 0;
  color: #371631;
}

.contact-page .newsletter-kit-embed {
  position: relative;
  top: auto;
  left: auto;
  width: min(100%, 704px);
  margin: 58px auto 0;
  color: #371631;
  filter: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.contact-page .newsletter-kit-embed__loading,
.contact-page .newsletter-kit-embed__fallback,
.contact-page .newsletter-kit-embed__confirmation-note,
.contact-page .newsletter-kit-embed__recaptcha-note {
  color: rgba(55, 22, 49, 0.72);
}

.contact-page .newsletter-kit-embed .formkit-fields {
  grid-template-columns: 1fr 256px;
  gap: 16px 22px;
}

.contact-page .newsletter-kit-embed.has-kit-multi-field .formkit-fields {
  grid-template-columns: 1fr 1fr;
}

.contact-page .newsletter-kit-embed .formkit-field::before {
  color: #371631;
}

.contact-page .newsletter-kit-embed .formkit-input {
  border-color: rgba(55, 22, 49, 0.62) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  color: #371631 !important;
}

.contact-page .newsletter-kit-embed .formkit-input::placeholder {
  color: rgba(55, 22, 49, 0.5) !important;
}

.contact-page .newsletter-kit-embed .formkit-input:focus {
  border-color: #371631 !important;
  background: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0 0 0 3px rgba(55, 22, 49, 0.13) !important;
}

.contact-page .newsletter-kit-embed .formkit-submit {
  width: 256px !important;
  height: 43px !important;
  background: #371631 !important;
  color: #f9eae5 !important;
}

.contact-page .newsletter-kit-embed .formkit-submit:hover,
.contact-page .newsletter-kit-embed .formkit-submit:focus {
  background: #9d2b5f !important;
  color: #f9eae5 !important;
  box-shadow: 0 7px 14px rgba(55, 22, 49, 0.28) !important;
}

.contact-page .newsletter-kit-embed .formkit-guarantee {
  color: rgba(55, 22, 49, 0.64) !important;
}

.contact-page .form-field,
.contact-page .contact-submit {
  position: static;
  filter: none;
  opacity: 1;
  transform: none;
  transition:
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.contact-page .form-field {
  width: 100%;
}

.contact-page .form-field-pet {
  grid-column: 1 / -1;
}

.contact-page .form-field-email {
  grid-column: 1;
}

.contact-page .contact-submit {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  width: 256px;
  height: 43px;
  border: 0;
  background: #371631;
  color: #f9eae5;
}

.contact-page .contact-submit:hover {
  background: #9d2b5f;
  color: #f9eae5;
  box-shadow: 0 7px 14px rgba(55, 22, 49, 0.28);
  transform: translateY(-2px);
}

.contact-page__message {
  width: min(100%, 860px);
  margin: 96px auto 0;
}

.contact-page__message h2 {
  margin: 0 auto;
  color: #371631;
  font-size: clamp(48px, 5.8vw, 66px);
  font-weight: 700;
  line-height: 0.95;
}

.contact-page .contact-form--message {
  margin-top: 44px;
}

.contact-page .contact-form--message .form-field-title {
  grid-column: 2;
  grid-row: 2;
}

.contact-page .contact-form--message .form-field-message {
  grid-column: 1 / -1;
}

.contact-page .contact-form--message .contact-submit {
  grid-column: 1 / -1;
  grid-row: auto;
  justify-self: center;
}

.contact-page .form-field label {
  color: #371631;
}

.contact-page .form-field input,
.contact-page .form-field textarea {
  border-color: rgba(55, 22, 49, 0.62);
  background: rgba(255, 255, 255, 0.24);
  color: #371631;
}

.contact-page .form-field input::placeholder,
.contact-page .form-field textarea::placeholder {
  color: rgba(55, 22, 49, 0.5);
}

.contact-page .form-field input:focus,
.contact-page .form-field textarea:focus {
  border-color: #371631;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 0 3px rgba(55, 22, 49, 0.13);
}

.contact-page .contact-status {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
  min-height: 18px;
  margin: -3px 0 0;
  color: #371631;
  text-align: left;
}

.contact-page .contact-status[data-state="success"] {
  color: #2f7d4f;
}

.contact-page .contact-status[data-state="error"] {
  color: #9d2b5f;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  height: 82px;
  background: #f9eae5;
  color: #5f4e5b;
}

.site-footer p {
  margin: 0;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-social {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  transition: transform 180ms ease;
}

.footer-social:hover {
  transform: translateY(-2px) scale(1.08);
}

.footer-social img {
  display: block;
  width: 35px;
  height: 35px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(575%) hue-rotate(260deg) brightness(88%) contrast(87%);
}

.route-page[hidden] {
  display: none;
}

.route-page {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * var(--hero-route-overlap));
  background: #f9eae5;
  color: #371631;
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
}

.route-page.is-route-page-entered {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
}

.route-page > * {
  opacity: 0;
  filter: blur(9px);
  transition:
    opacity 500ms ease,
    filter 500ms ease;
}

.route-page.is-route-page-entered > * {
  opacity: 1;
  filter: none;
}

.route-page > .ambient-particles,
.route-page.is-route-page-entered > .ambient-particles {
  opacity: 0.24;
  filter: none;
  transition: none;
}

.contact-section > .ambient-particles {
  opacity: 0.054;
}

.contact-page > .ambient-particles {
  opacity: 0.063;
}

.interviews-page > :not(.ambient-particles),
.blogs-page > :not(.ambient-particles),
.devlogs-page > :not(.ambient-particles),
.junkland-page > :not(.ambient-particles),
.contact-page > :not(.ambient-particles) {
  position: relative;
  z-index: 1;
}

html.is-static-route-page .games-section,
html.is-static-route-page .video-section,
html.is-static-route-page .interviews-section,
html.is-static-route-page .devlogs-section,
html.is-static-route-page .blog-section,
html.is-static-route-page .contact-section,
body.has-route-page .games-section,
body.has-route-page .video-section,
body.has-route-page .interviews-section,
body.has-route-page .devlogs-section,
body.has-route-page .blog-section,
body.has-route-page .contact-section {
  display: none;
}

.interviews-page {
  position: relative;
  overflow: hidden;
  min-height: 1510px;
  padding: 132px 24px calc(96px + var(--route-reveal-runway, 0px));
  background: #f9eae5;
}

.interviews-page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1308px);
  margin: 0 auto;
  text-align: center;
}

.interviews-page__header h1 {
  width: max-content;
  margin: 0;
  margin-inline: auto;
  color: #371631;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  transform: translate3d(0, 0, 0);
}

.interviews-page__line {
  display: block;
  margin: 20px auto 30px;
  transform: translate3d(0, 0, 0);
}

.interviews-page__header,
.interviews-page__header h1,
.interviews-page__line,
.interviews-page__copy,
.interview-filters,
.interviews-page__cards-wrap {
  transition:
    opacity 540ms ease,
    filter 540ms ease,
    transform 720ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-page__copy {
  display: grid;
  gap: 26px;
  width: min(100%, 946px);
  margin: 0 auto;
}

.interviews-page__copy p,
.interviews-gallery-card__body p {
  margin: 0;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
}

.interview-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  width: min(100%, 1240px);
  margin: 48px auto 0;
}

.interview-filter {
  flex: 0 0 auto;
  min-width: 0;
  height: 42px;
  padding: 0 clamp(17px, 1.25vw, 25px);
  border: 2px solid #371631;
  border-radius: 999px;
  background: #f9eae5;
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.interview-filter:hover,
.interview-filter.is-active {
  background: #371631;
  color: #f9eae5;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(55, 22, 49, 0.22);
}

.interviews-page__cards-wrap {
  --interviews-page-media-height: 397px;
  position: relative;
  margin-top: 62px;
  padding: 0 0 84px;
}

.interviews-page__cards-wrap::before {
  content: "";
  position: absolute;
  top: var(--interviews-page-media-height);
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: calc(100% - var(--interviews-page-media-height) + 160px);
  background: #a58d91;
  transform: translateX(-50%);
  pointer-events: none;
}

.interviews-page__cards-layout {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.interviews-page__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 354px);
  justify-content: center;
  gap: 48px 44px;
}

.interviews-gallery-card {
  position: relative;
  display: block;
  width: 354px;
  height: 529px;
  overflow: hidden;
  border-radius: 22px;
  background: #f9eae5;
  box-shadow: 0 4px 10px rgba(55, 22, 49, 0.28);
  color: #371631;
  text-align: left;
  text-decoration: none;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transform-origin: 50% 50%;
  transition:
    box-shadow 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.interviews-gallery-card:hover {
  box-shadow: 0 9px 18px rgba(55, 22, 49, 0.44);
  transform: translate3d(0, -5px, 0) scale(1.035) rotate(2.4deg);
}

@keyframes interviewRouteCardEnter {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 58px, 0) scale(1) rotate(0deg);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

.interviews-gallery-card__media {
  position: relative;
  height: 397px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.interviews-gallery-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.interviews-gallery-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 24%, rgba(0, 0, 0, 0) 58%);
  pointer-events: none;
}

.interviews-gallery-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease;
}

.interviews-gallery-card:hover .interviews-gallery-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.interviews-gallery-card:hover .interviews-gallery-card__media img {
  filter: brightness(1.12) saturate(1.04);
}

.interviews-gallery-card__person {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: block;
  height: auto;
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
}

.interviews-gallery-card__person strong {
  display: block;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.interviews-gallery-card__person span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.interviews-gallery-card__body {
  position: relative;
  z-index: 1;
  height: 132px;
  padding: 24px 24px 0;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.interviews-gallery-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: inherit;
  font-size: 20px;
  line-height: 1.05;
}

.interviews-gallery-card__body time {
  display: block;
  margin-top: 12px;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  color: rgba(55, 22, 49, 0.74);
  transition: color 180ms ease;
}

.interviews-gallery-card:hover .interviews-gallery-card__body {
  background-position: 100% 0;
  color: #ffffff;
}

.interviews-gallery-card:hover .interviews-gallery-card__body time {
  color: rgba(255, 255, 255, 0.82);
}

.blogs-page {
  position: relative;
  overflow: hidden;
  min-height: 1250px;
  padding: 132px 24px calc(96px + var(--route-reveal-runway, 0px));
  background: #f9eae5;
}

.blogs-page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1308px);
  margin: 0 auto;
  text-align: center;
}

.blogs-page__header h1 {
  width: max-content;
  margin: 0;
  margin-inline: auto;
  color: #371631;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  transform: translate3d(0, 0, 0);
}

.blogs-page__line {
  display: block;
  margin: 20px auto 30px;
  transform: translate3d(0, 0, 0);
}

.blogs-page__header,
.blogs-page__header h1,
.blogs-page__line,
.blogs-page__copy,
.blog-filters,
.blogs-page__cards-wrap {
  transition:
    opacity 540ms ease,
    filter 540ms ease,
    transform 720ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blogs-page__copy {
  display: grid;
  gap: 26px;
  width: min(100%, 946px);
  margin: 0 auto;
}

.blogs-page__copy p,
.blogs-gallery-card__body p {
  margin: 0;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
}

.blog-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  width: min(100%, 1240px);
  margin: 48px auto 0;
}

.blog-filter {
  flex: 0 0 auto;
  min-width: 0;
  height: 42px;
  padding: 0 clamp(17px, 1.25vw, 25px);
  border: 2px solid #371631;
  border-radius: 999px;
  background: #f9eae5;
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.blog-filter:hover,
.blog-filter.is-active {
  background: #371631;
  color: #f9eae5;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(55, 22, 49, 0.22);
}

.blogs-page__cards-wrap {
  --blogs-page-media-height: 270px;
  position: relative;
  margin-top: 62px;
  padding: 0 0 84px;
}

.blogs-page__cards-wrap::before {
  content: "";
  position: absolute;
  top: var(--blogs-page-media-height);
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: calc(100% - var(--blogs-page-media-height) + 160px);
  background: #a58d91;
  transform: translateX(-50%);
  pointer-events: none;
}

.blogs-page__cards-layout {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.blogs-page__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 354px);
  justify-content: center;
  gap: 48px 44px;
}

.blogs-gallery-card {
  position: relative;
  display: block;
  width: 354px;
  height: calc(var(--blogs-page-media-height) * 2);
  overflow: hidden;
  border-radius: 22px;
  background: #f9eae5;
  box-shadow: 0 4px 10px rgba(55, 22, 49, 0.34);
  color: #5f4e5b;
  text-align: left;
  text-decoration: none;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transform-origin: 50% 50%;
  transition:
    box-shadow 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blogs-gallery-card:hover {
  box-shadow: 0 9px 18px rgba(55, 22, 49, 0.48);
  transform: translate3d(0, -5px, 0) scale(1.035) rotate(2.4deg);
}

.blogs-gallery-card__media {
  position: relative;
  height: var(--blogs-page-media-height);
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.blogs-gallery-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.blogs-gallery-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0) 62%);
  pointer-events: none;
}

.blogs-gallery-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease;
}

.blogs-gallery-card:hover .blogs-gallery-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.blogs-gallery-card:hover .blogs-gallery-card__media img {
  filter: brightness(1.12) saturate(1.04);
}

.blogs-gallery-card__title {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 3;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.blogs-gallery-card__body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: var(--blogs-page-media-height);
  padding: 28px 20px 58px;
  background-color: #f9eae5;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.blogs-gallery-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  color: inherit;
  font-size: 20px;
  line-height: 1.02;
}

.blogs-gallery-card__body time {
  position: absolute;
  right: 20px;
  bottom: 31px;
  left: 20px;
  display: block;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  color: rgba(95, 78, 91, 0.76);
  transition: color 180ms ease;
}

.blogs-gallery-card:hover .blogs-gallery-card__body {
  background-position: 100% 0;
  color: #ffffff;
}

.blogs-gallery-card:hover .blogs-gallery-card__body time {
  color: rgba(255, 255, 255, 0.82);
}

.devlogs-page {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
  padding: 132px 24px calc(96px + var(--route-reveal-runway, 0px));
  background: #f9eae5;
}

.devlogs-page__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1308px);
  margin: 0 auto;
  text-align: center;
}

.devlogs-page__header h1 {
  width: max-content;
  margin: 0;
  margin-inline: auto;
  color: #371631;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  transform: translate3d(0, 0, 0);
}

.devlogs-page__line {
  display: block;
  margin: 20px auto 30px;
  transform: translate3d(0, 0, 0);
}

.devlogs-page__header,
.devlogs-page__header h1,
.devlogs-page__line,
.devlogs-page__copy,
.devlogs-page__grid {
  transition:
    opacity 540ms ease,
    filter 540ms ease,
    transform 720ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.devlogs-page__copy {
  width: min(100%, 946px);
  margin: 0 auto;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
}

.devlogs-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 372px);
  justify-content: center;
  gap: 62px 34px;
  width: max-content;
  max-width: 100%;
  margin: 70px auto 0;
}

.devlogs-gallery-item {
  display: grid;
  gap: 18px;
  width: 372px;
  color: #371631;
  text-align: left;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
}

.devlogs-gallery-item__thumb.devlog-card {
  --devlog-card-y: 0px;
  --devlog-card-scale: 1;
  --devlog-card-rotate: 0deg;
  --devlog-card-blur: 0px;
  height: auto;
  aspect-ratio: 372 / 218;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.devlogs-gallery-item__thumb .devlog-card__title {
  top: -22px;
  left: 46px;
  font-size: 38px;
  transform: rotate(var(--devlog-title-rotation, -5deg));
}

.devlogs-gallery-item p {
  box-sizing: border-box;
  min-height: 104px;
  margin: 0;
  padding: 23px 28px;
  border-radius: 18px;
  background: #f9eae5;
  box-shadow: 0 5px 12px rgba(55, 22, 49, 0.24);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.12;
}

.devlogs-gallery-item:hover .devlogs-gallery-item__thumb {
  filter: blur(var(--devlog-card-blur)) drop-shadow(0 12px 18px rgba(55, 22, 49, 0.46));
  transform: translate3d(0, -5px, 0) scale(1.035) rotate(2.4deg);
}

.junkland-page {
  position: relative;
  overflow: hidden;
  min-height: 1200px;
  padding: 132px 24px 118px;
  background: #f9eae5;
}

.junkland-page__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.junkland-page__header {
  width: min(100%, 900px);
  margin: 0 auto 70px;
  text-align: center;
}

.junkland-page__header h1 {
  margin: 0;
  color: #371631;
  font-size: clamp(58px, 7vw, 72px);
  font-weight: 700;
  line-height: 0.9;
}

.junkland-page__line {
  display: block;
  margin: 24px auto 26px;
}

.junkland-page__header p {
  margin: 0 auto;
  color: #371631;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
}

html[data-language="ar"] .junkland-page:not(.blog-article-page):not(.interview-article-page) .junkland-page__header {
  text-align: center;
}

html[data-language="ar"] .junkland-page:not(.blog-article-page):not(.interview-article-page) .junkland-page__header p {
  font-family: var(--font-heading-arabic);
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.junkland-article {
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42;
}

.junkland-article::after {
  content: "";
  display: block;
  clear: both;
}

.junkland-article > p {
  width: min(100%, 820px);
  margin: 0 auto 28px;
}

.junkland-article__heading {
  clear: both;
  width: min(100%, 900px);
  margin: 72px auto 24px;
  color: #371631;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
}

.junkland-article__heading--2 {
  font-size: clamp(48px, 4.6vw, 72px);
}

.junkland-article__heading--3 {
  margin-top: 46px;
  font-size: clamp(30px, 3vw, 44px);
}

.junkland-mode-list {
  display: grid;
  gap: 14px;
  width: min(100%, 840px);
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

.junkland-mode-list li {
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(165, 141, 145, 0.18);
  box-shadow: 0 4px 10px rgba(55, 22, 49, 0.12);
}

.junkland-mode-list strong {
  display: inline-block;
  margin-right: 8px;
  color: #932e58;
  font-weight: 700;
}

.junkland-media,
.junkland-media-grid {
  clear: both;
}

.junkland-media {
  margin: 42px auto;
}

.junkland-media--wide {
  width: min(100%, 980px);
}

.junkland-media--compact {
  width: min(100%, 540px);
}

.junkland-media--grid {
  width: 100%;
  margin: 0;
}

.junkland-media--aside-right {
  float: right;
  clear: right;
  width: min(42%, 410px);
  margin: 4px 54px 28px 34px;
}

.junkland-media__frame {
  overflow: hidden;
  border-radius: 22px;
  background: #a58d91;
  box-shadow: 0 8px 18px rgba(55, 22, 49, 0.22);
}

.junkland-media img,
.junkland-media video {
  display: block;
  width: 100%;
  height: auto;
}

.junkland-media video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.junkland-media[data-media-key="JT009"] .junkland-media__frame {
  aspect-ratio: 1 / 1;
}

.junkland-media[data-media-key="JT009"] video {
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.junkland-media figcaption {
  margin-top: 10px;
  color: rgba(55, 22, 49, 0.7);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.junkland-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 980px);
  margin: 46px auto;
}

.junkland-media-grid--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1060px);
}

.junkland-media-grid--quartet {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1120px);
}

.junkland-article__cta {
  clear: both;
  display: flex;
  justify-content: center;
  width: min(100%, 820px);
  margin: 46px auto;
}

.junkland-article__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 268px;
  padding: 0 34px;
  height: 58px;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: #2f8fe5;
  box-shadow: 0 5px 10px rgba(55, 22, 49, 0.28);
  color: #ffffff;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transform-origin: 50% 50%;
  transition:
    box-shadow 220ms ease,
    color 180ms ease,
    transform 320ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.junkland-article__button::before {
  content: "";
  position: absolute;
  inset: -18% -26%;
  z-index: -1;
  background: #932e58;
  transform: translateX(-112%) skewX(-16deg);
  transition: transform 330ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.junkland-article__button:hover {
  box-shadow: 0 8px 16px rgba(55, 22, 49, 0.38);
  transform: translate3d(0, -3px, 0) rotate(2.5deg) scale(1.06);
}

.junkland-article__button:hover::before {
  transform: translateX(0) skewX(-16deg);
}

.junkland-article__cta--group {
  flex-wrap: wrap;
  gap: 16px;
}

.about-page .junkland-article__heading--2 {
  font-size: clamp(48px, 4.6vw, 72px);
}

.about-page .junkland-article__heading--3 {
  font-size: clamp(30px, 3vw, 44px);
}

.about-page .junkland-page__header h1 {
  font-size: clamp(58px, 7vw, 72px);
}

.about-team-grid {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 980px);
  margin: 46px auto 54px;
}

.about-team-card {
  --about-team-y: 0px;
  --about-team-scale: 1;
  --about-team-rotate: 0deg;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f8e9e4;
  box-shadow: 0 8px 18px rgba(55, 22, 49, 0.22);
  color: #371631;
  transform: translate3d(0, var(--about-team-y), 0) scale(var(--about-team-scale)) rotate(var(--about-team-rotate));
  transform-origin: 50% 50%;
  transition:
    box-shadow 220ms ease,
    transform 420ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.about-team-card:nth-child(4) {
  grid-column: 2;
}

.about-team-card:hover {
  --about-team-y: -5px;
  --about-team-scale: 1.035;
  --about-team-rotate: 2.4deg;
  box-shadow: 0 11px 22px rgba(55, 22, 49, 0.4);
}

.about-team-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  background: #a58d91;
}

.about-team-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
  background-position: 0 0;
  background-size: 250% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.about-team-card__media::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 10, 17, 0.78) 100%);
  pointer-events: none;
}

.about-team-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease;
}

.about-team-card:hover .about-team-card__media::before {
  background-position: 100% 0;
  opacity: 1;
}

.about-team-card:hover .about-team-card__media img {
  filter: brightness(1.12) saturate(1.04);
}

.about-team-card__identity {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 3;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  line-height: 1.05;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.42);
}

.about-team-card__identity strong,
.about-team-card__identity span {
  display: block;
}

.about-team-card__identity strong {
  font-size: clamp(25px, 2.1vw, 33px);
  font-weight: 800;
  text-transform: uppercase;
}

.about-team-card__identity span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
}

.about-team-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 22px 24px 26px;
  color: #371631;
  background-image: linear-gradient(105deg, transparent 0 44%, #932e58 44.2% 100%);
  background-position: 0 0;
  background-size: 250% 100%;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.28;
  transition:
    background-position 330ms cubic-bezier(0.22, 0.68, 0.18, 1),
    color 180ms ease;
}

.about-team-card:hover p {
  background-position: 100% 0;
  color: #ffffff;
}

.blog-article-page__header {
  width: min(100%, 980px);
}

.blog-article-page__deck {
  width: min(100%, 860px);
}

html[data-language="ar"] .blog-article-page__header h1,
html[data-language="ar"] .interview-article-page__header h1 {
  text-align: center;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 22px;
  color: rgba(55, 22, 49, 0.72);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.blog-article-meta img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(55, 22, 49, 0.18);
}

.blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.interview-article-tags {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.article-audio-player {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(100%, 560px);
  margin: 28px auto 4px;
  color: #371631;
}

.article-audio-player__button {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.article-audio-player__button:hover {
  transform: scale(1.08) rotate(-3deg);
}

.article-audio-player__button:active {
  transform: scale(0.94);
}

.article-audio-player__icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid currentColor;
  filter: drop-shadow(0 2px 2px rgba(55, 22, 49, 0.12));
}

.article-audio-player.is-playing .article-audio-player__icon {
  position: relative;
  width: 22px;
  height: 26px;
  margin-left: 0;
  border: 0;
}

.article-audio-player.is-playing .article-audio-player__icon::before,
.article-audio-player.is-playing .article-audio-player__icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  border-radius: 3px;
  background: currentColor;
}

.article-audio-player.is-playing .article-audio-player__icon::before {
  left: 1px;
}

.article-audio-player.is-playing .article-audio-player__icon::after {
  right: 1px;
}

.article-audio-player__body {
  flex: 1 1 auto;
  min-width: 0;
}

.article-audio-player__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 5px;
}

.article-audio-player__label {
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
}

.article-audio-player__duration {
  flex: 0 0 auto;
  color: rgba(55, 22, 49, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.article-audio-player__track {
  position: relative;
  display: block;
  width: 100%;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: none;
}

.article-audio-player__track::before,
.article-audio-player__progress {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.article-audio-player__track::before {
  background: rgba(55, 22, 49, 0.26);
}

.article-audio-player__progress {
  background: #371631;
  pointer-events: none;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 120ms linear;
}

.article-audio-player__thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 14px;
  height: 14px;
  border: 2px solid #f9eae5;
  border-radius: 50%;
  background: #371631;
  box-shadow: 0 2px 7px rgba(55, 22, 49, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.82);
  transition:
    left 120ms linear,
    opacity 140ms ease,
    transform 140ms ease;
}

.article-audio-player__track:hover .article-audio-player__thumb,
.article-audio-player__track:focus-visible .article-audio-player__thumb,
.article-audio-player__track:active .article-audio-player__thumb {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.article-audio-player__track:focus-visible {
  outline: 2px solid rgba(55, 22, 49, 0.42);
  outline-offset: 5px;
}

html[data-language="ar"] .article-audio-player__label {
  font-family: var(--font-heading-arabic);
  font-style: normal;
  font-weight: 700;
}

.blog-article-tag {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #371631;
  color: #f9eae5;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.blog-article-page,
.interview-article-page {
  overflow: visible;
}

.article-body-shell {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 980px) minmax(0, 1fr);
  column-gap: 26px;
  align-items: start;
  width: 100%;
  margin: 0 auto;
}

.article-body-shell .junkland-article {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.article-body-shell .junkland-article > :first-child {
  margin-top: 0;
}

.article-share-rail {
  position: sticky;
  top: 104px;
  z-index: 5;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 50px;
  align-self: start;
  justify-self: end;
}

.article-share-rail__label {
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.article-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(55, 22, 49, 0.48);
  border-radius: 13px;
  background: #f9eae5;
  box-shadow: none;
  text-decoration: none;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 260ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.article-share-button img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.article-share-button:hover {
  border-color: #371631;
  background: #f4ded9;
  transform: translate3d(0, -2px, 0) rotate(2.5deg) scale(1.06);
}

.article-neighbor-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: min(100%, 980px);
  margin: 84px auto 0;
}

.article-neighbor-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 188px;
  padding: 26px 28px 28px;
  overflow: hidden;
  border-radius: 18px;
  background: #eadbd8;
  box-shadow: 0 9px 19px rgba(55, 22, 49, 0.14);
  color: #371631;
  text-decoration: none;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transition:
    box-shadow 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.article-neighbor-card::before {
  content: "";
  position: absolute;
  inset: -18% -24%;
  z-index: 0;
  background: linear-gradient(112deg, transparent 0 43%, rgba(147, 46, 88, 0.72) 43.4% 57%, transparent 57.4% 100%);
  background-position: -90% 0;
  background-size: 230% 100%;
  opacity: 0;
  pointer-events: none;
  transition:
    background-position 360ms cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 180ms ease;
}

.article-neighbor-card:hover {
  box-shadow: 0 13px 25px rgba(55, 22, 49, 0.28);
  transform: translate3d(0, -5px, 0) rotate(1.7deg) scale(1.025);
}

.article-neighbor-card:hover::before {
  background-position: 95% 0;
  opacity: 1;
}

.article-neighbor-card--next:hover {
  transform: translate3d(0, -5px, 0) rotate(-1.7deg) scale(1.025);
}

.article-neighbor-card--placeholder {
  visibility: hidden;
  pointer-events: none;
}

.article-neighbor-card__label,
.article-neighbor-card strong,
.article-neighbor-card p {
  position: relative;
  z-index: 1;
}

.article-neighbor-card__label {
  margin-bottom: 13px;
  color: #932e58;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.article-neighbor-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #371631;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 0.95;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-neighbor-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 16px 0 0;
  color: rgba(55, 22, 49, 0.78);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.interview-article-page__header {
  width: min(100%, 980px);
}

.interview-article-page__deck {
  width: min(100%, 860px);
}

html[data-language="ar"] .blog-article-page__deck,
html[data-language="ar"] .interview-article-page__deck {
  font-family: var(--font-heading-arabic);
  font-style: italic;
  font-weight: 400;
}

html[data-language="ar"] .interview-article-page__deck {
  text-align: center;
}

html[data-language="ar"] .interview-article-page__header .interview-article-meta,
html[data-language="ar"] .interview-article-page__header .interview-article-byline {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

html[data-language="ar"] .interview-article-page__header .interview-article-byline span,
html[data-language="ar"] .interview-article-page__deck {
  text-align: center;
}

.interview-article-byline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: -6px auto 22px;
  color: rgba(55, 22, 49, 0.72);
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
}

.interview-article-byline img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(55, 22, 49, 0.18);
}

.interview-profile-card {
  clear: both;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 28px;
  width: min(100%, 900px);
  margin: 52px auto;
  padding: 30px;
  border: 1px solid rgba(165, 141, 145, 0.42);
  border-radius: 24px;
  background:
    linear-gradient(132deg, rgba(249, 234, 229, 0.62) 0 18%, transparent 18% 84%, rgba(249, 234, 229, 0.46) 84% 100%),
    linear-gradient(180deg, rgba(249, 234, 229, 0.96), rgba(165, 141, 145, 0.54));
  box-shadow: 0 10px 22px rgba(55, 22, 49, 0.16);
}

.interview-profile-card__image {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(55, 22, 49, 0.24);
}

.interview-profile-card__content h3 {
  margin: 0 0 12px;
  color: #371631;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}

.interview-profile-card__content p {
  margin: 0 0 12px;
  color: #24121f;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.interview-profile-card__content strong {
  color: #371631;
  font-weight: 900;
}

.interview-profile-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 20px;
  border-radius: 999px;
  background: #371631;
  color: #f9eae5;
  font-family: "Cormorant Stranded", Georgia, serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(55, 22, 49, 0.18);
  transition:
    transform 220ms cubic-bezier(0.22, 0.68, 0.18, 1),
    box-shadow 220ms ease;
}

.interview-profile-card__link:hover {
  transform: translateY(-2px) scale(1.015);
  background: #932e58;
  box-shadow: 0 12px 22px rgba(55, 22, 49, 0.24);
}

.blog-lightbox-trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.blog-lightbox-trigger img {
  pointer-events: none;
}

.blog-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.blog-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.blog-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: zoom-out;
}

.blog-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  transform: scale(0.92);
  transition: transform 240ms cubic-bezier(0.22, 0.68, 0.18, 1);
}

.blog-lightbox.is-open .blog-lightbox__figure {
  transform: scale(1);
}

.blog-lightbox__image {
  display: block;
  max-width: min(92vw, var(--blog-lightbox-natural-width, 92vw));
  max-height: min(86vh, var(--blog-lightbox-natural-height, 86vh));
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.blog-lightbox figcaption {
  margin-top: 10px;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.blog-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 2px solid #f9eae5;
  border-radius: 12px;
  background: #371631;
  color: #f9eae5;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

body.has-blog-lightbox {
  overflow: hidden;
}

@media (min-width: 821px) {
  html[data-language="ar"] .devlogs-section h2 {
    left: calc(50% - 280px);
    width: 560px;
    text-align: center;
    white-space: nowrap;
  }

  html[data-language="ar"] .blog-section h2 {
    left: calc(50% - 180px);
    width: 360px;
    text-align: center;
  }

  .route-page .interviews-page__header {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .route-page.is-route-heading-entered .interviews-page__header h1 {
    transform: translate3d(var(--interview-title-shift, 0px), 0, 0);
  }

  .route-page .interviews-page__line {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-line-entered .interviews-page__line {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(var(--interview-line-shift, 0px), 0, 0);
  }

  .route-page .interviews-page__copy {
    opacity: 0;
    filter: blur(4px);
    text-align: center;
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-copy-entered .interviews-page__copy {
    opacity: 1;
    filter: blur(0);
    text-align: left;
    transform: translate3d(var(--interview-copy-shift, 0px), 0, 0);
  }

  .route-page .interview-filters {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(-96px, 0, 0);
  }

  .route-page.is-route-filters-entered .interview-filters {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(var(--interview-filters-shift, 0px), 0, 0);
  }

  .route-page .interviews-page__cards-wrap {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .route-page .interviews-gallery-card {
    opacity: 0;
    filter: blur(5px);
    pointer-events: none;
    transform: translate3d(0, 58px, 0) scale(1) rotate(0deg);
  }

  .route-page .interviews-gallery-card.is-card-entered {
    opacity: 1;
    filter: blur(0);
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    animation: interviewRouteCardEnter 720ms cubic-bezier(0.22, 0.68, 0.18, 1) var(--card-delay, 0s) backwards;
  }

  .route-page .interviews-gallery-card.is-card-entered:hover {
    box-shadow: 0 9px 18px rgba(55, 22, 49, 0.44);
    transform: translate3d(0, -5px, 0) scale(1.035) rotate(2.4deg);
  }

  .route-page .blogs-page__header {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-heading-entered .blogs-page__header h1 {
    transform: translate3d(var(--blog-title-shift, 0px), 0, 0);
  }

  .route-page .blogs-page__line {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-line-entered .blogs-page__line {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(var(--blog-line-shift, 0px), 0, 0);
  }

  .route-page .blogs-page__copy {
    opacity: 0;
    filter: blur(4px);
    text-align: center;
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-copy-entered .blogs-page__copy {
    opacity: 1;
    filter: blur(0);
    text-align: left;
    transform: translate3d(var(--blog-copy-shift, 0px), 0, 0);
  }

  .route-page .blog-filters {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(-162px, 0, 0);
  }

  .route-page.is-route-filters-entered .blog-filters {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(var(--blog-filters-shift, -66px), 0, 0);
  }

  .route-page .blogs-page__cards-wrap {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .route-page .blogs-gallery-card {
    opacity: 0;
    filter: blur(5px);
    pointer-events: none;
    transform: translate3d(0, 58px, 0) scale(1) rotate(0deg);
  }

  .route-page .blogs-gallery-card.is-card-entered {
    opacity: 1;
    filter: blur(0);
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    animation: interviewRouteCardEnter 720ms cubic-bezier(0.22, 0.68, 0.18, 1) var(--card-delay, 0s) backwards;
  }

  .route-page .blogs-gallery-card.is-card-entered:hover {
    box-shadow: 0 9px 18px rgba(55, 22, 49, 0.48);
    transform: translate3d(0, -5px, 0) scale(1.035) rotate(2.4deg);
  }

  .route-page .devlogs-page__header {
    opacity: 1;
    filter: none;
    transform: translate3d(0, -4px, 0);
  }

  .route-page.is-route-heading-entered .devlogs-page__header h1 {
    transform: translate3d(var(--devlog-title-shift, 0px), 0, 0);
  }

  .route-page .devlogs-page__line {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-line-entered .devlogs-page__line {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(var(--devlog-line-shift, 0px), 0, 0);
  }

  .route-page .devlogs-page__copy {
    opacity: 0;
    filter: blur(4px);
    text-align: center;
    transform: translate3d(0, 0, 0);
  }

  .route-page.is-route-copy-entered .devlogs-page__copy {
    opacity: 1;
    filter: blur(0);
    text-align: left;
    transform: translate3d(var(--devlog-copy-shift, 0px), 0, 0);
  }

  .route-page .devlogs-gallery-item {
    opacity: 0;
    filter: blur(5px);
    pointer-events: none;
    transform: translate3d(0, 58px, 0) scale(1) rotate(0deg);
  }

  .route-page .devlogs-gallery-item.is-card-entered {
    opacity: 1;
    filter: blur(0);
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    animation: interviewRouteCardEnter 720ms cubic-bezier(0.22, 0.68, 0.18, 1) var(--card-delay, 0s) backwards;
  }
}

html[dir="rtl"] .interviews-page__inner,
html[dir="rtl"] .blogs-page__inner,
html[dir="rtl"] .devlogs-page__inner {
  text-align: right;
}

html[dir="rtl"] .interviews-page__header h1,
html[dir="rtl"] .blogs-page__header h1,
html[dir="rtl"] .devlogs-page__header h1 {
  line-height: 1.08;
}

html[dir="rtl"] .interview-filters,
html[dir="rtl"] .blog-filters {
  direction: rtl;
  justify-content: flex-start;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

@media (min-width: 821px) {
  html[dir="rtl"] .route-page.is-route-copy-entered .interviews-page__copy,
  html[dir="rtl"] .route-page.is-route-copy-entered .blogs-page__copy,
  html[dir="rtl"] .route-page.is-route-copy-entered .devlogs-page__copy {
    text-align: right;
  }

  html[dir="rtl"] .route-page .interview-filters,
  html[dir="rtl"] .route-page .blog-filters {
    transform: translate3d(-96px, 0, 0);
  }

  html[dir="rtl"] .route-page.is-route-filters-entered .interview-filters {
    transform: translate3d(var(--interview-filters-shift, 0px), 0, 0);
  }

  html[dir="rtl"] .route-page.is-route-filters-entered .blog-filters {
    transform: translate3d(var(--blog-filters-shift, 0px), 0, 0);
  }
}

.interviews-empty,
.blogs-empty,
.interview-pagination {
  position: relative;
  z-index: 1;
}

.interviews-empty,
.blogs-empty {
  margin: 64px auto 0;
  color: #ffffff;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 20px;
}

.interview-pagination {
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.interview-pagination--bottom {
  gap: 10px;
  width: min(100%, 944px);
  margin: 70px auto 0;
  padding: 24px 0;
}

.interview-pagination--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #f9eae5;
  transform: translateX(-50%);
}

.interview-pagination--side {
  position: absolute;
  top: 0;
  right: calc(100% + 42px);
  flex-direction: column;
  gap: 10px;
  width: 62px;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate3d(0, 58px, 0);
}

.interview-pagination--side.is-pagination-entered {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  animation: interviewRouteCardEnter 720ms cubic-bezier(0.22, 0.68, 0.18, 1) backwards;
}

.interview-pagination--side .interview-page-numbers {
  flex-direction: column;
}

.interview-pagination--side .interview-page-prev,
.interview-pagination--side .interview-page-next {
  width: 45px;
  height: 84px;
  padding: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.interview-page-prev,
.interview-page-next,
.interview-page-button {
  height: 45px;
  border: 2px solid #a58d91;
  border-radius: 15px;
  font-family: "Roboto Stranded", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.interview-page-prev {
  padding: 0 25px;
}

.interview-page-next {
  padding: 0 29px;
}

.interview-page-prev,
.interview-page-next,
.interview-page-button.is-active {
  background: #a58d91;
  color: #ffffff;
}

.blog-pagination.interview-pagination--side .interview-page-prev,
.blog-pagination.interview-pagination--side .interview-page-next,
.blog-pagination.interview-pagination--side .interview-page-button.is-active {
  box-shadow: 0 0 0 1.5px #f9eae5;
}

.interview-page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.interview-page-button {
  width: 45px;
  padding: 0;
  background: #f9eae5;
  color: #371631;
}

.interview-page-button:hover,
.interview-page-prev:hover,
.interview-page-next:hover {
  background: #371631;
  border-color: #371631;
  color: #ffffff;
  transform: translateY(-2px);
}

body.has-route-page .site-footer {
  background: #a58d91;
  color: #f9eae5;
}

body.has-route-page .footer-social img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(547%) hue-rotate(318deg) brightness(103%) contrast(96%);
}

.games-section,
.video-section,
.interviews-section,
.devlogs-section,
.blog-section,
.contact-section,
.route-page {
  transition:
    opacity 500ms ease,
    filter 500ms ease;
}

body.is-page-transitioning .video-section,
body.is-page-transitioning .interviews-section,
body.is-page-transitioning .devlogs-section,
body.is-page-transitioning .blog-section,
body.is-page-transitioning .contact-section {
  opacity: 0;
  filter: blur(9px);
  transform: none;
  pointer-events: none;
}

body.is-page-transitioning .games-section,
body.is-page-transitioning .route-page {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

body.is-page-transitioning .games-copy h1,
body.is-page-transitioning .games-section .games-line,
body.is-page-transitioning .games-section .games-copy p,
body.is-page-transitioning .games-section .games-actions,
body.is-page-transitioning .games-section .latest-content-panel,
body.is-page-transitioning .games-section .paw-art,
body.is-page-transitioning .games-section .paw-art-two,
body.is-page-transitioning .games-section .extra-paws-layer,
body.is-page-transitioning .route-page > * {
  opacity: 0;
  filter: blur(9px);
  transition:
    opacity 500ms ease,
    filter 500ms ease;
}

body.is-page-transitioning .interviews-section h2,
body.is-page-transitioning .interviews-line,
body.is-page-transitioning .interviews-copy,
body.is-page-transitioning .interview-card,
body.is-page-transitioning .devlogs-section h2,
body.is-page-transitioning .devlogs-line,
body.is-page-transitioning .devlogs-copy,
body.is-page-transitioning .devlog-card,
body.is-page-transitioning .all-devlogs-button,
body.is-page-transitioning .blog-section h2,
body.is-page-transitioning .blog-line,
body.is-page-transitioning .blog-copy,
body.is-page-transitioning .blog-card,
body.is-page-transitioning .all-blogs-button,
body.is-page-transitioning .contact-icon,
body.is-page-transitioning .contact-section h2,
body.is-page-transitioning .contact-copy,
body.is-page-transitioning .contact-form,
body.is-page-transitioning .newsletter-kit-embed {
  opacity: 0;
  filter: blur(6px);
}

@media (max-width: 1199px) {
  :root {
    --hero-stage-offset-y: 34px;
    --hero-cooking-overlap: 133px;
    --hero-route-overlap: 98px;
  }

  .hero {
    --stage-scale: 0.42;
    --stage-offset-x: 24px;
    --cat-screen-offset-x: 70px;
    --hands-screen-offset-x: 39px;
    --hands-screen-offset-y: -17px;
    --white-mask-top: 910px;
    --scene-h: 514px;
  }

  .site-nav {
    --nav-gap: 9px;
  }

  .site-nav a {
    font-size: 18px;
  }
}

@media (min-width: 821px) and (max-width: 1199px) {
  .games-section {
    --tablet-games-left: clamp(78px, 8.5vw, 112px);
    --games-title-start-x: calc(50vw - var(--tablet-games-left) - 183px);
    --games-line-x: calc(50vw - var(--tablet-games-left) - 40.5px);
    --games-body-x: clamp(88px, 11vw, 156px);
    --games-buttons-x: clamp(84px, 10.5vw, 148px);
  }

  html[dir="rtl"] .games-section {
    --games-title-start-x: calc(50vw - var(--tablet-games-left) - 183px);
    --games-title-entered-x: 0px;
  }

  .paw-art-two-main {
    top: 50px;
    transform: scale(0.66);
    transform-origin: 50% 50%;
  }

  .paw-art-two-copy {
    top: 122px;
    transform: scaleY(-1) scale(0.66);
    transform-origin: 50% 50%;
  }

  .games-copy {
    left: var(--tablet-games-left);
    width: min(calc(100vw - var(--tablet-games-left) - 58px), 641px);
  }

  .games-actions {
    left: var(--tablet-games-left);
  }

  .latest-content-panel {
    top: var(--games-latest-top, 720px);
    left: 50%;
    display: block;
    width: min(calc(100vw - 96px), 620px);
    transform: translate3d(calc(-50% + 124px), 24px, 0) scale(0.98);
  }

  .games-section.is-games-latest-entered .latest-content-panel {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .latest-content-stack {
    display: flex;
    justify-content: center;
    gap: 22px;
    height: auto;
  }

  .latest-content-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(42vw, 286px);
    height: 318px;
  }

  .latest-content-card--blog .latest-content-card__surface,
  .latest-content-card--interview .latest-content-card__surface {
    transform: translate3d(92px, 24px, 0) rotate(5deg) scale(0.92);
  }

  .games-section.is-games-latest-entered .latest-content-card--blog .latest-content-card__surface {
    transform: translate3d(0, 0, 0) rotate(-1.2deg) scale(1);
  }

  .games-section.is-games-latest-entered .latest-content-card--interview .latest-content-card__surface {
    transform: translate3d(0, 0, 0) rotate(1.2deg) scale(1);
  }

  .games-section.is-games-latest-entered .latest-content-card--blog:hover .latest-content-card__surface,
  .games-section.is-games-latest-entered .latest-content-card--blog:focus-visible .latest-content-card__surface,
  .latest-content-card--blog:hover .latest-content-card__surface,
  .latest-content-card--blog:focus-visible .latest-content-card__surface {
    transform: translate3d(22px, -14px, 0) rotate(1.2deg) scale(1.04);
  }

  .games-section.is-games-latest-entered .latest-content-card--interview:hover .latest-content-card__surface,
  .games-section.is-games-latest-entered .latest-content-card--interview:focus-visible .latest-content-card__surface,
  .latest-content-card--interview:hover .latest-content-card__surface,
  .latest-content-card--interview:focus-visible .latest-content-card__surface {
    transform: translate3d(-22px, -14px, 0) rotate(-1.2deg) scale(1.04);
  }

  .latest-content-card__media {
    height: 144px;
  }

  .latest-content-card--interview .latest-content-card__media {
    height: 235px;
  }

  .latest-content-panel__visit {
    margin-top: 14px;
  }

  .video-copy {
    left: 50%;
    width: min(calc(100vw - 76px), 820px);
    gap: clamp(26px, 3.4vw, 40px);
    transform: translateX(-50%);
  }

  .video-text-group {
    width: clamp(360px, 44vw, 470px);
  }

  .video-button {
    width: clamp(204px, 22vw, 232px);
    height: 50px;
    font-size: 17px;
  }

  .video-copy p {
    width: 100%;
    font-size: 20px;
    line-height: 1.12;
  }

  .interviews-copy,
  .devlogs-copy,
  .blog-copy {
    left: 50%;
    width: min(calc(100vw - 96px), 946px);
    transform: translate3d(calc(-50% + 180px), 0, 0);
  }

  .interviews-section.is-interviews-copy-entered .interviews-copy,
  .devlogs-section.is-devlogs-copy-entered .devlogs-copy,
  .blog-section.is-blog-copy-entered .blog-copy {
    transform: translateX(-50%);
  }

  .interview-cards {
    left: 50%;
    width: min(calc(100vw - 76px), 1000px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
    transform: translateX(-50%);
  }

  .interview-card {
    width: 100%;
    height: auto;
    min-height: 475px;
  }

  .interview-card__media {
    height: auto;
    aspect-ratio: 350 / 395;
  }

  .interview-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .interview-card__person strong {
    font-size: clamp(20px, 2.35vw, 27px);
  }

  .interview-card__person span {
    font-size: clamp(17px, 1.9vw, 22px);
  }

  .interview-card p {
    padding: 23px 18px 46px;
    font-size: 18px;
  }

  .interview-card time {
    right: 18px;
    bottom: 16px;
    left: 18px;
    font-size: 15px;
  }

  .blog-cards {
    left: 50%;
    width: min(calc(100vw - 76px), 1000px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
    transform: translateX(-50%);
  }

  .blog-card {
    width: 100%;
    height: auto;
    aspect-ratio: 354 / 540;
  }

  .blog-card__media {
    height: 50%;
    aspect-ratio: auto;
  }

  .blog-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .blog-card p {
    height: 50%;
    padding: 24px 18px 52px;
    font-size: 18px;
  }

  .blog-card time {
    right: 18px;
    bottom: 27px;
    left: 18px;
    font-size: 15px;
  }

  .devlog-cards {
    width: min(calc(100vw - 92px), 764px);
    gap: clamp(16px, 2.1vw, 20px);
  }

  .devlog-card {
    width: 100%;
    height: auto;
    aspect-ratio: 372 / 218;
  }

  .devlog-card__title {
    font-size: clamp(30px, 4vw, 42px);
    -webkit-text-stroke-width: clamp(7px, 0.9vw, 10px);
  }

  .devlog-card-five .devlog-card__title {
    left: 12%;
  }

  .devlog-card-zero .devlog-card__title {
    left: 16%;
  }
}

@media (max-width: 820px) {
  :root {
    --hero-stage-offset-y: 23px;
    --hero-cooking-overlap: 122px;
    --hero-route-overlap: 99px;
  }

  html,
  body {
    width: 100%;
    max-width: 100vw;
  }

  .hero {
    --stage-scale: 0.28;
    --stage-offset-x: 20px;
    --cat-screen-offset-x: 54px;
    --hands-screen-offset-x: 34px;
    --hands-screen-offset-y: -10px;
    --white-mask-top: 931px;
    --scene-h: 383px;
  }

  .hero,
  .foreground-clip,
  .route-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  @supports (overflow: clip) {
    .hero,
    .foreground-clip,
    .route-page {
      overflow-x: clip;
    }
  }

  @supports (width: 100svw) {
    html,
    body,
    .hero,
    .foreground-clip,
    .route-page {
      max-width: 100svw;
    }
  }

  @media (max-width: 480px) {
    .hero {
      --cat-screen-offset-x: 39px;
      --hands-screen-offset-x: 19px;
      --hands-screen-offset-y: -10px;
      --white-mask-top: 921px;
    }

    :root {
      --hero-route-overlap: 102px;
    }
  }

  .site-header {
    height: 82px;
  }

  .site-nav,
  .social-nav {
    display: none;
  }

  .site-logo {
    top: 20px;
    left: 20px;
  }

  .site-logo img {
    width: 76px;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: calc(14px + env(safe-area-inset-right, 0px));
    z-index: 112;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(24, 7, 22, 0.92);
    box-shadow: 0 3px 0 rgba(55, 22, 49, 0.24);
    place-items: center;
    pointer-events: auto;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    grid-area: 1 / 1;
    width: 25px;
    height: 4px;
    border-radius: 999px;
    background: #f9eae5;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-9px);
  }

  .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(9px);
  }

  body.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 108;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(82vw, 320px);
    height: 100vh;
    max-width: calc(100vw - 24px);
    padding: 104px 32px 34px;
    background: #932e58;
    box-shadow: -12px 0 24px rgba(24, 7, 22, 0.24);
    transform: translateX(103%);
    transition: transform 300ms cubic-bezier(0.22, 0.68, 0.18, 1);
  }

  @supports (width: 100svw) {
    .mobile-menu {
      width: min(82svw, 320px);
      max-width: calc(100svw - 24px);
    }
  }

  @supports (height: 100dvh) {
    .mobile-menu {
      height: 100dvh;
    }
  }

  body.is-mobile-menu-open .mobile-menu {
    transform: translateX(0);
  }

  .mobile-menu__links {
    display: grid;
    width: 100%;
    gap: 0;
  }

  .language-switcher--desktop {
    display: none;
  }

  .language-switcher--mobile {
    display: flex;
    width: min(100%, 220px);
    margin-top: 24px;
  }

  .language-switcher--mobile .language-switcher__button {
    width: 66px;
    height: 46px;
    background: transparent;
  }

  .language-switcher--mobile .language-switcher__icon {
    width: 54px;
    max-height: 38px;
  }

  .mobile-menu__link {
    position: relative;
    --nav-hover-scale: 1;
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: scale(var(--nav-hover-scale)) rotate(0deg);
    transform-origin: center center;
    transition:
      --nav-hover-scale 260ms cubic-bezier(0.22, 0.68, 0.18, 1),
      color 220ms ease,
      transform 220ms cubic-bezier(0.22, 0.68, 0.18, 1);
  }

  .mobile-menu__divider {
    display: block;
    width: 106px;
    height: 2px;
    margin: 0 auto;
    background: #180716;
  }

  .mobile-menu__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: min(100%, 220px);
    margin-top: 28px;
  }

  .mobile-menu__social {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    line-height: 0;
    text-decoration: none;
  }

  .mobile-menu__social img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .games-section {
    --games-title-start-x: 0px;
    --games-title-entered-x: 0px;
    --games-line-x: 0px;
    --games-body-x: 0px;
    --games-buttons-x: 0px;
    --games-line-opacity: 1;
    --games-body-opacity: 1;
    --games-buttons-opacity: 1;
    height: auto;
    min-height: 760px;
    padding-top: 118px;
    overflow: hidden;
  }

  html[dir="rtl"] .games-section {
    --games-title-start-x: 0px;
    --games-title-entered-x: 0px;
  }

  .section-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .paw-art {
    top: 79px;
    left: 50%;
    width: min(90vw, 380px);
    height: auto;
    aspect-ratio: 690 / 627;
    transform: translateX(-50%);
  }

  .paw-art-two-main {
    top: 54px;
    left: 50%;
    width: min(58vw, 220px);
    height: auto;
    aspect-ratio: 425 / 279;
    transform: translateX(-8%);
  }

  .paw-art-two-copy {
    top: 98px;
    left: 50%;
    width: min(42vw, 164px);
    height: auto;
    aspect-ratio: 425 / 279;
    transform: translateX(-118%) scaleY(-1);
  }

  .paw-art-two,
  .extra-paws-layer {
    display: none;
  }

  .games-copy {
    position: relative;
    order: 1;
    top: auto;
    left: auto;
    width: min(calc(100vw - 44px), 370px);
    margin: 0 auto;
    text-align: center;
    transform: none;
  }

  .games-copy h1 {
    width: 100%;
    font-size: clamp(42px, 13vw, 56px);
    line-height: 1;
  }

  .title-line {
    width: 100%;
    transform: none;
    transition: none;
  }

  .games-line {
    margin: 16px auto 24px;
  }

  .games-copy p,
  .video-copy p,
  .interviews-copy p,
  .interview-card p,
  .devlogs-copy {
    font-size: 16px;
    line-height: 1.22;
  }

  .games-actions {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
    flex-direction: column;
    width: min(calc(100vw - 44px), 330px);
    margin: clamp(32px, 8vw, 44px) auto 12px;
    transform: none;
  }

  .games-actions .blue-button {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .latest-content-panel {
    display: none;
  }

  .latest-mobile-panel {
    position: relative;
    z-index: 4;
    order: 3;
    display: grid;
    width: min(calc(100vw - 44px), 330px);
    margin: 0 auto clamp(32px, 8vw, 44px);
    gap: 12px;
  }

  .latest-mobile-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 104px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    isolation: isolate;
    text-decoration: none;
    box-shadow: 0 7px 12px rgba(43, 47, 55, 0.28);
    transform: translate3d(0, 0, 0);
    transition:
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .latest-mobile-card:hover,
  .latest-mobile-card:focus-visible {
    box-shadow: 0 10px 18px rgba(43, 47, 55, 0.34);
    outline: none;
    transform: translate3d(0, -2px, 0) rotate(-0.7deg) scale(1.025);
  }

  .latest-mobile-card:focus-visible {
    box-shadow:
      0 0 0 3px rgba(241, 105, 155, 0.75),
      0 10px 18px rgba(43, 47, 55, 0.34);
  }

  .latest-mobile-card__image,
  .latest-mobile-card__shade,
  .latest-mobile-card::before {
    position: absolute;
    inset: 0;
  }

  .latest-mobile-card__image {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
  }

  .latest-mobile-card__shade {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(55, 22, 49, 0.08), rgba(55, 22, 49, 0.78)),
      linear-gradient(90deg, rgba(20, 12, 22, 0.38), rgba(20, 12, 22, 0.04) 58%);
  }

  .latest-mobile-card::before {
    z-index: 3;
    content: "";
    background-image: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.24) 48%, transparent 55%);
    background-position: 0 0;
    background-size: 250% 100%;
    opacity: 0;
    pointer-events: none;
    transition:
      background-position 380ms cubic-bezier(0.22, 0.68, 0.18, 1),
      opacity 180ms ease;
  }

  .latest-mobile-card:hover::before,
  .latest-mobile-card:focus-visible::before {
    background-position: 100% 0;
    opacity: 1;
  }

  .latest-mobile-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    padding: 16px 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
  }

  .latest-mobile-card__eyebrow {
    font-family: "Roboto Stranded", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .latest-mobile-card__date {
    font-family: "Roboto Stranded", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.9;
  }

  .latest-content-stack {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 3.2vw, 18px);
    height: auto;
  }

  .latest-content-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(44vw, 230px);
    height: 292px;
  }

  .latest-content-card--blog .latest-content-card__surface,
  .latest-content-card--interview .latest-content-card__surface,
  .games-section.is-games-latest-entered .latest-content-card--blog .latest-content-card__surface,
  .games-section.is-games-latest-entered .latest-content-card--interview .latest-content-card__surface {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transition-delay: 0ms;
  }

  .latest-content-card--blog:hover .latest-content-card__surface,
  .latest-content-card--blog:focus-visible .latest-content-card__surface {
    transform: translate3d(12px, -10px, 0) rotate(1.1deg) scale(1.035);
  }

  .latest-content-card--interview:hover .latest-content-card__surface,
  .latest-content-card--interview:focus-visible .latest-content-card__surface {
    transform: translate3d(-12px, -10px, 0) rotate(-1.1deg) scale(1.035);
  }

  .latest-content-card__media {
    height: 128px;
  }

  .latest-content-card--interview .latest-content-card__media {
    height: 212px;
  }

  .latest-content-card__body {
    padding: 12px 12px 14px;
  }

  .latest-content-card--interview .latest-content-card__body {
    min-height: 80px;
    padding: 10px 12px 12px;
  }

  .latest-content-card__title {
    font-size: 15px;
  }

  .latest-content-card--interview .latest-content-card__title {
    font-size: 14px;
  }

  .latest-content-card__body p {
    margin: 7px 0 11px;
    font-size: 12px;
    line-height: 1.08;
    -webkit-line-clamp: 4;
  }

  .latest-content-card--interview .latest-content-card__body p {
    margin: 5px 0 6px;
    font-size: 11px;
    -webkit-line-clamp: 2;
  }

  .latest-content-card__body time {
    font-size: 11px;
  }

  .latest-content-card__eyebrow {
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
  }

  .latest-content-panel__visit {
    width: min(100%, 320px);
    margin-top: 12px;
    font-size: 12px;
  }

  .blue-button,
  .games-actions .blue-button:nth-child(2) {
    width: 100%;
    height: 52px;
    font-size: 18px;
  }

  .video-section {
    height: 380px;
  }

  .video-crop {
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
  }

  .video-section::after {
    height: 220px;
  }

  .video-slide video {
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }

  .video-copy {
    top: auto;
    bottom: 62px;
    left: 50%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: min(calc(100vw - 44px), 340px);
    text-align: center;
    transform: translateX(-50%);
  }

  .video-text-group {
    width: 100%;
  }

  .video-button {
    width: min(100%, 250px);
    height: 44px;
    font-size: 16px;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .video-copy p {
    width: 100%;
    font-size: 13px;
    line-height: 1.15;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .video-carousel-controls {
    top: auto;
    bottom: 24px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    transition: none;
  }

  .interviews-section {
    height: auto;
    min-height: 0;
    padding: 76px 22px 70px;
  }

  .interviews-section::after {
    top: auto;
    height: 410px;
  }

  .interviews-section .section-frame,
  .devlogs-section .section-frame {
    height: auto;
  }

  .interviews-section h2,
  .devlogs-section h2,
  .blog-section h2,
  .contact-section h2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: clamp(58px, 18vw, 72px);
    opacity: 1;
    transform: none;
    transition: none;
  }

  .interviews-line,
  .devlogs-line,
  .blog-line {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    margin: 18px auto 26px;
    transform: none;
    transition: none;
  }

  .interviews-copy,
  .devlogs-copy,
  .blog-copy,
  .contact-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 370px);
    margin: 0 auto;
    opacity: 1;
    text-align: center;
    transform: none;
    transition: none;
  }

  .interview-cards {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100%, 354px);
    margin: 54px auto 36px;
    transform: none;
  }

  .interview-card {
    --interview-card-y: 0px;
    --interview-card-scale: 1;
    --interview-card-rotate: 0deg;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: none;
  }

  .interview-card__media {
    height: auto;
    aspect-ratio: 350 / 395;
  }

  .interview-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .interview-card p {
    padding: 23px 22px 46px;
    font-size: 18px;
  }

  .interview-card time {
    right: 22px;
    bottom: 18px;
    left: 22px;
    font-size: 15px;
  }

  .all-interviews-button {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    margin: 0 auto;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .devlogs-section {
    height: auto;
    min-height: 520px;
    padding: 76px 22px 120px;
  }

  .devlogs-copy {
    width: min(100%, 380px);
  }

  .devlog-cards {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    gap: 34px;
    width: min(100%, 372px);
    margin: 72px auto 44px;
    transform: none;
  }

  .devlog-card {
    --devlog-card-y: 0px;
    --devlog-card-scale: 1;
    --devlog-card-rotate: 0deg;
    width: 100%;
    height: auto;
    aspect-ratio: 372 / 218;
    opacity: 1;
    transition: none;
  }

  .devlog-card__title {
    font-size: clamp(31px, 9vw, 42px);
    -webkit-text-stroke-width: clamp(7px, 2.2vw, 10px);
  }

  .devlog-card-five .devlog-card__title {
    top: -24px;
    left: 12%;
  }

  .devlog-card-zero .devlog-card__title {
    top: -20px;
    left: 16%;
  }

  .all-devlogs-button {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: min(100%, 272px);
    margin: 0 auto;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .blog-section {
    height: auto;
    padding: 76px 22px 78px;
    background: linear-gradient(#f9eae5 0 660px, #5f4e5b 660px 100%);
  }

  .blog-section h2 {
    color: #371631;
  }

  .blog-copy {
    color: #5f4e5b;
  }

  .blog-cards {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100%, 354px);
    margin: 54px auto 36px;
    transform: none;
  }

  .blog-card {
    --blog-card-y: 0px;
    --blog-card-scale: 1;
    --blog-card-rotate: 0deg;
    width: 100%;
    height: auto;
    aspect-ratio: 354 / 540;
    opacity: 1;
    transition: none;
  }

  .blog-card__media {
    height: 50%;
    aspect-ratio: auto;
  }

  .blog-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .blog-card p {
    height: 50%;
    min-height: 0;
    padding: 24px 22px 52px;
    font-size: 18px;
  }

  .blog-card time {
    right: 22px;
    bottom: 27px;
    left: 22px;
    font-size: 15px;
  }

  .all-blogs-button {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: min(100%, 272px);
    margin: 0 auto;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .contact-section {
    height: auto;
    padding: 60px 22px 76px;
  }

  .contact-icon {
    position: relative;
    top: auto;
    left: auto;
    width: 150px;
    height: 150px;
    margin: 0 auto 34px;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .contact-section h2 {
    color: #f9eae5;
    font-size: clamp(36px, 12vw, 50px);
    white-space: normal;
  }

  .contact-copy {
    width: min(100%, 380px);
    margin-top: 22px;
    color: #ffffff;
  }

  .contact-form,
  .newsletter-kit-embed {
    position: relative;
    inset: auto;
    gap: 17px;
    width: min(100%, 380px);
    margin: 40px auto 0;
  }

  .contact-form {
    display: grid;
  }

  .newsletter-kit-embed {
    top: auto;
    left: auto;
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .newsletter-kit-embed .formkit-fields,
  .contact-page .newsletter-kit-embed .formkit-fields {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .newsletter-kit-embed .formkit-field,
  .newsletter-kit-embed .newsletter-kit-field--first,
  .newsletter-kit-embed .newsletter-kit-field--last,
  .newsletter-kit-embed .newsletter-kit-field--email,
  .newsletter-kit-embed .newsletter-kit-field--pet,
  .newsletter-kit-embed .formkit-field:nth-of-type(1),
  .newsletter-kit-embed .formkit-field:nth-of-type(2),
  .newsletter-kit-embed .formkit-field:nth-of-type(3),
  .newsletter-kit-embed .formkit-field:nth-of-type(4) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .newsletter-kit-embed .formkit-submit,
  .contact-page .newsletter-kit-embed .formkit-submit {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: stretch;
    width: 100% !important;
  }

  .form-field,
  .contact-submit {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .title-line,
  .games-line,
  .games-copy p,
  .games-actions .blue-button,
  .video-button,
  .video-copy p,
  .video-carousel-controls,
  .interviews-section h2,
  .interviews-line,
  .interviews-copy,
  .interview-card,
  .all-interviews-button,
  .devlogs-section h2,
  .devlogs-line,
  .devlogs-copy,
  .all-devlogs-button,
  .blog-section h2,
  .blog-line,
  .blog-copy,
  .blog-card,
  .all-blogs-button,
  .contact-icon,
  .contact-section h2,
  .contact-copy,
  .form-field,
  .contact-submit {
    filter: none;
  }

  .devlog-card {
    --devlog-card-blur: 0px;
  }

  .contact-submit {
    height: 48px;
    margin-top: 4px;
  }

  .contact-status {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .site-footer {
    flex-direction: column;
    gap: 18px;
    height: auto;
    padding: 28px 20px 34px;
  }

  .site-footer p {
    text-align: center;
  }

  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .interviews-page,
  .blogs-page,
  .devlogs-page,
  .junkland-page {
    min-height: 0;
    padding: 118px 24px calc(84px + var(--route-reveal-runway, 0px));
  }

  .interviews-page__inner,
  .blogs-page__inner,
  .devlogs-page__inner,
  .junkland-page__inner {
    width: min(100%, 884px);
  }

  .interviews-page__cards-layout,
  .blogs-page__cards-layout {
    display: block;
  }

  .interview-pagination--side {
    display: none;
  }

  .interviews-page__grid,
  .blogs-page__grid,
  .devlogs-page__grid {
    grid-template-columns: repeat(2, minmax(300px, 354px));
    gap: 42px 34px;
  }

  .devlogs-gallery-item,
  .devlogs-gallery-item__thumb.devlog-card {
    width: min(100%, 354px);
  }

  .interview-filters,
  .blog-filters {
    width: min(100%, 960px);
    gap: 8px;
  }

  .interview-filter,
  .blog-filter {
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .article-body-shell {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 18px;
  }

  .article-body-shell .junkland-article {
    grid-column: 2;
    grid-row: 1;
  }

  .article-share-rail {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }

  .article-neighbor-nav {
    width: min(100%, 820px);
  }
}

@media (max-width: 820px) {
  .route-page {
    margin-top: calc(-1 * var(--hero-route-overlap));
  }

  .about-team-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 440px);
    margin: 36px auto 46px;
  }

  .about-team-card:nth-child(4) {
    grid-column: auto;
  }

  .about-team-card p {
    font-size: 17px;
  }

  .interviews-page {
    padding: 92px 22px calc(72px + var(--route-reveal-runway, 0px));
  }

  .blogs-page,
  .devlogs-page,
  .junkland-page {
    padding: 92px 22px calc(72px + var(--route-reveal-runway, 0px));
  }

  .interviews-page__header h1,
  .blogs-page__header h1,
  .devlogs-page__header h1 {
    font-size: clamp(58px, 18vw, 72px);
  }

  .junkland-page__header {
    margin-bottom: 48px;
  }

  .junkland-page__header h1 {
    font-size: clamp(58px, 18vw, 72px);
  }

  .junkland-page__header p {
    font-size: clamp(26px, 7vw, 34px);
  }

  .junkland-article {
    font-size: 18px;
    line-height: 1.36;
  }

  .article-body-shell {
    display: block;
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
  }

  .article-share-rail {
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
  }

  .article-share-button {
    width: 40px;
    height: 40px;
  }

  .article-audio-player {
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
    gap: 12px;
    margin: 24px auto 4px;
  }

  .article-audio-player__button {
    width: 32px;
    height: 32px;
  }

  .article-audio-player__icon {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 19px;
  }

  .article-audio-player__meta {
    gap: 12px;
  }

  .article-audio-player__label {
    font-size: 22px;
  }

  .article-audio-player__duration {
    font-size: 12px;
  }

  .junkland-article > p,
  .junkland-article__heading {
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
  }

  .junkland-article__heading--2 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .junkland-article__heading--3 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .blog-article-meta {
    gap: 8px;
    font-size: 15px;
    line-height: 1.2;
  }

  .interview-article-byline {
    display: flex;
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    font-size: 15px;
  }

  .interview-profile-card {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
    padding: 24px;
    text-align: left;
  }

  .interview-profile-card__content {
    width: 100%;
  }

  .interview-profile-card__content h3 {
    font-size: 26px;
  }

  .interview-profile-card__content p {
    font-size: 18px;
  }

  .blog-lightbox {
    padding: 16px;
  }

  .blog-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .junkland-media--aside-right {
    float: none;
    clear: both;
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
    margin: 36px auto;
  }

  .junkland-media--wide,
  .junkland-media-grid,
  .junkland-mode-list,
  .junkland-article__cta {
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
  }

  .article-neighbor-nav {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 44px));
    max-width: 370px;
    gap: 18px;
    margin-top: 58px;
  }

  .article-neighbor-card {
    min-height: 0;
    padding: 22px 22px 24px;
  }

  .article-neighbor-card--placeholder {
    display: none;
  }

  .article-neighbor-card strong {
    font-size: clamp(28px, 9vw, 36px);
  }

  .junkland-media-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .junkland-article__button {
    width: 100%;
  }

  .contact-page {
    min-height: 0;
    padding: 92px 22px 76px;
  }

  .contact-page .contact-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 34px;
  }

  .contact-page h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .contact-page .contact-copy {
    width: min(100%, 380px);
    margin-top: 28px;
    font-size: 18px;
  }

  .contact-page__message {
    margin-top: 72px;
  }

  .contact-page__message h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .contact-page .contact-form,
  .contact-page .newsletter-kit-embed {
    grid-template-columns: 1fr;
    gap: 17px;
    width: min(100%, 380px);
    margin-top: 40px;
  }

  .contact-page .form-field-email,
  .contact-page .form-field-title,
  .contact-page .form-field-message,
  .contact-page .form-field-pet,
  .contact-page .contact-submit {
    grid-column: 1;
  }

  .contact-page .contact-form--message .form-field-title {
    grid-column: 1;
    grid-row: auto;
  }

  .contact-page .contact-submit {
    grid-row: auto;
    width: 100%;
  }

  .interviews-page__copy,
  .blogs-page__copy,
  .devlogs-page__copy {
    width: min(100%, 370px);
  }

  .interviews-page__copy p,
  .blogs-page__copy p,
  .devlogs-page__copy,
  .blogs-gallery-card__body p,
  .interviews-gallery-card__body p,
  .devlogs-gallery-item p {
    font-size: 18px;
  }

  .interview-filters,
  .blog-filters {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 36px;
    overflow-x: auto;
    padding: 0 2px 12px;
    scrollbar-width: none;
  }

  .interview-filters::-webkit-scrollbar,
  .blog-filters::-webkit-scrollbar {
    display: none;
  }

  .interview-filter,
  .blog-filter {
    min-width: 0;
    height: 37px;
    padding: 0 14px;
    font-size: 15px;
  }

  .interviews-page__cards-wrap {
    --interviews-page-media-height: min(397px, calc((100vw - 44px) * 395 / 350));
    margin-top: 46px;
    padding-bottom: 62px;
  }

  .blogs-page__cards-wrap {
    --blogs-page-media-height: min(270px, calc((100vw - 44px) * 270 / 354));
    margin-top: 46px;
    padding-bottom: 62px;
  }

  .devlogs-page__grid {
    grid-template-columns: minmax(0, 372px);
    width: 100%;
    margin-top: 48px;
  }

  .devlogs-gallery-item,
  .devlogs-gallery-item__thumb.devlog-card {
    width: min(100%, 372px);
  }

  .devlogs-gallery-item__thumb.devlog-card {
    height: auto;
    aspect-ratio: 372 / 218;
  }

  .interviews-page__grid,
  .blogs-page__grid {
    grid-template-columns: minmax(0, 354px);
    gap: 32px;
  }

  .interviews-gallery-card,
  .blogs-gallery-card {
    width: min(100%, 354px);
    height: auto;
    min-height: 0;
  }

  .blogs-gallery-card {
    height: calc(var(--blogs-page-media-height) * 2);
  }

  .interviews-gallery-card__media {
    height: auto;
    aspect-ratio: 350 / 395;
  }

  .interviews-gallery-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .blogs-gallery-card__media {
    height: var(--blogs-page-media-height);
    aspect-ratio: auto;
  }

  .blogs-gallery-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .interviews-gallery-card__person strong {
    font-size: clamp(21px, 6vw, 27px);
  }

  .interviews-gallery-card__person span {
    font-size: clamp(17px, 4.8vw, 22px);
  }

  .interviews-gallery-card__body {
    height: auto;
    min-height: 142px;
    padding: 23px 22px 26px;
  }

  .blogs-gallery-card__title {
    font-size: clamp(19px, 5.2vw, 24px);
  }

  .blogs-gallery-card__body {
    height: var(--blogs-page-media-height);
    min-height: 0;
    padding: 23px 22px 52px;
  }

  .interview-pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 46px;
  }

  .interview-page-numbers {
    flex-wrap: wrap;
    justify-content: center;
  }
}

html[dir="rtl"] .interviews-page__header,
html[dir="rtl"] .blogs-page__header,
html[dir="rtl"] .devlogs-page__header,
html[dir="rtl"] .interviews-page__copy,
html[dir="rtl"] .blogs-page__copy,
html[dir="rtl"] .devlogs-page__copy {
  text-align: right;
}

@media (max-width: 820px) {
  html[dir="rtl"] .interviews-page__header h1,
  html[dir="rtl"] .blogs-page__header h1,
  html[dir="rtl"] .devlogs-page__header h1,
  html[dir="rtl"] .interviews-page__line,
  html[dir="rtl"] .blogs-page__line,
  html[dir="rtl"] .devlogs-page__line,
  html[dir="rtl"] .interviews-page__copy,
  html[dir="rtl"] .blogs-page__copy,
  html[dir="rtl"] .devlogs-page__copy {
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
}

html[dir="rtl"] .interview-filters,
html[dir="rtl"] .blog-filters {
  direction: rtl;
  justify-content: flex-start;
}

html[dir="rtl"] .contact-page__inner,
html[dir="rtl"] .contact-page h1,
html[dir="rtl"] .contact-copy,
html[dir="rtl"] .newsletter-kit-embed {
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .site-logo:hover,
  .shake-link:hover,
  .social-link:hover,
  .mobile-menu__link:hover,
  .mobile-menu__social:hover,
  .devlog-card:hover,
  .blue-button:hover,
  .video-button:hover,
  .light-button:hover {
    animation: none;
  }
}
